/* All elements that share common properties are grouped here */
.navlinkHeader, .navLinkHome, .MenuHeader, .rightCurveAlt, .leftCurveAlt {
	background-color: #0096aa;
}
.navlinkDetail, .optionTD {
	background-color: #c8faff;
}

/* The style properties each page title should have */
.title, H1, H2 {
	color: #000000;
}

.colourtext {
	color: #000000;
}

/* which style settings the navigation options should have, header and detail options */
.navlinkHeader {
	color: #FFFFFF;
}
.navlinkHeader:hover {
	color: #FFFFFF;
}

.navlinkHome {
	color: #FFFFFF;
}
.navlinkHome:hover {
	color: #FFFFFF;
}

/* Image curves that don't work in early netscape version */
.leftCurve {
	background: url('../images/__leftcurve.gif');
}
.rightCurve {
	background: url('../images/__rightcurve.gif');
}

/* Standard Links style settings */
A {
	color: #0096aa;
	font-weight: bold;

}
A:hover {
	text-decoration: underline;
}