td {
line-height: 16pt;
font-size: 9pt;
}
.tit{

font-size: 11pt;
font-weight: bold;
color:ffffff

}


BODY {
	background-color: #FFFFFF;
	SCROLLBAR-FACE-COLOR:#77B725;
	font-size: 10px;
//滚动条凸出部分的颜色
SCROLLBAR-HIGHLIGHT-COLOR:5A99C1;//滚动条空白部分的颜色
SCROLLBAR-SHADOW-COLOR: rgb(255,116,23);//立体滚动条阴影的颜色
SCROLLBAR-3DLIGHT-COLOR: rgb(66,93,127);//滚动条亮边的颜色
SCROLLBAR-ARROW-COLOR: rgb(93,232,255);//上下按钮上三角箭头的颜色
SCROLLBAR-TRACK-COLOR: 5A99C1;//滚动条的背景颜色
SCROLLBAR-DARKSHADOW-COLOR: rgb(10,0,209);//滚动条强阴影的颜色
SCROLLBAR-BASE-COLOR: rgb(66,93,128)；//滚动条的基本颜色
}
.bor {
	border-top: 1px dotted none;
	border-right: 1px dotted dotted;
	border-bottom: 1px dotted dotted;
	border-left: 1px dotted none;
}
.bor2 {
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px dotted;
	border-left: 1px none;
}
.bor3 {
	border-top: 1px dotted FFCC00;
	border-right: 1px none FFCC00;
	border-bottom: 1px dotted FFCC00;
	border-left: 1px none FFCC00;
}
.bor4 {
	border-top: 1px inset #8AC143;
	border-right: 1px outset #8AC143;
	border-bottom: 1px outset #8AC143;
	border-left: 1px outset #8AC143;
}


.button   {
	padding: 2px;
	float: left;
	background-image:  url(../images/picb.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #77B725;
	background-position: left top;
	color: #006600;
}

.link11{

font-size: 11pt;
font-weight: bold;
color:ffffff

}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #FFCC00;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #000000;
	text-decoration: none;
}