/* CSS Document */
html
{overflow:auto;}
body   
{margin-top:0px;margin-left:0px;background-image: url(../fin/big_bg.gif);
}
a, ul, td, li,h1, h2, h3, img { font-family: arial,verdana,helvetica, sans-serif; font-size: 12px; color: #003366;line-height: 130%}
a { text-decoration: none; color: #003366; font-weight: normal;line-height: 130%}
a:hover { color: #003366; font-weight: normal;text-decoration: underline;line-height: 130%}
.whitebt {FONT-SIZE: 13px; COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; font-weight: bold;TEXT-DECORATION: none}
.normal { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE: 12px; COLOR: #003366;font-weight: normal;line-height: 150%;}
.normal a{ font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE: 12px; COLOR: #006699;font-weight: normal;line-height: 150%;}
.normalform { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE: 13px; COLOR: #000000;font-weight: normal;line-height: 150%;}
.bt {FONT-SIZE: 12px; COLOR: #FFFFFF; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none}
.bt:hover { font-weight: normal;color: #ffffff;text-decoration: none;}

.small { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE:11px; COLOR: #003366;font-weight: normal;line-height: 120%;}
.small:hover { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE:11px; COLOR: #003366;font-weight: normal;line-height: 120%;}
.normal:hover { font-weight: normal;color: #003366;}
.small2 { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE:10px; COLOR: #ffffff;font-weight: normal;line-height: 120%;}
.small2:hover { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE:10px; COLOR: #ffffff;font-weight: normal;line-height: 120%;}
.title { FONT-SIZE: 14px; COLOR: #003366;font-weight: bold;line-height: 130%}
.title:hover{ FONT-SIZE: 14px; COLOR: #003366;font-weight: bold;text-decoration: underline;line-height: 130%}
.title2 { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE: 13px; COLOR: #003366;font-weight: bold;line-height: 130%}
.title2:hover { font-family: arial,verdana,helvetica, sans-serif;FONT-SIZE: 13px; COLOR: #003366;font-weight: bold;line-height: 130%}
.title3 { FONT-SIZE: 12px; COLOR: #003366;font-weight: normal;line-height: 130%}
.title3:hover { font-weight: normal;color: #003366;}
.textlink { FONT-SIZE: 12px; COLOR: #003366;text-decoration: none;background-color: #ffffff ;line-height: 150%;}
.textlink:hover { FONT-SIZE: 12px; COLOR: #ffffff;text-decoration: none; background-color: #006699;line-height: 150%;}
.textlink2 { FONT-SIZE: 12px; COLOR: #003366;text-decoration: underline;line-height: 130%;}
.textlink2:hover { FONT-SIZE: 12px; COLOR: #5781ae;text-decoration: underline;line-height: 130%;}
.textlink3 { FONT-SIZE: 12px; COLOR: #003366;font-weight: bold;text-decoration: none;}
.textlink3:hover { FONT-SIZE: 12px; COLOR: #5781ae;font-weight: bold;text-decoration: underline;}
.textlinktop { font-family: arial,verdana,helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #08619D;font-weight: bold;text-decoration: none;}
.textlinktop:hover { font-family: arial,verdana,helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #5781ae;font-weight: bold;text-decoration: none;}
.textlinktop2 { font-family: arial,verdana,helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #08619D;font-weight: bold;text-decoration: none;}
.textlinktop2:hover { font-family: arial,verdana,helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #5781ae;font-weight: bold;text-decoration: none;}
.textlinkbar {
	FONT-SIZE: 12px;
	COLOR: #08619D;
	font-weight: bold;
	text-decoration: none;
}
.textlinkbar:hover {
	FONT-SIZE: 12px;
	COLOR: #5781ae;
	font-weight: bold;
	text-decoration: none;
}
.textlinktitle { FONT-SIZE: 14px; COLOR: #08619D;font-weight: bold;text-decoration: none;}
.textlinktitle:hover { FONT-SIZE: 14px; COLOR: #003366;font-weight: bold;text-decoration: none;}
.frontlinktitle { FONT-SIZE: 17px; COLOR: #08619D;font-weight: bold;text-decoration: none;letter-spacing:-0.4pt;}
.frontlinktitle:hover { FONT-SIZE: 17px; COLOR: #003366;font-weight: bold;text-decoration: none;letter-spacing:-0.4pt;}
.frlinktop { font-family: arial,verdana,helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #003366;font-weight: bold;text-decoration: none;}
.frlinktop:hover { font-family: arial,verdana,helvetica, sans-serif; FONT-SIZE: 12px; COLOR: #08619D;font-weight: bold;text-decoration: underline;}

.menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu li { /* all list items */
	float: left;
	position: relative;
	width: 10em;
}

.menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

.menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

.menu li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

.menu #content {
	clear: left;
}

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

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 0px 0;
text-decoration: none;
font:normal 11px arial;
font-weight: bold;
COLOR: #0065A3;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
COLOR: #0C325F;
}

