body {
margin : 0px;	
font-size : 12px;
font-family : Arial, Helvetica, sans-serif;
background-image: url("tekstvaag.gif");
background-repeat: repeat;
}

ul{
	list-style-type: square;	
}

.imgmargin {
margin :5px;	
}


Table {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;


} 

Table.tekst {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #000000;
	border-left-width: 1px;
	margin-left: 20px;

}

.td {
padding-top: 15px;
padding-left: 15px;	
}

td.top{
	vertical-align: top;	
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #993366;
}


H1,H2,H3,H4 {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	color : #339933;
	text-align : left;
	margin: 0px;
} 

a  {
	color: #000000;
	text-decoration : none;
}


a:visited  {
	color: #000000;
	text-decoration : none;
}


a:active  {
	color: #CC3333;
	text-decoration : none;
}


a:hover  {
	color : #CC3333;
}

/* Begin Floater */
.titlebar{
	background: url(float_top.gif) repeat;
	cursor : move ;
}

.float_top{
	background: url(float_top.gif) repeat;
}
.float_main{
	background: url(float_main.gif) repeat;
}

.close {
	cursor	: hand;
}

div.info{ /* extra pagina info */
	visibility: hidden;
	background-color: #640020;
	color: #640020;
	font: bold 3pt Arial;
	margin: 0px;
	padding: 0px;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}

div.border{ /* hier staat de tekst in */
  width: 750px;	
  border: 0px solid #000000;
  margin-top: 20px;
  padding: 5px;
}