.FS {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-color: #556B2F;
	vertical-align: top;
}

A:link {text-decoration: none; color:#CC0066; font-weight: bold}
A:visited {text-decoration: none; #CC0066; font-weight: bold}
A:hover {text-decoration: underline; font-weight: bold}

.html {
    overflow-y: hidden;
}

.BOR {
	border-right: black 1px solid;
}

.BOL {
	border-left: #BBB 1px solid;
}

.BOLR {
	border-left: #BBB 1px solid;
	border-right: #BBB 1px solid;	
}

.BOA {
	border: black 1px solid;
}

.BACK {
	background: #ffffff url(fauxcol.gif) repeat-y 50% 0;
}

#ajaxticker1{
width: 178px;
height: 180px;
background-image: url(factpic.gif);
background-repeat: no-repeat;
padding: 5px;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: white;
}

/*Drop-down menu CSS*/

.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle ul{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin:0;
text-align: left; /*set value to "left", "center", or "right"*/
list-style: none;
}

.chromestyle ul li{
display: inline;
margin-left:0;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url(chromebg4-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}

