<!-- 
body
{
  background-color:#fffff0;
}
p.section
{
  border: dashed 1px #006633;
  margin-left: 30px;
  margin-right: 10px;
  padding: 8px;
  line-height: 130%;
}
p.hd
{
  font-size: 10pt;
  text-align: center;
  font-family: "Verdana";

}
p.fd
{
  font-size: 10pt;
  font-style: italic;
  text-align: right;
  font-family: "Verdana";
}
span.subfd
{
  font-style: normal;
}
a:link
{
  color: #0000ff;
}
a:visited
{
  color: #bb00dd;
}
a:hover,a:active
{
  color: #006699;
}
input,textarea,select
{
  border: 1px solid #000000 ;
  background-color: #ffffff ;
  color: #000000 ;
}
.del
{
  text-decoration: line-through;
}
.new
{
  font-size: 8pt;
  font-weight: bold;
  font-family: "Verdana";
  color: #ff0000;
}
span.line
{
  width: 630px;
  border-bottom: double 3px #009900;
}
span.subline
{
  width: 630px;
  border-bottom: solid 1px #009900;
}
.bold1
{
  font-weight: bold;
  color: #ff3399;
}
.bold2
{
  font-weight: bold;
  color: #666699;
}
 -->