body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}
body {
	background-color: #295A91;
	margin-left: 15px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color: #0033FF;
}
a:active {
	text-decoration: none;
	color: #0033FF;
}
h1 {
	font-size: 12pt;
	color: #21436A;
}
.orange {
	background-image: url(images/orange-topper.gif);
	background-repeat: repeat-x;
}
.bluegradient {
	background-image: url(images/top-gradient.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.leftbar {
	background-color: #FDAA02;
	border-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-style: solid;
	border-color: #FFFFFF;
	background-image: url(images/freedom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.breadcrumbs {
	font-size: 8pt;
	color: #999999;
}
.footer {
	font-size: 8pt;
	color: #FFFFFF;
}
a:link.footer {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.footer {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover.footer {
	text-decoration: none;
	color: #FFCC00;
}
a:active.footer {
	text-decoration: none;
	color: #FFCC00;
}
.white {
	color: #FFFFFF;
}
.formfieldstyle {
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #FFFFFF;
}
.submitbutton {
	background-image: url(images/top-gradient.gif);
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	padding: 3px;
}
.PastorsCommentsonRight {
	font-size: 9pt;
	display: block;
	float: right;
	margin-left: 7px;
	width: 220px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #CEE0FF;
	text-align: justify;
}
.PastorsCommentsonLeft {
	font-size: 9pt;
	display: block;
	float: left;
	margin-right: 7px;
	width: 220px;
	padding: 5px;
	border: 1px solid #000000;
	background-color: #CEE0FF;
	text-align: justify;
}