html, body, div, ul, li, p, h1, h2, h3, h4, h5, h6, span, table, td, tr  {  
    margin: 0px;
    padding: 0px;
    border: 0px;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
	background:#ffffcc;
	}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	}	
h1 {
  font-weight: bold; 
	font-family: "Trebuchet MS", Geneva;
	font-size: 18px;
	color: #FF6600;
	padding: 0px 0px 0px 3px;
 }
.clearAll {
	clear:both;
	} 
.text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
  }	
.text ul li {
        display:list-item;
        list-style-type:disc;
	margin-left: 2em;
        padding: 0px 0px 0px 0px;
  }	  	
.text p {
    padding: 5px 5px 5px 5px;
  }
.text a {
    color: #FF6600;
}
.mainNavigatie 
{
  margin: 0px;
  padding: 0px;
  border: 0px;
	float:left;
	width:220px;
	padding:0px 0px 0px 20px;
	}
	.mainNavigatie ul {
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11px;
	  font-weight: bold;
		list-style-type:none;
		background:#800080;
		padding:20px 0px 25px 0px;
		}
	.mainNavigatie ul li a {
		display:block;
		width:200px;
		height:21px;
		color:#FFF;
		font-weight:bold;
		background: #800080;
		text-decoration:none;
		padding:3px 0px 0px 20px;
		border-bottom: solid 1px #339966;
		}
	.mainNavigatie ul li a:hover {
		color:#FFF;
		background: #33CCCC;
		}
	.mainNavigatie ul li.sel a {
		color:#FF6600;
		background: #FFF;
	  }
	.mainNavigatie ul li.sel a:hover {
		color:#FF6600;
		background: #FFF;
	  }

	