/* Invisible Header link: skip navigatie */
.headerSkipNav {
	font-size: 1px;
	color: #FFFFFF;
	text-decoration: none;
}

/* Header: Permanente navigatie */
a.header {
	font-size: xx-small;
	font-weight: bold;
	color: #446984;
	text-decoration: none;
}
a.header:hover {
	text-decoration: underline;
}

/* _________________________________________________________ Main Nav _____ */

/* Header - Hoofdmenu */
a.menuHeader {
	font-size: 0.6em;
	color: #ffffff;	
	text-decoration: None;
	margin-top: 1px;
}

/* Header - Submenu : dropdown list */
a.menuItem {
	color: #05375B;
	font-weight: bold;
	font-size: 0.6em;
	text-decoration: none;
}

/* _________________________________________________________ Sub Nav _____ */

/* SubNav link styles: Title */
.subNavTitel {
	font-size: 0.7em;
	font-weight: bold;
	color: #FF7F00;
	letter-spacing: 1px;
	text-decoration: none;
}
a.subNavTitel{
	text-decoration: none;
}
a.subNavTitel:hover {
	text-decoration: underline;
}

/* SubNav link styles: Menu items */
.subNavItem {
	font-size: 0.6em;
	color: #FF7F00;
	text-decoration: none;
}
a.subNavItem {
	color: #05375B;
	text-decoration: none;
}
a.subNavItem:hover {
	text-decoration: underline;
}

/* */
a.subNavItemOranje{
	font-size: 0.6em;
	color: #FF7F00;
	text-decoration: none;
}
a.subNavItemOranje:hover {
	text-decoration: underline;
}

/* SubNav link styles: Special Back button */
a.subNavBack{
	font-size: 0.65em;
	font-weight: bold;
	color: #05375B;
	letter-spacing: 1px;
	text-decoration: none;
}
a.subNavBack:hover {
	text-decoration: underline;
}

/* Breadcrumb link styles */
.breadcrumb {
	font-size: 0.6em;
	color: #666666;
	text-decoration: none;
}
a.breadcrumb:hover {
	color: #000000;
	text-decoration: underline;
}

/* FAQ */

a.FAQ {
	color: #05375B;
	text-decoration: none;
}
a.FAQ:visited {
	color: #666666;
	text-decoration: none;
}
a.FAQ:hover {
	color: #05375B;
	text-decoration: underline;
}
