body {
   background-position: 0% 0%;
   background-color:white;
   background-attachment:scroll;
   color: navy;
   font-size: 11px;
   font-family: verdana, san-serif;
   margin: 10px;
   padding: 0px;
   scrollbar-face-color: navy;
   scrollbar-arrow-color: white;
   scrollbar-track-color: white;
   scrollbar-highlight-color: navy;
   scrollbar-3dlight-color: white;
   scrollbar-shadow-color: navy;
   scrollbar-darkshadow-color: white;
}

#altmenu{
   position: absolute;
   width: 750px;
   left: 10px;
   height: 20px;
   top: 10px;
}

#mainmenu{
   position: absolute;
   width: 100px;
   left: 10px;
   height: 300px;
   top: 40px;
}

#submenu{
   position: absolute;
   width: 150px;
   left: 120px;
   top: 40px;
   height: 300px;
   background: #EEEEEE;
   overflow: hidden;
   padding: 5px;
}

#contentarea{
   position: absolute;
   left: 280px;
   top: 40px;
   border: thin solid #EEEEEE;
}

#creditarea{
   position: absolute;
   width: 260px;
   left: 10px;
   top: 370px;
}



#menuShow{
   border: 1px solid gray;
   background: white;
   padding: 5px;
   position: absolute;
   width: 120;
   height: auto;
   }

#menuSelect{
   background: transparent;
   padding: 5px;
   position: absolute;
   width: 20;
   height: auto;
   }


TABLE {
   font-size: 11px;
   font-family: verdana, san-serif;
}

UL {
   font-size: 11px;
   margin-left: 17px;
   list-style-type: square;
}

.shade {
   background: #EEEEEE;
}

.small {
   font-size: 9px;
}

.head {
   font-size: 14px;
   font: bold;
}

.folder {
   border-top: solid thin;
   border-right: solid thin;
   padding-right: 5px;
}

.misccat {
   text-align: right;
   margin-left: 5 px;
   padding-left: 5 px;
   border-left: 5px double px;; font-style:italic; font-variant:normal; font-weight:normal
}
 
A:link {
   font: bold;
   color: teal;
   text-decoration: none;
}

A:visited {
   font: bold;
   color: olive;
   text-decoration: none;
}

A:active {
   font: bold;
   color: navy;
   text-decoration: none;
}

A:hover {
   font: bold;
   color: olive;
   text-decoration: underline;
}
