/* CSS Document */

#headerBar{
	background-color:#0FA512;
	left:0px;
	top:0px;
	width:100%;
	min-width:1275px;
	width:auto !important;
	width:1275px;
	height:40px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	display:table;
}
#headerBar a:link, #headerBar a:visited, #headerBar a:active{
	color:#ffffff;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
#headerBar a:hover{
	color:#000066;
	text-decoration:underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
#headerForm{
	padding: 6px 0px 0px 0px;
	width:100%;
	display:inline;
}
#headerIndio{
	float:left;
	clear:left;
	margin-left:10px;
}