a:visited, a:link { 
	color: #9d9754; 
	text-decoration: underline;
}
a:hover { 
	color: #990000; 
	text-decoration: underline;
}


a.FinePrint:visited, a.FinePrint:link { 
	font-family: Arial; 
	font-size: 10px; 
	color: #005288; 
}
a.FinePrint:hover { 
	font-family: Arial; 
	font-size: 10px; 
	color: #ff0000; 
}



.MainBody {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	line-height: 19px;
}

.MainBodyWhite {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	line-height: 13px;
}

.MainBodyBold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	line-height: 19px;
}
.MainBodyBoldRed {
	font-family: Arial;
	font-size: 12px;
	color: #990000;
	font-weight: bold; 
} 

.MainBodySmallRed {  
	font-family: Arial; 
	font-size: 11px; 
	color: #990000; 
}
.MainBodySmallGrey {  
	font-family: Arial; 
	font-size: 10px; 
	color: #aaaaaa; 
}