body {
	font:12px/1.231 arial,helvetica,clean,sans-serif;
	/* For IE6/IE7. */ 
	*font-size: small; 
	/* For IE in Quirks Mode. */
	*font: x-small; 
}
select, input, button, textarea, button {
	/* Nudge down to get to the 13px equivalent for these form elements. */ 
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	/* To help tables remember to inherit settings. */
	font-size: inherit;
	font: 100%;
}
pre, code, kbd, samp, tt {
	/* Bump up IE to get to the 13px equivalent for these fixed-width elements. */
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

#content ul {
	margin: 0 0 16px 30px;	
}

h1 {
	font-size: 21px;
	line-height: 36px;
	color: #094586;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #094586;
}
h3 {
	font-size: 12px;
	line-height: 18px;
	color: #575556;
	font-weight: bold;
}
p {
	margin-bottom: 18px;
}
strong, b {
	font-weight: bold;
	color: #1c95c2;
}
hr {
	border: 0px;
	border-top: 1px dotted #cdcdcd;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 10px;	
}

#content li {
	background: url(/images/arrow-link-blue.gif) no-repeat 6px 4px;
	padding-left: 20px;
	list-style: none;
}

.verplicht {
	color: #a80060;
}

.widgetGoogleContent *, .widgetGoogleContent {
	font-size: 10px;
	color: #666666;
}
.widgetGoogleContent h3 {
	margin: 0px;
	line-height: 12px;
}
.widgetGoogleContent h3 * {
	color: #00518E !important;
} 
.widgetGoogleContent cite {
	color: #9FBE2E;
}
.widgetGoogleContent cite b {
	color: #9FBE2E;
}

a.loginLink {
	color: #FFFFFF;
}