@charset "utf-8";
/* CSS Document */
body {
	font-family:"Lucida Grande","Lucida Sans Unicode",helvetica,verdana,arial,sans-serif;
	font-size: 14px;
	color:#000000;
	line-height: 20px;
	text-align:justify;

	}

a:link {
	text-decoration:none;
	color: #006600;
}
a:visited {
	text-decoration:none;
	color: #006600;
}

a:hover {
	text-decoration:underline;
}
a:active {text-decoration:underline;}

a.comment:link {
	color: #0099FF;
}

h1 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	padding: 1ex;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	border-top-color: #46015C;
	border-right-color: #46015C;
	border-bottom-color: #46015C;
	border-left-color: #46015C;
	margin-bottom: 3em;
	line-height: 2em;
}


h2 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7C01A5;
	border-bottom-color: #7C01A5;
	padding: 1ex;
	letter-spacing: 1ex;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 3em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	margin-bottom: 1.5em;
}
p {
	text-align: justify;
}

table table td p {
 margin:0;
}
/*
p:first-letter {
	font-size: 300%;
	font-family:  garamond, bodoni, curly, times, serif;
	color: orange;
	padding-right: 1px;
	position:relative;
	margin-left: -26px;
	}
*/
	
.questions {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #580075;
	margin-top: 3em;
	margin-right: 0pc;
	margin-bottom: 0pc;
	margin-left: 0pc;
	font-weight: bold;
	text-align: left;
}

.verses {
	text-align: left;
	text-indent: 0px;
	margin-left: 7em;
}

.firstparagraph .firstletter {
	font-size : 300%;
	font-weight : bold;
	float : left;
	padding: 5px;
}
.centered {
	text-align: center;
	font-size: 13px;
}
#intro {
	color: #46015C;
}
#enrich {

}
div.pub_info {
	border:1px solid #000;
	text-align:center;
	padding:16px;
	font-size:15px;
	line-height:120%;
	margin-bottom:30px;
}

div.pub_info > span {
	background:#fff;
	padding:16px;
	text-transform:uppercase;
	position:relative;
	top:-27px;
	font-size:18px;
	font-weight:bold;
}

.contributors {
	font-family:Arial, Helvetica, sans-serif;
	border-collapse:collapse;
	text-align: left;
	color: #000000;
	margin-bottom:100px;
}


.contributors td, .contributors th {
	padding:16px;
	font-size:13px;
	vertical-align:top;
}

.contributors th {
	width:33%;
	text-align:right;
	padding-right:40px;
	color:#000;
	border-right:#000000 1px solid;;
}
.contributors  td {
	width:65%;
	text-align:left;
	padding-left:20px;
}

p.repub_info {
	text-align:justify;
	border-bottom:1px solid #000;
	padding:3px;
	font-size:14px;
	}
.repub_info img {
    padding-left: 20px;
}