.section-bar {
	background-color: #7B86AD;
}

.section-sub-bar {
	background-color: #C3C9D9;
}
.section-sub-bar A:LINK, .section-sub-bar A:VISITED {
	text-decoration : none;
	font-weight: bold;
	padding-left: 10px;
	color: #000000;

}

.section-sub-bar A:HOVER {
	text-decoration : underline;
}

.box {
	border: 1px solid #7B86AD;
}

.box-darkcolour{
	background : #7B86AD;
}

.box-lightcolour {
	background : #C6CBDE;
}

.box-go {
	background : #7B86AD;
}

.box-white {
	background : #FFFFFF;
	padding: 3px 3px 3px 8px;
}
