/*print class tekst*/
td
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-variant: small-caps;
color: #000000;	
}
/* scrollbar*/
BODY {
	SCROLLBAR-FACE-COLOR: #CCCCCC;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #CCCCCC; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
   SCROLLBAR-TRACK-COLOR: #CCCCCC;
	SCROLLBAR-DARKSHADOW-COLOR: #CCCCCC;
}
/* uppercase bold*/
.uppercasebold
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
color: #000000;	
}
/* knop afdrukken*/
.knop
{
border: 1px solid #000000;
background-color: #cccccc;;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
font-variant: small-caps;
color: #000000;	
}
/*print class bottom tekst*/
.printbottom
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-variant: small-caps;
color: #999999;	
}
/* Invulveld groot */
.inputgroot
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width:600px;
background-color: transparent;
border: 1px solid #6A7480;
}
/* Invulveld klein ( datum etc)*/
.input
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width:100px;
background-color: transparent;
border: 1px solid #6A7480;
}
.input1
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width:150px;
background-color: transparent;
border: 1px solid #6A7480;
}
.input2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width:200px;
background-color: transparent;
border: 1px solid #6A7480;
}
.input3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
width:307px;
background-color: transparent;
border: 1px solid #6A7480;
}
