/* this the background colour of the document */
body {
	background-color: #000000;
	background-image:url(../images/bg.gif);	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* 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: 10px;
	color: #ffffff;
}

/* this is the colour for general text links within the page */
a {
	font-size: 10px;
	color: #dc0000;
}

/* this is the colour for general text links within the page when you mouseover them */
a:hover {
	font-size: 10px;
	color: #af0000;
}

/* this is the colour, size and weight for text headers */
.text_header {
	font-size: 15px;
	font-weight: bold;
	color: #dc0000;
}

/* this is the colour, size and weight for text sub headers */
.text_subheader {
	font-size: 10px;
	font-weight: bold;
	color: #dc0000;
}

/* this is the border colour of the images */
.pic_bordercolor {
	border-color: #dc0000;
}

/* this is the colour of the copyright text link */
.copyrightcolor {
	font-size: 10px;
	color: #ffffff;
}

/* this is the colour of the copyright text link when you mouseover it */
.copyrightcolor:hover {
	font-size: 10px;
	color: #cccccc;
}

/* this is the background colour and alignment of the functions table */
.function_table {
	background-color: #333333;
	text-align: center;
}

/* this is the background colour of the whatson table */
.whatson_table {
	background-color: #333333;
}