@font-face {
	font-family: ProximaNovaRegular;
	src: url(fonts/proximanova-reg-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/proximanova-reg-webfont.woff) format("woff"), url(fonts/ProximaSansRegular.ttf) format("truetype"), url(fonts/proximanova-reg-webfont.svg#ProximaNovaRegular) format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: ProximaNovaLight;
	src: url(fonts/proximanova-light-webfont.eot?#iefix) format("embedded-opentype"), url(fonts/proximanova-light-webfont.woff) format("woff"), url(fonts/proximanova-light-webfont.ttf) format("truetype"), url(fonts/ProximaNova-Light.otf) format("OpenType"),  url(fonts/proximanova-light-webfont.svg#ProximaNovaLight) format("svg");
	font-weight: normal;
	font-style: normal;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,textarea,input,select {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:14px;
	font-family:inherit;
	vertical-align:baseline;
}
:focus { outline:0; }
a:active { outline:none; }
body { line-height:1; color:black; background:white; }
ol,ul { list-style:none; }
table { border-collapse:separate; border-spacing:0; }
caption,th,td { text-align:left; font-weight:normal; }
blockquote:before,blockquote:after,q:before,q:after { content:""; }
blockquote,q { quotes:"" ""; }


BODY {
	BACKGROUND: url(body-bg.gif);
	font-family: "ProximaNovaRegular", Arial, sans-serif, "Microsoft YaHei", Helvitica, Verdana;
	font-size: 14px;
	line-height: 1.5;
}

p, span, div {
	font-family: "ProximaNovaRegular", Arial, sans-serif, "Microsoft YaHei", Helvitica, Verdana;
	font-size: 17px;
	line-height: 1.5;
	letter-spacing: 0.5px;
}


a:link,a:visited {
	font-family: "ProximaNovaRegular", Arial, sans-serif, "Microsoft YaHei", Helvitica, Verdana;
	color:#229a99;
	font-size:17px;
	text-decoration:none;
}

a:hover,a:active {
	font-family: "ProximaNovaRegular", Arial, sans-serif, "Microsoft YaHei", Helvitica, Verdana;
	color:#e39f48;
	font-size:17px;
	text-decoration:none;
}
img,input,select,textarea{ border:none; vertical-align:middle;}
.clerar {clear: both;}
.clearfix:after{content: ".";display: block;height: 0;clear: both;visibility: hidden;}

h1{
	font-family: "ProximaNovaLight", Arial, sans-serif, "Microsoft YaHei", Helvitica, Verdana;
	font-size: 28px;
	color:#666;
	padding: 20px 0px;
	font-weight: bold;
}
h2{
	font-family: "ProximaNovaLight", Arial, sans-serif, "Microsoft YaHei", Helvitica, Verdana;
	font-size: 18px;
	color:#212121;
	padding: 30px 0px;
	font-weight: bold;
}
.f16{
	font-size: 16px;
}
.f40{
	font-size: 40px;
}
.bold{
	font-weight: bold;
}
.orange{
	color: #F30;
}
.gary{
	color: #444;
}
.p30{
	padding:30px;
}
.center{
	text-align:center;
}
