.content .pagenumber  {
  height: 22px;
  text-align: center;
  margin: 0px 0px -24px 0px;
  padding: 0px 20px 0px 20px;
}
.content .pagenumber a  {
  padding: 4px;
  font-size: 10pt;
  font-weight: normal;
}
.content .pagenumber .active  {
  font-weight: bold !important;
  text-decoration: none !important;
}
.content h1  {
  margin: 40px 10px 0px 10px;
  font-size: 11pt;
  padding: 4px 10px 4px 6px;
  background-color: #e2e2e2;
  clear: both;
}

.content .functionbar  {
  display: block;
  text-align: right;
  margin: 0px 10px 0px 0px;
}

.content h2  {
  margin: 20px 10px 0px 20px;
  font-size: 10pt;
  clear: both;
}
.content h3,
.content h4  {
  font-size: 9pt;
  clear: both;
} 
.content .text  {
  margin: 10px 10px 0px 20px;
  text-align: justify;
}
.content img  {
  border: 0px none;
}
.content a  {
  color: #990000;
  font-weight: bold;
  text-decoration: none;
}
.content a:hover  {
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
}
.content th  {
  padding: 6px;
  background-color: #f2f2f2;
  border-bottom: 2px solid #e2e2e2;
}
.content td  {
  padding: 4px;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e2e2e2;
}
.content p  {
  clear: both;
}
