/* CSS Document */
.bodystyle {
	background-color: #4f544f;
	background-image: url(body_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 106px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.iframe_body {
	padding-left: 10px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:10px;
	background-color: #d5e4d5;
	line-height:16px;
	font-size: 12px;
	color: #000000;
	font-family: Times new Roman;
	overflow:auto;
}

.index_text{	
	padding-left: 19px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:15px;
	line-height:16px;
	font-size: 12px;
	color: #000000;
	font-family: Times new Roman;
	overflow:auto;
	height:235px;
	width:323px;
}
	
h1{
	font-size:13px;
	font-weight:normal;
	letter-spacing:1px;
	margin:0px;
	margin-bottom:7px;
	padding:0px;
	text-transform:uppercase;
}

h2{
	text-transform:uppercase;
	font-size:11px;
	font-weight:normal;
	margin:0px;
	margin-top:7px;
	padding:0px;
}

p{
	margin:0px;
	margin-bottom:7px;
	padding:0px;
	width:280px;
}

.groen{
	color:#00FF33;
}

a:link {
	color: #4c624c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4c624c;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 {
	color: #336600;
	font-style: italic;
	font-weight:bold;
	margin-bottom:20px;
}

hr{
	height:1px;
	color:#a1b6a1;
	background-color:#a1b6a1;
	border:none;
	margin-bottom:15px;
}