/* PAGE FORMATTING */
body {
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#000000;
	background-color:#E0D4D2;
	background-image:url("/library/parch.jpg");
	scrollbar-track-color:#DCDCDC;
	scrollbar-face-color:#E0D4D2;
	scrollbar-arrow-color:#664422;
	scrollbar-3dlight-color:#AAAA88;
	scrollbar-highlight-color:#CCCCAA;
	scrollbar-shadow-color:#AAAA88;
	scrollbar-darkshadow-color:#888866;
	}
p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10pt;
	color:#000000;
	}
table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10pt;
	color:#000000;
	}

/* NORMAL TEXT FORMATTING */

.small {
	font-size:8pt;
	}

H1 {
	font-family:arial, sans-serif;
	font-size: 16pt;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	}
H2 {
	font-family:arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#000000;
	}
H3 {
	padding-left:1cm;
	font-family:arial, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	color:#000000;
	}
 
.quoted {
	padding-left:1cm;
 	font-family:Courier New, Times New Roman, Courier, Times Roman, serif;
 	font-size:10pt;
 	color:#000000;
	}

.indent {
	padding-left:1cm;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10pt;
 	color:#000000;
	}

.section { 
	font-family:Arial, sans-serif; 
	font-size:12pt; 
	font-weight:bold; 
	color:#000000;
	}

.bookhdr {
	font-family:"Times New Roman", Times Roman, serif; 
	}

.booktxt {
	font-family:"Times New Roman", Times Roman, serif; 
	font-size:10pt; 
	font-weight:normal;
	}

.fancy {
	font-family:BlackChancery,"EngrvrsOldEng Bd BT","Old English Text MT",Magdeburg,Magdeburg&#153;,"Times New Roman", Times Roman, serif; 
	font-size:10pt; 
	font-weight:normal;
	}

.first {
	font-family: Times New Roman, Times Roman, serif; 
	font-size: 36pt; 
	color: #600000; 
	font-weight: bold;
	}

#normtxt {
 	font-family: verdana, arial, helvetica, sans-serif;
 	font-size:10pt;
 	color:#000000;
	}

/* LINK FORMATTING */
a {
	color:#800000;
 	text-decoration:none;
	font-weight:bold;
	}
 
a:visited {
	color:#800000;
 	text-decoration:none;
	font-weight:bold;
	}
 
a:hover {
	color:#008000;
 	text-decoration:underline;
	font-weight:bold;
	}
 
a:active {
	color:#008000;
 	text-decoration:none;
	font-weight:bold;
	}

/* LIST FORMATTING */
ul {
	list-style-type:disc;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10pt;
 	color:#000000;
	}
ol {
	list-style-type:decimal;
 	font-family:Verdana, Arial, Helvetica, sans-serif;
 	font-size:10pt;
 	color:#000000;
	}
