/* grass style sheet */
/* blue arial 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: #555; }
H1 { font-family: Arial, Helvetica, Sans-serif; color: #55D; border-bottom: solid 1px #5555DD;}
H2 { font-family: Arial, Helvetica, Sans-serif; color: #55D; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #55D; }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #55D; }
HR { clear: both; }
SELECT { color: #55D; }
INPUT { color: #55D; }
TEXTAREA { color: #55D; }
A { font-family: Arial, Helvetica, Sans-serif; color: #0066FF; }
A:hover { /*color: #0066FF ; text-decoration: underline; background: none;*/ }
.pagearea { }
.displayarea { }
	


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

