p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	color: #824212;
	padding: 0px 0px 0px 15px;
}
a {
	font-weight: bold;
	color: #824212;
	text-decoration: none;
}
a:link {
	font-weight: bold;
	color: #824212;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #824212;
	text-decoration: underline;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	text-decoration: none;
	text-indent: 8px;
	color: #FDFCFC;
	background-color: #733333;
	padding: 4px;
	border: 1px solid black;
	width: 425px;
}

.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	list-style: none;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

.button li{
	padding: 3px;
}
.button a {
	width: 145px;
	text-decoration: none;
	text-indent: 10px;
	display: block;
	border: 1px solid black;
	background-color: #733333;
	color: #FDFCFC;
	height: 20px;
	padding: 4px 0px 4px 0px;
}
.button a:hover {
	color: #B98230;
	text-decoration: none;
}
.button a:visited {
	text-decoration: none;
	color: #FDFCFC;
}

.redbox {
	background-color: #733333;
	padding: 0px;
	margin: 0px;
}

.scripture {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-style: italic;
	line-height: 12pt;
	text-align:justify;
	color: #824212;
	padding: 0px 30px 0px 15px;
}

.footertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	line-height: 12pt;
	color: #F8F8F8;
	padding: 0px 20px 0px 0px;
	text-align: right;
}