﻿.titrciseaux {  
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 20px; 
	color: #330000
}

.links {
	text-align: left;
	font-size: 12px;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

td {
	border-style: solid;
	font-size: 12px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-collapse:collapse
}

table {
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-collapse:collapse
}

/* .td en .table en ./th dienen voor tabellen zonder boorden*/
#Nestedtable td {
	font-size: 12px;
	border-style: none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: black;
}

#Nestedtable table {
	border-style: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-color:black;
}