<style type="text/css"> 

<!-- 

/**************************************
                  SITE EM GERAL
**************************************/

.img { border: 2px solid #015A9C; }
a:hover .img{ border-color: #92B022; }
a:hover { color: #92B022; }

 
BODY {
background-color:#ffffff
}

A{
text-decoration: none;
}
A:link {
color: #8d0303;
} 
a:hover {
text-decoration: underline;
}
A:visited {
color: #8d0303;
}
A:active {
color:#000000;
} 


.border{
border-top: 2px solid #8CB1E8;
border-bottom: 2px solid #8CB1E8;
border-left: 2px solid #8CB1E8;
border-right: 2px solid #8CB1E8;
background-color: #FFFFFF;
}

.piscando { 
	text-decoration: blink; 
}

/**************************************
    BOTÕES, FORMULÁRIOS E EXTRAS
**************************************/


.botao_enviar{	
font-family: Verdana;
font-size: 10px;
font-color: #000000;
background-color:FFFFFF;
border-style: solid;
border-color: #154E93;
}

/**************************************
          TEXTOS DE CONTEÚDO
**************************************/

.titulo{
font-family: Verdana;
font-size: 14px; 
color:ffffff;
font-weight:bold;
padding-left:5px;
}

.texto{
font-family: Verdana;
font-size: 12px;
padding-right:9px;
}

.texto_fotos{
font-family: Verdana;
font-size: 10px;
}

.texto_titulo{
font-family: Verdana;
font-size: 13px;
padding-right:9px;
color:#1d1c1c; 
font-weight:bold;
}

/**************************************
         NOTÍCIAS ESQUERDA
**************************************/

.titulo_not{
font-family: Verdana;
font-size: 14px;
color:ffffff;
font-weight:bold;
padding-left:15px;
padding-bottom:10px;
padding-top:10px;
}

.texto_not{
font-family: Verdana;
font-size: 12px;
}

/****************************************
			PÁGINAS INTERNAS
****************************************/
	
	/**************************** NOTICIAS */
	.texto_not_int, .texto_not_int a, texto_not_int a:link, .texto_not_int a:visited{
		font-family: Verdana,Arial,Tahoma; 
		color: #000000;
		font-size: 12px;
		text-decoration: none;
	}
	
	.texto_not_int a:hover{
		text-decoration:underline;
		color:#000000;
	}

/**************************************
               RODAPÉ
**************************************/


.texto_rodape {
font-family: Verdana;
font-size: 10px;
color:#ffffff;
}

--> 
</style>