/*总体样式*/
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;
}
.tblFrm2
{
vertical-align:top;
text-align:left;
}
.tblFrm2 .tdFrmTopLeft
{
width:10px;
height:34px;
background:url(Frame2/top_left.jpg) no-repeat left;
vertical-align:bottom;
}
.tblFrm2 .tdFrmTopCenter
{
height:6px;
background:url(Frame2/top_middle.jpg);
color:#333333;
font-size:14px;
font-weight:bold;
padding:5px;
vertical-align:bottom;
}
.tblFrm2 .tdFrmTopRight
{
width:10px;
height:34px;
background:url(Frame2/top_right.jpg) no-repeat right;
vertical-align:bottom;
}
.tblFrm2 .tdFrmMidLeft
{
width:8px;
color:#ffffff;
border-left:solid 2px #cccccc;
}
.tblFrm2 .tdFrmMidCenter
{
height:100px;
width:240px;
padding-top:3px;
text-align:left;
vertical-align:top;
}
.tblFrm2 .tdFrmMidRight
{
width:8px;
color:#ffffff;
border-right:solid 2px #cccccc;
}
.tblFrm2 .tdFrmBotLeft
{
width:10px;
height:20px;
background:url(Frame2/bottom_left.jpg) no-repeat bottom left;
}
.tblFrm2 .tdFrmBotCenter
{
height:20px;
background:url(Frame2/bottom_middle.jpg) bottom;
vertical-align:top;
}
.tblFrm2 .tdFrmBotRight
{
width:10px;
height:20px;
background:url(Frame2/bottom_right.jpg) no-repeat bottom right;
}
.tblFrm2 .tdFrmbar
{
height:2px;
background-color:#cccccc;
}