body {
	background-color: #ABD672;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-track-color: transparent;
	scrollbar-shadow-color: transparent;
	scrollbar-lightshadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
}

/* THIS LINE IS FOR FIREFOX SO THAT IT ALWAYS SHOWS THE RIGHT-HAND SCROLL BAR
TO STOP THE WEBSITE SHIFTING LEFT AND RIGHT */ 
html {overflow-y: scroll;}

/* STANDARD WAY TO VIEW HYPERLINKS */ 

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #8DC53E;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: underline;
}

/* CLASS 1: HYPERLINKS ARE NOT UNDERLINED UNTIL HOVERED OVER ie THE NAVIGATION COLUMN */ 

.class1 a:link {
	color: #000000;
	text-decoration: none;
}
.class1 a:visited {
	color: #000000;
	text-decoration: none;
}

.class1 a:hover {
	color: #8DC53E;
	text-decoration: underline;
}
.class1 a:active {
	color: #000000;
	text-decoration: none;
}

/* CLASS 2: HYPERLINKS ARE NOT UNDERLINED UNTIL HOVERED OVER AND THE COLOUR IS WHITE ie T&C's, Site Map */ 

.class2 a:link {
	color: #000000;
	text-decoration: none;
}
.class2 a:visited {
	color: #000000;
	text-decoration: none;
}

.class2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.class2 a:active {
	color: #000000;
	text-decoration: none;
}

#nav_column_attributes {
width: 175px;
text-align: left;
vertical-align: top;
background-color: #FFFFFF;
border-right: 1px solid #CCCCCC;
}

#content_column_attributes {
width: 625px;
text-align: left;
vertical-align: top;
}

#floatphotototheright {
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	border: 0px solid #ccc;
	width: 150px;
	height: 25px;
	voice-family: "\"}\"";
	voice-family:inherit;
}

#mainTable {
	width: 800px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

/* TOPTABLE IS WHERE IT SHOWS TODAY'S DATE AND THE T&C's, SITE MAP, PRINT PAGE ETC */ 
#TopTable {
	width: 800px;
	height: 25px;
	padding: 0px 0px 0px 0px;
}

#HeaderTable {
	width: 800px;
	height: 175px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px;
	border-left: 1px solid #666666;
}

#FooterTable {
	width: 800px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border-top: 0px;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

#NaviTable {
	width: 800px;
	height: 40px;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0px;
	border-left: 1px solid #CCCCCC;
}

#incontentareaTable {
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #8CC63F;
	border-right: 1px solid #8CC63F;
	border-bottom: 1px solid #8CC63F;
	border-left: 1px solid #8CC63F;
}

#withgridlinesTable {
	width: 100%;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #8CC63F;
	border-right: 1px solid #8CC63F;
	border-bottom: 1px solid #8CC63F;
	border-left: 1px solid #8CC63F;
}

#singlelineborderTable {
	border: 1px outset #666666;
	line-height: 1em;
	padding: 5px;
}

#cellgridlines {
	border-top: 1px solid #8CC63F;
	border-left: 1px solid #8CC63F;
}

#cellgridlines_lefthandcell {
	border-top: 1px solid #8CC63F;
}

#dateandsearchTable {
	width: 800px;
	height: 50px;
	padding: 0px 0px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 0px;
	border-left: 1px solid #666666;
}