@charset "utf-8";
/* CSS Document */





#colour {
	background: #003377; /* Old browsers */
	background: -moz-linear-gradient(top, #003377 9%, #000f26 88%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(9%,#003377), color-stop(88%,#000f26)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #003377 9%,#000f26 88%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #003377 9%,#000f26 88%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #003377 9%,#000f26 88%); /* IE10+ */
	background: linear-gradient(to bottom, #003377 9%,#000f26 88%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003377', endColorstr='#000f26',GradientType=0 ); /* IE6-9 */
	background-attachment: fixed;
	background-color: linear-gradient;
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: tahoma,verdana,arial,sans-serif;
	font-size: 13px;
	font-variant: normal;
	font-style: normal;
	font-weight: normal;
	color: #FAFAFA;
	text-decoration: none;

}

a:link {
	color:#D2D2D2;
	text-decoration: none;
}      /* unvisited link */
a:visited {
	color:#D2D2D2;
	text-decoration: none;
}  /* visited link */
a:hover {
	color:#A8A8A8;
}  /* mouse over link */
a:active {
	color:#FFF;
	text-decoration: none;
}  /* selected link */