BODY {
   background:#fff url(./images/bkg.gif) repeat top left;
   color:#000;
   margin:0px;
   padding: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: 10pt;
   }
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;
   padding-top:0px;
   width:600px;
   text-align:left;
   }

/*** LINKS ***/
   A:link    {color:#f00; text-decoration:underline;}
   A:visited {color:#f00; text-decoration:underline;}
   A:active  {color:#0f0; text-decoration:underline;}
   A:hover   {color:#00f; text-decoration:none;}

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

   DIV.bottomNav {color:white; font:10px Verdana; margin-top:6px; margin-bottom:6px}
   DIV.bottomNav A:link    {color:cyan; text-decoration:underline}
   DIV.bottomNav A:visited {color:cyan; text-decoration:underline}
   DIV.bottomNav A:active  {color:cyan; text-decoration:underline}
   DIV.bottomNav A:hover   {color:yellow; text-decoration:none;}

/*** HEADERS ***/
   H1,H2,H3,H4,H5,H6 {
      color:#33c;
      padding:0px;
      margin-top:14px;
      margin-bottom:4px;
      font-family:Arial, Helvetica, 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:0px;
   font-size:10px;
   font-weight:bold;
   line-height:16px;
   text-align:center;
   }
div.banner p {
   margin:0px;
   padding: 2px 0px 2px 0px;
   font-family: Verdana, Arial, Sans-serif;
   background: #e1e1d6;
   color: #F00;
   }
div.banner a {
   display: block;
   margin: 0px 5px 0px 5px;
   border: 1px solid;
   border-color: #F0F0F0 #111 #111 #F0F0F0;
   background:#a2a296;
   }

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

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

div.banner_hot a {
   display: block;
   margin: 0px 5px 0px 5px;
   border: 1px solid;
   border-color: #111 #F0F0F0 #F0F0F0 #F0F0F0;
   background:#e2e2d6;
   }

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

/*** END ***/