@media print
{
	/* BASIS ELEMENTEN
	---------------------------------------*/
	body
	{
		font-size: 7.5pt;
	}
	
	table
	{
		background-color:#FFFFFF;
	}
	
	tr
	{
		background-color:#FFFFFF;
	}
	
	td
	{
		background-color:#FFFFFF;
	}
	
	a:link, a:visited, a:active, a:focus
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #FF00CC;
		text-decoration: none;
	}
	
	a:hover
	{
		text-decoration: none;
		color: #FF00CC;
	}
	
	h1
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		font-weight: bold;
		color: #000;
		line-height: 12pt;
		padding: 0px;
		margin: 0px;
	}
	
	p
	{
		margin: 0px;
	}
	
	/* GESPECIFICEERDE ELEMENTEN
	---------------------------------------*/
	
	/* LINKS
	---------------------------*/
	a.links2:link, a.links2:visited, a.links2:active, a.links2:focus
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		color: #000;
		text-decoration: none;
	}
	
	a.links2:hover
	{
		text-decoration: underline;
	}
	
	.tekst a:link, .tekst a:visited, .tekst a:active, .tekst a:focus
	{
		color: #000;
		text-decoration: underline;
	}
	
	.tekst a:hover
	{
		text-decoration: none;
	}
	
	/* TEKST
	---------------------------*/
	.tekst
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 9pt;
		color: #000;
		line-height : 13pt;
	}
	
	.tekstbold
	{
		font-weight: bold;
	}
}