/* All elements that share common properties are grouped here */
.navlinkHeader, .MenuHeader, .rightCurveAlt, .leftCurveAlt {
	background-color: #FF9900;
}
.navlinkDetail, .optionTD {
	background-color: #ffc882;
}

/* The style properties each page title should have */
.title, H1, H2 {
	color: #0a71b8;
}

.colourtext {
	color: #0a71b8;
}

/* which style settings the navigation options should have, header and detail options */
.navlinkHeader {
	color: #000000;
}
.navlinkHeader:hover {
	color: #000000;
}
/* Image curves that don't work in early netscape version */
.leftCurve {
	background: url('../images/__leftcurve.gif');
}
.rightCurve {
	background: url('../images/__rightcurve.gif');
}
