/*Menu Code*/
#dropmenudiv{
position:absolute;
background-color:#00195B;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px;
line-height:18px;
z-index:100;
}

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

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

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

.navlist100{
list-style-type: square;
width: 135px;
color:#FF3300;
}







/* Other Code*/

body,td,th {
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.border1 {
	border: thin solid #333333;
}



.style1 {color: #FFFFFF}
.style3 {
	font-size: large;
	color: #BD8D2B;
	font-weight: bold;
}
.style4 {font-size: small}
.style5 {
	font-size: xx-large;
	font-weight: bold;
	color: #00195B;
}

.style5s {
	font-size:large;
	font-weight: bold;
	color: #00195B;
}


.stylelarge {
	font-size:large;
	font-weight: bold;
	color: #00195B;
}

.formet {
	font-size:16px;
	font-weight: bold;
	color: #00195B;
}

.formetp {
	font-size:16px;
	font-weight: bold;
	color:#660000;
}
.formetgr {
	font-size:16px;
	font-weight: bold;
	color:#006633;
}
.formetyl {
	font-size:16px;
	font-weight: bold;
	color:#FFCC00;
}
.formetgr14 {
	font-size:14px;
	font-weight: bold;
	color:#006633;
}
.formetnbl14 {
	font-size:14px;
	font-weight: bold;
	color:#000033;
}


.border1 {
	border: thin solid #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}