/*总体样式*/
a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #cc0000;
	text-decoration: underline;
}
table{
	font-size: 13px;
	font-family: "宋体";
	line-height: 130%;
	vertical-align:top;
}
.tblFrm
{
vertical-align:top;
text-align:left;
}
.tblFrm .tdFrmTopLeft
{
width:8px;
height:8px;
background:url(Frame3/top_left.jpg) no-repeat left;
vertical-align:bottom;
}
.tblFrm .tdFrmTopCenter
{
height:8px;
background:url(Frame3/top_middle.jpg);
color:#333333;
font-size:14px;
font-weight:bold;
padding:5px;
vertical-align:bottom;
}
.tblFrm .tdFrmTopRight
{
width:8px;
height:8px;
background:url(Frame3/top_right.jpg) no-repeat right;
vertical-align:bottom;
}
.tblFrm .tdFrmMidLeft
{
width:8px;
color:#ffffff;
background:url(Frame3/mid_left.jpg);
}
.tblFrm .tdFrmMidCenter
{
padding-top:3px;
text-align:left;
vertical-align:top;
}
.tblFrm .tdFrmMidRight
{
width:8px;
color:#ffffff;
background:url(Frame3/mid_right.jpg);
}
.tblFrm .tdFrmBotLeft
{
width:8px;
height:8px;
background:url(Frame3/bottom_left.jpg) no-repeat bottom left;
}
.tblFrm .tdFrmBotCenter
{
height:8px;
background:url(Frame3/bottom_middle.jpg) bottom;
vertical-align:top;
}
.tblFrm .tdFrmBotRight
{
width:8px;
height:8px;
background:url(Frame3/bottom_right.jpg) no-repeat bottom right;
}
.tblFrm .tdFrmbar
{
height:2px;
background-color:#cccccc;
}