body {
	background-image: url(/images/background.jpg);
/*	margin-left: 30px; */  /* removed. PSM */
/*	margin-top: 30px;    */  /* Let it come from main css PSM */
	margin-right: 0px;
	margin-bottom: 0px;
}
td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #993333;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	/* PSM previous 12 */
	font-weight: bold;
	color: #000000;
	margin:20px 0px 20px 0px;	/* top right bottom left  */
}
#bibleBook {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;	/* PSM previous 14 */
	font-weight: bold;
	color: #000000;
	margin:20px 0px 20px 0px;	/* top right bottom left  */
}
#book {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	/* PSM previous 12 */
	color: #000000;
	margin:20px 0px 20px 0px;	/* top right bottom left  */
}
#verse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	/* PSM previous 12 */
	color: #000000;	
	margin:0px 0px 20px 0px;	/* top right bottom left  */
	TEXT-ALIGN: left;  /*overrides the main css alignment of center.  PSM*/
	PADDING-LEFT: 60px; /* PSM */
}
#search_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	/* PSM previous 12 */
	font-weight: bold;
	color: #000000;
	margin:0px 0px 0px 40px;	/* top right bottom left  */ /*PSM*/

}
#highlight {
	color: #5C4033;
	font-weight: bold;
}

/*define class */
.highlight_keyword {
	color: #5C4033;
	font-weight: bold;
}
