body {
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(bg_grad.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
td {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
	/*font-weight: bold;*/
}

/*CONTENT*/

#BASE {
	background-color: #FFFFFF;
	/*background-image: url(images/content_bg/blank_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#CONTENTFACILITIES {
	background-color: #FFFFFF;
	/*background-image: url(images/content_bg/blank_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}
#TARIFF {
	background-color: #AADDEE;
	background-image: url(12x12_bg_tile.gif);
	background-repeat: repeat;
	background-position: center top;
}
#ENQUIRY {
	background-color: #AADDEE;
	background-color: #AADDEE;
	background-image: url(12x12_bg_tile.gif);
	background-repeat: repeat;
	background-position: center top;
}
#FOOTER {
	background-color: #0099CC;
	color: #FFFFFF;
	/*background-image: url(images/content_bg/blank_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;*/
}

/*LINKAGE*/

a {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
}
a.pixelism {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
a.pixelism:hover {
	color: #990066;
	text-decoration: none;
}
a.visitors {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 10px;
}
a.visitors:hover {
	color: #333333;
	text-decoration: none;
}

/*PADDING*/

.pad-all-20 {
	padding: 20px;
}
.pad-top-10-left-right-bottom-20 {
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
.pad-top-left-right-10-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 20px;
}
.pad-top-left-10-right-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 10px;
}
.pad-top-left-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.pad-top-left-20 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.pad-top-right-bottom-20 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.pad-top-right-20 {
	padding-top: 20px;
	padding-right: 20px;
}

/*TEXT SIZES COLOURS*/

.text-size-8 {
	font-size: 8px;
}
.text-size-10 {
	font-size: 10px;
}
.text-size-12 {
	font-size: 12px;
}
.text-size-14 {
	font-size: 14px;
}
.red-text {
	color: #FF3300;
}
.grey-text {
	color: #999999;
}

/*FORMS*/

input {
	font-size: 12px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
textarea {
	font-size: 12px;
	height: 100px;
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
select {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #ffffff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	display: inline;

