/*----------------------------------------------
 |  text.css |
 |-----------
 |  Bodytext elements
 *---------------------------------------------*/
div#bodytext {
  padding-bottom: 15px;
  width: 400px;
}

div#bodytext li p {
  margin: 0px;
  padding: 0px;
}

div#bodytext p {
  padding-top: 0px;
  margin-top: 0px;
  color: black;
  font-weight: normal;
}

div#bodytext h2 {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 12px;
  line-height: 18px;
  color: black;
  font-weight: bold;
}

div#bodytext h1 {
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  padding-top: 0px;
  margin-top: 0px;
  line-height: 23px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 7px;
}

div#bodytext span.newsdate {

}
