/*Gemeenschappelijke styles*/
td.off,td.over,td.on
{
	width:98px;
	height:22px;
	cursor:pointer;
	color: #ffffff;	
	text-align:center;
	/*line-height:10px;*/
	font-size:12.0pt;
	font-family:"Franklin Gothic Medium";
}

/*Individuele styles*/
td.off {background-image: url(../images/off.gif);color:#ffffff;}
td.over{background-image: url(../images/off.gif);color:#ff5500;}
td.on  {background-image: url(../images/on.gif);color:#000000;}

       a.menu{font-size: 10px;font-weight: bold;color: blue;font-style:normal;}
a.menu:hover {font-size: 10px;font-weight: bold;color: blue;font-style:normal;}
a.menu:active{font-size: 10px;font-weight: bold;color: blue;font-style:normal;}	

