<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	background-color: #ECECED;
}

a:link {
	text-decoration: none;
	color: #98AA4D;
}

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

a:hover {
	text-decoration: underline;
	color: #646567;
}

a:active {
	text-decoration: underline;
	color: #646567;
}

a.nieuwsLink:link {
	color: #58585A;
	text-decoration: none;
}

a.nieuwsLink:visited {
	color: #58585A;
	text-decoration: none;
}

a.nieuwsLink:hover {
	color: #98AA4D;
	text-decoration: underline;
}

a.nieuwsLink:active {
	color: #98AA4D;
	text-decoration: underline;
}

a.rightLink:link {
	color: #737476;
	text-decoration: none;
}

a.rightLink:visited {
	color: #737476;
	text-decoration: none;
}

a.rightLink:hover {
	color: #1A171B;
	text-decoration: underline;
}

a.rightLink:active {
	color: #1A171B;
	text-decoration: underline;
}

.leftShadow {
	background-image: url(../images/shadow-left.png);
	background-repeat: repeat-y;
	width: 13px;
}

.rightShadow {
	background-image: url(../images/shadow-right.png);
	background-repeat: repeat-y;
	width: 13px;
}

.leftShadowEdge {
	background-image: url(../images/shadow-edge-left.png);
	width: 13px;
	height: 13px;
}

.rightShadowEdge {
	background-image: url(../images/shadow-edge-right.png);
	width: 13px;
	height: 13px;
}

.bottomBuffer {
	background-image: url(../images/bottombuffer.png);
	background-repeat: repeat-x;
	height: 13px;
}

.kopBuffer {
	height: 35px;
}

.leftKopBuffer {
	width: 633px;
	height: 35px;
	background-color: #B3C81D;
}

.middleKopBuffer {
	width: 72px;
	height: 35px;
	background-color: #A3B51A;
}

.rightKopBuffer {
	width: 269px;
	height: 35px;
	background-color: #8B9A16;
}

.leftNewsBuffer {
	width: 704px;
	height: 35px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #372F2D;
}

.leftMainBuffer {
	width: 704px;
	background-color: #F7F6EE;
}

.rightNewsBuffer {
	width: 269px;
	height: 35px;
	border-left: 1px solid #372F2D;
	border-bottom: 1px solid #372F2D;
}

.rightMenuBuffer {
	width: 269px;
	height: 35px;
	border-bottom: 1px solid #372F2D;
}

.rightLinkageBuffer {
	width: 269px;
}

.rightMainBuffer {
	width: 269px;
	background-color: #FFFFFF;
	border-left: 1px solid #372F2D;
}

.contentDivArea {
	overflow-x: hidden;
	overflow-y: auto;
	height: 400px;
}

.homeTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 18px;
	color: #5F6362;
	font-weight: bold;
	line-height: 20px;
}

.newsTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #92A542;
	font-weight: bold;
}

.oragneTitle {
	font-family: Arial, Verdana, sans-serif;
	font-size: 20px;
	color: #88BB3C;
	font-weight: normal;
}

.newsText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #58585A;
	font-weight: normal;
}

.homeLabel {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #1A171B;
	font-weight: normal;
	line-height: 20px;
}

.kopBufferText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.homeText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #646567;
	line-height: 20px;
}

.apptLinkText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #98AA4D;
}

.inputText {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #646567;
	font-weight: normal;
	border: 1px solid #1A171B;
	background-color: #FFFFFF;
}

.inputOther {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background-color: #F7F6EE;
	color: #1A171B;
}

.errortext {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FF0000;
}

.buttonLow {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #878889;
	background-color: #F7F6EE;
	color: #878889;
	cursor: auto;
	width: 100px;
}

.buttonHigh {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #F7F6EE;
	background-color: #878889;
	color: #F7F6EE;
	cursor: pointer;
	width: 100px;
}

.CMSLabel {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.CMSHomeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1B1C20;
	padding: 5px;
	border: 1px dashed #009D32;	
}

.zoekAreaCMS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
	border: 1px dashed #009D32;
}

.textAreaCMS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	padding: 5px;
	border: 1px dashed #009D32;
}

.linkAreaCMS {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
	border: 1px dashed #009D32;
}

.CMSButtonLow {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #878889;
	background-color: #F7F6EE;
	color: #878889;
	cursor: auto;
	width: 100px;
}

.CMSButtonHigh {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #F7F6EE;
	background-color: #878889;
	color: #F7F6EE;
	cursor: pointer;
	width: 100px;
}

.CMSContentArea {
	overflow-x: hidden;
	overflow-y: auto;
	height: 280px;
	padding: 5px;
}

#nieuwsClass {
	width: 350px;
	height: 12px;
	padding: 3px;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #58585A;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
}

.someclass{ //class to apply to your scroller(s) if desired
}
-->
