.textDisplayTable {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	color: #660000;
}

.textDisplayLayer {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height: 30px
	overflow: auto;
	background-image: url(../images/bgs/bg1.jpg);
	background-color: #F0F0E6;
	scrollbar-highlight-color:#F0F0E6;
	scrollbar-shadow-color:#F0F0E6;
	scrollbar-track-color:#F0F0E6;
	scrollbar-face-color:#F0F0E6;
	scrollbar-arrow-color:#0000A0;
	scrollbar-darkshadow-color:#F0F0E6;
	scrollbar-3dlight-color:#F0F0E6;
	border: 1px solid #660000;
}

.textDisplayHead {
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #660000;
	background-image: url(../images/bgs/head1.jpg);
	border-top-color: #660000;
}

.textDisplayLeftCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/bgs/left1.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

.textDisplayVerse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	font-style: italic;
	color: #666666;
	vertical-align: super;
}

.scripText {
	padding-right: 10px;
}

.verseCaption {
	font-family: Georgia;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #660000;
}

