@charset "utf-8";
.TopCell {
	background-image: url(img/watermark.gif);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #1C5195;
	height: 150px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.OuterTable {
	border: 5px solid #FFFFFF;
}
body {
	background-color: #4D76AC;
}
.NavBoxes {
	border: 5px solid #1C5195;
}
.CentreTable {
	border: 5px solid #1C5195;
}
.Description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1C5195;
}
