.typography h1, h2, h3, h4 {
	margin: 0;
}

.typography h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

.typography h2 {
	font-size: 28px;
}

.typography h3 {
	font-size: 16px;
	font-weight: bold;
}

.typography h4 {
	font-size: 14px;
	font-weight: bold;
}

.typography p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

.typography ul, ol {
	margin-left: 3em;
}

.typography dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

.typography dl.list1 dt {
	float: left;
	width: 70px;
}

.typography dl.list1 dd {
	margin-bottom: 10px;
}

.typography dl.list1 a {
	color: #666666;
}

.typography ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.typography ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

.typography ul.list2 li.nopad {
	margin-right: 0;
}

.typography blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

.typography a {
	color: #FF5A00;
}

.typography a:hover {
	text-decoration: none;
}

.typography a img {
	border: none;
}