/* standaard objecten */

body {
	font-family: "Verdana";
	font-size: 10pt;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 18pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 10pt;
}

a {
	color: #000000;
}

a.visited {
	color: #000000;
}

a.active {
	color: #000000;
}

a.geel {
	color: #FFFF7D;
}


div {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	vertical-align: top;
}

/* TABLE objecten */
table {
	border: 0px;
	border-style: solid;
}

caption {
	background: #CC0000;
	color: #FFFF7D;
	font-weight: bold;
	font-size: 11pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

table.noborder {
	border: 0px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	text-align: left;
	font-size: 9pt;
	vertical-align: top;
}

td.titel {
	background-color: gray;
	color: white;
}

/* FORM objecten */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

.radio {
	border-width: 0px;
}.style3 a {
	color: #FFFFFF;
}

