.background {
	background-image: url(images/background.jpg);
}
.aboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	background-color: #08391B;
	color: #FFFFFF;
}
.bodyText {
	font-weight: bold;
	color: #08391B;
}
.tableTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #08391B;
	font-size: small;
}
.tableText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #08391B;
	border-bottom-style: none;
}
.pageText {
	font-size: medium;
	font-weight: normal;
	color: #08391B;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bolder;
	color: #08391B;
}
.readMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #08391B;
}
.thinline {
	color: #083918B;
	background-color: #08391B;
	font-size: 2px;
}
.bottomBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: none;
	font-size: 2px;
	height: 2px;
}
.slightText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #08391B;
}
