/*///// BODY TABLE /////*/
html {
     overflow: -moz-scrollbars-vertical;
	 font-family:Arial, Helvetica, sans-serif;
}
#bodyIndex {
	background-color:#91d8d9;
	margin:0px;
}
#bodyInternas {
	background-color:#c6ebec;
	margin:0px;
}
/*////// IMGS //////*/
img {
	border:0px;
}

/*/////// DIVS ///////*/
#divFundo {
	background-image:url(../imgs/fundo_pagina.gif); 
	background-repeat:repeat-x;
}
#divConteudo {
	background-image:url(../imgs/fundo_conteudo.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	width:776px;
	text-align:left;
}
#conteudo {
	padding-left:29px;
	padding-right:16px;
}
#divEndereco {
	width:776px;
	text-align:left;
}
#divFundoRodape {
	background-image:url(../imgs/fundo_rodape.gif);
	background-repeat:repeat-x;
	height:84px;
}
#divRodape {
	background-image:url(../imgs/rodape.gif);
	background-repeat:no-repeat;
	background-position:center top;
	width:776px;
	height:84px;
	text-align:left;
}
#pontilhadoVerde {
	background-image:url(../imgs/pontilhado_verde.gif); 
	background-repeat:repeat-x; 
	height:1px;
}
#pontilhadoAzul {
	background-image:url(../imgs/pontilhado_azul.gif); 
	background-repeat:repeat-x; 
	height:1px;
}
#colunasSubmenu {
	list-style-image: url(../imgs/gota_laranja.gif);
	list-style-position:outside;
	list-style-type:none;
	padding-left:14px;
	padding-bottom:3px;	
	margin:2px;

}

/*////// FORMS //////*/
select {
	font-size:11px;
	color:#0087a7;
	font-weight:bold;
}
.transparent{
	background-color:transparent;
	border:none;
	cursor: hand;
}
.inputRadio {
	background-image:url(../imgs/fundo_radio.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
}
.inputImprensa {
	border:1px solid;
	border-color:#808080;
	background-color:#FFFFFF;	
	color:#0087a7;
	font-size:11px;
	color:#0b5f91;
	font-family:Arial, Helvetica, sans-serif;	
}
.textareaImprensa {
	border:1px solid;
	border-color:#808080;
	background-color:#FFFFFF;	
	color:#0087a7;
	font-size:11px;
	color:#0b5f91;	
	font-family:Arial, Helvetica, sans-serif;	
}
form {
	margin:0px;
	padding:0px;
}
/*////// TEXTOS //////*/
.titSecao {
	color:#d48010;
	font-size:38px;
	line-height:2px;
	margin:0px;
	padding:0px;
}
.titSubmenu {
	color:#0b6498;
	font-size:16px;
	line-height:18px;
	letter-spacing:-3px;
	margin:0px;
	padding:0px;
}
.titSubmenuVerd {
	color:#659b16;
	font-size:16px;
	line-height:18px;
	letter-spacing:-3px;
	margin:0px;
	padding:0px;
}
.titSubSecao {
	color:#0b699f;
	font-size:24px;
	line-height:2px;
	margin:0px;
	padding:0px;
}
.titSubItens {
	color:#0b699f;
	font-size:18px;
	line-height:2px;
	margin:0px;
	padding:0px;
}
.titSubItensLaranja {
	color:#d48010;
	font-size:18px;
	line-height:2px;
	margin:0px;
	padding:0px;
}
.titSubItensVerde {
	color:#74af1c;
	font-size:18px;
	line-height:2px;
	margin:0px;
	padding:0px;
}
.textoAzul11 {
	font-size:11px;
	color:#0087a7;
}
.textoAzul11 a {
	font-size:11px;
	color:#0087a7;
	text-decoration:none;
}
.textoAzul11 a:hover {
	font-size:11px;
	color:#0087a7;
	text-decoration:underline;
}
.textoLaranja11 {
	font-size:11px;
	color:#dc8d13;
}
.textoLaranja11 a {
	font-size:11px;
	color:#dc8d13;
	text-decoration:none;
}
.textoLaranja11 a:hover {
	font-size:11px;
	color:#dc8d13;
	text-decoration:underline;
}
.textoVerde11 {
	font-size:11px;
	color:#679b19;
}
.textoVerde11 a {
	font-size:11px;
	color:#679b19;
	text-decoration:none;
}
.textoVerde11 a:hover {
	font-size:11px;
	color:#679b19;
	text-decoration:underline;
}
.textoCinza11 {
	font-size:11px;
	color:#666666;
}
.textoCinza11 a {
	font-size:11px;
	color:#666666;
	text-decoration:none;
}
.textoCinza11 a:hover {
	font-size:11px;
	color:#666666;
	text-decoration:underline;
}

.TabelaTitulo {
	font-size:11px;
	font-weight:bold;
	color:#679b19;
	background-color:#dcf3f3;
	padding:3px;
}
.TabelaConteudo {
	font-size:11px;
	color:#0087a7;
	background-color:#a2dee1;
	padding:3px;
}
