@charset "utf-8";



/* CSS StyleSheet for Chapter Excerpts */



.chapterHead {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14pt;

	font-weight: bold;

	text-align: center;

	color: #0000ff;

}



.chapterText {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12pt;

	line-height: 13pt;

	text-indent: 18pt;

	margin-right: 15px;

	margin-left: 15px;

}

.sectionEnd {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 14pt;

	line-height: 15pt;

	font-weight: bolder;

	text-align: center;

}

.excerptHead {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 11pt;

	line-height: 12pt;

	color: #0000ff;

	text-align: center;

}


