.header {
	color: white;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
}



.menu {
	font-size: 8pt;
	font-family: Arial;
	color: #7B3E1D;
	text-decoration: none;
	
}



:hover.menu {
	color: white;
}


.hdr {
	text-transform: uppercase;
	font-weight: bold;
	color:#FF6600;
	font-family: arial;
	font-size: 18pt;
}



.body {
	font-family: Arial;
	font-size: 9pt;
	color: 4e4e4e;
}



.footer {
	font-family: Arial;
	font-size: 8pt;
	color: black;
}


a {

color: #0070B3;

}


#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color: white;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
color: #0070B3;
}
