<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen {

    html,
    body {
        height: 100%;
        -webkit-min-width: 768px;
           -moz-min-width: 768px;
            -ms-min-width: 768px;
             -o-min-width: 768px;
                min-width: 768px;
    }

    header {
        display: block;
        height: 117px;
        border-bottom: 1px solid #96AEBE;
    }

    header img {
        position: absolute;
        top: 0.9em;
        left: 2.85em;
        border: 0;
    }

    body {
        background-image: url(../images/bg_body.jpg);
        background-repeat: repeat-y;
    }

    a {
        color: #4169E1;
    }

    h1 {
        color: #000;
        font-size: 1.5em;
        font-weight: normal;
        margin-top: 1.4em;
        margin-bottom: 1px;
    }

    h2 {
        font-size: 1.35em;
        font-weight: normal;
        border-bottom: 1px solid #96AEBE;
        margin-bottom: 0.5em;
    }

    table a {
        color: black !important;
        text-decoration: none;
    }

        table a:hover,
        table a:active,
        table a:focus {
            text-decoration: underline;
            color: #4169E1 !important;
        }

    /* Styles for validation helpers
    -----------------------------------------------------------*/

    .field-validation-error {
        color: #f00;
    }

    .field-validation-valid {
        display: none;
    }

    .input-validation-error {
        border: 1px solid #f00;
        background-color: #fee;
        width: 100%;
    }

    .validation-summary-errors {
        font-weight: bold;
        color: #f00;
        width: 100%;
    }

    .validation-summary-valid {
        display: none;
    }
}
</pre></body></html>