@charset "utf-8";
/* 
Blue pages
*/

/* Header bg */
body {
background:url(../Images/Layout/header_green.gif) top center no-repeat;
}

/* Link colour */
/*a {
color:#c3cf21;
text-decoration:underline;
}
	a:hover {
	color:#c3cf21;
	text-decoration:none;
	}
*/	
/* Current section tab */
#tabcontainer a#tab03 {
color:#c3cf21;
background:url(../Images/Tabs/tab03a.gif) 0 -68px no-repeat;
}
	#tabcontainer a#tab03:hover {
	color:#c3cf21;
	background:url(../Images/Tabs/tab03a.gif) 0 -68px no-repeat;
	}
	
/* Margin link rollover colour */
/*#col1 a:hover {
color:#c3cf21;
}
*/