/*@charset "utf-8";*/
/* CSS Document */

/* ZERANDO */

body, img, p h1, h2, td{
	margin: 0;
	padding:0;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}
/* FX */

h1 {
	font-size:14px;
	color:#900;
	margin-bottom:10px;
}
.fonte_cinza {
	color:#CCC;
}
/* TOPO */

#topo {
	width:100%;
	float:left;
	min-width:800px;
}
#topo_cima {
	width:100%;
}
#logo {
	margin:43px 0 0 10px;
	float:left;
}
#circuito_cima {
	float:right;
}
#topo_meio {
	background:#000;
	width:100%;
	height:110px;
	float:left;
}
#logo_ref {
	float:left;
	margin-left:10px;
}
#circuito_meio {
	float:right;
}
#topo_baixo {
	background:#000;
	width:100%;
	height:12px;
	float:left;
	background:url(../imgs/topo_bx.jpg) bottom repeat-x;
}
#topo_link {
	float:left;
	padding:55px 5px 12px 5px;
	height:20px;
	bottom:0;
	margin:-75px 0 0 0;
}
#topo_link:hover {
	background:url(../imgs/topo_link_fun.jpg);
}
#topo_link a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
/* CORPO */
#corpo {
	width:100%;
	float:left;
	min-width:800px;
	min-height:192px;
	background:url(../imgs/corpo_esq.jpg) no-repeat left top;
}
#corpo_cont {
	margin:50px 0 0 100px;
	padding-right:30px;
	text-align:justify;
}
/* BAIXO */

#baixo {
	width:100%;
	float:left;
	text-align:center;
	margin-top:20px;
	padding: 50px 0 10px 0;
	color:#900;
	min-width:800px;
}
/* Formulário */

.campo {
	color:#900;
	border: 1px #333 solid;
	padding: 2px;
	font-size:10pt;
	text-align: left;
	background-color:#FFF;
}
.botao {
	color:#900;
	border: 1px #333 solid;
	padding: 1px;
	font-size:10pt;
	text-align: center;
	background-color:#FFF;
}
.tabela {
	border: 1px #333 solid;
!important  margin: 5px;
	padding: 2px;
	font-size:10pt;
	background-color:#fff;
}
#fomulario {
	margin: 3px;
	padding:2px;
	;
	border:1px;
	font-size:11px;
}
