body {
	margin: 0px;
	text-align: center;
}

body.iframe {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
}

div {
	visibility: hidden;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A6A6A;
	}

#small {
	font-size: 9px;
	}

td.normal {
	text-align: left;
	vertical-align: top;
	}
	
td.center {
	text-align: center;
	vertical-align: top;
	}

td.bottom {
	text-align: left;
	vertical-align: bottom;
	}
	
td.middle {
	text-align: center;
	vertical-align: middle;
	}
	
td.topright {
	text-align: right;
	vertical-align: top;
	}
	
td.middleright {
	text-align: right;
	vertical-align: middle;
	}

td.intro {
	text-align: center;
	vertical-align: middle;
	}

td.alert {
	text-align: center;
	vertical-align: middle;
	height: 30px;
	background-color: #0058A9;
	color: #FFFFFF;
	}

table.nfo {
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	}

select {
	font-size: 10px;
	width: 100px;
	}

html>body select {
	font-size: 10px;
	width: 100px;
	}

input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0058A9;
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	height: 20px;
	width: 200px;
	}

input.zipcode {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0058A9;
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	height: 20px;
	width: 50px;
	}

input.zipcodeeng {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0058A9;
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	height: 20px;
	width: 40px;
	}
	
input.city {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0058A9;
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	height: 20px;
	width: 100px;
	}

input.cityroute {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0058A9;
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	height: 20px;
	width: 85px;
	}
	
input.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0058A9;
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	height: 20px;
	width: 100px;
	}
	
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0058A9;
	BORDER-RIGHT: #0058A9 1px solid; 
	BORDER-TOP: #0058A9 1px solid; 
	BORDER-LEFT: #0058A9 1px solid; 
	BORDER-BOTTOM: #0058A9 1px solid;
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#0058A9;
	scrollbar-base-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	width: 300px;
	height: 70px;
	}
	
.blueheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0058A9;
	}
	
.blueheadersml {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0058A9;
	}

.blue {
	color: #0058A9;
	}
	
td.white {
	color: #FFFFFF;
	}

a:link{
	color : #0058A9;
	text-decoration : none;
}

a:visited{
	color : #0058A9;
	text-decoration : none;
}

a:hover{
	color : #0058A9;
	text-decoration : underline;
}

a:active{
	color : #0058A9;
	text-decoration : none;
}

a:link.wit{
	color : #FFFFFF;
	text-decoration : none;
}

a:visited.wit{
	color : #FFFFFF;
	text-decoration : none;
}

a:hover.wit{
	color : #FFFFFF;
	text-decoration : underline;
}

a:active.wit{
	color : #FFFFFF;
	text-decoration : none;
}


a:link.grey{
	color : #666666;
	text-decoration : none;
}

a:visited.grey{
	color : #666666;
	text-decoration : none;
}

a:hover.grey{
	color : #666666;
	text-decoration : underline;
}

a:active.grey{
	color : #666666;
	text-decoration : none;
}


a.content {
	font-size: 1px;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	}

a:hover.content {
	font-size: 1px;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	}

#lfield {
	visibility: hidden;
	}

a.page:link {
	text-decoration:none;
	color:#FFFFFF;
	background:#0058A9;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	}

a.page:visited {
	text-decoration:none;
	color: #FFFFFF;
	background:#0058A9;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	}

a.page:hover 
	{
	text-decoration:none;
	color: #FFFFFF;
	background: #0058A9;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	}

a.page:active {
	text-decoration: underline;
	color: #FFFFFF;
	background: #0058A9;
	width: 25px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
	}
	
img.nieuws{
	position:relative;
	top: 50px;
}