/*----------------------------------------------
 |  text.css |
 |-----------
 |  Bodytext elements
 *---------------------------------------------*/
div#bodytext {
  padding-bottom: 65px;
  padding-top: 65px;
}

div#bodytext li {
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

div#bodytext li p {
  line-height: 1.5em;
  margin: 0px;
  padding: 0px;
}

div#bodytext p {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1.0em;
  line-height: 1.5em;
  color: #534640;
}

div#bodytext h2 {
  padding: 0px;
  margin: 0px;
  color: #000000;
  font-size: 1em;
  line-height: 1.3em;
  font-weight: bold;
  padding-bottom: 5px;
}

div#bodytext h1 {
  padding: 0px;
  margin: 0px;
  font-family: "Times New Roman", Times, serif;
  color: #000000;
  font-size: 28px;
  font-weight: normal;
  padding-bottom: 45px;
}

div#bodytext span.newsdate {
  color: #958981;  
  display:none;
}

