body {
	font-family:verdana, Arial,  Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
  
  margin: 0px 0px 0px 0px;
  background-color: transparent;
}

a {
  font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}

a:hover {
  font-size: 12px;
	font-weight: bold;
	color: #FF0000;
  text-decoration: underline;
}

a.nav, 
.nav {
	font-size: 10px;
	font-family:Arial,; 
	font-weight: bold;
	color: #FFFFFF;
  text-decoration: none;
}

a.nav:hover, 
a.nav-over:hover, 
a.nav-over, 
.nav-over {
  font-size: 10px;
	font-family:Arial,;   
	font-weight: bold;
	color: #FF0000;
  text-decoration: none;

}

a.copyright, 
.copyright {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
  text-decoration: none;
}

a.copyright:hover, 
a.copyright-over:hover, 
a.copyright-over, 
.copyright-over {
  font-size: 12px;
	font-weight: bold;
	color: #FF0000;
  text-decoration: none;

}

.body, 
.text, 
table, 
div{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.subtitel,
h3 {
	font-size: 14px;
	font-weight: italic;
	color: #000000;
}

.titel,
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.input, 
.select, 
.textarea, 
input, 
select, 
textarea {
  font-size: 12px;
  color: #000000;
	
  background-color: #FFFFFF;
	border: 1px solid #000000;
  padding: 2px;
}

.button {
  font-size: 12px;
  color: #000000;
  
	background-color: #FFFFFF;
	border: 1px solid #000000;
	cursor: pointer;
  padding: 2px;
}

.fckEditorBody{
  background-color: transparent;
}

.geel {
	color: #FFCC00;
}

.zwart {
	color: #000000;
}

.grijs {
	color: #999999;
}

.wit {
	color: #ffffff;
}

.rood {
	color: #CC0000;
}