.topbg {
	background-image: url(image/topbg.png);
	background-repeat: no-repeat;
	background-position: -200px;

}
body {
	margin: 0px;
	padding: 0px;
	background-color: #3E73BC;
	background-image: url(image/bodybg.gif);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;


}
td {
	font-size: 9pt;
	line-height: 18px;
}
.titlebg-left {
	background-image: url(image/boxtitle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	width: 10px;
}
.titlebg-mid {
	background-image: url(image/boxtitle.png);
	background-repeat: repeat-x;
	background-position: 0px -60px;
	font-size: 14px;
	font-weight: bold;
	color: #0066CC;

}
.titlebg-right {
	background-image: url(image/boxtitle.png);
	background-repeat: no-repeat;
	background-position: 100% -30px;
	width: 10px;
}
.boxboder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1D9F1;
	border-left-color: #C1D9F1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1D9F1;
	margin-bottom: 10px;
	background-color: #FFFFFF;


}
/*鼠标经过后的样式==============================================*/
.current{
	display: block;
	font-weight:bold;
	color:#0066CC;
	border-top:1px solid #C2D9F1;
	border-left:1px solid #C2D9F1;
	border-right:1px solid #C2D9F1;
	background-image: url(image/botton.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;


    }
.boxborder2 {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
a:link {
	color: #0066cc;
	text-decoration: none;
}
a:visited {
	color: #0066cc;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
.titles {
	font-size: 14px;
	line-height: 25px;
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 0.1em;




}
.classbg {
	background-image: url(image/classbg.gif);
	height: 31px;
	font-size:14px;
}
.classbg a {

	
	font-size:14px;
	text-decoration: none;
	color:#FFF;
	letter-spacing: 0.1em;
}
.classbg a:hover, .classbg a:active, .classbg a:visited{

	font-size:14px;
	
	color:#FFF;
	letter-spacing: 0.1em;
}
