@charset "utf-8";
body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	SCROLLBAR-FACE-COLOR: #FDEB40; 
    SCROLLBAR-HIGHLIGHT-COLOR: #FDEB40; 
    SCROLLBAR-SHADOW-COLOR: #FDEB40; 
    SCROLLBAR-3DLIGHT-COLOR: #FDEB40; 
    SCROLLBAR-ARROW-COLOR:  #000000; 
    SCROLLBAR-TRACK-COLOR: #000000; 
    SCROLLBAR-DARKSHADOW-COLOR: #000000;
}
td {
	vertical-align: top;
}
.zwartecel {
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}
.gelecel {
	background-color: #FDEB40;
}
.grijzecel {
	background-color: #EBEBEB;
}

table {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}


h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

h2 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
h3 {
	font-size: 18px;
	vertical-align: top;
	border-bottom-color: #000000;
	border: 1;
}
h4 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-weight: lighter;
}
h5 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-weight: lighter;
}
h6 {
	font-size: 10px;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}

.vertlijn {
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #FF0000;
}
.horlijn {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.input{
	height: 20px;
	width: 157px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #FDEB40;
}
form {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a:visited {
}
a:link {
}
a:hover {
}
a:active {
}
