A
{
	color: #0d59ab;
	text-decoration: none;
}
A:visited
{
	color: #0d59ab;
	text-decoration: none;
}
A:hover
{
	color: #0d59ab;
	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: #0d59ab;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: underline;
}

/* Control */
table.Control
{
	border-right: #4169e1 1px solid;
	border-top: #4169e1 1px solid;
	border-left: #4169e1 1px solid;
	border-bottom: #4169e1 1px solid;
	background-color: #ffffff;
	width:100%;
}

td.ControlHeader
{
	background-color: #4169e1;
	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: #f0f8ff;
	width:175px;
}

hr
{
	color:#4169e1;
}