* {
  border: none;
  font-family: helvetica;
}

p {
  margin-top: 0;
  line-height: 18px;
  color: #7d7e7e;
  font-size: 13px;
  font-family: helvetica;
}

h1, h2,h3,h4 {
  margin: 0;
  padding: 0;
  color: #006574;
  border: none;
  line-height: 1em;
  font-weight: normal;
}
h1 {
  text-transform: uppercase;
  font-size: 40px;
  margin-bottom: 18px;
}
h2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}

h2.teal13 {
  font-size: 13px;
  color: #006271;
}
h2.purple13 {
  font-size: 13px;
  color: #583758;
}
h2.grey13 {
  font-size: 13px;
  color: #7D7E7E;
}

h2.teal15 {
  font-size: 15px;
  color: #006271;
}
h2.purple15 {
  font-size: 15px;
  color: #583758;
}
h2.grey15 {
  font-size: 15px;
  color: #7D7E7E;
}

h2.teal18 {
  font-size: 18px;
  color: #006271;
}
h2.purple18 {
  font-size: 18px;
  color: #583758;
}
h2.grey18 {
  font-size: 18px;
  color: #7D7E7E;
}

.pageBlurb {
  font-size: 16px;
  font-weight: bold;
  color: #555555;
}

hr {
  margin: 20px 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
hr.clear {
  border: none;
  height: 1px;
}

.faqQuestion {
  margin-bottom: 5px;
  font-size: 14px !important;
  padding-left: 12px;
  background: url('/images/site/arrow_collapsed.gif') no-repeat 0 4px;
}
.faqQuestionActive {
  background: url('/images/site/arrow_expanded.gif') no-repeat 0 4px;
}
.faqAnswer {
  margin-bottom: 15px;
  padding-left: 30px;
}
