/* Delft TopTech Stylesheet
   stijlen voor de gebruiker
   let op de volgorde, deze komt terug in de editor's stijlen-dropdownbox
   let er ook op dat hier de :hover's niet voorkomen !
 */
.anchor {
	font-family: Verdana,Arial;
	font-style: normal;
	font-weight: 100;
	font-size: 11px;
	color: #343434;
	text-decoration: none;
}
.broodtext {
	font-family: Verdana,Arial;
	font-style: normal;
	font-weight: 100;
	font-size: 11px;
	color: #343434;
	line-height: 16px;
}
.bold { font-weight: 900; color: #343434; }
.cursief { font-style: italic; }
.subkop_blauw {
	font-weight: 900;
	font-size: 10px;
	font-style: normal;
	color: #3f658c; /* veranderd,3-10-2006, was  #669acc; */
}
.grijs { color: #808080; }
.blauw { color: #3f658c; }
.titel {
	color: #343434;
	font-family: Verdana,Arial;
	font-weight: 900;
	font-size: 16px;
}
.subkop {
	color: #343434;
	font-family: Verdana,Arial;
	font-weight: 900;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.paragraph {
	font-family: Verdana,Arial;
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
	color: #343434;
	margin-bottom: 10px;
}
.underline { text-decoration: underline; }
.subtitel {
	font-family: Verdana,Arial;
	font-style: normal;
	font-size: 14px;
	font-weight: 500;
	color: #5f5f5f;
}
.kop {
	font-family: Verdana,Arial;
	font-style: normal;
	font-weight: 900;
	font-size: 6pt;
	color: #343434;
	line-height: 16px;
}