body
{
	font-size: 10px;
	font-family: verdana;

	color: #696a6c;
	background-color:#bcbdbf;
	height:100%; /* voor IE */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    scrollbar-base-color:#ffffff;
	scrollbar-track-color:#ffffff; 
	scrollbar-darkshadow-color:#ffffff; 
	scrollbar-shadow-color:#f5f5f5; 
	scrollbar-width: 6px;
}
A:link
{
	font-size: 10px;
	color: #696a6c;
	font-style: normal;

	Text-decoration: underline;
}
A:visited
{
	font-size: 10px;
	color: #696a6c;
	font-style: normal;
	
	Text-decoration: underline;
}
A:hover
{
	font-size: 10px;
	color: #5c73b6;
	font-style: normal;

	Text-decoration: none;
}
A.reverseTahoma:link
{
	font-family: tahoma;
	font-size: 11px;
	color: #696a6c;
	font-style: normal;

	Text-decoration: none;
}
A.reverseTahoma:visited
{
	font-family: tahoma;
	font-size: 11px;
	color: #696a6c;
	font-style: normal;
	
	Text-decoration: none;
}
A.reverseTahoma:hover
{
	font-family: tahoma;
	font-size: 11px;
	color: #5c73b6;
	font-style: normal;

	Text-decoration: underline;
}
A.reverse:link
{
	
	color: #696a6c;
	font-style: normal;

	Text-decoration: none;
}
A.reverse:visited
{
	
	color: #696a6c;
	font-style: normal;
	
	Text-decoration: none;
}
A.reverse:hover
{
	
	color: #5c73b6;
	font-style: normal;

	Text-decoration: underline;
}

#footer
{
	font-family: tahoma;
	font-size: 11px;
	line-height: 14px;
}
#container{
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	background-color: White;
	min-height: 100%;
	height:auto; /* voor moderne browsers */
	height:100%; /* voor IE */

}
