KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/howardbender2/mt/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/highlandlabs/cqi-bin/ALFA_DATA/alfasymlink/root/domains/howardbender2/mt/mt.doc
��ࡱ�>��	�����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������M 	��X9bjbj�=�=	2Z�W�W�/}N������lb)b)b)b)>4>4>44r4�D�D�DhHEdEDr42)�E�E(�E�E�E�H$J\rJ0i(k(k(k(k(k(k($L+ l-H�(]>4�J�H@�H�J�J�(�Qb)b)�E�E��(�Q�Q�Q�J�b)��E>4�Ei(�Q�Ji(�Q��QJV��J81>4�'�E�E�d<���r4n�D�OI!��'t)02)�!�-�Q�-�'�Qr4r4b)b)b)b)�
 High-Quality Machine Translation
Using Relationship Analysis
Machine translation (MT) is different from other problems computers are asked to solve because natural language does not directly lend itself to either arithmetic or logical analyses.  Virtually every aspect of language has been approached.  Analyses have been done on the frequency of letters in words, on morphemes, on phrases, on every component of syntax, and on semantics.  Statistical studies of word frequency coupled with context-free grammar rules attempt to create templates against which sentence fragments can be matched.  None of these attempts has produced high-quality MT with an unrestricted vocabulary.  The main problem with unrestricted MT systems has been, and continues to be, the development of a language-independent semantic interpreter.  Researcher John McCarthy believes such an interpreter is the first step for artificial intelligence systems to be able to understand natural language.
While it�s widely accepted that semantic analysis is required for true understanding, researchers have been stymied in attempts to do it.  Two approaches are possible � either provide enough world knowledge for the computer to understand what is meant, or provide the analytical ability for the computer to interpret a sentence without understanding the world.  Collecting world knowledge in a computer database has been largely deferred because of the massive amount of conflicting data that must be organized.  Similarly, blind analysis has seemed intractable.  Consequently, the most successful current systems are based on syntactic analysis with a semantic component, generally consisting of a keyword search coupled with a restricted vocabulary to resolve syntactic problems.
Any Language Communications (ALC) chose a semantics-oriented approach, called Relationship Analysis, to resolve the semantic analysis problem.  In addition, while many commercial MT systems use semantic information to support their main syntactic analysis, Relationship Analysis turns this around by using syntactic information to support the semantic interpreter.  Relationship Analysis has demonstrated high-quality translations for Arabic, English, French, German, Hindi, and Russian.  

Major Features of the System

High-quality machine translations with an unrestricted vocabulary, between any of the languages supported on the system. 
Contextual natural language understanding of words and phrases, including homonyms.
The availability of numeric language concept codes from the translations for more complex analyses by other computer programs.
Easy expandability to translate other languages.  No language pair restrictions are required.

Relationship Analysis
Relationship Analysis is based on five concepts: The Theory of Universal Grammar, a weighted inheritance system, a specially developed number language, a type of genetic algorithm, and a data-driven design.  By merging these concepts, we�ve developed a system that�s resolved the semantic analysis problem.  In addition, by constructing parallel language databases and using numeric codes, Relationship Analysis can analyze semantics in any language supported by the system.  
Theory of Universal Grammar:  Proposed by Noam Chomsky at MIT in the 1950s, this theory posits that language is composed of two components: A surface structure and a deep structure.  The surface structure consists of the word order, word endings, parts of speech, etc. (the syntax), and is specific for each language.  So, English has its own syntax, Arabic has its own, and so forth.  The deep structure is the actual meaning of the words (the semantics), and is universal across all languages.  This means that the deep structure interpreted in English will have the same deep structure in French or in Chinese, or in any language.  The ALC system includes surface structure components in the form of syntax analyzers for each source language and word arrangers for each target language, and a deep structure component in the form of a language-independent semantic interpreter.
Class/Category hierarchy:  To implement deep structure analysis, we�ve developed a copyrighted class/category hierarchy.  Containing five levels, in which each lower level inherits characteristics from the level above it, this hierarchy permits recognizing relationships between words.  There are 16 classes and over 1000 categories that include all possible language concepts.  In addition, weights are assigned to each word within the class/category structure, and these weights vary depending on relationships with other words in the sentence.  This class/category structure has been found to be compliant with the world�s major language families (Chinese, Germanic, Indic, Japanese, Malayo-Polynesian, Romance, Semitic, and Slavic).  
Number language:  Words have always been difficult for computers to evaluate.  Consequently, each word and phrase entered in the system is transformed into a number that represents its relative place in the class/category organization.  By forming pairs of the sentence words/idioms and comparing the values of these relative places (adjusted by the class/category weights), a value for the pair relationship can be obtained.  Such valuations are calculated for all pairs in the sentence.
Genetic algorithm:  The number of possible meanings for words quickly produces a massive number of possible sentence interpretations.  Even a seven-word sentence can easily result in over 100,000 possible interpretations.  While only a few of the sentences will be �sensible�, the computer has no way of knowing which are and which aren�t, and the combinatorial explosion of the analysis can overrun the processing capabilities of most computers.  In fact, this was one of the major reasons for failure in early MT attempts.  Recently, a mathematical technique called �genetic algorithms� was developed to address these �hard� problems, and has been applied to weather forecasting, pipeline analysis, traveling salesman problems, etc.  Conceptually similar to the way body cells produce DNA, the most viable products survive to combine with other viable products to produce the �fittest� final product.  In Relationship Analysis, partial sentence solutions are compared with each other, with the �best� ones remaining while the others are cast off.  These partial sentence comparisons are done with numeric totals, using the class/category hierarchy and the number language, from the word pair Relationship Analysis.   The most reasonable word pairs tend to combine to produce the highest totals.  Through multiple combinations and adjustments, the best sentence is developed.  This may be the first use of genetic algorithm methods for natural language analysis.

Data-driven design:  One of the key features of Relationship Analysis is that the same semantic interpretation software can be used to understand any natural language.  This is possible because the information necessary to understand a language is contained in parallel language dictionary databases, not in the code.  All that�s required to interpret a particular language is to point the system to the dictionary for that language.

Because Relationship Analysis physically separates the language-specific syntactic components from the language-independent semantic component, complete translation flexibility is available.  Our syntactic components are a syntax analyzer for each source language and a word arranger for each target language.  So any language that has a syntax analyzer can be translated into any language that has a word arranger.  The �language pair� restriction common in commercial MT systems is not a restriction with Relationship Analysis.  As long as a word arranger has been written for English, any language may be translated into English as long as that language has a syntax analyzer and a dictionary of words/phrases.  Similarly, to translate all source languages into Spanish, all that would be needed is a word arranger for Spanish and a Spanish dictionary.  Figure 1 illustrates this flexibility for various languages.  

Translation Examples
The following examples show the power and flexibility of Relationship Analysis for natural language understanding and machine translation.  Note that this also demonstrates that the system can be used for many topics, as an indication of the unrestricted vocabulary capability of the system.  None of these examples can be correctly analyzed by syntactic systems. 
With English as the source language and French and German as target languages:
The following two groups show that Relationship Analysis can disambiguate syntactically identical sentences with a homonym.

My refrigerator is running and my nose is running.
Mon r�frig�rateur fonctionne et mon nez coule.
Mein K�hlschrank l�uft und meine Nase rinnt.

My candidate is running.
Mon candidat se pr�sente aux �lections.
Mein Kandidat stellt sich der Wahl.

The following group shows that Relationship Analysis uses all the sentence information to determine the best overall meaning (compare with the previous sentence, �My candidate is running�).

My candidate is running a temperature.
Mon candidat fait une fi�vre.
Mein Kandidat hat ein Fieber.


Figure 1.  Relationship Analysis Translation Flexibility
The following two groups show that Relationship Analysis is sensitive to changes in sentence meaning caused by changing a single word.

The hot dog is ready to eat.
Le hot-dog est pr�t � manger.
Die Frankfurter Wurst is fertig zu essen.

The hot dog is ready to bark.
Le chien chaud est pr�t � aboyer.
Der heisse Hund ist fertig zu bellen.

With Arabic as the source language and English, French and German as target languages:

The following two groups show that Relationship Analysis also disambiguates syntactically identical sentences with a homonym in Arabic (note that the first word means either  dealt with  or  ate , depending on the context).

*F'HD 'D#3*'0 'DEH6H9 AJ 'D/13 

The professor dealt with the subject during the lesson.
Le professeur a trait� le sujet pendant la le�on.
Der Professor hat der Gegenstand w�hrend des Unterricht behandelt.

*F'HD 'D#3*'0 'D79'E AJ 'D/13 


The professor ate the food during the lesson.
Le professeur mange la nourriture pendant la le�on.
Der Professor a� die Speise w�hrend des Unterricht.

The following two groups show that Relationship Analysis can recognize  animal  sounds from  human  sounds (note that the first Arabic word is identical in both groups, but changes meaning depending if the sound is animal or human).

J5J-  'D/JC 

The rooster crows.
Le coq chante.
Der Hahn kr�ht.

J5J-  'D#3*'0  9DI  *D'EJ0G 
The professor yells at his students.
Le professor hurle � ses �tudiants.
Der Professor schimpft bei seine Studenten.


The following two groups shows that Relationship Analysis uses all the sentence information to determine the best overall meaning in Arabic as well as it did in English.  Note that the two sentences are identical except that an additional word has been added to the second sentence, changing its meaning.  In addition, note that Relationship Analysis allows identification of �places� or �people� in the target language, permitting the proper words to be selected in the French and German translations.

#1J/  #F  #2H1  ,/) 

I want to visit Jeddah.
Je veux visiter Jeddah.
Ich will nach Jeddah reisen.


#1J/  #F  #2H1  ,/)  2H,*J 

I want to visit my wife s grandmother.
Je veux rendre visite � la grandm�re de ma femme.
Ich will die Grossmutter meiner Frau besuchen.

Summary 
Relationship Analysis is a powerful semantics-oriented analysis technique that produces contextually correct interpretations of words and phrases, and linguistically accurate machine translations of those words, in a variety of natural languages.  Relationship Analysis can also recognize nuances in messages not possible in purely syntactic approaches, permitting more fluent translations into target languages.   In addition, Relationship Analysis produces numeric codes for the semantic interpretation of the words, permitting further computer analysis of the message.  


� 2004 Any Language Communications                          www.anylanguage.net	Page  PAGE 6 of  NUMPAGES 6
		
		

















































































>?��
��5����������|}��#�#&&J&�&�&�'�'/(1(2(l(�()[)y)�)�+2,4,6,�,�-�-�����������������½������������������}�CJPJ<�B*CJPJaJph5�B*CJ\�aJ ph5�B*CJZ�\�aJ ph
jCJU5�CJ\�aJCJaJCJPJ5�CJPJ\�aJ
5�CJ\�CJOJQJ5�CJOJQJ\�5�OJQJ\�CJOJQJ^JCJOJQJ^JCJ/#?��
����b
�
5������������������������	��]�^�$
&Fa$
$�h�^�ha$
$
&FW�a$)$
&F������^��`���a$$
&Fa$$�7$8$H$a$u$a$	*
���]��8	9W9�����|}/ 0 �#�#�#K%�%&&J&y&�&�&�&�&'
'�'�'�'(������������������������<$��%dO��[$\$a$$a$
&F$�a$	��]�^�(/(0(1(3(l(m(�(�()0)Z)[)y)�)�)�)2*4*�+�+6,8,�,-�-�-�-�-����������������������������$�a$�-�-�-�-�-2./�0�0�0�0�0N1P1Z1�1�1222	2>2?2A2p4r4�4�4�4�4�4<5p5r5t5v5C6D6M6�8�8�8�8�8�8�8�8�8��������Ƹ����Ƹ�խح�ը���դ�Ƹ�Ֆ�ՉՉ�y�yj6�CJUh
6�CJh	jU5�OJQJ\�CJOJQJ
5�CJZ�\�CJZ�CJaJB*CJPJaJph5�B*CJPJ\�aJ ph5�B*CJZ�\�aJ o(phCJCJPJ<�CJPJaJ<�B*CJPJaJphB*CJaJmHphsH/�-�-2.�.//�0�0�0�0181X1Z1�1�12?2@2A2p4r4�4�4�4�485:5<5����������������������������$�a$<5t5v5�56C6D6M6�8�8�89999	9
999
99��������������������
�
`'�#p5�$dN��
�?$dN���^�$a$
&F�w����^�w`���$�a$�8�8�8�8�8�8�8�899999W9X9������������CJ5�B*\�aJph0JCJ6�CJ
6�CJhj6�CJUh6�CJhmHnHu999999999999999999 9!9"9#9$9%9&9'9(9)9*9����������������������������	$7$8$H$a$*9+9,9-9.9/909192939495969798999:9;9<9=9>9?9@9A9B9C9D9E9F9G9�����������������������������G9H9I9J9K9L9M9N9O9P9Q9R9S9T9U9V9W9X9�����������������(1�h��/ ��=!��"��#��$��%����/&P1�h0��= ��/!�["��#��$��%�����(1�h��/ ��=!��"��#��$��%����`!��mXg�?V��2���D)���
�d���7s�x��hU���+��zw����
˪���*C�e��F+��.�mFw
iK��ԉ'C�"nET�l�3کPŁR�dAD�A�áA�6��B��w�4�ɖ�r�=��˻����s�{y9���f�+7���-����[�d�L`V6�� ����n�[n�-2������p��N���>
8l�8~R�7�D�$˔�[����{ɠ��-XE��AdZ��&fI&�j��
�-+�X���Np$x^�V�%B��޻M~�~�}��I~,3�+��R��\�ɶ�p��)��/�~M͟XLuc��J?�_XL����Lt@Nf���Y��K�d&,c`�rA7��$���d�4��˔�Y�/,�W ���Z�(0�7��I/��~��؞�9���a�0l���5Zȏ�Z5���Y����7`�!s<�L$c��r���^i.��d������;��g��&T B���Q2�y9!3 ��\�hqi�ya�€��,�2ǣ��3:2�7�E��~���};���chᦫ�IJY("5g���9�+���(��Zɞjl���د��s�o��dže˚')�0�g0`���hLZ�ϝmk�ټA!��V�+j�f+��*E�Y��M��yG���R )�0��L(|���k(��M���)%���)n��D�r}U���v~.hi���쑬�Z��3��ĵ��]4ؓy�h�PO25�0ӿ���<w���I{[����Ԟ��bj��X�i	�i��:y�U��6`PF�n�vc��4wy$�N�r}�T��W��8��	R��dg0���}?��ߗ���}5bSR���rWl%���Z��B%��+���{�"�ŭZҾ���Xq�t�b��㼺��ꧣG�GRmH*���0g�A���hk��zDo���t\�_	��]�ĵ?I���ã�XԌ�Z�?s1{)�K�PF耱�:�l�1Ag�A:htQ7�XEEW�UGQ�C(0���
}m��5�50�Ճ�������47V���x|bl,5�0�5���s�rqc���UO�1m��'5g���k3Ə�AcFs3_y$y$]=g���m8�v���r�Vk��h=-�Vws��$���]���w��xζc3q��x^}�4g���E�$H^$K��Io&_X�Ǟ�e�~{�MMk��4J�\�[QR*�F:��9C��9����X�?�Ys���ȟ�-�S'�M����j��iB��d��&qRC��� n��/yDyD�2��#��q�q��RZs���nW���)ߪ-��K�B���3��}H�C��~2K�$�]=�Kk� nH�_��6��׭7䚸u3�� ��}Sc�=��9\/9]{	�'�S��[�2���w�0����K�<Dd��gf�p�
�
C�LA�4�..\ALCimages\ALC-Logo.GIF��b��;��.��۬J��~�<2��;D]n�;��.��۬J��~�<2��PNG


IHDR�b�|1�PLTE���������������������������3f���3333f3�3�3�ff3fff�f�f���3�f��������3�f̙�����3�f������3333f3�3�3�3333333f33�33�33�3f3f33ff3f�3f�3f�3�3�33�f3��3��3��3�3�33�f3̙3��3�3�3�33�f3��3��3��ff3fff�f�f�f3f33f3ff3�f3�f3�ffff3fffff�ff�ff�f�f�3f�ff��f��f��f�f�3f�ff̙f��f�f�f�3f�ff��f��f����3�f���̙��3�33�3f�3��3̙3��f�f3�ff�f��f̙f�����3��f�����̙������3��f�̙��̙�����3��f�����̙����3�f�������3�33�3f�3��3��3��f�f3�ff�f��f��f�̙̙3̙f̙�̙�̙�����3��f�̙�������3�f��������3�f������3�33�3f�3��3�3��f�f3�ff�f��f�f�����3��f������������3��f�̙��������3��f��������Db�PbKGD�HcmPPJCmp0712Hs�8IDATx^�}˖�H�e~�@��+`�^+�����B� �	j���	�1	����{��H<��ɮ�Z��<�e�no777�r�YWv>���|���4�+8����/w[����ml�n
.z�j�������@���_}��*�0N�(~������b�˜�.��헠�h7�x�<�L
�ި�
�����%k�����p��c9߼ǟ~�g���h
9Y�LJ_��n�_1d����Qw���쮲ʒٰ�����μa\n��{��`��"�^_-B��Q�����g6}���ƽ^o���Y�ś���t���E�K����1P��n�����q�+�Qo���_t?]O#t�k�Q�1`E��X�eS���װ�@p�*,t���h�D�ao���M��Q����R��Y���^_h�>��k���ao�s��^�LHw	�Z�4�-\��$k��ǃ�zt��'���io4u���Ѱ�u*����]�I��W�n���;�^�A/�T��.�Qj��1�pAm��8+�XnS�9�M_��棏���<��G��]�Fإq�j���{fa������@~hJ��My�P�[��A���M֩��O}W�7g�b��
z����oT�w@?
%�{�Z������2o���Z�Ѯ��mA_!���Z5>Iڹ��ݶ�_�Ev���.��(�x��&?{Եn�5���6���=��"+2���.��u�@?H
ov�����m�Z����/��%t����A?��K�	lP��t�:MFc�3[���̵�����l�
%�oB:��+�^
}�(����
�q�T`���}��΅��~X���X{��UM������5J��w��9���c}tgdx��Vͱr�'E^��C-z��Y����rK�0;3Z������pm�?�}���m��3���`4�D�����+	9X
z<���7v�R��ݺ�Ѥ�����O5���@_W�צLщI�(�N������ � ?'T�!��f�n`@�
�U�����u��ɀ\�5��	��m�;�|ݧߟ����������)��q��{��A�v|��l˜�޸K�Z�k�Q�@�����u�o��/�+��x^�����+��зӼ�ܔ���E�ǜ�#%٣~‡B?����]�1t�KZ�A����?���H�o�ߎ؞���m��Q�7U�Q���-`ppM�����
ڝ�?�s���o-�����8ݟc
��Bd��E��qU=���_������PB�D��|���@�³�4�^U�Ո�{���̷դR<��m5�p1��ǬI�ms�o��9b���%��*��|T��r���#7?E`�6R9�Y�u��>��Q������?���W��~������:g�i�$��vI�e7M�����q��^/ԱW}q'>��؍R�"?oV��E~��$����>�S8t�����l�{Iv>%�8�e�0�4��PKfp��om,|0;����6�`��]��:Br�(�h���+t�'X�M�����c���������t��oL�|�E�n��^M)@
<4p1����e]I��8�`�S�Nod֦o#X�a\��ku��.N�GK���k�1�ɶ�G��S�
g)���1�E/"�h�zz�{r���&S�#��t���C���q�Ġ%p@��O���;Ĉz�=���&��XJ|m�-
�P�;l�D��r��}����[������Y.�G����Ο@!��[g��<��K_Z�8�zB��$	5ܿ��b��,���-���p�_ԛc�7JmWሑ���,&��N>�rH�1�}�a
��Qq���x,Ž!�7�6��g�w<��M���O0�!�"��"�#��'v�q�W��%����ђ�X�GKL4K6����$_z5?Z�D����m33����~
��wu�y:�}����=��C�q
��/��.��i��kEu=�e�@k�fPr��ި�62(
!�����4?�������� v4�Q1���wLs�O�G��;��R�kPv�
������O�i��Xۦ��y�EH�o�v7V�sLk�����p��?z�f�)������t���-���g��Q�� ��y��V&�s���fA��A���K>z�pTO�Ő���D���+v�q�"_���f=�D��I��6��r��Yx�A,��^��.;�'xd�;�Q���SGL��٠��d�3z��3�m�b�<>��[�}��uA��l�|1;�Y����y�9�υb[��q���L�s��p�e?���I�"'��٬7��<��7c��\�uq?;އ�1}�ȧ�	Ez3��^�!��?�ڦ�-μ�c�.����5�O�.�-F�O}:�z�(��],���h��
lٰ��Z"W3?�_�_%�3T��IE	��~�����_W,���Yo0���x:j��1�����5�p�s.hć�O���g���@1t�����s:�_�Sd�/5}�Μ�q2�z��Y1��Q�ꍝ�M$����R�(L��{�1((RmȔ\�Hef9}"@}��	*D=�{zra�TЈx&�z���t���u�ܸyM���
�V4�[�t������}*��o3��@\'�b&��	T�IX3b�2f�@�������Iӭ��^
�
5���͹�U5���^�C���9}(`�H���Y�Gk<��8$�p�+�ԃ�t:�����w'��ގ��cR� ř��#�����Z����=�Q��Ԫ��_\%�JJ��4�*�����p��L�<�{�y~�����3�K2��e��6I���a˲7�~���K,"����qf�	�C�G�f�z�� �}>e���G��ؗ�E�8+���-=��7�F0;�HAp	{�O�aOKPtr�Ap�+?���bwdBы����L[�-���S��,ay1x��O'b��h���k9���ь{3��2�}g��x^.~_����`I.��u��p�G�'�H+�ikwWO@��h\�j�u}-��i3�C�K�*D_�Y��5��4��	�3�����6��q�A�&e�`^yAa壯1`��&ָd=���}<H�?0l*E�F�qv�Z�B��$�__���5cӍ�N�w[@n�����5B�8E��y�����y��YP��)Wͽ�
G�*�p��"��b�7r[C�x� ���-�U������h9*��0	$��	4���!Dߡm�</g����![�F7<p**:������C��4���պf7�*�I�e��>���)�'-�Q��!����'��u����3L��,38v��������?��l���}a�0}'[\�2>�u<�	tt#t9/
���Z�^h�:g`��*#�l0��S�Z�����*+���O
.�Z��=q!�+M-���8��rP���ys`
�6u�~�8c:����cK]�Q��D�c���0�7�b�}�V�y��0�=�X2n�[�G#�����/���7΂�-R�*d	�So�'l�х���+gT��
��s�@/�K��*�=Q��s@�m�G��V!r�D`�-�-�c|:pT���fq��U8�=�r®"�)7A@s�V������rP�ϪY7�Q��MԲ��dl�ϪWh�~4E����1}�>{�
n���v��jf�Kn\�ݜ}$5~�2�k{)�7a�>�7g@s���]���ԟ�.�k{bw�t#Ѵ��KK��u�T
O/0������'n�tA�c+		�g���RoA��GJ���
KDH]%ߥpׄ�hx�!�f�te�
Z�F#(��P�/�%��h�_Fm�>6&���&IN��b8���MX�Q��N;
�{\�Fg����A:`���i��]��&����
R�vk���U�FkP�8&�`߻O�s�_��S7�_�a�t�FE��`���dB�>ɕ"�����E�Q9�Ƀu�绪���w0��IĞ�'6> �P��q7�ؑ�n1������I�ӵ���.�8�yA�ۑ�����<-:F�F��6��W=��Z

Asq(
����34��sqcb�4�C��蔴�	:���YN~+�r���{p����QBm�GN�º7VwT/�^��;}3+���AO~6u\I�>�]�ױW}v��$�>C��f�,h��3g��x%b@��)��ʵ�˸;�;��0��&p��R�N���'�|�����e���aty�]^��Ց@�o�\�/
�Ć������1�6B�!`:Q�ƒ�k��9&�G��d�WG|��#b8j�b{�@����g�N�z�gn�>(���}a������I�lv7u��}Z�3f��b�ƚ�K�j���
��TK�<�iܸ�ՄZ��J��-Ȝ[3�0�X[꿑<=�D3�[u^�C�bAټ#H�[�<?~��c�_��Zso�):�}�V�AȾޱ�>2uS,�Z��ʠ����l�d�0���?R*	p�@ſ�?4����7Ud���7�_�w�UO=?��~[�[��h^���W%�	�FΝ�Q���Wl�S�c/�i�!�jM�H,L��/.h&n��@���X������F�7��6�0��Z�.�gl>�n[L�AV���e��r��%�x���6l�o�
�`�q�ZM�d��{�Cٽ:
�3�6,�>�gKSm�Ij<BY�;-u��[���e��=�����6��0hLn���G��'Qu2_s�J=�-~f��7��{�OjD3k�d��gP�C�C�u�N���U8~��Կv�[�r…49����F�廹��G�,+R��߇h�a`|�"���E�<�;!�ρE�c츻�X�uj��+�r��{�@,n����}���Ĥ�H�D��`~��(Z �����˱��������/7���Jv�>�A�	�廃���M&����jŽ�����S����N6���X��y��O�E,"]�����^!�d:���e�D�h��Ioz��&C�@�>���00�_�����h(�vd�]�:	\���o��)ὡz�s��f�ưp���
�3��BtTY��cR�K�ؖ���j"xZ
��͏�b����Oە�T+�<�#���~<5fq��plE�\As
VA��Y*~&-��ʋ�A_�PH�Uޒ&�l:��3�j���;�3]�N5�K�P����3M?��8v��: �M����"���� �zT��h���+(�Y~�n5�h��(�.��s<1���|�;�}4�و�b�G�W����s�j}��L��f�'m#rc��?��$v/�>�/@�&<��'�Y�#�6[���k��\�2ܺY
7��M��z)BfH���ӃK�P���Ήj�@��J�QcO8.��'��@���t2���/V�:^�-c.&(h�:";q�#G� Ϥ��+�-�gd}��@:bLS�:�"�$�"�.��1-�
��#�CWN�AJ��6B��� �>�
�v}O ^8F\ؼZ�|ҝ�����O�{-ڄ�������_���)�SL!M��`<���7{GA��
y�LꉰE�Zn,	#Hn����U�hm_�Ҽ�l��{��>�h��F�_]�~���>c��g֣�/>jaLa�!�,���֊��5�>n�o	�b�W�9.���zO8y���ʕ����i���#��C~xh�J$�)x�k˓��j�5�{�j��x�����S�����#�8,�H�
��|#�6��r��$H�hk��D���&k!��m�Vf���J-ܘ
�%)S���E�"i��H�@��h
o+(=yj�B��[C��]�ˬ `ˬ����:�uX��bC��V��W�f��:p������~2�(����𶇆�L����G$��+L1/�j�=���~��H���m�
�[��9s��:�L�j�j�Cݔ4�>��a��38-?������X�ʽ|�cq�eAaCH�U#�_b�NLb!�3M�c�d�����+�~
4�.�,�]v�C�Q_a%��x���Dq�T$>���f�dU��9p����ƥ��33.�qжK*���8�!GYA��~w�X(�����i�|���L�ic|���;
�<��c@��l��vq����(!ٵBR2�ב��s��<�eZ�
�Z41um�J���M�]۲X��;�f�6E���i��D`us���kC:�=SX�N�$(�)��ہh�	�(�FY[���54m��D��B��؞A��RE�J���E#�����F���G��dC�QН`�g�XK��)ޭ;j�@wy��Zaq�j��׀��҆>�:��������ҵ������kD ��V��k�Jk\`�ۚ���d��}�����X��3���EO�/��tHp"�/u�vQ�_��)/���M�\!u�3&�����?w��@�ob�g`L'XR+������:A��P�(��_�l3M�Ue�=��N��W���ȼ~�.�/}X��(�ᾎTL�S�1��;��fv�uR�S8%�)�N��>�l�b���>)nn(7�c�� ����I��g��Or�P<ϵi���-�ApU��|/8��4N:ć���|/P�*�\���5���/�LK0ٮ�秆�գ��c%���D��
�]��z�U��\��Q|R���Ӎv �4�i�.Q�*���.STjX�����N��(��i�w�2'�F4�g��i[�W�=B��J��K|���\'�(o[]�>�\cL�U�~���3�2��{1p�^ۢ�&��޴v�px���v8R����!еX���ƋÆ]p��2~���;;`��f�`�ʲ����n�f����!�(�H�qk�b���g�=I��0�I�E+OgiP���pzU�/;������[t��-�u����W�üx�^_3���u@��[p̊P3�_�侠V�[�+�N(�
g�@���E����W��@|r�NG�]x!�iSy(�N�V�sWV�c��r�k�:t�Q�������G�X��J4}d2wA7F]B�8�m��ꥠ�|��e	�1Hz8e��<ea
�f�	����=��Q��{��ĩ�1��$,�UL%��/�G5�����n[��t�iۨ^��]ЭG1d(�q�Җ-ò�4���{,>���A	�Z~@�_�1�wK�ܥQc���pX���u��B*�繻h!�v��N����3�_oi��=����
�
t����ߜ�k�_td�m+��Oע��T�����Kj0oE��>�]�N6����OX���2|���阼	���O��D��ڪ��軞��)A̚��RSR��t�b<��Fu�s�C�_�ʐ-�#����n~Z�vMp/��u"L�j��m���b��W�Q������Q����H�(���gnʇn6栞C�K�t��A���5�|�.aj�\o@�^������e�GS��I��4N�j����?�
5�Տ�ǐ����١:"ea�.J@�G�����L�|V�H�����~M�4]5��L�Ÿ�x�3��H�&��/C\�Yǵ����<�u��p- D�n���;�.����:Ҫ�%�u��M�-�R`��W�Lۑ4��D<�P�s9�2�qW���οz����6C�e���yS�/�o�⪤�0fM�8,`�v�_�"�dРR�����]*�j(�����7����iHm��z�;Q4��CU�JR��rLU5.m_j�����
�����m�X��i�^-���w��d���?*]&k[��;���+�7�3ӎ#|&KvJ�a��U����d��ܟʚ�H[���j�T�n�Zo�)c�R��m�/W��/4<2��ј��r-��r
Q>TsDz	�p<#g�UR�B��֫F�42�'���`0��A�0jFo�ab�0�5��bl�/k��jJ-U�:��6gU�)I^�7R�`8�Djԋb�e�Аx����;յ.k!��ɕ������Dm�}���N�d�I���c�I�1�7�W�G��5��#��:�G�Pb#���ru-J5�;r�ߏ�dMT�f�k�a|Q0��<�e�����<_�T'Ȫ6�9�tp�c��{��y����	
c�k�-������)�I���L�P���=	�@��	Cf�I��0M���O"���c2�4\�e��X�b�1ל8U���@e\�|F�!q�<Al,8��D95l��2��:2�cF�ę�]�xl���!m3��bE�0�7���ۇ$��QA����7Q&>B�*��!��	cRJ@ÿH�a^	9���B�L��t~���H?5��H����X��q��9�DC�Hk�z���l0T<g��+~��(Q�Z=��S���I9�P�P�J��HL
Z�E�<d� '�=�PM<���b80\�l��i��\+SK�Ӭ7|A�d?ƌ��
bE��(Eѹ�
O��A`���MNW��?@�2�^����)V��a���B_I:�矃�p���|Ũ��?k��ų��y�	�:��	�E22��9�Ze�阏�����+�=d9 ���
�H�8Q����0s�OU��R

G���I?��4V|�TE%��]��/�̑�V�o�_B+s�5]�A�<�=�7=�ӥd.�9N��5���ě^�U�01j��Z�<�
"��g�&8g�Cd,�`�q�,�3��g��
ӣ ��%R������C2G�7ƈ�s�VP��*iDS�+�Y(���/�t�������mS�T0��jS�iy��r�4g�C8���Mp��]e�����i��A:��U��
E
O�#�?R�[���-Odm[�+0@ߏ�E��p��V� ;�(m�*)��~����CN��&�'X���C�)[C��=�����*���^���Խ����I):*\�n���Pk�P�@�s��˳Ep���!`�H�Um�\����\L�.��!�����CӡU%���<���R�]@:��1��%I`	��8Y���qy�JV�hY|P�&k�)%0_�����k��E�V�(�w�R��g�RJ��yy��3�R�b�s��Y#1$���)I��]N�yor,h�^z(�),5�đ,.;K����Pџ��(�(ԈˋAt���N�t�2�@e�'c0+���%�A�������R�	i8b6��$��G���0�j��4YM]�G܄;Z�q )C��#RT���1���4����M���j�H�Y�"�z�0V���D<
���P�(�?Sk{��|�B�R��]����妲�5ݛ?i�M�J���x8����=`�)�8���S�~�S�����δ���	_:�!rǙ�R����툭�@I^:;,�f�VjL���b�,N+V�<�#8��%J&Q�Se�U�������ぜa�K8�}չ0�UZs��<��{e s��#׍�8W��>��*
C��2J|:�Բ��0��Z-��Sq�
���
9��xR,P��W��%΅;m%��E<�D�f�6���5�,9�Ķ�rR9�˔M��r�`�j�F��G#�W擤$7j�a���y�o�*���ӲZ�X	�Zaи�	gj6DN���`���Eo���ɂ�`	�r��f8zL�)9U�x�=*�D0
�:��>��ך+"%���	����<
���Q���h�
N��K�N߆#���B���%O��'�n�%��\	SJʺz����o��(툳�hJ�5��Q�F�gb	�
q>��71t#4c�t�G��g{/�
'@��|2/M@9a�x� �p�DPؕ.����,L'��$�a�D�C��h�[�[NS4a�j	Ў�02��"1xSF]N;�P
p��dJz�e:]�sVq�\���qx�`S�1z�3���*�R���u�ɬG+_C"�1�
�RJ�R�{+*�	;��b'=�1	Q7�L�a)�BC���?�b��.tqU���.?��'U9����=4�ie�h�`�6��0W^������oiAY��g'%0���s1�F�	;�Ӹ����ł�)ު7� �2ʉ������ZI�������ŐC�PF��/�ԗ�z(����Χ28�2E�Gh�Y�/2 p^���J���O�D���at4���9���1K��#<�m,ɯ��Ҙ4FM�7|w|�5`�Ybv|�P�C�)𡆛�'nB���,<�ph��Id�c�6j'4<,2jjcd�@��һsGޱ����M�9KD���t��+���/]��o#��D>b:�3������2?��z�R�$FI�*XFp�=bk�O�(�ua�C�[��d�y�P����
_�a��YsRO�d�..��%��#���w���I͠�Q��OU�Ac�{	AO�Ǡ�JF��ȓ�Y=��+e��XH���>@��dE�i@�8�W�D�ӫo5W���z�K,�O��)v(�3,�hр�0BCS&83�p²�9�����ڷ=���b�C�U�҂^����.u�9 4��X%Cz-�@�TDU�h�c��G�5����ی�z�q\��S-|������Դ}0
c��8j均|<8�(	>�7�Ja c[�D��ǡ�cz�v�V����ox�z���4�
�0@��&�ޢ��p���'��9w8�_6�vɦ�3uT�C��%���q(���}���b�(�SV;�u�S��
,D��>#>S*��p��2h����r3��Qr�^f��X�A�i�8�C�K+ѽϯj�hgH��L�mW�מ ��d�#����6�`�a_�R��IcI	>��r)�1�T��E2�&���� �lX��}����A�obp�&��|�+��I���G�iS�
S�(s��ʝ�&�脋WrV'�q�-'QK@��x�'#q�fI��~�$�̮M3�F���	�hyp�Ɓ�‘|-f1 �V�0.�7���}E"(*��������-�#��a���Eɱ�G��"lqEKF=,�1\��������B��fR�/�~XڑD��<��$�}@ŗ�x�vY�%�~@兠6��X';�,]�ۯ�;����ͳ���@����>A���Ʊ�*J�.jY
�Wz�&u��%�����\6nK��������^hmWs<��[��?�?�N��wI�ˁUJv��cp��.-W�ӠK�@Z�����
CSE-��*����"��0w,�ƣ� &�8�.�%���\eg��ݨc�}��=b�9��T�2Vw��y�=�����3q�(y�w{#�$K�����'����B�^���j�b��r
��<

*�l,���r�`K�;��"�t[�a#6洨Qwx2�N�)�,?�(sx0�PP��\��ނ̌���Y谣�`ԁ*���#]��t���۴�1�����8�x	Y�}Y-���߹XG��&�n��"JtQG��%:�ֻ(�$�5s�S�����x�}�q!j�x`�A��58=d�b`��i
���D�+`��_p&f��K!pC	bo��B2�˼z�O0K`U)@5��e�>ګ`�B�1���&�WU+5_h�����G��IFc���Q��
zm��6��X�K��qT5�bV��t�;8���M�EJfmz�t���":��]8MB���#�3~���՟V$�.<�v�-&�B�������0,U��:�S���G�6@���_}�ϐTK���_��nSZ��0�����3:��ߣ%_e���Ԍ8X� �^τD��%#ճ!G�X�@ �Lŷb�
���Ag�9�u��5�Ӻ��d.y*E�~X*%e�"P�5�Ҟ`~�k�)`T�U'�:y�T
i�Q?��ς@�M����F�?�Qd?*A��c�X��d�0+p9�������R��ʔ�m�@��Ij�K:�0�Q�r�4���O�����!�ƹX�GHA����W.a���a:
�0�Py�k:��+���.��|١��Yȅ)"�I�����\��j��\�r��1�fʑ��j4^�WF��bJ��+y��0@[Q��3N���rЀ(VF��+F+Ko�����'�,Nj�D�!�G	�U�O����j�Ȕ5�v�=Zjс��֠;��r�-�P�� {�.^qW�f���M�e��Rd�*�����p�=����0�d ?��@.'W���T�����a�	�؛,x^,�y��	�qm�u�a�S����5'���^�Aʊ��yD\r'MLd�z�:o�����/�J�q���k���űP�G|��p�Y
?�e|�<q4���5'j"ct�1�+6K�!��P���>�/�%0�*̂Un���E�Q�y��{���55�n�������f#���qy ��pb _��8,0m����]�!ޮ�l4<��i�cі�
G<$�
b�BX\��W�Wf�=M�166�ۤC��޶�!�ً�����U�^1�
)g����;-�o��}��ǔC��2յ��1z9j̄۳��vh:2�	�{�=�*�j�~b��;F=�&�^*�G�g�����?�O^GL��a�������5�/�	!�2��/�2F�J2�e��3�
Q���菆\��9�g���r
��!3
L\Er��PR������'g���Lz�+	@�����N{s_��:��N��2Q�g����W�UeK�@~�&�y�>,����5~AxK`�\| �$���SGr�K&ܵh���`a̢���yj�`�sD���Q�_�݄ȝaN�m+ø#E/�H`�c��S����{\�2Eu��Z�R%P�6�_C�b6r8�h��G9`��p�l�,|O��
V�z� [�
qte����D&
[Ы\�I6�'�Y�"&��R�BPR��[
�2���A��u{�ru�J���$i��	�t'e7�l����׮�u]^�gu����k������T��}�;����wr%�ƍ{(��/��۸:�!��<�X����6�e�2�=
+�¿�W���pL�]�z�/�#�nx&�2k���<������Z���b4{��;V5��o?C�l���&H�����~���im|�Y���p�܁E�8؀�Go,����-�p�*��c�+��#T�=C����G0�i��L{�	�����2J���f(x�գ-(|F&N�Æ�?a�W?w��5``�Y[:�.�h���M��U<����҇�xDk���JP�3X�n��zN-�a�h9��\-!X�j��	.v{���O��P�m@�.�>�J�
���^M�q�0<TGv��h�k�5ܕk�P�@h�8mZ����1�@چ�y�H��:��V\N��� ����'���_q�=؉�Fg���U��VȆ|��Y6�a�G���0�5�HSk0� �%��������Co<�C	<�&��s���Ji�ї&!*Ehl#-oB�ꤠ>���a`��K����@���4�1q߳���E��4�
��\^`V'���N�p�U�?�X��JBҺ���*�3F
�-߅�]��	]��n��Q��4QxH8B=�x��q��c�^��OJ[�_���u�h��Z�>�=7Qi���.|t�&_�����
i.a� ��*L �Q_��bu�SMG8�r��Q{��؀JJ٨|[V�jL��ծu
�A�[U1=4s�UN�`V�1liX&T�{)����ǚۘl��㵶�+8z�N�h|�T�]��WA� ��D�w��`|8�g�����]�ڶ�2P�g�M�0���w*�U-o�]�:�K�\��e���OI���"��×�ٸ�D~��*Ę��cͱ_�I5ICF��(7Յ��;b��r8���JԖ������k���VMh�1�
�`��8�����B�k������}ex�Q_A�_=� �wż�A]9���F��A�qӀ��ֺ;�AwP������f�IEND�B`�v
i8@�8Normal��CJ_HmH	sH	tH	LL	Heading 1$
&F!*$1$d�@&CJOJQJF@F	Heading 2$
&F!d���@&OJQJJ@J	Heading 3$
&F!d��x@&5�OJQJNN	Heading 4$
&F!�x@&
��5�6�OJQJDD	Heading 5$
&F!�x@&6�OJQJDD	Heading 6$�x1$@&a$5�6�OJQJRrR	Heading 7"$���L���1$@&^��`�L�a$5�OJQJLL	Heading 8 $� d���1$@&`� a$OJQJ^	^	Heading 91	$
���p@� d���1$@&`� a$OJQJ<A@�<Default Paragraph FontP��PBullet List'
&F
�h���E��(1$^��`�E�@�O@Fig Capt$�x1$a$5�mHnHuT @TFooter-$
�`'�0��0���$d1$]�0�^�0�a$6�CJN@"NHeader#$
�`'�0��0�1$]�0�^�0�a$CJOJQJ@�2@Number list
&F$*$1$�Ph&)@�A&Page NumberJ��RJ
Sub-bullet$
&F%
����E��^��`�E�F�bF
Table Heading
�<�<5�CJOJQJ8�r8
Table Text�<CJOJQJd��dTheme+$d���x�x$d!%d%&d!'d$CJ_HmHnHsH	tH	uVVTOC 1-
�z�$
���d���*$1$^�`��mHnHuZZTOC 22
�8�$������{�d��1$]��^��`�{�mHnHuLLTOC 3$$
��$������1$^��`��mHnHuNNTOC 4!
��$
�p����1$^�p`���PJmHnHuTTTOC 5+
�<����T��	��1$]�T^��	`��mHnHu(U@��(	Hyperlink>*B*<��<
Table Caption$�Pa$5�F�FAppendix Heading $a$CJOJQJ8V@�8FollowedHyperlink>*B*("(Caption"$a$<�2<Hperlink Centered#$a$&&
TOC 6
$��^��&&
TOC 7
%��^��&&
TOC 8
&��^��&&
TOC 9
'��^��\#\Table of Figures(
��$
���%��x^��`�%�mHnHuJD@�J
List Continue)
&F(��xOJQJ^J>>@�>Title*$�a$5�CJ OJQJ\�^J"W@��"Strong5�\�&X@��&Emphasis6�]�N^�NNormal (Web)-�d�d[$\$OJPJQJ^JaJHR�HBody Text Indent 2.���^��aJDC�DBody Text Indent/���^��CJ:J:Subtitle0
��!�
5�6�CJ�S�Body Text Indent 3i1
�M`�0���p@�� ��!�$`'0*-�/�2p5@8;�=�@�C�8�>��@&^�8`�>�\��P"�Body Text 2\2
�P`�0��p@���P ��!�$`'0*-�/�2p5@8;�=�@�C�@&2�22xl243�d�d[$\$PJaJv�Bvxl25T4�d�d$d%d&d'dN��O��P��Q��[$\$PJaJ|�R|xl26T5�d�d$d%d&d'dN��O��P��Q��[$\$5�PJ\�aJv�bvxl27T6�d�d$d%d&d'dN��O��P��Q��[$\$PJaJz�rzxl28X7�d�d$d%d&d'dN��O��P��Q��WD�[$\$PJaJv��vxl29T8�d�d$d%d&d'dN��O��P��Q��[$\$PJaJ|��|xl30T9�d�d$d%d&d'dN��O��P��Q��[$\$5�PJ\�aJT��Txl312:�d�d%d'dO��Q��[$\$PJaJT��Txl322;�d�d%d'dO��Q��[$\$PJaJJ�O�Jxl33!<�d�d%dO��[$\$5�PJ\�aJf��fxl34C=�d�d$d%d&dN��O��P��[$\$PJaJv��vxl35T>�d�d$d%d&d'dN��O��P��Q��[$\$PJaJ|��|xl36T?�d�d$d%d&d'dN��O��P��Q��[$\$5�PJ\�aJ���xl37^@$�d�d$d%d&d'd9DN��O��P��Q��[$\$a$5�PJ\�aJf�fxl38CA�d�d$d%d'dN��O��Q��[$\$PJaJ`�"`xl392B�d�d%d'dO��Q��[$\$OJPJQJ^JaJr�2rxl40CC�d�d%d&d'dO��P��Q��[$\$OJPJQJ^JaJf�Bfxl41CD�d�d%d&d'dO��P��Q��[$\$PJaJl�Rlxl42CE�d�d$d%d&dN��O��P��[$\$5�PJ\�aJ`�b`xl432F�d�d$d&dN��P��[$\$OJPJQJ^JaJr�rrxl44CG�d�d$d&d'dN��P��Q��[$\$OJPJQJ^JaJT��Txl452H�d�d$d&dN��P��[$\$PJaJZ��Zxl462I�d�d$d&dN��P��[$\$5�PJ\�aJl��lxl47CJ�d�d$d&d'dN��P��Q��[$\$5�PJ\�aJ4��4font5K�d�d[$\$CJPJ����xl48ZL$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJx��xxl49IM$�d�d$d%d'dN��O��Q��[$\$a$OJPJQJ^JaJ����xl50ZN$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJ����xl51ZO$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJ���xl52ZP$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJ^�^xl538Q$�d�d%d'dO��Q��[$\$a$CJPJaJ��"�xl54ZR$�d�d$d%d&d'dN��O��P��Q��[$\$a$OJPJQJ^JaJ��2�xl55ZS$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJp�Bpxl56IT$�d�d$d%d'dN��O��Q��[$\$a$CJPJaJp�Rpxl57IU$�d�d$d%d'dN��O��Q��[$\$a$CJPJaJ��b�xl58ZV$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJ��r�xl59ZW$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJx��xxl60IX$�d�d$d%d'dN��O��Q��[$\$a$OJPJQJ^JaJ����xl61ZY$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJx��xxl62IZ$�d�d$d%d'dN��O��Q��[$\$a$OJPJQJ^JaJ^��^xl638[$�d�d%d'dO��Q��[$\$a$CJPJaJD��Dxl64\$�d�d[$\$a$OJPJQJ^JaJx��xxl65I]$�d�d$d%d'dN��O��Q��[$\$a$OJPJQJ^JaJD��Dxl66^$�d�d[$\$a$OJPJQJ^JaJ����xl67Z_$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJ���xl68Z`$�d�d$d%d&d'dN��O��P��Q��[$\$a$CJPJaJD�Dxl69a$�d�d[$\$a$OJPJQJ^JaJp�"pxl70Ib$�d�d$d%d'dN��O��Q��[$\$a$CJPJaJp�2pxl71Ic$�d�d$d%d'dN��O��Q��[$\$a$CJPJaJp�Bpxl72Id$�d�d$d%d'dN��O��Q��[$\$a$CJPJaJp�Rpxl73Ie$�d�d$d%d'dN��O��Q��[$\$a$CJPJaJp�bpxl74If$�d�d$d%d'dN��O��Q��[$\$a$CJPJaJp�rpxl75Ig$�d�d%d&d'dO��P��Q��[$\$a$CJPJaJp��pxl76Ih$�d�d%d&d'dO��P��Q��[$\$a$CJPJaJf��fxl778i$�d�d%d'dO��Q��[$\$a$OJPJQJ^JaJ<��<xl78j$�d�d[$\$a$CJPJaJl��lxl79Ck�d�d$d%d&dN��O��P��[$\$5�PJ\�aJZ��Zxl802l�d�d$d&dN��P��[$\$5�PJ\�aJ`��`xl812m�d�d$d&dN��P��[$\$OJPJQJ^JaJr��rxl82Cn�d�d$d&d'dN��P��Q��[$\$OJPJQJ^JaJr��rxl83Io$�d�d$d%d&dN��O��P��[$\$a$5�PJ\�aJZ�Zxl848p$�d�d$d&dN��P��[$\$a$PJaJl�lxl85Cq�d�d$d%d'dN��O��Q��[$\$5�PJ\�aJFB"F	Body Textr$�a$5�CJ OJQJ\�^JT�2Txl862s�d�d$d'dN��Q��[$\$PJaJv�Bvxl87Tt�d�d$d%d&d'dN��O��P��Q��[$\$PJaJ4Q@R4Body Text 3u$a$CJ	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMX08'����I����(����)����*��������eH����+����,��������-����
.�������� ����
!����		����"����#����$����%����=B����/����0����1����2����3����4����5����6����
����C����D����.��������!���� ����"
����E����$����&����%F����(G����'����7����*����+8������������,����#����0����1����/����-9����4:����5;����6<����&����7=����9>����:?����;@����<A����3����>����?����@����A����B����C����D����E����KJ����2����F����)H����JI����GK	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMP	

 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJK��0$l$X0T����*T����[T����#?������b	�	5
�
�
�
����|}/0���K!�!""J"y"�"�"�"�"#
#�#�#�#$/$0$1$3$l$m$�$�$%0%Z%[%y%�%�%�%&&�&�&''T'�'�'�'�'�'�'(M(�(�(k)l)y)z)�)�)�)�)�)�)*?*@*A*8,9,N,O,g,,�,�,�,�,�,�,-C-D-M-�/�/�/0000	0
000
0000000000000000000 0!0"0#0$0%0&0'0(0)0*0+0,0-0.0/000102030405060708090:0;0<0=0>0?0@0A0B0C0D0E0F0G0H0I0J0K0L0M0N0O0P0Q0R0S0T0U0V0Y0�*0���*0���*0���0���u0���0���0��0���)0���W 0���W 0���W 0���W 0���0��(0���0��
�0��
�0��
�0��
�0��
�0��
�0��
�0��
�0��
�0��
(0���0���@0���@0���@<0���@<0���@0���@0���@0���@0���@0���@0���@0���@0���@0���@0���@0���@0���`0���0���0���@0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0��(0���0���@0���@0���@0���@0���@0���@0��
0�0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0���0�����|||||||||||||||�-�8X9#&�(�-<59*9G9X9!"$%'()W9 X_afqs!�������,�(-_��b�$�tg�9�R�>r�t+����]2�$QQ�@q�S�9T��x�������]b�$�8›��-*���ئI�e+����]2�$�%B�n]�)\�Ju������]2�$�mXg�?V��2������T]@������������H ��0�(	�������������
��D����(	�
��f�
�e
s�*��e��̙�����
��<�
�
#�A����B
�S����	?�1$�/X0������1�4e��-
�t��_Toc61139899_Toc61180940_Toc61181038_Toc61181113_Toc61269811_Toc61316235_Toc61588434_Toc62992426_Toc63061346_Toc63061367_Toc63137315�
�
�
�
�
�
�
�
�
�
�
Y0	
l$l$l$l$l$l$l$l$l$l$l$Y0����N"["\"f"j"m"n"q"r"w"y"}"~"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"�"###�#�#$$	$$$$$$#$&$'$-$% %&%'%@%E%I%O%P%R%S%X%|%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�%�&'W'a'd'j'n's''�'�'�'�'�'�'�'�'�'�'�'�'�'�'�'(&(0(:(F(K(M(P([(](b(h(i(p(u((l)w)�)�)�)�)�)�)�)�)�)*********!*)***-*4*=*9,M,g,i,j,n,o,v,,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,�,---!-,---3-9-A-�/�/�/�/�/�/�/�/�/00	0V0Y0���J"g"i"y"�"�"�"�"�"##�#$$.$/$%% %S%X%Z%y%�%�%�%�%�%�&'T'�'�'�'�'�'�'(L(^(a(�(l)x)z)�)�)�)�)�)�)�)�)�)***s+7,8,9,M,g,~,,�,�,�,�,�,--�/�/�/�/�/�/�/�/�/00	0V0Y033333333333333333333333�� ,C:\Any Language Communications\Web\mt\mt.doc ,C:\Any Language Communications\Web\mt\mt.doc ,C:\Any Language Communications\Web\mt\mt.doc ,C:\Any Language Communications\Web\mt\mt.doc ,C:\Any Language Communications\Web\mt\mt.doc ,C:\Any Language Communications\Web\mt\mt.doc ,C:\Any Language Communications\Web\mt\mt.doc ,C:\Any Language Communications\Web\mt\mt.doc jC:\Documents and Settings\Dr. Howard J. Bender\Application Data\Microsoft\Word\AutoRecovery save of mt.asd jC:\Documents and Settings\Dr. Howard J. Bender\Application Data\Microsoft\Word\AutoRecovery save of mt.asdR����r�Z1����������`�ҵ����������0-��(|���������?z1������������.$�.E�q����������4��+Й���������2%pHDb����������3#	[�)��������yM	��������������
�rV���������kh�������������r�8)����������DD@8�s������������t�p���������G	����������c<�����������	1�������������w����������YuvN��6���������s�������������y7@1�}����������g4����������DCz������������S ��4O����������|�)j�pA4�+�+ ����������� 
,n
|����������K%,zy�g���������}#�,�O�m����������P�,��Q���������=~�0|""����������7N�0�eh����������^7>28�Ȋ���������*7�>.���������KBx7�������������x�76�����������E"�90vX����������YF:p�8���������zt�:f�e����������{P<�n������������<0fd����������Q=6rfO����������&�@�R����������<�C�^x���������Fe�C$C���3�C���v���������NI�D2w�����������~eE2u0����������CF��������������h�F6�<H���������M-GTk\�����������WG�$�����������WbJ��l=���������|O:
�����������yhPܣ�����������h�Q�'���������RwwR������������^
Se����������ZTz�T`����������Q�U��<z����������+|V�D�2���������>W6�:����������r�Y���~���������JH[,�������������]�-��`|_&�����������isgnN�<����������e�h`�������`k�������������%�mnoB����������caq�PT���������xxsPe����������i6t�(�����������F ot4����������Hv4+�l���������o,y��P����������{nz�vԊ�����������{H	�3���������_g�{�f����������r�|H	�3����������@O�ˆ���������2������������*h�T����T^�T`���OJQJo(���h�$	����$	^�$	`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�d����d^�d`���OJQJo(���h�4����4^�4`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��
�����^�`���o(.���P���^��`�P�o(.7.�h
���h
^�h
`��o(.7.�`�x���^�``�x�o(.7..	�X����^�X`��o(
.....	�P�X���^�P`�X�o(......	
�H����^�H`��o(.......	
�@�8��P^�@`�8�o(........	
���`�� ^��`�`�o(.........h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(���������^��`���OJQJo(����������^��`���OJQJo(o��p����p^�p`���OJQJo(����@����@^�@`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����������^��`���OJQJo(o��P����P^�P`���OJQJo(���������^��`���)�8����8^�8`���)�������^��`���)�����^�`���()�p����p^�p`���()��	�����	^��	`���()�@����@^�@`���.�������^��`���.�����^�`���.�h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(���h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�p����p^�p`���OJQJo(o�h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�P����P^�P`���OJQJo(o�h� ���� ^� `���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(���h����h^�h`���.��P��8^�`�P�..�����^��`��...���x���	^��`�x�....	�����@^��`��
.....	��
�X��^��
`�X�......	
������^��`��.......	
���8���^��`�8�........	
���`���^��`�`�.........8�������^��`���.�8�������^��`���.�8���L���^��`�L�.�8�p����p^�p`���.�8�@����@^�@`���.�8��L��^�`�L�.�8�������^��`���.�8�������^��`���.�8���L���^��`�L�.�h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........���|���^��`�|�o(.���|���^��`�|�o(..���|���^��`�|�o(...���|���^��`�|�o(....	�8���8^�8`��o(
.....	�8���8^�8`��o(......	
���`���^��`�`�o(.......	
���`���^��`�`�o(........	
�����^�`���o(.........h�8����8^�8`���OJQJo(���h�����^�`���OJQJo(o�h��	�����	^��	`���OJQJo(���h�������^��`���OJQJo(���h�x����x^�x`���OJQJo(o�h�H����H^�H`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........h�������^��`���OJQJo(���h�p����p^�p`���OJQJo(o�h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�P����P^�P`���OJQJo(o�h� ���� ^� `���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h��
�����
^��
`���OJQJo(���h�\
����\
^�\
`���OJQJo(���h�,����,^�,`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�l����l^�l`���OJQJo(���������^��`���OJQJo(���������^��`���OJQJo(o��p����p^�p`���OJQJo(����@����@^�@`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����������^��`���OJQJo(o��P����P^�P`���OJQJo(���������^��`���OJQJo(����������^��`���OJQJo(o��p����p^�p`���OJQJo(����@����@^�@`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����������^��`���OJQJo(o��P����P^�P`���OJQJo(��� ���h^� `��OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h��M��^�`�M�o(.�h�������^��`���.�h�p�L��p^�p`�L�.�h�@����@^�@`���.�h�����^�`���.�h���L���^��`�L�.�h�������^��`���.�h�������^��`���.�h�P�L��P^�P`�L�.	�h����h^�h`���56o(.��8����8^�8`���OJQJ^Jo(�h�Ho������^�`���OJQJo(�h�H�����	�����	^��	`���OJQJo(�h�H����������^��`���OJQJ^Jo(�h�Ho��x����x^�x`���OJQJo(�h�H����H����H^�H`���OJQJo(�h�H��������^�`���OJQJ^Jo(�h�Ho��������^��`���OJQJo(�h�H��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(���������^��`���CJOJQJo(����������^��`���CJOJQJo(o��p����p^�p`���CJOJQJo(����@����@^�@`���CJOJQJo(��������^�`���CJOJQJo(����������^��`���CJOJQJo(����������^��`���CJOJQJo(����������^��`���CJOJQJo(����P����P^�P`���CJOJQJo(��h�������^��`���OJQJo(���h��
�����
^��
`���OJQJo(o�h�\
����\
^�\
`���OJQJo(���h�,����,^�,`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�l����l^�l`���OJQJo(o�h�<����<^�<`���OJQJo(��h�������^��`���OJQJo(���h�p����p^�p`���OJQJo(o�h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�P����P^�P`���OJQJo(o�h� ���� ^� `���OJQJo(��h�������^��`���OJQJo(��h�T����T^�T`���OJQJo(o�h�$	����$	^�$	`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�d����d^�d`���OJQJo(���h�4����4^�4`���OJQJo(o�h�����^�`���OJQJo(����M��^�`�M�o(.�������^��`���.��p�L��p^�p`�L�.��@����@^�@`���.������^�`���.����L���^��`�L�.��������^��`���.��������^��`���.��P�L��P^�P`�L�.�h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........���D���^��`�D�o(���D���^��`�D�o(-���0���^��`�0�o(-.���0���^��`�0�o(-..	�8���8^�8`��o(	-...	�8���8^�8`��o(-....	
���`���^��`�`�o(
-.....	
���`���^��`�`�o(-......	
�����^�`���o(-.......�����^�`���o(.���	�����	^��	`���.����L���^��`�L�.��x����x^�x`���.��H����H^�H`���.���L��^�`�L�.��������^��`���.��������^��`���.����L���^��`�L�.h�������^��`���.�������^��`���o(.��	�0���	^��	`�0�o(..���0���^��`�0�o(...	������^��`��o(	....	������^��`��o(.....	
���`���^��`�`�o(
......	
���`���^��`�`�o(.......	
�������^��`���o(........�������^��`���OJQJo(���������^��`���OJQJo(o��p����p^�p`���OJQJo(����@����@^�@`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����������^��`���OJQJo(o��P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�h����h^�h`���.�������^��`���OJQJo(o�d����d^�d`���OJQJo(����4����4^�4`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����t����t^�t`���OJQJo(o��D����D^�D`���OJQJo(�����\���^��`�\�o(���\���^��`�\�o(.���0���^��`�0�o(..���0���^��`�0�o(...	�8���8^�8`��o(	....	�8���8^�8`��o(.....	
���`���^��`�`�o(
......	
���`���^��`�`�o(.......	
�����^�`���o(........h�������^��`���OJQJo(���h�p����p^�p`���OJQJo(o�h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�P����P^�P`���OJQJo(o�h� ���� ^� `���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(�������^�`���o(-h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h��
�����
^��
`���OJQJo(���h�\
����\
^�\
`���OJQJo(���h�,����,^�,`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�l����l^�l`���OJQJo(���������^��`���OJQJo(����������^��`���OJQJo(o��p����p^�p`���OJQJo(����@����@^�@`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����������^��`���OJQJo(o��P����P^�P`���OJQJo(����M��^�`�M�o(.h�������^��`���.��p�L��p^�p`�L�.��@����@^�@`���.������^�`���.����L���^��`�L�.��������^��`���.��������^��`���.��P�L��P^�P`�L�.h�������^��`���OJQJo(���h�p����p^�p`���OJQJo(o�h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�P����P^�P`���OJQJo(o�h� ���� ^� `���OJQJo(���������^��`���OJPJQJ^Jo(-��������^��`���OJQJo(o��p����p^�p`���OJQJo(����@����@^�@`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����������^��`���OJQJo(o��P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(���������^��`���o(1..��������^��`���.��p�L��p^�p`�L�.��@����@^�@`���.������^�`���.����L���^��`�L�.��������^��`���.��������^��`���.��P�L��P^�P`�L�.h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h������8^��`���o(2.. �������^��`���o(.�h�p�L��p^�p`�L�.�h�@����@^�@`���.�h�����^�`���.�h���L���^��`�L�.�h�������^��`���.�h�������^��`���.�h�P�L��P^�P`�L�.h��M��^�`�M�o(.�h�������^��`���.�h�p�L��p^�p`�L�.�h�@����@^�@`���.�h�����^�`���.�h���L���^��`�L�.�h�������^��`���.�h�������^��`���.�h�P�L��P^�P`�L�.h��M��^�`�M�o(.�h�������^��`���.�h�p�L��p^�p`�L�.�h�@����@^�@`���.�h�����^�`���.�h���L���^��`�L�.�h�������^��`���.�h�������^��`���.�h�P�L��P^�P`�L�.�������^��`���OJQJo(���������^��`���OJQJo(o�p����p^�p`���OJQJo(����@����@^�@`���OJQJo(��������^�`���OJQJo(o��������^��`���OJQJo(����������^��`���OJQJo(����������^��`���OJQJo(o��P����P^�P`���OJQJo(��h�������^��`���OJQJo(��h�������^��`���OJQJo(o�h��
�����
^��
`���OJQJo(���h�\
����\
^�\
`���OJQJo(���h�,����,^�,`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�l����l^�l`���OJQJo(���X����X^�X`���o(�t����t^�t`���o(.��0��^�`�0�o(..�$	�0��$	^�$	`�0�o(...	������^��`��o(	....	������^��`��o(.....	
�H�`��H^�H`�`�o(
......	
�d�`��d^�d`�`�o(.......	
�������^��`���o(........h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��8������8^��`���o(1..  h�������^��`���OJQJo(����p�L��p^�p`�L�.��@����@^�@`���.������^�`���.����L���^��`�L�.��������^��`���.��������^��`���.��P�L��P^�P`�L�.�h����h^�h`���o(.h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h��
�����
^��
`���OJQJo(���h�\
����\
^�\
`���OJQJo(���h�,����,^�,`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�l����l^�l`���OJQJo(�����\���^��`�\�o(�t�\��t^�t`�\�o(.�p�0��p^�p`�0�o(..�@�0��@^�@`�0�o(...	�x���x^�x`��o(	....	�H���H^�H`��o(.....	
���`���^��`�`�o(
......	
�P�`��P^�P`�`�o(.......	
�������^��`���o(........�@����@^�@`���.�@����@^�@`���CJOJQJo(.���0���^��`�0�56CJOJQJo(..�`�����^�``���...	������^��`��	....	�������^��`���.....	
����^�`��
......	
���`���^��`�`�.......	
�0���0^�0`��........�h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........��M��^�`�M�o(.��������^��`���.��p�L��p^�p`�L�.��@����@^�@`���.������^�`���.����L���^��`�L�.��������^��`���.��������^��`���.��P�L��P^�P`�L�.h�������^��`���OJQJo(���h�p����p^�p`���OJQJo(o�h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�P����P^�P`���OJQJo(o�h� ���� ^� `���OJQJo(��h�������^��`���OJQJo(���h�p����p^�p`���OJQJo(o�h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�P����P^�P`���OJQJo(o�h� ���� ^� `���OJQJo(��h�8����8^�8`���OJQJo(���h�����^�`���OJQJo(o�h��	�����	^��	`���OJQJo(���h�������^��`���OJQJo(���h�x����x^�x`���OJQJo(o�h�H����H^�H`���OJQJo(���h�����^�`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(��h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�p����p^�p`���OJQJo(���h�@����@^�@`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�P����P^�P`���OJQJo(���h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........8������^��`���o(2.. �8�������^��`���.�8�p�L��p^�p`�L�.�8�@����@^�@`���.�8�����^�`���.�8���L���^��`�L�.�8�������^��`���.�8�������^��`���.�8�P�L��P^�P`�L�.�h����h^�h`���o(.��P��8^�`�P�o(..�����^��`��o(...���x���	^��`�x�o(....	�����@^��`��o(
.....	��
�X��^��
`�X�o(......	
������^��`��o(.......	
���8���^��`�8�o(........	
���`���^��`�`�o(.........h�h����h^�h`���OJQJo(���h�8����8^�8`���OJQJo(o�h�����^�`���OJQJo(���h��	�����	^��	`���OJQJo(���h�������^��`���OJQJo(o�h�x����x^�x`���OJQJo(���h�H����H^�H`���OJQJo(���h�����^�`���OJQJo(o�h�������^��`���OJQJo(��h�����^�`���OJQJo(���h��	�����	^��	`���OJQJo(o�h�������^��`���OJQJo(���h�x����x^�x`���OJQJo(���h�H����H^�H`���OJQJo(o�h�����^�`���OJQJo(���h�������^��`���OJQJo(���h�������^��`���OJQJo(o�h�������^��`���OJQJo(��WG�����k�P�,�DD�y7xxs�g�~eE^7>2�@O�+|V�isg=~�0E"�9�yhP>W�w�Q=�`�WG�Q�U4�+F ot}#�,��0-�<�C�4��3�C�|�)�e�h�e�h�e�h�e�h�e�h��]Fe�C�x�7�h�F�3#	��.$�JH[�%�mo,yM-G�Hv�YF:�K%,YuvNI�D��<����kS �caq�&�@�WbJ�CFDCz`|_7N�0i6t��
�h�Qr�Y?z1KBx7�`k	1yM	{nzkhs�r�|��{RwwR|O2%p�c<�ZT� 
,_g�{*72�zt�:�{P<^
S���������k @(@CJOJQJo(-������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(k R@h�8���^�8`���OJQJo(�����������������������������������������������������������������������������������������������������������������������������������������R��R																																																																								��D[								TH�									2�X:																																																																							��D[																										�@XT																	�Ҥ�J							��D[								��D[																	ʢ��																	b^8>																																																					�Ҥ																	�
C-�/�/0	01030Q0R0S0T0U0Y0�@���HX&()*,-X0P@P*P.P0Pd@P4Pl@��Unknown������������G��z ��Times New Roman5��Symbol3&��z ��Arial?&�
��Arial BlackI&����������?�?Arial Unicode MS?5�	�z ��Courier New]��
MS MinchoArial Unicode MS;��Wingdings"1����hL2�&3��Frc�&%��4'S!�������0d$0�
2�q����1
Howard Bender ����Oh��+'��0���������	
0<H
T`hpx�1ssHoward BenderoowaowaNormal.dote rm37mMicrosoft Word 9.0@��� @C�� �@P���@?����4'����՜.��+,��D��՜.��+,��8�hp��������
���EPICENTER, Inc.S$0�	1Title� 8@_PID_HLINKS�Al	�8..\ALCimages\ALC-Logo.GIF	

 !"#$%&'()*+,-����/0123456789:;<=>?@ABCDEFGHIJKL����NOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~���������������������������������������������������������������������������������������������������������������������������������������������������������������������������Root Entry��������	�F�k�����Data
������������.�<1Table��������M�-WordDocument����2ZSummaryInformation(�������������DocumentSummaryInformation8���������CompObj����jObjectPool�������������k����k���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
����	�FMicrosoft Word Document
MSWordDocWord.Document.8�9�q

Anon7 - 2021