HTML, BODY {
	font-family: Verdana, Arial;
	font-size: 9pt;
}
BODY {
	background: #fd6500 url('img/body_bg.png') repeat-x;
	text-align: center;
	margin: 0px;
}
INPUT {
	border: 1px solid #000;
	background-color: #fff9f4;
	font-size: 9pt;
}
TEXTAREA {
	border: 1px solid #000;
	background-color: #fff9f4;
	font-size: 9pt;
}
SELECT {
	border: 1px solid #000;
	background-color: #fff9f4;
	font-size: 9pt;
}
H1 {
	background: url('img/montfoort-clean.png') no-repeat;
	width: 821px;
	height: 142px;
	font-size: 10px;
	color: #FFF;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	margin-top: 15px;
	line-height: 25px;
}
FORM {
	margin: 0px;
	padding: 0px;
}
DIV.left {
	width: 200px;
	float: left;
	font-size: 10px;
}
DIV.content {
	float: right;
	width: 580px;
}
.rightbox {
	background-color: #ffebda;
	border: 1px solid #000;
	padding: 2px;
	text-align: left;
	color: #000;
}
.righttitle {
	border: 1px solid #000;
	padding: 2px;
	text-align: left;
	color: #000;
	background-color: #f7a74a;
	margin-bottom: 1px;
}
.left_box {
	padding: 1px;
	border: 1px solid #000;
	background-color: #f7a74a;
	margin-bottom: 2px;
}
a {
	color: #4a4a4a;
	font-size: 10px;
	text-decoration: none;
}
a:hover {
	color: #333333;
	font-size: 10px;
	text-decoration: underline;
}
.main_menu {
	padding: 3px;
	text-align: left;
	font-size: 10pt;
	padding-left: 10px;
	border: 1px solid #000;
	background-color: #f7a74a;
	margin-bottom: 2px;
}
.main_menu a {
	color: #4a4a4a;
	font-size: 10pt;
	font-weight: Bold;
	text-decoration: none;
}
.main_menu a:hover {
	color: #333333;
	font-size: 10pt;
	font-weight: Bold;
	text-decoration: underline;
}
.news_title {
	background-color: #f7a74a;
	border: 1px solid #000;
	font-weight: Bold;
	padding: 2px;
	font-size: 10px;
	margin-bottom: 2px;
}
.news_content {
	background-color: #ffebda;
	border: 1px solid #000;
	padding: 4px;
	text-align: left;
	color: #000;
}
.news_title a {
	color: #004c6f;
	font-size: 10px;
	font-weight: Bold;
	text-decoration: none;
}
.news_title a:hover {
	color: #ff9000;
	font-size: 10px;
	font-weight: Bold;
	text-decoration: underline;
}
.content_light {
	background-color: #ffebda;
	font-size: 8pt;
	text-align: center;
}
.content_dark {
	background-color: #fff9f4;
	font-size: 8pt;
	text-align: center;
}
