body {
  scrollbar-face-color:			#FFFFFF; 
  scrollbar-highlight-color:	#FFFFFF; 
  scrollbar-shadow-color:		#081A5F; 
  scrollbar-3dlight-color:		#081A5F; 
  scrollbar-arrow-color:		#081A5F; 
  scrollbar-track-color:		#FDE094; 
  scrollbar-darkshadow-color: 	#FFFFFF;
}

body, td {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	color:					#081A5F;
	font-size:				11px;
	text-decoration:		none;
}
.content {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	color:					#081A5F;
	font-size:				11px;
	text-decoration:		none;
	text-align:				justify;
}
h1 {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	color:					#081A5F;
	font-size:				15px;
	text-decoration:		none;
	margin-bottom:			5px;
}
a:link, a:visited {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#081A5F;
}

a:active {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#FCC613;
}
a:hover {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#FCC613;
}
a:link.nieuwstitel, a:visited.nieuwstitel {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#6879AF;
}

a:active.nieuwstitel {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#FCC613;
}
a:hover.nieuwstitel {
	font-family:			Trebuchet MS, Tahoma, Lucida Sans Unicode, Arial;
	font-size:				11px;
	font-weight:			bold;
	text-decoration:		none;
	color:					#FCC613;
}

.box{
	background-color			:	#ffffff;
	font-family					:	arial;
	font-size					:	11px;		
	color						:	#000000;
	border						:	1px solid #081A5F;
}
textarea.box{
	background-color			:	#ffffff;
	font-family					:	arial;
	font-size					:	11px;		
	color						:	#000000;
	border						:	1px solid #081A5F;
	width						:	275px;
	height						:	50px;
}