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

h4 {
	font: bold 140% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #003156;
	margin-bottom: .25em;
}

h5 {
	color: #222222;
	margin-bottom: .25em;
	font: bold 110% Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

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

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

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