.rower {
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Courier New", Courier, mono;
	background-color: #CC0000;
	text-align: center;
}
.colour {
	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
	COLOR: #000000;
	FONT-FAMILY: "Courier New", Courier, mono;
	text-align: center;
	background-image: url(ball.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;


}
.topper {
	FONT-WEIGHT: bold;
	FONT-SIZE: x-small;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Courier New", Courier, mono;
	text-align: center;
	background-repeat: repeat;
	background-image: url(topline.gif);

}
.bonuscolour {

	FONT-WEIGHT: bold;
	FONT-SIZE: medium;
	COLOR: #FFFFFF;
	FONT-FAMILY: "Courier New", Courier, mono;
	text-align: center;
	background-image: url(bonusball.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
}
