.text { 
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #2C0062; 
	text-decoration: none }

.titel { 
	font-family: Arial; 
	font-size: 11pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: bold; 
	font-variant: normal; 
	text-transform: none; 
	color: #2C0062; 
	text-decoration: none }

.tabel { 
	font-family: Arial; 
	font-size: 9pt; 
	font-style: normal; 
	line-height: normal; 
	font-weight: normal; 
	font-variant: normal; 
	text-transform: none; 
	color: #2C0062; 
	text-decoration: none ; 
	background-color: #EAD9FF;
	border-top: 1px #ffffff solid;
	border-right: 1px #ffffff solid;
	padding: 1px;
	padding-left: 4px;
	padding-right: 4px;}

a:hover {  
	font-family: Arial; 
	font-size: 9pt; 
	color: #2C0062; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none}

a:active {  
	font-family: Arial; 
	font-size: 9pt; 
	color: #2C0062; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none}

a:link {  
	font-family: Arial; 
	font-size: 9pt; 
	color: #2C0062; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none}

a:visited {  
	font-family: Arial; 
	font-size: 9pt; 
	color: #2C0062; 
	font-weight: normal; 
	font-style: normal; 
	text-decoration: none}
	
/* --------------- uitklap menu --------------- */

.anylinkcss{
	position: absolute;
	visibility: hidden;
	border: 1px solid #EAD9FF;
	border-bottom-width: 0;
	font: normal 9pt Arial;
	line-height: 18px;
	z-index: +100;
	background-color: #FFF;
	width: 205px;}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #EAD9FF;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;}

.anylinkcss a:hover{ 
	/*hover background color*/
	background-color: #EAD9FF;
	color: #2C0062;}
