/* COLOR SCHEME
   white       #ffffff
   black       #000000
   blue bg     #336699
   orange bg   #cc6633
   orange a    #ffcc66
   orange a:v  #ccccff
*/

body { font-size: 8pt;
       font-family: Verdana, Tahoma, sans-serif;
       color: #FFFFFF;
       background-color: #336699;
       margin:0px;
       border:solid 1px #000;

       scrollbar-track-color:#369;
       scrollbar-shadow-color:#000;
       scrollbar-3dlight-color:#000;
       scrollbar-highlight-color:#369;
       scrollbar-face-color:#369;
       scrollbar-arrow-color:#ccf;
       scrollbar-darkshadow-color:#369;

     }

td { font-size: 8pt;}

a {color: #FFCC66; text-decoration: none;}
a:hover {text-decoration: underline;}
a:visited {color: #CCCCFF;}

p, li    {font-size:8.5pt; font-weight:normal; line-height:160%; margin-left:8pt;}
.day {font-size:8pt; font-weight:bold; margin-top:16px;  background-image:url(pics/daybg.jpg); padding-top:6px; border-bottom:solid 1px #CC6633}
.menu {color:#000; margin-bottom:-10px; font-size:7.5pt;}
.menubody {margin-top:10pt; margin-bottom:10pt;  font-size:8.5pt; font-weight:normal; line-height:160%; margin-left:8pt;}

q { font-style:italic;}
blockquote { }
small { font-size:7.5pt }

img {border-color:#000000}

select {border: solid 1pt #707070; background-color:#DDE3E8; font-size:7pt}
input, textarea {border:solid 1pt #000000; background-color:#CC6633; font-size:7.5pt; font-family:sans-serif; color:#336699;}