.header-1 {
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: 18pt;
	color: #111111;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}
.header-2 {
	font-size: 14pt;
	color: #111111;
	font-weight: bold;
	font-family: "Times New Roman", Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
}
.header-3 {
	font-size: 12pt;
	color: #544021;
	font-weight: bold;
	font-family: "Times New Roman", Helvetica, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

.body-text {
	font-family: "Times New Roman", Helvetica, sans-serif;
	color: #544021;
	font-size: 12pt;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: justify;
	white-space: normal;
}
.small-text {
	font-size: 10pt;
	color: #544021;
	font-family: "Times New Roman";
}
.footer-text {
	font-size: 10pt;
	color: #111111;
	font-family: "Times New Roman";
}
.bullet-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:12pt;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: left;
	white-space: normal;
}

.brown-box {
	border: 3px solid #544021;
	background-color: #EFE7DE;
}

.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.noborder {
	border-width: 0px;
}
.center-cell {
	text-align: center;
}
.nowrap {
	white-space: nowrap;
}

.link {
	font-family: "Times New Roman", Helvetica, sans-serif;
	font-size: small;
}
a {
	color: #544021
}
a:visited {
	color: #544021
}
a:hover {color: #CB0000; text-decoration: none
a:active {color: #CB0000; text-decoration: none}
