@charset "UTF-8";
/* CSS Document */

.heading1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.heading2 {
	font-size: 14px;
	text-transform: capitalize;
	color: #227066;
	font-weight: normal;
	font-variant: small-caps;
}
.heading3 {
	font-size: 14px;
	text-transform: capitalize;
	color: #24427C;
	font-variant: normal;
	font-weight: normal;
}

.emphasizedtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #B65200;
}
