/*body {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px;
	}*/

.intro {
	font-size: 14px;
	line-height: 20px;
	caption: Opening Paragraph;
}

/*.a-head {
	caption: L1--Sec Title;
	color: #8E52A8;
	font-size: 18px;
	font-weight:bold;
	margin: 8px 0 -6px 0;
	padding: 0 14px;
}*/

.b-head {
	color: #cc6600;
	font-size: 16px;
	font-weight:bold;
	margin: 15px 0px -5px 0px;
	display: block;
	caption: Level 2 Header;
	}
	
.c-head {
	color: #974c02;
	font-size: 13px;
	font-weight:bold;
	margin-top: 15px;
	display: block;
	caption: Level 3 Header;
	}
.events {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	display: block;
	border-top: solid #ccc 1px;
	padding-top: 10px;
	caption: Black Rule Header;
}
.sermonHead {
	caption: Sermon Date Header;
	font-weight: bold;
	border-top: solid #ccc 1px;
	padding-top: 10px;
	margin-top: 20px;
}
.imgRight {
	caption: Right-aligned Image;
	float:right;
	margin: 0px 0px 10px 15px;
	visible: false;
}
.imgLeft {
	caption: Left-aligned Image;
	float:left;
	margin: 0px 15px 10px 0px;
	visible: false;
}
.callout {
	padding: 5px;
	border: 1px solid #CCCCCC;
	clear:both;
	margin: 15px;
	display: block;
	caption: Full-width Callout;
}

