body {
	background-color: #003366;
}
a:link {color:#003366; text-decoration:none;}
a:active {color:#003366; text-decoration:none;}
a:visited {color:#003366; text-decoration:none;}
.style1 {font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 14pt;}
.style2 {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 9px; color:#000000;}
.style2a {font-family:Verdana, Arial, Helvetica, sans-serif;font-size: 8pt; color:#000000;line-height: 10pt;}
.style4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #003366;
	font-style: italic;
}
.style4a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18pt;
	color: #003366;
	font-style: italic;
	line-height: 22pt;
}
.style6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
	font-weight: bold;
	color: #003366;
}
.style8 {font-weight: bold}
.style9 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #666666;
}
form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.style10 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #000000; font-weight: bold; }

td {
	font-family: Arial, Helvetica, sans-serif; font-size: 10pt; line-height: 14pt;;
}

/**Drop-down menus**/

.anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font: normal 10px Arial,Helvetica,sans-serif;
color: #2E4153;
line-height: 18px;
z-index: 100;
background-color: #FFCC00;
width: 150px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
font-weight: normal;
color: #2e4153;
text-decoration: none;
}
.anylinkcss a:hover{ /*hover background color*/
background-color: #993333;
color: #FFFFFF;
}

