body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:justify;
	font-family: Montserrat, Arial, Tahoma, Verdana;
}


/*

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: Montserrat, Arial, Tahoma, Verdana;
	    font-size: 15px;
		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;

}

h1 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 34px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#1467AC;
}

h2 {
	font-family: Arial, Tahoma, Verdana;
	font-size: 30px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#000000;
}


h3{
	font-family: Arial, Tahoma, Verdana;
	font-size: 18px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#000000;
}

a:link {color: #333333;}
a:visited {	color: #333333;}
a:hover {	color: #990000;}
a:active {	color: #333333;}

A.link_branco:visited {color:#fff;text-decoration: none;}
A.link_branco:active {color:#fff;text-decoration: none;}
A.link_branco:link {color:#fff;text-decoration: none;}
A.link_branco:hover {color:#fff;text-decoration: underline;} 


