.whiteBoldBack {
	font-family: arial, verdana, sans;
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
	background-color: e3e3e3;
}
.blackBoldBack {
	font-family: arial, verdana, sans;
	font-size: 13px;
	font-weight: bolder;
	color: 000000;
	background-color: #e3e3e3;
}
.blackNormalBack {
	font-family: arial, verdana, sans;
	font-size: 13px;
	color: 000000;
	background-color: #e3e3e3;
}
.whiteBold {
	font-family: arial, verdana, sans;
	font-size: 12px;
	font-weight: bolder;
	color: #ffffff;

}
.white {
	font-family: arial, verdana, sans;
	font-size: 12px;
	color: #ffffff;
}

a  { 
	font-family: arial, verdana, sans; 
	font-size: 12px; 
	color: #2F61AC; 
	text-align: left;	
	text-decoration: underline;
}

a:hover  {
	font-family: arial, verdana, sans;
	font-size: 12px;
	color: #ED772B;
	text-decoration: underline;
}
.whiteItalic {
	font-family: arial, verdana, sans;
	font-size: 12px;
	font-style: italic;
	color: #ffffff;

}
