/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

body,html {
scrollbar-face-color: #e5eff3;
scrollbar-shadow-color: #d9e4e7;
scrollbar-highlight-color: #eef8fc;
scrollbar-3dlight-color: #eef8fc;
scrollbar-darkshadow-color: #d9e4e7;
scrollbar-track-color: #e5eff3;
scrollbar-arrow-color: #3e7d9c;
}

a:hover {
	color: #000000;
	text-decoration: none;
}					/* kleur bij mouse-over link */
a:link {
	color: #607BAA;
	text-decoration: none;
}						/* kleur voor standaard link */
a:visited {
	color: #888888;
	text-decoration: none;
}					/* kleur voor bezochte link */
a:active {
	color: #607BAA;
	text-decoration: none;
}		

.appointment-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.header-text {
	font-family: Arial;
	font-size: 14px;
	color: #0b597d;
	font-weight: bold;
}

.table-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-align: justify;
}

.blue-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #135b83;
	text-align: justify;
}


.hr-no-shade {
	color: #98c5d2;
}
