body {
	background: #000000 url(bottom_b2_.jpg) repeat-y center;
	color: #6d8d8c;
	font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

a:active  {COLOR: #6d8d8c;}
a:visited {COLOR: #6f9f60;}
a:link 	  {COLOR: #6d8d8c;}
a:hover   {COLOR: #BA8532;} 
a 		  {text-decoration: none; font-weight: bold;}			


.style1 {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
}

.style3 {
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	color: #00CC00;
}

.style4 {
	font-family: Verdana;
	font-size: 11px;
	color: #FF90AA;
}

.style5 {
	font-family: Verdana;
	font-size: 11px;
	color: #CC0000;
}

.smallFonts {
	font-family: Tahoma;
	font-size: 9px;
	color: #eeeeee;
}



#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: #143749;
width: 150px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}
