body {
    background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #434343;
}
hr {
	border: 1px dotted #cccccc;
	height: 1px;
}

.titel_blauw, .titel_rood, .titel_lichtblauw, .titel_groen {
  letter-spacing: -.05em;
  font-family: Tahoma, Geneva, Arial, Verdana, sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 10px 0 0 0;
  line-height: 1em;
  text-align: left;
  font-size: 16px;
}
.titel_blauw { color: #39558e; }
.titel_rood { color: #f49168; }
.titel_lichtblauw { color: #00bce4; }
.titel_groen { color: #80c42c; }


/* LINKS */


a, a:visited, a:active {
    text-decoration: none;
    color: #434343;
    font-weight: bold;
}
a:hover {
	text-decoration: none;
	background-color: transparent;
	border: 0;
	border-bottom: 1px dotted #39558e;
	color: #39558e;
}
a.normal, a.normal:hover, a.normal:visited, a.normal:active {
	color: #49413e;
}

/* TABLES */
table {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table tr {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
table td {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}