html {
    height:100%; 
    max-height:100%;
    min-width:860px;
    width:100%;
    padding:0;
    margin:0; 
    border:0; 
    background-color:#555555;
    background-image: url(/icons/bgpattern.gif);
    font-family: Arial, Helvetica, "Lucida Sans", sans-serif;
    font-size: 11px;
    overflow: hidden;
}

a:link { color: #005782; text-decoration:none; }
a:visited { color: #005782; text-decoration:none; }
a:hover { color: #005782; text-decoration:none; }
a:active { color: #005782; text-decoration:underline; }
a:focus { color: #005782; text-decoration:blink; }

.hidden { display: none; }
.unhidden { display: block; }


#scrollbox {width:98%; height:340px; overflow:auto;}

