BODY{
	margin:0px;
	background-image:url(../portal/imagens/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#EEEEEE;
	scrollbar-face-color: #B90E16;
	scrollbar-highlight-color: #fff;
	scrollbar-3dlight-color: #fff;
	scrollbar-darkshadow-color: #B90E16;
	scrollbar-shadow-color: #B90E16;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #fff;
}
html{
	height:100%;
}
form{
	display:inline;
}

/* Link Preto*/
a.Preto:link {
	color: #000000;
	text-decoration: none;
}
a.Preto:visited {
	text-decoration: none;
	color: #000000;
}
a.Preto:hover {
	text-decoration: underline;
	color: #333;
}
a.Preto:active {
	text-decoration: none;
	color: #000000;
}
/*Fim link preto*/

/* Link cinza*/
a.Cinza3:link {
	color: #333333;
	text-decoration: none;
}
a.Cinza3:visited {
	text-decoration: none;
	color: #333333;
}
a.Cinza3:hover {
	text-decoration: underline;
	color: #333333;
}
a.Cinza3:active {
	text-decoration: none;
	color: #333333;
}
/*Fim link ceinza*/

/* Link para paginacao*/
a.PaginacaoLink:link,
a.PaginacaoLink:visited,
a.PaginacaoLink:active {
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C13A12;
	font-weight:bold;
}
a.PaginacaoLink:hover {
	text-decoration: underline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C13A12;
	font-weight:bold;
}
/*Fim link para paginacao*/

.PaginacaoI{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}

.Geral{
	width:100%;
	z-index:2;
	position:relative;
}
.LatEs{
	z-index:2;
	position:relative;
}
.DivConteudo{
	width:100%;
	text-align:center;
}
.DivConteudoPg{
	width:90%;
	text-align:left;
}
.DivSpaBranco{
	height:5px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	background:#FFFFFF;
}
.DivNota{
	text-align:left;
	padding:5px;
	margin-bottom:15px;
}

.TabelaGeral{
	width:770px;
	border-width:0px;
	border-style:solid;
	background-image:url(../portal/imagens/bg_geral.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#FFFFFF;
}
.texto_12_b_vermelho{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#C13A12;
	font-weight:bold;
}
.texto_14_b_vermelho{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#C13A12;
	font-weight:bold;
}

/*Texto tamanho 10*/
.texto_10{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
}
.texto_10_b{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	font-weight:bold;
}
.texto_10_b_red{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#C13A12;
	font-weight:bold;
}
.texto_10_b_u{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
}

/*Texto tamanho 11*/
.texto_11{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
}
.texto_11_b{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
}
.texto_11_b_u{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

/*Texto tamanho 12*/
.texto_12{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	line-height:140%;
}
.texto_12_b{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
}
.texto_12_b_u{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
}

.form_txt{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	border:1px #333333 solid;
	width:100%;
	background:#FFFFFF;
}
