.default {
	background-color: #ffffff;
	height: 144px;
	color: #000000;
	overflow: hidden;
}
.grey {
	background-color: #464646;
	color: #ADC29E;
	height: 198px;
	overflow: visible;
}
.green {
	background-color: #3E552E;
	color: #D3CABF;
	height: 198px;
	overflow: visible;
}
.blue {
	background-color: #91BBEF;
	color: #464646;
	height: 198px;
	overflow: visible;
}
.brown {
	background-color: #907657;
	color: #CBDEF6;
	height: 198px;
	overflow: visible;
}
.span-4 div img {
	margin: 8px 0px 8px 37px;
	height: 128px;
	width: 128px;
}
.span-16 img {
	margin: 0px 0px 18px 0px;
	text-align: center;
}
p {
	padding: 0px 12px 18px 12px;
	text-align: center;
	font-family:Georgia,Cambria,"Times New Roman",serif;
}
p.disclaimer {
	font-size: .75em;
	color: #464646;
}
p.disclaimer a {
	text-decoration: none;
	color: #464646;
}
.top-offset {
	margin-top: 180px;
	height: 360px;
}