@charset "UTF-8";
/* CSS Document */


body {
	background: #003366; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.maincontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #333333;
	line-height: 12pt;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: white;
	line-height: 10pt;
}
	.scripture {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #990000;
	line-height: 12pt;
	font-style: italic;
}	
	.verse {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	line-height: 12pt;
	font-style: italic;
}
a:link {
	color: #000066;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
	color: #000066;
}
a:active {
	text-decoration: underline;
	color: #000066;
}
.copyright {
	color: #FFFFFF;
	font-size: 9px;
	line-height: 20px;

}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000066;
}
.name {
	font-size: 12pt;
	color: #000066;
	font-weight: bold;
}
.whtlink a:link {
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.whtlink a:visited {
	text-decoration: underline;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.whtlink a:hover {
	text-decoration: none;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.whtlink a:active {
	text-decoration: underline;
	color: white;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
