body,
table {
    font-family: Verdana, Garamond, Arial;
    font-size: 10px;
    margin: 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 5px;
}

tr {
    height: 20px;
}

p.titulo {
    font-family: Verdana, Garamond, Arial;
    font-size: 14px;
    margin: 0px;
    font-weight: bold;
    color: black;
}

td.subtitulo {
    font-weight: bold;
    color: black;
    font-family: Verdana, Garamond, Arial;
    font-size: 12px;
    height: 20px;
    background-color: #DFDFDF;
}

tr.titulo {
    font-weight: bold;
    color: black;
    font-family: Verdana, Garamond, Arial;
    font-size: 12px;
    height: 40px;
}

tr.subtitulo {
    font-weight: bold;
    color: black;
    font-family: Verdana, Garamond, Arial;
    font-size: 12px;
    height: 20px;
    background-color: #DFDFDF;
}

tr.rodape {
    font-weight: bold;
    color: black;
    font-family: Verdana, Garamond, Arial;
    font-size: 12px;
    background-color: #DFDFDF;
}

thead.titulo {
    font-weight: bold;
    color: black;
    font-family: Verdana, Garamond, Arial;
    font-size: 12px;
    height: 40px;
}

td.titulo {
    font-weight: bold;
    color: black;
    font-family: Verdana, Garamond, Arial;
    font-size: 12px;
}

td.cabecalho {
    font-family: Arial;
    font-size: 8pt;
}

legend {
    font-weight: bold;
}

table.corpo {
    color: #000000;
    padding: 0px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-bottom: 0px solid gray;
    border-right: 0px solid gray;
}

table.corpo th,
table.corpo td {
    padding-bottom: 2px;
    border-top: 0px solid gray;
    border-left: 0px solid gray;
    border-bottom: 1px solid gray;
    border-right: 1px solid gray;
}