/*
   writer:jeali
   http://www.jeali.com
------------------------------------------------*/
.left{
	float: left;
	}
.right{
	float: right;
	}
.clear{
	clear: both;
	}
.relative{
  position: relative;
  }
/* 字体样式
------------------------------------------------*/
.bold{
	font-weight: bold;
	}
.normal{
	font-weight: normal;
	}
.italic{
	font-style: italic;
	}
	
/* 字体大小
------------------------------------------------*/	
.px10{
	font-size: 10px;
	}
.px11{
	font-size: 11px;
	}
.px12{
	font-size: 12px;
	}
.px13{
	font-size: 13px;
	}
.px14{
	font-size: 14px;
	}
.px16{
	font-size: 16px;
	}
.px18{
	font-size: 18px;
	}
.px24{
	font-size: 24px;
	}
.px30{
	font-size: 30px;
	}
/* 字体颜色
------------------------------------------------*/	
/* 白色 */
.write{
	color: #ffffff;
	}
/* 红色 */	
.red{
	color: #ff0000;
	}
/* 黑色 */	
.black{
	color: #000000;
	}
/* 灰色 */	
.putty{
	color: #666666;
	}
/* 玫瑰红 */		
.rosy{
	color: #d4140c;
	}
/* 橄榄绿 */		
.olive{
	color: #6b8e23;
	}
/* 淡黑色 */		
.ficelle{
	color: #333333;
	}
/* 灰白色 */		
.gray{
	color: #cdcdcd;
	}
/* 浅黄色 */		
.wheat{
	color: #ffaf11;
	}
/* 浅蓝色 */		
.blue{
	color: #00b8e5;
	}
.orange
{
  color: #ff8000;
}
/* 超级链接
------------------------------------------------*/
a.un:link,a.un:visited{
	text-decoration: underline;
	}
a.un:hover,a.un:active{
	text-decoration: none;
	}
	
a.nu:link,a.nu:visited{
	text-decoration: none;
	}
a.nu:hover,a.nu:active{
	text-decoration: underline;
	}
	
a.nn:link,a.nn:visited{
	text-decoration: none;
	}
a.nn:hover,a.nn:active{
	text-decoration: none;
	}

a.uu:link,a.uu:visited{
	text-decoration: underline;
	}
a.uu:hover,a.uu:active{
	text-decoration: underline;
	}

a.cc:link,a.cc:visited{
	color: #333333;
	}
a.cc:hover,a.cc:active{
	color: #d4140c;
	}

/* 结束
------------------------------------------------*/