  body, table, input, select, textarea {
	font: 100% Arial, Helvetica, sans-serif;
}

/* body */

body {
	font-size: 80%;
	line-height: 150%;
	color: black;
	background: #f0f0f0;
}

/* headers */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 120%;
}

h1 {
	font-family: Trebuchet MS;
	font-size: 200%;
	color: white;
}

h2 {
	font-size: 150%;
	color: #001D9F;
	margin-bottom: 0.5em;
}

a {
	color: #FF7900;
}

a:visited {
	color: #FF7900;
}


.cssform {
margin: 0;
padding: 5px 0 8px 0;
}

.cssform label {
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
position: absolute;
left: 200px;
}

.cssform input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
position: absolute;
left: 200px;
}

.input {
	width: 150px;
	position: absolute;
	left: 200px;
}

.kwijt input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
position: absolute;
left: 350px;
}

.kwijt input[type="password"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 150px;
position: absolute;
left: 350px;
}

th {
text-align: left;
white-space: nowrap;
}

