@CHARSET "ISO-8859-1";


body {
	font-family: Verdana;
	
}


img{
	border: none;
}

h1{
	color: #CE171F;
	font-size: 27px;
	font-weight: normal;
}
a , a:hover{
	text-decoration: none;
	color: #fff;
}


.topo{
	color: #CE171F;
	font-size: 14px;
	text-align: center;
	line-height: 100px;
	display: table;
	width: 800px;
	height: 105px;
	margin: 0 auto;
	background: url("../img/bgtopo.png");
	
}

.logo{
	float: left;
	margin-top: 10px;
}

.faixa{
	width: 100%;
	height: 25px;
	background: #CE171F;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
}

.geral{
	width: 800px;
	margin: 0 auto;
}

.conteudo{

	border:  solid 0px #000;
		display: table;
	color: #666;
	width: 760px;
	margin: 0 auto;
	margin-top: 30px;
	background: url("../img/bgcont.png") right no-repeat;
	
}

.rodape{
	margin-top: 50px;
	font-size: 10px;
	text-align: center;
	border: solid 0px #000;
}

label{
	color: #CE171F;
}

.texto label{
	font-weight: bold;
}

