/*****************************************************************************
 *
 *  Copyright            : Copyright (C) Nico Habets
 *  Email                : nhabets@xs4all.nl
 *	
 *  
 *  Disclaimer:
 *	Niets uit dit script mag zonder toestemming van de maker van deze
 *	scripting gekopieerd, of doorverkocht worden aan derden. De maker van deze
 *	scripting blijft ten alle tijden copyright op dit product houden. De 
 *	scripting is ter beschikking gesteld door Nico Habets.
 *	Dit programma is GEEN vrije software, en mag niet worden doorverkocht en/
 * 	of gewijzigd worden tenzij de eigenaar toestemming hiervoor heeft verleend
 *
 *****************************************************************************/

a:link, a:active, a:visited
	{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
a:hover
	{
	text-decoration: underline;
	}

body
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #c8c1ab;
	}
h1
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;	
	margin-bottom:1px;
	}
h2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:1px;
	}
h3
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:1px;
	}
h4
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	}
h5,h5:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 10px;
	margin:0px;
	text-decoration:none;
	}
table, tr, td
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	vertical-align:top;
	}
img,p
	{
	border: 0px;
	margin: 0px;
	}
p
	{
	padding: 0px 2px 0px 2px;
	}

input,select,option,textarea
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
	}
form
	{
	margin: 0px;
	}
.err
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	}
.border1
	{
	background-color: #39383C;
	height: 18px;
	}
.border2
	{
	border-bottom: 1px dashed #39383C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background-color: #EAEBCF;
	padding: 3px;
	}
.border3
	{
	border-bottom: 1px dashed #39383C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding: 3px;
	}
.xxs
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;	
	}