	/* CSS DOCUMENT */
		
		html, body {
			width: 100%;
			height: 100%;
		}
		
		body {
			overflow-y: scroll;
			margin: 0px;
			font-family: verdana;
			background: #FFFFFF URL(../../images/template/gradient.png) repeat-x;
		}
	
		.wallpaper {
			height: 100%;
			width: 100%;
			padding-top: 20px;
			padding-bottom: 20px;
			text-align: center;
			background-image: URL(../../images/template/stripes_pattern.png);
		}

		td.shadow_topleft {
			height: 5px;
			width: 5px;
			background: URL(../../images/template/shadow_topleft.png) no-repeat;
		}
	
		td.shadow_top {
			height: 5px;
			background: URL(../../images/template/shadow_top.png) repeat-x;
		}

		td.shadow_topright {
			height: 5px;
			width: 5px;
			background: URL(../../images/template/shadow_topright.png) no-repeat;
		}
	
		td.shadow_left {
			width: 5px;
			background: URL(../../images/template/shadow_left.png) repeat-y;
		}
	
		td.shadow_right {
			width: 5px;
			background: URL(../../images/template/shadow_right.png) repeat-y;
		}

		td.shadow_bottomleft {
			height: 5px;
			width: 5px;
			background: URL(../../images/template/shadow_bottomleft.png) no-repeat;
		}
	
		td.shadow_bottom {
			height: 5px;
			background: URL(../../images/template/shadow_bottom.png) repeat-x;
		}

		td.shadow_bottomright{
			height: 5px;
			width: 5px;
			background: URL(../../images/template/shadow_bottomright.png) no-repeat;
		}
		
		/* menu */
			ul { 
				width: 100%;
				margin: 0; 
				padding: 0; 
				list-style: none; 
				display: inline;  
				float: left;
				border-top: 1px solid #FFFFFF;
				border-bottom: 1px solid #FFFFFF;
				_border: 0px;
			}

			ul#menu {
				_border-right: 1px solid #FFFFFF;
			}

		/* menu item */
			ul li { 
				width: 128px;
				position: relative; 
				list-style: none; 
				display: inline; 
				float: left;
			}

		/* submenu dat tevoorschijn komt bij hover */
			ul li ul {
				border-top: 10px solid transparent;
				_border-top: 9px solid transparent;
				border-bottom: 1px solid #CCCCCC;
			}

			li ul {  
				width: 148px;
				_width: 160px;
				position: absolute; 
				left: 0px; 
				top: 27px; 
				display: none; 
			}

		/* menu item */
			ul li a { 
				height: 12px;
				_height: 30px;
				display: block;
				padding: 5px;
				padding-top: 9px;
				padding-bottom: 9px;
				
				font-family: verdana;
				font-size: 7pt;
				color: #FFFFFF;
				font-weight: bold;
				text-align: center;
				text-decoration: none;
				
				border-top: 0px;
				border-left: 1px solid #FFFFFF;
				background: #637BB6 URL('../../images/template/bg_nav.png') repeat-x;
			}

			ul li a:hover { 
				color: #FFF200;
			}

		/* submenu item */
			ul li ul li a {
				height: 12px;
				_height: 30px;
				width: 148px;
				display: block;
				padding: 5px;
				padding-top: 9px;
				padding-bottom: 9px;
				
				font-family: verdana;
				font-size: 7pt;
				color: #666666;
				text-align: left;
				text-decoration: none;
				
				border-bottom: 0px;
				border-top: 1px solid #CCCCCC;
				border-left: 1px solid #CCCCCC;
				border-right: 1px solid #CCCCCC;
				background: #FFFFFF URL(../../images/template/block/part_2.png) repeat-x 0px -1px;
			}
			
			/* Fix IE. Hide from IE Mac \*/
				* ul li ul li a {
					width: 136px; 
					_width: 160px;
				}
			/* end*/
			

			ul li ul li a:hover {
				padding-left: 7px;
				padding-right: 3px;
				color: #7385B8;
			}

		/* Fix IE. Hide from IE Mac \*/
			* html ul li { 
				float: left; 
				height: 1%; 
			}
			* html ul li a { 
				height: 1%; 
			}
		/* End */
		
		li:hover ul, li.over ul { 
			display: block; 
		}
		
		.main_content {
			width: 1024px;
			height: 100%;
			vertical-align: top;
			background-color: #FFFFFF;
		}

		.sub_menu {
			padding-left: 25px;
			padding-bottom: 20px;
			vertical-align: top; 
			text-align: left; 
			font-size: 8pt; 
			color: #75777B; 
			background-color: #FFFFFF;
			background-image: URL(../../images/template/block/part_4&5.png);
			background-repeat: repeat-y;
		}

		.sub_menu_hr {
			width: 152px;
			border: none; 
			border-top: 1px dotted #75777B;
			color : #FFFFFF;
			background-color : #FFFFFF;
			height : 1px;
		}

		.base_font {
			font-family: sans-serif;
			font-size: 10pt;
			color: #75777B;
		}

		.base_font_small {
			font-family: sans-serif;
			font-size: 8pt;
			color: #75777B;
		}
		
		.H1 {
			font-family: sans-serif;
			font-size: 8pt; 
			font-weight: bold;
			color: #75777B;
		}

		.H2 {
			height: 10px;
			font-family: sans-serif;
			font-size: 10pt;
			font-weight: bold;
			color: #75777B;
		}
		
		.H3 {
			display: block;
			width: 201px; 
			padding-top: 12px; 
			text-align: right;
			
			font-family: sans-serif;
			font-size: 8pt;
			color: #687BB1;
			font-weight: bold;
			
			border-top: 1px solid #AFB1B3; 			
		}
		
		a {
			text-decoration: none;
		}
		
		a.submit_button {
			height: 12px;
			_height: 30px;
			width: 148px;
			display: block;
			padding: 5px;
			padding-top: 9px;
			padding-left: 26px;
			padding-bottom: 9px;
			
			font-family: verdana;
			font-size: 7pt;
			font-weight: bold;
			color: #637BB6;
			text-align: left;
			text-decoration: none;
			text-transform: uppercase;
			
			border: 1px solid #DDDDDD;
			background: #FFFFFF URL(../../images/template/block/part_2.png) repeat-x 0px -1px;
		}
		
		a.submit_button:hover {
			color: red;
			border: 1px solid #CCCCCC;
		}

		a.pdflink {
			text-decoration: none;
			color: #75777B;
		}

		a.pdflink:hover {
			text-decoration: none;
			color: #FF0E0E;
		}
		
		.p_active {
			width: 20px;
			height: 20px;
			text-align: center;
			padding-top: 3px;
			color: #75777B;
			text-decoration: none;
			font-family: sans-serif;
			font-size: 8pt;	
			cursor: default;
		}
		
		a.p {
			width: 20px;
			height: 20px;
			text-align: center;
			padding-top: 3px;
			color: #637BB6;
			text-decoration: none;
			font-family: sans-serif;
			font-size: 8pt;
			font-weight: bold;
		}
		
		a.p:hover {
			color: red;
		}
		
		.thumb {
			width: 102px;
			height: 102px;
			vertical-align: middle;
			text-align: center;
			float: left;
			margin-right: 20px;
			margin-bottom: 20px;
			font-weight: normal;
			font-family: Verdana;
			font-size: 7pt;
		}
		
		.thumb_youtube {
			width: 322px;
			height: 267px;
			vertical-align: middle;
			text-align: center;
			float: left;
			margin-right: 20px;
			margin-bottom: 20px;
			font-weight: normal;
			font-family: Verdana;
			font-size: 7pt;
		}
