body{
	margin: 0px;
	background-color: #4E4545;
	font-family: Verdana;
	color: #969696;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
.knopout{
	height: 30px;
	width: 180px;
}
.knopover{
	background-color: #969696;
	color: #4E4545;
	cursor: hand;
	height: 30px;
	width: 180px;
}
.hiddendiv{
	visibility: hidden;
	display: none;
}