@charset "utf-8";
/* CSS Document */

.Titel {
	font:Century Gothic , Arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.HOME-TIT_wit {
	font:Century Gothic , Arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;
}

a.HOME-TIT_wit:link {
	font-size:18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

a.HOME-TIT_wit:visited {
	font-size:18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}

a.HOME-TIT_wit:hover {
	font-size:18px;
	font-weight: bold;
	color: #FFF2F9;
	text-decoration:underline;
}

a.HOME-TIT_wit:active {
	font-size:18px;
	font-weight: bold;
	color: #FFF2F9;
	text-decoration:underline;
}

.Klein_zwart {
	font:Century Gothic , Arial, helvetica;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

a.Klein_zwart:link{
	text-decoration:underline;
	color: #660099;
}

a.Klein_zwart:visited{
	text-decoration:underline;
	color: #660099;
}

a.Klein_zwart:hover{
	text-decoration:underline;
	color: #2D0042;
}

a.Klein_zwart:active{
	text-decoration:underline;
	color: #2D0042;
}

.normaal {
	font:Century Gothic , Arial, helvetica;
	font-size:13px;
	font-weight:normal;
}

a.normaal:link{
	text-decoration:underline;
	color: #660099;
}

a.normaal:visited{
	text-decoration:underline;
	color: #660099;
}

a.normaal:hover{
	text-decoration:underline;
	color: #2D0042;
}

a.normaal:active{
	text-decoration:underline;
	color: #2D0042;
}

.FORM-textnormaal {
font-family:Century Gothic, Arial, Helvetica, sans-serif;
font-size:12px;
color: #593D1C;
background-color: #F9E1FF;
border:thin;
border-color:#000000
}
.FORM-button {
font-family:Century Gothic, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:13px;
color: #593D1C;
background-color:#F9E1FF;
border:thin #593D1C;
}