body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imagens/bg_geral.jpg);
	background-repeat: repeat-y;
	background-position:center;
	background-color:#FFFFFF;
}


/*

Estilos de Formulario

*/

.FormInput {
	BORDER: #cccccc 1px solid;
	FONT-SIZE: 11px;
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	padding-left: 3px;
	background: #f7f7f4;
	cursor:pointer;
}

.btnDefault {
	BORDER-RIGHT: #716f64 1px solid; 
	BORDER-TOP: #ece9d8 1px solid; 
	MARGIN: 0px 10px 0px 0px; 
	BORDER-LEFT: #ece9d8 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #716f64 1px solid; 
	BACKGROUND-COLOR: #f2f0f0; 
	height:20px;
	cursor:pointer;
	FONT-FAMILY: Tahoma, Verdana, Arial;
	FONT-SIZE: 11px;
}

/*
ESTILOS DAS NOTICIAS
*/

.textos 	{
	font-family: Arial, Tahoma, Verdana;
	    font-size: 12px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000;
		}

.textos_m 	{
	font-family: Arial, Tahoma, Verdana;
	    font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: normal;
		font-variant: normal;
		color: #000;
		letter-spacing: 0px;
		}

.texto_p {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;

}

.texto_p_branco {
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	color:#FFFFFF;
font-weight:bold;

}

.titulos_noticia_capa {
	font-family: Arial, Tahoma, Verdana;
	font-size: 18pt;
		font-weight:bold;
}

.titulos_paginas {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16pt;
}

.titulos_paginas_branco {
	font-family: Arial, Tahoma, Verdana;
	font-size: 16pt;
	color:#FFFFFF;
}

.subtitulos {
	font-family: Arial, Tahoma, Verdana;
	font-size: 12pt;
}

.paginacao{
    font-family:Tahoma, Verdana, Arial;
    font-size: 10px;
    cursor: pointer;
}

a:link {color: #333333;}
a:visited {	color: #333333;}
a:hover {	color: #990000;}
a:active {	color: #333333;}


A.titulo:visited {color:#000;text-decoration: none;}
A.titulo:active {color:#000;text-decoration: none;}
A.titulo:link {color:#000;text-decoration: none;}
A.titulo:hover {color:#333;text-decoration: underline;} 


A.rodape:visited {color:#fff;text-decoration: none;font-weight:bold;}
A.rodape:active {color:#fff;text-decoration: none;font-weight:bold;}
A.rodape:link {color:#fff;text-decoration: none;font-weight:bold;}
A.rodape:hover {color:#990000;text-decoration: underline;font-weight:bold;} 



.campo_form_newsletter		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 200px;
		height: 16px;
		border: 1px solid #333333;
		color: #333333;
		padding: 5px 5px 5px 5px;
		}
.campo_form 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 320px;
		height: 15px;
		border: 1px solid #E1E1E1;
		color: #333333;
		padding: 5px 5px 5px 5px;
		}

.campo_form_multilinha 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 280px;
		height: 120px;
		border: 1px solid #E1E1E1;
		color: #333333;
		padding: 5px 5px 5px 5px;
		}
		
.Botao 		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		background: #333333;
		width: 80px;
		height: 25px;
		border: 0px solid #333333;
		color: #FFFFFF;
		}

