body{
	font-family: Arial;
	font-size: 12px;
}

td {
	font-family: Arial;
	font-size: 12px;
	vertical-align: top;
	line-height: 150%;
}

hr {
	color: Black;
}

A {
	COLOR: Blue;
	text-decoration: underline;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	COLOR: Red;
}

a._navigatie {
	color: Blue;
	font-weight: bold;
	width: 100%;
	background-color: #B7DBFF;
	border: 1px solid #7BBFFF;
	padding: 4px;
}

a._navigatie:link {
text-decoration: none;
}

a._navigatie:active, a._navigatie:visited {
	text-decoration: none;
	background-color: #000099;
	color: White;
}

a._navigatie:visited {
text-decoration: none;
}



a.navigatie {
	color: White;
	font-weight: bold;
	width: 100%;
	background-color: #525252;
	padding: 7px;
	text-decoration: none;
}

a.navigatie:link {

}

a.navigatie:active {
	text-decoration: none;
	background-color: #FFFFFF;
	color: White;
}

a.navigatie:visited {
text-decoration: none;
}

a.navigatie:hover {
	text-decoration: none;
	background-color: #e4e4e4;
	color: Black;
}


.adres{
	font-size: 12px;
	font-weight: bold;
	color: Black;
}

.header {
	font-size: 14px;
	font-weight: bold;
}

