/* CSS Document */
/*classes*/

.texto-conteudo {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
 }
 
 .titulos{
font-family:"Arial Narrow", Arial;
font-size:18px;
font-style:inherit;
color:#27619a;
}

.georgia_titulo_14{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14;
color:#666666;
font-weight:bold;
}
.georgia_texto_14{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14;
color:#666666;
}



.texto-conteudo a:link {
text-decoration:none; 
color:#666666;
}
.texto-conteudo a:hover {
text-decoration:none;
color:#1F3856;
font-weight:bold;
 }
.texto-conteudo a:visited {
text-decoration:none;
color:#1F3856;
}





