@charset "utf-8";

body{
	margin:0px;
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	 background-image:url(img/bg.jpg);
	 background-position:center top;
	 background-repeat:repeat-y;
}

body a:link, a:visited, a:active{
	color:#FFFFFF;
	text-decoration:underline;
}

body a:hover{
	color:#f78408;
}

#geral{
	width:747px;
	border-left: 1px solid #53767c;
	border-right: 1px solid #53767c;
}

#menu{
	height:38px;
}

#menu ul{
	margin:0px;
}

#menu li{
	display:block;
	margin:0px;
	float:left;
}

#esquerda{
	width:164px;
	background-color:#055079;
	font-size:10px;
	float:left;
	text-align:left;
	padding:10px;
}

#direita{
	width:523px;
	color:#FFFFFF;
	float:left;
	background-color:#06679c;
	padding:20px;
	text-align:left;
}

#bottom{
	background-color:#01364a;
	padding:8px;
	text-align:left;
	height:68px;
}

#b1{
	float:left;
	width:362px;
}

#b2{
	float:left;
	width:362px;
	text-align:right;
}

.sub{
	font-weight:bold;
	font-size:12px;
}

.sub2{
	font-weight:bold;
	font-size:12px;
	color:#ff8a00;
}

.g1{float:left; width:50px;}
.g2{float:left; width:450px;}

.inputpequeno{border:1px solid #01364a; width:50px; font-family:arial; color:#06679c; font-size:10px;}
.inputmedio{border:1px solid #01364a; width:280px; font-family:arial; color:#06679c; font-size:10px;}