body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	background-color: #FDF2DC;
}
.zwart {
	background-color: #000000;
}
.geel {
	background-color: #FFBB33;
}
.wit {
	background-color: #FFFFFF;
}
td {
	font-family: Arial, Helvetica;
	font-size: 12px;
}
.imgGeel {
	background-image: url(../images/balk_geel.gif);
	background-repeat: repeat-x;
}
.imgZwart {
	background-attachment: fixed;
	background-image: url(../images/balk_zwart.gif);
	background-repeat: repeat-x;
}
.selected {
	color: #FFFFFF;
	font-style: bold;

}
.imgStrepen {
	background-image: url(../images/pixel_strepen.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;

}
.imgVertikaal {
	background-attachment: fixed;
	background-image: url(../images/pixel_verticaal.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;

}
table {
	top: 0px;
}
a:link, a:visited {
	font-style: italic;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover, a:visited:hover {
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:link.email, a:visited.email {
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
a:hover.email, a:visited:hover.email {
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
a:link.selected, a:visited.selected {
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.selected, a:visited:hover.selected {
	font-style: normal;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:link.menu, a:visited.menu {
	font-style: normal;
	color: #000000;
	text-decoration: none;
}
a:hover.menu, a:visited:hover.menu {
	font-style: normal;
	color: #666666;
	text-decoration: none;
}
.nonselected {
	font-style: normal;
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
li {
	list-style-position: outside;
	list-style-type: disc;
}
.email {
	font-weight: normal;
	color: #333333;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;

}
.menu {
	font-weight: bold;
}
input {
	border: 1px solid #FFCC33;
}
textarea {

	border: 1px solid #FFCC33;
}
button {
	background-color: #FFCC33;
}

