body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 8pt;
	scrollbar-face-color: #b2e8ff;
	scrollbar-highlight-color: #66d1ff;
	scrollbar-shadow-color: #66d1ff;
	scrollbar-3dlight-color: #b2e8ff;
	scrollbar-arrow-color:  #66d1ff;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #b2e8ff;
}
.pass_input_box {
	border-width: 0px;
	width: 132px;
	height: 18px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
	background-color: transparent;
}
/* weergave voor een link */
A:link  {
	font-family: Arial;
	color: #3672af;
	font-size: 11px;
	background : transparent;
	text-decoration : none;
}
/* weergave voor een reeds bezochte link */
A:visited  {
	font-family: Arial;
	color: #3672af;
	font-size: 11px;
	background : transparent;
	text-decoration : none;
}
/* weergave als de muis over de link gaat */
A:hover  {
	font-family: Arial;
	color: #3672af;
	font-size: 11px;
	text-decoration : underline;
}
/* weergave voor de actieve link na aanklikken */
A:active  {
	font-family: Arial;
    color: #3672af;
	font-size: 11px;
	text-decoration : none;
}
/* Standaard text in een table */
td {
	font-family: Arial;
	font-size: 11px;
	color: #3672af;
}
/* Begin van formulier stylings */
.button {
	border-width: 1px solid #000000;
	width: 75px;
	height: 19px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
}
input {
	border-width: 1px solid #000000;
	width: 250px;
	height: 19px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
}
.home_input {
	border-width: 1px solid #000000;
	width: 150px;
	height: 20px;
	font-family: Arial;
	font-size: 11px;
	background-color: #FFFFFF;
}
textarea {
	border-width: 1px solid #000000;
	width: 250px;
	height: 150px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
}
.latest_news{
	font-family: Arial;
	font-size: 11px;
	color: #3672af;
}
.latest_news_title{
	font-family: Arial;
	font-size: 18px;
	color: #3672af;
}
.input {
	border-width: 1px solid #000000;
	width: 162px;
	height: 19px;
	font-family: Arial;
	font-size: 11px;
	background-color: #FFFFFF;
}
.textarea {
	border-width: 1px solid #000000;
	width: 380px;
	height: 200px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
}
.info_box {
	border-left: 0px none #FFFFFF;
	border-right: 0px none #FFFFFF;
	border-top: 0px none #FFFFFF;
	border-bottom: 0px none #FFFFFF;
	width: 110px;
	height: 190px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
	overflow: auto;
	text-align: center;
}
.input_field {
	border-width: 1px solid #eaeaea;
	width: 162px;
	height: 19px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
	background-color: transparent;
}
.input_field_small {
	border-width: 1px;
	width: 42px;
	height: 19px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
	background-color: transparent;
}
.radio {
	border: 0px none #FFFFFF;
	width: 12px;
	height: 12px;
	font-family: Arial;
	font-size: 10px;
	color: #2E2D2D;
	background-color: transparent;
}

/* Zoekresultaat */
.zoek_td {
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	border-bottom: 1px solid #aeaeae;
}
.search_box {
	border: 1px solid #7b0003;;
	width: 150px;
	height: 19px;
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
	background-color: transparent;
}
.select_box_index {
	width: 150px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
	background-color: transparent;
}
.select_box {
	width: 150px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
	background-color: transparent;
}
.new_member {
	font-family: Arial;
	color : #EAEAEA;
	font-size: 11px;
	background : transparent;
	text-decoration : none;
}
/* Menu knoppen styling */
.menu_knop_active {
	font-family: Arial;
	color: #3672af;
	font-size: 11px;
	background : #eaeaea;
	text-decoration : none;
	border: 1px solid #aeaeae;
}
.menu_knop {
	font-family: Arial;
	color: #3672af;
	font-size: 11px;
	background : transparent;
	text-decoration : none;
	border: 1px solid #aeaeae;
}
.img {
	border: 1px solid #000000;
}
.info_aanvraag_form {
	background-attachment: fixed;
	background-image: 'url(../main_img/styling/envelope.gif)';
	background-repeat: no-repeat;
	background-position: cente top;
	background-color: #FFFFFF;
}
.info_aanvraag_textarea {
	border-width: 1px solid #000000;
	width: 220px;
	height: 125px;
	font-family: Arial;
	font-size: 11px;
	color: #2E2D2D;
}