/* REF: http://www.w3.org/Style/Examples/007/ */
div.banner {
   margin: 0;
   font-size: 10px;
   font-weight: bold;
   line-height: 20px;
   text-align: left;
   }
div.banner p {
   margin: 0;
   padding: 5px 0px 5px 0px;
   font-family: Verdana, Arial, Sans-serif;
   background: #036;
   color: white;
   }

div.banner a {
   display: block;
   margin: 0px 5px 0px 5px;
   border: 1px solid;
   border-color: #369 #003 #003 #369;
   }

div.banner a:link    { text-decoration: none; color: white }
div.banner a:visited { text-decoration: none; color: white }
div.banner a:hover   { background: #69C;      color: yellow}

BODY {
   background-color: #333;
   color: #000;
   margin: 2px 2px 0px 2px;
   }

BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI,  BODY.MainPage DL {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   }

