
.blackBorder {
	border: 1px solid #000000;
}

body {
	margin-left: 0 px;
	margin-top: 5 px;
	margin-right: 0 px;
	margin-bottom: 0 px;
	font-family: arial;
	color: #0078ae; 
}

.header {
	font-family: arial;
	color: #339999; 
	text-decoration: none; 
	 font-size: 15; 
	 font-weight: bold; 
	 line-height: 19pt;
}

#snelmenu {
	margin-right: 20px;
	font-size: 12px;
	font-weight: bold;
}

#snelmenu select{
	width: 200px;
}

.header2 {
	font-family: arial;
	color: #339999; 
	text-decoration: none; 
	font-size: 13; 
	font-weight: bold; 
	line-height: 17pt;
}

.text {
	font-family: arial;
	color: #339999; 
	text-decoration: none; 
	font-size: 13px; 
	line-height: 17pt;
}


p { 
	line-height: 17pt; 
}

.textarea { 
	scrollbar-3dlight-color:#339999;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#339999;
	scrollbar-darkshadow-color:#339999;
	scrollbar-face-color:#339999;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-shadow-color:#FFFFFF;
	scrollbar-track-color:#339999; 
}

.hand {
	cursor: hand
}


a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover, a:active  {
	color: #999999;
	text-decoration: underline;
}



.menu {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}

.menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.menu a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.subframe {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}

.subframe a:link {
	color: #0078ae;
	text-decoration: none;
}
.subframe a:visited {
	color: #0078ae;
	text-decoration: none;
}
.subframe a:hover {
	color: #0078ae;
	text-decoration: underline;
}
.subframe a:active {
	color: #0078ae;
	text-decoration: underline;
}

.submenu	{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
 	z-index: 10;
}

.subframe	{
	position: relative;
	display: block;
	background-color: #FFFFFF;
	border: 1px outset #0078ae;
}

