body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #111111;
}
.bg {
	background-image: url(/images/bg_content.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
table, tr, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:active {
	text-decoration: none;
	color: #D7A51B;
}
a:link {
	text-decoration: none;
	color: #D7A51B;
}
a:visited {
	text-decoration: none;
	color: #D7A51B;
}
a:hover {
	color: #E3C56A;
	text-decoration: none;
}
.navigation a:active {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.navigation a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.navigation a:visited {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
.navigation a:hover {
	color: #D7A51B;
	font-weight: bold;
	font-size: 10px;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 20px;
	font-weight: bold;
	color: #D7A51B;
}
h4 {
	font-size: 10px;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #D7A51B;
}
.border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.borderc {
	border: 1px solid #000000;
}
.content {
	padding: 15px;
}
.textsmall {
	font-size: 10px;
	font-weight: bold;
}
.texttiny {
	font-size: 10px;
}
.textcolour {
	font-size: 10px;
	font-weight: bold;
	color: #D7A51B;
}
.bgleft {
	background-image: url(/images/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.bgright {
	background-image: url(/images/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}