<!--
.heading {
	font-size: 18px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
}

.titre {
	font-size: 12px;
	font-family: Verdana, Helvetica;
	font-weight: bold;
	color: #2d6dc9;
	text-decoration: none;
}

.bodytext {
	font-family: Verdana, Helvetica;
	font-size: 12px;
	text-decoration: none;

}

a:link {
	font-size: 12px;
	font-family: Verdana, Helvetica;
	color: #2d6dc9;
	text-decoration: none;
}

a:visited {
	font-size: 12px;
	font-family: Verdana, Helvetica;
	color: #2d6dc9;
	text-decoration: none;
}

a:hover {
	font-size: 12px;
	font-family: Verdana, Helvetica;
	color: #2d6dc9;
	text-decoration: none;
}

/************************
***vanaf hier menu css***
************************/

.menutitle{
text-align: left;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 2px;
background-color:#E4E4E4;
color:#000000;
width:182px;
height: 24px;
}

.menutitleblue{
text-align: left;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 2px;
background-color:#CDE6FF;
color:#000000;
width:182px;
height: 24px;
}

.menutitle a:link{
display: block;
text-align: left;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 1px;
background-color:#E4E4E4;
color:#000000;
width:182px;
height:24px;
}

.menutitle a:visited{
display: block;
text-align: left;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 1px;
background-color:#E4E4E4;
color:#000000;
width:182px;
height:24px;
}

.menutitle a:hover{
display: block;
text-align: left;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 1px;
background-color:#CDE6FF;
color:#000000;
width:182px;
height:24px;
}

.menutitle a:active{
display: block;
text-align: left;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 1px;
background-color:#99CCFF;
color:#000000;
width:182px;
height:24px;
}


.submenu{
text-align: left;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 1px;
background-color:#F2F2F2;
color:#000000;
width:182px;
}

.submenu a:active{
text-align: left;
text-decoration: none;
font-weight: bold;
font-family: Verdana, Helvetica;
font-size: 12px;
cursor: pointer;
margin-bottom: 1px;
background-color:#99CCFF;
color:#000000;
width:182px;
}


