/* CSS Document */
h3 {
	font-size: 19px;
	color: #27a1d1;
	margin-bottom: 0px;
}
.allCapsCallout {
	text-transform: uppercase;
}
.sectionColor {
	color: #27a1d1; 
}
.subHeading {
	color: #27a1d1;
	font-size: 16px;
	font-weight: bold;
	display: block;
}
.tinyFont {
	color: #999999;
	font-size: 9px;
}
.weAreGreenColor {
	color: #AED566;
}