<style>
/* títulos */
.font_conteudo {font-size: 12px; font-family:arial; font-weight: bold; color: #333333;} 
.font_titulo {font-size: 12px; font-family:arial; font-weight: bold; color: #003a8c;} 

/* texto de conteúdo */
.font_conteudo {font-size: 12px; font-family:arial; font-weight: none; color: #333333;} 
.font_ancora {font-size: 12px; font-family:arial; font-weight: bold; color: #003a8c;} 

/* texto importante */
.font_importante {
	font-size: 12px;
	font-family: arial;
	font-weight: none;
	color: #ce1141;
} 
.font_titulo_importante {font-size: 12px; font-family:arial; font-weight: bold; color: #ce1141;} 

/* links de conteúdo */
.link_conteudo:link {color: #003a8c; text-decoration: none; font-family: arial; font-size: 12px; font-weight:bold; }
.link_conteudo:visited {color: #003a8c; text-decoration: none; font-family: arial; font-size: 12px; font-weight:bold; background:none}
.link_conteudo:hover {color: #003a8c; text-decoration: underline; font-family: arial; font-size: 12px; font-weight:bold; background:none}

/* Texto em Caixa alta ou baixa */
.font_uppercase {font-size: 14px; font-family:arial; font-weight: bold; text-transform: uppercase; color: #333333;} 
.font_lowercase {font-size: 14px; font-family:arial; font-weight: bold; text-transform: lowercase; color: #333333;} 

/* links de titulo */
.link_titulo {color: #003a8c; text-decoration: none; font-family: arial; font-size: 12px; font-weight:bold; }
.link_titulo:link {color: #003a8c; text-decoration: none; font-family: arial; font-size: 12px; font-weight:bold; }
.link_titulo:visited {color: #003a8c; text-decoration: none; font-family: arial; font-size: 12px; font-weight:bold; background:none}
.link_titulo:hover {color: #003a8c; text-decoration: underline; font-family: arial; font-size: 12px; font-weight:bold; background:none}

hr {hr style="border: 1px dashed #333333;" size="1"}

</style>
