/* CSS Document */

/* Font Variations */
.emergency {
	font-size: 18px;
	font-weight: bold;
	color: #013298;
}
.emergency-phone {
	font-size: 24px;
	font-weight: bold;
	color: #003399;
}
.black {
	color: #000000;
}
.footer-blue {
	color: #003399;
	font-size: 11px;
}
.headline {
	color: #003399;
	font-size: 20px;
	font-weight: bold;
}
.subheader {
	color: #003399;
	font-size: 18px;
	font-weight: bold;
}
.blue-bold {
	color: #003399;
	font-weight: bold;
}
.testimonial-name {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
}