<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
    font-size: .8em;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
    word-spacing: normal;
    scrollbar-face-color: #D9B00D;
    scrollbar-arrow-color: #ffffff;
    scrollbar-highlight-color: #E3C75A;
    scrollbar-3dlight-color: #EDD67A;
    scrollbar-shadow-color: #BF9B0D;
    scrollbar-darkshadow-color: #A08000;
    scrollbar-track-color: #FFEFAE;
}

a:link {
    text-decoration: none;
    color: dimgray;
}

a:visited {
    text-decoration: none;
    color: dimgray;
}

a:active {
    text-decoration: none;
    color: #CCA60B;
}

a:hover {
    text-decoration: underline;
    color: #CCA60B;
}

.PageTitles {
    font-family: Verdana;
    font-size: 18px;
    color: #ff9900;
    font-weight: bold;
}

.PageTitlesSmaller {
    font-family: Verdana;
    font-size: 14px;
    color: #ff9900;
    font-weight: bold;
}

.SmallText {
    font-family: Verdana;
    font-size: 8pt;
    color: dimgray;
}

.SmallTextBold {
    font-family: Verdana;
    font-size: xx-small;
    color: dimgray;
    font-weight: bold;
}

.Text8pt {
    font-family: Verdana;
    font-size: 8pt;
    color: dimgray;
    font-weight: bold;
}

a.LinksRegular:link {
    font-family: Verdana;
    color: dimgray;
    font-size: 8pt;
    font-weight: normal;
}

a.LinksRegular:visited {
    font-family: Verdana;
    color: dimgray;
    font-size: 8pt;
    font-weight: normal;
}

a.LinksRegular:active {
    font-family: Verdana;
    color: #CCA60B;
    font-size: 8pt;
    font-weight: normal;
}

a.LinksRegular:hover {
    font-family: Verdana;
    color: #CCA60B;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: underline;
}

.Messages {
    font-family: Verdana;
    font-size: xx-small;
    color: Red;
}
</pre></body></html>