BODY
  {
   height: 100%; 
  }
 BODY, .plantitle, .body, .body2, TD, DIV, P, INPUT, .caption, SELECT
  {
   font: 9px verdana, sans serif, arial, sans-serif; 
   text-indent: 0px;
   line-height: 140%; 
  }
 .body2 
  { font-size: 9px; }
 TD
  { vertical-align: top; }
 IMG 
  { border: 0px; }
 .boxtitle, h1
  {
   color: #fff;
   background: #af5a2d;
   font: bold 11px arial, sans-serif;
   padding: 1px 0px 0px 1px;
   border: 0px dotted #000;
  }
 .boxtext
  {
   color: #fff;
   background: #;
   margin: 1px 1px 1px 1px;
   padding: 1px 1px 1px 1px;
   border: 1px dotted #fff;
   border-top: 1px dotted #fff;
  }
 a    { }
 a:link, a:visited, a:active
  { 
   color: #fff;
   font-weight: bold;
   text-decoration: none; 
   border-bottom: 1px dotted #999999;
  }
 a:hover
  { 
   color: #666;
  }
  a.linkw:link,a.linkw:visited,a.linkw:active
   { color: #fff; background: transparent; text-decoration: underline; font-weight: bold;}
  a.linkw:hover
   { color: #ff0; background: transparent; text-decoration: none; font-weight: bold;} 
 .headline 
  {
   font: bold 16px arial, helvetica, sans-serif;
   margin: 6px 0px 4px 0px;
  }
 .formtext 
  { 
   line-height: 120%;
   vertical-align: text-top;
   border: 1px solid #AA7777; 
   background: #FFFFFF url(/i/icons/FormTextGray.gif);
  }
 .hrbar 
  { 
   margin: 2px 0px 2px 0px;
   color: #AAAAAA;
   height: 1px; 
   width: 95%;
  }
 .pic, a.pic, a.pic img 
  {
   margin-bottom: 2px;
   filter: Alpha(opacity=70); /* IE */
   -moz-opacity: 0.7; /* Mozilla */
  }
 a.pic:hover, a.pic:hover img 
  {
   filter: Alpha(opacity=100);
   -moz-opacity: 1.0;
  } 
 #menu 
  {
   vertical-align: top; 
   padding: 3px 0px 8px 0px;
  }
 #menu a, #menu div
  {
   border: 1px solid #eee;
   border-right:1px solid #000;
   border-bottom:1px solid #000;
   display: block;
   text-decoration:none;
  }
 #menu div, .menuitem
  {
   margin-top: 8px;
   font: small-caps 900 11px tahoma, sans serif;
   background:#784327;
   color: #eee;
  }
 #menu a, .menuitem2
  {
   font: 11px tahoma, sans serif;
   background: #784327;
   color: #fff;
   padding: 0px 0px 1px 4px;
  }
 #menu a:hover, #menu a:active
  { 
   color:#369; 
   background:#fff;
  }