BODY {
	FONT-SIZE: 14px; COLOR: black; FONT-FAMILY: verdana, arial, sans-serif
}
.h1 {
	FONT-SIZE: 20px; COLOR: #333333; FONT-FAMILY: verdana, arial, sans-serif
}
.h2 {
	FONT-SIZE: 18px; COLOR: #666666; FONT-FAMILY: verdana, arial, sans-serif
}
.h3 {
	FONT-SIZE: 16px; COLOR: #666666; FONT-FAMILY: verdana, arial, sans-serif
}
A:link {
	COLOR: #003399; TEXT-DECORATION: none
}
A:visited {
	COLOR: #003399; TEXT-DECORATION: none
}
A:hover {
	COLOR: #660000; TEXT-DECORATION: underline
}
.smalltext {
	PADDING-LEFT: 2px; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif
}
.ftext {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif
}
.bottom {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: verdana, arial, sans-serif
}
.main {
	FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: verdana, arial, sans-serif
}

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}
