BODY{
	background-color: #FFFFFF;
	background-image: url('images/back.jpg');
	background-repeat: repeat-y;
}
BODY , table,td{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.outer{
	border: 1px;
	color: White;
	background-color: #848BB0;
	font-weight : bold;
}
.inner{
	border: 0px;
	color: black;
	background-color : white;
}
.body{
	border: 0px;
	color: black;
	background-color : white;
}
.butt{
	background-image: url(images/verloop.gif);
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight : bold;
	text-align: right;
	cursor:hand;
}
.nobutt{
	background-image: url(images/verloop.gif);
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight : normal;
	text-align: right;
	cursor:hand;
}
A{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	font-weight : bold;
	text-decoration : none;
}

