/* style sheet updated and cleaned: Karin Spaink, May 2005 */


body
	{
	color: #000000;
	background: #ffffff;
	}

td, h1, h2, h3, menu, li, dt, dd
	{
	font-family: Verdana, Lucida, Arial, Helvetica, sans-serif;
	}

h1, td.h1 a, td.h1 a:active
	{
	color: #cc0033;
	text-align: left;
	font-size: 20pt;
	font-style: italic;
	font-weight: normal;
	}

td.h1 a:visited
	{
	color: #990033; 
	}

td.h1 a:hover
	{
	color: #ffffff;
	background: #cc0033;
	}

h2
	{
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
	}

h3
	{
	font-size: 13pt;
	font-weight: bold;
	}

td  
	{
	font-size: 10pt;
	}

ol, ul
	{
	margin-top: -14px;		/* onderdrukt witregel aan begin ol, ul        */
	}

ol.caps
	{
	list-style-type: upper-alpha;
	}
	
li
	{
	margin-left: 0px;		/* onderdrukt extra marge voor bullets/nummers */
	}

p.klein 
	{
	font-size: 8pt;
	text-align: center;
	}

p.fixed
	{
	background: #dcdcdc;
	border: 1px solid #000000;
	padding: 10px;
	margin-left: 40px;
	font-size: 10pt;
	font-family: Courier, serif;
	}

p.note
	{
	padding: 10px;
	}

.blok
	{
	border: 1px solid #000000;
	padding: 20px;
	}

td.quote
	{
	font-size: 10pt;
	font-family: Courier, serif;
	}	
		
td.menu
	{
	font-size: 8pt;
	line-height: 22px;
	font-style: italic;
	text-align: right;
	}

td.menu-reversed
	{
	font-size: 8pt;
	line-height: 28px;
	font-style: italic;
	text-align: left;
	vertical-align: top;
	}

td.menu a, td.menu-reversed a, td.menu a:visited, td.menu-reversed a:visited
	{
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}

td.menu a:hover, td.menu-reversed a:hover
	{
	color: #ffffff;
	background: #000000;
	font-weight: normal;
	}

img.right
	{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 4px;
	border: 1px solid black;
	}

img.right-noborder
	{
	float: right;
	margin-left: 10px;
	margin-right: 0px;
	margin-top: 4px;
	}

img.left
	{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 4px;
	border: 1px solid black;
	}

img.left-noborder
	{
	float: left;
	margin-left: 0px;
	margin-right: 10px;
	margin-top: 4px;
	}

a:link, a:active  
	{
	color: #cc0033;
	font-weight: bold;
	text-decoration: none;
	}

a:visited
	{
/*	color: #990033; */
	color: #772233;
	font-weight: bold;
	text-decoration: none;
	}

a:hover
	{
	color: #ffffff;
	background: #cc0033;
	font-weight: bold;
	text-decoration: none;
	}

