body {
	margin: 0px;
	padding: 0px;
	background-image: url(bodybg.gif);
	font-size: 12px;
}
.topbg {
	background-image: url(top.jpg);
	background-repeat: no-repeat;
}
.downbg {
	background-image: url(downbg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
	color: #253237;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 1.5;
}
input {
	font-size: 12px;
}
.hand {
	cursor: hand;
}
.downbgCopy {

	background-image: url(down_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.allbor {
	border: 1px solid #000000;
}
.bluetxt {
	color: #253237;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
a:link {
	font-size: 12px;
	color: #253237;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #253237;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #253237;
	text-decoration: underline;
}
a:active {
	font-size: 12px;
	color: #253237;
	text-decoration: none;
}
td {
	font-size: 12px;
}
.px1 {
	font-size: 1px;
}
.class {
	line-height: 1.5;
}
.logo {
	filter: Alpha(Opacity=40);
}
.searchbg {
	background-image: url(searchbg.jpg);
	background-repeat: no-repeat;
}
form {
	margin: 0px;
	padding: 0px;
}
.inp_bgen{
	background: #fefefe url(images/input_bg.gif) repeat-x !important;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5 !important;
	color: #2b333c;
	font-weight:bolder;
	font-size: 10px;
	font-family: verdana, arial;
	cursor: hand;
}
.inp_bgcn{
	background: #fefefe url(images/input_bg.gif) repeat-x !important;
	border: 3px double;
	border-color: #c4cccc #acb5b5 #6f7777 #acb5b5 !important;
	color: #2b333c;
	font-weight:lighter;
	font-size: 12px;
	font-family: "宋体";
	cursor: hand;
}