body {
        font-family: Tahoma;
        font-size: 9pt;
        font-weight: none;
        font-align: justify;
        color: black;
        text-decoration: none;
}

BODY {
scrollbar-base-color:white;
scrollbar-track-color:white;
scrollbar-face-color:white;
scrollbar-highlight-color:#143A8D;
scrollbar-3d-light-color:#143A8D;
scrollbar-dark-shadow-color:#143A8D;
scrollbar-shadow-color:#143A8D;
scrollbar-arrow-color:#143A8D;
}

.headline {
        font-family: Tahoma;
        font-weight: bold;
        font-size: 12pt;
        font-align:right;
        color: #143A8D;
}

.secondheadline {
        font-family: Tahoma;
        font-weight: bold;
        font-size: 10pt;
        font-align:right;
        color: #143A8D;
}

.navigr {
        font-family: Tahoma;
        font-size: 8pt;
        font-weight: bold;
        color: black;
        text-decoration: none;
        font-align: justify;
}

.table        {
        font-family: Tahoma;
        font-size: 9pt;
        font-weight: none;
        font-align: justify;
        font-color: black;
        font-text-decoration: none;
}

/*Links ######################################################################################*/
a {
        font-family: Tahoma;
        font-size: 10pt;
        font-weight: bold;
        color: #8B0000;
        text-decoration: none;
}

a:hover {
        font-family: Tahoma;
        font-size: 10pt;
        font-weight: bold;
        color: #8B0000;
        text-decoration: underline;
}

.a1 {
        font-family: Tahoma;
        font-size: 8pt;
        font-weight: bold;
        color: #9D0B0E;
        text-decoration: underline;
}

.a1:hover {
        font-family: Tahoma;
        font-size: 8pt;
        font-weight: bold;
        color: #9D0B0E;
        text-decoration: none;
}