MIME-Version: 1.0
X-Document-Type: Workbook
Content-Type: multipart/related; boundary="----=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a"

------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a
Content-Location: file:///C:/ksoet/file0830.htm
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-microsoft-com:office:office" xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns:dt=3D"uuid:C2F41010-65B3-11d1-A29F-00AA00C14882" xmlns=3D"http://www.w3.org/TR/REC-html40">
 <head>
  <meta name=3D"Excel Workbook Frameset"/>
  <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dutf-8"/>
  <meta name=3D"ProgId" content=3D"Excel.Sheet"/>
  <meta name=3D"Generator" content=3D"WPS Office ET"/>
  <!--[if gte mso 9]>
   <xml>
    <o:DocumentProperties>
     <o:Author>&#23398;&#29983;&#29992;&#30028;&#38754;</o:Author>
     <o:Created>2019-04-03T15:02:00</o:Created>
     <o:LastAuthor>Administrator</o:LastAuthor>
     <o:LastSaved>2019-04-20T09:30:15</o:LastSaved>
    </o:DocumentProperties>
    <o:CustomDocumentProperties>
     <o:KSOProductBuildVer dt:dt=3D"string">2052-11.1.0.8567</o:KSOProductBuildVer>
    </o:CustomDocumentProperties>
   </xml>
  <![endif]-->
  <link rel=3D"File-List" href=3D"file0830.files/filelist.xml"/>
  <link id=3D"shLink" href=3D"file0830.files/sheet001.htm"/>
  <link id=3D"shLink" href=3D"file0830.files/sheet002.htm"/>
  <script src=3D"file0830.files\js.js"></script>
  <script type=3D"text/javascript">window.g_iIEVer=3DfnGetIEVer();fnBuildFrameset(1);</script>
  <!--[if gte mso 9]>
   <xml>
    <x:ExcelWorkbook>
     <x:ExcelWorksheets>
      <x:ExcelWorksheet>
       <x:Name>Sheet1</x:Name>
       <x:WorksheetSource HRef=3D"file0830.files/sheet001.htm"/>
      </x:ExcelWorksheet>
      <x:ExcelWorksheet>
       <x:Name>Sheet2</x:Name>
       <x:WorksheetSource HRef=3D"file0830.files/sheet002.htm"/>
      </x:ExcelWorksheet>
     </x:ExcelWorksheets>
     <x:Stylesheet HRef=3D"file0830.files/stylesheet.css"/>
     <x:ActiveSheet>1</x:ActiveSheet>
     <x:ProtectStructure>False</x:ProtectStructure>
     <x:ProtectWindows>False</x:ProtectWindows>
     <x:SelectedSheets>0</x:SelectedSheets>
     <x:WindowHeight>9765</x:WindowHeight>
     <x:WindowWidth>18285</x:WindowWidth>
    </x:ExcelWorkbook>
   </xml>
  <![endif]-->
 </head>
 <frameset rows=3D"*,36" border=3D"0" width=3D"0" frameborder=3D"no">
  <frame src=3D"file0830.files/sheet002.htm" name=3D"frSheet" noresize/>
  <frame src=3D"file0830.files/tabstrip.htm" name=3D"frTabs" marginwidth=3D"0" marginheight=3D"0"/>
  <noframes>
   <body>
    <p>&#27492;&#39029;&#38754;&#20351;&#29992;&#20102;&#26694;&#26550;&#65292;&#32780;&#24744;&#30340;&#27983;&#35272;&#22120;&#19981;&#25903;&#25345;&#26694;&#26550;</p>
   </body>
  </noframes>
 </frameset>
</html>

------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a
Content-Location: file:///C:/ksoet/file0830.files/js.js
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

var c_lTabs=3D2;
var c_rgszSh=3Dnew Array(c_lTabs);
c_rgszSh[0]=3D"Sheet1";
c_rgszSh[1]=3D"Sheet2";
var g_iShCur=3D1;
var g_rglTabX=3Dnew Array(c_lTabs+1);
var g_clrs=3Dnew Array(8);
g_clrs[0]=3D"window";
g_clrs[1]=3D"buttonface";
g_clrs[2]=3D"windowframe";
g_clrs[3]=3D"windowtext";
g_clrs[4]=3D"threedlightshadow";
g_clrs[5]=3D"threedhighlight";
g_clrs[6]=3D"threeddarkshadow";
g_clrs[7]=3D"threedshadow";

