body      { font-family: Arial, sans-serif;
            cursor: default;
            margin: 0px;
            color: #000000;
            background-color: #FFFFFF }

a         { font-size: 11px; }
a:link    { color: #000000;  text-decoration: none;      }
a:visited { color: #CCCCCC;  text-decoration: none;      }
a:hover   { color: #CC0000;  text-decoration: underline; }
a:focus   { color: #CC0000;  text-decoration: underline; }
a:active  { color: #CC0000;  text-decoration: underline; }

a.a:link    { color: #AA0000;  text-decoration: none;      }
a.a:visited { color: #AA0000;  text-decoration: none;      }
a.a:hover   { color: #CC0000;  text-decoration: underline; }
a.a:focus   { color: #CC0000;  text-decoration: underline; }
a.a:active  { color: #CC0000;  text-decoration: underline; }

a.b:link    { color: #DD0000;  text-decoration: none;      }
a.b:visited { color: #DD0000;  text-decoration: none;      }
a.b:hover   { color: #CC0000;  text-decoration: underline; }
a.b:focus   { color: #CC0000;  text-decoration: underline; }
a.b:active  { color: #CC0000;  text-decoration: underline; }

p, td     { font-size: 11px; font-weight: normal; color: #000000; }
h1        { font-size: 25px; font-weight: bold;   color: #444444; margin: 10px; }
h2        { font-size: 11px; font-weight: bold;   color: #444444; margin: 0px; }
h3        { font-size: 20px; font-weight: bold;   color: #444444; margin: 5px; }
b         { font-size: 11px; font-weight: bold;   color: #444444; }

a.footer            { color: #CC0000; font-size: 12px; font-weight: normal; }
a.footer:visited    { color: #CC0000; font-size: 12px; font-weight: normal; }

 .dark              { background-color: #EEEEEE; border-top: 1px solid #CCCCCC; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; }
 .light             { background-color: #F6F6F6; border-top: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; }
 .small             { font-size: 12px; }

 .red               { background-color: #FFDDDD; border-top: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; }
a.linkred           { color: #CC0000; font-size: 16px; }
a.linkred:visited   { color: #CC0000; font-size: 16px; }

 .blue              { background-color: #DDDDFF; border-top: 1px solid #AAAAAA; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; border-left: 1px solid #AAAAAA; }
a.linkblue          { color: #0000CC; font-size: 16px; }
a.linkblue:visited  { color: #0000CC; font-size: 16px; }

