@charset "utf-8";
.bluebodytext {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #00386b;
}
.redbodytext {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #8c2633;
}
.blackbodytext {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.blackheadertext {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
}
.blueheadertext {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #00386B;
}
.redheadertext {
	font-family: Garamond, Georgia, "Times New Roman";
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	color: #8c2633;
}
