* {
	margin: 0;
	padding: 0;
	list-style: none;
}
html,body {
	background: #FFF;
}
a {
	font-size: 12px;
	line-height: 150%;
	color: #000;
	text-decoration: none;
	font-family: "宋体", Arial;
}
a:hover {
	color: #F00;
	text-decoration: underline;
	position: relative;
	left: 1px;
	top: 1px;
}
.p12 {
	font-size: 12px;
	line-height: 150%;
	color: #000;
	font-family: "宋体", Arial;
}
.p14 {
	font-size: 14px;
	line-height: 150%;
	color: #000;
	font-family: "宋体", Arial;
}
.borde {
	border: 1px solid #CCC;
}
.img {
	border: 0;
}
.title,.title a {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #06C;
	font-family: "微软雅黑", "宋体", Arial;
}
.nolink {
	color: #F00;
}
.white,.white a {
	color: #FFF;
}
a.button_2:link,a.button_2:visited{
	display:block;
	width:77px;
	height:33px;
	line-height:33px;
	background:url(../images/button_2.png) center top no-repeat;
	border:none;
	font-weight:bold;
	cursor:pointer;
	text-align: center;
	letter-spacing: 0.5em;
	color:#FFFFFF;
}
a.button_2:hover{
	color:#FFFFFF;
	text-decoration: none;
	text-align: center;
}