BODY {
   background:#006;
   color:#000;
   margin:1px 0px 0px 0px;
   }
BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI, BODY.MainPage DL {
   font-family: Arial, Verdana, 'MS Sans Serif', Helvetica, sans-serif;
   font-size: 13px;
   line-height:1.40;
   }
BODY.PopUp, BODY.PopUp TD, BODY.PopUp TH, BODY.PopUp LI, BODY.PopUp DL {
   margin:0px 2px 0px 2px;
   background:#fff;
   font-family: Arial, Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size:12px;
   line-height:1.40;
   }
BODY.PopUpLot, BODY.PopUpLot TD, BODY.PopUpLot TH, BODY.PopUpLot LI, BODY.PopUpLot DL {
   margin:0px 2px 0px 2px;
   background:#fff;
   font-family: Arial, Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size:16px;
   line-height:1.40;
   }
BODY.Gallery, BODY.Gallery TD {
   background:#89897d url(./images/bck_gal1.gif) no-repeat top left;
   color:black;
   font-family: Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size: 10px;
   }

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

DIV.MainPage {
   margin:18px 12px 8px 24px;
   }

DIV.LotPage {
   margin:18px 6px 8px 6px;
   }

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

.copyright {
   padding-left:4px;
   color:#abc;
   font:10px Verdana;
   }

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

   .copyright A:link    {color:#abc; text-decoration:none;}
   .copyright A:visited {color:#abc; text-decoration:none;}
   .copyright A:active  {color:#abc; text-decoration:none;}
   .copyright A:hover   {color:#abc; text-decoration:underline;}

/*** HEADERS ***/
   H1,H2,H3,H4,H5,H6 {
      color:#006;
      padding-top:6px;
      margin-top:0px;
      margin-bottom: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;}

/*** OTHER ***/
   DL.faq {}
   DL.faq DT {font-weight:bold;}
   DL.faq DD {margin-top:4px; margin-bottom:10px;}

   TABLE.services TD {font:11px Arial}

/*** TOOL TIP ***/
   #dhtmltooltip {
      position:absolute;
      width:150px;
      border:2px solid #006;
      padding:2px;
      background-color:lightcyan;
      visibility:hidden;
      font:11px Verdana;
      z-index:100;
      /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
      filter: progid:DXImageTransform.Microsoft.Shadow(color=black,direction=215);
      }

/*** NAVIGATION ***/
/* REF: http://www.w3.org/Style/Examples/007/ */
div.banner {
   margin:0px;
   padding:0px;
   font-size:12px;
   font-weight:bold;
   line-height:16px;
   text-align:center;
   }
div.banner p {
   margin:0px;
   padding:2px 0px 2px 0px;
   font-family:Arial,Verdana,Sans-serif;
   }
div.banner a {
   display: block;
   margin: 0px 5px 0px 5px;
   /*border: 1px solid;*/
   /*border-color: #F0F0F0 #111 #111 #F0F0F0;*/
   /*background:#a2a296;*/
   }
/*f1e6c7*/
div.banner a:link    { text-decoration:none; color:#fff;}
div.banner a:visited { text-decoration:none; color:#fff;}
div.banner a:hover   { text-decoration:underline; color:#fff;}

div.banner_hot {
   margin:0px;
   padding:0px;
   font-size:12px;
   font-weight:bold;
   line-height:16px;
   text-align:center;
   }

div.banner_hot a {
   display: block;
   margin: 0px 5px 0px 5px;
   }

div.banner_hot a:link    { text-decoration: none; color:yellow}
div.banner_hot a:visited { text-decoration: none; color:yellow}
div.banner_hot a:hover   { text-decoration:underline; color:yellow}

/*** END ***/