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

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

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

div#bodytext h2 {
  padding: 0;
  margin: 0;
  font-size: 1em;
  line-height: 1.0em;
  letter-spacing: 0.05em;
}

div#bodytext h1 {
  letter-spacing: 0.03em;
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
  color:#4B6B86 ;
  text-transform:uppercase;
}

div#bodytext p.date {
  padding-top: 0px;
  margin-top: 0px;
  font-size: 1.2em;
  line-height: 1.1em;
  color: #BDC1C3;
  letter-spacing: 0.02em;
}
