/*///// BODY TABLE /////*/
body,td,th {
	font-family:Arial;
	font-size:11px;
	margin:0px;
}
/*////// IMGS //////*/
img {
	border:0px;
}

/*/////// DIVS ///////*/
#bgTopo {
	background-image:url(../imgs/fundo_topo.gif);
	background-repeat:no-repeat;
	background-position:center top;
	height:99px;
}
#topo {
	background-image:url(../imgs/bg_topo.gif);
	background-repeat:no-repeat;
	width:757px;
	height:99px;
	text-align:left;
}
#bgConteudo {
	background-image:url(../imgs/bg_conteudo.gif);
	background-position:center top;
	background-repeat:repeat-y;
}
#conteudoIndex {
	background-image:url(../imgs/bg_conteudo_index.jpg);
	background-repeat:no-repeat;
	width:757px;
	height:392px;
	text-align:left;
}
#conteudoInternas {
	background-image:url(../imgs/bg_conteudo_internas.jpg);
	background-repeat:repeat-y;
	width:757px;	
	text-align:left;
}
#conteudoBottom {
	background-image:url(../imgs/bg_conteudo_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:757px;
}
#conteudoBottomOff {
	background-image:url(../imgs/bg_conteudo_bottom_off.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:757px;
}
#menu {
	padding-left:28px;
	padding-top:23px;	
}
#fotoNoticia {
	background-image:url(../imgs/moldura_foto.gif); 
	background-repeat:no-repeat; 
	width:177px; 
	height:106px; 
	padding-left:6px; 
	padding-top:7px;
}
#fotoNoticiaInt {
	background-image:url(../imgs/moldura_foto_pq.gif); 
	background-repeat:no-repeat;
	width:134px; 
	height:87px; 
	padding-left:5px; 
	padding-top:5px;
}
#fotoNoticiaIntGr {
	background-image:url(../imgs/moldura_foto_gr.gif); 
	background-repeat:no-repeat;
	width:264px; 
	height:167px; 
	padding-left:5px; 
	padding-top:5px;
}
#fotoNoticiaIntGr2 {
	background-image:url(../imgs/moldura_foto_gr2.gif); 
	background-repeat:no-repeat;
	width:240px; 
	height:140px; 
	padding-left:5px; 
	padding-top:5px;
}
#fotoGaleria {
	background-image:url(../imgs/moldura_thumb_galeria.gif);
	background-repeat:no-repeat; 
	width:97px; 
	height:63px; 
	padding-left:0px; 
	padding-top:6px;
}
#bgDestaques {
	background-image:url(../imgs/bg_destaques.gif);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#a6a6a6;	
}
#destaques {
	background-image:url(../imgs/bg_conteudo_destaques.jpg);
	background-repeat:no-repeat;
	width:757px;
	height:169px;
	text-align:left;
}
#rodape {
	background-image:url(../imgs/bg_rodape.gif);
	background-repeat:repeat-x;
	height:57px;
}

/*////// FORMS //////*/
select {
	font-size:10px;
	color:#666666;
}
input,textarea {
	border:1px solid;
	border-color:#e1e1e1;
	background-color:#ffffff;	
	color:#666666;
}

/*////// TEXTOS //////*/
.dataCinza {
	color:#666666;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;	
}
.dataVermelho {
	color:#ec2225;
	font-size:13px;
	font-weight:bold;
	letter-spacing:-1px;
}
.textoVermelho {
	color:#e90003;
}
.textoVermelho a {
	color:#e90003;
	text-decoration:none;
}
.textoVermelho a:hover {
	color:#e90003;
	text-decoration:underline;
}
.textoVermelhoGr {
	color:#e90003;
	font-size:12px;
}
.textoVermelhoGr a {
	color:#e90003;
	font-size:12px;
	text-decoration:none;
}
.textoVermelhoGr a:hover {
	color:#e90003;
	font-size:12px;
	text-decoration:underline;
}
.textoVermelhoGrr {
	color:#e90003;
	font-size:14px;
}
.textoVermelhoGrr a {
	color:#e90003;
	font-size:14px;
	text-decoration:none;
}
.textoVermelhoGrr a:hover {
	color:#e90003;
	font-size:14px;
	text-decoration:underline;
}
.textoVermelhoGg {
	color:#e90003;
	font-size:18px;
}
.textoVermelhoGg a {
	color:#e90003;
	font-size:18px;
	text-decoration:none;
}
.textoVermelhoGg a:hover {
	color:#e90003;
	font-size:18px;
	text-decoration:underline;
}
.textoCinza {
	color:#666666;
}
.textoCinza a {
	color:#666666;
	text-decoration:none;
}
.textoCinza a:hover {
	color:#666666;
	text-decoration:underline;
}
.textoBranco {
	color:#ffffff;
}
.textoBranco a {
	color:#ffffff;
	text-decoration:none;
}
.textoBranco a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.textoAlfabeto {
	color:#666666;
}
.textoAlfabeto a {
	color:#666666;
	text-decoration:none;
}
.textoAlfabeto a:hover {
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}

