@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, "宋体";
	font-size: 12px;
	text-align: left;
}
div {
	overflow: hidden;
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap: break-word;
	word-break: break-all;
}
li {
	list-style-type: disc;
}
p {
	font-size: 12px;
	line-height: 1.5;
	text-indent: 24px;
}
a, area {
 blr:expression(this.onFocus=this.blur());
} /* for IE */
:focus {
	-moz-outline-style: none;
} /* for Firefox */
a:link {
	text-decoration: none;
	color: #595758;
}
a:visited {
	text-decoration: none;
	color: #595758;
}
a:hover {
	text-decoration: underline;
	color: #F65E12;
}
a:active {
	text-decoration: none;
	color: #595758;
}
a img {
	border: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 0;
}

.turn_leaf_pagenow {
	font-weight: bold;
}
input{
	font-size: 12px;
	color: #6B6B6B;
	background-color: #BCBBB9;
	border: 0px;
}

select {
	font-size: 12px;
	border: 0px;
	padding-left: 5px;
	color: #6B6B6B;
}
option {
	font-size: 12px;
	border: 0px;
	padding-left: 5px;
	color: #6B6B6B;
}
textarea {
	font-size: 12px;
	border: 0px;
	padding-left: 5px;
	color: #6B6B6B;
	background-color: #BCBBB9;
}
button {
	border: none;
	cursor: hand;	
	padding:0px;
}
.bold {
	font-weight: bold;
}
