html, body{ 
 margin:0; 
 padding:0; 
 background-color: white;
} 
body, p, br, tr, td, ul, ol, div, input, textarea,reset,submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

a:link {
	color: #CC0000;
}
a:visited {
	color: #CC0000;
}
a:hover {
	color: #DE5959;
}
a:active {
	color: #DE5959;
}
A.mouse_over
   {
   color: #CC0000;
   }
A.mouse_over:hover
   {
   text-decoration: none;
   color: #CC0000;
   }
#top_nav a:link, #top_nav a:visited {
	color: white;
	text-decoration: none;
	font-size: 12px;
	width: auto;
	margin: 0 20px 0 0;
}
#top_nav a:hover {
	color: #FCE5E5;
}
H2 {
	color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
}

H4 {font-family: Arial, Helvetica, sans-serif}
