
/*Admin pages - sub heading */
h1 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	text-align: center
	}

/*Admin page default text - 12 point */
h2 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	color: #000000; 
	text-align: left
	}


/*Admin page headings - Black, 16 point, Bold, Centre */
h3 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	font-weight: bold; 
	color: #000000; 
	text-align: center
	}


/*Admin page headings - Black, 14 point, Bold, Left  */
h4 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #000000; 
	text-align: left
	}
	

/* not sure - blue colour */
h5 	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
	color: #003366; 
	text-align: left
	}


/*Default text on each page */
h6 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; 
	color: #333333
	}

/*Links in Menu    */

A:link
	{
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}
A:hover
	{
	color:#666666;
	font-size:10px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}
	
A:visited
	{
	color:#FFFFFF;
	font-size:10px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}
	

/*Links on website*/
.ContactLinks A:link
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #003366; 
	text-decoration: underline
	}
	
.ContactLinks A:visited
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #003366; 
	text-decoration: underline
	}
	
.ContactLinks A:hover
	{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-style: normal; 
	font-weight: normal; 
	color: #003366; 
	text-decoration: underline
	}
	
.DefaultLinks A:link
	{
	color:#666666;
	font-size:11px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}
	
.DefaultLinks A:visited
	{
	color:#666666;
	font-size:11px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}

.DefaultLinks A:hover
	{
	color:#666666;
	font-size:11px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}

	
/* Links on admin pages - black link and grey hover  */
.AdminPageLinks A:link
	{
	color:#000000;
	font-size:12px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}	
	
.AdminPageLinks A:visited
	{
	color:#000000;
	font-size:12px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}

.AdminPageLinks A:hover
	{
	color:#666666;
	font-size:12px;
	font-family:verdana;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
	}
			
