
BODY {
  font-family: Verdana, Arial, Sans-serif;
  font-size: 0.8em;
  color: #000000;
  background-color: #ffffff;
}


a:link {color: #000040}

a:visited {color: #400040}

a:active {
  color: #ff0000;
  text-decoration: underline
}

a:hover {
  color: #ff0000;
  text-decoration: underline
}

a:link.header {
	color: #000000;
	text-decoration: underline;
}

a:visited.header {
	color: #000000;
	text-decoration: underline;
	}

a:active.header {
  color: #ff0000;
  text-decoration: underline
}

a:hover.header {
  color: #ff0000;
  text-decoration: underline
}

p {
  font-size: 1.0em;
}

p.pagefooter {
  font-size: 0.9em;
  color: #404040;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1em;
}

th, td {
  font-size: 0.8em;
}

table.overzicht {
	border: solid 1pt #404040;
}

th.overzicht_kop {
  font-size: 0.8em;
  border-bottom: solid 1px #404040;
  border-right: solid 1pt #404040;
  margin: 5px;
  padding: 2px;
  text-align: left;
  background: #FFE7A5;
}

th.overzicht {
  font-size: 0.7em;
  border-right: solid 1pt #404040;
  margin: 5px;
  padding: 2px;
  text-align: left;
  background: #FFE7A5;
}

td.overzicht {
  font-size: 0.8em;
  border-top: solid 1px #404040;
  border-right: solid 1pt #404040;
  margin: 5px;
  padding: 2px;
}

td.overzicht a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

td.overzicht a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.small {
	font-size: 0.8em;
}

.red {
	color: #ff0000;
}