/* this the background colour of the document */
body {
	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: "MS Sans Serif", Geneva, sans-serif;
	font-size: 10px;
	color: #333333;
}

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

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

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

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

.side_text {
	font-size: 10px;
	color: #ffffff;
}

.side_text2 {
	font-size: 12px;
	font-weight: bold;
	color: #EABE52;
}

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

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

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

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