/*qing ling*/
a:link,
a:visited {
    color: #000000;
	text-decoration: none;
}
a:hover,
a:active {
    color: #f00;
	text-decoration: none;
}
/*color*/
.cred {
    color: #FF0000;
}
.cgreen {
    color: #00FF00;
}
.cblue {
    color: #0000FF;
}
.cyellow {
    color: #FFFF00;
}
.craven {
    color: #CCCCCC;
}
.corange {
    color: orange;
}
.cwhite {
    color: #fff;
}
.chuanghei {
    color:#747943;
}
/*color a*/
.lred:link,
.lred:visited {
    color: #f00;
    text-decoration: none;
}
.lred:hover,
.lred:active {
    color: #ff0000;
	text-decoration: underline;
}
.lcwhite:link,
.lcwhite:visited {
    color: #fff;
	text-decoration: none;
}
.lcwhite:hover,
.lcwhite:active {
    color: #ff0;
	text-decoration: none;
}
.lyellow:link,
.lyellow:visited {
    color: #000;
	text-decoration: none;
}
.lyellow:hover,
.lyellow:active {
    color: #ffff00;
	text-decoration: underline;
}
.lgreen:link,
.lgreen:visited {
    color: #00ff00;
	text-decoration: none;
}
.lgreen:hover,
.lgreen:active {
    color: #00ff00;
	text-decoration: underline;
}
/*zi weight*/
.zwweight {
    font-weight: bold;
}
/*hang gao*/
.hhtwenty {
    line-height: 20px;
}
.hhtwenty_five {
    line-height: 25px;
}
.hhtwenty_eight {
    line-height: 28px;
}
/*zi da xiao*/
.zzttwelve {
    font-size: 12px;
}
.zzfourteen {
    font-size: 14px;
}
.zzfivetheen {
    font-size: 15px;
}
.zzsixteen {
    font-size: 16px;
}
/*zi ti*/
.ztsongsong {
    font-family: "ËÎÌå";
}
.ztarialarial {
    font-family: Arial, Helvetica, sans-serif;
}
.ztheihei {
    font-family: "ºÚÌå";
}
/*fu dong*/
.ffleft {
    float: left;
}
.ffright {
    float: right;
}
.clearfffloat {
    clear: both;
}
/*kong hang*/
.ckblackline {
    line-height: 5px;
	height: 5px;
}