
tr.trAmarela {
    background-color: yellow;
}

tr.trLaranja {
    background-color: darkgoldenrod;
}

tr.trAzul {
    background-color: #01A0E2;
}

a.ancoraSigla {
    text-decoration: none;
    font-size: 1em;
}

a.ancoraSigla:hover {
    text-decoration: underline;
}


div.subtitulo {
    display:inline;
    color: #666;
    font-size: .6875rem;
    line-height: 10px;
    text-transform: uppercase;
}

div.conteudoSubtitulo {
    margin-bottom: 6px;
}
