body {
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: White;
	font-family:"Trebuchet MS";
	
}
table.scherm {
	font-size: 13px;
	font-family: "Trebuchet MS";
	background-repeat: no-repeat;
	
}
table.txt {
	font-size: 13px;
	font-family: "Trebuchet MS";
	color: #4d4d4d;
	
}


A:LINK,A:VISITED{
color: #ffffff; 
font-size: 13px;
text-decoration: underline;
color: #4d4d4d;

}
A:HOVER{
	font-size: 13px;
	text-decoration: underline;
	color: #B52824;
}
a.test { color:white; font-size: 12px; }
a.test:link { color:white; font-size: 12px; }
a.test:visited { color:white; font-size: 12px; }
a.test:hover { color:white; font-size: 12px; }


input
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000;
background-color: #ffffff;
border-width: 1;
border-style: solid;
border-color: #505050;
}

textarea
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px; 
color: #000000;
background-color: #F0F0F0;
border-width: 1;
border-style: solid;
border-color: #ffffff;
}

select
    {
    width: 160px;
    font-size: 12px;
    background-color: #f5f5f5;
    
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }

