/* this the background colour of the document */
body {
	background-color: #360904;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
}

/* 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: #E7D5B5;
}

/* this is the colour for general text links within the page when you mouseover them */
a:hover {
	font-size: 10px;
	color: #DBC090;
}

.news_text {
	font-size: 10px;
	font-weight: bold;
	color: #DFC2BF;
}

.more {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}

.more:hover {
	font-size: 12px;
	color: #dddddd;
	text-decoration: none;
}

/* this is the colour, size and weight for text headers */
.text_header {
	font-size: 14px;
	font-weight: bold;
	color: #E7D5B5;
	text-decoration:none;
}

.text_header:hover {
	font-size: 14px;
	font-weight: bold;
	color: #E7D5B5;
	text-decoration:underline;
}

/* this is the colour, size and weight for text headers */
.text_header2 {
	font-size: 12px;
	font-weight: bold;
	color: #E7D5B5;
	text-decoration: none;
}

/* this is the colour, size and weight for text headers */
.text_header2:hover {
	font-size: 12px;
	font-weight: bold;
	color: #D3B798;
	text-decoration: none;
}

/* this is the colour, size and weight for text sub headers */
.text_subheader {
	font-size: 10px;
	font-weight: bold;
	color: #E7D5B5;
}

/* this is the border colour of the images */
.pic_bordercolor {
	border-color: #ffffff;
}

/* this is the colour of the copyright text link */
.copyrightcolor {
	font-size: 10px;
	color: #360904;
}

/* this is the colour of the copyright text link when you mouseover it */
.copyrightcolor:hover {
	font-size: 10px;
	color: #1E0401;
}

/* this is the background colour and alignment of the functions table */
.function_table {
	background-color: #8E2D23;
	text-align: center;
}

/* this is the background colour of the whatson table */
.whatson_table {
	background-color: #8E2D23;
}

#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
font-weight: bold;
margin-right: 1px;
}Error: Unable to read footer file.

