/* Bedoeld voor de tabellen van de secties */

/* Main body  #476db8 */
body {
background:#476db8;
color:#505050;
font:100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:0.85em;
padding:20px 0px;
}

/* Basic tags */
a {background-color:inherit; color:#286ea0; font-weight:500; text-decoration:none;}
a:hover {background-color:inherit; color:#d62129; text-decoration:underline;}
a img {border:0;}
p {margin:4px 0 4px 1.4em;}

/***** Table*****separate collapse*/

table { table-layout: fixed; border-collapse: ; border: 0px solid yellow; border-spacing: 2px }
table table { border: 0px solid red; padding: 5px 5px}

th {    
	background-color: #95DBFF;
	color: #476db8;
 	border: 1px solid #91ade4;   
    height: 24px;
	padding: 0px 10px;
}

td {    
	background-color:#F0F8FF;
	border: 0px solid #91ade4;  
	height: 36px;
	padding: 0px 5px;
}


