BODY {	/*	Schuifbalken 	*/
	scrollbar-face-color		: #FFCCB2;
	scrollbar-highlight-color	: #F8F8F8;
	scrollbar-shadow-color		: #F0F0F0;
	scrollbar-3dlight-color		: #FFD6BF;
	scrollbar-arrow-color		: #404040;
	scrollbar-track-color		: #FFF3EC;
	scrollbar-darkshadow-color	: #FFBA95;
}
IMG {
	border-collapse				: collapse;
	border						: 0px solid #404040;
}

/*	Gewone hyperlinks in de oranje, linker pagina	*/

A:link {
	text-decoration				: none;
	color						: #FF5700;}
A:visited {
	text-decoration				: none;
	color						: #FF5700;}
A:hover {
	text-decoration				: underline;
	color						: #FFC19F;}

/*	Hyperlinks in de grijze, rechter pagina	*/

A.grey:link {
	text-decoration				: none;
	color						: #FFC19F;}
A.grey:visited {
	text-decoration				: none;
	color						: #FFC19F;}
A.grey:hover {
	text-decoration				: underline;
	color						: #FFA675;}

LI {
	list-style					: square outside;
	margin-left					: -25px;
	margin-top					: 0px;
	margin-bottom				: 0px;
	color						: #FF5700;
}
UL {
	margin-top					: 0px;
	margin-bottom				: 0px;
}
TD {
	font-size					: 11px;
	font-family					: Arial, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
	font-weight					: normal;
	color						: #404040;
	line-height					: 18px;
}
P {
	font-size					: 11px;
	font-family					: Arial, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
	font-weight					: normal;
	color						: #404040;
	line-height					: 18px;
}
H1 {	/*	Kleine Aanheftitels Rood	*/
	font-size					: 10px;
	font-family					: Verdana, Sans-Serif;
	font-weight					: bold;
	color						: #FF5700;
	font-variant				: small-caps;
	margin-top					: 0px;
	margin-bottom				: 0px;
	line-height					: 100%;
}
H2 {	/*	Kleine Aanheftitels Donkergrijs	*/
	font-size					: 10px;
	font-family					: Verdana, Sans-Serif;
	font-weight					: bold;
	color						: #404040;
	font-variant				: small-caps;
	margin-top					: 0px;
	margin-bottom				: 0px;
	line-height					: 100%;
}
H3 {	/*	Grote Aanheftitels Rood	*/
	font-size					: 16px;
	font-family					: "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
	font-weight					: bold;
	color						: #FF5700;
	margin-top					: 0px;
	margin-bottom				: 0px;
	line-height					: 130%;
}
H4 {	/*	Grote Aanheftitels Donkergrijs		*/
	font-size					: 16px;
	font-family					: "Trebuchet MS", Arial, Verdana, Helvetica, Sans-Serif;
	font-weight					: bold;
	color						: #FFC19F;
	margin-top					: 0px;
	margin-bottom				: 0px;
	line-height					: 130%;
}
H5 {	/*	Wittige/Lichtoranje teksten in grijze, rechterpagina	*/
	font-size					: 11px;
	font-family					: Arial, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
	font-weight					: normal;
	color						: #FFF2EB;
	margin-top					: 0px;
	margin-bottom				: 0px;
	line-height					: 18px;
}
H6 {	/*	Kleine oranje kopjes in grijze, rechterpagina	*/
	font-size					: 9px;
	font-family					: Verdana, Sans-Serif;
	font-weight					: 900;
	color						: #FF5700;
	margin-top					: 0px;
	margin-bottom				: 0px;
	line-height					: 115%;
}
INPUT, SELECT, OPTION {
	color						: #000000;	
	text-align					: center;
	font-size 					: 10px;
	font-weight					: normal;
	font-family					: Arial, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
}
TEXTAREA {
	color						: #000000;
	font-size 					: 10px;
	font-weight					: normal;
	font-family					: Arial, Verdana, "Trebuchet MS", Helvetica, Sans-Serif;
	line-height					: 140%;
/*	background-image			: url(../images/table_grey_strip_bg.gif) */	
}
.drop { 
	position					: absolute;
	width						: 3px;
	filter						: flipV(), flipH();
	font-size					: 40px;
	color						: blue;
}
#SpamTrap {		/*	Gebruikt om een TextArea onzichtbaar te maken. Als bij het checken de area toch text bevat, dan was t bot/spam want onzichtbaar voor mensen */
	display						: none
}