<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">tr.odd {
    background-color: #fff;
    height: 20px
}

tr.tableRowEven, tr.even {
    background-color: #e9e9e9;
    height: 24px
}

span.pagebanner {
    background-color: #eee;
    border: 1px dotted #999;
    padding: 2px 4px 2px 4px;
    width: 79%;
    margin-top: 10px;
    display: block;
    border-bottom: 0
}

.tabular_headingbg {
    background-color: #b7b7b7;
    text-align: left;
    height: 20px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #c9c9c9
}

.sortable {
    font-family: arial;
    font-size: 11px;
    text-decoration: none;
    padding-left: 15px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #c9c9c9
}

th.sorted a:hover, th.sortable a:hover {
    color: #fff;
    text-decoration: underline
}

th.sorted a:link, th.sortable a:link {
    color: #20374e;
    font-weight: bold;
    text-decoration: none
}
</pre></body></html>