/* this the background colour of the document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #245981;
}

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

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

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

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

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

/* this is the colour, size and weight for text sub headers */
.text2 {
	font-size: 11px;
	font-weight: bold;
	color: #2d6b90;
}

/* this is the colour, size and weight for text sub headers */
.text_news {
	font-size: 11px;
	color: #666666;
}

/* 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: #e77c28;
}

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

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

.unsubscribe:hover {
	font-size: 10px;
	color: #eeeeee;
}