.bold_blue {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006;
	text-align: center;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}
.background {
	background-color: #003;
}
.purple {
	background-color: #603;
}
.blue {
	background-color: #006;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
