/*menu*/
#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
/*font-weight: bold;*/
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: silver;
}

/*tabs*/
.tabs {position:relative; height: 27px; margin: 0; padding: 0; background:url("images/bar_off.gif") repeat-x; overflow:hidden}
.tabs li {display:inline;}
.tabs a:hover, {background:black; border-right: 1px solid #fff} 
.tabs a.tab-active {background:#fff url("images/bar_on.gif") repeat-x; border-right: 1px solid #fff}
.tabs a  {height: 27px; font:12px Arial;font-weight:bold;
    position:relative; padding:6px 10px 10px 10px; margin: 0px -4px 0px 0px; color:#2B4353;text-decoration:none;border-left:1px solid #fff; border-right:1px solid #6D99B6;}
.tab-container {background: #fff; border:1px solid #6D99B6;}
.tab-panes { margin: 3px }

/*headers*/
H1  {
	font-size : 16pt;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
}


H2  {
	font-size : 14pt;
	font-family : "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}


H3  {
	font-size : 12pt;
	font-family : "Helvetica", Arial, serif;
	font-weight : bold;
	font-style : italic;
	color : navy;
}


H6  {
	font-size : 10pt;
	font-family : "Helvetica", Arial, serif;
	font-weight : bold;
	font-style : normal;
	color : #000000;
}

/*other fonts*/
BODY  {
	font-size : 8pt;
	font-family : Verdana, "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}


P  {
	font-size : 8pt;
	font-family : Verdana, "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

.brand  {
	font-size : 16pt;
	font-family : "Helvetica", Arial, serif;
	font-weight : bold;
	font-style : normal;
	color : white;
}

/*used in tables*/
.tbl
{
	font-size : 8pt;
	font-family : Verdana, "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

.special
{
	font-size : 12pt;
	font-family : "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

/*lists*/
UL  {
	font-size : 8pt;
	font-family : Verdana, "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

LI  {
	font-size : 8pt;
	font-family : Verdana, "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}

/*a hrefs*/
A:link  {
	font-size : 8pt;
	font-family : Verdana, "Helvetica", Arial, serif;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color :  #0000FF;
}

A:hover  {
	text-decoration : underline;
	background-color: white;
	color: #3D99F5;
}

A:visited  {
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	color : #0000FF;
}
