<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, div {
    margin: 0; padding: 0; border: 0; border:none; outline: 0; vertical-align: baseline;
}

#mainContent {
    font-size: 100%; 
}

.twoColumn {
    padding: 0px 10px 0px 0px;
    margin: 0px 5px 0 0;
}

.flipindentON {
    padding-left: 0;
    display: block;
    margin-top: 0;
    margin-bottom: 2em;
}

.flipindentOFF {
    padding-left: 0;
    display: none;
}

.treelist {
    font-size: 100%;
    line-height: normal;
    width: 100%;
    display: block;
    clear: both;
    margin: 1rem 0 1.5rem 1rem;
    overflow: hidden
}

.treelist h3 {
    margin-top: 3em;
    width: 100%;
}

.treelist h3 a:link {
    color: #3466CC;
    text-decoration: none;
}

.treelist h3 a:visited {
    color: #960096;
    text-decoration: none;
}

.treelist h3 a:hover {
    color: #3466CC;
    text-decoration: underline;
}

.treelist ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    clear: both;
}

.treelist li {
    line-height: 1.5em;
    font-size: 1em;
}

.treelist ul ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    clear: both;
}

.treelist ul ul ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    clear: both;
}

.treelist ul ul ul ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    clear: both;
}

.treelist ul ul ul ul ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 20px;
    clear: both;
}

.treelist li {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-right: 20px;
}

.treelist p {
    padding: 0;
    margin: 0 0 1em 0;
    width: 100%;
    font-size: 1em;
    min-height: 1.5em;
}

.treelist p a:link {
    color: #3466CC;
    text-decoration: none;
}

.treelist p a:visited {
    color: #960096;
    text-decoration: none;
}

.treelist p a:hover {
    color: #3466CC;
    text-decoration: underline;
}

.treeON {
    float: left;
    width: auto;
    background-image: url(/assets/minus.png);
    background-repeat: no-repeat;
    background-position: left top;
    clear: both;
}

.treeOFF {
    float: left;
    width: auto;
    background-image: url(/assets/plus.png);
    background-repeat: no-repeat;
    background-position: left top;
    clear: both;
}

.treeON a {
    padding-left: 18px;
    font-weight: bold;
}

.treeOFF a {
    padding-left: 18px;
    font-weight: normal;
}

.treeON a span {
    margin-left: 18px;
    font-weight: bold;
}

.treeOFF a span {
    margin-left: 18px;
    font-weight: normal;
}

#back {
    text-align: right;
}</pre></body></html>