div.passage {
    margin-left: 20px;
	font-family:	Arial, sans-serif;
    font-size: 11pt; /*larger;*/
    text-align: justify;
}

.title {
    font-size: medium;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
}

div.book-title {
    font-size: large;
    font-weight: bold;
    padding: 5px;
}

div.book-name {
    font-size: large;
    padding: 5px;
}

div.chapter, div.section {
    padding: 5px;
	font-size:	11pt;
}

div.chap-num {
/*    font-size: xx-large;*/
	font-size: 22pt;
    padding-right: 2px;
    float: left;
}

span.verse {
	font-family:	Arial, sans-serif;
	font-size:	11pt;
}

span.verse-num {
    font-weight: bold;
    font-size: 8pt;
    vertical-align: top;
    padding-right: 3px;
}

div.pager {
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.added {
    font-style: italic;
}

/* NOTE HANDLING *****************************************/

div.notes {
    font-size: smaller;
}

span.note-ref-body {
    font-size: smaller;
    vertical-align: top;
    font-style: italic;
}

span.note-ref-notes {
    font-style: italic;
    padding-left: 3px;
}

