body{
	background-color: White;
	margin: 0px 0px 0px 0px;
}

body,td{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
color: #DB7004;
font-weight: bold;
text-decoration: underline;
}
a:visited {
color: #DB7004;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #DB7004;
font-weight: bold;
text-decoration: none;
}
a:active {
color: #DB7004;
font-weight: bold;
text-decoration: underline;
}

a.navigatie:link {
color: white;
font-weight: bold;
text-decoration: none;
}
a.navigatie:visited {
color: white;
font-weight: bold;
text-decoration: none;
}
a.navigatie:hover {
color: white;
font-weight: bold;
text-decoration: underline;
}
a.navigatie:active {
color: white;
font-weight: bold;
text-decoration: underline;
}

.input{
	color: #DB7004;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.gevondenresultaten{
	background-color: #FBC894;
}

.kop{
	color: #DB7004;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}

.tooltip {
border-bottom: 1px dotted #000;
cursor: help;
}
