  
body {
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F0F0F0;
}

a img {
	border: none;
}

/* ---------- wrapper styles ---------- */

#wrapper {
	text-align: left;
	width: 95%;
	height: 100px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background: #FFFFFF;
}

/* ---------- header voor doorlopen menubalk ---------- */
#header {

	position: relative;
	text-align: links;
	width: 95%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 34px;
	color:#FFFFFF;
	/*background-color: #FFFFFF; */ 
	background-color: #398f14;  
	}

/* --------- maincontent styles ---------- */

#maincontent {
	position: relative;
	width: 95%;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: #FFFFFF;
}

/* --------- maincontent1 voor inspringen ---------- */
#maincontent1 {
	position: relative;
	width: 90%;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	background: #FFFFFF;
}

#maincontent a img {
	border: none;
}

/* --------- footer styles ---------- */

#footer {
	clear: both;
	position: relative;
	vertical-align: center;
	width: 95%;
	padding-top: 0px;
	padding-left: 0px;
	margin-left: auto;
	margin-right: auto;
	height: 18px;
	background-color: #666666;  
}

#blankline{
	width: 100%;
	height: 10px;
	background-color: #F8F8F8;
}

/* ----- typology -----*/

#maincontent a {
	text-decoration: none;
	color:#000000;
	border-bottom: 1px solid #A6A6A6;
}

wh {
	font-family: Courier new;
	font-size: 14pt;
	color: #fac917;
	font-style: normal;
	font-weight: bold;
}
wn {
	font-family: Verdana;
	font-size: 10pt;
	line-height: 17px; 
	color: #000000;
	font-style: normal;
}

hnr {
	font-family: Verdana;
	font-size: 10pt;
	color: #FF0000;
	font-style: normal;
}

hnb {
	font-family: Verdana;
	font-size: 10pt;
	color: #0000FF;
	font-style: normal;
}

hkb {
	font-family: Verdana;
	font-size: 8pt;
	color: #0000FF;
	font-style: normal;
}

hng {
	font-family: Verdana;
	font-size: 10pt;
	color: #398f14;
	font-style: italic;
	font-weight: normal;
}
hbg {
	font-family: Verdana;
	font-size: 15pt;
	color: #398f14;
	font-style: normal;
	font-weight: bold;
}

hnz {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
}	
hbz 
{
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
hbz15 
{
	font-family: Verdana;
	font-size: 15pt;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
hnw {
	font-family: Verdana;
	font-size: 8pt;
	color: #FFFFFF;
	font-style: normal;
}

	.tablestyle {
		border-top-width: 0px;
		border-left-width: 1px;
		border-bottom-width: 2px;
		border-right-width: 2px;
		border-style: solid;
		border-color: #F0F0F0;
		font-size:8pt;
		text-align:right;
	}
	
	.tableheader {
		background-color:#E0E0E0;
		color:#FFFFFF;
		border-width: 5px; 
		font-weight: normal;
		font-size: 8pt;
		border-style: solid;
		border-color: #000000;
		text-align:center;
	}	
	
	.tablecontent {
		background-color:#FFFFFF;
		color:#000000;
	}
	
	.rowEven {
		background-color: #FFFFFF;
	}

	.rowOneven {
		background-color: #F0F0F0;
	}