body {
	background-color: #CCC;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial;
	font-size: 11px;
	color: #999;	
}	

a       { color: #999999; text-decoration: none; }
a:hover {
	color: #999999;
	text-decoration: underline;;
}


.campo_obrigatorio { 
	color: red; 
	}	

.dataNoticia {
	font-family: arial;
	color: #2B2924;
	font-size: 12px;
	padding-top: 5px;
}

.tituloartigo {
	font-family: arial;
	color: #3399CC;
	font-size: 11px;
	padding-top: 5px;
}

.maisNoticia {
	font-family: arial;
	color: #006FB1;
	font-size: 11px;
	padding-top: 5px;
}

.noticia {
	font-family: arial;
	font-size: 11px;
	color: #2D6086;
	text-align:justify;
	
}

.noticia_titulo {
	font-family: arial;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;	
	
}

.texto {
	font-family: arial;
	font-size: 11px;
	color: #999;
	text-align:justify;
}
.texto_conteudo {
	font-family: arial;
	font-size: 11px;
	color: #999;
	text-align:justify;
	
}
.form {
	font-family: arial;
	font-size: 10px;
	border: 1px solid #CCCCCC;
	color: #515468;	
}

