/* CSS Document */

/* -- 字体属性
----------------------------------------------- */
a { color:#000000;}
/* -- 字体粗细 -- */
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
/* -- 字体修饰 -- */
.underline {
	text-decoration:underline;
}
.nodecoration {
	text-decoration:none;
}
/* -- 颜色-- */
.wihte {
	color:#FFF;
}
.black {
	color:#000;
}
.hui {
	color:#767676;
}
.he {
	color:#c4a56a;
}
/* -- 大小-- */
.text12 {
	font-size:12px;
}
.text13 {
	font-size:13px;
}
.text14 {
	font-size:14px;
}
.text16 {
	font-size:16px;
}



/* --行间距
----------------------------------------------- */
.line21 {
	line-height:21px;
}
.line22 {
	line-height:22px;
}

/* --边框
----------------------------------------------- */
.border {
	border: 1px solid #F00;
}
.border_r {
	border-right: 1px solid #d9caab;
}
/* --Margin
----------------------------------------------- */
#nomargin_r {
	margin-right:0px;
}
#nomargin_l {
	margin-left:0px;
}
#nomargin_t {
	margin-top:0px;
}
#nomargin_b {
	margin-bottom:0px;
}
.margin_t_14 {
	margin-top:14px;
}


/* --浮动
----------------------------------------------- */
#float_r {
	float:right;
}
.float_l {
	float:left;
}
#float_r {
	float:right;
}
#float_l {
	float:left;
}