body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
.submenu, .submenu a, .submenu a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
	text-decoration: none;
}
.submenu a:hover {
	text-decoration: none;
	color: #FF6C00;
}

.body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	text-align: left;
	text-decoration: none;
	list-style-image: url(bullet.gif);
	list-style-position: inside;
	list-style-type: none;
}

.body a {
	text-decoration: none;
	color: #0000C0;
}

.body a:hover {
	color: #FF6C00;
}

.oranje {
	color: #F46800;
}
.blauw {
}
.tabeltitel {
	color: #474747;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
}
.voetnoot {
	font-size: 10px;
	color: #666666;
}
.onderlinks, .onderlinks a {
	font-size: 10px;
	text-transform: uppercase;
	color: #6A7F90;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.onderlinks a:hover{
	color: #627584;
	text-decoration: none;

}
.onderrechts, .onderrechts a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F4F4F4;
	text-decoration: none;
}
.onderrechts a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.form {
	font-family: "Trebuchet MS", Arial;
	/*background-color: #EEF1F2;*/
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF1F2;
	border-right-color: #EEF1F2;
	border-bottom-color: #9FA8B0;
	border-left-color: #EEF1F2;
	color: #666666;
	text-indent: 4px;
	white-space: normal;
	text-align: left;
	vertical-align: middle;
	font-size: 13px;
	height: 25px;
}

#helpbox
{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #e3e3e3;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #F5A265;
	font:normal 11px Lucida Sans Unicode;
	color:#000000;
	line-height:18px;
	z-index:100;
	visibility: hidden;
}

.helpanchor
{ /*CSS for link that shows hint onmouseover*/
	color: #F5A265;
	font-weight: bold;
	font-size: 12px;
	margin: 3px 8px;
}

h3 {
	font-size: 12px;
   }

table
{
	border: 0px;
}

td.boxtitle
{
	height: 25px;
	vertical-align: middle;
	background-color: #E8E8E8;
}