body {
  background-color:white;
  color:black;
  font-family:"Arial";
  font-size:16px;
}
a {
  text-decoration:none;
  color:black;
}
a.markedAsHyperlink {
  text-decoration:underline;
}
a:hover {
  color:gray;
  text-decoration:underline;
}
td {
  font-family:"Arial";
  font-size:16px;
}
td.cursusonderdeelkop {
  font-weight: bold;
}
hr {
  color:#DFF2FF; /* Internet Explorer */
  background-color:#DFF2FF; /* Older versions of Opera and Mozilla */
  border-color:#DFF2FF; /* Other browsers */
}
img.cursusimg {
  margin-top:16px;
}
table.subsubtoc {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #D0D0D0;
}
table.subsubtocnoline {
  padding-bottom: 10px;
  margin-bottom: 20px;
}
table.subtoc {
  padding-bottom: 10px;
}
td.mainImage {
  vertical-align:top;
  padding:15px;
  width: 260px; /* Necessary to show contact page fine on wide screen */
}
img.mainImage {
}
td.mainText {
  vertical-align:top;
  padding-top:15px;
  padding-right: 15px;
  padding-left: 8px;
}

.logoText{
  vertical-align:top;
  padding:15px;
  color:#DFF2FF;
}
.slogan{
	color: #8FA2BF;
}
