@charset "UTF-8";
.centreblock {
	background-color: #FAF005;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: url(../images/yellowdots.gif);
	background-repeat: repeat;
	vertical-align: top;
}
.topblock {
	background-color: #FF0000;
}
.bottomblock {
	background-color: #18225D;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #000000;
	
}

a:link {
	color: #333333;
	text-decoration: none;
}
.bottomblock a:link {
	color: #6699CC;
}

a:visited {
	color: #333333;
	text-decoration: none;
}
.bottomblock a:visited {
	color: #6699CC;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a:active {
	color: #990000;
	text-decoration: underline;
}.centreblock h1 {
	font-family: 'gill sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 28px;
	color: #000000;
}
.centreblock h2 {
	font-family: 'Gill Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
}
.targetblock {
	background-color: #181860;
	background-image: url(../images/target.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

