BODY, INPUT, OPTION, SELECT, TEXTAREA, TABLE, TH, TD, TR {
	font-family: Verdana, Lucida Console, Monaco, courier new, verdana, times new roman, tahoma, arial, helvetica;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	line-height: 16px;
}

INPUT, OPTION, SELECT, TEXTAREA, FILE { 
	color: #000000;

	border-left-color: #000000;
	border-left-width: 1px;
	border-right-color: #000000;
	border-right-width: 1px;
	border-top-color: #000000;
	border-top-width: 1px;
	border-bottom-color: #000000;
	border-bottom-width: 1px;
}

BODY {
	background-color: #FFFFFF;
	color: #000000;
}

BODY.filler {
	background-color: #FFFFFF;
}


A {
	color: #0068B4;
	text-decoration: none;
	font-weight: normal;
}

A:hover {
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.title {
	font-family: arial, sans serif;
	color: #636262;
	font-size: 40px;
	line-height: normal;
}

#homeknop { 
	overflow: hidden; 
	top: 425px; 
	left: 0px; 
	width: 90px; 
	height: 74px; 
	position: absolute; 
	background-color: #FFFFFF;
}	   

#nieuwsknoppen {
	overflow: hidden; 
   top: 250px; 
   left: 768px; 
   width: 21px; 
   height: 245px; 
   position: absolute; 
   background-color: #FFFFFF;
}

#navknoppen {
	overflow: hidden; 
   top: 425px; 
   left: 549px; 
   width: 201px; 
   height: 72px; 
   position: absolute; 
   background-color: #FFFFFF;
}

#logo {
	overflow: hidden; 
   top: 0px; 
   left: 533px; 
   width: 257px; 
   height: 45px; 
   position: absolute; 
   background-color: #FFFFFF;
}

#payoff {
	overflow: hidden; 
   top: 520px; 
   left: 58px; 
   width: 674px; 
   height: 18px; 
   position: absolute; 
   background-color: #FFFFFF;
}

#detailcanvas {
	overflow: none; 
	width: 770px; 
	height: 440px; 
	top: 5px; 
	left: 0px; 
	position: absolute;
	}
	
.fadeout {
   	background-image : url('../images/main-bground.gif');
	background-attachment : fixed;
	background-repeat : repeat-x;
	}

#dhtmltooltip {
	position: absolute;
	width: 300px;
	border: 1px solid #97979B;
	padding: 2px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}

