
body  {	font-family : Arial, Helvetica, sans-serif;	font-size:11px;	}
table {	font-family: Arial, Verdana; font-size: 11;} 


/* FORM */

Input 	{
font-family: Arial, Verdana; 
font-size: 12; 
border : 1px ridge black;	
}

select	{
font-family: Arial, Verdana; 
font-size: 12; 
border : 1px ridge black;	
}

textarea{
font-family: Arial, Verdana; 
font-size: 12; 
border : 1px ridge black;	
}

/* FORM */

/* LINKS */
a:link {
	font-family: Helvetica, Arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, sans-serif;
	color: #ff9900;
	text-decoration: underline;
}
a:active {
	font-family: Arial, sans-serif;
	color: #ff9900;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, sans-serif;
	color: #666666;
	text-decoration: underline;
}


	.knop		{font-family: Arial, Verdana; font-size: 12; background-color:silver; color:navy}
	.maand	 	{color: white;	background : Navy;	font-weight : bold;border-bottom : 1px ridge navy;}
	
	.borderbottom {		border-bottom : 1px ridge navy;	}
	.borderbottomleft{	border-bottom : 1px ridge navy;	border-left: 1px ridge navy;	}
	.borderbottomright{	border-bottom : 1px ridge navy;	border-right: 1px ridge navy;	}
	.borderleft{		border-left: 1px ridge navy;	}
	.borderright {		border-right: 1px ridge navy;	}

