/************ reset **********/
*{
	margin:0px;
	padding:0px;
}
a{
	color:#888888;
	border:none;
	text-decoration:none;
}
img{
	border:none;
	display:inline;
}
form{
	display:inline;
}
ul{
	list-style:none;
}
div{
	overflow:hidden;
}
dl,ul{
	list-style-type:none;
}
input,textarea{
	border:none;
	float:left;
	display:inline;
}
body{
	font-size:12px;
	line-height:22px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6E6E6E;
}
h1{
	font-size:14px;
}
/************ frame **********/
.wrapper{
	width:816px;
	height:auto;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-408px;
}
.header{
	width:100%;
	height:70px;
	border-bottom:1px solid #6E6E6E;
}
.content{
	width:100%;
	height:auto;
}
.logo{
	width:auto;
	height:30px;
}
.language{
	width:auto;
	height:30px;
	line-height:30px;
}
.language a{
	color:#888888;
}
.language a:hover{
	color:#383838;
}
.nav{
	width:100%;
	height:20px;
	margin-top:20px;
}
.nav_box{
	width:auto;
	height:20px;
	line-height:20px;
	float:left;
	display:inline;
	margin-right:61px;
}
.nav_box a{
	color:#888888;
}
.nav_box a:hover{
	color:#383838;
}
.fotter{
	width:100%;
	height:20px;
	text-align:center;
}
.fotter_box{
	width:auto;
	height:18px;
	margin-left:20px;
	float:left;
	display:inline;
}
/************ float **********/
.fr{
	float:right;
	display:inline;
}
.fl{
	float:left;
	display:inline;
}
/************ image **********/
.rx{
	background-repeat:repeat-x;
}
.ry{
	background-repeat:repeat-y;
}
.rn{
	background-repeat:no-repeat;
}
/************ font **********/
.b{
	font-weight:bold;
}
.t{
	letter-spacing:-1px;
}
.tc{
	text-align:center;
}
.cf{
	color:#FFFFFF;
}
.cf a{
	color:#FFFFFF;
}
.c1{
	color:#6E6E6E;
}
.c1 a{
	color:#6E6E6E;
}
.cf0{
	color:#FF0000;
}
.c2{
	color:#989898;
}
.c3{
	color:#888888;
}
.c3 a{
	color:#888888;
}
.c4{
	color:#31A4ED;
}
.c5{
	color:#383838;
}
.f9{
	font-size:9px;
}
.f10{
	font-size:10px;
}
.f11{
	font-size:11px;
}
/************ margin **********/
.ml5{
	margin-left:5px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.ml30{
	margin-left:30px;
}
.mr0{
	margin-right:0px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr15{
	margin-right:15px;
}
.mr20{
	margin-right:20px;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt25{
	margin-top:25px;
}
.l{
	height:500px;
	width:1px;
}
.curp{
	cursor:pointer;
}