/* CSS-reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,label,pre,form,fieldset,input,textare
a,p,blockquote,th,td {
padding: 0;
margin:0;
font-family: Verdana ;
font-size:12px;
}    
table {border-collapse: 0;border-spacing: 0;}    
fieldset,img {border:none;}    
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}    
ol,ul {list-style: none;}    
caption,th {text-align: left;}    
h1,h2,h3,h4,h5,h6 {font-weight:bold;font-size: 100%;}    
q:before,q:after {}    
abbr,acronym { border:none;}
.hide{ display:none;}
/* CSSreset-end */
/* 链接颜色 */
/*a:link {color: #1f3a87; text-decoration:none;}
a:visited {color: #83006f;text-decoration:none;}
a:hover {color: #bc2931; text-decoration:underline;}
a:active {color: #bc2931;}*/
a{color:#54565C; text-decoration:none;}
a:link {color:#54565C; text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {color: #bc2931;}
/* 颜色属性 [定义规则，小写c加颜色名称] */
.cRed,a.cRed:link,a.cRed:visited{ color:Red; }
.cBlue,a.cBlue:link,a.cBlue:visited{color:#1f3a87;}
.cDRed,a.cDRed:link,a.cDRed:visited{ color:#bc2931;}
.cGray,a.cGray:link,a.cGray:visited{ color: #4F544D;}
.cDGray,a.cDGray:link,a.cDGray:visited{ color: #666;}
.cWhite,a.cWhite:link,a.cWhite:visited{ color:#fff;}
.cBlack,a.cBlack:link,a.cBlack:visited{color:#000;}
a.cBlack:hover{color:#bc2931;}
.cYellow,a.cYellow:link,a.cYellow:visited{color:#ff7200;}
.cGreen,a.cGreen:link,a.cGreen:visited{color:#008000;}
/* 字体属性 [定义规则，小写f加属性名称] */
.fB {font-weight: bold;}
.fI {font-style: italic;}

/* 字体大小*/
.f12px{ font-size:12px;}
.f14px{ font-size:14px;}
/* 高宽 */
.lh18px{line-height:18px;}
.lh24px{line-height:24px;}
.lh30px{line-height:30px;}
.tlCenter{text-align:center;}
.tlLeft{text-align:left;}
.tlRight{text-align:right;}
.w250{width:250px;}
.w50{width:50px;}
.w140{width:140px;}

.clear{
	clear:both;
	line-height:0;
	font-size:0;
}
.hidden {
	display: none;
	clear:both;
}
.unLine ,.unLine a{
	text-decoration: none;
}
.noBorder{
	border:none; 
}
.floatleft{
	float:left
}
.floatright{
	float:right;
}