body 
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	background-image: url(img/bgleft.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: black;
	margin: 0px;/*ALTIJD invoeren (verschil ie en ff)*/
}

div.bgtop 
{
	background-image: url(img/bgtop.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	height: 104px;
	z-index: 0;
}

div.menu 
{
	position: absolute;
	top: 130px;
	left: 30px;
	width: 156px;
	z-index: 1;
}

table.menu
{
	width: 156px;
	padding: 0px;
	border-spacing: 0px;	
}

tr.menu
{
	background-image: url(img/menubg.gif);
	height: 33px;
	width: 106px;
	text-align: center;
	vertical-align: middle;
}

a.menu
{
	text-decoration: none;
	font-weight: bold;
	color: white;
}

div.logo 
{
	position: absolute;
	background-repeat: no-repeat;
	background-image: url(img/IMFlogo.gif);
	background-position: top;
	height: 178px;
	width: 168px;
	left: 400px;
	top: 10px;
	z-index: 4;
}

div.content
{
	margin-top:120px;
	margin-left:200px;
}

table.header
{
	border-style: none;
	border-spacing: 0px;
	width: 100%;
}

tr.header
{
	background-image: url(img/headerbg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: olive;
	font-size: 15pt;
}

td.header
{
	text-align: center;
	width: 100%;
	border-spacing: 0px;
}

table.border
{
 	border-style: none;
	background-image: url(img/tablebg.gif);
	border-spacing: 0px;
	width: 100%;
}

td.topleftborder
{
	width: 14px;
	height: 22px;
	background-image: url(img/topleftborder.gif);
}


td.topborder
{
	background-image: url(img/topborder.gif);
	text-align: center;
}

td.toprightborder
{
	width: 14px;
	height: 22px;
	background-image: url(img/toprightborder.gif);
}

td.leftborder
{
	background-image: url(img/leftborder.gif);
}


td.rightborder
{
	background-image: url(img/rightborder.gif);
}

td.bottomleftborder
{
	height: 22px;
	background-image: url(img/bottomleftborder.gif);
}

td.bottomborder
{
	height: 22px;
	background-image: url(img/bottomborder.gif);
}

td.bottomrightborder
{
	height: 22px;
	background-image: url(img/bottomrightborder.gif);
}

div.notes
{
	position: absolute;
	left:5px;
	top:85%;
}

table.notes
{
	border-style: solid;
}

a img
{
	border-style: none;
}

/*a:visited
{ 
	color: white;
}
a:hover
{ 
	color: white;
}
a:active
{ 
	color: white;
}*/