﻿
.texteboldlien {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-style: normal; 
	font-weight: bold;
	color: #3366FF
}

.titel {  
	font-size: medium;
	color: #7BAE53;
	font-weight: bold;
	text-align: center;
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px
}

.links {
	font-size: 16px;
	text-decoration: none;
	color: #7BAE53;
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:hover .links{
	font-size: 18px;
	font-weight: bold;
}

.linkssmall {
	text-decoration: none;
	color: #000000;
}

a:hover .linkssmall{
	font-size: 12px;
	font-weight: bold;
	color: #7BAE53;
}

.greenbold {
	text-decoration: none;
	color: #7BAE53;
	font-weight: bold;
}

table {
	border-color: #000000;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

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;
}

th {
	border-style: solid;
	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;
}
/* .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;
}

#Nestedtable th {
	border-style:none;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-color: black;
}
