/*estilos gerais*/
body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 12px;
	color: #333333;
}

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 12px;
	color: #333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 12px;
	color: #333333;
}

.centraliza-site {
	left: 50%;
	float: left;
	margin-left: -390px;
	width: 780px;
	position: absolute;
	top: 0%;
	border-left:#999999 solid 1px;
	border-right:#999999 solid 1px;
}

a {
	color: #618044;
	text-decoration:none;
}

a:hover {
	color: #618044;
	text-decoration:underline;
}
input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:1 #999999 solid; 
	font-size: 11px;
	color: #333333;
	background:#F2F2F2;
}

/*estilos topo*/
.topo {
	background:url(images/topo_fundo.jpg); 
	height:69px;
}
.topo_faixa {
	background:url(images/topo_fundo_faixa.gif); 
	height:5px;
}
/*estilos titulo*/
.titulo {
	background:url(images/titulo_fundo.gif); 
	height:140px; 
	_height:150px; 
	width:730px; 
	_width:740px; 
	margin:19px; 
	padding:5px;
}
.titulo_txt {
	color:#618044;
	font-weight:bold;
	font-size:14px;
}
/*estilos conteudo*/
.conteudo {
	margin:0 160px; 
	width:450px;
}
/*estilos resposta*/
.resposta {
	border:#999999 solid 1px; 
	background:#F2F2F2; 
	padding:10px 12px 10px 60px; 
	margin: 20px 0;
	background: url(images/ico_ok.gif) no-repeat;
	background-position:13px 16px;
}
.erro {
	border:#999999 solid 1px; 
	background:#F2F2F2; 
	padding:10px 12px 10px 60px; 
	margin: 20px 0;
	background: url(images/ico_erro.gif) no-repeat;
	background-position:9px 16px;
}
.resposta span, .erro span{
	font-weight:bold;
}

/*estilos base*/
.base {
	height:20px; 
	background:url(images/base_fundo_faixa.gif);
}