body {
	padding: 0px;
	scrollbar-base-color: #EEEEEE;
	scrollbar-face-color: #FFFFFF;
	scrollbar-track-color: #F5F5F5;
	scrollbar-arrow-color: #CCCCCC;
	scrollbar-shadow-color: #E2E2E2;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	font-family: "Trebuchet MS", Verdana, Arial;
}

td {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
}

th {
	font-family: Trebuchet MS, Verdana, Arial;
}

/* opmaak  */

.h1{font-size:18px; font-weight:bold; color:#333366;}


/*MENU*/

a.home, a.home:active, a.home:link, a.home:visited {
	padding-right:15px;
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

a.home:visited:hover, a.home:hover {
	padding-right:15px;
	color: #D3D3EC;
	font-size:12px;
	text-decoration: none;
	font-weight: bold;
}

/* GENERAL STYLES */
/*shadow*/
.shadow-left2 {background-image: url(images/shadows_03.gif); background-repeat: no-repeat; height:5px; width:10px;}
.shadow-center2 {background-image: url(images/shadows_05.gif); background-repeat: repeat-x;height:5px; }
.shadow-right2 {background-image: url(images/gshadows_06.gif); background-repeat: no-repeat;height:5px; width:10px;}


/* links */

a, a:active, a:link, a:visited {
	color: 000000;
	text-decoration: underline;
	font-weight: normal;
}

a:visited:hover, a:hover {
	color: #333366;
	text-decoration: underline;
	font-weight: normal;
}


