body, td
{
    font-size: 14px;
    line-height: 20px;
    font-family: arial,helvetica,sans-serif;
    color: #000000;
    text-align: justify;
}


h1, h2, h3, h4, h5  {
    color: #001155;
    padding-top: 0.2em;
    padding-bottom: 0.05em;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
}

h1  {
    font-size: 26px;
}

h2  {
    border-bottom: solid thin;
    border-color: gray;
}

h4  {
    font-size: 15px;
    text-align: center;
}

.top
{
    color: white;
    background: rgb(102, 102, 102);
}
.odd
{
    background: rgb(204, 204, 204);
}
.even
{
    background: rgb(153, 153, 153);
}


.bar
{
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    border-top: solid thin;
    border-bottom: solid thin;
    border-color: gray;
    text-align: center;
}

.center
{
    text-align: center;
}

.tab-sans-serif
{
    font-family: arial,helvetica;
    color: #000000;
}

a:link, a:visited, a:active, a:hover
{
    color: red;
    text-decoration: underlined;
}

