<!--
html, body {
	scrollbar-arrow-color: #FEDE00;
	}
td#topbar_title {
	background-color: #FEDE00;
	}
.border_portrait {
	border: thin solid #FEDE00;
	}
.portrait {
	color: #FEDE00;
	}
.column_name {
	color: #FEDE00;
	}
a:link, a:visited 
	{
	color: #FFF295;
	text-decoration: none;
	}
a:hover 
	{
	color: #FCDD01;
	text-decoration: none;
	}
/*deze mag weg*/
.bg_weg1 {
	background-color: #146D93;
	outline-style: inherit;
	outline-color: #000066;
	outline-width: 1px;
	}
/*deze mag weg*/
.bg_weg2 {
	background-color: #FEDE00;
	text-shadow: Teal;
	}
.highlight_color {
	color: #FEDE00;
	}
.formbox {
	border: solid;
	color: #FFDF00;
	border-width: 0px 0px 1px;
	background-color: #005B82;
	border-color: black black #79A9BD;
	}
.search_term {
	border: 1px solid #005B82;
	color: #005B82;
	background-color: #FFFFFF;
	}
.button {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #176A8D;
	border: 1px #79A9BD solid;
	font-size: 10pt;
	cursor: pointer;
	}
.button:hover {
	color: #FFDF00;
	text-decoration: none;
	background-color: #176A8D;
	border: 1px #FFDF00 solid;
	font-size: 10pt;
	cursor: pointer;
	}
-->