A:link, A:visited {
	color:#3D482D;
	
	font-weight: 500;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3D482D;
	font-weight: normal;

}
.bg {
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bckgronder {
	background-image: url(pics/backonder.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.lijn {
	border-left-style: none;
	border-left-color: #669966;
	border-right-width: thin;
	border-right-style: dashed;
	border-right-color: 7E815D;

}
.onderlijn {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: 7E815D;
}

DIV.scroll {
	overflow: auto;
	overflow-x: auto;
	overflow-y: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 400px;
	width: 95%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	scrollbar-face-color: #7E815D;
   scrollbar-highlight-color: #E4E9F8;
   scrollbar-3dlight-color: #E4E9F8;
   scrollbar-arrow-color: #E4E9F8;
   scrollbar-base-color: #72729E;
   scrollbar-shadow-color: #E4E9F8;
   scrollbar-darkshadow-color: gray;
   }
