@charset "utf-8";
/* CSS Document */

.normalText {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
}
.pageHeaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.redPageHeaders {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #F00;
	font-weight: bold;
}
.bookTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.bookCitations {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
.largeHeadersCopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: bold;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-image: url(../Images/bkgnd.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#morereadings{
	display: none;
}
