body {
	background-color: gainsboro;
}

	A:link    	{color: black; 	text-decoration: underline;}	
	A:visited 	{color: black; 	text-decoration: underline;}	
	A:hover   	{color: blue;   text-decoration: none;     }	
	A:active  	{color: blue;   text-decoration: underline;}

	A.menu:link    	{color: blue; 	text-decoration: none; font-weight: bold;}	
	A.menu:visited 	{color: blue; 	text-decoration: none; font-weight: bold;}	
	A.menu:hover   	{color: blue;   text-decoration: none; font-weight: normal;}	
	A.menu:active  	{color: blue;   text-decoration: none; font-weight: normal;}

img {
	border:	none;
}

.main_table {
	width:		920px;
	background-color: white;
	font-family:	arial;
	font-size:	12px;
	border:		1px solid black;
}

.td_logo {
	width:	200px;
	height:	90px;
	vertical-align: top;
}

.td_image {
	width:	720px;
	height:	90px;
	vertical-align: top;
	text-align:	right;
}

.td_menu {
	width:	200px;
	height:	410px;
	vertical-align: top;
	text-align:	right;
	padding-top:	15px;
	padding-left:	5px;
	padding-right:	25px;
	font-size:	14px;
}

.td_inhoud {
	width:	720px;
	height:	410px;
	vertical-align: top;
	padding-top:	15px;
}

.td_fw {
	width:	200px;
	height:	50px;
	vertical-align: bottom;
}

.td_copy {
	width:	720px;
	height:	50px;
	vertical-align: bottom;
	font-size:	10px;
}

.titel {
	font-family:	arial;
	font-size:	16px;
	font-weight:	bold;
}

.kop {
	font-family:	arial;
	font-size:	15px;
	font-weight:	bold;
	font-style:	italic;
}

.special {
	font-family:	arial;
	font-size:	18px;
	font-weight:	bold;
	/* font-style:	italic; */
	color:		red;
}
