.header, .body, .bottom, .tablehead, .error
{
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
.header, .tablehead
{
	color: #009; 
	font-weight: bold; 
	font-size: 14px; 
}
.body 
{ 
	color: black; 
	font-size: 12px; 
}
.error
{
	color: red;
	font-size: 12px;
	font-weight: bold;
}
.bottom 
{ 
	color: white; 
	font-weight: bold; 
	font-size: 10px; 
	text-decoration: none
}
.tablehead
{
	color: white;
	background-color: #009;
}
