/* CSS Document */

/* Blue #333366 */
/* Maroon #600000 */
/* Green #055029 */

body {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size:small; 
	margin:0px;
}
h1 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size:medium; 
	font-weight: bold; 
	color: #600000;
}
h2 {  
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	color: #600000;
	text-decoration: none;
}
.nav{
	font-size: small;
	color:#600000;
	font-weight: bold;
	text-decoration: none;
}
.nav:hover{
	font-size: small;
	color:#CC0000;
	font-weight: bold;
	text-decoration: none;
}
.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
}
a.topMenu {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: small;
	text-decoration: none;
	font-weight: bold;
}
a.topMenu:hover {
	color: #FFFFCC;
}
.subnav {  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	color:#000000;
}
.subnav:hover{ 
	text-decoration: none; 
	color:#600000;
}
hr {
	color:#055029;
	height: 1px;
}