   html {overflow-y:hidden;}
   body {
     overflow:hidden;
     margin:0;
     border:0;
     padding:0;
     height:100%;
     max-height:100%;
     }
   A:visited{color:#006600;}
   A:active {color:#006600;}
   A:link   {color:#006600;}
   A:hover  {color:#006600;}
   
   #Menu {
     padding-left:15px;
     position:fixed;
     top:0px;
     left:0px;
     right:158px;
     bottom:0px;
     width:158px;
     height:100%;
     color:#000000;
     background-color:#FFFFFF;
     background-image:url(/images/tile.jpg);
   }
   
   #Menu a:visited{color:#0000CC;}
   #Menu a:active {color:#CCCCCC;}
   #Menu a:link   {color:#000000;}
   #Menu a:hover  {text-decoration: underline overline; color: red;}
   
   #Header {
     position:absolute;
     left:171px;
     right:0px;
     top:0px;
     height:100px;
     color:#000000;
     background-image:url(/images/tile_main_smls.jpg);
     background-position:bottom left;
   }
   
   #Contents {
     overflow-y:auto;
     overflow:auto; 
     position:fixed;
     left:171px;
     right:0px;
     top:100px;
     bottom:0px;
     color:#000000;
     background-image:url(/images/tile_main_smls.jpg);
     background-attachment:fixed;
     background-position:top left;
   }
   
   #Pnl {
     left:171px;
     right:0px;
     top:0px;
     bottom:0px; 
     background-image:url(/images/tile_main_smls.jpg);
     background-attachment:fixed;
     background-position:top left;
   
   }
   
   .HL_ALT    {background-image:url(/images/tile_acr.jpg); color:white; font-weight:bold; text-align:center;}
   
   .Prmpt {font-family:helvetica,arial; font-size:x-small;}
   .PrmptCell {text-align:LEFT;}
   .Cen {text-align:CENTER;}
   .CenHdr {text-align:CENTER; background-color:#999999;}

   #Links .indent {width:25px;}
   #Links A:link    {color:#000000;}
   #Links A:visited {color:#000000;}   