@charset "iso-8859-1";

body {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background-image: url(imagens_base/fundo_abertura.jpg);
	background-repeat: repeat-x;
}


#base {
	width: 990px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#conteudo{
	height:700px;
	padding: 0px;
}

#rodape {
	height:60px;
	background-color:#FFF;
	text-align: center;
}
.texto1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.link1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
}
.link1:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#900;
	text-decoration: underline;
}