/* @group General Styles */

body {
	
	font-size: 0.85em;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	color: #FFFFFF;

	margin: 0 auto;
	background-color: #000000;
	background-image: url(images/top/white.jpg);
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FD9709;
	text-decoration: none;
}

a:hover, a:active {
	color: #FD9709;
	text-decoration: none;
}


td.mijncel a {
	display: block;
	width:100%;
	background-color: #FFFFFF;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: oblique;
} 


td.mijncel a:hover {
	width:100%;
	background-color: #FFFFFF;
}


.image-left {
	float: left;
	margin: 3px 3px 3px 0;
	padding: 3px 3px 3px 0px;
}

.image-right {
	float: right;
	margin: 3px 0 3px 3px;
	padding: 3px 0 3px 3px;
}

.clearer {
	clear: both;
}
/* @end */

/* @group Layout */


.style9  {font-size: 12px; text-align: justify; }
.style14 {font-style: italic; color: #FF9900; font-weight: bold; }
.style21 {color: #FFFFFF}
.style22 {font-style: italic; color: #FFFFFF; font-weight: bold; }
.style24 {font-weight: bold; color: #FF9900; }
.style25 {color: #FF9900 }
.style26 {font-size: 20px }
.style27 {font-size: 22px }
.style30 {color: #AAAAAA }
.style34 {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	color: #FFF;
}

.style38 {color: #FE9900}
.style42 {color: #FE9900; font-style: italic; }


#container {
	margin: 0 auto;
}

#pageHeader {
	margin-top: 50px;
	margin-right: 0;
	margin-left: 10px;
	padding: 0;
	height: 200px;
	text-align: left;
}

#pageHeader img {
}

#pageHeader h1 {
	margin: 0;
	padding-top: 36px;
	font-weight: bold;
	color: #000000;
	font-size: 45px;
	padding-left: 52px;
	letter-spacing: -1px;
}

#pageHeader h2 {
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	padding-left: 52px;
	color: #000000;
	line-height: 13px;
}

#contentContainer {
	position: relative;
	margin-top: 0;
	padding-top: 0;
}

#contentContainer #content {
	font-size: 12px;
	cursor: default;
}

#sidebarContainer {
	float: left;
	text-align: left;
	width: 135px;
	margin-top: 0;
	padding-top: 0;
}

#sidebarContainer #sidebar {
	font-size: 10px;
}

.sidebarbox {
	padding: 7px;
	margin-top: 7px;
	margin-bottom: 7px;
	background: #e6e7e7;
	color: #FD9709;
}

#footer {
	font-size: 10px;
	color: #666666;
	background: none;
	height: 54px;
	margin: 0;
	padding: 0 0 0 60px;
}

#footer p {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	font-weight: 500;
	margin: 0px auto;
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
	
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer {
	clear: both;
	font-weight: bold;
	font-size: 9px;
	color: #666666;
	padding-top: 4px;
}

#breadcrumbcontainer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer li {
	padding: 0px;
	display: inline;
}

#breadcrumbcontainer a {
	display: inline;
}

#breadcrumbcontainer a:hover {
	display: inline;
}
	
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	padding-bottom: 18px;
	text-align: left;
	border-style: none;
}

#navcontainer #current {
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background: url(images/hover.jpg) no-repeat;
	border-style: none;
}

/* Parent - Level 0 */

#navcontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	border-style: none;
}

#navcontainer li {
	padding: 0;
	margin: 0;
	border-style: none;
}

#navcontainer a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 2px 5px 3px 8px;
	background: url(images/menuactive.jpg) no-repeat;
	height: 20px;
	text-indent: 18px;
	border-style: none;
	width: 134px;
}

#navcontainer a:hover {
	color: #000000;
	background: url(images/hover.jpg) no-repeat;
	text-decoration: none;
	border-style: none;
}

#navcontainer a:active {
	color: #FD9709;
	border-style: none;
}

/* Child - Level 1 */

#navcontainer ul ul #current {
	border-style: none;
	width: 107px;
	color: #000000;
	background: url(images/smallcurrent.jpg) no-repeat;
	font-weight: bolder;
}

#navcontainer ul ul {
	border-style: none;
	width: 107px;
}

#navcontainer ul ul li {
	border-style: none;
	padding-left: 27px;
	width: 107px;
}

#navcontainer ul ul a {
	border-style: none;
	background: url(images/smallmenuactive.jpg) no-repeat;
	width: 107px;
}

#navcontainer ul ul a:hover {
	border-style: none;
	background: url(images/smallhover.jpg) no-repeat;
	width: 107px;
}

#navcontainer ul ul a:active {
	border-style: none;
	width: 107px;
	background: no-repeat;
}

/* @end */

/* @group Global Classes */

blockquote {
	font-size: 10px;
	border-left: none;
}

h1 {
	font-size: 24px;
	font-weight: bold;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #7f7f7f;
}

.imageStyle {
	padding: 2px;
	border: 1px solid #cccccc;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin: 10px;
}
	
/* @end */


#container Highlight Text {
	background-color: #FFFFFF;
}
.HighlightText {
	background-color: #A2A2A2;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	}
#lightboxDetails{
	font-size: 11px;
	padding-top: 0.4em;
	color: #FFF;
	font-weight: bold;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	}
#container #contentContainer table tr td .style9 {
	font-family: Verdana, Geneva, sans-serif;
}
.standaard {
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

