body {
	background-color: #88A2CD;
	margin: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.head1 {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: 35px;
	color: #FFFFFF;
}
.head2 {
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: 25px;
	color: #CCFF66;
}
.head3 {
	color: #003366;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #CCFF33;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a.nav {
	color: #CCFF66;
	font-family: "Arial Narrow", Arial, Verdana;
}
.nav {
	font-size: 13px;
	color: #CCFF66;
	text-decoration: none;
	font-weight: bold;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:visited {
	color: #006699;
}
a.bottom {
	color: #003366;
}
a.bottom:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
table.bottom {
	display: table;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCFF66;
	width: 100%;
	font-weight: bold;
}
td.centre {
	background-image: url(images/map-bg.gif);
	width: 700px;
	height: 250px;
	background-position: center top;
	background-repeat: repeat-y;
}
a.nav:active {
	color: #FFFFFF;
}
