/* CSS Document */

body {
	margin: 0px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(layout/bg_page.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #990000;
	background-position: center top;
}
.geral {
text-align: center;
height: 100%;
width: 100%;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
}
.layout {
	text-align: center;
	width: 770px;
	height: 100%;
	/*background-color: #FFFFFF;*/
	/*border: 5px solid #999999;*/
}
.cab {
	/*background-color: #FFFFFF;*/
	height: 20px;
	width: 100%;
	font-size: 11px;
	text-align: center;
	color: #FFFFFF;
}	
.cab strong {
	color: #FFCC00;
}

.banner {
/*background-color: #FFFFFF;*/
width: 100%;
height: 200px;
}
.menu {
	width: 100%;
	height: 32px;
	font-size: 11px;
	text-align: center;
	background-attachment: scroll;
	background-image: url(layout/menu.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #797979;
	border-right-color: #797979;
	border-bottom-color: #797979;
	border-left-color: #797979;
}
.centro {
	width: 100%;
	height: 350px;
	background-color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(layout/fundocentro.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.geral .layout .centro td {
vertical-align: text-top;
}
.boxesq {
width: 36%;
float: left;
margin: 10px;
}
.boxdir {
width: 56%;
float: right;
text-align: left;
margin-top: 10px;
margin-right: 20px;
margin-bottom: 10px;
margin-left: 10px;
}
.titulo {
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
font-weight: normal;
height: 40px;
color: #770000;
}
.informacao {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
height: 40px;
line-height: 20px;
}
.fonte {
font-family: Verdana, Helvetica, sans-serif;
font-size: 10px;
font-weight: bold;
height: 40px;
color: #FF0000;
}
.rodape {
	background-color: #FFCC99;
	width: 100%;
	height: 29px;
	font-size: 11px;
	text-align: center;
	color: #000000;
	background-attachment: scroll;
	background-image: url(layout/fundo_rodape.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:hover {
	color: #000000;
	background-color: #FFCC00
	;
}
a:active {
color: #000000;
text-decoration: none;

/* menu link cores */
}	
a.cores:link {
color: #000000;
text-decoration: none;
}
a.cores:visited {
color: #000000;
text-decoration: none;
}
a.cores:hover {
	color: #000000;
	background-color: #FFCC00
	;
}
a.cores:active {
color: #000000;
text-decoration: none;
}	form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FF9900;
}
.separador {
	font-weight: normal;
	color: #666666;
}
/* menu link branco */
	
a.branco:link {
color: #FFCC00;
text-decoration: none;
}
a.branco:visited {
color: #FFCC00;
text-decoration: none;
}
a.branco:hover {
	color: #FFCC00;
	background-color: #333333	;
}
a.branco:active {
color: #FFCC00;
text-decoration: none;
}

