	* {
		margin: 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
		text-decoration: none;
	}
	
	span.highlighted {
		color: #FF0000;
		font-weight: bold;
	}
	
	label.failed 
	{
		font-weight: bold;
		color: red;
	}
	
	p.date {
		font-size: 10px;
		color: #8AB2DB;
	}
	
	a {
		color: #143971;
		text-decoration: underline;
	}
	
	div.lineDiv {
		height: 3px;
		background-image: url('../images/layout/line.gif');
		background-position: top left;
		background-repeat: repeat-x;
		margin: 6px 0px 5px 0px;
	}
	
	/********************************************/
	
	h1 {
		font-size: 16px;
		color: #14378A;
	}

	h3 {
		font-size: 12px;
		font-weight: bold;
	}
	
	.Kop_Blauw {
		color: #143971;
		font-size: 12px;
		font-weight: bold;
	}
	
	.Kop_Grijs {
		color: #666666;
		font-size: 12px;
		font-weight: bold;
	}
	
	a.Pijl_Link {
		color: #143971;
		padding-left: 12px;
		background-image: url('../images/arrows/dblue_r.gif');
		background-position: 0px 50%;
		background-repeat: no-repeat;
	}

	/********************************************/
	
	body {
		background-color: #EDEDED;
				
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #666666;
		line-height: 18px;
	}
	
	/********************************************/
	
	.text {
		width: 313px;
		height: 18px;
		border:1px solid #899CB8;
		color: #143971;
		font-family: Arial, Verdana;
		font-size: 12px;
		padding-top: 4px;
	}
	
	label {
		 font-size: 12px;
		 color: #143971;
	}
	
	.button {
		width: 85px;
		height: 24px;
		background-color: #4F6B95;
		font-family: Arial, Verdana;
		font-size: 11px;
		color: #FFFFFF;
		border: 0;
		padding-left: 21px;
		text-align: left;
		
		background-image: url('../images/arrows/white_r.gif');
		background-position: 9px 8px;
		background-repeat: no-repeat;
	}
	
	input.searchField {
		width: 115px;
		height: 16px;
		float: right;
		font-size: 10px;
		color: #BFBFBF;
		border: 1px inset #7B7B7B;
		margin: 7px 7px 0px 0px;
		padding-left: 8px;
	}
		
	/********************************************/
	
	div#whiteDiv {
		width: 926px;
		margin-left: auto;
		margin-right: auto;
		background-color: #FFFFFF;
	}
	
	/********************************************/
	
	div.header {
		width: 920px;
		margin: 0px 3px 0px 3px;
		height: 120px;
		background-position: top right;
		background-repeat: no-repeat;
	}
	
	div.header img {
		margin-left: 32px;
		margin-top: 46px;
	}
	
	div.headerHome {
		height: 240px;
	}
	
	div.headerHome img {
		margin-top: 86px;
	}
	
	/********************************************/
	
	div#menuDiv {
		width: 920px;
		height: 33px;
		margin: 0px 3px 0px 3px;
		background-color: #123365;
		background-image: url('../images/menu/bg_norm.gif');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	ul.menuList {
		height: 33px;
		list-style-type: none;
		text-decoration: none;
		float: left;
	}

	ul.menuList li a {
		color: #FFFFFF;
		font-size: 13px;
		padding-left: 25px;
		text-decoration: none;
	}

	ul.menuList li a:hover {
		text-decoration: none;
	}

	ul.menuList li {
		display: block;
		float: left;
		width: 107px;
		height: 33px;
		line-height: 33px;
		text-align: left;
		cursor: pointer;
	}

	ul.menuList li.normal {
		background-image: url('../images/menu/line.gif') !important;
		background-position: top right;
		background-repeat: no-repeat;
	}

	ul.menuList li.active {
		background-color: #759AB6;
		background-image: url('../images/menu/bg_act.gif');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	ul.menuList li.active a {
		background-image: url('../images/arrows/white_r.gif');
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}
	
	ul.menuList li.hover {
		background-color: #009CC1;
		background-image: url('../images/menu/bg_over.gif');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	ul.menuList li.hover a {
		background-image: url('../images/arrows/white_d.gif');
		background-position: 13px 50%;
		background-repeat: no-repeat;
	}

	/********************************************/
	
	ul.popupMenu {
		position: absolute;
		z-index: 1000;
		list-style-type: none;
		width: 173px;
	}
	
	ul.popupMenu li {
		background-color: #009CC1;
		background-position: top left;
		background-repeat: repeat-x;
		width: 173px;
		height: 28px !important;
		text-align: left !important;
		line-height: 28px !important;
	}
	
	ul.popupMenu li a {
		padding-left: 32px;
		color: #FFFFFF;
		font-size: 12px;
		text-decoration: none;
		margin: 0 !important;
		background-image: none !important;
	}
	
	ul.popupMenu li.normal {
		background-image: none !important;
	}
	
	ul.popupMenu li a:hover {
		text-decoration: none;
	}

	ul.popupMenu li.hover {
		background-color: #33B0CD !important;
		background-image: none !important;
	}
	
	ul.popupMenu li.hover a {
		background-image: url('../images/arrows/white_r.gif') !important;
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}
	
	ul.popupMenu li.hover a:hover {
		text-decoration: none;
	}
	
	/********************************************/
	
	div.flashBlock {
		height: 36px;
		background-position: bottom left;
		background-repeat: repeat-x;
		line-height: 36px;
	}
	
	div.flashBlock a {
		color: #FFFFFF;
		font-size: 14px;
		font-weight: bold;
		text-decoration: none;

		padding-left: 32px;
		background-image: url('../images/arrows/white_r.gif') !important;
		background-position: 15px 50%;
		background-repeat: no-repeat;
	}
	
	div.flashBlock a:hover {
		text-decoration: none;
	}
	
	div#homeBlocks {
		width: 920px;
		margin: 0px 3px 0px 3px;
		
		background-color: #123466;
		background-image: url('../images/layout/homeBlock.jpg');
		background-position: bottom left;
		background-repeat: repeat-x;
		
		color: #FFFFFF;
	}
	
	/********************************************/
	
	div#sidemenuDiv {
		width: 198px;
		float: left;
		margin-left: 3px;
	}
	
	ul#sidemenuList {
		width: 173px;
		list-style-type: none;
	}
	
	ul#sidemenuList li {
		width: 173px;
		height: 30px;
		border-bottom: 1px solid #D6D6D6;
		line-height: 30px;
	}
	
	ul#sidemenuList li a {
		color: #686868;
		padding-left: 17px;
		background-image: url('../images/arrows/grey_r.gif');
		background-position: 6px 50%;
		background-repeat: no-repeat;
		text-decoration: none;
	}

	ul#sidemenuList li a:hover {
		color: #143971;
		text-decoration: none;
	}
	
	ul#sidemenuList li a.active {
		color: #143971;
		padding-left: 23px;
		background-image: url('../images/arrows/dblue_r.gif');
		background-position: 10px 50%;
		background-repeat: no-repeat;
	}
	
	/********************************************/
	
	div#contentDiv {
		width: 463px;
		float: left;
		margin-left: 31px;
	}
	
	div#contentDiv 	ul, ol {
		margin-left: 15px;
	}
	
	/********************************************/
	
	table.newsTable {
		width: 445px;
		margin-left: 9px;
	}
	
	table.newsTable td {
		vertical-align: top;
		padding: 10px 0px 3px 0px;
		background-image: url('../images/layout/line.gif');
		background-position: bottom left;
		background-repeat: repeat-x;
	}

	img.borderImage {
		padding: 3px;
		border: 1px solid #D4E0F1;
	}
	
	a.newsLink {
		float: right;
		padding-left: 17px;
		background-image: url('../images/arrows/grey_r.gif');
		background-position: 6px 50%;
		background-repeat: no-repeat;
		text-decoration: none;
	}
	
	a.newsLink:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
	table.projectTable {
		width: 663px;
		height: 118px;
		border: 1px solid #EDEFF4;
		
		background-color: #F8F8FA;
		background-image: url('../images/layout/projBlock.jpg');
		background-position: bottom left;
		background-repeat: repeat-x;
		
		margin-bottom: 10px;
	}
	
	table.projectTable td {
		text-align: left;
		vertical-align: top;
	}
	
	/********************************************/
	
	div.detailDiv {
		width: 481px;
		height: 262px;
		float: left;
		border:1px solid #FFFFFF;
	}
	
	ul#selectList {
		width: 173px;
		vertical-align: bottom;
		list-style-type: none;
	}
	
	ul#selectList li {
		width: 173px;
		height: 30px;
		border-bottom: 1px solid #D6D6D6;
		line-height: 30px;
	}
	
	ul#selectList li a {
		padding-left: 20px;
		background-position: 3px 1px;
		background-repeat: no-repeat;
		color: #686868;
		text-decoration: none;
	}
	
	ul#selectList li a:hover {
		color: #143971;
		text-decoration: none;
	}
	
	a.toggleImage {
		background-image: url('../images/icons/image.gif');
	}
	
	a.toggleImage:hover {
		background-image: url('../images/icons/imageOn.gif');
	}
	
	a.toggleMap {
		background-image: url('../images/icons/map.gif');
	}
	
	a.toggleMap:hover {
		background-image: url('../images/icons/mapOn.gif');
	}
	
	a.togglePDF {
		background-image: url('../images/icons/pdf.gif');
	}
	
	a.togglePDF:hover {
		background-image: url('../images/icons/pdfOn.gif');
	}
	
	a.toggleLink {
		background-image: url('../images/icons/link.gif');
	}
	
	a.toggleLink:hover {
		background-image: url('../images/icons/linkOn.gif');
	}
	
	/********************************************/
	
	div.quoteDiv {
		width: 196px;
		border: 1px solid #D4E0F1;
		border-top: 0;
		
		background-color: #F7F9FC;
		background-image: url('../images/layout/quoteBlock.jpg');
		background-position: bottom left;
		background-repeat: repeat-x;
		
		font-style: italic;
		color: #143971;
	}

	/********************************************/
	
	div.footerDiv {
		height: 33px;
		float: left;
		margin: 3px 2px 0px 0px;
		line-height: 33px;
		font-size: 10px;
		color: #9C9C9C;
		text-align: center;
		
		background-image: url('../images/layout/footer_bg.gif');
		background-position: top left;
		background-repeat: repeat-x;
	}
	
	div.footerDiv span {
		margin:0px 8px 0px 8px;
		color: #757575;
	}
	
	div.footerDiv a {
		color: #757575;
		text-decoration: none;
	}
	
	div.footerDiv a:hover {
		text-decoration: underline;
	}
	
	/********************************************/
	
