h1 {
	font-family: 'Arial';
	font-size: 40px;
	line-height: 1;
	color: 	#333;
	text-transform: none;
	font-weight: 400;
	padding-bottom: 11px;
}

h2 {
	font-family: 'Arial';
	font-size: 17px;
	line-height: 1;
	color: 	#333;
	text-transform: none;
	font-weight: 400;
	padding-bottom: 7px;
	padding-top: 20px;
}

h4.underline {
	font-family: 'Arial';
	font-size: 17px;
	line-height: 1;
	color: 	#333;
	text-transform: none;
	font-weight: 600;
	border-bottom: 1px dotted #73746f;
	padding-bottom: 3px;
}

p {
	font-family: 'Trebuchet MS';
	font-size: 14px;
	line-height: 1.4;
	color: 	#333;
	text-transform: none;
	font-weight: 400;
}