@charset "UTF-8";
/* CSS Document */
table.colour {
	border-collapse : collapse;
	margin : 10px;
}
table.colour th {
	color : #999;
}
table.colour th {
	background : #fff;
	height : 9px;
	padding-left : 14px;
	padding-right : 14px;
	text-align : center;
	border : 1px solid #999;
	color : #999;
}
table.colour tr {
	height : 14px;
	width : 140px;
}
table.colour td {
	padding-left : 14px;
	padding-right : 14px;
	border: 1px solid #999;
	color : #000000;
	background : #fff;
	width : 50px;
	text-align : center;
}
td.first, th.first {
	border-left : 1px solid #999;
}
tr.row-a {
	background : #000000;
}
tr.row-b {
	background : #000000;
}
