* { 
	font-family : xTempus Sans ITC, Veranda, Arial, Helvetica, sans-serif;
} 

H1 {
	font-family : Veranda, Arial, Helvetica, sans-serif;
	font-style : italic;
	font-weight : bolder;
	color : Red;
}
INPUT {
	font-family : Veranda, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

TEXTAREA {
	font-family : Veranda, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

LI {
	font-family : Veranda, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size1 : 16pt;
	font-size : normal;
	color : Black;
	margin: 2px;
}

A:link {
	color: blue;
	text-decoration: none;
}

A:visited {
	color: blue;
	text-decoration: none;
}

A:active {
	color: Gray;
	text-decoration: none;
}

A:hover {
	background-color : transparent;
	color : Red;
	text-decoration : none;
}

.normal {
	font-style : normal;
	font-weight : normal;
	font-size1 : small;
	font-size : normal;
	color : Black;
}

.navbar {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 10pt;
	color : Black;
}

.small {
	font-style : normal;
	font-weight : normal;
	font-size : smaller;
	color : Black;
}

.red {
	font-style1 : italic;
	font-weight : bold;
	font-size : normal;
	color : Red;
}

.redsmall {
	font-style1 : italic;
	font-weight : bold;
	font-size : x-small;
	color : Red;
}

.tiny {
	font-size : x-small;
}

.bold {
	font-weight : bold;
}

.copyright {
	font-size: 8pt;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	margin-top: 2px;
}
.scripture {
	font-size: 10pt;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-align: justify;
}
.scriptureRef {
	font-size: 8pt;
	font-family: Veranda, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	color: Red;
	white-space: nowrap;
	display: inline;
}

TABLE.posting { background-color: white; border: solid thick gray; border-bottom1: none; font-family: Veranda, Arial, Helvetica, sans-serif; }
TH.posting { margin:0; border-bottom: solid gray thick; border-right: solid grey thin; background-color: gray; color: white; vertical-align: top; }
TD.posting { margin:0; padding: 4px; vertical-align: top; border-bottom: solid gray thick; border-right: solid gray thin; }
TD.posting1 { margin:0; padding: 4px; vertical-align: top; }
TR.postingOld { background-color: tan; }