.menu  {
  font-family: "Verdana"; 
  font-size: 10pt;
  text-decoration:none;
  list-style: none;
  color: #FFFFFF; 
  background: #4b4b4b; 
  overflow-x:hidden; 
  overflow-y:hidden
}

.menu a:hover {
background-image: none;
color: FF0000;
}

BODY.main {
  overflow-x:hidden; 
  overflow-y:auto;
  background: #CCCCCC;
  text-align:justify
}

BODY.mainleft {
  overflow-x:hidden; 
  overflow-y:auto;
  background: #FFFFFF;
  font-family:"Verdana";
  font-size:9px
}

BODY.top {
  background:#111111;
  overflow-x:hidden; 
  overflow-y:hidden
}

BODY.dgrijs {
  background:#65655F;
  overflow-x:hidden;
  overflow-y:hidden;
  color:#FFFFFF
}

BODY.grijs {
  background:#84847B;
  overflow-x:hidden;
  overflow-y:hidden
}

BODY.zijkant {
  background-image:url('img/metaal.jpg'); 
  background-attachment:fixed; 
  background-repeat: repeat;
  overflow-x:hidden; 
  overflow-y:auto
}
BODY.zijkantlinks {
  background-image:url('img/metaal.jpg'); 
  background-attachment:fixed; 
  background-repeat: repeat;
  background-position: top right;
  overflow-x:hidden; 
  overflow-y:hidden
}

BODY.carbon {
  background-image:url('img/carbonR.jpg'); 
  background-attachment:fixed; 
  background-repeat: repeat;
  overflow-x:hidden; 
  overflow-y:hidden
}

BODY.carbonL {
  background-image:url('img/carbonL.jpg'); 
  background-attachment:fixed; 
  background-repeat: repeat;
  background-position: top right;
  overflow-x:hidden; 
  overflow-y:hidden
}
BODY.randrechts {
  background-image:url('img/rechts.jpg'); 
  background-attachment:fixed; 
  background-repeat: repeat;
  overflow-x:hidden; 
  overflow-y:hidden
}

body {
	margin-bottom:0px;
	margin-top:0px;
	overflow:scroll;
	font-family:'Verdana';	
	font-size:12px;
	color:#494949;
	text-decoration:none;
	line-height:2.0;
	/*text-align:justify;*/

}

a.link { 
	font-family:'Verdana';
	font-size:12px;
	color: #494949;
	text-decoration: none;
}
a.link:link {
	font-family:'Verdana';
	font-size:12px;
	color: #494949;
	text-decoration: none;
}
a.link:visited {
	font-family:'Verdana';
	font-size:12px;
	color: #494949;
	text-decoration: none;
}
a.link:active {
	font-family:'Verdana';
	font-size:12px;
	color: #494949;
	text-decoration: none;
	}
a.link:hover {
	color: #999999;
}

TD.mp { 
	font-family:'Verdana';
	font-size:12px;
}

tr.cursor {
	cursor:pointer;
	font-family:'Verdana';	
	font-size:12px;
	text-decoration:none;
	line-height:2.0;
	text-align:justify;
	}
	
img {
	border:none; margin-top:1px
	}

.tx{
	font-size:100%;
	left:10px;
	top:10px;
	width:100%;
	height:100%;
	z-index:1;
	position:relative;
	overflow:auto;
}	


