body {
font-family: arial, Verdana, "lucida console", sans-serif;
}

p {
font-family: arial, Verdana, "lucida console", sans-serif;
}

td {
font-family: arial, Verdana, "lucida console", sans-serif;
}

/* All elements that share common properties are grouped here */
.navlinkHeader, .MenuHeader, .rightCurveAlt, .leftCurveAlt {
	background-color: #007098;
}
.navlinkDetail, .optionTD {
	background-color: #d7e6f0;
}

/* The style properties each page title should have */
.title, H1, H2 {
	color: #007098;
}

.colourtext {
	color: #007098;
}

/* which style settings the navigation options should have, header and detail options */
.navlinkHeader {
	color: #FFFFFF;
}
.navlinkHeader: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');
}
