/*----------------------------------------------
 |  text.css |
 |-----------
 |  Bodytext elements
 *---------------------------------------------*/
div#bodytext {
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 19px;
}

div#bodytext li p {
  margin: 0px;
  padding: 0px;
}

div#bodytext p {
  padding-top: 0px;
  margin-top: 0px;
}

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: 10px;
}

div#bodytext h1 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  color: black;
  font-size: 22px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0.02em;
  padding-bottom: 5px;
}

div#bodytext h3 {
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
  color: black;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
}

div#bodytext span.newsdate {
  color: #0677BB;
  font-size: 0.8em;
  line-height: 1.0em; 
}