@charset "utf-8";
body {
	font-family: Helvetica LT Light, Helvetica, Geneva, Arial, sans-serif;
	font-size: 12pt;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #BAF7F4;
}
.oneColFixCtr #container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: hidden 0 #BAF7F4;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	max-height: 742px;
	overflow: hidden;
}
.oneColFixCtr #mainContent h1 {
	padding: 0 0 25px 0;
}

p a {
	text-decoration: underline;
	color: #F97A08;
}
p a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #F97A08;
}
.imgleft {
	float: left;
	padding-right: 3px;
}
.imgright {
	float: right;
	padding-left: 3px;
}
.clear {
	clear: both;
}
h1 {
	font-size: 200%;
	color: #666666;
}
h2 {
	font-size: 130%;
	color: #666666;
}
h3 {
	font-size: 115%;
	color: #666666;
}
.accent {
	color: #F97A08;
}
.grijs {
	color: #999999;
}
.underline {
	text-decoration: underline;
}