/* THis is the css for the Annual Report Links at the botton of the page */

ul#linkBar
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	background:#6B94B5;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
    align="bottom"
}

ul#linkBar li
{
	
	float:left;
	margin:0;
	padding:0;
}
	
ul#linkBar li a
{
	
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	padding:2px 2px 3 2px;

}
	
ul#linkBar li a:hover
{	
	color:#99cc66;
	background:transparent 0px -30px no-repeat;		
}
	

ul#linkBar li a.current
{
	display:inline;
	background:transparent 0px -30px no-repeat;	
	float:left;
	margin:0;
}


.smallFont	
{															
	font-family: Arial, Helvetica, sans serif;
	font-size: 8pt;
}
