BODY {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	line-height : 120%;
	color : Black;	
	scrollbar-3dlight-color : #FDFDFD;
	scrollbar-arrow-color : #5A5A5A;
	scrollbar-base-color : #FDFDFD;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-face-color : #EAE8E9;
	scrollbar-highlight-color : #EAE8E9;
	scrollbar-shadow-color : #EAE8E9;
	scrollbar-track-color : #FDFDFD;
}
.nav {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	line-height : 120%;
	color : White;
	padding-left : 15 ;
	padding-top : 1 ; 
}
.inhoud {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	line-height : 120%;
	color : Black;
}
.cursor {
	cursor : hand
}
.inhoud2 {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	line-height : 120%;
	color : Black;
	padding-left : 8;
	padding-top : 8;
}
INPUT {
	color : gray;
	font-family :  Arial;
	font-size : 11px;
	text-align : left;
	border-width: 1; 
	border-color: silver; 
	border-style: solid; 
}
.down {
	font-family : Arial;
	font-size : 12px;
	font-style : normal;
	line-height : 120%;
	color : Black;
	padding-right : 4 ;
	padding-bottom : 4 ; 
}

Textarea {
	color : gray;
	font-family :  Tahoma, Arial;
	font-size : 11px;
	text-align : left;
	border-width: 1; 
	border-color: silver; 
	border-style: solid; 
}
A {
	color : #D2691E;
	text-decoration : bold;
}

A:HOVER {
	text-decoration : underline;
}

A:LINK {
	text-decoration : none;
}

A:VISITED {
}
A.cont {
	color : White;
	text-decoration : none;
}

A.cont:HOVER {
	text-decoration : underline;
}

A.cont:LINK {
	text-decoration : none;
}
A.dwnlink {
	color : Black;
	text-decoration : none;
}

A.dwnlink:HOVER {
	text-decoration : underline;
}

A.dwnlink:LINK {
	text-decoration : none;
}


