/*Gemeenschappelijke styles*/
td.off,td.over,td.on
{
	background-color:#525231;
	color: #ffffff;
	width: 125px;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
/*Individuele styles*/
td.off{text-decoration:none;background-image: url(../images/off.gif);cursor:pointer;}
td.over{text-decoration:none;background-image: url(../images/over.gif);cursor:pointer;}
td.on{text-decoration:underline;background-image: url(../images/on.gif);cursor:pointer;}



