.text 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-style: normal; 
text-decoration: none; 
line-height: 14px
}
.boldlink 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 12px; 
font-weight: bold
}
.boldtext 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px; 
line-height: 15px; 
font-weight: bold
}
.boldheader 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 15px; 
font-weight: bold
}
.indexheader 
{  
font-family: Arial, Helvetica, sans-serif; 
font-size: 22px; 
font-weight: bold;
}
A 
{
	text-decoration : none;
}
A:LINK 
{
	color: #FF6600;
text-decoration: none; 
}
A:VISITED 
{
	color: #FF6600;
}
A:ACTIVE 
{
	background-color:transparent;
}
A:HOVER 
{
	color: #000000;
text-decoration: underline; 
}

tr.trHead {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99cc99;
	font-weight: bold;
}

tr.trBody{
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: #99cc99;
}

p.resultheader{
	font-size: 14px; 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}