html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: White;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: justify;
	color: #404549;
	line-height: 16pt;
}

table, tr, td, input, select, textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	color: #404549;
}

.title {
	font-size: 10pt;
	font-weight: bolder;
	color: #ef4138;
}

.red {
	color: #ef4138;
}

.titleNotBold {
	font-size: 10pt;
	color: #ef4138;
}

.content {
	line-height: 16pt;
	text-align: justify;
}

a {
	color: #404549;
	text-decoration: none;
	border-bottom: solid 1px #ef4138;
}

a:hover {
	color: #ef4138;
}

a.nostyling {
	border-bottom-width: 0px;
}

.footer {
	font-size: 7pt;
	color: White;
}

a.footer {
	text-decoration: underline;
	border-bottom-width: 0px;
	color: White;
}

a.footer:hover {
	color: White;
}

.infoblock {
	background-color: #f47d5d;
	font-weight: bold;
	color: White;
	line-height: 13pt;
	font-size: 9pt;
	padding: 10px 25px 10px 25px;
}

.tip {
	color: #538cbb;
	line-height: 13pt;
}

a.tip {
	color: #538cbb;
	text-decoration: underline;
	border-bottom-width: 0px;
}

a.tip:hover {
	color: #538cbb;
	border-bottom-width: 0px;
}

a.specialisaties {
	text-decoration: none;
	border-bottom-width: 0px;
	color: #ef4138;
	font-size: 9pt;
	font-weight: bold;
}

a.specialisaties:hover {
	text-decoration: underline;
	border-bottom-width: 0px;
}

ul { 
	margin: 0 ;
	padding: 0;
	line-height: 16pt;
	margin-left: 20px;
	list-style: disc url(../../MasterPages/Veldkamp/Images/bullet.gif) outside;
}

.navSubMenu {
	font-family: Verdana, Helvetica, sans-serif;
	color: #404549;
	text-decoration: none;
	line-height: normal;
	font-size: 7pt;
	background-color: #fbcbbe;
	width: 140px;
	padding-top: 6px;
	padding-left: 20px;
	height: 19px;
	background-image: url('../../MasterPages/Veldkamp/Images/Nav/bullet.gif');
	background-position: left center;
	background-repeat: no-repeat;
	cursor: pointer;
	/*filter: Alpha(Opacity=100, FinishOpacity=70, Style=2);*/
}

.navSubMenuHover {
	color: White;
	background-color: #f47d5d;
	background-image: url('../../MasterPages/Veldkamp/Images/Nav/bullet_hover.gif');
}
