.content-item
{
font-size:1.2em;
}

h4 {
  font: bold 170% Verdana, Arial, Tahoma, Sans-Serif;
  color: #000000;
  margin-bottom: .25em;
}

h5 {
  color: #000000;
  margin-bottom: .25em;
  font: italic 140% Georgia, "Times New Roman", Times, serif;
}

h6 {
  font: bold 110% Verdana, Arial, Tahoma, Sans-Serif;
  color: #000000;
  background-color: #fffac0;
  margin-bottom: .25em;
}

.content-item p {
  line-height: 150%;
  margin-bottom: 1em;
  color: #000000;
}

.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;
}

.image ul.left-to-right li
{
}

.content-item a {
  color: #901010  ;
  text-decoration: underline;
}

.content-item a:hover {
  color: #ffffff;
  background-color:#000000;
  text-decoration: none;
}

.gallery a, .gallery a:hover, .image a, .image a:hover {
  background-color: transparent;
}

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