BODY {
    background-color: white;
}

.tabelaConteudosTitulo {
    background-color: #653900;
    font-variant: small-caps;
    font-family:Arial; 
    font-size:18;
    font-weight:bold;
    color:#FFFFFF;
    text-align:center
}
.tabelaConteudos {  
    border: 1px dotted #F8910D;
    text-align: center; 
}
a.tabelaConteudosLetras {
    font-family:Arial; 
    font-weight:bold;
    color: #653900;
    text-decoration: none;
}
a.tabelaConteudosLetras:hover {
    text-decoration: underline;
    background-color:#F8910D;
}
.tabelaConteudosLetras {
    font-family:Arial; 
    font-weight:bold;
    color: #653900;
    text-decoration: none;
}

a.ligacoesGerais            { color: #F8910D; font-size:18}
a.ligacoesGerais:visited    { color: #653900 }
a.ligacoesGerais:hover      { text-decoration: underline; color:#653900; background-color:#F8910D}

.itensMenu{
    font-family:Arial; 
    font-weight:bold;
    color: #653900;
    text-decoration: none;
    font-size: 10pt;
    text-align:center;
}

.itensMenu:hover {
    text-decoration: underline;
    background-color:#F8910D;
}

.textoComum {
    font-family: Times New Roman;
    font-size: 12pt;
    text-align: justify;
}
