Body	{
	background-attachment: fixed; 
	background-color: transparent; 
	background-repeat: repeat;
	}

A {
	text-decoration: none;	
	color: #D3A500;
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	}

A:hover {
 	color:#D3A500;
	text-decoration: underline;
	}


TABLE TH{
	text-align: left;
	font-family: verdana, arial, helvetica;
	font-size: 10pt;
	background-color: #D3A500;
	color: #223598;
	margin: 2pt;
	}

TABLE TD {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #000000;
	}


UL { 
	list-style-type: square;
	}

INPUT.knop {
	color: #223598;
	font-size:9pt;
	font-weight: bold;
	background-color: #D3A500;
	border-top: #D3A500solid 2px;
	border-left: #D3A500solid 2px;
	border-bottom: #555555 solid 2px;
	border-right: #555555 solid 2px;
	cursor: hand;
	}

/* FormCheck */
.FormCheckGood {
	/*empty because back to browser default*/
}

.FormCheckBad {
	border:2px solid #FF0000;
}