a{ text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link { color: #666666;} /* 未访问的链接 */
a:visited { color: #666666;} /* 已访问的链接 */
a:hover { color: #6d4b28;} /* 鼠标在链接上 */ 
a:active { color: #6d4b28;} /* 点击激活链接 */
body{
	text-decoration: none;
	font-family: 宋体, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
}
table{
background-position: top;
font-size: 14px;
font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}
.bottom_size {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	line-height: 180%;
   font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}
.bottom_size18 {
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	line-height: 210%;
   font-family: 宋体, Arial, Helvetica, sans-serif;
}
.bottom_size14{
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	line-height: 180%;
   font-family: 微软雅黑,宋体, Arial, Helvetica, sans-serif;
}
.bottom_size12 {
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	line-height: 180%;
   font-family: 宋体, Arial, Helvetica, sans-serif;
}

.bottom_nr16 {
	text-decoration: none;
	font-size: 16px;
	font-style: normal;
	line-height: 200%;
   font-family: 宋体, Arial, Helvetica, sans-serif;
}
.bottom_nr {
	text-decoration: none;
	font-size: 14px;
	font-style: normal;
	line-height: 310%;
   font-family: 宋体, Arial, Helvetica, sans-serif;
	}

.input_out{
/*表单height:16px;默认高度*/
padding:0px 0px 0pt 0px;
height:20px;
border:1px solid #666666;
background-color:#a5a0a0;
font-family: Arial, Helvetica, sans-serif;
}
.input_out2{
/*表单height:16px;默认高度*/
padding:1px 2px 0pt 1px;
height:18px;
border:1px solid #fff;
background-color:#fff;
font-family: 宋体, Arial, Helvetica, sans-serif;
}
.line_m{text-decoration:line-through}