<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* Reset */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}


body {
    background: #e0f0f0;
    color: #000000;
    font-family: tahoma, verdana, helvetica, sans-serif;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.25;
}

div#page {
    background: #ffffff;
    padding: 0 1em;
    border-top: 6px solid #6F9AB8;
    border-bottom: 2px solid #6F9AB8;
}


.container {
    margin: 0 auto;
    max-width: 960px;
    min-width: 600px;
}

.container:after{
    content:"\0020";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
}


/*
 * Header
 */

#header h1 {
    color: #a00000;
    letter-spacing: 0.05em;
    padding: 0.75em 0.2em;
}

#header h1 a {
    color: inherit;
    text-decoration: inherit;
}


/*
 * Main content area
 */

#content {
    margin: 1em auto;
}

#content p {
    margin: 1em 0;
}

#content h2 {
    color: #000040;
    background: #d0e8f8;
    padding: 0.2em 1em;
}

#content h3 {
    margin: 1em 0;
    color: #000040;
}

#content ul, #content ol {
    margin-left: 2em;
}


/*
 * Navigation bar
 */

#navbar {
    background: #6F9AB8;
    padding: 0 1em;
    font-family:	"Helvetica Neue",Arial,Helvetica,sans-serif;
    display: block;
}

#navbar ul {
    display: block;
    list-style-type: none;
    text-indent: 0;
    padding: 0;
    margin: 0 1.5em;
}
#navbar ul li {
    display:block;
    float: left;
    margin: 0;
    padding: 0;
}

#navbar ul li a {
    color: #d0E8F8;
    display: block;
    padding: 0.75em 1em;
    text-decoration: underline;
}

#navbar ul li a:hover {
    background: #d0E8F8;
    color: #6F9AB8;
    text-decoration:none;
}


/*
 * Footer
 */

#footer {
    margin: 1em auto;
}

#footer p {
    padding: 0 20px 0 20px;
    vertical-align: middle;
    line-height: 51px;
}

#footer img {
    float: right;
    border: none;
}

#footer img.sf {
    width: 150px;
    height: 40px;
    margin: 5px 10px 6px 0;
}

#footer img.lgpl {
    width: 147px;
    height: 51px;
    margin: 0 0 0 10px;
}






pre {
    background: #f0f0f0;
    color: #603030;
    line-height: 130%;
    margin: 0 4em 0 4em;
    padding: 0.5em;
}

.bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

td, th {
    padding: 2px 4px 2px 4px;
}

img {
    border: none;
}

table.bodyTable tr th {
    background: #a0a0d0;
    font-weight: bold;
}
table.bodyTable tr.a td {
    background: #d0d0d0;
}
table.bodyTable tr.b td {
    background: #e0e0e0;
}

/* FAQ Question */
dt {
    font-size: large;
    font-weight: bold;
}

ul {
    padding-left: 0.75em;
    text-indent: 0.5em;
}

li {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
}

h1 {
    font-size: 200%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

h2 {
    font-size: 140%;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3 {
    font-size: 110%;
    font-weight: bold;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
}
</pre></body></html>