/* purple_papyrus style sheet */



/* ---------- GENERAL TEXT ----------- */
/* Most elements are in a table or paragraph of some kind, so change TD or P
/* Set TD background-color to something to make the page background colour change. Change color to reflect suitable text color */
BODY { font-family: Arial, Helvetica, Sans-serif; color: #666699; }
P { font-family: Arial, Helvetica, Sans-serif; color: #666699;  }
.leadtext, .leadtext p { color: #9E83B7; }
.leadtext p { }
TD { font-family: Arial, Helvetica, Sans-serif; color: #666699; }
H1 { font-family: Papyrus, Arial, Helvetica, Sans-serif; color: #6600CC; border-bottom: solid 0px #CCA9EE;}
H2 { font-family: Papyrus, Arial, Helvetica, Sans-serif; color: #6600CC; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #6600CC; }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #6600CC; }
H5 { font-family: Arial, Helvetica, Sans-serif; }
HR { clear: both; color: #EEEEFF }
SELECT { color: #666699; }
INPUT { color: #666699; }
TEXTAREA { color: #666699; }
A { font-family: Arial, Helvetica, Sans-serif; color: #CCA9EE; text-decoration: none; }
A:hover { color: #CCA9EE; text-decoration: underline; }
.pagearea { }
.displayarea { }

	.listtitle { background: none; color: #6600CC; }
  	/* First list element (treated as a title or heading) */
	.listfirst { color: #6600CC; }
	/* Main list elements */
	.listitem { }
	/* links within lists */
	.lista { color: #6600CC; }
	.lista:hover { color: #CCA9EE; text-decoration: underline; }
	/* links within lists if first element (ie acts as heading too) */
	.lista1 { color: #6600CC; }
	.lista1:hover { color: #CCA9EE; text-decoration: underline; }
	/* for two toning lists (if used) */
	.listbg1 { }
	.listbg2 { }


/* OVERRIDER */
.featXtitle { font-family: Arial, Helvetica, Sans-serif; color: #6600CC; }