body {
    background-color: #f3f3f3;
    font-family: 'Lato', sans-serif;
}

.clear {
    clear: both;
}

.maxPage {
    max-width: 1440px;
    min-height: 1000px;
    margin: auto;
	position: relative;
}

.sectionDivider {
    height: 30px;
    background-color: #f9f9f9;
}

.whiteRow {
    background-color: #f9f9f9;
}

.vspace20 {
    min-height: 20px;
}

.vspace100 {
    min-height: 100px;
}
.italics {
	font-style: italic;
}
p {
	margin-top: 0;
}

a {
	color: #008aff;
}

.red {
	color: #e8242d;
}
.extraRed {
	color: #a8320c;
}

.footnote {
	color: #555;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	font-style: italic;
}

.basicButton {		
	margin: 14px 0 14px 0;
}

.basicButton a {
	text-decoration: none;
	display: block;
	padding: 20px 80px;
	color: #fff;
	text-align: center;
	font-size: -1em;
	background-color: #222;
	display: inline-block;
}

sup  {
	font-size: 11px;
}