<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    /*text-decoration: none;*/
    outline: none;
    font-size: 100%;
    /*font-family: Times, serif;*/
	background-repeat: no-repeat;
}

body {
    line-height: 1.4em;
    background: white;
    color: black;
    min-height: 1000px;
}


body {
    font-size: 13px;
    line-height: 1.125em;
    color: #303030;
}


code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext {
    font: inherit;
    /*white-space: normal;*/
}

input, select {
    vertical-align: middle;
}

dfn, i, cite, var, address, em {
    font-style: normal;
}

th, b, strong, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a, img, iframe, form, fieldset, abbr, acronym, object, applet, table {
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th, td, center {
    text-align: left;
    vertical-align: top;
}

q { quotes: "" ""; }

ul, ol, dir, menu { list-style: none; }

sub, sup { vertical-align: baseline; }

/*a, a:link, a:visited { color: black; }*/

hr { display: none; }

font {
    color: inherit !important;
    font: inherit !important;
    color: inherit !important;
}

marquee {
    overflow: inherit !important;
    -moz-binding: none;
}

blink { text-decoration: none; }

nobr { white-space: normal; }


h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

h1 {
    font-size: 1.4em;
    margin-top: 0.5em;
    margin-bottom: 1em;
    line-height: 1.4em;
}

h2 {
    font-size: 1em;
}

h3 {
    font-size: 1em;
}

a {
    text-decoration: none;
    color: black;
}

th {
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

a {
    text-decoration: underline;
}

a:hover {
    color: black;
}

h2 a {
    text-decoration: none;
    color:#44599b
}

h2 a:hover {
    text-decoration: underline;
}



h4 {
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 1.1em;
}

ul.list1 {
    float: left;
    clear: left;
}

ul.list1 li {
    line-height: 1.4em;
    margin-top: 0;
    text-decoration: none;
    list-style-position: inside;
    list-style-image: url("/interface/pink_dot.png");
    
}


ul.list2 li {
    line-height: 1.4em;
    margin-top: 0.1em;
    margin-bottom: 0.1em;
    text-decoration: underline;
    list-style: none;
    float: left;
    clear: both;
    list-style-position: inside;
    list-style-image: url("/interface/pink_dot.png");

}

ul.list2 {
    float: left;
    clear: left;
}

ul.list2 li ul {
    float: left;
}

ul.list2 ul li {
    margin-left: 20px;   
    line-height: 1.125em;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    list-style: square;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

</pre></body></html>