<style type="text/css"> 
<!-- 

BODY {
background-color: #f0f0f0;

}

a, a:hover {text-decoration: none; color: #000000}
a:hover {text-decoration: underline; color: #000000}

.titulo, .subtitulo, .texto{
font-family: Arial;
color: #000000
text-decoration: none;
}

.principal{
background-color: #F0F0F0;
}

.separador2{
background-image: url(../images/bg_htm/separador2.gif);
background-repeat: no-repeat;
background-position: center top;
height: px;
}
.separador{
background-image: url(../images/bg_htm/separador.gif);
background-repeat: no-repeat;
background-position: center top;
height: px;
}

.border{
border-top: 1px solid #B0B8B0;
border-bottom: 1px solid #B0B8B0;
border-left: 1px solid #B0B8B0;
border-right: 1px solid #B0B8B0;
background-color: #FFFFFF;
}

.subtitulo{
padding: 3px 3px 5px 13px;
font-size: 14 px;
font-weight: bold;
font-weight: bold;
}

.titulo {
height: 18;
padding: 3px 7px 0px 5px;
font-size: 8pt;
font-weight: bold;
}

.texto {
padding: 3px 7px 0px 5px;
font-size: 8pt;
}
.texto2 {
font-family: Arial;
font-size: 8pt;
}
.texto3 {
font-family: Arial;
font-size: 8pt;
}

.rodape{
font-family: Arial;
font-size: 8pt;
backgrond-color: #000000;
}

--> 
</style>