/* CSS Document */
body  {
   font-family: Arial, Verdana, sans-serif;
	 font-size: 12px;
	 line-height: 18px;
	 color: #000000;
}
.copyright {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #999999;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}
.headercell {
	background-image: url(/graphics/ui_top-bg.gif);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 0px;
	
}
.nav_top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000033;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	text-align: left;
	text-decoration: none;
}

.nav_top a:hover {
	color: #0099FF;
}
.rightbar_text {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#navbar, a {
text-decoration: none;
color: #000033;
}

.float_l {
	float: right;
	padding: 5px;
}
