.menubutton {
  display: block;
  width: 100px;
  padding: 3px 5px 3px 5px;
  margin: 15px 0 0 0;  
  font-family: sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-align: center;
  text-decoration: none; 
  color: #000000; 
  background-color: #D4D0C8;
  border-bottom: 1px solid Black;
  border-left: 1px solid Silver;
  border-right: 1px solid Black;
  border-top: 1px solid Silver;
  }
.featurebox {
  background-color: #efebe7;
  padding: 10px;  
  margin-top: 30px;
  font-family: arial, sans-serif;
  font-size: .8em;
  width: 80%;
  }
.featurebox h3 {
  font-size: 1.3em;
  margin: 0;
  }
.featurebox p {
  margin: 4px 0 10px 0;   
  }
.featurebox table {
  width: 97%;
  }
.featurebox table tr td {
  font-size: .8em;
  margin: 0;
  padding: 0;
  }
.featurebox table tr td hr {   
  color: #cecfce;
  height: 1px;
  }
.featurebox table tr td sup{
  font-size: 11px; 
  }
.detailslink {
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-right: 10px;
  }
.inputform {   
  background-color: #efebe7;
  font-size: 13px;
  }
.green { color: #226c00; font-weight: bold; }
.red   { color: #ff0000; font-weight: bold; }
.yellow { color: #999900; font-weight: bold; }

