@charset "ISO-8859-1";
body {
background-image:url(/shared_resources/globalback.jpg);
background-repeat:repeat-x;
background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 15px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #FFFF66;
}


#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Arial;
color:#FFFFFF;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color:#FFFFFF;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: 50;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #016990;
color:#ffff66;
font-weight: bold;
}


a:link {
	color: #EEEE62;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #EEEE62;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
