a:link { text-decoration: none; color: black}
a:visited { text-decoration: none; color: black}
a:active { text-decoration: none; color: black}
a:hover {
	text-decoration: none;
	color: white;
	background-color: #376a8b;
}

BODY {
	MARGIN: 0px;
	PADDING-TOP: 0px;
	background-image: url(background_to_be_tiled.gif);
	background-repeat: repeat-x;
	background-color: #87aec5;
}
.border {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.imageborder {
	border: 1px solid #000000;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
	text-align: center;
}
.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.headertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.linecolour {
	color: #000000;
}
.addresstext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.headeroutlines {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	BACKGROUND-IMAGE: url(/images/gradient.gif);
	COLOR: #000000;
	BACKGROUND-COLOR: #cfdce5;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.tandctext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003399;
}

