BODY {
   background:#989488; /*#eee;*/
   color: #000;
   margin: 0px 0px 0px 0px;
   }
BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI, BODY.MainPage DL {
   font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
   font-size: 13px;
   }
BODY.mapPopUp {
   background:#FFF;
   }

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

DIV.company {
   margin-bottom:24px;
   }

#main {
   margin-top:0px;
   width:780px;
   text-align:left;
   }

.mainTable {
   background:#fff;
   }
.mainTable #left {
   background:#989488 url(./images/mainshadow_left2.gif) repeat-y top left;
   }
.mainTable #right {
   background:#989488 url(./images/mainshadow_right2.gif) repeat-y top left;
   }

/*** LINKS ***/
   A:link    {color:blue;}
   A:visited {color:blue;}
   A:active  {color:green;}
   A:hover   {color:#FF0000; text-decoration:none;}

   A.a:link    {color:black; text-decoration:none;}
   A.a:visited {color:black; text-decoration:none;}
   A.a:active  {color:green;}
   A.a:hover   {color:#FF0000; text-decoration:none;}

   A.b:link    {color:#666; text-decoration:none;}
   A.b:visited {color:#666; text-decoration:none;}
   A.b:active  {color:green;}
   A.b:hover   {color:#F00; text-decoration:none;}

/*** OTHER ***/

   DIV.Main {
      margin:0px 6px 0px 6px;
      }

   H1,H2,H3,H4,H5,H6 {
      font-weight:normal;
      color:#0D2710;
      margin-top:16px;
      margin-bottom:6px
      }

   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;}

   UL {
      margin-top:6px;
      }

   UL.frontbox {
      margin-top:0px;
      margin-bottom:0px;
      list-style:none url(./images/disc1.gif);
      font:12px Verdana;
      }

   UL.frontbox LI {
      margin:0px 0px 6px -18px;
      }

   IMG.pt {
      margin-top:16px;
      }

   IMG.logo {
      margin-top:6px;
      margin-left:10px;
      }

/*** NAVIGATION ***/
/* REF: http://www.w3.org/Style/Examples/007/ */
div.banner {
   margin: 0;
   font-size: 10px;
   font-weight: normal;
   line-height: 16px;
   text-align: center;
   }
div.banner p {
   margin: 0px;
   padding: 0px 0px 4px 0px;
   font-family: Verdana, Arial, Sans-serif;
   background: #D90026;
   color: #F00;
   }
div.banner a {
   display: block;
   margin: 0px 5px 0px 5px;
   border: 1px solid;
   border-color: #F0F0F0 #111 #111 #F0F0F0;
   background:#E3DFD3;
   }

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

/*** END ***/