/* Name: Arial - Blue Header */
/* Characteristics: Dark grey Arial with Blue Verdana header (underlined) */


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



	.listtitle { background: #00c; color: #000099; }
  	/* First list element (treated as a title or heading) */
	.listfirst { color: #009; }
	/* Main list elements */
	.listitem { }
	/* links within lists */
	.lista { color: #009; }
	.lista:hover { color: #0000FF; }
	/* links within lists if first element (ie acts as heading too) */
	.lista1 { color: #009; }
	.lista1:hover { color: #00F; }
	/* for two toning lists (if used) */
	.listbg1 { }
	.listbg2 { }

