body {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px; 
  margin-bottom: 0px; 
  background: #eeeeee;
}

h1 {
  font-size: 9pt;
  color: #681817;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica;
  line-height: 13pt;

}

h2 {
  font-size: 10pt;
  color: #fffffa;
  font-weight: bolder;
  font-family: Verdana, Arial, Helvetica;
  margin-top: 3;
  margin-left: 9;
  margin-right: 9; 
  margin-bottom: 3;
}

p {
  font-size:9pt;
  color: #666666;
  font-family: Verdana, Arial, Helvetica;
  line-height: 13pt;

}

a {
  text-decoration: none;
  color:#666666;
} 

a:visited {
  text-decoration:none; 
  color:#666666;
} 

a:hover {
  text-decoration: none;
  color:#CCCCCC;
}

a:active {
  text-decoration: none;
  color:#CCCCCC;
} 

.textfield {
  font-size:8pt;
  color: #999999;
  font-family: Verdana, Arial, Helvetica;
  background-color: #ffffff;
  border-left: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  border-top: 1px solid #999999;
}

.button { 
  width:100px;
  font-size:8pt;
  height:16px;
  background-color:#ffffff;
  color:#999999;
  border: 1px solid #999999; 
}