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

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

p {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 12px;
}

h2 {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  color: #014e93;
}

h1 {
  padding: 0px;
  margin: 0px;
  font-size: 22px;
  line-height: 25px;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding-bottom: 15px;
  color: #014e93;
}


