@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #eeeeee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

body {
	background-color: #000000;
	background-image: url(images/background_colour.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
}

A:link { color: #5895d5; text-decoration: underline; font-weight: none; }
A:visited { color: #5895d5; text-decoration: underline; font-weight: none; }
A:active { color: #5895d5; text-decoration: underline; font-weight: none; }
A:hover { color: #82b5eb; text-decoration: underline; font-weight: none; }

#heading A:link { color: #ffffff; text-decoration: none; font-weight: none; }
#heading A:visited { color: #ffffff; text-decoration: none; font-weight: none; }
#heading A:active { color: #ffffff; text-decoration: none; font-weight: none; }
#heading A:hover { color: #82b5eb; text-decoration: none; font-weight: none; }

#footer A:link { color: #5895d5; text-decoration: none; font-weight: none; }
#footer A:visited { color: #5895d5; text-decoration: none; font-weight: none; }
#footer A:active { color: #5895d5; text-decoration: none; font-weight: none; }
#footer A:hover { color: #82b5eb; text-decoration: none; font-weight: none; }

#footer
{
	vertical-align: middle;	
}

#textcell
{
	vertical-align: top;
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 0px;
	text-align: left;
	line-height: 1.4;
	
}

#heading
{
	font-size: 115%;
	vertical-align: middle;
	text-align: right;
	padding-right: 50px;	
}

#picturebox {
	text-align: left;	
}

.style9 {color: #82b5eb; font-size:165%}

