body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
.table {
	background-color: #FFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	text-align: left;
}
h1 {
	color: #007E9F;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
}
h2 {
	color: #666;
	text-align: center;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.imagecentre {
	text-align: center;
	border: thin solid #000;
}
.redheader {
	font-size: 14px;
	color: #007E9F;
	font-weight: bold;
}
.outertable {
	border: 1px solid #FFF;
}
.tarrifftable {
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a  {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.link a  hover active visited {
	color: #C63;
}
.outertable table tr .outertable .table tr td .table tr td p .link {
	color: #007E9F;
}
