/* 全局CSS定义 */
body { text-align: left; margin:0; padding:0; background-color: #ffffff; font-size:12px; color:#040404;}
/*body { text-align: left; margin:0; padding:0; background-color: #5FCB00; font-size:12px; color:#040404;}*/
table,td,tr,th{font-size:12px;}
/* 链接颜色 */
a:link {	color: #333; text-decoration: none; font-family: "Arial","宋体"}
a:visited {	color: #333; text-decoration: none; font-family: "Arial","宋体"}
a:hover {	color: #ba322c; text-decoration: udnderline; font-family: "Arial","宋体"}
a:active {	color: #ba322c; text-decoration: udnderline; font-family: "Arial","宋体"}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed	,a.cRed:link	,a.cRed:visited	    { color:Red; }
.cDRed	,a.cDRed:link	,a.cDRed:visited	{ color:#c30;}
.cGray	,a.cGray:link	,a.cGray:visited	{ color: #666;}
.cWhite	,a.cWhite:link	  ,a.cWhite:visited	{ color: White;}
.cWhite a.cWhite:hover { color: Red;}
.cBlack	,a.cBlack:link ,a.cBlack:visited	{ color: Black;}
.cBlue ,a.cBlue:link ,a.cBlue:visited     {color:#1771CC}
.cGreen ,a.cGreen:link ,a.cGreen:visited     {color:#b52620}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}
.fV {font-family: Verdana, Arial, Helvetica, sans-serif; font-size:.8em;}
.fS {line-height: 150%;}
.fS1 {line-height: 130%;}
.FL {border-left:#cfcfcf 1px solid; }
.FR {border-right:#cfcfcf 1px solid; }
.fBottom {border-bottom:#cfcfcf 1px dashed;}
/* 字体大小*/
.f12px { font-size:12px; line-height: 165%;}
.f14px { font-size:14px; line-height: 160%;}
.f13px { font-size:13px;}
/* 其他属性 */
.left { float: left;}
.right { float: right;}
.clear { clear: both; font-size:1px; width:1px; visibility: hidden; }
.hidden { display: none;}
.unLine ,.unLine a	{text-decoration: none;}
.noBorder {border:none;	}
.drop { font-family: "宋体"; FILTER: dropshadow(color=#000000,offx=1,offy=1);font-weight: bold;letter-spacing:1px; }
.input {width:100px; height:18px; border:#cfcfcf 1px solid; color:1771CC}
.input1 {width:50px; height:18px; border:#cfcfcf 1px solid; color:1771CC}  
/*其他字体定义*/
a.textM:link {text-decoration: underline; color: #0781B5;font-family: "Tahoma","宋体"}
a.textM:visited {text-decoration:underline;color:#0781B5;font-family: "Tahoma","宋体"}
a.textM:active {text-decoration:underline;color:#FF6600;font-family: "Tahoma","宋体"}
a.textM:hover {text-decoration:underline;color:#999999;font-family: "Tahoma","宋体"}
