A {
  color: #178511;
  text-decoration: none;
  font-weight: bold;
}
A:hover {
  text-decoration: underline;
}
BODY {
  background: #CFFFCF url(images/logo.gif) no-repeat fixed 0px 30px;
  color: black;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
BODY, INPUT, SELECT, TABLE, TEXTAREA {
  font-family: Verdana;
  font-size: 9pt;
}
IMG {
  border-width: 0px;
}
INPUT {
  color: white;
  border: 1px solid #178511;
  background-color: #3EE735;
}
OL, UL {
  margin-top: 15px;
  margin-bottom: 15px;
}
#objBody {
  padding: 0px 10px 0px 10px;
}
.clsContent {
  width: 90%;
  border-top: 1px solid #178511;
  border-bottom: 1px solid #178511;
  margin-bottom: 30px;
}
.clsCounter {
  width: 1%;
  text-align: right;
  vertical-align: top;
  padding: 3px 1px 0px 5px;
}
.clsDescription {
  width: 90%;
  text-align: justify;
}
.clsDownloadLink {
  text-align: right;
}
.clsHorLine {
  width: 100%;
  height: 0px;
  border-top: 1px dashed #178511;
  display: block;
  margin: 20px 0px 20px 0px;
}
.clsMenuFooter {
  width: 100%;
  font-size: 8pt;
}
#objPageTitle {
  text-align: center;
  font-size: 12pt;
  font-weight: bold;
  margin-bottom: 28px;
}
#objScrollArea {
  scrollbar-3dlight-color: #21C519;
  scrollbar-arrow-color: white;
  scrollbar-base-color: #99F294;
  scrollbar-darkshadow-color: #178511;
  scrollbar-face-color: #21C519;
  scrollbar-shadow-color: #1DB016;
  overflow: auto;
}
.clsSectionPath {
  color: #178511;
  vertical-align: top;
  height: 25px;
  padding-top: 5px;
  padding-left: 95px;
}
.clsSectionTable {
  border-collapse: collapse;
}
.clsSectionTableCell {
  vertical-align: top;
  border: 1px solid #178511;
  padding: 10px;
}
.clsSectionImage, .clsSmallImage {
  width: 16px;
  height: 16px;
}
.clsSectionImage {
  margin-right: 3px;
}
.clsSmallText {
  font-size: 7.5pt;
}
.clsTable {
  width: 90%;
  border-collapse: collapse;
}
.clsTable TH {
  color: white;
  background-color: #3EE735;
}
.clsTable TH, .clsTable TD {
  vertical-align: top;
  border: 1px solid #178511;
  padding: 3px;
}
.clsTable TABLE TH {
  color: black;
  background-color: transparent;
}
.clsTable TABLE TH, .clsTable TABLE TD {
  vertical-align: middle;
  border: none;
  padding: 0px;
}
.clsTableDesc {
  color: #303030;
  font-size: 8pt;
  font-weight: normal;
  margin: 5px 0px 2px 20px;
}
.clsTableEvenRow {
  background-color: #B3FFD5;
}
.clsTableItem {
  font-weight: bold;
}
.clsTableNewItem {
  width: 35px;
  height: 15px;
}
.clsTableSection {
  color: #A44500!important;
  background-color: #FFDC8D!important;
}
.clsTitle {
  color: black;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.clsTitle:hover {
  text-decoration: none;
}
TH .clsTitle {
  color: #A44500;
  margin-bottom: 0px;
}
.clsTreeVizualizationBar {
  font-size: 7.5pt;
  padding-bottom: 5px;
  border-bottom: 1px dashed #178511;
}