.yellow {
	background-attachment: fixed;
	background-image: url(tblyellow.gif);
	background-repeat: no-repeat;
}
.red {
	background-attachment: fixed;
	background-image: url(tblred.gif);
	background-repeat: no-repeat;
}
.orange {
	background-attachment: fixed;
	background-image: url(tblorange.gif);
	background-repeat: no-repeat;
}
.blue {

	background-attachment: fixed;
	background-image: url(tblblue.gif);
	background-repeat: no-repeat;
}
.grey {
	background-attachment: fixed;
	background-image: url(tblgrey.gif);
	background-repeat: no-repeat;
}
.green {
	background-attachment: fixed;
	background-image: url(tblgreen.gif);
	background-repeat: no-repeat;
}
