/* Deze stylesheet is bedoeld voor het afdrukken */
body, html {
	background-color: "ffffff";
	color:#000;
	font-size:10pt;
	font-family: candara, arial,verdana;
}
h1, h2, h3, h4 {
	font-family: candara, arial,verdana;
}
h1 {
	font-size : 18pt;
	text-decoration : none;
	font-weight: bold;
	font-variant: none;

}
h2 {
    clear: both;
	font-size : 14pt;
	text-decoration : none;
	font-weight: lighter;
	font-variant: none;
	padding-right:0px;
}

h3 {
	font-size : 14pt;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
}

h4 {
	font-size : 14pt;
	text-decoration : none;
	font-weight: none;
	font-variant: none;
	padding-right:0px;
}
blockquote
{
	font-style: italic;
	padding: 2px 0;
	border-style: solid;
	border-color: #e2e2e2;
	border-width: 0;
	padding-left: 20px;
	padding-right: 8px;
	border-left-width: 5px;
}	
.content,.text {
	text-decoration : none;
}
td, th {
	vertical-align: top;
	text-align: left;
}
th {
	font-weight: bold;
}
a, a:hover  {
	color:#000;
	text-decoration : underline;
	font-weight: none;
}
a:hover  {
	font-style: none;
	font-weight: none;
	text-decoration : underline;
}