/* CSS Document */
<style type="text/css">

body {
	margin-left: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
}
body,td,th {
	font-family: Verdana;
	font-size: 10px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}

.bodyText {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-align: justify;
	line-height: 1.5;
}
.HeaderText {
	font-family: Verdana;
	font-size: 16px;
	font-style: normal;
	text-align: left;
}
#dropmenudiv{
position:absolute;
border:1px solid #CCCCCC;
line-height:18px;
z-index:120;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: none;
	padding: 0px 0;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}

.activetext {
color: #FF9900
}


</style>

