html, body
{
	margin: 0;
	padding: 0;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color: #666666;
	height: 100%;
}
table, tr, td, p
{
	margin-left: auto;
	margin-right: auto;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 10pt;
	color: #666666;
}
h1
{
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 12pt;
	color: #666666;
	font-weight: bold;
}
h2
{
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
}
#span_h2
{
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 11pt;
	color: #666666;
	font-weight: bold;
    display: inline;
}
#copyright
{
	font-family: Comic Sans, Comic Sans MS, cursive;
	color: #008000;
	font-size: 8pt;
	font-style: italic;
}
#welkom
{
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 14pt;
	color: #666666;
    display: inline;
}
#menu_picture
{
	border: none;
	height: 15px;
	width: 15px;
	display: inline;
}
#menu_item
{
	color: #559A23;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
}
#menu a:link
{
	color: #559A23;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
}
#menu a:visited
{
	color: #559A23;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
}
#menu a:active
{
	color: #559A23;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
}
#menu a:hover
{
	color: #ffffff;
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 16px;
}
A:link 
{
	color:#008000;
	text-decoration: none;
}
A:visited 
{
	color:#008000;
	text-decoration: none;
}

A:active
{
	color:#008000;
	text-decoration: none
}
A:hover
{
	color:#008000;
	text-decoration: underline;
}
img
{
	border: none;
}
#text_green
{
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 11pt;
	color: #008000;
}
#foot_note
{
	font-family: Geneva, "MS Sans Serif", sans-serif;
	font-size: 9pt;
}
#rietvink
{
	font-family: Comic Sans, Comic Sans MS, cursive;
	color: #008000;
	font-size: 13pt;
	font-weight: bold;
	font-style: italic;
}
#divHeader
{
    height: 150px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#divContent
{
    min-height: 100%; 
    height: auto !important; /*Cause footer to stick to bottom in IE 6*/
    height: 100%;
	width: 980px;
    margin: 0 auto -200px; /*Allow for footer height*/
    vertical-align:bottom;
	background-color: white;
}

#divFooter
{
    height: 200px; /*Push must be same height as Footer */
	width: 980px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
}
#divPush
{
    height: 200px; /*Push must be same height as Footer */
	clear: both;
	width: 980px;
}
#divContainer
{
	height: 100%;
	width: 100%;
	background-color: silver;
}
#table_top
{
	background-image: url('images/table_top.jpg');
	background-repeat: no-repeat;
	height: 10px;
}
#table_bottom
{
	background-image: url('images/table_bottom.jpg');
	background-repeat: no-repeat;
}
#table_inline
{
	background-image: url('images/table_inline.jpg');
	background-repeat: repeat;
	padding-left: 10px;
	padding-right: 10px;
}
#scrollDiv
{
	overflow: auto;
}