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

.right { float:right; }
.left { float:left; }

.gallery table { float: left;
                 margin: 5px 5px 10px 0; }
.gallery table { border-collapse: collapse; }
.gallery table td { padding: 0; }
.gallery table caption { font-size: 80%; }




