﻿@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, "宋体";
	font-size: 12px;
	color:#666666;
	background-color: #FFFFFF;
	table-layout:fixed;
	word-break:all;
	word-wrap: break-word;
}
div {
	overflow: hidden;
	table-layout:fixed;
	word-wrap: break-word;
	word-break: all;
}
li {
	list-style-type: none;
}
p {
	font-size: 12px;
	line-height: 1.7;
	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: #006DC2;
}
a:visited {
	text-decoration: none;
	color: #006DC2;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a img {
	border: 0;
}
img {
	border: 0;
}
.clear {
	clear: both;
	height: 0;
}

.turn_leaf_pagenow {
	color: #F7A700;
}
a.turn_leaf_pagenow  {
	color: #F7A700;
}


input{
	font-size: 12px;
	color: #6B6B6B;
	background-color: #e4e4e4;
	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;
}
