body{
	scrollbar-face-color:#514320;
	scrollbar-arrow-color:#CAC29D;
	scrollbar-track-color:#514320;
	scrollbar-highlight-color:#CAC29D;
	scrollbar-3dlight-color:#514320;
	scrollbar-shadow-color:#CAC29D;
	scrollbar-darkshadow-Color:#514320;
	padding-right: 5px;
	padding-left: 5px;
}
.bg_main {
	background-attachment: fixed;
	background-image: url(../img/kndex_05.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg_whatsnew {
	background-attachment: fixed;
	background-image: url(../img/kndex_07.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.text_body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CAC29D;
}
.text_field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: 514320;
	border: 1px solid CAC29D;
	height: 18px;
	width: 398px;
	color: CAC29D;
}
.text_area {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: 514320;
	border: 1px solid CAC29D;
	height: 100px;
	width: 398px;
	color: CAC29D;
	overflow: hidden;
}
.bg_border_left {
	background-image: url(../img/border_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.bg_border_right {
	background-image: url(../img/border_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
a:link {
	color: #00FF33;
	text-decoration: none;
}
a:visited {
	color: #00FF33;
	text-decoration: none;
}
a:hover {
	color: #00FF33;
	text-decoration: underline;
}
