/*----------------------------------------------
 |  text.css |
 |-----------
 |  Bodytext elements
 *---------------------------------------------*/
div#bodytext {
  padding-bottom: 40px;
}

div#bodytext li p {
  margin: 0px;
  padding: 0px;
}

div#bodytext p {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1.0em;
  line-height: 1.7em;
  color: #00622C;
}

div#bodytext h2 {
  padding: 0px;
  margin: 0px;
  color: black;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}

div#bodytext h1 {
  padding: 0px;
  margin: 0px;
  color: #C60003;
  font-size: 28px;
  line-height: 1.15em;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}

div#bodytext span.newsdate {
  color: #ABA000;  
}