function fnGetIEVer() 
{
	var ua =3D window.navigator.userAgent;
	var msie =3D ua.indexOf("MSIE");
	if (msie > 0 && window.navigator.platform =3D=3D "Win32")
		return parseInt(ua.substring(msie+5, ua.indexOf(".",msie)));
	else
		return 0;
}
function fnMouseOverTab(event, iTab)
{
	if (iTab !=3D g_iShCur){
		if (parent.window.g_iIEVer>=3D4){
			frames['frTabs'].event.srcElement.style.background=3Dg_clrs[5];
		}
		else{
			event.target.style.background=3Dg_clrs[5];		}
	}
}
function fnMouseOutTab(event, iTab)
{
	if (iTab >=3D 0 && iTab !=3D g_iShCur){
		if (parent.window.g_iIEVer >=3D 4)
			frames['frTabs'].event.srcElement.style.background=3Dg_clrs[1];
		else
			target=3Devent.target.style.background=3Dg_clrs[1];
	}
}
function fnSetTabProps(iTab, fActive)
{
	if (iTab>=3D0){
		with (frames['frTabs'].document.all.aTab[iTab].style){
			background =3D fActive ? "#B0E0E6" : g_clrs[1];
			cursor =3D (fActive ? "default" : "pointer");
		}
	}
}
function fnSetActiveSheet(iSh)
{
	if (iSh !=3D g_iShCur){
		fnSetTabProps(g_iShCur, false);
		fnSetTabProps(iSh, true);
		g_iShCur =3D iSh;
	}
}
function fnInit()
{
	g_rglTabX[0] =3D 0;
	var row =3D frames['frTabs'].document.all.tbTabs.rows[0];
	for (var i =3D 1; i <=3D c_lTabs; ++i)
		g_rglTabX[i] =3D row.cells[i-1].offsetLeft + row.cells[i-1].offsetWidth;
	fnSetTabProps(g_iShCur, true);
}
function fnUpdateTabs(index)
{
	if (index < 0)
		return;
	if (document.readyState =3D=3D "complete")
		fnSetActiveSheet(index);
	else
		window.setTimeout("fnUpdateTabs("+index+");",150);
}
function fnBuildFrameset(index)
{
	var szHTML =3D "<frameset rows=3D\"*,18px\" border=3D0 width=3D0 frameborder=3Dno framespacing=3D0>" + "<frame src=3D\""+document.all.item("shLink")[index].href+"\" name=3D\"frSheet\" noresize>" + "<frameset cols=3D\"80px,*\" border=3D0 width=3D0 frameborder=3Dno framespacing=3D0>"+"<frame name=3D\"frScroll\" marginwidth=3D0 marginheight=3D0 scrolling=3Dno noresize>"+"<frame name=3D\"frTabs\" marginwidth=3D0 marginheight=3D0 scrolling=3Dno noresize>"+"</frameset></frameset>";
	with (document){
		open('text/html', 'replace');
		write(szHTML);
		close();
	}
	fnBuildTabStrip();
}
function fnNextTab(fDir)
{
	var iNextTab =3D -1;
	var i;
	with (frames['frTabs'].document.body){
		if (fDir =3D=3D 0){
			if (scrollLeft > 0){
				for (i =3D 0; i < c_lTabs && g_rglTabX[i] < scrollLeft; ++i);
				if ( i < c_lTabs)
					iNextTab =3D i - 1;
			}
		}
		else{
			if (g_rglTabX[c_lTabs] > offsetWidth + scrollLeft){
				for (i =3D 0; i < c_lTabs && g_rglTabX[i] <=3D scrollLeft; ++i);
				if (i < c_lTabs)
					iNextTab=3Di;
			}
		}
	}
	return iNextTab;
}
function fnScrollTabs(fDir)
{
	var iNextTab =3D fnNextTab(fDir);
	if (iNextTab >=3D 0){
		frames['frTabs'].scroll(g_rglTabX[iNextTab], 0);
		return true;
	}
	else
		return false;
}
function fnFastScrollTabs(fDir)
{
	if (c_lTabs > 16)
		frames['frTabs'].scroll(g_rglTabX[fDir ? c_lTabs-1 : 0], 0);
	else if (fnScrollTabs(fDir) > 0)
		window.setTimeout("fnFastScrollTabs("+fDir+");", 5);
}
function fnMouseOverScroll(iCtl)
{
	frames['frScroll'].document.all.tdScroll[iCtl].style.color =3D g_clrs[7];
}
function fnMouseOutScroll(iCtl)
{
	frames['frScroll'].document.all.tdScroll[iCtl].style.color =3D g_clrs[6];
}
function fnBuildTabStrip()
{
	var szHTML =3D "<html><head><style>.clScroll{font:8pt Courier New;cursor:default;line-height:10pt;}"+".clScroll2{font:10pt Arial;cursor:default;line-height:11pt;}</style></head>"+"<body topmargin=3D0 leftmargin=3D0><table border=3D1 cellpadding=3D0 cellspacing=3D0 width=3D100%>"+"<tr>"+"<td valign=3Dtop id=3DtdScroll class=3D\"clScroll\" onclick=3D\"parent.fnFastScrollTabs(0);\" ondblclick=3D\"parent.fnFastScrollTabs(0);\" onmouseover=3D\"parent.fnMouseOverScroll(0);\" onmouseout=3D\"parent.fnMouseOutScroll(0);\">&nbsp;&#171;&nbsp;</td>"+"<td valign=3Dtop id=3DtdScroll class=3D\"clScroll2\" onclick=3D\"parent.fnScrollTabs(0);\" ondblclick=3D\"parent.fnScrollTabs(0);\" onmouseover=3D\"parent.fnMouseOverScroll(1);\" onmouseout=3D\"parent.fnMouseOutScroll(1);\">&nbsp;&lt;&nbsp;</td>"+"<td valign=3Dtop id=3DtdScroll class=3D\"clScroll2\" onclick=3D\"parent.fnScrollTabs(1);\" ondblclick=3D\"parent.fnScrollTabs(1);\" onmouseover=3D\"parent.fnMouseOverScroll(2);\" onmouseout=3D\"parent.fnMouseOutScroll(2);\">&nbsp;&gt;&nbsp;</td>"+"<td valign=3Dtop id=3DtdScroll class=3D\"clScroll\" onclick=3D\"parent.fnFastScrollTabs(1);\" ondblclick=3D\"parent.fnFastScrollTabs(1);\" onmouseover=3D\"parent.fnMouseOverScroll(3);\" onmouseout=3D\"parent.fnMouseOutScroll(3);\">&nbsp;&#187;&nbsp;</td>"+"</tr></table></body></html>";
	with (frames['frScroll'].document){
		open("text/html","replace");
		write(szHTML);
		close();
	}
	szHTML =3D "<html><head>"+"<style>A:link,A:visited,A:active{text-decoration:none;"+"color:#000000;}"+".clTab{cursor:hand;background:"+g_clrs[1]+";font:9pt \"&#23435;&#20307;\";padding-left:3px;padding-right:3px;text-align:center;}"+"</style></head><body onload=3D\"parent.fnInit();\" topmargin=3D0 leftmargin=3D0><table id=3DtbTabs border=3D1 cellpadding=3D0 cellspacing=3D0><tr>"; 
	for (i =3D 0; i < c_lTabs; ++i){
		szHTML+=3D"<td id=3DtdTab height=3D1 nowrap class=3D\"clTab\" "+"onmouseover=3D\"parent.fnMouseOverTab(event," + i + ");\" onmouseout=3D\"parent.fnMouseOutTab(event,"+i+");\">"+"<a href=3D\""+document.all.item("shLink")[i].href+"\" target=3D\"frSheet\" id=3DaTab>&nbsp;"+c_rgszSh[i]+"&nbsp;</a></td>"; 
	}
	szHTML +=3D "</tr></table></body></html>";
	with (frames['frTabs'].document){
		open('text/html','replace');
		write(szHTML);
		close();
	}
}

