/* Living Way Fellowship CSS Document */
html, body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
}
body {
	margin: 10px;
}
p {
	line-height: 140%;
}
td.contact-method {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 3px;
}
td.contact-method p {
	margin: 3px;
}
div.contact-method-title {
	background-color: #CCC;
	font-weight: bold;
	margin-bottom: 5px;
}
td.contact-label {
	background-color: #CCC;
}
p.error-text {
	border: 1px solid orange;
	padding: 10px;
	background-color: gainsboro;
	font-weight: bold;
	color: #069;
}
td.scripture {
	background-image:url(images/mockup_001_r1_c4.gif);
	background-repeat:no-repeat;
	vertical-align:bottom;
}
p.scripture {
	font-weight: bold;
	font-size: medium;
	font-style: italic;
	color: #069;
	margin: 1px;
	margin-right: 10px;
	font-size: 14px;
}
p.tagline {
	color: #069;
	font-size: small;
	margin: 1px;
	margin-right: 20px;
}
td.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 3px;
	font-size: x-small;
	font-weight: bold;
	color: #999;
}
td.footer a:link, td.footer a:active, td.footer a:visited {
	color: #000;
	text-decoration: none;
}
td.footer a:hover {
	color: #069;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #069;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
