BODY, TD {
	font-family: verdana, arial;
	font-size: 11px;
	line-height: 130%;
}

FONT {
	font-size: 11px;
	}
A { 
	font-weight: bold;
	text-decoration: none;
         color: #000
	}
A:hover {
	text-decoration: underline;
}
.header {
	margin-left: 8px;
	color: #fff;
	height: 20px;
	overflow: hidden;
}

/* formulieren */

div.form {
	width:100%;
	padding-right:25px;
}
table.form {
	width:100%;
	border-collapse:collapse;
	border:none;
	margin-top:20px;
	margin-bottom:20px;
}
tr.form {
}
td.form {
	text-align:left;
	vertical-align:top;
	width:50%;
	padding-bottom:5px;
}
input.form,textarea.form {
	width:100%;
	height:18px;
	font-family:Verdana,Arial;
	font-size:11px;
}
textarea.form {
	height:50px;
}

