/* CSS Document */
body {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
a:link { text-decoration: none; }
a:visited { text-decoration: none; 
}
a:hover { text-decoration: underline; }
a:active {
	text-decoration: none;
	color: #CC0000;
}
/*公用css样式*/
div,ul,li,a,span {
	margin: 0px;
	padding: 0px;
	list-style: url(none) none;
	overflow: hidden;
}
img {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-style: none;
}

.underline { text-decoration: underline; }
.noneline { text-decoration: none; }
.clear { clear: both; }
form {
	margin: 0px;
	padding: 0px;
}
.button{
	width:60px;
	height:30px;
	FONT-SIZE: 12px;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#C3DAF5);
	COLOR: black;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #2C59AA;
} 
.display_block { display: block; }
.display_inline { display: inline; }
/*公用字体样式*/
.text-left { text-align: left; }
.font_none { text-decoration: none; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.fHei { font-family: "黑体"; }
.fSong { font-family: "宋体"; }
/*字体颜色*/
.fWhite{ color: #ffffff;}
.fSnow{ color: #c8c8c8;}
.fOrange{ color: #df4d14; }
.fYellow{ color: #FFC000; }
.fTingeGreen { color: #067878; }
.fBarkBlue { color: #06394e; }
.fRed{ color: #c80000;}
.fBlue{ color: #0b72ba; }
.fNavy{	color: #00478b; }
.fGray{	color: #616161;}
.fLightgray{ color: #C8C8C8; }
.fCarbon{ color: #303030;}
.fBlack {	color: #000000;}
.fBold { font-weight: bold; }
.fLine20 { line-height: 20px; }
/*公用结构样式*/
.float_left { float: left; }
.float_right { float: right; }
.fHand,input { cursor: pointer; }
.overflow_hidden { overflow: hidden; }
.overflow_auto { overflow: auto; }
.hidden20 { height:20px; overflow:hidden; }
.hidden40 { height:40px; overflow:hidden; }
.hidden60 { height:60px; overflow:hidden; }
.hidden80 { height:80px; overflow:hidden; }

