
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.Header
{
	font-size: 24px;
	color: #000000;
	font-family: 黑体;
	font-weight: bold;
}

A.navLink:link
{
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
}
A.navLink:visited
{
	font-size: 9pt;
	color: #0066CC;
	text-decoration: none;
}
A.navLink:active
{
	font-size: 9pt;
	color: #003399;
	text-decoration: none;
}
A.navLink:hover
{
	font-size: 9pt;
	color: #0066CC;
	text-decoration: none;
}

A.textLink:link
{
	font-size: 9pt;
	color:Blue;
	text-decoration:underline;
}

A.textLink:hover
{
	font-size: 9pt;
	color: Red;
	text-decoration: underline;
}

table.tableS1
{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;

	word-break:break-all;
}

td.tdHeaderS1
{
	font-size: 14px;
	background-color: AliceBlue;
	height: 30px;
	color: Navy;
	font-weight: bold;
}

table.outframe
{
	width: 100%;
	border-collapse: collapse;
	font-size: 12px;
	border-width: 0px;
}

td.tdEntryName
{
	background-color: AliceBlue;
	font-family: 宋体;
	font-size: 9pt;
	text-align: left;
	height: 22px;
}

td.tdEntryNameMust
{
	background-color: AliceBlue;
	font-family: 宋体;
	font-size: 9pt;
	color: Blue;
	text-align: left;
	height: 22px;
}
td.tdEntryData
{
	font-family: 宋体;
	font-size: 9pt;
	text-align: left;
	height: 22px;
	background-color: White;
}

td.info
{
	background-image: url( "../images/td_info_bgd.gif" );
	padding-right: 4px;
	font-family: 宋体;
	font-size: 9pt;
	font-style: italic;
	color: Blue;
}


.myButtonSmall
{
	background-color: #e6e6fa;
	border: solid 1px #404040;
	font-family: 宋体;
		font-style:normal;
	font-size: 9pt;
	height: 20px;
	width: 40px;
}

.myButtonLarge
{
	background-color: #e6e6fa;
	border: solid 1px #404040;
	font-family: 宋体;
	font-size: 9pt;
		font-style:normal;
	height: 20px;
	width: 60px;
}

.myButtonLargeX
{
	background-color: #e6e6fa;
	border: solid 1px #404040;
	font-family: 宋体;
	font-style:normal;
	font-size: 9pt;
	height: 20px;
	width: 80px;
}

.myButtonLargeXX
{
	background-color: #e6e6fa;
	border: solid 1px #404040;
	font-family: 宋体;
	font-style:normal;
	font-size: 9pt;
	height: 20px;
	width: 120px;
}

