/* Name: Arial - Red Header */
/* Characteristics: Dark grey Arial with Red header */


/* ---------- 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: #555; }
P { font-family: Arial, Helvetica, Sans-serif; color: #555;  }
.leadtext { }
TD { font-family: Arial, Helvetica, Sans-serif; color: #555; }
H1 { font-family: Verdana, Arial, Helvetica, Sans-serif; color: #CC0000; border-bottom: solid 0px #CC0000;}
H2 { font-family: Arial, Helvetica, Sans-serif; color: #CC0000; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #CC0000; }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #CC0000; }
HR { clear: both; }
SELECT {  color: #000080; }
INPUT { color: #000080; }
TEXTAREA { color: #000080; }
A { font-family: Arial, Helvetica, Sans-serif; color: #CC0000; text-decoration: none; }
A:hover { color: #D82008; text-decoration: underline; }
.pagearea { }
.displayarea { /*background: #ffffff;*/ }



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