/* 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: #753C2A; }







a:link, a:visited, a:active {
	color: #753C2A;
	text-decoration: none;
}

a:hover { color: #753C2A; text-decoration: underline; }








a.white:link, a.white:visited, a.white:active {
	color: #ffffff;
	text-decoration: none;
}

a.white:hover { color: #ffffff; text-decoration: underline; }




