/*
!!	TOUCHDOWN STYLESHEET	!!
!!	2002/12/12 RS 			!!
!!  GROEN					!!
*/

body					{
							background-color	:	#FFFFFF;
						}

td.kop					{
							background-color	:	#DDEAB8;
						}	
td.colrechts			{
							background-color	:	#9DC435;
						}						
	
.navpad, .navpad:visited
						{
							font-family			:	verdana, sans-serif;
							font-size			:	9px;
							color				:	#415116;
							background-color	:	#DDEAB8;
							text-decoration		:	none;
						}
.navpad:hover			{	
							font-family			:	verdana, sans-serif;
							font-size			:	9px;
							color				:	#415116;
							background-color	:	#DDEAB8;
							text-decoration		:	underline;
						}

.title					{
							font-family			:	verdana, sans-serif;
							font-size			:	14px;
							font-weight			:	bold;
							color				:	#415116;
							background-color	:	#DDEAB8;
						}
						
.menuitem				{	
							cursor				:	hand;
						}
						
.submenu				{
							background-color	:	#BFD97C;
							padding				:	4px;
							
						}
.submenu a				{	
							font-family			:	arial, sans-serif;
							font-size			:	10px;
							font-weight			:	bold;
							line-height			:	14px;
							color				:	#000000;
							text-decoration		:	none;
						}						
.submenu a:hover		{
							text-decoration		:	underline;
						}
					
.content, .content td 
						{
							font-family			:	verdana, sans-serif;
							font-size			:	12px;
							line-height			:	13px;
							color				:	#222A0B;
						}						
						
.content a , .content a:visited, .content a:hover
						{
							font-family			:	verdana, sans-serif;
							font-size			:	12px;
							line-height			:	13px;
							color				:	#415116;
							text-decoration		:	underline;
						}
					
