a:link
{
	color: rgb(0,0,0); 
    text-decoration: underline;
}
a:visited
{
	color: rgb(0,0,0); 
    text-decoration: underline;
} 
a:active 
{
	color: rgb(0,0,0); 
    text-decoration: underline;
}
a:hover
{
	color: rgb(128,0,0); 
    text-decoration: none;
}


.FormElmt
{
 border-bottom:3px solid;
 border-top:1px solid;
 border-left:1px solid; 
 border-right:1px solid;
 COLOR: rgb(0,0,0); 
 FONT-FAMILY: Verdana;
 FONT-SIZE: 8pt;
}
body
{
	font-family: Verdana ,Arial;
	font-style: normal;
	font-size: 12px;
	color: rgb(0,0,0);
}



table
{
	font-family: Verdana ,Arial;
	font-style: normal;
	font-size: 13px;
	color: rgb(0,0,0);
	bckground-color:rgb(255,255,255);

}
.TableBr
{
 border-bottom: solid; 
 border-left-color: Purple;
}
.fontsHead
{ 
	font-family: Verdana ,Arial;
	font-size:17px;
	color:maroon;
	font-weight: bold;
}

.th
{
    background-color:rgb(200,0,0);
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	color: rgb(255,255,255);
}

.tch
{
    background-color:rgb(220,220,220);
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: rgb(0,0,0);
}

.tc
{
    background-color:rgb(245,245,245);
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
.mt
{
	font-family: Verdana, Arial;
	font-size  : 14px;
	color: rgb(128,0,0);
	font-weight: bold;	
}
.tca
{
    background-color:#A4CFFF;
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: rgb(0,0,0);
}
p
{
	align: justify;
	line-height: 150%;
}

h1
{
	font-family: Arial Narrow;
	font-size: 18px;
	font-weight: bold;
	color: rgb(255,255,255);
}

h2
{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: rgb(100,100,100);
}


.tb
{
	font-family: Verdana;
	font-size  : 8pt;
	color: rgb(0,0,0);
	border-width: 1px;
	border-style: solid;
	border-color: #bed8ec;
	background-color: #FFFFFF;
}


}
ul
{
   list-style-image:url('../images/listbullet.gif');
}

