/* fonts below for roman languages */
body {
	color: #000000;
	font-family: new york, georgia, times new roman, times, caslon, serif; 
	background-color: #FFFFFF;
}
td, p, ul  { 
	color: #000000; 
	font-family: new york, georgia, times new roman, times, caslon, serif; 
}

form#toc {
	font-family: geneva, arial, helvetica, caslon, sans-serif; 
	margin-top: 28px;
}

/* NN4 select boxes  in toc.htm */
form td { font-family: geneva, arial, helvetica, caslon, sans-serif; font-size: 10pt; }

.formtext {
	width: 570px;
}

form.formtext p {
	margin-top: .25em;
	margin-bottom: .25em;
}
th {
	color: #333333;
	margin-left: 2px;
	font-weight: bold;
	font-size: 12px;
	font-family: geneva, arial, helvetica, caslon, sans-serif; 
	text-align: left;
}
h1 {
	font-size: 17px;
	font-family: new york, georgia, times new roman, times, caslon, serif; 
	margin-bottom: 0px;
	padding: 5px 0 5px;
	color: #000000;
	}
/*  Used in toc.htm */
h2 {
	font-size: 16px;
	color: #333333;
	font-family: new york, georgia, times new roman, times, caslon, serif; 
	margin-left: 20px;
	margin-bottom: 0px;
}
/* Bible chapter label */
p.title {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	
}
/*  *************************** */
/*  defaults  for spans         */
/* margins cause extra line spacing in NN4 */

/* superscription in Psalms */
.w {
	margin-left: 15px;
	font-size: 80%;
}
span.l {
	margin-left: 0;
}
span.p {
	margin-left: 20px; 
}

/* second part poetic verse, additional indentation */
span.z { 
	margin-left: 40px;
}

/*  *************************** */
/*  default for paragraphs     */

/* first part poetic verse WITH verse number */
p.l {
	text-indent: -45px;
	margin-left: 65px;
}

/* first part of poetic verse WITHOUT a verse number */
p.p {
	text-indent: -45px;
	margin-left: 65px;
}


/*  *************************** */
/*  classes nested in classes  */

/* second line(s) of poetic verse flush with p.p */
p.l span.p {
	margin-left: -26px;
}
p.l span.z {
	margin-left: -10px;
}

/* second line(s) of poetic verse flush with p.p */
p.p span.p {
	margin-left: -45px;
}
p.p span.z {
	margin-left: -10;
}
/* Big chapter number for John 7 and 8 */
.chptnum {
	float: left;
	font-weight: bold;
	font-size: 115%;
	width: 1em;
	padding:0 5px 5px 0;
	margin: 0;
}

/* text that appears in smaller type */
.smallcaps {
	font-size: 80%;
}

.vsHighlight {
	font-weight: bold;
}

/* ******************** */
/* static toc page   */
td.toclist h1 {
	margin: 1em 20px 0;
	}
td.toclist p {
	margin-left: 20px;
	margin-right: 20px;
	}
	
.toclist ul{ 
	padding-left: 30px; 
	margin-left: -35px; 
	margin-top: 0px; 
	margin-bottom: 1em;
	}
.toclist ul li { 
	padding-left: 35px; 
	margin-left: 0px; 
	list-style-type: none; }

.vsAnchor {
	font-size: 77%;
	font-weight: bold;
	vertical-align: text-top;
	color: #000000;
}

/* hyperlinks */
a { color: #0129bf; 
	text-decoration: none;
}
a:link { 
	color: #0129bf; 
	text-decoration: none;
}
a:visited { 
	color: #0129bf; 
}
a:hover { 
	color: #0033ff;
	text-decoration: underline; 
}
a:active { 
	color: #0129bf; 
}

/* -------------------------------------- */
/* do not change - standard all languages */
table.bar {background-color: #333333;}
td.appeared p { font-size: 12px; color: #ffffff; font-family: geneva, arial, helvetica, caslon, sans-serif; }

div.footer { width: 600px; margin: 0; padding: 2px 0; border: none;} 
div.footer p {font-size: 12px; font-family: geneva, arial, helvetica, caslon, sans-serif; margin: 1em 2px;}
/* -------------------------------------- */
