body {
	background-color: #333333;
}
.sidecolour {
	background-color: #B80000;

}
a:active {
text-decoration:none
	color: #B80000;
}
a:hover {
	color: #B80000;
	text-decoration:underline;

}
a:focus {
	color: #B80000;
text-decoration:none
}
a {
	color: #B80000;
text-decoration:none
}.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DC8080;
	border-right-color: #8A0000;
	border-bottom-color: #5C0000;
	border-left-color: #CA4040;
	cursor: pointer;
	color: #FF8000;


}
.buttonhover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 5px;
	height: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFC080;
	border-right-color: #BF6000;
	border-bottom-color: #7F4000;
	border-left-color: #FFA040;
	background-color: #FF8000;
	cursor: pointer;
	color: #FFFFFF;


}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	background-image: url(../images/textlogo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-top: 10px;
	margin-left: 0px;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	background-color: #B80000;
	color: #FF8000;

}
.textboxside {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	vertical-align: middle;
}
.keywordtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-align: center;
}
