/* CSS Document */

body, td { color: #595959; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
select, textarea, input { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #11393e; }
a:link, a:visited, a:active {
	color: #b8150a;
	text-decoration: none;
}


a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover { color: #ffffff; text-decoration: underline; }

a.greyNoUnderline:link, a.greyNoUnderline:visited, a.greyNoUnderline:active {
	color: #595959;
	text-decoration: none;
}

a.greyNoUnderline:hover { color: #595959; text-decoration: none; }

a:hover { color: #b8150a; text-decoration: underline; }

a.DARK_GREY:link, a.blue:visited, a.blue:active {
	color: #E1E1E1;
	text-decoration: none;
}

a.DARK_GREY:hover { color: #E1E1E1; text-decoration: underline; }
