<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    border: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
/* 	background-image: url(images/bg_body.gif);   */
    background-repeat: repeat-y;
    background-color: white;
}

table, td, tr {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


input {
    font-size: 8pt;
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid #c8c8c8;
}
.button {
    font-size: 10pt;
    border: 1px solid #000000;
}</pre></body></html>