.headerbg {
	background-attachment: fixed;
	background-image: url(images/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.page-bg {
	background-attachment: fixed;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.page-footer {
	background-attachment: fixed;
	background-image: url(images/page-footer.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.normal-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c3f1f;
}
.inputbox {
	background-attachment: fixed;
	background-image: url(images/inputbox.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #f2f1d2;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #525221;
	background-color: #ebe9be;
	height: 24px;
	border: 3px solid #E9DC38;
}
.yellow-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffff97;
}


.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3c3f1f;
}
.small-light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #899a78;
}
.page-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4e5745;
}
