/*总体样式*/
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%;
	word-break:break-all;
	vertical-align:top;
}
/*第一层表格格式*/
.table1
{
width:780px;
border:0px;
word-break: break-all;
text-align:center;
vertical-align:top;
}
/***第一层表格中的非主体***/
.tdBanner
{
background-color:#0099FF;
text-align:center;
}
.tdCurrentLoc
{
width:230px;
background:url(bgCurrentLoc.gif) top repeat;
height:25px;
text-align:left;
}
.tdSecMenu
{
width:510px;
background:url(bgCurrentLoc.gif) top repeat;
height:25px;
text-align:right;
}
.tdSep
{
width:760px;
height:3px;
}
/***第一层表格中的非主体结束***/
/***第一层表格中的主体***/
.divbody
{
height:200px;
text-align:center;
vertical-align:middle;
}
.tablebody
{
width:780px;
border:0px;
text-align:center;
vertical-align:middle;
}
.tderrorleft
{
width:390px;
text-align:right;
}
.tderrorright
{
width:390px;
text-align:left;
}