/* NIV Study Bible Formatting */
/* File Name biblebooks.css */

<style type="text/css">


.fillinerror {	
list-style-type: upper-alpha;
}

.NIVStudyBibleCaps 
{	
list-style-type: upper-alpha;
}



.NIVStudyBibleLower {	list-style-type: lower-alpha;
}
.NIVStudyBibleRomanNums {	list-style-type: upper-roman;
}
.ZCopyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.ContentOutline {
	list-style-type: decimal;
}

</style>