body {
	padding: 0px;
	margin: 0px;
	background-color: #a9c1dd;
	}
	
body, p, div, td, td td, td td td, font {
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #6B7A8C;
	font-size: 14px;
	}
	
a:link, a:visited {
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #6B7A8C;
	font-size: 14px;
	text-decoration:underline;
	}

a:hover, a:active{
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #ffffff;
	font-size: 14px;
	text-decoration:underline;
	background-color: #6B7A8C;
	}

#centermiddle
{
    position:absolute;
    left:50%;
    top:50%;
    width:694px;
    height:480px;
    margin-left:-347px;
    margin-top:-240px;
}

div#content {
	/* afmetingen en positie */
	width:323px; 
	height:327px; 
	overflow:auto; 
	margin: 35px 25px 35px 25px; 
	/* scrolbar */
	scrollbar-arrow-color: #6B7A8C;
	scrollbar-face-color: #A9C1D8;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	/* vormgeving */
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #6B7A8C;
	font-size: 14px;
}

h1 {
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #6B7A8C;
	font-size: 18px;
	font-weight:bold;
	}

table#formulier td, table#formulier input, table#formulier select, table#formulier option {
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #6B7A8C;
	font-size: 13px;
	}

	
div#content a.button:link, div#content a.button:visited {
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #ffffff;
	background-color:#6B7A8C;
	font-size: 14px;
	text-decoration:none;	
	font-weight: bold;
	padding:4px;
	border: 0px;
	}
	
div#content a.button:hover, div#content a.button:active {
	font-family: Century Gothic, Trebuchet MS, verdana, sans-serif;
	color: #6B7A8C;
	background-color:#ffffff;
	font-size: 14px;
	text-decoration:none;	
	font-weight: bold;
	padding:4px;
	border: 0px;
	}
	
form {margin:0px; padding: 0px;}
