.button_top {
	background-attachment: fixed;
	background-image: url(images/top_button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 25px;
	width: 75px;
}
.DropShadow {
	color: #000000;
	text-decoration: none;
	cursor: hand;
	filter: DropShadow(Color=#FFFFFF,OffX=1,OffY=1,Positive=1);
}
td {
	font-size: 12px;
	text-decoration: none;
}
.button_menu {
	height: 27px;
	width: 84px;
	background-attachment: fixed;
	background-image: url(images/bluebutton.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.button_menu_yellow {
	background-attachment: fixed;
	background-image: url(images/yellowbutton.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 27px;
	width: 84px;
}
a.white:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.white-blue:active {
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
a.white-blue:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a.white-blue:link {
	color: #ffffff;
	text-decoration: none;
}
a.white-blue:visited {
	color: #ffffff;
	text-decoration: none;
}
a.blue:link {
	font-size: 12px;
	color: #0076AE;
	text-decoration: none;
}
a.blue:visited {
	font-size: 12px;
	color: #0076AE;
	text-decoration: none;
}
a.blue:hover {
	font-size: 12px;
	color: #0076AE;
	text-decoration: none;
}
a.blue:active {
	font-size: 12px;
	color: #0076AE;
	text-decoration: none;
}
.midbutton {
	background-attachment: fixed;
	background-image: url(images/into/midbutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 54px;
}
.bmidbutton {
	background-attachment: fixed;
	background-image: url(images/into/4midbutton.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 74px;
}
.bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left center;
}
.bottom_bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}
.kuan {
	border: 1px solid #999999;
}
.linebg {
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	height: 23px;
}
.shubg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
/* 列表的标题 */
.GridHeader
{
	font-size:9pt;
	height:20px;
	text-align:center;
	color:#666666;
	background-color: #D3D3D3;
	background: url(../images/top_button_bg.gif);
}