/* 
	kleuren 
	#006685
	#007856 
*/

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	font-family: Verdana, Tahoma, Times New Roman;
	font-size: 10pt;
	background: #FFFFFF;
	margin: 0px;
	overflow: hidden !important;
	cursor: default;
	height: 100%;
	text-align: center;
}

div#main {
	background: #FFFFFF;
	text-align: left;	
	position: relative;
	margin: 0 auto;
	width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #FFFFFF;	
	overflow: hidden;
}

p{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
}

a{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : underline;
	color : #000000;
}

a:hover{
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	text-decoration : none;
	color : #000000;
}

