a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #0033CC;
}

	
.standard {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.whitecontent {
	font-size: 11px;
	color: #FFFFFF;
}
a.whitecontent:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitecontent:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.whitecontent:hover {
	color: #CCCCCC;
	text-decoration: underline;
}


a.navwhite:link {
	color: #FF0000;
	text-decoration: none;
}
a.navwhite:visited {
	color: #FF0000;
	text-decoration: none;
}
a.navwhite:hover {
	color: #FF3C3C;
	text-decoration: underline;
}
