BODY {
   margin:0px 0px 0px 0px;
   color:#000;
   background:#fff8ec;
   }
BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI, BODY.MainPage DL, BODY.MainPage DT, BODY.MainPage DD {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 11px;
   }
BODY.PopUp, BODY.PopUp TD, BODY.PopUp TH, BODY.PopUp LI, BODY.PopUp DL {
   font-family: Verdana, Arial, MS Sans Serif, Helvetica, sans-serif;
   font-size: 11px;
   }


DIV,UL,P {
   -moz-box-sizing:border-box;
   }

/***LINKS***/
   A:link    {color:#00F;}
   A:visited {color:#00F;}
   A:active  {color:green;}
   A:hover   {color:#F00; text-decoration:none;}

   A.uri:link    {color:black; text-decoration:none;}
   A.uri:visited {color:black; text-decoration:none;}
   A.uri:active  {color:green; text-decoration:none;}
   A.uri:hover   {color:red; text-decoration:underline;}

   A.b:link    {color:black; text-decoration:none;}
   A.b:visited {color:black; text-decoration:none;}
   A.b:active  {color:green; text-decoration:none;}
   A.b:hover   {color:red; text-decoration:underline;}


/***HEADERS***/
   H1,H2,H3,H4,H5,H6 {
      color:maroon;
      padding:0px;
      margin:6px 0px;
      font-family:'Trebuchet MS', Tahoma, Verdana, Arial, sans-serif;
      font-weight:normal;
      }

   H1 {font-size:32px;}
   H2 {font-size:24px; font-weight:bold;}
   H3 {font-size:20px; font-weight:bold;}
   H4 {font-size:18px; font-weight:bold;}
   H5 {font-size:14px; font-weight:bold;}
   H6 {font-size:12px; font-weight:bold;}

/***INPUT***/
   INPUT.submit1 {
      color:#000;
      font:bold 9pt MS Sans Serif;
      background-color:#bbb;
      border:1px solid #666;
      margin:0px;
      cursor:pointer}

   INPUT.submit2 {
      color:white;
      font:bold 9pt MS Sans Serif;
      background-color:#8098b0;
      margin:0px;
      border:2px outset #8098b0;
      cursor:pointer}

   INPUT.a {
      border:1px solid #8098b0;
      color:#415971;
      font:bold 9px MS Sans Serif;
      background-color:#eee;}

/*** END ***/