.menu 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
}

.normal 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #006600;
}

.normalBold 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: Bold;
	color: #006600;
}


.headline 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 15px; 
	font-weight: bold;
	color: #006600;
}

.heading 
{  
	font-family: "Times New Roman", Times, serif; 
	font-size: 24px; 
	font-weight: bold; 
	color: #006600;
}

.subheading 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}

.bottomline
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #FFFFFF;
}

.bottom
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #999999;
}

.list 
{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: #006600;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #006600;
}
a {
	font-size: 11px;
	color: #006600;
	font-family: Arial, Helvetica, sans-serif;
}

body,td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006600;
}