@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
.title {
	font-size: 16px;
	font-weight: bold;
	color: #ba8c48;
}
body {
	background-color: #c6f0ff;
}
a:link {
	color: #ba8d49;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #ba8d49;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #ba8d49;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #ba8d49;
	font-weight: bold;
}
#dropmenudiv{
	position:absolute;
	background-color: #003346;
	border-bottom-width: 0;
	font:normal 11px Arial;
	z-index:100;
	text-decoration: none;
	color: #FFFFFF;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px inset #000000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #003346;
	color: #ba8d49;

}
.styled {
	font-weight: bold;
	color: #ba8c48;
}

