
body, p, pre, ul, li, td
{
    font-size: 12px;
    font-family: Arial;
}
A, A:link, A:visited, A:active, A:hover
{
    text-decoration: none;
    color: #0e52b3;
}
A:hover
{
    text-decoration: underline;
}

H1, .titulo
{
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}
.tituloMenor
{
    font-weight: bold;
    font-size: 12pt;
    color: black;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

/* Leading */
H3, .leading
{
    font-family: Arial, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    font: italic;
    color: #6A6A6A;
}

/* Subtitulo */
H4, .subtitulo
{
    font-family: Arial, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    color: Black;
}

H5, .antetitulo
{
    padding: 4px 0px 5px 4px;
    text-transform: uppercase;
    font-size: 10px;
    color: #555;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    background-color: #e7ecf0;
}

/* Legenda; Notas de rodapé */
H6, .legenda, .Notas
{
    font-size: 8pt;
    font-family: Verdana, Arial, sans-serif;
    color: #555;
}
.LerMais, A.LerMais, A.LerMais:link, A.LerMais:visited
{
    font-size: 8pt;
    color: #0066cc;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

.tabelaCinza
{
    width: 100%;
}
td.tabelaCinza
{
    border: 1px solid #C1DAD7;
    background: #f5f5f5;
    padding-bottom: 7px;   
}

HR
{
    width: 100%;
    color:#c2cedc;
    background-color:#c2cedc;
    border:none;
    border-top: 1px solid #c2cedc;

}
