body {
	background-image: url(../imagens/bg_geral.gif);
	margin: 0px;
}
.conteudo {
	background-color: #e3ebee;
	background-image: url(../imagens/bg_conteudo.jpg);
	background-repeat: repeat-x;
}
.txt01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #042435;
	text-decoration: none;
	text-align: justify;
}
.borda_dicas {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A8A7A5;
	border-right-color: #D3D3CF;
	border-bottom-color: #D3D3CF;
	border-left-color: #A8A7A5;
}

a.email:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c34d18;
	text-decoration: none;
}
a.email:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c34d18;
	text-decoration: none;
}
a.email:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c34d18;
	text-decoration: underline;
}
a.email:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #c34d18;
	text-decoration: underline;
}


.campo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #615B57;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #615B57;
	padding-left: 3px;
}
.rodape {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#A3BEC9;
	padding:5px;
}
.rodape a {color:#A3BEC9;}