.title {
        font-size: 16pt;
        font-weight: bold;
        margin-bottom: 16px;
}

.chapter {
        margin-top: 10px;
        font-size: 14pt;
        margin-bottom: 10px;
}

.subchapter {
        margin-top: 10px;
        font-size: 12pt;
        margin-bottom: 10px;
}

.par {
        margin-top: 5px;
        text-align: justify;
        font-size: 10pt;
        margin-bottom: 5px;
        margin-right: 10px;
}

tr.tabletitle
{
        margin-top: 5px;
        font-weight: bold;
        margin-bottom: 5px;
        text-align: center;
        background-color: #f0f0f0;
}


tr.evenrow
{
        background-color: #bdd7ff;
}

tr.oddrow
{
        background-color: #e7efff;
}