﻿body
{
    background-color: white;
    color: black;
    font-family: Trebuchet MS, Arial, Helvetica;
    font-size: 10pt;
    font-weight: normal;
    font-style: normal;
}
    h1 {
        color: #EA7B46; /*#E1511F;*/
        font-weight: normal;
        font-style: normal;
        font-size: 24pt;
        font-family: Trebuchet MS, Arial, Helvetica;
        text-align: left;
    }

    h2 {
        margin-top: 30px;
        color: #EA7B46;
        font-style: normal;
        font-weight: normal;
        font-size: 18pt;
        font-family: Trebuchet MS, Arial, Helvetica;
    }

        h2.grpOrange {
            margin-top: 30px;
            background-color: #EA7B46;
            color: #FFFFFF;
            padding: 10px 10px 10px 20px;
            text-align: left;
            -moz-border-radius: 0px 20px 0px 20px;
            border-radius: 0px 20px 0px 20px;
        }

        h2.grpBlue {
            margin-top: 30px;
            background-color: #335E88;
            color: #FFFFFF;
            padding: 10px 20px 10px 10px;
            text-align: right;
            -moz-border-radius: 20px 0px 20px 0px;
            border-radius: 20px 0px 20px 0px;
        }

    h3 {
        color: #EA7B46;
        font-weight: normal;
        font-style: normal;
        font-family: Trebuchet MS, Arial, Helvetica;
        font-size: 14pt;
    }

    h4 {
        color: #EA7B46;
        font-weight: bold;
        font-size: 12pt;
        font-style: normal;
        font-family: Trebuchet MS, Arial, Helvetica;
    }

    h5 {
        color: black;
        font-weight: normal;
        font-size: 10pt;
        font-style: normal;
        font-family: Trebuchet MS, Arial, Helvetica;
    }

    h6 {
        color: black;
        font-weight: normal;
        font-style: normal;
        font-size: 8pt;
        font-family: Trebuchet MS, Arial, Helvetica;
    }

    .ordercollabel {
        color: #EA7B46;
        font-size: xx-small;
    }

    div.orderborderdiv {
        text-align: center;
        background-color: #335E88;
        color: #FFFFFF;
    }

.important {
    font-size: larger;
    color: #EA7B46;
    font-weight: bold;
}

    .importantalt {
        font-size: larger;
        color: #335E88;
        font-weight: bold;
    }

    .unimportant {
        font-size: xx-small;
    }

    a:link {
        color: #335E88;
    }

    a:active {
        color: #335E88;
    }

    a:visited {
        color: #335E88;
    }

    a.important {
        color: #335E88;
    }

    a.unimportant {
        color: #335E88;
    }

    hr {
        color: silver;
    }

    caption {
        font-size: 14pt;
    }

    img {
        border-style: none;
        border-color: inherit;
        border-width: 0px;
    }

    label {
        font-style: normal;
        font-size: 10pt;
        font-family: Trebuchet MS, Arial, Helvetica;
    }

    legend {
        font-style: normal;
        font-size: 8pt;
        font-family: Trebuchet MS, Arial, Helvetica;
    }

    marquee {
        font-family: Trebuchet MS, Arial, Helvetica;
        font-size: 14pt;
    }

    select {
        font-family: Trebuchet MS, Arial, Helvetica;
    }

    table {
        font-weight: normal;
        font-style: normal;
        font-size: 10pt;
        font-family: Trebuchet MS, Arial, Helvetica;
    }

    textarea {
        font-family: Trebuchet MS, Arial, Helvetica;
        font-style: normal;
        font-size: 10pt;
    }

    th {
        font-family: Trebuchet MS, Arial, Helvetica;
        font-style: normal;
    }

    td.sitemap {
        vertical-align: top;
        /*border: 1px solid #335E88;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
    }

    .spanOrange {
        background-color: #EA7B46;
        color: #FFFFFF;
    }

    .spanBlue {
        background-color: #335E88;
        color: #FFFFFF;
    }

@media (prefers-color-scheme: dark) {
    body {
        color: #ddd;
        background-color: #242424;
        font-weight: lighter;
    }
    h5{
        color: #ddd;
    }
    .importantalt {
        color: #63ADE5;
    }
    a:link {
        color: #63ADE5;
    }

    a:active {
        color: #63ADE5;
    }

    a:visited {
        color: #63ADE5;
    }

    a.important {
        color: #63ADE5;
    }

    a.unimportant {
        color: #63ADE5;
    }
    select, textarea, input {
        color: #ddd;
        background-color: #242424;
        font-weight: lighter;
        border: solid 1px #646464;
    }
}