/* CSS print style */

body {
	text-align:left;
	margin-left: 0;
	background: #fff url(../../images/elcic.gif) top center;
	}

p, div, .NormalText {
	text-align:left;
	color: #000;
	font-size: 11pt;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
}

h1, .HeaderMajor {
	font-weight: bold;
	display: block;
	text-align: left;
	color: #000;
	text-transform:capitalize;
	font-size: 14pt;
	line-height: 30pt;
}

h2, h3, h4, h5, h6, .HeaderMinor {
	font-weight: bold;
	display: block;
	text-align: left;
	color: #000;
	text-transform:capitalize;
	font-size: 12pt;
	line-height: 20pt;
}

.Scripture {
	font-style:italic;
	font-size: 11pt;
	color: #000;
}

#userContent ul, #userContent  ol { margin: 10px 20px; }
#userContent ul li, #userContent ol li { margin: 10px 20px; }
#userContent a { font-family: Arial, Helvetica, sans-serif; font-size: 11pt; color: #9C3063; font-weight: bold; }
.NormalBold { font-weight: bold; }

.print {
	visibility: hidden;
	display: none;
}
