body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#f2f2f2;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #0000CC;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
.menu {
	font-size:12px;
	color:#000000;
	font-weight: bold;
}

.noticiaTitulo {
	color:#000000;
	font-size:14px;
	font-weight: bold;
	}
	
.noticiaData {
	color:#999999;
	font-size:10px;
	font-weight: bold;
	}	

.texto {
	color:#666666;
	font-size:12px;
	text-align:justify;
	
	}
	
.rodape{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
}


/* #### ESTILO DOS CAMPOS ####*/

 .campo {
 margin: 0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: #f2f2f2;
 color: #000000;
 padding: 3px 0 0 2px;
 height: 20px;
 border: 1px solid #cccccc; }

 .campoTxt {
 margin: 0px;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 15px;
 background: #f2f2f2;
 color: #000000;
 padding: 3px 0 0 2px;
 border: 1px solid #cccccc; }	
