BODY {
   background:#b31635;
   color:#000;
   margin:0px 0px 0px 0px;
   }
BODY.MainPage, BODY.MainPage TD, BODY.MainPage TH, BODY.MainPage LI, BODY.MainPage DL {
   font-family: Verdana, Arial, 'MS Sans Serif', Helvetica, sans-serif;
   font-size: 11px;
   line-height:1.40;
   }
BODY.PopUp, BODY.PopUp TD, BODY.PopUp TH, BODY.PopUp LI, BODY.PopUp DL {
   background:#fff;
   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; text-decoration:none;}
   A.copyright:hover   {color:yellow; text-decoration:underline;}

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

/*** HEADERS ***/
   H1,H2,H3,H4,H5,H6 {
      color:#9a0000;
      padding-top:6px;
      margin-top:0px;
      margin-bottom:0px;
      font-family:Tahoma, 'Trebuchet MS', 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 ***/

   DIV.Main {
      margin-left:6px;
      }

   DIV.Quote {
      width:150px;
      margin-top:25px;
      padding-bottom:4px;
      background:#fffff0 url(./images/bck_dot3.gif) repeat-x bottom left;
      font:10px Arial;
      line-height:1.2;
      }

   SPAN.QuoteSig {
      font:italic bold 10px Arial;
      }

   IMG.pt {
      margin-bottom:12px;
      }

   UL.list1 LI {margin:0px 0px 6px -6px}
   UL.list1 {margin-top:0px; margin-bottom:0px}

/*** 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 0px 0px 0px;
   padding:4px 0px 4px 0px;
   border: 1px solid;
   border-color:#dcdad0;
   background:#dcdad0 url(./images/bck_dot2.gif) repeat-x bottom left; /*a2a296*/
   }

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

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

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

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 ***/