/* CSS Document */

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #000066;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}
.style2 {color: #333333}
.blackfont {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
}
.style3 {
font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
font-family: Verdana;
font-size: 11px}
.menu {
	font-family: Verdana;
	font-size: 10.5px;
	color: #666666;
	text-decoration: none;
	padding-left: 8px;
}
.menu2 {
	font-family: Verdana;
	font-size: 10.5px;
	color: #666666;
	text-decoration: underline;
	
}
.menutitle {
	font-family: Verdana;
	font-size: 11.5px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
}
/* top menu */
#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:16px;
z-index:100;
color:#FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #918f8f;
color:#FFFFFF;
}
.menutitle {
	font-family: Verdana;
	font-size: 11.5px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding-left: 8px;
	background-color:#404040;
}