.txtBranco { 
	color: #FFFFFF; 
	text-decoration: none
}
.txtPreto { 
	color: #000000; 
	text-decoration: none;
}
.txtPretoClaro { 
	color: #4C4C4C; 
	text-decoration: none;
}
.txtAzulClaro { 
	color: #52A3C1; 
	text-decoration: none;
}
.linkSaibaMais { 
	background-image: url(../imagens/home/seta_azul.gif);
	background-repeat: no-repeat;
	padding-left: 12;
}
.tituloNoticia { 
	background-image: url(../imagens/bullet.gif);
	background-color: #52A3C1;
	background-repeat: no-repeat;
	padding-left: 26px;
	color: #FFFFFF;
	font-weight: bold;
}
.listaNoticia { 
	background-image: url(../imagens/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
td,body { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000; 
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.bordasTabelaPrincipal{
	border-left: 3 solid White;
	border-right: 3 solid White;
	background-color: #F0F0EE;
}
.bordasCinzas{
	border: 1 solid #7C7977;
}
.campo{
	background-color:  #FFFFFF;
	border: 1 solid #7C7977;
	font-size: 9px;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	padding-left: 3;
}

