h1.headingspecial {
	color: #0A4B9A;
	font-size: 14px;
	font-weight: bold;
}

h2.headingspecial {
	color: #0A4B9A;
	font-size: 12px;
	font-weight: normal;
}

/*** Aan te passen ***/
div#toggleList {
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000;
	background: none;
}

div#toggleList li.linkslistitem a {
	color: #999;
	text-decoration: none;
}

div#toggleList li.linkslistitem a:hover {
	color: #999;
	text-decoration: underline;
}

a.toggleButton {

}

a.toggleButton:hover {
}

/*** Standaard ***/
div#toggleList {
	width: 100%;
	clear: both;
	display: block;
	font-weight: normal;
	margin-bottom: 5px;
}

div#toggleList ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align:center;
}

div#toggleList ul li {
	width: 32%;
	float: left;
}

div#toggleList br.clear {
	border: none;
	height: 0px;
	clear: both;
}

.border {
	border-top: 4px solid #9B989D; 
	border-bottom: 4px solid #9B989D;
	text-align: right;
	font-size: 9px;
	padding-right: 10px;
	height: 23px;
	vertical-align: middle;
}


