body  {	background-color : #333333;}

A:ACTIVE, A:LINK, A:VISITED {
	font-size: 10px;
	font-weight : 800;
	font-family : "Arial";
	color:#FFFFFF;
	text-decoration : none;
	font-stretch : inherit;
	}

A:HOVER {
	font-size : 10px;
	font-weight : 800;
	font-family : "Arial";
	color : #FFFFFF;
	text-decoration : underline
	}
th {border-bottom :1px solid gray; }

.tabel	{
	font-family : Arial;
	font-weight : 800;
	color : #FFFFFF;
	font-size : 11px;
	background-color: #000000;
	}

.menuvlak	{
	font-family : Arial;
	font-weight : 800;
	color : #FFFFFF;
	font-size : 10px;
	background-color: #330000;
	border: 1px ridge #AFAFAF;
	}

.titelvlak	{
	font-family : Arial;
	font-weight : 800;
	color : #FFFFFF;
	font-size : 12px;
	border :1px ridge #666666;
	background-color: #330000;
	}
	
/* Formulier styles */

.knop {
	font-family:arial;
	color: #606060;
	font-size: 9px;
	background-color : #DADADA
	border : 1px solid #606060;
	/*height : 14px;*/
	}

input {
	font-family:arial;
	color:#606060;
	font-size:9px;
	background-color:#ffffff;
	border : 1px solid #DADADA;
}

.select-input {
	font-family:arial;
	color:#606060;
	font-size:10px;
	background-color:#EBEAEA;
	border : 0px;
}


select {
	font-family:arial;
	color:#606060;
	font-size:10px;
	background-color:#ffffff;
	border : 1px solid #DADADA;
}

option {
	font-family:arial;
	color:#606060;
	font-size:10px;
	background-color:#FFFFFF;
	border : 1px solid #DADADA ;
}

textarea {
	font-family:arial;
	color:#606060;
	font-size:10px;
	background-color:#ffffff;
	border : 1px solid #DADADA;
}

.codestyle {
	background-color:#EABFFF;
	border : 1px dotted black;
}
