html {
	height: 100%;
	overflow-y: scroll;
}
body {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.knap {
	background-image: url(white_but.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 255px;
	padding-left: 16px;
	line-height: 15px;
	padding-bottom: 2px;
}
.knapon {
	background-image: url(white_but_over.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 255px;
	padding-left: 16px;
	line-height: 15px;
	padding-bottom: 2px;
}
.subknap {
	background-image: url(white_but_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 235px;
	padding-left: 36px;
	line-height: 15px;
	padding-bottom: 2px;
}
.subknapon {
	background-image: url(white_but_over_sub.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	width: 235px;
	padding-left: 36px;
	line-height: 15px;
	padding-bottom: 2px;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
a.knaptxt:link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a.knaptxt:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}
a.knaptxt:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}
a.knaptxt:active {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

