/* Mazalle's style sheet css file, rev Aug 2004 */
/* Palette: Aqua #129BCD; Pink #F7496D; Yellow #FEEE01; Pale Yellow #FEF680; */
    
body { background-color: #FFFFFF; color: #333333; margin: 0px; background-image: url(images/bkgd.gif); }

a:link { color: #F7496D }
a:visited { color: #129BCD }
a:active { color: #F7496D } 
a:hover { color: #F7496D; }

a.menu:link { color: #F7496D }
a.menu:visited { color: #129BCD }
a.menu:active { color: #F7496D } 
a.menu:hover { color: #F7496D; background: #FEF680; }

/* forms styles */
input, textarea { color: #333333; background-color: #FFFFFF; border: 1px solid #B2B2B2; }
select { color: #333333; background-color: #FFFFFF; } /* border causes problems in Netscape 4.x */
input.box { color: #333333; background-color: #FFFFFF; border: 0px; }
form { margin-bottom: 0px; margin-top: 0px; }

td { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 12px; font-weight: normal; }
ul { border: 0px; margin-top: 2px; list-style-type: disc; }
p { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 10px; }
sup { font-size: 8px; }
h1 { font-size: 18px; font-weight: bold; margin-bottom: 6px; font-family: Arial, sans-serif; color: #F7496D; margin-bottom: 0px; }
h2 { font-size: 14px; font-weight: bold; margin-bottom: 0px; font-family: Arial, sans-serif; }
h3 { font-size: 14px; font-weight: bold; margin-bottom: 0px; font-family: Arial, sans-serif; margin-bottom: 0px; margin-top: 0px; }

 .spacer { height: 20px ; }
   
 .center { text-align: center; }
 
 .nobr { white-space: nowrap; }
 
 .menu  { font-size: 10px; font-weight: bold; text-decoration: none; }
   
 .inline  { font-size: 12px; font-weight: bold; text-decoration: none; }

 .rq  { font-size: 12px; font-weight: bold; color: #F7496D; }
   
 .updated  { font-size: 10px; font-weight: normal; }

 .hrule { border-color: #129BCD; border-width: 1px; border-style: solid;
          border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-bottom-width: 1px; }      