body {
  font-size: 10pt;
  color: #ffffff;
  background-color: #8aa869; 
}

p, html, table {
  font-family: tahoma, arial;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 120%;
}

table {
  font-family: tahoma,  arial;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 120%;
}


h1 {
  font-weight: bold;
  font-size: 140%;
}


h2 {
  font-weight: bold;
  font-size: 120%;
}


ol, ul, li {
  font-size: 100%;
  line-height: 120%;
  padding: .3em;
}


a {
  color: #ffffff;
  text-decoration: none;
}


a:link {
  color: #ffffff;
}


a:visited {
  color: #ffffff;
}


a:hover  {
  text-decoration: underline;
}


.menu-item {
  color: #e0ffe0;
}


.menu-select {
  color: #576941;
  font-weight: bold;
}


.menu-sep {
  color: #576941;
}


.section-head {
  font-size: 110%;
  color: #576941;
  font-weight: bold;
}

.copyright {
  color: #d0d0d0;
  font-size: 85%;
}


div.indent {
  padding-left: 1em;
}