BODY {
	background:none transparent;
}

.verdanaregularblauw {
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-style: 			normal;
	line-height: 			normal;
	font-weight: 			regular;
	font-variant: 			normal;
	text-transform: 		none;
	color: 					#c0a25f;
	text-decoration: 		none;
}



.verdanaregulargray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #c0a25f;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: 	none;
}

.verdanaboldgray {
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			10px;
	font-style: 		normal;
	line-height: 		normal;
	font-weight: 		bold;
	font-variant: 		normal;
	text-transform: 	none;
	color: 				#c0a25f;
	text-decoration: 	none;
}
.verdanastatusblauw {
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-style: 			normal;
	line-height: 			normal;
	font-weight: 			regular;
	font-variant: 			normal;
	text-transform: 		none;
	color: 					#c0a25f;
	text-decoration: 		none;
}
a.verdanastatusblauw:hover {
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				12px;
	font-style: 			normal;
	line-height: 			normal;
	font-weight: 			regular;
	font-variant: 			normal;
	text-transform: 		none;
	color: 					#c0a25f;
	text-decoration: 		underline;
}
.verdanaboldblauw {
	font-family:			Arial, Helvetica, sans-serif;
	font-size: 				13px;
	font-style: 			normal;
	line-height: 			normal;
	font-weight: 			bold;
	font-variant: 			normal;
	text-transform: 		none;
	color: 					#c0a25f;
	text-decoration: 		none;
}

.table_background{
	background-color: 	#DBF1FF;
}

.button {
	font-family:			Verdana;
	font-size:				11px;
	font-weight:			normal;
	border: 				1px solid #c0a25f;
	background-color: 		#111b36;
	color: 					#c0a25f;	
}
input{
	font-family : 		Arial, Verdana;
  	font-size:			12px;
  	background:			#f8f8da;
  	border: 			1px solid #4c3d66;
}
.select{
	font-family : 		Arial, Helvetica, sans-serif; 
	height:				18; 
	width:				170; 
	font-size:			12px; 
	color:				#101010; 
	background:#FFFFFF;
}
/*if field is empty*/
.empty_input{
	font-family : 		Arial, Verdana;
  	font-size:			12px;
	color:				#101010;
	background:			#fbc8c9;
	border : 			1px solid Red;
}