.Menu {
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-style: bold;
	color: #FFFFFF;
	background-color: #000000;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	border-top: 1px solid #4C4C4B;
	border-bottom: 1px solid #4C4C4B;
	cursor: pointer; 
	cursor: hand;
    line-height: 14pt;
	text-decoration:none
}

.SUBMenu {
	font-family: Trebuchet MS;
	font-size: 8pt;
	font-style: bold;
	color: #000000;
	background-color: #9B9B9B;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
	border-bottom: 1px solid #4C4C4B;
	cursor: pointer; 
	cursor: hand;
    line-height: 14pt;
	text-decoration:none
}

a.menulink {
text-decoration:none; 
color:white;
}
a.menulink:visited{
text-decoration:none; 
color:white;

}
a.menulink:hover{
text-decoration:none; 
color:white;
}

a.link {
text-decoration:none; 
color:black;
}
a.link:visited{
text-decoration:none; 
color:black;

}
a.link:hover{
text-decoration:none; 
color:black;
}

.Tekst {
	font-family: Trebuchet MS,Arial;
	font-size: 9pt;
	font-style: normal;
	color: #000000;
	line-height: 12pt;
}
.Titels {
	font-family: Trebuchet MS,Arial;
	font-size: 13pt;
	font-style: normal;
	color: #000000;
	line-height: 14pt;
}
.Backgroundleft {
	background-color: #FFFFFF;
	border-left: 1px solid #939393;
}
