body {
  font-family: arial, helevetica, sans-serif;
  font-size: 13px;
}

td {
  font-size: 13px;
}
 
a {
  color: #666633;
  font-weight: bold;
}
 
h1 {
  font-size: 35px;
  color: #666633;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

h2 {
  font-size: 20px;
  color: #666633;
  text-align: center;
  padding-top: 20px;
}

h3 {
  font-size: 17px;
}

h4 {
  font-size: 14px;
}

hr {
  border: 0px;
  background-color: #666633;
  color: #666633;
  width: 80%;
  align: center;
}

.topBanner {
  background-color: #666633;
  width: 100%;
}

.handIcon {
  cursor: pointer;
}

.bottomLinks {
  font-weight: bold;
}

.section1 {
  background-color: #999966;
  width: 740;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 4px;
}

.section2 {
  background-color: #999966;
  width: 675;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 4px;
}

.largeText {
  font-size: 16px;
  font-weight: bold;
}

.smallText {
  font-size: 11px;
}

.fieldLabel {
  font-size: 11px;
  font-weight: bold;
}

.navDivider {
  background-color: FFFFFF;
}

.navButton {
  cursor: pointer;
  background-color: 999966;
  text-align: center;
  color: FFFFFF;
  font-weight: bold;
}

.navButtonOver {
  cursor: pointer; 
  background-color: B3B38C;
  text-align: center;
  color: FFFFFF;
  font-weight: bold;
}

.required {
  color: FF0000;
}

.iconLeft {
  margin-right: 12px;
}

.error {
  color: FF0000;
  font-weight: bold;
}

.postingBoardHeader {
  background-color: 999966;
  color: FFFFFF;
  font-weight: bold;
}

.postingBoardRowAlternate {
  background-color: EEEEEE;
}