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

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

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