/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	scrollbar-3d-light-color :#000000;
	scrollbar-arrow-color : #000000;
	scrollbar-base-color :#9999CC;
	scrollbar-dark-shadow-color : #9999CC;
	scrollbar-face-color : #9999CC;
	scrollbar-highlight-color : #000000;
	scrollbar-shadow-color : #000000;
	color: #F9F901;
	background-color : #333366;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	background-attachment : fixed;
	background-image : none;
	background-position : left;
	background-repeat : repeat;
}
H1, h {
	font-family : sans-serif;
	font-size : medium;
	color: #F3F399;
}
H2 {
	font-family : sans-serif;
	font-size : larger;
	color: #F1F199;
}

H3 {
	font-family : Arial;
	font-size : 100%;
	color: #F1F155;
}
H4 {
	font-family : Arial;
	font-size : small;
	color: #F1F111;
}

TABLE {
	background-attachment : fixed;
	background-color : #666699;
	background-position : center;
	vertical-align: top;
	border: thin dotted #4D4D80;
	color: #000000;
}
TH{
	font-family: Arial;
	font-size : x-small;
	color: #F1F111;
}
TD {
	font-family : Verdana;
	font-size : smaller;
	color: Black;
	padding: 0px;
	margin: 0px;
	align: center;
	text-align: left;
	vertical-align: top;
}

<--
table { text-align: center }
.knop {
	text-align: center;
}
.knop a {
	font-family: Arial;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	display: block;
	width: 138px;
	background-color: #666696;
	border-top: 1px #010101 solid;
	border-left: 1px #010101 solid;
	border-bottom: 2px solid #010101;
	border-right: 2px solid #010101;
}
.knop a:hover {
	font-family: Arial;
	font-size:  9pt;
	color: #F4F499;
	text-decoration: blink;
	background-color:#666699;
	border-top: 2px #010101 solid;
	border-left: 2px #010101 solid;
	border-bottom: 1px #010101 solid;
	border-right: 1px #010101 solid;
}
.knop a:active {
	font-family: Arial;
	font-size:  9pt;
	color: #F1F1F1;
	text-decoration: blink;
	background-color:#4D4D80;
	border-top: 2px #010101 solid;
	border-left: 2px #010101 solid;
	border-bottom: 1px #010101 solid;
	border-right: 1px #010101 solid;
}
