body {
	background-color: #FFF200;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
}

.style4 {
	color: #3399FF;
	font-weight: bold;
}

.style5 {
	color: #3399ff;
	font-weight: bold;
}

.style6 {
	color: #00305C;
	font-weight: bold;
}

.style7 {
	color: #00305C; 
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif; 
}

.style8 {
	color: #66CCFF
}

.style9 {
	color: #0000CC
}

.style10 {
	color: #000000;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style11 {
	color: #0000CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

.style12 {
	color: #3399ff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.style13 {
	color: #0000CC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #3399FF;
}

a:visited {
	color: #3399FF;
}

a:hover {
	color: #000099;
}

a:active {
	color: #333333;
}

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

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

#dropmenudiv a:hover { /*hover background color*/
	background-color: #FFF200;
}