@charset "UTF-8";
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
	color: #3E3903;
	text-decoration: none;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #433939;
	line-height: 25px;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.headingSmall {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #3E3903;
}
.emphasis {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3E3903;
	text-decoration: none;
}
.ruleMain {
	color: #B9A971;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #B9A971;
}
.cover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCBE97;
}
