@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family:  "宋体",Arial;
	font-size: 12px;
	color:#666666;
	table-layout:fixed;
	word-break:all;
	word-wrap: break-word;
	line-height: 1.5;
}
div {
	overflow: hidden;
	table-layout:fixed;
	word-break:all;
	word-wrap: break-word;
}
li {
	list-style-type: none;
}
p {
	font-size: 12px;
	line-height: 1.5;
}
a, area {
 blr:expression(this.onFocus=this.blur());
} /* for IE */
:focus {
	-moz-outline-style: none;
} /* for Firefox */
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #555555;
}
a:active {
	text-decoration: none;
	color: #666666;
}
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: #FFF;
	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: #FFF;
}
button {
	border: none;
	cursor: pointer;	
	padding:0px;
}
.bold {
	font-weight: bold;
}

