/* grey_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: #666; }
P { font-family: Arial, Helvetica, Sans-serif; color: #666;  }
.leadtext, .leadtext p { font-weight: bold; font-weight: normal; color: #555; }
.leadtext p { }
TD { font-family: Arial, Helvetica, Sans-serif; color: #666; }
H1 { font-family: Arial, Helvetica, Sans-serif; color: #AAAABB; color: #87817A; border-bottom: solid 1px #DDD; }
H2 { font-family: Arial, Helvetica, Sans-serif; color: #AAAABB; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #AAAABB; }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #AAAABB; }
HR { clear: both; color: #EEEEFF }
SELECT { color: #666; }
INPUT { color: #666; }
TEXTAREA { color: #666; }
A { font-family: Arial, Helvetica, Sans-serif; color: #555; text-decoration: none; }
.mainarea p a { text-decoration: underline; }
.mainarea #personpage_style p a { text-decoration: none; }
A:hover { color: #888899; text-decoration: underline; /*background: none;*/ }
.pagearea { }
.displayarea { }
	


	.listtitle { background: #999; 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: #666; }
	.lista:hover { color: #666; }
	/* links within lists if first element (ie acts as heading too) */
	.lista1 { color: #888899; }
	.lista1:hover { color: #666; }
	/* for two toning lists (if used) */
	.listbg1 { }
	.listbg2 { }

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