/* CSS Document */

form {
	border: 1px solid #878177;
	background-color: #FFFFE8;
	width: 610px;
	line-height: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
	line-height: 18px;
	text-align: justify;
}

input {
	border: 1px solid #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.kop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003300;
	line-height: 40px;
}

.kop_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003300;
	line-height: 40px;
}

.link, a {
	color:#009900;
	text-decoration: none;
}

.link:hover, a:hover {
	color: #990000;
	text-decoration: none;
}

p {
	display: list-item;
	list-style-type: none;

}

.voet {
	font-size: 9px;
	color: #003300;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003300;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}

A.voet {
	color: #003300;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

A.voet:hover {
	color: #990000;
	text-decoration: none;
}

ul {
	display: list-item;
}

