
/* standaard */

BODY  
{
	background-color: #000000;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0px;
	text-decoration: none;
	scrollbar-base-color: none;
	scrollbar-arrow-color: none;
	scrollbar-track-color: none;
	scrollbar-shadow-color: none;
	scrollbar-lightshadow-color: none;
	scrollbar-darkshadow-color: none;
	scrollbar-highlight-color: none;
	scrollbar-3dlight-color: none;
	margin-top: 0px; 
	margin-left: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px;
	
}

td
{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0px;
}

strong
{
	color: #FFFFFF;
}


/* hyperlinks */

a:link
{	
	color: #999999;
	text-decoration: none;
}
a:active
{
	color: #999999;
	text-decoration: none;
}
a:visited
{
	color: #999999;
	text-decoration: none;
}
a:hover
{	
	color: #ffffff;
	text-decoration: none;
}


/* opsomming */

/* opsommingen bullets */

UL LI 
{ 
	margin-left: -25px;
	margin-bottom: 0px;
	list-style-position: outside;
	list-style: url(/images/#.gif);
	list-style-type: square;
	text-align: left;
	color: #999999;
}

/* opsommingen nummering */

OL LI 
{ 
	margin-left: -20px;
	margin-bottom: 0px;
	list-style: decimal;
	text-align: left;
	color: #999999;
}

/* opsomming padding bottom */

TD UL 
{ 
margin-bottom: 0px;
}
TD OL 
{ 
margin-bottom: 0px;
}

/* diversen */

TD.justify
{
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	letter-spacing: 0px;
	text-align: justify;
}

