@charset "utf-8";
.cabecario {
	background-image: url(imagens/fundo_cabecario1.jpg);
	background-repeat: repeat-y;
}
.assunto1 {
	background-image: url(imagens/fundo_assunto1.jpg);
	background-repeat: repeat-y;
}
.formulario_esq {
	text-align: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.formulario_cabecario {
	font-size: 16px;
	color: #F60;
	text-align: center;
	font-weight: bold;
}
.endereco {
	font-size: 14px;
	font-weight: normal;
	color: #333;
	text-align: right;
}
.destaque_endereco {
	font-size: 16px;
	color: #FF6600;
	text-align: left;
}
.rodape1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
}
