/* 	PAGINA */
body,td,th {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-align:left;
}
body { 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-color: #EAEBE0;
	background-image:url(../img/bg2.gif);
	background-repeat:repeat-x;	
}
tabela_sombra {
	width: 766px;
	height: 100%;
}
form{
	margin: 0;
}
.conteudo{
	background-color: #ffffff;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;	
}
.moldura{
	background-color: #eeeeee;
	padding: 5px;
	border: 1px solid #757852;
}

/* TEXTOS */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}


/* ALPHA NA IMAGEM HOVER */
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}


/* ALINHAMENTO */
.esquerda { TEXT-ALIGN: left }
.centro   { TEXT-ALIGN: center }
.direita  { TEXT-ALIGN: right }



/* TEXTOS EDITADOS */
.texto_padrao {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none
}
.texto_branco {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none
}
.texto_verde {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #757852;
	text-decoration: none
}
.texto_preto {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none
}
.titulos {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #990000;
}
.titulos_noticia {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336600;
	line-height:30px;
	font-weight:bold;
}
.sub_titulo {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}


/* REPETICAO DE FUNDO - para não repetir quando colocar imagem como fundo de uma tabela */
.tabela {
background-repeat:no-repeat
 }


/* BOX FORMULARIOS */
.box  {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	border:1px solid #cccccc;
	background:#ffffff url(../img/fundoFormulario.jpg) repeat-x top left;
}
.invalido  {
	font-family: Trebuchet MS;
	font-size: 14px;
	color: #000000;
	border:1px solid #BCBCBC;
	background:#ffffff url(../img/fundoFormulario2.jpg) repeat-x top left;
}