/* Site CSS for IE and Others */

Body {font-size: 12pt; font-family: arial, verdana, helvetica, sans-serif; color:#333333; }

Body.blue {background-color: #006699;}

TD {
	font-size: 12pt;
	font-family: arial, verdana, helvetica, sans-serif;
	color:#333333;
	}
A {font-family: arial, verdana, helvetica, sans-serif; font-weight: normal; text-decoration:none;}  

A:LINK    {
	COLOR: blue;
}    
A:ACTIVE  {
	COLOR: red;
}      
A:VISITED {
	COLOR: blue;
}
A:HOVER {color:red;
}

/*menus at top and side with a white background*/
A.white:LINK    {COLOR:#6a5acd;} 
A.white:ACTIVE  {COLOR:#000000;} 
A.white:VISITED {COLOR:#aaaaaa;} 	
A.white:HOVER {color:#000080;
}

/*menus at top and side with a dark background*/
A.dark:LINK    {COLOR:white;} 
A.dark:ACTIVE  {COLOR:#FF0000;} 
A.dark:VISITED {COLOR:#FFFACD;} 	
A.dark:HOVER {COLOR:#000000; margin: 0px; padding:0px; border:0px; }
font.dark {COLOR:white;}

/*arrows and 'you are here links*/
A.grey {font-size: xx-small; COLOR:#777777;} 
A.grey:LINK    {font-size: xx-small; COLOR:#777777;} 
A.grey:ACTIVE  {font-size: xx-small; COLOR:#777777;} 
A.grey:VISITED {font-size: xx-small; COLOR:#777777;} 
A.grey:HOVER {font-size: xx-small; margin: 0px; padding:0px; border:0px; } 
font.grey {font-size: xx-small; COLOR:#777777;}

/*logos etc used as links*/	
A.img:HOVER {background:#ffffff; color:#ffffff;
}

/*page topic headings ie 'home' or 'news'*/
H1 {
	font-family: verdana, helvetica, sans-serif;
	color: Navy;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
	text-align:center;
}

/*page sub headings */
H2 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: 333333;
	font-size : 110%;
	font-style : normal;
	text-align:center;
}
/*page sub sub headings */
H3 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: 333333;	
	font-size: 100%;
	font-style: normal;
}

/* point headings*/
H4 {
	font-family: arial, verdana, helvetica, sans-serif;
	font-style : italic;
	color: 333333;
	font-size : 100%;
}
/* dates in long documents: centred, italic*/
H5 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: 333333;
	font-size: 90%;
	font-align: center;
	font-style : normal;
}

.leftalignbg { 
background-image:  url(file:///C|/Documents%20and%20Settings/kmcelwee/Local%20Settings/Temporary%20Internet%20Files/Content.IE5/images/sidebandshad.gif); 
background-repeat: no-repeat; 
background-position: top right; 
}