/* light_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: #666699; }
P { font-family: Arial, Helvetica, Sans-serif; color: #666699;  }
.leadtext, .leadtext p { color: #666699; font-weight: normal; }
.leadtext p { margin-bottom: 10px; }
TD { font-family: Arial, Helvetica, Sans-serif; color: #666699; }
H1 { font-family: Arial, Helvetica, Sans-serif; color: #5588FF; border-bottom: solid 1px #99BBFF;}
H2 { font-family: Arial, Helvetica, Sans-serif; color: #99BBFF; }
H3 { font-family: Arial, Helvetica, Sans-serif; color: #99BBFF; }
H4 { font-family: Arial, Helvetica, Sans-serif; color: #99BBFF; }
.listwrapperTB H5 { font-size: 1.333em; }
.topicsXwrapperTB H5  { font-size: 1.333em; }
HR { clear: both; color: #EEEEFF }
SELECT { color: #666699; }
INPUT { color: #666699; }
TEXTAREA { color: #666699; }
A { font-family: Arial, Helvetica, Sans-serif; color: #3366FF; text-decoration: none; }
A:hover { color: #99BBFF; text-decoration: underline; }
.pagearea { }
.displayarea { }
	
/* ORIGINAL
.listtitle { font-size: 14px; background: none; color: #3366FF; font-weight: bold; padding-left: 3px; padding-top:4px; margin-top:6px; margin-bottom: 6px; }
  	/* First list element (treated as a title or heading) */
/*	.listfirst { color: #3366FF; padding-right: 3px; padding-left: 2px; padding-top: 2px; padding-bottom: 3px; font-size: 12px; text-align:left; background: none; }
	/* Main list elements */
/*	.listitem { padding-right: 3px; padding-left: 2px; padding-top: 0px; padding-bottom: 0px; margin-bottom: 16px; margin-top: 10px; font-size: 11px; }
	/* links within lists */
/*	.lista { font-size: 11px; color: #3366FF; text-decoration: none; }
	.lista:hover { color: #99BBFF; text-decoration: underline; background: none}
	/* links within lists if first element (ie acts as heading too) */
/*	.lista1 {color: #3366FF; padding-right: 6px; padding-top: 1px; padding-bottom: 2px; font-size: 12px; }
	.lista1:hover { color: #99BBFF; text-decoration: underline; background: none}
	/* for two toning lists (if used) */
/*	.listbg1 { background-color: #ffffff; }
	.listbg2 { background-color: #eeeeee; }
*/

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