<!--

	/* ###################################### Tag default settings ##################################### */

	BODY 		{ font-size: 11px;
			  font-family: arial, helvetica;
			  color: black;
			  font-weight: normal;
			  padding: 0px 0px 0px 0px;
			  margin: 0px 0px 0px 0px;
			  text-align: left;
			  vertical-align: top;
			  background: white;
			}

	TABLE		{ border: none; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }
	TD 		{ border: none; font-size: 10px; font-family: arial, helvetica; color: black; font-weight: normal; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; text-align: left; vertical-align: top; line-height: 13px; }
	UL		{ list-style-position: outside; list-style-type: square; padding: 0px 0px 0px 10px; margin: 0px 0px 0px 10px; }
	DIV		{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
	SPAN		{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
	H1		{ font-size: 18px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }

	FORM		{ padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
	SELECT		{ font-size: 11px; font-family: arial, helvetica; color: black; font-weight: normal; border: solid 1px #000000; background: #ffffff; padding-left: 2px; }
	INPUT		{ font-size: 11px; font-family: arial, helvetica; color: black; font-weight: normal; border: solid 1px #000000; background: #ffffff; padding-left: 2px; }
	TEXTAREA	{ font-size: 11px; font-family: arial, helvetica; color: black; font-weight: normal; border: solid 1px #000000; background: #ffffff; padding-left: 2px; }
	IMG		{ margin: 0px 0px 0px 0px; border: none; }
	HR		{ margin: 0px 0px 0px 0px; border: none; height: 1px; color: #c0c0c0; }

	A:link		{ color: #000000; text-decoration: none; font-weight: bold; }
	A:active	{ color: #808080; text-decoration: none; font-weight: bold; }
	A:visited	{ color: #000000; text-decoration: none; font-weight: bold; }
	A:hover		{ color: #808080; text-decoration: none; font-weight: bold; }

	.handje		{ cursor: hand; }

	/* ###################################### main content ##################################### */

-->