A
{
	color: #66cc00;
	text-decoration: none;
}
A:visited
{
	color: #66cc00;
	text-decoration: none;
}
A:hover
{
	color: #66cc00;
	text-decoration: underline;
}

A.navrechts
{
	font-size: 9px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
A.navrechts:visited
{
	font-size: 9px;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}
A.navrechts:hover
{
	font-size: 9px;
	color: #66cc00;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}


/* Control */
table.Control
{
	border-right: #66cc00 1px solid;
	border-top: #66cc00 1px solid;
	border-left: #66cc00 1px solid;
	border-bottom: #66cc00 1px solid;
	background-color: #ffffff;
	width:100%;
}

td.ControlHeader
{
	background-color: #66cc00;
	font-weight: bold;
	color: #ffffff;
	height: 20px;
	padding-left: 8px;
}

td.ControlCell
{
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	padding:6px;
}

td.mainrechts
{
	font-size: 10px;
	page-break-before: auto;
	overflow: visible;
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #f0fff0;
	width:175px;
}

hr
{
	color: #66cc00;
}
