@media print{
/* Print style sheet */ 
html {}
body 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size : 80%;	
  	margin: 0;
    background-color: White;
    background-image: none;
}

.noprint
{ 
	display: none; 
}

a {}
	a:link 
	{
		color: #033354;
	}
	a:visited 
	{
		color: #033354;
	}
	a:hover 
	{
		color: #033354;
	}
	a:active 
	{
		color: #033354;
	}

#header1 
{
	margin: 0 0 0 0;
	width: 760px;
	height: 30px;
	margin: 0px;
	background: none;
}

#footer1 
{
	margin: 0 0 0 0;
	width: 650px;
	height: 60px;
	margin: 0px;
	background: none;
}

div.pijl
{
	margin: 0 0 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/arrow.gif);
}

div.pdf
{
	margin: 0 0 0 0;
	width: 16px;
	height: 16px;
	background: url(../images/pdf-icoon.jpg);
}

div.nopictures
{
	display: none;
}

table 
{
	font-size : 100%;
	border-collapse : collapse;
	margin : 0em 0em 0em 0em;
}

table.table_header
{
	width: 650px;
	height: 15px;
	border: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

table.table_content
{
	width: 650px;
	height: 0px;
	border: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

table.table_content1
{
	width: 650px;
	height: 0px;
	border: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

table.table_content2
{
	width: 500px;
	height: 20px;
	border: 0px;
	background-color: #FFFFFF;
}

table.table_footer
{
	width: 650px;
	height: 60px;
	border: 0px;
	margin: 0px;
	background-color: #FFFFFF;
}

table.table_w3c
{
	width: 650px;
	height: 60px;
	border: 0px;
	margin: 0px;
}

td.rechtermarge
{
	width : 25px;
}

hr.lijn
{
	width : 600px;
	color: #CCCCCC;
	height : 0.1em;
	clear : both;	
}

h1 
{
	margin : 0em 0em 0em 0em;
	font-size : 14px;
	font-weight : bold;	
}

h2 
{
	margin : 0em 0em 0em 0em;
	font-size : 13px;
	font-weight : bold;	
}

h3 
{
	margin : 0em 0em 0em 0em;
	font-size : 12px;
	font-weight : bold;	
}

h4
{
	margin : 0em 0em 0em 0em;
	font-size : 11px; 
	font-weight : normal;
}

/*UL         
{ 
	list-style-position: outside;		
	list-style-type: none;
	list-style-image: url(../images/bullit.gif);
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	padding-left: 1em
}

UL.sub         
{ 
	list-style-position: outside;		
	list-style-type: none;
	list-style-image: url(../images/subbullit.gif);
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 5px; 
	padding-left: 1em
}
*/
}