body {
	background-image:url(../imagens/bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-align: justify;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
}
h1{
	color:#66CC33;
	font-size: 18px;
}
#bordaSuperior {
	background-image: url(../imagens/borda-superior.jpg);
	height: 29px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#container {
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imagens/borda.jpg);
	background-repeat: repeat-y;
	padding: 0px;
}
#cabecalho {
	height: 250px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
#topo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../imagens/bg2.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}

#conteudo {
	margin: 0px;
	padding: 20px;
}

#rodape {
	background-image: url(../imagens/rodape.jpg);
	background-repeat: no-repeat;
	height: 80px;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#rodape table{
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	color: #FFFFFF;
	font-size: 10px;
	
}
.link1{
	text-decoration:none;
	color:#FFFFFF;
	
}
.link2{
	text-decoration:underline;
	color:#000000;
	
}
.divisoria {
	background-image: url(../imagens/divisoria.jpg);
	background-repeat: repeat-x;
	height: 29px;
}

.linkTitulo {
	color:#66CC33;
	text-decoration:none;
	font-size: 18px;
}
.linkTitulo: hover{
	color:#66CC33;
	text-decoration:overline;
}
.btn {
	color: #FFFFFF;
	background-color: #669933;
	border: 1px solid #669933;
}
.corpo_mens {
	color: #FF0000;
}
