@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #b6b6b6;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.normal_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	line-height: 18px;
}
.copyright_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.sub_hd {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #178bba;
	font-size: 17px;
}
.bold_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}.text_box {
	font-family: Arial, Helvetica, sans-serif;
	color: #969696;
	font-size: 14px;
	height: 21px;
	width: 315px;
	background-image: url(../images/search_box.jpg);
	background-repeat: no-repeat;
	display: inline;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #d3d2d2;
	border-right-color: #d3d2d2;
	border-bottom-color: #d3d2d2;
	border-left-color: #d3d2d2;
	padding-top: 10px;
	padding-right: 58px;
	padding-bottom: 8px;
	padding-left: 18px;
}
