/* CSS Document for layout of content - (use layout.css for layout of page)*/
/* CSS Document for layout of page - (use content.css for layout contents)*/
body,td,th{
font-family:Arial, Helvetica, sans-serif;
}
a,h1,h2,h3,h4{
	color:#333333;
}
p{margin-bottom:10px;
margin-top:2px;	
font-size:12px;
size:12px;
line-height:16px;
}
td,ul,li{
size:12px;
font-size:12px;
}
li{
	font-size:12px;
	margin-left:5px;
	padding-left:11px;
	background-repeat:no-repeat;
	background-position:0px 7px;
	line-height:20px;
}

h1{
	font-size:18px;
	line-height:22px;
	margin-top:6px;
	margin-bottom:12px;
}
h2{
	font-size:16px;
	line-height:20px;
	margin-top:8px;
	margin-bottom:3px;
}
h3{
	font-size:12px;
	line-height:18px;
	margin-top:10px;
	margin-bottom:-3px;
}
h4{
	font-size:14px;
	line-height:17px;
}
h5{
	font-size:18px;
	line-height:16px;
	color:#FFFFFF;
}
a:link, a:active {
color:#0075ab;
text-decoration:none;
}
a:visited {
color:#0075ab;
text-decoration:none;
}
a:hover {
color:#0075ab;
text-decoration:underline;
}
/*voor zoekfunctie !*/
.highlightedtext{
	font-weight: bold;
	background-color: #FFFF00;
}
