/*Gemeenschappelijke styles*/
td.off,td.over,td.on
{
	color: #ffffff;
	width: 93px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
}
/*Individuele styles*/
td.off{text-decoration:none;background-color:#333333;cursor:pointer;}
td.over{text-decoration:none;background-color:#3656cf;cursor:pointer;}
td.on{text-decoration:underline;background-color:#3656cf;cursor:pointer;}



