/***************************/ 
/* Bibleverse styles:      */ 
/***************************/ 
P.verseHeader 
{
	margin-top: 5px; 
	margin-bottom: 0px; 
	font-weight: bold;
	font-size:12px;
	color: #baa8a0;
       text-align: right;
       display:none;
}

P.verseText 
{
	margin:0px;
       margin-bottom:5px;
	color: #8a7870;
}

span.versePosition 
{
	margin-top: 0px; 
	margin-bottom: 4px; 
	text-align: right; 
	color: #baa8a0;
       white-space:nowrap;
}


