body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11;
	background-image : url("gfx/back.jpg");
	background-position : top;
	background-repeat : no-repeat;
	background-attachment : fixed;
}

a {
	text-decoration : underline;
	color : #774c5d;
}

.invoer {
	border-color: #774c5d;
	border-width: 1px;
	border-style: solid;
	font-size: 11;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.button {
	background-color: #774c5d;
	color: #ffffff;
	font-size: 11;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

table {
	width : 100%;
}

td.header {
	background-color : F9E3D1;
	font-size: 11;
	font-weight : bold;
}

td.content {
	background-color : FEF7F1;
	font-size: 11;
	border-bottom : 1px solid #F9E3D1;
}

td.blank {
	background-color : FFFFFF;
	font-size: 11;
}

td.trans { 
	font-size: 11;
}