/************************************/
/*	BASE STYLES 
/************************************/
body{
	padding:0;
	margin:0;
	width:100%;
	font-size:14px;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	line-height:1em;
	font-family:'Microsoft Yahei', Arial, sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display: block; }
*{
	outline:none;
	border:none;
	margin:0;
	padding:0;
}
a img{
	border:none;
}
.spacer{
	clear:both;	
	width:100%;	
	height:0;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	color:#333;
	margin:0 0 15px 0;
	font-family:'Microsoft Yahei', Arial, sans-serif;
}
h1{
	color:#87B52F;
	font-weight:bold;
	padding-top:5px;
}
p{
	font-size:14px;
	color:#333;
	font-family:'Microsoft Yahei', Arial, Helvetica, sans-serif;
	margin-top:0;
	margin-bottom:15px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#87B52F;
}
a, a > * {
	color:#000000;
	text-decoration:none;
	-webkit-transition:background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-moz-transition:background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-ms-transition:background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	-o-transition:background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
	transition:background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out;
}
a:hover{
	text-decoration:none;
	color:#87B52F;
}