  td                      { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #666666; font-size : 12px }
  select                  { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : 12px }
  input                   { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : 12px }
  textarea                { font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; color : #000000; font-size : 12px }

  a:hover                 { text-decoration : underline; }   
  a:link                  { text-decoration : none; }   
  a:visited               { text-decoration : none; }   

  .darkgrey               { color : #666666; }
  a.darkgrey:link         { color : #666666; text-decoration : none }
  a.darkgrey:visited      { color : #666666; text-decoration : none }
  a.darkgrey:hover        { color : #666666; text-decoration : underline }

  .bgdarkgrey             { background-color : #666666 }

  .grey                   { color : #CCCCCC; }
  a.grey:link             { color : #CCCCCC; text-decoration : none }
  a.grey:visited          { color : #CCCCCC; text-decoration : none }
  a.grey:hover            { color : #CCCCCC; text-decoration : underline }

  .bggrey                 { background-color : #CCCCCC }

  .lightgrey              { color : #ECECEC; }
  a.lightgrey:link        { color : #ECECEC; text-decoration : none }
  a.lightgrey:visited     { color : #ECECEC; text-decoration : none }
  a.lightgrey:hover       { color : #ECECEC; text-decoration : underline }

  .bglightgrey            { background-color : #ECECEC }

  .green                  { color : #00CC33; }
  a.green:link            { color : #00CC33; text-decoration : none }
  a.green:visited         { color : #00CC33; text-decoration : none }
  a.green:hover           { color : #00CC33; text-decoration : underline }

  .blue                   { color : #228AFF; }
  a.blue:link             { color : #228AFF; text-decoration : none }
  a.blue:visited          { color : #228AFF; text-decoration : none }
  a.blue:hover            { color : #228AFF; text-decoration : underline }
  
  .red                    { color : #FF0000; }
  a.red:link              { color : #FF0000; text-decoration : none }
  a.red:visited           { color : #FF0000; text-decoration : none }
  a.red:hover             { color : #FF0000; text-decoration : underline }

  .lightred               { color : #FF6666; }
  a.lightred:link         { color : #FF6666; text-decoration : none }
  a.lightred:visited      { color : #FF6666; text-decoration : none }
  a.lightred:hover        { color : #FF6666; text-decoration : underline }

  .bglightred             { background-color : #FF6666 }

  .white                  { color : #FFFFFF; }
  a.white:link            { color : #FFFFFF; text-decoration : none }
  a.white:visited         { color : #FFFFFF; text-decoration : none }
  a.white:hover           { color : #FFFFFF; text-decoration : underline }

  .bgwhite                { background-color : #FFFFFF; }
  
