body {
	background: #fff;
	font-family:"微软雅黑";
	font-size: 12px;
	line-height: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;/*属性设置元素的垂直对齐方式*/
}

a {
	color: #666666;
	text-decoration: none;
}
/*a:hover {
	opacity: 0.6;
	filter:alpha(opacity=60);
}*/

i {
	font-style: normal;
}

caption,th{
	text-align: left;
}

em{
	font-style: normal;
}

h1, h2, h3, h4{
	clear: both;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, em, img, strong, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
}
h2 {
	font-family: "Microsoft YaHei";
}
img{
	border: 0 none;
}

input{
	font-size: 100%;
	vertical-align: middle;
}

ol, ul{
	list-style: none;
}

table{
	border-collapse: collapse;
	border-spacing: 0;
}
.clr:after,.clr {
    clear: both;
    color: #333333;
    content: " ";
    display: block;
}

.mtop20{
	margin-top:20px;
	}

.font12{
	font-size:12px;
	}
.font14{
	font-size:14px;
	}
.font15{
	font-size:15px;
	}