.bgdonkerblauw {

	background-color: #192B58;

}

.bgdonkerrood {

	background-color: #96172E;

}

.bgprocentblauw {

	background-image: url(../gfx/bgprocentblauw.jpg);

	background-repeat: no-repeat;

	background-position: center center;

}

.bgprocentrood {

	background-image: url(gfx/bgprocentrood.jpg);

	background-repeat: no-repeat;

	background-position: center center;

}

body {

	background-color: #FFFFFF;

	background-image: url(../gfx/bgall.jpg);

	background-attachment: fixed;

	background-repeat: repeat-x;

	background-position: center top;

}

.bgtekst {

	background-attachment: scroll;

	background-image: url(../gfx/bgtekst.jpg);

	background-repeat: no-repeat;

	background-position: center center;

}

.bgdown {

	background-attachment: scroll;

	background-image: url(../gfx/bgdown.jpg);

	background-repeat: no-repeat;

	background-position: right bottom;

}

a {

	color: #192B58;

	font-weight: bold;

	text-decoration: none;

}

a:hover {

	color: #192B58;

	font-weight: bold;

	text-decoration: underline;

}

h1 {

	font-size: 18px;

	font-family: "Times New Roman", Times, serif;



}

td {

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 12px;

}

.bgup {

	background-attachment: scroll;

	background-image: url(../gfx/bgup.jpg);

	background-repeat: no-repeat;

	background-position: center top;

}

