.sidecolour {
	background-color: #000099;
	width: auto;

}
a:active {
text-decoration:none
}
a:hover {
	text-decoration:underline;

}
a:focus {
text-decoration:none
}
a {
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: #7474CE;
	border-right-color: #3D3DA6;
	border-bottom-color: #34348E;
	border-left-color: #5D5DC6;
	cursor: pointer;
	color: #DCB464;


}
.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: #E5C78B;
	border-right-color: #C8A663;
	border-bottom-color: #B09050;
	border-left-color: #DEBC78;
	background-color: #DCB464;
	cursor: pointer;
	color: #000099;


}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #DCB464;
	text-align: justify;
	vertical-align: top;
	padding: 5px;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	vertical-align: middle;
	height: 15px;
	background-color: #000099;
	color: #DCB464;

}
.headerbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #DCB464;
	background-color: #000098;
	padding: 2px;
}

