/* SCHRIFTEN */
body, p, td, th, a, li, dd, dt {
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body, p, td, th, li, dd, dt {
	color: Black;
}
h1, h2, h3 {
	border-bottom: 1px dotted darkblue;
	color: darkblue;
}
h2, h3 {
  clear: both;
}
h1 {
	font-size: 22px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;	
}
h3 {
	font-size: 10px;	
}
a {
	color: #f36f21;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
dt {
	margin-top: 10px;
	margin-bottom: 1px;
	color: darkblue;
	font-weight: bold;
	font-size: 13px;
}
th {
	background-color: #FADCA2;
	color: darkblue;
	font-weight: bold;
}
.r1 {
	background-color: #E2F3FF;
}
.r2 {
	background-color: #f1f6fa;
}
.r3 {
	background-color: #93d2ff;
}
p.gray {
  color: Gray;
  font-size: 16px;
}
