	a:link {color: black;  text-decoration: none;}
	a:visited {color: black;  text-decoration: none;}
	a:hover {color: red;  text-decoration: none;}
	a:active {color: red; text-decoration: none;}

	body {
	text-align:center;
	margin:0px;
	padding:0px;
	}



	#wrapper {
	text-align: left;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	}


	H1 { font-family: Verdana, Arial}	
	H1 { font-size: 10pt }
	H1 { color: black }
	H1 { text-align:left}
	H1 { font-weight: bold }
	H1 { line-height: 180% }
	h1 { margin: 0 0 -1em 0;}


	H6 { font-family: Verdana, Arial}
	H6 { font-size: 9pt }
	H6 { font-weight: italics }
	H6 { line-height: 100% }

	P { font-family: Verdana, Arial}
	P { font-size: 9pt }
	P { font-weight: normal }
	P { line-height: 180% }


	div.opsomming ul {	
	color: #000;
	list-style-type:disc;
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	line-height: 180%
	}

	div.opsomming ul li{
	color: #000;
	list-style-type:disc;
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	line-height: 180%
	}



	 #navcontainer
	{
	margin: 0;
	padding: 0;
	height: 24px;
	font: 13px  Verdana, Arial;
	width: 100%;
	border-bottom: 1px solid #bbb;
	list-style-type: none;
	background: #fff;
	}

	#navlist li
	{
	float: left;
	margin: 0;
	padding: 0;
	width: auto;
	display: block;
	}

	#navlist li a, #navlist li a:link
	{
	background: #fff;
	color: #FF0000;
	text-decoration: none;
	padding: 3px 5px 5px 10px;
	display: block;
	}

	#navlist li a:hover
	{
	color: #FF0000;
	border-bottom: 3px solid #FF0000;
	cursor: pointer;
	background: #FFFFFF;
	}

	#navlist li a#current, #navlist li a#current:link
	{
	color: #000;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #999;
	}

	#navlist li a#current:hover
	{
	border-bottom: 3px solid #bbb;
	background: #white;
	}



