/* Grey__Arial_2 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: #787A76; }
P { font-family: Arial, Helvetica, Sans-serif; color: #787A76;  }
.leadtext, .leadtext p { font-weight: bold; font-weight: normal; color: #787A76; }
.leadtext p { }
TD { font-family: Arial, Helvetica, Sans-serif; color: #787A76; }
H1 { font-family: Arial, Helvetica, Sans-serif; color: #8CB340; border-bottom: solid 2px #E1DDD0; }
H2 { font-family: Arial, Helvetica, Sans-serif; color: #8CB340; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #8CB340; }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #8CB340; }
HR { clear: both; color: #EEEEFF }
SELECT { color: #787A76; }
INPUT { color: #787A76; }
TEXTAREA { color: #787A76; }
A { font-family: Arial, Helvetica, Sans-serif; color: #8CB340; text-decoration: none; }
.mainarea p a { text-decoration: underline; }
.mainarea #personpage_style p a { text-decoration: none; }
A:hover { color: #8CB340; text-decoration: underline; /*background: none;*/ }
.pagearea { }
.displayarea { }
	


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

/*took margin down on list item  and added margin top to list first */