body
{
	background-color:	#fff;
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#1d2d43;
	font-weight:		normal;
 	width:			600px;
	margin-left:		45px;
	margin-top:		0px;
	padding-right:		10px;
}

h1
{
	padding-top:		0px;
	margin-top:		0px;
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		28px;
	color:			#1d2d43;
	font-weight:		normal;
	display:		block;
	margin-bottom:		20px;
	padding-bottom:		5px;
	width:			95%;
	border-bottom:		2px solid #d0d79f;
}

h2
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		15px;
	color:			#1d2d43;
	margin-bottom:		0px;
}

h3
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#1d2d43;
	margin:			0px;
	padding:		0px;
}

p
{
	font-family:		Arial, Helvatica, Sans-serif;
	font-size:		12px;
	color:			#1d2d43;
	font-weight:		normal;
	line-height:		180%;
	margin-top:		2px;
	padding-top:		0px;
	margin-bottom:		0px;
	padding-bottom:		0px;
}

a:link, a:visited
{
	color:			#aa6828;
	text-decoration:	underline;
	font-weight:		normal;
	font-style:		italic;
}

a:hover
{
	color:			#1d2d43;
	text-decoration:	underline;
	font-weight:		normal;
	font-style:		italic;
}

.tabel
{
	width:			585px;
	margin-top:		1px;
}

.small
{
	font-size:		9px;
	font-style:		italic;
}

.tabel_met_lijnen
{
	width:			585px;
	margin-top:		1px;
	border:			1px solid #000;
}

.tabel_met_lijnen th
{
	border:			2px solid #000;
}

.tabel_met_lijnen td
{
	border:			1px solid #000;
	padding:		2px;
}

.tabel_met_lijnen tr
{
	border:			1px solid #000;
}

.tabel_met_horizontale_lijnen
{
	width:			585px;
	margin-top:		1px;
	border-bottom:		1px solid #000;
}

.tabel_met_horizontale_lijnen th
{
	border-bottom:		2px solid #000;
}

.tabel_met_horizontale_lijnen td
{
	border-bottom:		1px solid #000;
	padding:		2px;
}

.tabel_met_horizontale_lijnen tr
{
	border-bottom:		1px solid #000;
}

.tabel_met_verticale_lijnen
{
	width:			585px;
	margin-top:		1px;
	border-right:		1px solid #000;
	border-left:		1px solid #000;
}

.tabel_met_verticale_lijnen th
{
	border-right:		1px solid #000;
	border-left:		1px solid #000;
}

.tabel_met_verticale_lijnen td
{
	border-right:		1px solid #000;
	border-left:		1px solid #000;
	padding:		2px;
}

.tabel_met_verticale_lijnen tr
{
	border-right:		1px solid #000;
	border-left:		1px solid #000;
}

