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; }

CAPTION {
    font-family: Verdana, Arial, Helvetica, "Lucida Sans", sans-serif;
             color: #005782; font-weight:bold; font-size:11px; letter-spacing:1px;
             margin-bottom:2px; margin-top:16px;
    caption-side: top;
    text-align: left;
    vertical-align: bottom;
}
