body {
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 12px;
	
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	background-image: url("source/back.jpg");
	color: #000000;
}

p {margin: 0px;}

a:link, a:visited {
	color: #666666; 
	text-decoration: underline;

}

a:hover {
	color: #999999;	
	text-decoration: none;
}

td {
  text-align: left;
	font-size: 12px;
	color: #000000;
}

.heading {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}

h1 {
	color: #666666;
	font-size: 20px;
	font-weight: bold;
}

h2 {
	color: #666666;
	font-size: 18px;
	font-weight: bold;
}

.tableheading {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
}

.content{
	color: #ffffff;
	font-size: 12px;

}

hr	{
  border: none;
  border-bottom: 1px solid #cccccc; 
  color: none;
  height: 0px;
}

ul
{
  margin: 10;
  padding: 0;
  list-style: none;
}

li
{
  /*line-height: 15px;*/
  padding-left: 15px;
  padding-top: 0px;
  background-image: url(source/arrow.png) ;
  background-repeat: no-repeat;
  background-position: 0px 3px;
}

.menu_1 {
  font-size: 14px;
  color: #ffffff;
  width: 198px;
  height: 30px;
  background: url(source/knop.jpg);
}
.menu_1 a:link {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  margin-left: 30px;
  line-height: 30px;
}
.menu_1 a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff; 
  margin-left: 30px;
  line-height: 30px;
}
.menu_1 a:active {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  margin-left: 30px;
  line-height: 30px;
}
.menu_1 a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #999999; 
  margin-left: 30px;
  line-height: 30px;
}

.menu_2 {
  font-size: 13px;
  color: #ffffff;
}
.menu_2 a:link {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  line-height: 20px;
}
.menu_2 a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff; 
  line-height: 20px;
}
.menu_2 a:active {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  line-height: 20px;
}
.menu_2 a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #cccccc; 
  line-height: 20px;
}

