/*字体基础属性控制*/
body,td,th{color:#555;font:normal 14px/30px 'microsoft yahei';}

/*字体控制*/
.fm-yh{font-family:'microsoft yahei';}
.fm-st{font-family:'宋体';}
.fm-en{font-family:Arial, Helvetica, sans-serif;}

/*字体其它控制*/
.n{font-weight:normal;}
.b,
.strong{font-weight:bold;}

/*文本缩进控制*/
.ti-2{text-indent:2em;}
.ti-24{text-indent:24px;}
.ti-28{text-indent:28px;}
.ti-30{text-indent:30px;}
.ti-999{text-indent:-999em;}

/*文字对象间隔控制*/
.ts-1{word-spacing:1px;}
.ts-2{word-spacing:2px;}
.ts-3{word-spacing:3px;}
.ts-4{word-spacing:4px;}
.ts-5{word-spacing:5px;}


/*字体颜色控制*/
a{color:#666464;text-decoration:none;}
a:hover{color:#c80000;text-decoration: none;}
.red, a.red{color:#e40000;}
.gray, a.gray{color:#666;}
.gray2{color:#e5e5e5;}
.blue, a.blue{color:#009;}
.green, a.green{color:#080;}
.brown, a.brown{color:#c80000;}
.white, a.white{color:#fff;}
.cyan{color:#87410f;}
.cyan2 {color:#a6875b}
.gray3 {color:#a2a2a2;}
.red2 {color:#C80000;}
.color-999{color:#999;}
.color-5ba877{color: #5ba877;}

/*字体大小控制*/
.f-12{font-size:12px;}
.f-13{font-size:13px;}
.f-14{font-size:14px;}
.f-15{font-size:15px;}
.f-16,.f16{font-size:16px;}
.f-18{font-size:18px;}
.f-20{font-size:20px;}
.f-22{font-size:22px;}
.f-24{font-size:24px;}
.f-30{font-size:30px;}

/*字体行高控制*/
.lh-18{line-height:18px;}
.lh-19{line-height:19px;}
.lh-20{line-height:20px;}
.lh-21{line-height:21px;}
.lh-22{line-height:22px;}
.lh-23{line-height:23px;}
.lh-24{line-height:24px;}
.lh-25{line-height:25px;}
.lh-26{line-height:26px;}
.lh-27{line-height:27px;}
.lh-28{line-height:28px;}
.lh-29{line-height:29px;}
.lh-30{line-height:30px;}
.lh-31{line-height:31px;}
.lh-32{line-height:32px;}
.lh-33{line-height:33px;}
.lh-34{line-height:34px;}
.lh-35{line-height:35px;}
.lh-36{line-height:36px;}
.lh-37{line-height:37px;}
.lh-38{line-height:38px;}
.lh-40{line-height:40px;}
.lh-45{line-height:45px;}
