body, table, tr, td { 
	font: 12px Arial, sans serif; 
	color: #000000;
}	

.blockHeader{ 
	color: #FFFFFF;
	font-weight:bold;
}	

.menu {
	text-transform: uppercase;
	font: 11px Arial, Helvetica;
	color: #FFFFFF;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
}

.menu:hover{
	text-decoration: underline;
	background-color:;
}

.mainTitle, h1 { 
	font-size: 18px; 
	font-weight: bold;
}	
.mainTitle {
	color: #FFFFFF;
}

subTitle, h2 { 
	font-size: 14px; 
	font-weight: bold;
}

.bottomLinks { 
	font: 10px Arial, sans serif; 
}	

iput, select {font: 11px Arial, Helvetica, sans-serif;}

a { 
	color:#00AADE;
}	

a:hover {
	text-decoration:none;
}	
.newslink { 
	color:#00AADE;
	font-weight: normal;
	text-decoration:none;
}	

.newslink:hover {
	text-decoration:underline;
}

hr {width:100%;color:#00AADE; height:1}	

.tdkop {
	background-color:#007AA5;

	font-family:Arial;

	font-size:13;

	color:#FEEFD7;

	font-weight:bold;

}

.header { font: 12px Arial, Helvetica, sans-serif; color: #000000; font-weight:bold;}	
.tdnews { padding:10;}	
.news { color:#000000}

th {
	background-color: #52B2E7;
	align: left;
	font-weight: bold;
	color: #FFFFFF;
}

.warning {
	font-size: 14pt;
	font-weight:bold;
	color:#ff0000;
	font-family:arial;
}

.tekst {
	font-size:10pt;
	font-style:normal;
	color:#000000;
	font-family:arial;
}

.kop {
	font-size: 12pt;
	font-weight:bold;
	color:#04629c;
	font-family:arial;
}

@media print {
	/* Breedte van de tabel op A4 breedte */
	.header_table {
		width: 640px;
	}
	
	/* Een aantal elementen niet weergeven bij printen */
	.hide_by_print, .hide {
		visibility: hidden;
		height: 0px;
		display: none;
	}
	
	/* Elementen toevoegen bij printen voor vormgeving */
	.show_by_print {
		width: 100%;
		height: 100%;
		border-top: 2px #00AADE solid;
	}
	
}

@media screen {
	.header_table {
		width: 745px;
	}
	.hide_by_print {
		visibility: visible;
	}
	.show_by_print {
		width: 0;
		height: 0;
		visibility: hidden;
	}	
}
