body {
		font-family: 'Quattrocento Sans', sans-serif;
}

.sectionHeader { 
    font-size: 36px;
	font-weight: 500;
	color: #3f98a0;
	margin: 15px 0 18px 0;
	border-bottom:4px dotted #3f98a0;
	line-height:38px;
	text-transform:uppercase;
}

.mainHeader { 
    font-size: 24px;
	font-weight: normal;
	color: #3f98a0;
	margin: 0 0 20px 0;
	line-height:normal;
	text-transform:uppercase;
}

.subHeader { 
    font-size: 17px;
	color: ##333;
	font-weight: 700;
	margin: 0 0 15px 0;
	line-height:normal;
}

.normal {
	font-size: 15px;
	line-height: 1.5em;
	color: #333;
	font-weight: 400;
}

.normal a:link, .normal a:visited {
	text-decoration:none;
	color:#3f98a0;
}

.normal a:hover, .normal a:active {
	text-decoration:none;
	color:#058dbb;
}

.finePrint {
	font-size: 11px;
	line-height: 1.5em;
	color: #333;
	font-weight: 400;
}

.finePrint a:link, .finePrint a:visited {
	text-decoration:none;
	color:#3f98a0;
}

.finePrint a:hover, .finePrint a:active {
	text-decoration:none;
	color:#058dbb;
}