/* blue arial ALT 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: #555; }
P { font-family: Arial, Helvetica, Sans-serif; color: #555;  }
.leadtext, .leadtext p { }
.leadtext p { }
TD { font-family: Arial, Helvetica, Sans-serif; color: #68758F; }
H1 { font-family: Arial, Helvetica, Sans-serif; color: #558; border-bottom: none; margin-top:1em; margin-bottom:1em;}
H2 { font-family: Arial, Helvetica, Sans-serif; color: #558; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #558; }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #558; }
HR { clear: both; }
SELECT { color: #68758F; }
INPUT { color: #68758F; }
TEXTAREA { color: #68758F; }
A { font-family: Arial, Helvetica, Sans-serif; color: #425373; }
A:hover { }
.pagearea { }
.displayarea { }
	


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