body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: white;
	text-align: left;
	font-size : 11px;
	padding: 0px;
	margin: 0px;
	/*overflow : hidden;*/
	scrollbar-face-color: white;
	scrollbar-shadow-color: gray;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color:white;
	scrollbar-arrow-color:#0F59AE;

}

TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
}

FORM {
	padding: 0px;
	margin: 0px 0px 0px 30px;
}

INPUT {
	font-size : 12px;
	margin: 4px 0px 15px 0px;
	background-color : #F8FBFD;
	border: 1px solid silver;
}

.tdNormalFontSize {
	font-size : 12px;
}

a {
	text-decoration : underline;
	color: Black;
}

a:hover {
	text-decoration : none;
}

H1 {
	color: #0F59AE;
	margin: 10px 0px 10px 30px;
	font-size: 18px;
}

H2 {
	color: #0F59AE;
	margin: 20px 30px 2px 30px;
	font-size: 12px;
	border-top: 1px dashed #CCC;
}

H3 {
	font-size: 12px;
	font-weight: normal;
	margin: 0px 30px 0px 30px;
	line-height : 15px;
}

HR {
	height: 1px;
	color: #EDEDED;
	width: 80%;
	text-align: left;
}

#contentvlak {
	padding: 0px 3px 0px 3px;
}

#contentScroll {
	height: 98%;
	/*overflow: auto;*/
	padding: 10px 0px 20px 0px;
    background-attachment: fixed; 
	background-image : url(../images/bg_rotor.gif);
    background-repeat: no-repeat; 
	scrollbar-face-color: white;
	scrollbar-shadow-color: gray;
	scrollbar-highlight-color:gray;
	scrollbar-3dlight-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color:white;
	scrollbar-arrow-color:#0F59AE;
}

a.menuItem {
	height: 18px;
	color: white;
	font-weight: bold;
	display:block;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 0px 0px 19px;
	border-left: 2px solid #0F59AE;
}

a:hover.menuItem {
border-left: 2px solid white;
background-color : #769CDA;
}

a.subMenuItem {
	display:block;
	color: #EDEDED;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding: 1px 0px 0px 40px;
	border-right: 2px solid #0F59AE;
}

a:hover.subMenuItem {
	color: white;
	border-right: 2px solid white;
	background-color : #628EBC;
}

a.imageLink {
	border: 1px solid black;
	width : 100%;
}

a.imageLinkGallery {
	border: 1px solid gray;
	width: 135px;
	margin: 1px;
	text-align:center;
}
a.imageLinkGallery img{
	position:relative;
	margin:0 auto;
}

a:hover.imageLinkGallery {
	border: 1px solid black;
	width: 135px;
	margin: 1px;
}

.nameOfLink {
	width: 342px;
}

