BODY {
	background-color: #6D4A24;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin: 4;
	padding: 8;
	color:#000000;
	background-image: url(images-site/horizontal-lines.jpg);
}

/* this group sets the normal link colors */

A:LINK {
	color: #7D6101;
	text-decoration: underline;
	font-weight: bold;
}
A:VISITED {
	color: #7D6101;
	text-decoration: underline;
	font-weight: bold;
}
A:HOVER {
	color: #6C7F32;
	text-decoration: none;
	font-weight: bold;
}
A:ACTIVE {
	color: #7D6101;
	text-decoration: underline;
	font-weight: bold;
}

.globalbar {
	background-color: #677C32;
	color: #677C32;
	font-weight: bold;
	font-size: 12px;
	padding: 5;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #6E5D27;
	border-bottom-color: #6E5D27;
	background-image: url(images-site/green-gradient.jpg);
	background-repeat: repeat-x;
	font-variant: small-caps;
}

.globalbar A:LINK {
	color: #FFFFFF;
	text-decoration: none;
}
.globalbar A:VISITED {
	color: #FFFFFF;
	text-decoration: none;
}
.globalbar A:HOVER {
	color: #FFFFFF;
	text-decoration: underline;
}
.globalbar A:ACTIVE {
	color: #FFFFFF;
	text-decoration: none;
}
.content-black {
	color: #000000;
	font-weight: normal;
}
.content-indent {
	color: #333333;
	margin: 15px;
}
.content-black-small {
	font-size: 9px;
	color: #000000;
}
.content-black-bold {
	color: #000000;
	font-weight: bold;
}
.content-alt-bold {
	color: #536229;
	font-weight: bold;
}
.header-small-caps {
	font-size: 20px;
	color: #7D6101;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
}
.header-small-caps-small {
	font-size: 14px;
	color: #7D6101;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
}
.table-watermark {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: url(images-site/christian-owned-business.jpg);
}
.table-thin {
	border: 3px solid #6E5D25;
	background-color: #FFFFFF;
}
.table-thin-subhead {
	border: 2px solid #803D00;
	background-image: url(images-site/background.jpg);
	color: #FFFFFF;
	font-weight: bolder;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-variant: small-caps;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul {
	line-height: 16px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: url(images-site/star.gif);
}
