/**
	Copyright© Steven Dijkman, 2004
	http://www.stevendijkman.com/
	
	This code may under no circumstances be used, 
	altered, (re)distributed or made available to 
	the public without prior and written consent 
	from the author.
**/

BODY, P, TABLE
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

TD
{
	vertical-align: top;
}

TD.imageContainer
{
	text-align: center;
}

TH
{
	text-align: left;
	text-indent: 40px;
	border: 1px solid black;
}

TH.roze
{
	background-color: #FE9A9A;
}

TH.geel
{
	background-color: #FEFD9A;
}

TH.blauw
{
	background-color: #9AADFE;
}

A
{
	color : Navy;
}

A:hover, A:active
{
	text-decoration : underline;
	color : Navy;
}

A:visited
{
	color : Maroon;
}

.nieuws {
	font-style: italic;
	line-height: 26px;
}