BODY {
   background:#444;
   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, 'MS Sans Serif', Helvetica, sans-serif;
   font-size: 16px;
   line-height:1.20;
   }
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;
   }
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;
   }

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

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

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

   DIV.bottomnav A:link    {color:cyan; text-decoration:none;}
   DIV.bottomnav A:visited {color:cyan; text-decoration:none;}
   DIV.bottomnav A:active  {color:cyan; text-decoration:none;}
   DIV.bottomnav A:hover   {color:yellow; text-decoration:underline;}

/*** HEADERS ***/
   H1,H2,H3,H4,H5,H6 {
      color:#00b;
      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 ***/

/*** NAVIGATION ***/
/* REF: http://www.w3.org/Style/Examples/007/ */
div.banner {
   margin:10px 0px 10px 0px;
   padding:0px;
   font:bold 12px Verdana;
   line-height:16px;
   text-align:center;
   }
div.banner a {
   display:block;
   margin:2px 5px 2px 5px;
   border:1px solid;
   border-color:#F0F0F0 #111 #111 #F0F0F0;
   border:none;
   /*background:#00b;*/
   }

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

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

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

   border:1px solid;
   border-color: #369 #003 #003 #369;
   border:none;

   /*background:#00b;*/
   }

div.banner_hot a:link    { color:#999;   text-decoration:none; }
div.banner_hot a:visited { color:#999;   text-decoration:none; }
div.banner_hot a:hover   { color:yellow; background:#e00; text-decoration:none }

/*** END ***/