
body {
	background-color: #000000; 
	font-family: verdana, sans-serif;
	font-size: 10pt;
	margin: 0 40px 0 40px;
	padding: 0;
	color: #FFFFFF;
	text-align: center;
	}

#infocard  {
	width: 400px;
	background-color: #FFFFFF;
	color: #000000;
	border: thin #CCCCCC solid;
	padding-top: 12px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	}

img.home {
	padding:10px;
	background-color:#ccc;
	}

a.navred  {
	position: relative;
	top: 20px;
	background-color: #CC0000;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	border: thin #CCCCCC solid;
	padding: 5px;
	z-index: 3;
	}

a.navblue  {
	position: relative;
	top: 20px;
	background-color: #006699;
	color: white;
	font-weight: bolder;
	text-decoration: none;
	border: thin #CCCCCC solid;
	padding: 5px;
	z-index: 3;
	}

a  {
	color: #006699;
	}

a:hover {
	background-color: #006699;
	color: white;
	}

a.navblue:hover {
	background-color: #CC0000;
	color: white;
	font-weight: bold;
	border: thin #CCCCCC solid;
	text-decoration: none;
	z-index: 4;
	}

a.navlink {
	color: #CC0000;
	text-decoration: none;
	}

a.navlink:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	width: 175px;
	text-decoration: none;
	}

a.headlink {
	color: #FFFFFF
	}

a.headlink:hover {
	background-color: #CC0000;
	color: #FFFFFF
	}

a.footlink {
	color: #99FFFF
	}

.subheader {color:#000000; font-weight:bolder;}
.verse {background-color: #CCCCCC;}

.amtime {font-family:verdana; font-size:10pt; line-height: 150%; color: #800000}
.pmtime {font-family:verdana; font-size:10pt; line-height: 150%; color: #000099}
.prgtext {font-family:verdana; font-size:10pt; line-height: 150%; color: #000000}

