a:link
{
	color: rgb(97,138,0); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(97,138,0); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(97,138,0); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(100,100,100); 
    text-decoration: none;
}

body
{
	font-family:  Tahoma, Arial;
	font-size: 11px;
	color: rgb(99,99,99);
	background-color:rgb(231,231,231);	
	bckground-image:url('images/bg.gif');
}

table
{
	font-family:  Tahoma, Arial;
	font-size: 11px;
	color: rgb(99,99,99);
	bckground-color:rgb(255,255,255);

}

.th
{
    background-color:#4B85B3;
	font-family: Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}
.tch
{
    background-color:rgb(220,253,140);
	font-family: Tahoma, Arial;
	font-weight: bold;
	font-size: 12px;
	color: rgb(80,80,80);
}
.tc
{
    background-color:rgb(245,245,245);
	font-family:  Tahoma, Arial;
	font-style: normal;
	font-size: 11px;
	color: rgb(99,99,99);
}
p
{
	align: justify;
	line-height: 150%;
}
.hd
{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(50,50,50);

}

h1
{
	font-family: Tahoma, Arial;
	font-size: 14px;
	font-weight: bold;
	color: rgb(28,89,156);
}

h2
{
	font-family: Arial;
	font-size  : 14px;
	font-weight: bold;
	color: rgb(0,0,0)
}


.tb
{
	font-family: Tahoma;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color:rgb(173,204,235);
	bckground-color: #6481c7;
}


}
ul
{
   list-style-image:url('images/listbullet.gif');
   	line-height: 150%;
}

.tabtext {
	font-family:  Tahoma, Arial;
	color: rgb(0,0,0);	
}