BODY {
	background-color: White;
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	scrollbar-arrow-color:White;
 	scrollbar-base-color:#FFC20E;
 	scrollbar-darkshadow-color:#FFC20E;
 	scrollbar-face-color:#FFC20E;
	scrollbar-3dlight-color:#FFC20E;
 	scrollbar-track-color:#F3EB2E;
	scrollbar-highlight-color:#F3EB2E;
 	scrollbar-shadow-color:#FAA41A;
}
BODY.kadertop {
background-image: url("img/top-uitvuller.gif");
background-repeat: repeat; 
background-attachment: fixed;
background-position: center bottom;
}
BODY.kaderbottom {
background-image: url("img/bottom-uitvuller.gif");
background-repeat: repeat; 
background-attachment: fixed;
background-position: center top;
}
BODY.kaderleft {
background-image: url("img/left-uitvuller.gif");
background-repeat: repeat; 
background-attachment: fixed;
background-position: center right;
}

BODY.kaderright {
background-image: url("img/right-uitvuller.gif");
background-repeat: repeat; 
background-attachment: fixed;
background-position: center left;
}

BODY.left {
background-image: url("img/vervolgpagina/background-left.jpg");
background-repeat: no-repeat; 
background-attachment: fixed;
background-position: top left;
}

BODY.right {
background-image: url("img/vervolgpagina/background-right.jpg");
background-repeat: no-repeat; 
background-attachment: fixed;
background-position: top left;
}

TD {
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	line-height: 150%;
	padding: 0px;
}

.KOP {
	color: #FAA41A;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}

H1 {
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration : none;
	
}

H2 {
	color: Black;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration : none;
	
}

A
{
    color: Black;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration : none;
    
}
A:hover
{
    color: #faa41a;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration : none;
}


A:ACTIVE {
    color: #faa41a;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration : none;
	
}
A:LINK {
    color: Black;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	text-decoration : none;
	
}

INPUT.textbox {
	font-family: verdana, arial, sans-serif ;
	font-size: 	8pt;
	font-weight: normal;
	border-width: 0px;
	border-left-width: 0px;
 	border-right-width: 0px;
	background-color: 	#FFC20E;
}

TEXTAREA.formtext, SELECT {
	font-family: verdana, arial, sans-serif ;
	font-size: 	8pt;
	font-weight: normal;
	border-width: 0px;
	border-left-width: 0px;
 	border-right-width: 0px;
	background-color: #FFC20E;
}