@charset "UTF-8";
/* CSS Document */

body,td,th,p {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:visited, a:active {
	color: #000066;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #0066CC;
}


body {
	background-image: url(../images/NewBackground_bluetanswirl.png);
	background-repeat: repeat;
}
.bold {
	font-weight: bold;
	}
.small_bold {
	font-weight: bold;
	font-size: 10px;
}
.small {font-size: 8pt}

.headline {
	font-size: 16pt;
	font-weight: bold;
	}

.blue_headline {
	color: #660000;
	font-weight: bold;
	font-size: 14px;
}

.white_headline {
	color: #ffffff;
	font-weight: bold;
	font-size:14px;
}

.footer {font-size: 9px}

.small_headline {
	font-size: 16px;
	font-weight: bold;
	color: #660000;
}

ul.topnav {
	text-align:right;
	margin:2px 0px;
}

.topnav li{
	display: inline;
list-style-type: none;
padding:0px 10px;
}

.topnav a:link, .topnav a:visited, .topnav a:active {
	color:#fff;
	text-decoration:none;
}

.topnav a:hover {
	color:#fff;
	text-decoration:underline;
}

ul.topnav li.last {border-right:0}

/*Drop Down Menus */



a.anchorclass:link, a.anchorclass:active, a.anchorclass:visited{
	color: #000066;
	text-decoration: none;
}

a.anchorclass:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
	text-decoration: none;
	color: #0066CC;
}



/* ######### Style for Drop Down Menu ######### */

.anylinkcss{
position: absolute;
left: 25px;
top: 0;
visibility: hidden;
border: 0px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #024286;
width: 120px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color:#ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background: #b0a073;
color: #024286;
}




/* ########## END DROPDOWN */

