a {
  text-decoration:none;
  color: #10673A;
  font-size: 10pt;
  text-decoration: underline;
}

hr {
  color: #10673A;
}

button {
  width: 120;
  height: 20;
  font-size: 10pt;
  background-color: #10673A;
  color: #FFFFFF;
  border-style: none;
  font-weight: bold;
}



.italGreen {
  color: #10673A;
  font-style: italic;
  font-size: 10pt;
}

.regGreen {
  color: #10673A;
  font-size: 10pt;
  text-decoration: underline;
}

.regGreenActive {
  color: #10673A;
  font-size: 10pt;
  font-weight: bold;
}

.italGreenHead {
  color: #10673A;
  font-size: 12pt;
  font-weight: bold;
}

.contentBlack {
  color: #000000;
  font-size: 10pt;
}

.contentBlackHead {
  color: #000000;
  font-size: 12pt;
  font-weight: bold;
}

.navMain {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 10pt;
  
}

.navActive {
  color: #000000;
  font-weight: bold;
  font-size: 10pt;
  
}

.active {
  width: 100;
  background-color: transparent;
  color: #000000;
  border-style: none;
  font-weight: bold;
}



