			html, body {
				margin: 0;
				padding: 0;
				border: 0;
			}

			P {
				margin-bottom : 0px;
				margin-left : 0px;
				margin-right : 0px;
				margin-top : 5px;
			}


			body {
				background: White;
				color:#000;
				padding:0px;
				margin:0px auto;
				text-align: center;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 11;
			}

			#rand {
				width:100%;
				height:auto;
				position: relative;
				margin:0px auto;
				top: 0px;
				left: 0px;
				background-color: #aaaaaa;
				color:black;
				font-size : 10;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			}

			#main {
				width: 100%;
				height:auto;
				position: relative;
				margin:1px auto;
				top: 0px;
				left: 0px;
				right: 0px;
				background-color: #FFFFFF;
				color:black;
				font-size : 10;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
			}

			#top {
				width: 100%;
				height:100px;
				position: relative;
				margin:0px auto;
				top: 0px;
				left: 0px;
				color: white;
				background-color: #FFFFFF;
			}

			#tab {
				display:none;
			}

			#center {
				width: 100%;
				height: auto;
				position: relative;
				margin:0px auto;
				top: 0px;
				left: 0px;
				color: black;
				background-color: #FFFFFF;
			}

			#menu {
				display:none;
			}

			#content {
				width: 100%;
				height: auto;
				position: relative;
				margin:0px;
				float: left;
				top: 0px;
				left: 0px;
				color: red;
				background-color: #FFFFFF;
			}
			#buttons {
				Display:none;
			}
			#footer {
				Display:none;
			}
			TABLE {
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 11;
				left : 0;
				top : 0;
			}

			.actueel_title {
				color : Black;
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 11;
				font-weight : bold;
			}

			.actueel_txt {
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 10;
				color : Black;
			}
			.txt {
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 10;
				color : Black;
			}
			.Image_title_left {
			display:none;
			}
			H1 {
				font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
				font-size : 13;
				color : #ffffff;
				font-weight : bold;
				margin-bottom : 0px;
				margin-left : 0px;
				margin-right : 0px;
				margin-top : 0px;
			}

