a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    /*color: #6666FF;*/
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #000000;
    text-decoration: underline;
}
a:active {
    color: #000000;
    text-decoration: none;
}

.SNormal {
    font-family: Verdana; color: #2B82C0; font-size: 8pt; margin-top: 4;
    margin-bottom: 4;
}
.SInNormal {
    font-family: Verdana; font-size: 8pt; color: #2B82C0;
    margin-left: 17; margin-right: 17;
    margin-top: 4; margin-bottom: 4;
    /*text-align: justify;*/
}
.SHeading {
    font-family: Verdana; color: #6A6A6A; font-size: 8pt; font-weight: bold;
    margin-top: 4; margin-bottom: 4
}
.Menu {
    font-family: Verdana; color: #2B82C0; font-size: 8pt; font-weight: bold;
    margin-top: 4; margin-bottom: 4
}