body{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #9FC532;
	color: white;
	font-size: 12px;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.redBox{
	width: 300px;
	background-color: Red;
	padding: 5px;
	color: White;
	font-weight: bold;
	font-size: 18px;
}
.whiteLarge{
	color: White;
	font-weight: bold;
	font-size: 16px;	
}
.mainTable{
	background-image: url(../layout/bg.jpg);
	background-repeat: no-repeat;
	width: 780px;
	padding: 0px;
	margin: 0px;
}
.groen{
	background-color: #007856;
}
.footer{
	background-color: #007856;
	height: 20px;
}
a{
	color: White;
	text-decoration: none;
}
a:hover{
	color: White;
	text-decoration: underline;
}
input{
	border: 1px solid Black;
	font-size: 10px;
}