@charset "utf-8";
body {
	background-color: #006600;
	background-image: url(../imagens/fundo_lea.jpg);
	background-repeat: repeat;
	margin: 0px;
}
#base {
	
}
#conteudo {
	background-color: #FFFFFF;
	text-align: center;
	height: 170px;
	width: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.texto_provisorio {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-decoration: none;
	text-align: center;
}
#rodape {
	height: 150px;
	width: auto;
}
#topo {
	height: 200px;
	width: auto;
}
