.blogText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
}
.blogTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
	font-weight: bolder;
}
.noteText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #883A0A;
	line-height: 16px;
	font-style: italic;
}
.noteTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #883A0A;
	font-weight: bolder;
	line-height: 16px;
	font-style: italic;
}
.featureText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #32200E;
	font-weight: normal;
	line-height: 18px;
}
.featureTextBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #32200E;
	font-weight: bolder;
	line-height: 18px;
}
.calloutText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
}
.calloutLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #32200E;
	text-decoration: underline;
}
.calloutLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}
.featureLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #32200E;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.featureLink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #A2500B;
	font-weight: normal;
	line-height: 18px;
	text-decoration: underline;
}
.borderStyle {
	border: 1px solid #32200E;
}
