BODY {
	background-attachment      : fixed;
	background-repeat          : repeat;
	margin                     : 0px;
}

TD {
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 12px;
	line-height     : 18px;
	font-style      : normal;
	color           : #ffffff;
	letter-spacing  : 0px;
}

.tekst_klein11px  {
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 11px;
	line-height     : 18px;
	font-style      : normal;
	color           : #ffffff;
	letter-spacing  : 0px;
}
.tekst_klein {
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 9px;
	line-height     : 18px;
	font-style      : normal;
	color           : #ffffff;
}
.tekst_groot {
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 13px;
	line-height     : 18px;
	font-style      : normal;
	font-weight		: bold;
	color           : #ffffff;
}
.tekst_titel{
	font-family     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 18px;
	line-height     : 18px;
	font-style      : normal;
	font-weight		: bold;
	color           : #C64A11;
}

.cursor {
	cursor          : hand
}

select, input, textarea, radio, checkbox{
	color           : #000000;
	font-family     : Verdana;
	font-size       : 11px;
	background      : #F8F8F8;
	text-align      : left;
	border-width    : 1; 
	border-color    : #000000; 
	border-style    : solid; 
}
INPUT.button {
	background      : none;
	border          : 0;
	background-image: url(bg_button.gif);
	font-weight     : bold;
	width           : 100px;
	height          : 20px;
	cursor          : hand;
}

IMG {
	border			: 0px;
}

A {
	text-decoration : none;
	color           : #ffffff;
	text-decoration : underline;
}
A:HOVER {
	text-decoration : normal;
	color           : #ffffff;
}
A:VISITED {
	color           : #ffffff;
	text-decoration : underline;
}
A:ACTIVE {
	text-decoration : underline;
}

A.2 {
	text-decoration : none;
	color           : #A3A3A3;
}
A.2:HOVER {
	text-decoration : underline;
	color           : yellow;
}
A.2:VISITED {
	color           : yellow;
}
A.2:ACTIVE {
	text-decoration : underline;
}