input, textarea, select {
	background-color : #FFF;
	color : #000;
}
.quantity {
	border: 1px solid #7770A4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 16px;
	width: 15px;
	vertical-align: top;
}
input.button {
	cursor: pointer;
	cursor: hand;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #7770A4;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 80px;
	vertical-align: top;
}
h2 {
	color: #7770A4;
	font-size: 1.4em;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
}
a.COLOURLNK:link {
	color: #7770A4;
	text-decoration: none;
}
a.COLOURLNK:visited {
	color: #7770A4;
	text-decoration: none;
}
a.COLOURLNK:hover {
	color: #000;
	text-decoration: none;
}
a.COLOURLNK:active {
	color: #7770A4;
	text-decoration: none;
}
.COLOURtitle{
	color: #7770A4;
	font-size: 1.2em;
}

