<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body { 
        background-color: #F6F7C0;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
}

td, th, input, select {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 11pt;
}

textarea {
        font-family: Courier,monospace;
        font-size: 11pt;
}

input:focus {
        background-color : #F2F2F2;
}

textarea:focus {
        background-color : #F2F2F2;
}

table { 
        margin-top: 2px;
        margin-bottom: 2px;
}

th {
        background-color: #F0E68C;
}

a:link, a:active, a:visited {
        color: #0000CD;
        text-decoration: none;
}

a:hover {
        color: #1E90FF;
        text-decoration: none;
}

a.dtitle, a.ptitle {
    color: black;
    font-weight: bold;
    white-space: nowrap;
}

.panel { 
        background-color: #CAEA62;
}

.area { 
        background-color:  #FEFFE0;
}

.wttr1  {
        background-color: #DFDFDF;
}

.wttr2  {
        background-color: #EFEFEF;
}

.detail {
        padding-left: 3px;
        padding-right: 3px;
}

.hex {
        font-family: monospace;
        font-size: 11pt;
        padding-left: 5px;
        padding-right: 5px;
}

.err {
        font-weight: bold;
        color : red;
}

div.fk {
        position: static;
        left: 10px;
        width: auto;
        height: auto;
        overflow: auto;
        padding: 5px;
        display: none;
}

.selected {
        background: #008000;
        color: HighlightText;
}
</pre></body></html>