@charset "utf-8";
/* CSS Document */

*	{
	font-family:"Trebuchet MS", Tahoma;
	font-size:12px;
	margin:0px;
	padding:0px;
	color: #FFFFFF;
}

table{
	font-size: 100%;
	empty-cells: hide;
}

p	{}

p.klein	{
	font-size: 9px;
}

.tem span	{
	font-style: italic;
}
.stijl1 {font-size: 18px}
.knop	{
	list-style-type: lower-alpha;
	width: 150px;
	color: #FFFFFF;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
}

/* begin hack \*/
* html .button{
	padding: 0;
	border-color: #E2E1D9;
}

* html legend{
	margin-left: -5px;
}
/* einde hack */

