/* light_blue_Lucida MS 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: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #000000; }
P { font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #000000;  }
.leadtext, .leadtext p { font-weight: normal; padding: 0px; color: #000000; }
.leadtext p { }
TD { font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #333333; }
H1 { font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #333333; border-bottom: solid 1px #CCCCCC;}
H2 { font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #333333; }
H3 { font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #333333; }
H4 { font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #333333; }
HR { clear: both; color: #999999; }
SELECT { color: #333333; }
INPUT { color: #333333; }
TEXTAREA { color: #333333; }
A { font-family: "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", serif; color: #004276; text-decoration: none; }
P A { text-decoration: underline; }
A:hover { color: #004276; text-decoration: underline; }
.pagearea { }
.displayarea { }
	


	.listtitle { background: none; color: #333333; }
  	/* First list element (treated as a title or heading) */
	.listfirst { color: #333333; background: none; }
	/* Main list elements */
	.listitem { }
	/* links within lists */
	.lista { color: #004276; text-decoration: none; }
	.lista:hover { color: #004276; text-decoration: underline; }
	/* links within lists if first element (ie acts as heading too) */
	.lista1 { color: #004276; }
	.lista1:hover { color: #004276; text-decoration: underline; }
	/* for two toning lists (if used) */
	.listbg1 { }
	.listbg2 { }
