.content
{
	color: black;	
	font-size: 9pt;	
	font-family: Arial;
                padding: 0;
}

.content2
{
	color:  #163162; /*color blue*/	
	font-size: 12pt;	
	font-family: Arial;
                padding: 20;
}  

.contentBig
{
	color: black;	
	font-size: 10pt;	
	font-family: Arial;
} 

.TdText
{
	color:Black;
	text-align:left;	
	font-size:9pt;	
	font-family: Arial;
                padding: 10;
}

.links2
{
	font-size: 9pt;
	color: #5684b2; /*color blue*/
	font-family: Arial;
	text-decoration: none;	
}

.linksSpecial
{
	font-size: 12pt;
	color: #89B1CB; /*color blue*/
	font-family: Arial;
	text-decoration: none;	
}

.linksBlack
{
	font-size: 9pt;
	color:Black; /*color black*/
	font-family: Arial;
	text-decoration: none;	
}

.links3
{
	font-size: 9pt;
	color: #F18D01; /*color orange*/
	font-family: Arial;
	text-decoration: none;	
}

.links4
{
	font-size: 8pt;
	color: #C29A17; /*color geschiedinis header*/
	font-family: Arial;
	text-decoration: none;	
}

.LinkSpecial
{
	font-size: 8pt;
	color:Black;
	font-family: Arial;
	text-decoration: none;	
}

.YellowFont
{
	font-size:8pt;
	font-weight:bold;
	color:#D4AA61;
	font-family: Arial;
	text-decoration: none;
}

.RedFont
{
	font-size:8pt;
	font-weight:bold;
	color:#81150C;
	font-family: Arial;
	text-decoration: none;
}

.BlueFont
{
	font-size:8pt;
	font-weight:bold;
	color:#201568;
	font-family: Arial;
	text-decoration: none;
}

body {
/*background: white;*/
/*background-image: url(../Images/BackgroundPic.jpg);*/
padding:0;
margin:0;
font-family: Arial, sans-serif;
/*font-size: smaller;
color: white;*/
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
position: relative;
top: 0px;
left: 0px;
width: 160px;
}

#menu dt {
cursor: pointer;
background: #89B1CB; /*#A9BFCB;*/
height: 20px;
line-height: 20px;
/*margin: 2px 0;*/
border: 1px solid Gray;
text-align: left;
font-weight: bold;
color: White;
}

#menu dd {
position: absolute;
z-index: 100;
left: 15em;
margin-top: -2.4em;
width: 10em;
background: #3970AE; /*#A9BFCB;*/
border: 1px solid gray;
font-family:Arial;
font-size: 8pt; 
color: White;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size:  8pt;
height: 18px;
line-height: 18px;
}
#menu li a, #menu dt a {
color: #ffffff;
text-decoration: blink;
display: block;
}

#menu li a:hover {
text-decoration:underline; 
/*font-style:italic;*/
/*color:Red;*/
}

#mentions {
font-family: Arial;
font-size: xx-small;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #ffffff;
}
#mentions a:hover{text-decoration: underline;
}