------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a
Content-Location: file:///C:/ksoet/file0830.files/tabstrip.htm
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

<html>
 <head>
  <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"/>
  <meta name=3D"ProgId" content=3D"Excel.Sheet"/>
  <meta name=3D"Generator" content=3D"WPS Office ET"/>
  <link id=3D"Main-File" rel=3D"Main-File" href=3D"../cost&#22826;&#24179;.mht"/>
  <style>A:link,A:visited,A:active{text-decoration:none;color:#000000;font-size:9pt;}		 table{cursor:hand;background:buttonface;font:9pt &#23435;&#20307;;text-align:center;}		 td{white-space:nowrap}</style>
  <script language=3D"JavaScript">if(window.name!=3D'frTabs')
 	window.location.replace(document.getElementById('Main-File').href);</script>
 </head>
 <body style=3D'margin:"0";'>
  <table border=3D"1" cellspacing=3D"0">
   <tr>
    <td><a href=3D"sheet001.htm" target=3D"frSheet">&nbsp;Sheet1&nbsp;</a></td>
    <td><a href=3D"sheet002.htm" target=3D"frSheet">&nbsp;Sheet2&nbsp;</a></td>
   </tr>
  </table>
 </body>
</html>

------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a
Content-Location: file:///C:/ksoet/file0830.files/sheet001.htm
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-microsoft-com:office:office" xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns=3D"http://www.w3.org/TR/REC-html40">
 <head>
  <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"/>
  <meta name=3D"ProgId" content=3D"Excel.Sheet"/>
  <meta name=3D"Generator" content=3D"WPS Office ET"/>
  <link id=3D"Main-File" rel=3D"Main-File" href=3D"../cost&#22826;&#24179;.mht"/>
  <link rel=3D"File-List" href=3D"filelist.xml"/>
  <link rel=3D"Stylesheet" href=3D"stylesheet.css"/>
  <style>
<!-- @page
	{margin:1.00in 0.75in 1.00in 0.75in;
	mso-header-margin:0.51in;
	mso-footer-margin:0.51in;}
 -->  </style>
  <!--[if gte mso 9]>
   <xml>
    <x:WorksheetOptions>
     <x:DefaultRowHeight>270</x:DefaultRowHeight>
     <x:Panes>
      <x:Pane>
       <x:Number>3</x:Number>
       <x:ActiveCol>3</x:ActiveCol>
       <x:ActiveRow>14</x:ActiveRow>
       <x:RangeSelection>D15</x:RangeSelection>
      </x:Pane>
     </x:Panes>
     <x:ProtectContents>False</x:ProtectContents>
     <x:ProtectObjects>False</x:ProtectObjects>
     <x:ProtectScenarios>False</x:ProtectScenarios>
     <x:PageBreakZoom>100</x:PageBreakZoom>
     <x:Print>
      <x:PaperSizeIndex>9</x:PaperSizeIndex>
     </x:Print>
    </x:WorksheetOptions>
   </xml>
  <![endif]-->
  <script language=3D"JavaScript">
	if (window.name!=3D"frSheet")
		window.location.replace("../cost&#22826;&#24179;.mht");
	else
		parent.fnUpdateTabs(0);
</script>
 </head>
 <body link=3D"blue" vlink=3D"purple">
  <table width=3D"144" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D'width:108.00pt;border-collapse:collapse;table-layout:fixed;'>
   <col width=3D"72" span=3D"2" style=3D'width:54.00pt;'/>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" width=3D"72" align=3D"right" style=3D'height:13.50pt;width:54.00pt;' x:num>4.3</td>
    <td class=3D"xl97" width=3D"72" align=3D"right" style=3D'width:54.00pt;' x:num>8.88</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>9.99</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>10.1</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>11.11</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>12.12</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>13.14</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>11.11</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>15.2</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>15.15</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>16.16</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97" align=3D"right" x:num>12.12</td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97"></td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97"></td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97"></td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97"></td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97"></td>
   </tr>
   <tr height=3D"18" style=3D'height:13.50pt;'>
    <td height=3D"18" style=3D'height:13.50pt;'></td>
    <td class=3D"xl97"></td>
   </tr>
   <![if supportMisalignedColumns]>
    <tr width=3D"0" style=3D'display:none;'/>
   <![endif]>
  </table>
 </body>
</html>

------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a
Content-Location: file:///C:/ksoet/file0830.files/sheet002.htm
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-microsoft-com:office:office" xmlns:x=3D"urn:schemas-microsoft-com:office:excel" xmlns=3D"http://www.w3.org/TR/REC-html40">
 <head>
  <meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3DUTF-8"/>
  <meta name=3D"ProgId" content=3D"Excel.Sheet"/>
  <meta name=3D"Generator" content=3D"WPS Office ET"/>
  <link id=3D"Main-File" rel=3D"Main-File" href=3D"../cost&#22826;&#24179;.mht"/>
  <link rel=3D"File-List" href=3D"filelist.xml"/>
  <link rel=3D"Stylesheet" href=3D"stylesheet.css"/>
  <style>
<!-- @page
	{margin:1.00in 0.75in 1.00in 0.75in;
	mso-header-margin:0.50in;
	mso-footer-margin:0.50in;}
 -->  </style>
  <!--[if gte mso 9]>
   <xml>
    <x:WorksheetOptions>
     <x:DefaultRowHeight>540</x:DefaultRowHeight>
     <x:Unsynced/>
     <x:StandardWidth>2208</x:StandardWidth>
     <x:Selected/>
     <x:Panes>
      <x:Pane>
       <x:Number>3</x:Number>
       <x:ActiveCol>0</x:ActiveCol>
       <x:ActiveRow>1</x:ActiveRow>
       <x:RangeSelection>A2:V2</x:RangeSelection>
      </x:Pane>
     </x:Panes>
     <x:ProtectContents>False</x:ProtectContents>
     <x:ProtectObjects>False</x:ProtectObjects>
     <x:ProtectScenarios>False</x:ProtectScenarios>
     <x:PageBreakZoom>100</x:PageBreakZoom>
     <x:Print>
      <x:PaperSizeIndex>9</x:PaperSizeIndex>
     </x:Print>
    </x:WorksheetOptions>
   </xml>
  <![endif]-->
  <script language=3D"JavaScript">
	if (window.name!=3D"frSheet")
		window.location.replace("../cost&#22826;&#24179;.mht");
	else
		parent.fnUpdateTabs(1);
</script>
 </head>
 <body link=3D"blue" vlink=3D"purple">
  <table width=3D"1772" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" style=3D'width:1329.00pt;border-collapse:collapse;table-layout:fixed;'>
   <col width=3D"161" class=3D"xl66" style=3D'mso-width-source:userset;mso-width-alt:5152;'/>
   <col width=3D"146" class=3D"xl66" style=3D'mso-width-source:userset;mso-width-alt:4672;'/>
   <col width=3D"53" style=3D'mso-width-source:userset;mso-width-alt:1696;'/>
   <col width=3D"55" style=3D'mso-width-source:userset;mso-width-alt:1760;'/>
   <col width=3D"52" style=3D'mso-width-source:userset;mso-width-alt:1664;'/>
   <col width=3D"51" span=3D"2" style=3D'mso-width-source:userset;mso-width-alt:1632;'/>
   <col width=3D"53" style=3D'mso-width-source:userset;mso-width-alt:1696;'/>
   <col width=3D"55" style=3D'mso-width-source:userset;mso-width-alt:1760;'/>
   <col width=3D"54" style=3D'mso-width-source:userset;mso-width-alt:1728;'/>
   <col width=3D"53" style=3D'mso-width-source:userset;mso-width-alt:1696;'/>
   <col width=3D"55" style=3D'mso-width-source:userset;mso-width-alt:1760;'/>
   <col width=3D"56" span=3D"2" style=3D'mso-width-source:userset;mso-width-alt:1792;'/>
   <col width=3D"49" span=3D"2" style=3D'mso-width-source:userset;mso-width-alt:1568;'/>
   <col width=3D"56" style=3D'mso-width-source:userset;mso-width-alt:1792;'/>
   <col width=3D"51" style=3D'mso-width-source:userset;mso-width-alt:1632;'/>
   <col width=3D"54" style=3D'mso-width-source:userset;mso-width-alt:1728;'/>
   <col width=3D"59" style=3D'mso-width-source:userset;mso-width-alt:1888;'/>
   <col width=3D"55" style=3D'mso-width-source:userset;mso-width-alt:1760;'/>
   <col width=3D"172" style=3D'mso-width-source:userset;mso-width-alt:5504;'/>
   <col width=3D"69" span=3D"16360" style=3D'mso-width-source:userset;mso-width-alt:2208;'/>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl67" height=3D"36" width=3D"1496" colspan=3D"22" style=3D'height:27.00pt;width:1122.00pt;border-right:none;border-bottom:.5pt solid windowtext;' x:str>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#23433;&#24509;&#22826;&#24179;&#20844;&#26842;&#20915;&#36187;&#25351;&#23450;&#40509;&#21517;&#21333;&#19981;&#26029;&#26356;&#26032;&#20013;</td>
    <td class=3D"xl87" width=3D"69" style=3D'width:51.75pt;'></td>
    <td class=3D"xl88" width=3D"69" style=3D'width:51.75pt;'></td>
    <td class=3D"xl88" width=3D"69" style=3D'width:51.75pt;'></td>
    <td class=3D"xl88" width=3D"69" style=3D'width:51.75pt;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl69" height=3D"36" colspan=3D"22" style=3D'height:27.00pt;border-right:none;border-bottom:.5pt solid windowtext;' x:str>&#160;&#35831;&#21508;&#20301;&#40509;&#21451;&#20180;&#32454;&#26680;&#23545;&#36275;&#29615;&#21495;&#30721;&#12289;&#21508;&#39033;&#25351;&#23450;&#39033;&#30446;&#65292;&#22914;&#26377;&#36951;&#28431;&#25110;&#38169;&#35823;&#35831;&#21450;&#26102;&#19982;&#26412;&#20844;&#26842;&#32852;&#31995;&#65292;&#27809;&#26377;&#26356;&#25913;&#30340;&#19968;&#24459;&#30001;&#40509;&#20027;&#26412;&#20154;&#25215;&#25285;&#21518;&#26524;!&#160;&#160;</td>
    <td class=3D"xl87"></td>
    <td class=3D"xl88" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl69" height=3D"36" colspan=3D"22" style=3D'height:27.00pt;border-right:none;border-bottom:.5pt solid windowtext;' x:str>&#20844;&#26842;&#32852;&#31995;&#30005;&#35805;&#65306;0552-3124666&#160;&#160;13339089236&#160;&#160;15385850007</td>
    <td class=3D"xl87"></td>
    <td class=3D"xl88" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl71" height=3D"72" rowspan=3D"2" style=3D'height:54.00pt;border-right:.5pt solid windowtext;border-bottom:none;' x:str>&#160;&#160;&#40509;&#20027;</td>
    <td class=3D"xl71" rowspan=3D"2" style=3D'border-right:.5pt solid windowtext;border-bottom:none;' x:str>&#160;&#160;&#36275;&#29615;&#21495;</td>
    <td class=3D"xl72" colspan=3D"3" style=3D'border-right:.5pt solid #000000;border-bottom:.5pt solid windowtext;' x:str>&#65288;&#26222;&#36187;&#32852;&#30431;&#65289;&#21462;&#20845;&#21517;</td>
    <td class=3D"xl72" colspan=3D"3" style=3D'border-right:.5pt solid #000000;border-bottom:.5pt solid windowtext;' x:str>&#19968;&#25226;&#25235;&#65288;&#21807;&#20320;&#29420;&#23562;&#65289;</td>
    <td class=3D"xl82" colspan=3D"4" style=3D'border-right:.5pt solid #000000;border-bottom:.5pt solid windowtext;' x:str>&#160;&#160;&#22823;&#160;&#160;&#23478;&#160;&#160;&#20048;</td>
    <td class=3D"xl83" colspan=3D"3" style=3D'border-right:.5pt solid #000000;border-bottom:.5pt solid windowtext;' x:str>&#160;&#160;&#160;11 &#21462; 1</td>
    <td class=3D"xl83" colspan=3D"3" style=3D'border-right:.5pt solid #000000;border-bottom:.5pt solid windowtext;' x:str>&#160;&#160;22 &#21462; 1</td>
    <td class=3D"xl83" colspan=3D"3" style=3D'border-right:.5pt solid #000000;border-bottom:.5pt solid windowtext;' x:str>&#160;&#160;33 &#21462; 1</td>
    <td class=3D"xl90" rowspan=3D"2" style=3D'border-right:none;border-bottom:.5pt solid #000000;' x:str>&#160;&#160;&#25351;&#23450;&#20154;</td>
    <td class=3D"xl87"></td>
    <td class=3D"xl88" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl74" x:str>A200</td>
    <td class=3D"xl74" x:str>B300</td>
    <td class=3D"xl74" x:str>C500</td>
    <td class=3D"xl74" x:str>E200</td>
    <td class=3D"xl74" x:str>F300</td>
    <td class=3D"xl74" x:str>G500</td>
    <td class=3D"xl74" x:str>200&#20803;</td>
    <td class=3D"xl74" x:str>300&#20803;</td>
    <td class=3D"xl74" x:str>500&#20803;</td>
    <td class=3D"xl74" x:str>1000&#20803;</td>
    <td class=3D"xl74" x:str>200&#20803;</td>
    <td class=3D"xl74" x:str>300&#20803;</td>
    <td class=3D"xl74" x:str>500&#20803;</td>
    <td class=3D"xl74" x:str>200&#20803;</td>
    <td class=3D"xl74" x:str>300&#20803;</td>
    <td class=3D"xl74" x:str>500&#20803;</td>
    <td class=3D"xl91" x:str>200&#20803;</td>
    <td class=3D"xl91" x:str>300&#20803;</td>
    <td class=3D"xl91" x:str>500&#20803;</td>
    <td class=3D"xl87"></td>
    <td class=3D"xl88" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl75" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6YOR5Lyf6ZuE&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6YOR5Lyf6ZuE&amp;tiaojian=3Dname&amp;cx=3D1">&#37073;&#20255;&#38596;</a></td>
    <td class=3D"xl75" x:str>2018-19-0617867</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84" x:num>300</td>
    <td class=3D"xl84" x:num>500</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6YOR5Lyf6ZuE&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6YOR5Lyf6ZuE&amp;tiaojian=3Dname&amp;cx=3D1">&#37073;&#20255;&#38596;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl78" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1">&#30707;&#27060;&#22522;&#22320;</a></td>
    <td class=3D"xl78" x:str>2018-12-0484001</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85" x:num>200</td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1">&#30707;&#27060;&#22522;&#22320;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl78" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1">&#30707;&#27060;&#22522;&#22320;</a></td>
    <td class=3D"xl78" x:str>2018-12-0484008</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85" x:num>200</td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55+z5qa05Z+65Zyw&amp;tiaojian=3Dname&amp;cx=3D1">&#30707;&#27060;&#22522;&#22320;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl78" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1">&#33831;&#22269;&#38382;&#40718;&#23385;&#29577;&#23425;</a></td>
    <td class=3D"xl78" x:str>2018-12-0473784</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1">&#33831;&#22269;&#38382;&#40718;&#23385;&#29577;&#23425;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl78" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1">&#33831;&#22269;&#38382;&#40718;&#23385;&#29577;&#23425;</a></td>
    <td class=3D"xl78" x:str>2018-12-0473775</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6JCn5Zu96Zeu6byO5a2Z546J5a6B&amp;tiaojian=3Dname&amp;cx=3D1">&#33831;&#22269;&#38382;&#40718;&#23385;&#29577;&#23425;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"40" class=3D"xl65" style=3D'height:30.00pt;mso-height-source:userset;mso-height-alt:600;'>
    <td class=3D"xl78" height=3D"40" style=3D'height:30.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6KKB5by6&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6KKB5by6&amp;tiaojian=3Dname&amp;cx=3D1">&#34945;&#24378;</a></td>
    <td class=3D"xl78" x:str>2018-33-0029379</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84" x:num>300</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85" x:num>200</td>
    <td class=3D"xl85" x:num>300</td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76" x:num>200</td>
    <td class=3D"xl76" x:num>300</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6KKB5by6&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D6KKB5by6&amp;tiaojian=3Dname&amp;cx=3D1">&#34945;&#24378;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl78" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1">&#30427;&#19990;&#40509;&#19994;&#30427;&#23478;&#21451;&#21016;&#21776;&#21776;</a></td>
    <td class=3D"xl78" x:str>2018-12-0463815</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85" x:num>200</td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76" x:num>200</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1">&#30427;&#19990;&#40509;&#19994;&#30427;&#23478;&#21451;&#21016;&#21776;&#21776;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl78" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1">&#30427;&#19990;&#40509;&#19994;&#30427;&#23478;&#21451;&#21016;&#21776;&#21776;</a></td>
    <td class=3D"xl78" x:str>2018-12-0463811</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85" x:num>200</td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76" x:num>300</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1">&#30427;&#19990;&#40509;&#19994;&#30427;&#23478;&#21451;&#21016;&#21776;&#21776;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" class=3D"xl65" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl78" height=3D"36" style=3D'height:27.00pt;' x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1">&#30427;&#19990;&#40509;&#19994;&#30427;&#23478;&#21451;&#21016;&#21776;&#21776;</a></td>
    <td class=3D"xl78" x:str>2018-12-0463812</td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84" x:num>200</td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl92" x:str><a href=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1" target=3D"_parent" title=3D"http://gp.aj52zx.com/databd.aspx?ssid=3DYWhiYnRwZ3BfYjIwMTkwNDE3MDkyNzQ4&amp;keywords=3D55ub5LiW6bi95Lia55ub5a625Y+L5YiY5ZSQ5ZSQ&amp;tiaojian=3Dname&amp;cx=3D1">&#30427;&#19990;&#40509;&#19994;&#30427;&#23478;&#21451;&#21016;&#21776;&#21776;</a></td>
    <td class=3D"xl93"></td>
    <td class=3D"xl94" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl79" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl79"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl87"></td>
    <td class=3D"xl88" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl87"></td>
    <td class=3D"xl88" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl87"></td>
    <td class=3D"xl88" colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <tr height=3D"36" style=3D'height:27.00pt;mso-height-source:userset;mso-height-alt:540;'>
    <td class=3D"xl80" height=3D"36" style=3D'height:27.00pt;'></td>
    <td class=3D"xl81"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl77"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl84"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl76"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl85"></td>
    <td class=3D"xl95"></td>
    <td class=3D"xl96"></td>
    <td colspan=3D"3" style=3D'mso-ignore:colspan;'></td>
   </tr>
   <![if supportMisalignedColumns]>
    <tr width=3D"0" style=3D'display:none;'>
     <td width=3D"161" style=3D'width:121;'></td>
     <td width=3D"146" style=3D'width:110;'></td>
     <td width=3D"53" style=3D'width:40;'></td>
     <td width=3D"55" style=3D'width:41;'></td>
     <td width=3D"52" style=3D'width:39;'></td>
     <td width=3D"51" style=3D'width:38;'></td>
     <td width=3D"53" style=3D'width:40;'></td>
     <td width=3D"55" style=3D'width:41;'></td>
     <td width=3D"54" style=3D'width:41;'></td>
     <td width=3D"53" style=3D'width:40;'></td>
     <td width=3D"55" style=3D'width:41;'></td>
     <td width=3D"56" style=3D'width:42;'></td>
     <td width=3D"49" style=3D'width:37;'></td>
     <td width=3D"56" style=3D'width:42;'></td>
     <td width=3D"51" style=3D'width:38;'></td>
     <td width=3D"54" style=3D'width:41;'></td>
     <td width=3D"59" style=3D'width:44;'></td>
     <td width=3D"55" style=3D'width:41;'></td>
     <td width=3D"172" style=3D'width:129;'></td>
     <td width=3D"69" style=3D'width:52;'></td>
    </tr>
   <![endif]>
  </table>
 </body>
</html>

------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a
Content-Location: file:///C:/ksoet/file0830.files/stylesheet.css
Content-Transfer-Encoding: quoted-printable
Content-Type: text/html; charset="us-ascii"

tr
	{mso-height-source:auto;
	mso-ruby-visibility:none;}
col
	{mso-width-source:auto;
	mso-ruby-visibility:none;}
br
	{mso-data-placement:same-cell;}
.style0
	{mso-number-format:"General";
	text-align:general;
	vertical-align:middle;
	white-space:nowrap;
	mso-rotate:0;
	mso-pattern:auto;
	mso-background-source:auto;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:134;
	border:none;
	mso-protection:locked visible;
	mso-style-name:"\5E38\89C4";
	mso-style-id:0;}
.style16
	{mso-number-format:"_ \0022\00A5\0022* \#\,\#\#0_ \;_ \0022\00A5\0022* \\-\#\,\#\#0_ \;_ \0022\00A5\0022* \0022-\0022_ \;_ \@_ ";
	mso-style-name:"\8D27\5E01[0]";
	mso-style-id:7;}
.style17
	{mso-pattern:auto none;
	background:#EDEDED;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"20% - \5F3A\8C03\6587\5B57\989C\8272 3";}
.style18
	{mso-pattern:auto none;
	background:#FFCC99;
	color:#3F3F76;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border:.5pt solid #7F7F7F;
	mso-style-name:"\8F93\5165";}
.style19
	{mso-number-format:"_ \0022\00A5\0022* \#\,\#\#0\.00_ \;_ \0022\00A5\0022* \\-\#\,\#\#0\.00_ \;_ \0022\00A5\0022* \0022-\0022??_ \;_ \@_ ";
	mso-style-name:"\8D27\5E01";
	mso-style-id:4;}
.style20
	{mso-number-format:"_ * \#\,\#\#0_ \;_ * \\-\#\,\#\#0_ \;_ * \0022-\0022_ \;_ \@_ ";
	mso-style-name:"\5343\4F4D\5206\9694[0]";
	mso-style-id:6;}
.style21
	{mso-pattern:auto none;
	background:#DBDBDB;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"40% - \5F3A\8C03\6587\5B57\989C\8272 3";}
.style22
	{mso-pattern:auto none;
	background:#FFC7CE;
	color:#9C0006;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5DEE";}
.style23
	{mso-number-format:"_ * \#\,\#\#0\.00_ \;_ * \\-\#\,\#\#0\.00_ \;_ * \0022-\0022??_ \;_ \@_ ";
	mso-style-name:"\5343\4F4D\5206\9694";
	mso-style-id:3;}
.style24
	{mso-pattern:auto none;
	background:#C9C9C9;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"60% - \5F3A\8C03\6587\5B57\989C\8272 3";}
.style25
	{color:#0000FF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:underline;
	text-underline-style:single;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\8D85\94FE\63A5";
	mso-style-id:8;}
.style26
	{mso-number-format:"0%";
	mso-style-name:"\767E\5206\6BD4";
	mso-style-id:5;}
.style27
	{color:#800080;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:underline;
	text-underline-style:single;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5DF2\8BBF\95EE\7684\8D85\94FE\63A5";
	mso-style-id:9;}
.style28
	{mso-pattern:auto none;
	background:#FFFFCC;
	border:.5pt solid #B2B2B2;
	mso-style-name:"\6CE8\91CA";}
.style29
	{mso-pattern:auto none;
	background:#F4B084;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"60% - \5F3A\8C03\6587\5B57\989C\8272 2";}
.style30
	{color:#44546A;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:134;
	mso-style-name:"\6807\9898 4";}
.style31
	{color:#FF0000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\8B66\544A\6587\672C";}
.style32
	{color:#44546A;
	font-size:18.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:134;
	mso-style-name:"\6807\9898";}
.style33
	{color:#7F7F7F;
	font-size:11.0pt;
	font-weight:400;
	font-style:italic;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\89E3\91CA\6027\6587\672C";}
.style34
	{color:#44546A;
	font-size:15.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:134;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1.0pt solid #5B9BD5;
	mso-style-name:"\6807\9898 1";}
.style35
	{color:#44546A;
	font-size:13.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:134;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1.0pt solid #5B9BD5;
	mso-style-name:"\6807\9898 2";}
.style36
	{mso-pattern:auto none;
	background:#9BC2E6;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"60% - \5F3A\8C03\6587\5B57\989C\8272 1";}
.style37
	{color:#44546A;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:134;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:1.0pt solid #ACCCEA;
	mso-style-name:"\6807\9898 3";}
.style38
	{mso-pattern:auto none;
	background:#FFD966;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"60% - \5F3A\8C03\6587\5B57\989C\8272 4";}
.style39
	{mso-pattern:auto none;
	background:#F2F2F2;
	color:#3F3F3F;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border:.5pt solid #3F3F3F;
	mso-style-name:"\8F93\51FA";}
.style40
	{mso-pattern:auto none;
	background:#F2F2F2;
	color:#FA7D00;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border:.5pt solid #7F7F7F;
	mso-style-name:"\8BA1\7B97";}
.style41
	{mso-pattern:auto none;
	background:#A5A5A5;
	color:#FFFFFF;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border:2.0pt double #3F3F3F;
	mso-style-name:"\68C0\67E5\5355\5143\683C";}
.style42
	{mso-pattern:auto none;
	background:#E2EFDA;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"20% - \5F3A\8C03\6587\5B57\989C\8272 6";}
.style43
	{mso-pattern:auto none;
	background:#ED7D31;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5F3A\8C03\6587\5B57\989C\8272 2";}
.style44
	{color:#FA7D00;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border-left:none;
	border-top:none;
	border-right:none;
	border-bottom:2.0pt double #FF8001;
	mso-style-name:"\94FE\63A5\5355\5143\683C";}
.style45
	{color:#000000;
	font-size:11.0pt;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border-left:none;
	border-top:.5pt solid #5B9BD5;
	border-right:none;
	border-bottom:2.0pt double #5B9BD5;
	mso-style-name:"\6C47\603B";}
.style46
	{mso-pattern:auto none;
	background:#C6EFCE;
	color:#006100;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\597D";}
.style47
	{mso-pattern:auto none;
	background:#FFEB9C;
	color:#9C6500;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\9002\4E2D";}
.style48
	{mso-pattern:auto none;
	background:#D9E1F2;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"20% - \5F3A\8C03\6587\5B57\989C\8272 5";}
.style49
	{mso-pattern:auto none;
	background:#5B9BD5;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5F3A\8C03\6587\5B57\989C\8272 1";}
.style50
	{mso-pattern:auto none;
	background:#DDEBF7;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"20% - \5F3A\8C03\6587\5B57\989C\8272 1";}
.style51
	{mso-pattern:auto none;
	background:#BDD7EE;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"40% - \5F3A\8C03\6587\5B57\989C\8272 1";}
.style52
	{mso-pattern:auto none;
	background:#FCE4D6;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"20% - \5F3A\8C03\6587\5B57\989C\8272 2";}
.style53
	{mso-pattern:auto none;
	background:#F8CBAD;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"40% - \5F3A\8C03\6587\5B57\989C\8272 2";}
.style54
	{mso-pattern:auto none;
	background:#A5A5A5;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5F3A\8C03\6587\5B57\989C\8272 3";}
.style55
	{mso-pattern:auto none;
	background:#FFC000;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5F3A\8C03\6587\5B57\989C\8272 4";}
.style56
	{mso-pattern:auto none;
	background:#FFF2CC;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"20% - \5F3A\8C03\6587\5B57\989C\8272 4";}
.style57
	{mso-pattern:auto none;
	background:#FFE699;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"40% - \5F3A\8C03\6587\5B57\989C\8272 4";}
.style58
	{mso-pattern:auto none;
	background:#4472C4;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5F3A\8C03\6587\5B57\989C\8272 5";}
.style59
	{mso-pattern:auto none;
	background:#B4C6E7;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"40% - \5F3A\8C03\6587\5B57\989C\8272 5";}
.style60
	{mso-pattern:auto none;
	background:#8EA9DB;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"60% - \5F3A\8C03\6587\5B57\989C\8272 5";}
.style61
	{mso-pattern:auto none;
	background:#70AD47;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"\5F3A\8C03\6587\5B57\989C\8272 6";}
.style62
	{mso-pattern:auto none;
	background:#C6E0B4;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"40% - \5F3A\8C03\6587\5B57\989C\8272 6";}
.style63
	{mso-pattern:auto none;
	background:#A9D08E;
	color:#CCE8CF;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-style-name:"60% - \5F3A\8C03\6587\5B57\989C\8272 6";}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	mso-number-format:"General";
	text-align:general;
	vertical-align:middle;
	white-space:nowrap;
	mso-rotate:0;
	mso-pattern:auto;
	mso-background-source:auto;
	color:#000000;
	font-size:11.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:\5B8B\4F53;
	mso-generic-font-family:auto;
	mso-font-charset:134;
	border:none;
	mso-protection:locked visible;}
.xl65
	{mso-style-parent:style0;
	color:#0000FF;
	mso-font-charset:134;}
.xl66
	{mso-style-parent:style0;
	mso-font-charset:134;}
.xl67
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#FFFFFF;
	font-size:16.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-left:.5pt solid windowtext;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid #000000;
	border-bottom:.5pt solid windowtext;}
.xl69
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#FFFFFF;
	font-size:14.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-left:.5pt solid windowtext;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid #000000;
	border-bottom:.5pt solid windowtext;}
.xl71
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#CC99FF;
	font-size:14.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-left:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid #000000;}
.xl72
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#CC99FF;
	color:#0000FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid #000000;
	border-bottom:.5pt solid windowtext;}
.xl74
	{mso-style-parent:style0;
	text-align:left;
	white-space:normal;
	mso-pattern:auto none;
	background:#CC99FF;
	color:#0000FF;
	font-size:10.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl75
	{mso-style-parent:style0;
	font-weight:700;
	mso-font-charset:134;
	border:.5pt solid windowtext;}
.xl76
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#FFCC99;
	color:#0000FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl77
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#00FFFF;
	color:#0000FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl78
	{mso-style-parent:style0;
	font-weight:700;
	mso-font-charset:134;
	border:.5pt solid windowtext;}
.xl79
	{mso-style-parent:style0;
	text-align:left;
	font-weight:700;
	mso-font-charset:134;
	border:.5pt solid windowtext;}
.xl80
	{mso-style-parent:style0;
	text-align:left;
	font-weight:700;
	mso-font-charset:134;
	border-left:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl81
	{mso-style-parent:style0;
	text-align:left;
	font-weight:700;
	mso-font-charset:134;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl82
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#CC99FF;
	color:#0000FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-top:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl83
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#CC99FF;
	color:#0000FF;
	font-size:14.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid #000000;
	border-bottom:.5pt solid windowtext;}
.xl84
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#FFFF99;
	color:#0000FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl85
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#CCFFFF;
	color:#0000FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl87
	{mso-style-parent:style0;
	text-align:left;
	font-size:12.0pt;
	mso-font-charset:134;
	border:.5pt solid windowtext;}
.xl88
	{mso-style-parent:style0;
	text-align:left;
	font-size:12.0pt;
	mso-font-charset:134;}
.xl90
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#CC99FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-left:.5pt solid windowtext;
	border-bottom:.5pt solid #000000;}
.xl91
	{mso-style-parent:style0;
	text-align:left;
	white-space:normal;
	mso-pattern:auto none;
	background:#CC99FF;
	color:#0000FF;
	font-weight:700;
	mso-font-charset:134;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;}
.xl92
	{mso-style-parent:style0;
	mso-pattern:auto none;
	background:#CC99FF;
	font-weight:700;
	mso-font-charset:134;
	border:.5pt solid windowtext;}
.xl93
	{mso-style-parent:style0;
	text-align:left;
	color:#0000FF;
	font-size:12.0pt;
	mso-font-charset:134;
	border:.5pt solid windowtext;}
.xl94
	{mso-style-parent:style0;
	text-align:left;
	color:#0000FF;
	font-size:12.0pt;
	mso-font-charset:134;}
.xl95
	{mso-style-parent:style0;
	text-align:left;
	mso-pattern:auto none;
	background:#CC99FF;
	font-size:12.0pt;
	font-weight:700;
	mso-font-charset:134;
	border-bottom:.5pt solid windowtext;}
.xl96
	{mso-style-parent:style0;
	mso-font-charset:134;
	border:.5pt solid windowtext;}
.xl97
	{mso-style-parent:style0;
	color:#FF0000;
	mso-font-charset:134;}


------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a
Content-Location: file:///C:/ksoet/file0830.files/filelist.xml
Content-Transfer-Encoding: quoted-printable
Content-Type: text/xml; charset="us-ascii"

<xml xmlns:o=3D"urn:schemas-microsoft-com:office:office">
 <o:MainFile href=3D"../file0830"/>
 <o:File href=3D"js.js"/>
 <o:File href=3D"tabstrip.htm"/>
 <o:File href=3D"sheet001.htm"/>
 <o:File href=3D"sheet002.htm"/>
 <o:File href=3D"stylesheet.css"/>
 <o:File href=3D"filelist.xml"/>
</xml>
------=_NextPart_b1c0ca7bfbb7452f83adcb3b621fff3a--