.content-item
{
  font-size:1.4em;
  line-height:150%;
}

h4 {
  font: bold 150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  color: #af8010;
  margin-bottom: .25em;
  line-height:125%;
}

h5 {
  color: #3f6018;
  margin-bottom: .25em;
  font: bold 130% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
  line-height:140%;
}

h6 {
  color: #222222;
  font-weight:bold;
  font-size:120%;
  line-height:170%;
}

.text strong {
  font-weight: bold;
}

.text em {
  font-style: italic;
}

.text ul {
  line-height: 130%;
  margin-bottom: 1em;
  list-style-position: outside;
  list-style-type: square;
  padding-left: 2em;
}

.text ol {
  line-height: 130%;
  margin-bottom: 1em;
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 2em;
}


hr,.hr
{
  padding:10px 0 0 0;
  display:block;
  border:none;
  height:0;
  background:transparent url(hr.gif) repeat-x 0 0;
  margin:1.5em 0em;
}



