/* Governs page background, and background of images using drop-shadows */
BODY {
background-color: #333333;
color: #C0C0C0;
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12pt;
line-height: 14pt;
scrollbar-face-color: #666666;
scrollbar-highlight-color: #4682B4;
scrollbar-shadow-color: #C0C0C0;
scrollbar-track-color: #003366;
scrollbar-arrow-color: #ADD8E6;
scrollbar-darkshadow-color: #000080;
}

/* links */
A:LINK {
font: 12 pt Arial, Helvetica, Sans-Serif;
line-height: 14pt;
color:#C0C0C0;
font-weight : normal;
text-decoration : underline;
}

/* visited links */
A:VISITED {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12pt;
line-height: 14pt;
color: #C0C0C0;
font-weight : normal;
text-decoration : underline;
}

/* mouse-over links */
A:HOVER {
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12pt;
line-height: 14pt;
color: #0055FF;
font-weight : normal;
text-decoration: underline;
}

/* footer text */
DIV.footer {
color: #FFFFFF;
font-size: 10pt;
}

/* stijlen */
h1	{font: 18pt Arial;
	font-weight: bold;
	color: #C0C0C0;}

h2	{font: 14pt Arial;
	font-weight: bold;
	text-decoration: underline;
	color: #C0C0C0;
	line-height: 14pt;}
	
h6	{font: 16pt Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	color: #C0C0C0;
	line-height: 16pt;}

li	{font: 12pt Arial, Helvetica, Sans-Serif;
	color: #C0C0C0;
	line-height: 14pt;}