.pagetitle {
font-size: 			16px;
font-family: 		Arial, Verdana;
font-weight: 		bold;
color: 				#a8a8a8;
} 

a.submenu  {
font-family: 		Arial, Verdana; 
font-size: 			11px; 
line-height:		16px;
color: 				#005c92;
text-decoration:	none;
}

a.submenu:hover  {
font-family: 		Arial, Verdana; 
font-size: 			11px; 
line-height:		16px;
color: 				#005c92;
text-decoration:	underline;
}

a.subsubmenu  {
font-family: 		Arial, Verdana; 
font-size: 			10px; 
line-height:		14px;
color: 				#005c92;
text-decoration:	none;
}

a.subsubmenu:hover  {
font-family: 		Arial, Verdana; 
font-size: 			10px; 
line-height:		14px;
color: 				#005c92;
text-decoration:	underline;
}

.taalkeuze {  
font-family: 		Arial, Verdana; 
font-size: 			9px; 
line-height:		11px;
color: 				#949494;
}

a.taalkeuze {  
font-family: 		Arial, Verdana; 
font-size: 			9px; 
line-height:		11px;
color: 				#949494;
text-decoration:	none;
}

a.taalkeuze:hover {  
font-family: 		Arial, Verdana; 
font-size: 			9px; 
line-height:		11px;
color: 				#666666;
text-decoration:	none;
}

.copyright {  
font-family: 		Arial, Verdana; 
font-size: 			11px; 
line-height:		11px;
color: 				#949494;
}

a.copyright {  
font-family: 		Arial, Verdana; 
font-size: 			11px; 
line-height:		11px;
color: 				#949494;
text-decoration:	none;
}


a.copyright:hover {  
font-family: 		Arial, Verdana; 
font-size: 			11px; 
line-height:		11px;
color: 				#949494;
text-decoration:	underline;
}

hr {
border:		dotted 1px #474747;
}

.header {
	font-family: 		Arial, Verdana;
	font-weight: 		bold;
	font-size: 			14px;
	color: 				#0273db;
}

.text {
	font-family: 		Arial, Verdana;
	font-weight: 		none;
	font-size: 			12px;
	color: 				#474747;
	line-height: 		18px;
	overflow: 			auto;
	padding-top: 		0px;
	padding-right: 		0px;
	padding-left: 		8px;
	padding-bottom:		0px;
}

.textsmall {
	font-family: 		Arial, Verdana;
	font-weight: 		none;
	font-size: 			11px;
	color: 				#474747;
}

a.textsmall {
	font-family: 		Arial, Verdana;
	font-weight: 		none;
	font-size: 			11px;
	color: 				#005c92;
	text-decoration:	underline;
}

a.textsmall:hover {
	font-family: 		Arial, Verdana;
	font-weight: 		none;
	font-size: 			11px;
	color: 				#5a5a5a;
	text-decoration:	underline;
}


td {
	font-family: 		Arial, Verdana;
	font-weight: 		none;
	font-size: 			12px;
	color: 				#474747;
}

a {
	font-family: 		Arial, Verdana;
	font-size: 			12px;
	color: 				#005c92;
	text-decoration: 	underline;
	font-weight:		none;
}

a:hover {
	font-family: 		Arial, Verdana; 
	font-size: 			12px; 
	color: 				#5a5a5a;
	text-decoration: 	underline;
	font-weight:		none;
}

body { 
	background-color:	#ffffff;
	margin-top:			0px;
	margin-right: 		0px;
	margin-left: 		0px;
	margin-bottom: 		0px;
}

.textarea {
	font-family: 		Arial, Verdana;
	color:				#132C50;
	font-size: 			11px;
 	background-color: 	#ffffff;
 	border: 			1px solid #a8a8a8;
}

.button {
	font-family: 		Arial, Verdana; 
	color:				#005c92;
	font-size:			9pt; 
	background-color:	#ffffff; 
	border:				1px solid #005c92;
}

.button:hover {
	font-family: 		Arial, Verdana; 
	color:				#ffffff;
	font-size:			9pt; 
	background-color:	#005c92;
	cursor:				pointer;
	border:				1px solid #005c92;
}


.borderright {
	border-right:		1px solid #999999;
}