/* ===| TYPOGRAPHY |============================================*/

body{
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
  color: #000000;
  line-height: 16px;
}
  h1{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
  color: #0e6a33;
  line-height: 16px;
  padding-top: 3px;
  padding-bottom: 3px;
}
  h2{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
  color: #0e6a33;
  line-height: 16px;
  padding-bottom: 3px;
}
p {
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
  text-align: justify;
  color: #000000;
  line-height: 16px;
}
  h3{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
  color: #0e6a33;
  line-height: 16px;
  padding-bottom: 3px;
  padding-left: 45px;
}
  h4{
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
  color: #0e6a33;
  line-height: 16px;
  padding-bottom: 5px;
  padding-left: 10px;
}
  h5{
  font-family: Georgia;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
  font-style: italic;
  text-align: center;
  color: #0e6a33;
  line-height: 16px;
  padding-bottom: 5px;
  padding-left: 10px;
}