body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
p {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 3.5mm;
	line-height: 5mm;
	color: #695247;
	padding-top: 3px;
	margin: 0px;
	padding-bottom: 11px;
}
.p2 {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 3.1mm;
	line-height: 5mm;
	color: #3A2D27;
	padding-top: 3px;
	margin: 0px;
	padding-bottom: 11px;
}
.text-black {
	color: #000000;
}
.text-green {
	color: #9CB13C;
}
.text-orange {
	color: #DA7711;
}
.text-aqua {
	color: #43CDD0;
}
.text-gray {
	color: #303030;
}



a:link {
	text-decoration: underline;
	color: #000000;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	background-color: #DDCFB5;
}
h1 {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 24px;
	line-height: 26px;
	color: #101010;
	padding-left: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}
h2 {
	font-family: "Book Antiqua", "Times New Roman", serif;
	font-size: 18px;
	line-height: 24px;
	color: #7B3422;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	line-height: 20px;
	color: #101010;
	padding-left: 15px;
	font-family: "Book Antiqua", "Times New Roman", serif;
	text-transform: capitalize;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.float-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 5px;
}
.float-right {
	float: right;
	margin-bottom: 3px;
	margin-top: 5px;
	margin-left: 10px;
}

li {
	padding-left: 0px;
	padding-right: 5px;
	font-size: 3.1mm;
	line-height: 5mm;
	color: #2C221D;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	list-style-position: outside;
	text-transform: uppercase;
}
