BODY  			{
	font-family: "Book Antiqua", "Monotype Corsiva";
	color: #555555;
	font-size: 13px;
	line-height: 20px;
	marginwidth: 0px;
	marginheight: 0px;
	topmargin: 0px;
	leftmargin: 0px;
/*	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-highlight-color: #32265c;
	scrollbar-face-color: #32265c;
	scrollbar-shadow-color: #32265c;
	scrollbar-track-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff; */
}
.menu_off		{
	font-family: arial;
	font-size: 10px;
	letter-spacing: 1pt;	
	background: /*#32265c url(../gfx/bg_menu.jpg)*/;
	color: #32265c;
	padding: 3 0 3 10px;
	border-bottom: 1px dotted #32265c;
	cursor: pointer;
	cursor: hand;
}
.menu_over		{
	font-family: arial;
	font-size: 10px;
	letter-spacing: 1pt;	
	background: white;
	color: #333333;
	padding: 3 0 3 10px;
	border-bottom: 1px solid #32265c;
	cursor: pointer;
	cursor: hand;
}
.menu_on		{
	font-family: arial;
	font-size: 10px;
	letter-spacing: 1pt;
	/*background: #a99c96;*/
	color: #32265c;
	padding: 3 0 3 10px;
	border-bottom: 1px solid #32265c;
/*	cursor: pointer;
	cursor: hand; */
}

TD  			{
	font-family: "Book Antiqua", "Monotype Corsiva";
	color: #555555;
	font-size: 13px;
	line-height: 20px;
	text-decoration: none;
}
.footer			{
	font-family: arial, verdana;
	font-size: 10px;
	color: #555555;
	text-decoration: none;
}
.zoek			{
	border-width: 1;
	border-color: silver;
	border-style: solid;
	padding: 1;
	padding-left: 2;
}

H1				{
	font-size: 16px;
}

INPUT, SELECT	{
	border: 1px solid #333333;
	font-size: 11px;
}

A				{
	color: #333333;
	text-decoration: none;
}
A:hover			{
	text-decoration: underline;
	color: #271a50;
}
A:active		{
}
.submenu		{
	color: #222222;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.submenu:Hover  {
	color: #e2d00a;
}
.submenu:Active	{
}
.copyright		{
	color: #222222;
	font-size: 10px;
	text-decoration: none;
}
