BODY { background: #FCFCD0; color: #503366;
       font-family: Arial;
       font-size: 9pt;
}
A:link { color: #8000FF; }
A:visited { color: #800080; }
A:active { color: #FF0000; }
.ThRows { background-color: #503366; color: #FFFFFF;
          font-weight: bold; text-align: center;
       font-family: Arial;
       font-size: 9pt;
}
.TrRows { background-color: #FDE6BB; color: #503366;
       font-family: Arial;
       font-size: 9pt;
}
.TrOdd  { background-color: #FFFFFF; color: #503366;
       font-family: Arial;
       font-size: 9pt;
}


/* menubar styles */
/* Chamois: #FCFCD0, Light orange: #FDE6BB, Light orange - topbar: #F0C090, Carmin: #B02850 */
div#menubar {
width: 420px;
height: 22px;
vertical-align: middle; 

border-top: #F0C090 0px solid; padding-top: 0px;
border-bottom: #F0C090 1px solid; padding-bottom: 0px; 
display: block;
position: absolute; z-index: 1; top: 37px; left: 400px;
}

div#menubar a {
   height: 22px;
background-color: #F0C090;
   vertical-align: middle; 
   margin: 0px 30px 0px 0px; padding: 2px 10px 0px 10px;
   text-decoration: none;
   font: 8pt "Trebuchet MS", Arial, Helvetica, sans-serif;
   color: #FCFCD0;
border-left: #FDE6BB 1px solid;
border-right: #FDE6BB 1px solid; 
   background: #F0C090;
}
div#menubar a:visited {color: SlateGray;}

div#menubar a:hover {
   height: 22px;
background-color: #F0C090;
   vertical-align: middle; 
   color: #B02850;
   margin: 0px 30px 0px 0px; padding: 2px 10px 0px 10px;
border-left: #F0C090 1px solid; 
border-right: #F0C090 1px solid; 
   background: #FCFCD0;
}


