<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.tab {
    background-color: #fff;
    border: none;
    padding: 2px 1em 7px 1em;
    position: relative;
    text-decoration: none;
    top: -1px;
    z-index: 100;
    color: #A6A6A6;
}

a:hover {
    color: #0072C6;
}

a.tab.activeTab {
    z-index: 102;
    color: #0072C6;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 0px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #A6A6A6;
    border-right-color: #A6A6A6;
    border-bottom-color: #FFFFFF;
    border-left-color: #A6A6A6;
}

div.tabMain {
    background-color: #fff;
    padding: 1em;
    position: relative;
    z-index: 101;
    margin: 0px 4px 0px 4px;
    border: 1px solid #A6A6A6;
}

.tabArea {
    margin: 10px 4px 3px 4px;
    /* font-family: Segoe UI, 'SegoeUIWF', Arial, sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
}

#tabDiv a.tab {
    font-size: 10pt;
}

#ejtab a.tab,
#indexDiv a.tab {
    font-size: 12pt;
}

.tabMain table {
    border-spacing: 0;
    border-collapse: none;
}

.tabMain td {
    padding: 2px;
}

.transbar td {
    padding: 0!important;
}</pre></body></html>