/* CSS Document for content of page - (use content.css for layout contents)*/
body {
	margin:0px;
	background-repeat: no-repeat;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body, td, th, div {
	font-size: 11px;
}
p,ul {
	line-height: 16px;
	margin-top:3px;
	color:#7D7D7D;
}

h1, h2, h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000099;
	
}
h1 { 
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 3px;	
}
h2 { 
	font-weight:bold;
	font-size:12px;
	margin-top:3px;
	margin-bottom:-3px;
}
h3 { 
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 3px;
	/*font-weight:bold;*/
	
}


a:link, a:active {
color:#5F7BC5;
	font-weight: bold;
text-decoration:none;
}
a:visited {
color:#5F7BC5;
	font-weight: bold;
text-decoration:none;
}
a:hover {
color:#5F7BC5;
	font-weight: bold;
text-decoration:underline;
}
/*voor zoekfunctie !*/
.highlightedtext{
	font-weight: bold;
	background-color: #FFFF00;
}