h4.article-title {
	color:#DC4405;
	font-weight:bold;
	font-size: 16px;
  	line-height: 1.3em;
  	font-family: helvetica,arial sans-serif;
}
h4.section-title {
	text-transform: uppercase;
	color: #2D3E6A;
	font-size: 16px;
    font-weight: bold;
    line-height: 1.3em;
    font-family: helvetica,arial sans-serif;
}
/* We're using p and p.content so that when a user just starts typing without selecting a style, it shows with the correct styles
   in the ckeditor. The p.content is so that if a user changes the style in ckeditor to something else, they can change it back to p.content */
p,
p.content {
	color: #54585A;
    font-family: helvetica,arial sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}
ul li,
ul li.content,
ol li,
ol li.content {
	font-weight: normal;
	margin-bottom:5px;
	font-family: helvetica,arial sans-serif;
    font-size: 13px;
    line-height: 1.4em;
    color: #54585A;
}