@charset "utf-8";
.abtaPad {
	margin: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: right;
}
.atolPad {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	margin: 0px;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(../IMAGES/turf.jpg);
	background-repeat: repeat;
}
.colouredText {
	color: #FFF;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	text-align: center;
	color: #FFF;
}
.emphasis {
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 955px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #000000;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	background-color: #000000;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px;
	background-color: #900;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	text-align: center;
	font-size: 0.7em;
	font-style: italic;
	color: #CCC;
}
.RED_CENTRE {
	color: #F00;
	text-align: left;
}
.red {
	color: #F00;
}
.oneColFixCtrHdr #container table tr .centralise h3 {
	color: #F00;
	text-align: left;
}


.oneColFixCtrHdr #container table tr .RED_CENTRE {
	color: #F00;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent style {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent .tbmain tr .midmid form input {
	color: #000;
}
.lineSpacing {
}
.oneColFixCtrHdr #container #mainContent h1 {
	color: #FFF;
	font-size: 1.5em;
}
.oneColFixCtrHdr #container #mainContent .tbmain tr .midmid form #main .pagebreak table {
	font-weight: normal;
	color: #FFF;
	font-size: 0.8em;
}
.lineSpacing {
	line-height: 20px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent h2 {
	color: #FFF;
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
}
.photoPad {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.centralise {
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent p {
	text-align: left;
}
.centralise {
	text-align: center;
}
