/* this the background colour of the document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-3dlight-color: #444444;
	scrollbar-base-color: #444444;
	scrollbar-track-color: #444444;
	scrollbar-darkshadow-color: #444444;
	scrollbar-face-color: #000000;
	scrollbar-arrow-color: #444444;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	background-color: #444444;
}

/* this is the font type, size and colour for general text within the page */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #ffffff;
}

/* this is the colour for general text links within the page */
a {
	font-size: 8pt;
	font-weight: bold;
	color: #f4c430;
}

/* this is the colour for general text links within the page when you mouseover them */
a:hover {
	font-size: 8pt;
	font-weight: bold;
	color: #161413;
}

/* this is the colour, size and weight for text headers */
.text_header {
	font-size: 11pt;
	font-weight: bold;
	color: #dbb309;
}

/* this is the colour, size and weight for text headers */
.text_address {
	font-size: 8pt;
	font-weight: bold;
	color: #ffffff;
}

/* this is the colour, size and weight for text headers */
.text_header2 {
	font-size: 11pt;
	font-weight: bold;
	color: #3d3732;
}

/* this is the colour, size and weight for text sub headers */
.text_subheader {
	font-size: 10pt;
	font-weight: bold;
	color: #3d3732;
}

/* this is the border colour of the images */
.pic_bordercolor {
	border-color: #145CB1;
}

/* this is the background colour and alignment of the functions table */
.function_table {
	background-color: #9e8e81;
	text-align: center;
}

/* this is the background colour of the whatson table */
.whatson_table {
	background-color: #D8BE8E;
}
