body {
	font-family: Helvetica;
	font-size: 14px;
	color:#000000;
	background-color:#FFFFFF;
	margin:0px;
}

.achtergrond-text {
	background-image: url(images/ik-small.png);
	background-repeat: no-repeat;
	background-position: bottom right;
}

p {
	font-family: Helvetica;
	color:#000000;
	font-weight:normal;
}

/*table {
	border-width:1px;
	border-style: solid;
}*/

/*td {
	border-width:1px;
	border-style: solid;
}*/

 
a {
	font-family:Helvetica;
	color:#000000;
	text-decoration: none;
	font-weight:bolder;
}

a:link {
	color:#040B3A;
	text-decoration: none;
	font-weight:bolder;
}

a:visited {
	color:#040B3A;
	text-decoration: none;
	font-weight:bolder;
}

a:hover {
	color:#405090;
	text-decoration: none;
	font-weight:bolder;
}

a:active {
	color: #040B3A;
	text-decoration: none;
	font-weight:bolder;
}

h1 {
	font-family:Helvetica;
	color:#000000;
	font-size:130%;
}

h2 {
	font-family:Helvetica;
	color:#000000;
	font-size:105%;
}

#bglogo {
	z-index:-1;
	position:absolute;
	right:0px;
	bottom:0px;
}

DIV.hiddenFlyer {
	Position: absolute;
	top:0px;
	left:0px;
	height:100%;
	width:100%;
	z-index:2;
	text-align:center;
	vertical-align:middle;
	display:none;
}
DIV.showFlyer {
	background-color:#000000;
	Position: absolute;
	top:0px;
	left:0px;
	height:115%;
	width:100%;
	z-index:2;
	text-align:center;
	vertical-align:middle;
	display:block;
}
