@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #6A4904;
}

h1 {
	font-size: 12pt;
	font-variant: small-caps;
	color: #E28800;
}
h2 {
	background-color: #FFEAC6;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #E07E01;
	border-bottom-color: #E07E01;
	margin-left: 10px;
	padding-left: 10px;
	font-size: 11pt;
	color: #706A54;
	margin-right: 25px;
}
h3 {
	font-size: 10pt;
	color: #E07E01;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E07E01;
	font-weight: normal;
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 3px;
}
a:link,a:visited  {
	font-size: 9pt;
	color: #706A54;
	text-decoration: underline;
}
#lijn {
	color: #6A4904;
}

#links a:hover {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: none;
	margin-left: 3px;
	background-color: #DF7D00;
}
#tabelboven {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6A4904;
	background-color: #C7C0A4;
	height: 40px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #6A4904;
	width: 815px;
}
#tabelonder {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #6A4904;
	background-color: #C7C0A4;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #6A4904;
	width: 815px;
}#tabelonder  a {
	font-size: 8pt;
	text-transform: capitalize;
}
li {
	list-style-image: url(layout/bullet.jpg);
}
#code {
	font-family: "Courier New", Courier, monospace;
	border: 1px dotted #E28800;
}
#code td {
	font-size: 9pt;
}
