@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/back_geral.jpg);
}
#TOTAL {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFFFFF;
	border: thin double #CCCCCC;
}
#TOTAL h1 {
	display: none;
}
#TOTAL #TOPO {
	height: 407px;
	width: 782px;
	background-image: url(../images/back_topo.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#TOTAL #CONTEUDO {
	width: 782px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#TOTAL #CONTEUDO h3 {
	display: none;
}
#TOTAL #RODAPE {
	height: 30px;
	width: 100%;
	background-color: #B22329;
}
#TOTAL #RODAPE h4 {
	display: none;
}
#TOTAL #TOPO h2 {
	display: none;
}
.titulo_geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.TITULO {color: #FF0000; font-family: Arial, Helvetica, sans-serif; }

