@charset "UTF-8";
.bodystyle {
	background-repeat: repeat-x;
	background-image: url(../images/bg.jpg);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.heading {
	font-size: 20px;
	color: #FFFFFF;
	line-height: 25px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
.contents {
	font-size: 12px;
	color: #E6E6BE;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.contentbg {
	background-attachment: scroll;
	background-image: url(../images/contentbg.gif);
	background-repeat: no-repeat;
}
.textbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.button {
	height: 25px;
	width: 70px;
}
