body {
	background-image:url('../img/bg.jpg');
	background-repeat:repeat-y;
	background-position:center;
	background-color:#F7F7F7;
}
TD {
	font-family : Verdana;
	font-size : 11px;
	line-height: 19px;
	font-style : normal;
	color : #360F70;
	letter-spacing : 0px;
}

.tekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #360F70;
}
.tekst_klein {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #360F70;
	text-transform: none;
}
.tekst_klein_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 19px;
	color: #360F70;
	text-transform: none;
	font-weight: bold;
}
.tekstbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #360F70;
	font-weight: bold;	
}
.teksttitel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	color: #360F70;
	font-weight: bold;
}
INPUT {
	color : #360F70;
	font-family : Verdana;
	font-size : 11px;
	background: #FFFFFF;
	border-width: 1;
	border-color: #360F70; 
	border-style: solid; 
}
textarea {
	color : #360F70;
	font-family : Verdana;
	font-size : 11px;
	background: #FFFFFF;
	border-width: 1; 
	border-color: #360F70; 
	border-style: solid; 
}
.checkbox {
	color : #360F70;
	font-family : Verdana;
	font-size : 11px;
	border-width: 1; 
	border-color: #C0DCEA; 
	border-style: solid; 
}
INPUT.button {
	color : #FFFFFF;
	cursor: hand;
	background: #360F70;
	text-align: center;
	font-family : Verdana;
	font-size : 11px;
}
.radio {
	color : #360F70;
	font-family : Verdana;
	font-size : 11px;
	border-width: 1; 
	border-color: #C0DCEA; 
	border-style: solid; 
}
.cursor {
	cursor : hand
}
A {
	font-family : Verdana;
	font-size : 11px;
	font-style : normal;
	line-height : 19px;
	color : #360F70;
	text-decoration : underline;
	line-height: 22px;
}
A:HOVER {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #360F70;
	text-decoration : underline;
}
#navExtra a {	
	display:block;
	background-image:  url(../img/menu_normaal.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002F57;
	font-size: 11px;
	text-decoration: none;
	line-height: 25px;
	padding-left: 25px;
}
#navExtrasub a {	
	display:block;
	background-image:  url(../img/menu_sub_normaal.gif);
	background-repeat: no-repeat;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #002F57;
	font-size: 11px;
	text-decoration: none;
	line-height: 25px;
	padding-left: 35px;
}
#navExtra a:hover {
	background-image:  url(../img/menu_over.gif);
	color: #FFFFFF;
}
#navExtrasub a:hover {
	background-image:  url(../img/menu_sub_over.gif);
	color: #002F57;
}
#navaan a {
	display:block;
	background-image:  url(../img/menu_over.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	text-decoration: none;
	padding-left: 25px;
	line-height: 25px;
	heigth:25px;
}
#navaansub a {
	display:block;
	background-image:  url(../img/menu_sub_over2.gif);
	background-repeat: no-repeat;
	text-align: left;
	text-decoration : none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-size: 11px;
	text-decoration: none;
	padding-left: 35px;
	line-height: 25px;
	heigth:25px;
}