body {
  background-color: #cccccc;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px; 
  margin-bottom: 0px; 
}

h1 {
  font-size: 10pt;
  color: #9A9A9A;
  font-weight:bold;
  font-family: Verdana, Arial, Helvetica; 
  margin-top: 5;
  margin-left: 9;
  margin-right: 9; 
  margin-bottom: 0;
}


p {
  font-size: 10pt;
  color: #9A9A9A;
  font-family: Verdana, Arial, Helvetica;
  line-height: 13pt;
  margin-top: 0;
  margin-left: 9;
  margin-right: 9; 
  margin-bottom: 0;

}

h2 {
    font-size: 7pt;
  color: #9A9A9A;
  font-family: Verdana, Arial, Helvetica;
font-weight:normal;
  line-height: 10pt;
  margin-top: 0;
  margin-left: 9;
  margin-right: 9; 
  margin-bottom: 0;

}

hr {
  margin-top: 15; 
  margin-bottom: 15;

}

a {
  text-decoration: none;
  color:#777777;
} 

a:visited {
  text-decoration:none; 
  color:#666666;
} 

a:hover {
  text-decoration: none;
  color:#CCCCCC;
}

a:active {
  text-decoration: none;
  color:#CCCCCC;
} 

.p2{
  font-size:10pt;
  color: #000000;
  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:7.5pt;
  height:16px;
  background-color:#ffffff;
  color:#000000;
  border: 1px solid #999999; 
}
