@media all {
  body, html { 
  background-color:#ffffff; 
  color:black;
  padding:0px;
  height:100%;
  font-family:Arial,Verdana,sans-serif; font-size:8pt;
  }

  body.border { 
  background-color:#dddddd; 
  }
  
  html.main {
    border-left:solid 1px #000000;
    border-right:solid 1px #000000;
  }
  
  html.main_left {
    border-left:solid 1px #000000;
  }
  
  html.main_right {
    border-right:solid 1px #000000;
  }

  a.nav { display:block; padding:3px; background-color:#ffffff;
  font-family:Arial,Verdana,sans-serif; font-size:8pt}
  a.nav:hover { color:#000000; text-decoration:none;
      background-color:#d1e007; font-weight:bold; }

  a.nav:link { color:#000000; text-decoration:none; font-weight:bold;}
  a.nav:visited { color:#000000; text-decoration:none; font-weight:bold; }
  a.nav:active { color:#000000; text-decoration:none; font-weight:bold; }

  table.products {
    margin:20px 20px 20px 20px;
    width:550px;
    height:auto;
    text-align:left;
  }
  
  td.products_header {
    height:25px; 
    width:100%;
    font-weight:bold;
    background-color:#d1e007;
    border:solid 1px #c6d079;
    padding:3px;
  }

  td.products_content {
    height:100%; 
    width:100%;
    padding:0px;
  }
  
  table.nav {
    margin:20px 20px 20px 20px;
    width:150px;
    height:340px;
    text-align:center;
    background-color:#ffffff;
    background-image:url(nav_back.gif);
  }
    
  tr.nav { height:20px; width:100%; }

  td.nav { height:20px; width:100%; border:solid 1px #c6d079; padding:0px }

  td.nav_spacer {
    height:1px;
    padding:0px;
    border:0;
    background-color:#ffffff
  }

  td.nav_blank {
    height:auto;
    _height:78px;
    border:0;
    border-top:
    solid 1px #c6d079;
  }

}

