ࡱ> (lmnopqrstuvwxyz{|}~'` WbjbjLULU .?.?5O4h*l 0B >>)g@gggjzM|  >B @B @B @B @B @B @B $E hG VdB jjdB ggyB 2 2 2 jNgg>B 2 >B 2 2 f tm g2> `k Example \\server\share\Office14\setup.exe /modify ProPlus /config \\server\share\Office14\AddOutlookConfig.xml where Office14 is the root of the network installation point. /repair [ProductID] Runs Setup to repair the specified product from the users computer. Look up the value of [ProductID] in the Setup.xml file for the product that you want to modify. Example \\server\share\Office14\setup.exe /repair ProPlus where: Office14 is the root of the network installation point. ProPlus is the [ProductID] ([ProductID] is equal to the ID attribute of the Setup element listed in \\server\share\Office14\ProPlus.WW\setup.xml), where ProPlus.WW is the location of the Office Professional Plus 2010 installation files. You can customize the /repair option by using it with /config and a modified Config.xml file. This is necessary if you want to run a silent repair. In enterprise deployments, we recommend that you run a silent repair to prevent prompting users to enter information, and to prevent the installation from waiting for any user interaction, including when files are being used. To run a silent repair Using a text editor, edit the following element attributes in the \\server\share\Office14\ProPlus.WW\SilentRepairConfig.xml file: At the command line, use the following syntax: \\server\share\Office 14\setup.exe /repair ProPlus /config \\server\share\Office 14\ProPlus.WW\SilentRepairConfig.xml/uninstall [ProductID] Runs Setup to remove the specified product from the users computer. Look up the value of [ProductID] in the Setup.xml file for the product that you want to modify. Example \\server\share\Office14\setup.exe /uninstall ProPlus where: Office14 is the root of the network installation point. ProPlus is the [ProductID] ([ProductID] is equal to the ID attribute of the Setup element listed in \\server\share\Office14\ProPlus.WW\setup.xml), where ProPlus.WW is the location of the Office Professional Plus 2010 installation files. You can customize the /uninstall option by using it with /config and a modified Config.xml file. This is necessary if you want to run a silent uninstall. In enterprise deployments, we recommend that you run a silent uninstall to prevent prompting users to enter information, and to prevent the installation from waiting for any user interaction, including when files are being used. To run a silent uninstall 1. Using a text editor, edit the following element attributes in the \\server\share\Office14\ProPlus.WW\SilentUninstallConfig.xml file: At the command line, use the following syntax: \\server\share\Office 14\setup.exe /uninstall ProPlus /config \\server\share\Office 14\ProPlus.WW\SilentUninstallConfig.xml  Note: In Office 2010 as in the 2007 Office system, you cannot use the Setup.exe command line to set Windows Installer properties, such as PIDKEY or DISPLAY. Setup does not pass these properties to Windows Installer. Instead, you make these customizations by using the Office Customization Tool or Config.xml. For a complete list of Setup properties, including blocked and unsupported properties, see HYPERLINK \l "BM41f07f9bf0d0489da185d7b96f21f561"Setup properties in Office 2010.Concepts HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010 HYPERLINK \l "BMe16af71cfed440daa88695e596c3999e"Config.xml file in Office 2010 Config.xml file in Office 2010 Updated: January 20, 2011 Administrators use the Config.xml file to perform installation and maintenance tasks for Microsoft Office 2010. The primary tool that administrators use to customize the installation of products in Office 2010 is the Office Customization Tool (OCT). The customization tools and methods in Office 2010 are the same as for the 2007 Microsoft Office system. For more information about how to use the OCT to create a Setup customization file and to learn about updates to the OCT in Office 2010, see HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010. The Config.xml file is used to configure installation tasks and is used only when you run Setup. Config.xml is not installed or cached on users' computers. Administrators can edit the Config.xml file to customize the installation. By default, the Config.xml file that is stored in the core product folders (core_product_folder_name.WW folder; for example, ProPlus.WW) directs Setup to install that product. For example, the Config.xml file in the ProPlus.WW folder installs Microsoft Office Professional Plus 2010. You use the Config.xml file to perform the following installation tasks: Specify the path of the network installation point. Select which product to install. Customize Setup options, such as logging and the location of the Setup customization file and software updates. Set installation options, such as user and company name. Copy the Local Install Source (LIS) to the user's computer without installing Microsoft Office. Add or remove languages from the installation. The Config.xml file can also be used for maintenance operations such as adding or removing features, repairs, and removing installations. To do this, administrators must run Setup.exe again from the original source.  Important: To edit Config.xml, use a text editor, such as Notepad. Do not use a general-purpose XML editor, such as Microsoft Word 2010.  In this article: HYPERLINK \l "BMConfigxmlElementQuickReference"Config.xml element quick reference HYPERLINK \l "BMHowItWorks"How Setup uses Config.xml HYPERLINK \l "BMConfigxmlFileFormat"Config.xml file format HYPERLINK \l "BMConfigxmlElementReference"Config.xml element reference HYPERLINK \l "BMSampleConfigxmlFile"Sample Config.xml file Config.xml element quick reference The following table lists the Config.xml elements. These elements can appear in any order, except for HYPERLINK \l "BMElementConfiguration"Configuration element, which must be first, and elements such as HYPERLINK \l "BMElementCommand"Command element, whose order in Config.xml affects how they are processed during installation. ElementDescriptionHYPERLINK \l "BMElementConfiguration"Configuration elementTop-level elementHYPERLINK \l "BMElementAddLanguage"AddLanguage elementAdd a language to the installationHYPERLINK \l "BMElementARP"ARP elementValues that control the text and behavior of the Programs and Features option, in Control Panel, to add or remove features for the productHYPERLINK \l "BMElementCommand"Command elementRun a command during installationHYPERLINK \l "BMElementCompanyname"COMPANYNAME elementThe name of the organization or company of the user on whose computer the product is being installedHYPERLINK \l "BMElementDisplay"Display elementThe level of UI that Setup displays to the userHYPERLINK \l "BMElementDistributionPoint"DistributionPoint elementThe fully qualified path of the network installation point from which the installation is to runHYPERLINK \l "BMElementInstallLocation"INSTALLLOCATION elementThe fully qualified path of the folder on the user's computer in which the product is installedHYPERLINK \l "BMElementLIS"LIS elementOptions for how the Local Install Source (LIS) is cached on the user's computerHYPERLINK \l "BMElementLogging"Logging elementOptions for the kind of logging that Setup performsHYPERLINK \l "BMElementMinOSRequirement"MinOSRequirement elementThe minimum supported operating system for this productHYPERLINK \l "BMElementOptionState"OptionState elementOptions to specify how individual product features are to be handled during installationHYPERLINK \l "BMElementPIDKey"PIDKEY elementThe 25-character volume license keyHYPERLINK \l "BMElementRemoveLanguage"RemoveLanguage elementRemove a language from the installationHYPERLINK \l "BMElementSetting"Setting elementValues for Windows Installer propertiesHYPERLINK \l "BMElementSetupUpdates"SetupUpdates elementThe search path for Setup to use to find Setup customization filesHYPERLINK \l "BMElementUserInitials"USERINITIALS elementThe initials of the user on whose computer the product is being installedHYPERLINK \l "BMElementUserName"USERNAME elementThe name of the user on whose computer the product is being installedHow Setup uses Config.xml Setup looks for a copy of Config.xml in the same folder as Setup.exe. If a copy is not found there, Setup uses the Config.xml file that resides in the core product folder for the product that you are installing. (If multiple products are in the network installation point, Setup waits until you specify which product to install before it looks for the copy of Config.xml.) The copy of Config.xml that resides in the product folder identifies the product through the Product attribute of the HYPERLINK \l "BMElementConfiguration"Configuration element. You can also use the /config Setup command-line option to specify the location of the Config.xml file. For example: \\server\share\setup.exe /config \\server\share\ProPlus.WW\config.xml  Note: If you also created a Setup customization (.msp) file by using the OCT, the customizations that you define in Config.xml take precedence over those in the customization file. Config.xml file format XML elements in Config.xml begin with < and end with />. The basic element format is as follows: For example:  The following statements apply to format: Elements and attributes are case-sensitive. Attribute values must be enclosed in quotation marks (") and are not case-sensitive. An element definition can span multiple lines. Spaces, carriage returns, line feeds, and tab characters are ignored in an element definition. The following is an example of an element definition that spans multiple lines.  Tip: For long element definitions, put attributes on separate lines and use indentation to make the file easier to read.The HYPERLINK \l "BMElementConfiguration"Configuration element is a special case and is required. All other elements are contained in the HYPERLINK \l "BMElementConfiguration"Configuration element, and the element is closed with , as shown in the following example.  Comments can be added anywhere and are delimited by "". For example: Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="Yes" />  Each Office product folder contains a default Config.xml file, which consists of a HYPERLINK \l "BMElementConfiguration"Configuration element that has the Product attribute set to the appropriate value for the product. A number of example elements enclosed in comments are included in the HYPERLINK \l "BMElementConfiguration"Configuration element. To activate these elements, remove the beginning and closing comment marks and enter the appropriate attribute values. As shown in the following example, you can activate the HYPERLINK \l "BMElementPIDKey"PIDKEY element by changing this line:  to this:  The Display options in the previous example direct Setup to run a silent installation, to prevent prompting users to enter information, and to prevent the installation from waiting for any user interaction. Config.xml element reference The following conventions are used in the descriptions in this reference. boldElement or attribute name normalText to be entered exactly as shown italicPlaceholder for a value to be added X|yChoose among multiple values [x]Optional value  Configuration element Top-level element. This element is required, and all other elements must appear in this element. Syntax ... Attributes AttributeValueDescriptionProductproductIDThe value of the ID attribute in the Setup element in the Setup.xml file for the product that is being installed. Remarks The Product attribute identifies the product affected by this Config.xml file. The productID is defined in the Setup.xml file that is located in the core folder for the product, in the ID attribute of the Setup element. The Product attribute is optional, unless you set the HYPERLINK \l "BMElementDisplay"Display elementLevel attribute to basic or none. In this case, the Product attribute is required. If the product specified by the Product attribute does not exist in the network installation point, Setup ends the installation. Example The productID for Microsoft Office Professional Plus 2010 is located in ProPlus.WW\Setup.xml in the following line:  You use this productID in Config.xml to specify Office Professional Plus 2010 by entering the following: ...  AddLanguage element Adds the specified language to the installation. Syntax Attributes AttributeValueDescriptionIdll-ccThe language identifier. matchMatches the language Id of the user's Windows user locale.ShellTransformYesSpecifies the language for the shell user interface. If more than one AddLanguage element is specified, one (and only one) language must specify the ShellTransform element. Remarks The language must be available on the network installation point. You can have multiple elements for AddLanguage and HYPERLINK \l "BMElementRemoveLanguage"RemoveLanguage element. If both the HYPERLINK \l "BMElementRemoveLanguage"RemoveLanguage element and the AddLanguage element specify the same language, the AddLanguage element takes precedence and the language is installed.  Note: If more than one AddLanguage element is specified, one (and only one) language must specify the ShellTransform element or Setup ends the installation. There are three language concepts that you should know about when you install the Office 2010: Setup user interface (UI): the language of the installation. Shell UI: the language of shortcuts, right-click context menus, and tooltips. Office UI: the language of the Office user interface and menus. When there are multiple Office languages, these three values are determined as follows: By default, the Setup UI depends on the set of available resources for installation and the ability to match the user locale. By default, the Setup UI matches the user locale. The Shell UI depends on the set of languages that is being installed and, by default, follows the Setup UI. The default Office UI language depends on the user locale and current user settings. The default is to use the Windows user locale set on each user's computer. This means that in the default case, the Setup UI, Shell UI, and Office UI will all be the same. A locale in the Windows operating system is a set of user preference information related to the user's language, environment, and cultural conventions. This information is represented as a list of values that are used to determine the correct input language, keyboard layout, sorting order, and the formats that are used for numbers, dates, currencies, and time. The user locale is a per-user setting that determines the formats that are used, by default, to display dates, times, currency, and numbers, and the sorting order of text. A user locale is specified for each account that is created on a computer. If an administrator specifies multiple languages for installation in the Config.xml file, the Shell UI language must be selected from the set of languages that are being installed. To do this, administrators specify the ShellTransform attribute of the AddLanguage element in the Config.xml file. AddLanguage specifies the language that Setup uses for the Shell UI. However, this will not necessarily affect the choice of Setup UI or Office UI when it is installed on the users computer. For example, if you have an Office image with English, French, German, and Spanish, to specify that Setup install full language support for all these languages and have the Shell UI follow the users default regional options, you add the following elements in the Config.xml file. In the previous example, Setup installs all the specified languages and the Shell UI matches the language of the user's locale. If more languages were available in the source image, the match value in the previous example might install an additional language if the match language does not resolve to one of the other four explicitly called-out languages. For instance, if Japanese was also included in the source, this example would install Japanese in addition to the other four languages when it is installed on a computer that has the user locale set to Japanese. Example  ARP element Specifies values that control the text and behavior of Programs and Features in Control Panel for the product. Syntax Attributes AttributeValueDescriptionARPCOMMENTStextAdditional text. Can be up to 255 characters, although all characters might not be displayed. ARPCONTACTtextList of technical support contacts. ARPNOMODIFYYesPrevents users from modifying the product installation by making the Change button unavailable.No (default) Allows users to modify the product installation. ARPNOREMOVEYes Making the Remove button unavailable Prevents users from removing the product by making the Remove button unavailable.No (default) Allows users to remove the product. ARPURLINFOABOUTURLURL for the product's home page. ARPURLUPDATEINFOURLURL for information about product updates. ARPHELPLINKURLURL of a Web site where users can receive technical support. ARPHELPTELEPHONEtextTelephone numbers for technical support.  Command element Specifies a command line to run. For more information, see HYPERLINK \l "BMBKMKCommandElementRemarks"Remarks later in this article.  Tip: The equivalent option in the OCT is HYPERLINK \l "BMAddinstallationsandrunprograms"Add installations and run programs. Syntax Attributes The following table describes the Command element attributes. AttributeValueDescriptionPathpathFully qualified path of the executable file. If the path value contains a space, you must use double quotes as shown in the following example: "\\server\share\Office 14\copylogs.bat"QuietArgstringString of arguments to be appended to the command line if you configure a silent installation. For more information about when to use the QuietArg attribute, see the HYPERLINK \l "BMBKMKCommandElementRemarks"Remarks section that follows this table.ArgsstringString of arguments to be passed to the executable. For information about when to use the Args attribute for chained installations, see the HYPERLINK \l "BMBKMKCommandElementRemarks"Remarks section, following this table. If the value of the Args element includes quotation marks, you can enclose the entire value in single (') quotes as shown in the following example: Args='"/param value"'ChainPositionBeforeThis command is executed before the primary product installation. After (default) This command is executed after the primary product installation. WaitmsecondsWhen you install a product with the HYPERLINK \l "BMElementDisplay"Display elementLevel attribute set to "full" or basic, this is the number of milliseconds to wait after you run the program before you continue the installation. The default is 0 (zero), which indicates no waiting.ExecuteInstall(default) Setup executes this command when the primary product is installed. UninstallSetup executes this command when the primary product is uninstalled. Platformx86 (default) Specifies that this program requires the Intel x86 platform. This command runs only if the computer on which the installation is run matches this platform requirement. x64 Specifies that this program requires a 64-bit processor that supports the x64 extensions to the x86 architecture. This command runs only if the computer on which the installation is run matches this platform requirement. Remarks The Command element in the Config.xml file and the Add installations and run programs option in the OCT (command-lines entered in the Add Program Entry and Modify Program Entry dialog boxes) are intended to be used only for initial product installations and uninstallations. The Command element commands are processed only during initial installations and uninstallations. If Command element commands are used for customizations after the initial installation, they are ignored. The command line can be specified to run an arbitrary command or to run a lightweight executable that you want to run when this product is installed. The Command element in Config.xml and the Add installations and run programs option in the OCT do not provide the software deployment capabilities that an enterprise software deployment and management tool provides, such as the ability to track deployment progress and troubleshoot problems. Therefore, it is recommended that you limit the use of Command element in Config.xml and Add installations and run programs in the OCT to running only lightweight executables or arbitrary commands that will not make changes to the computer or that do not require user input. For example, you can run a utility to copy logs or a command to launch a Welcome page at the end of installation.  Important: Chaining is not as reliable as installing each product separately. For example, if you chain two installations together and one of the products fails or encounters an unexpected error, the primary installation and the chained installation might not be completed successfully. Therefore, using the chaining approach is not recommended. The recommended method for installing multiple products together in enterprise environments is to use a deployment management program, such as Microsoft System Center Configuration Manager 2010 or Microsoft Systems Management Server (SMS) 2003, or a third party tool, instead of chaining.  The use of Args and QuietArg is as follows: The Args attribute is always appended to the command. This can include switches such as "/install" or "Company=MyCorporation". The QuietArg attribute is also appended if setup is running silently (with Display set as Display="none"). In such cases, you can specify the QuietArg attribute with the "/quiet" switch, for example, you can use: QuietArg="/quiet". The following statements apply to the Wait attribute: Setting the Wait attribute to 0 milliseconds indicates no waiting after you run the program before you continue the installation; the command will execute and move on immediately. Return codes are only respected if the Wait value is nonzero. If you specify 0, Setup will not wait to continue the installation after running the specified program; therefore, there is no return code to report in that case. Setting the Wait attribute to any positive nonzero value will wait exactly the number of milliseconds you specify. If the process ends earlier than the specified time, setup will continue. If the process has not ended when the specified time is up, setup will fail. Setting the Wait attribute to -1 indicates to wait indefinitely. This can be problematic because if the command process stops responding (hangs), setup will stop responding and will wait indefinitely for the command to run. If there are two or more Command elements in the Config.xml file, they run in the order in which they are specified in Config.xml. Examples COMPANYNAME element The name of the organization or company of the user on whose computer the product is being installed.  Tip: The equivalent option in the OCT is the Organization name setting in HYPERLINK \l "BMInstallationlocationandorganizati"Installation location and organization name. Syntax Attributes AttributeValueDescriptionValuecompanynameThe company or organization name. Example  Display element The level of UI that Setup displays to the user.  Tip: The equivalent option in the OCT is the Display level and license agreement settings in HYPERLINK \l "BMLicensinganduserinterface"Licensing and user interface in HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010. Syntax Attributes AttributeValueDescriptionLevelNoneNo Setup UI is displayed. If you set Display Level="none", Setup runs a silent (unattended) installation. See the HYPERLINK \l "BMBKMKDisplayRemarks"Remarks section for more information. BasicSetup displays a Welcome screen, the product key (PIDKEY) page (if needed), the software license terms page (if needed), a progress bar, and the completion notice (if allowed). Full (default) Setup displays all UI to the user. CompletionNoticeYes Only applies if Level is set to "basic" or none: Setup displays the completion notice.No (default) Only applies if Level is set to "basic": Setup does not display the completion notice.SuppressModalYesOnly applies if Level is set to "basic": Setup does not display error messages and other dialog boxes that might interrupt the installation.No (default) Only applies if Level is set to basic: Setup displays errors and other dialog boxes as needed.NoCancelYesIf Level is set to "full" or "basic", disable the cancel button (X in upper-right corner of the progress dialog box).No (default)If Level is set to "full" or "basic", let the user cancel the installation from the progress bar.AcceptEULAYesThe End-User License Agreement (EULA) is accepted on behalf of the user. Setup does not display the software license terms page. No (default) If Level is not set to none, Setup displays the software license terms page. Remarks If this element is not defined, the default settings are used. If an invalid value is specified, Setup ends the installation. If the Level attribute is set to "basic" or none and you supply a product key by using the HYPERLINK \l "BMElementPIDKey"PIDKEY element, Setup assumes that you also accept the license agreement on behalf of the user.  Note: In enterprise deployments, we recommend that you set the Display Level value to none to direct Setup to run a silent installation, to prevent prompting users to enter information, and to prevent the installation from waiting for any user interaction, including when files are being used. Setting the Display Level value to none assumes that the SuppressModal and CompletionNotice attributes are silenced and that the Microsoft Software License Terms is accepted. Administrators must also make sure that no Office applications run during an installation of the Office 2010. If you set the Display Level value to basic and SuppressModal to yes, users might be prompted if any Office files are being used. Setting Display Level to none prevents prompting users in these cases. The SuppressModal attribute does not prevent files in use messages from being displayed. Only if Display Level is set to none are files in use messages prevented from being displayed. The Display element is used by Setup only if Setup finds the Config.xml file in the same folder as setup.exe, or if you specify the Config.xml file by using the Setup /config command-line option. If Setup uses the Config.xml file in the product folder, Setup uses the default display options. Example  DistributionPoint element Specifies the fully qualified path of the network installation point from which the installation is to run. Syntax Attributes AttributeValueDescriptionLocationpathThe fully qualified path of the network installation point from which the installation is to run. Remarks If this is not specified, Setup assumes that the Setup.exe file is located at the root of the network installation point.  Note: The DistributionPoint element is used by Setup only if Setup finds the Config.xml file in the same folder as setup.exe, or if you specify the Config.xml file by using the Setup /config command-line option. If Setup uses the Config.xml file in the product folder, it ignores this element because the network installation point has already been found. Example  INSTALLLOCATION element Specifies the fully qualified path of the folder on the user's computer where the product is installed.  Tip: The equivalent option in the OCT is the Default installation path setting in HYPERLINK \l "BMInstallationlocationandorganizati"Installation location and organization name. Syntax Attributes AttributeValueDescriptionValuepathThe fully qualified path of the folder on the user's computer in which the product is installed. Remarks You can use system environment variables in the path. If this element is not specified, Office is installed in %ProgramFiles%\Microsoft Office. Example  LIS element Controls how the Local Installation Source (LIS) is cached on the user's computer and specifies the location of one or more network installation points that contain the installation files for the product. Syntax Attributes AttributeValueDescriptionCACHEACTIONCacheOnlySetup copies the LIS to the user's computer, but does not install the product.  Note: Do not use Command elements in a Config.xml file that specifies the CacheOnly value because the specified commands will not run. RemoveCacheOnlyIf the cache is copied to the user's computer and Office is not installed, Setup removes the LIS from the user's computer but does not install or uninstall the product. SOURCELISTsemicolon-delimited-path-listA list, separated by semicolons, of one or more network installation points that contain the installation files for the product. The equivalent option in the OCT is HYPERLINK \l "additionalnetwork"Additional network sources. Remarks By default, the LIS is created in the folder \MsoCache\All Users at the root of the drive on which Office is installed. Setup customization files and software updates in the Updates folder in the network installation point are also copied. If you specify HYPERLINK \l "BMElementInstallLocation"INSTALLLOCATION element, the drive designation in the path is used to determine on what drive the LIS is created. For example, if the HYPERLINK \l "BMElementInstallLocation"INSTALLLOCATION element path is E:\office\files, the LIS is created on drive E. The sources listed by the SOURCELIST attribute are kept with the installed product and are used by Setup if the LIS on the user's computer is missing or corrupted. Example  Logging element Specifies the kind of logging that Setup performs. Syntax Attributes AttributeValueDescriptionTypeOffSetup performs no logging. Standard (default) Setup writes installation information to the log file. Verbose Setup writes all installation information to the log file. PathpathThe fully qualified path of the folder used for the log file. You can use environment variables. Default is %temp%.Templatefilename.txtThe name of the log file. If you insert the string * anywhere in the file name, a unique log file is created for each installation performed by setup.exe (see the explanation later in this article). If the * character is not included and the file name that is specified already exists, log information is appended to the existing file. The .txt file name extension must be included. The default template is SetupExe(*).log. Remarks You can specify a * anywhere in the Template value. Setup inserts a string in that location that has the following format. YYYYMMDDHHMMSSxxx where: YYYY = Year MM = Month DD = Day HH = Hour MM = Minute SS = Seconds xxx = a unique string generated by Setup  Note: The Logging element is used by Setup only if Setup finds the Config.xml file in the same folder as setup.exe, or if you specify the Config.xml file by using the Setup /config command-line option. If Setup uses the Config.xml file in the product folder, Setup uses the default logging options. Example  With this example, Setup creates a log file every time that it installs the product. Setup uses unique file names such as the following. %temp%\MyLog(20060428110717CFC).txt %temp%\MyLog(20060429113143C70).txt MinOSRequirement element Specifies the minimum supported operating system for this product. Syntax Attributes AttributeValueDescriptionVersionNTversionWindows NT version. WindowsBuildnumberWindows build number. ServicePackLevelnumberWindows service pack (SP) number.  The following values can be used. SystemVersionNTWindowsBuildServicePackLevelWindows XP 501 2600 2 or greater Windows Server 2003 502 3790 0 or greater  Remarks Setup does not continue with the installation if the user's computer has an operating system with a version earlier than what is specified here (or the Office default if this element is not specified). You cannot specify a version of Windows here that is earlier than the version required by Office 2010. For information about system requirements, see HYPERLINK "http://technet.microsoft.com/library/9b4d1da4-c3d7-46ab-8b63-3efc38ca8057(Office.14).aspx" \o "http://technet.microsoft.com/library/9b4d1da4-c3d7-46ab-8b63-3efc38ca8057(Office.14).aspx"Getting started with Office 2010 (http://technet.microsoft.com/library/9b4d1da4-c3d7-46ab-8b63-3efc38ca8057(Office.14).aspx). OptionState element Specifies how specific product features are handled during installation.  Important: In most situations, we recommend that you use the OCT to change the installation state of features. The equivalent option in the OCT is HYPERLINK \l "BMSetfeatureinstallationstates"Set feature installation states. Syntax Attributes AttributeValueDescriptionIdoptionIDAn item that the user can choose to install.StateAbsentThe feature is not installed. Advertise The feature is installed the first time that it is used. Local The feature is installed on the user's computer. Childrenforce All child features of the feature are set to the specified state.  Remarks A feature is an item that the user can choose to install. The Id value for a feature is defined in the Option element of the Setup.xml file in the core product folder.  Note: The following subcomponents of Microsoft Publisher 2010 are not visible in the Setup feature installation state tree in Office 2010. Commercial Printing and the Enhanced RGB to CMYK Conversion subcomponent Font Schemes PaperDirect Previews Publisher Templates and the Business Publications and Other Publications subcomponents Example  PIDKEY element The 25-character volume license key.  Note: The equivalent option in the OCT is the Product key setting in HYPERLINK \l "BMLicensinganduserinterface"Licensing and user interface in HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010. For more information about volume licensing in Office Professional 2010, see HYPERLINK "http://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx" \o "http://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx"Plan and deploy Office 2010 volume activation (http://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx) and HYPERLINK "http://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspx" \o "http://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspx"Activate Office 2010 KMS clients (http://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspx). A product key entry is not required for enterprise deployments that use Key Management Service (KMS) activation because all Volume License editions of Office 2010 have a KMS client key pre-installed. KMS is one of the methods that are provided by Office Activation Technologies for activating products licensed under Microsoft Volume Licensing programs. KMS uses a KMS host key to activate a KMS host computer and establish a local activation service in your environment. Office 2010 connects to the local KMS host for activation. By default, the Use KMS client key option is selected in the OCT (in the Licensing and user interface section). A Multiple Activation Key (MAK) key is another method that Office Activation Technologies provide for activating products licensed under Microsoft Volume Licensing programs. By using a MAK, clients activate Office 2010 online with Microsoft-hosted activation servers or by telephone. Administrators can use the Config.xml file to enter a MAK key. See the HYPERLINK \l "BMBKMKPIDKEYMAK"Remarks section for more information about how to add a MAK key.  Important: This information applies to volume-licensed editions of Office 2010. It does not apply to Office Professional Plus for Office 365, which is subscription-based. The PIDKEY element must not be used to set product keys for Office Professional Plus for Office 365. For information about Office Professional Plus for Office 365, see HYPERLINK "http://technet.microsoft.com/en-us/office/gg696034.aspx" \o "http://technet.microsoft.com/en-us/office/gg696034.aspx"Office Professional Plus for Office 365 (http://technet.microsoft.com/en-us/office/gg696034.aspx) Syntax Attributes AttributeValueDescriptionValue25-character-keyThe 25-character volume license key. Remarks When the PIDKEY value is set, users are not required to enter a product key when they install Office. To enter a MAK key in the Config.xml file, add the following line to the file. Where AAAAABBBBBCCCCCDDDDDEEEEE is the 25-character product key. For more information about licensing for Office 2010, see the HYPERLINK "http://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx" \o "http://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx"Office Activation Technologies guide (http://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx). Example   Note: If the Level attribute of the HYPERLINK \l "BMElementDisplay"Display element is set to "basic" or "none" and you supply a product key by using the PIDKEY element, Setup assumes that you also accept the license agreement on behalf of the user. In this case, regardless of how you set the AcceptEULA attribute of the HYPERLINK \l "BMElementDisplay"Display element, the user is not prompted for the license agreement either during installation or the first time that an Office application runs. RemoveLanguage element Removes the specified language from the installation. Syntax Attributes AttributeValueDescriptionIdll-ccThe language identifier.  Remarks If the language is not installed on the user's computer, the RemoveLanguage element is ignored. You can have multiple elements for HYPERLINK \l "BMElementAddLanguage"AddLanguage element and RemoveLanguage. If both RemoveLanguage and HYPERLINK \l "BMElementAddLanguage"AddLanguage element elements specify the same language, the HYPERLINK \l "BMElementAddLanguage"AddLanguage element element takes precedence and the language is installed. Example  Setting element Allows you to specify values for Windows Installer properties.  Tip: The equivalent option in the OCT is HYPERLINK \l "BMModifySetupproperties"Modify Setup properties in HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010. Syntax Attributes AttributeValueDescriptionIdnameThe name of the Windows Installer property.ValuevalueThe value to assign to the property. Remarks Not all Windows Installer properties can be specified in the Setting element. If a blocked property is specified, Setup ends the installation process. If a supported property is specified, Setup passes the property directly to Windows Installer. For a complete list of Windows Installer properties, which includes an explanation of supported and blocked properties, see HYPERLINK \l "BM41f07f9bf0d0489da185d7b96f21f561"Setup properties in Office 2010. The Setting element supports the following Key Management System (KMS) properties: KMSSERVICENAME Specifies the KMS host name. KMSSERVICEPORT Specifies the KMS host port. For example, to use the KMS properties, use the following syntax: where: contoso.com is the name of the KMS host 1234 is the port number value  Note: The recommended tool for specifying the KMSSERVICENAME and KMSSERVICEPORT values is the Office Software Protection Platform script (ospp.vbs). To set the KMS host name and port values by using ospp.vbs, run the following commands: ospp.vbs /sethst:value ospp.vbs /setprt:value In the preceding example, the sethst value is the KMS host name, and the setprt value is the KMS host port. You can set the KMS attributes in the Config.xml file as an alternative, such as in a scenario with a 32-bit Office 2010 installation on a computer running a 64-bit edition of Windows. For information about volume activation, see HYPERLINK "http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx" \o "http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx"Deploy volume activation of Office 2010 (http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx), and for information about how ospp.vbs works, see HYPERLINK "http://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspx" \o "http://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspx"Tools to configure client computers in Office 2010 (http://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspx). The Setting element supports the AUTO_ACTIVATE property for product key activation. This property specifies that product activation occur automatically during Office 2010 deployment and it uses the following syntax.  Note: Not setting AUTO_ACTIVATE is the same as setting AUTO_ACTIVATE to a value of 0. The result is that product activation does not occur during Office 2010 deployment. Note that you can also set the AUTO_ACTIVATE property value by using the Office Customization Tool. To do this, follow these steps: In the OCT, select Modify Setup properties on the left pane, and then click Add in the right pane. 2. In the Add Property Value dialog box, in the Name box, type AUTO_ACTIVATE. Note that property names must be uppercase. 3. In the Value box, type 1, and then click OK. The Setting element supports the REMOVEPREVIOUS property. This property removes the specified application from the installation and uses the following syntax. where Option Id is the identifier value for the Office 2010 application. To specify multiple applications, use a comma-separated list to indicate the appropriate Option Id values.  Note: If you install Outlook, a previously installed version of Outlook is always removed, regardless of the users preference.  If you specify REMOVEPREVIOUS with an Option Id value, only the specified applications are removed. If you do not specify REMOVEPREVIOUS, any previously installed Office applications for which a replacement is being installed are removed. This is the default behavior. If you specify REMOVEPREVIOUS with a blank value (REMOVEPREVIOUS=""), no applications are removed. The Setting element also supports the SETUP_REBOOT property. SETUP_REBOOT begins a restart after installation. It uses the following syntax. You must use all uppercase letters for the SETUP_REBOOT property. where value can be one of the following: AutoAlways Always begin a restart. Do not prompt the user. Always Always prompt for a restart at the end of setup. IfNeeded Prompt for a restart at the end of setup if setup requires a restart. (Default) AutoIfNeeded Begin a restart if setup requires a restart. Do not prompt the user. Never Never begin or prompt for a restart. Examples  SetupUpdates element Specifies a search path for Setup to use to find Setup customization files. Syntax Attributes AttributeValueDescriptionCheckForSUpdatesYes (default) Setup uses the path list in SUpdateLocation to find Setup customization files.NoSetup does not search for Setup customization files by using the path list in SUpdateLocation.SUpdateLocationpath-listA list of fully qualified paths to folders, separated by semicolons. Note: Environment variables cannot be used in the SUpdateLocation path. If an environment variable is used in the path, Setup ignores update files that are located in the specified path location.  Remarks Setup looks in all the specified folders for Setup customization files that were created for the product that is being installed, and applies them in alphabetical order by file name. If a Setup customization file was specified in the Setup command line, that file is applied first, followed by any files that are found in the folder that is specified by this element. Example  USERINITIALS element The initials of the user on whose computer the product is being installed. Syntax Attributes AttributeValueDescriptionValuevalueThe user's initials Example  USERNAME element The name of the user on whose computer the product is being installed. Syntax Attributes AttributeValueDescriptionValuevalueThe user's name. Remarks The Office 2010 Username element data is populated as follows. If the user who runs Office is the same user who installed Office, the Username and Initials supplied during setup are used. The user is not prompted when Office first starts. This case is most popular for home users who install Office themselves. If the user who is running Office is not the same user who installed Office, Office prompts the user to confirm his or her Username and Initials when Office first starts. This case is most popular in a corporate environment, where an administrator installs Office for the user. The value for the Username element shown to the user at first start time might be pre-populated with a default value from a previously installed version of Office or from the currently logged-on user. Note that the default value is not used unless it is confirmed by the user. If an earlier version of Office is installed on the computer, the registry key that was created by the earlier version of Office is used. For example, if the previous Office installation is Microsoft Office 2003, the registry key is provided at HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Common\UserInfo. Example  Sample Config.xml file The following example shows a Config.xml file for a typical installation. The example uses the Office Professional Plus 2010 version of the product. Concepts HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010 HYPERLINK \l "BM41f07f9bf0d0489da185d7b96f21f561"Setup properties in Office 2010 HYPERLINK \l "BM0f489f424c0141d18b523a2a2da8f731"Setup command-line options for Office 2010 Other Resources HYPERLINK "http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx" \o "http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx"Setup architecture overview for Office 2010 (http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspx" \o "http://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspx"Customization overview for Office 2010 (http://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspx" \o "http://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspx"Create custom configurations of Office 2010 (http://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx" \o "http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx"64-bit editions of Office 2010 (http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx) Office Customization Tool in Office 2010 Updated: February 17, 2011 To customize an installation of Microsoft Office 2010, you can use the Office Customization Tool (OCT). In this article: HYPERLINK \l "BMoverview"Overview of the Office Customization Tool HYPERLINK \l "BMBKMKNewOCTFeatures"New Office Customization Tool features in Office 2010 HYPERLINK \l "BMsection3"Architecture-specific versions of the Office Customization Tool HYPERLINK \l "BMBKMKImportOCTPatch"Importing Office Customization Tool .msp customization files HYPERLINK \l "BMBKMKConfiguringSettings"Configuring Setup, Features, Additional content, and Outlook settings HYPERLINK \l "BMSetup"Setup HYPERLINK \l "BMFeatures"Features HYPERLINK \l "BMAdditionalcontent"Additional content HYPERLINK \l "BMOutlook"Outlook HYPERLINK \l "BMBKMKDonwloadUpdates"Downloading updated OCT files Overview of the Office Customization Tool The OCT is part of the Setup program and is the recommended tool for most customizations. You run the OCT by typing setup.exe /admin at the command line from the root of the network installation point that contains the Office 2010 source files. For example, use the following: \\server\share\Office14\setup.exe /admin. The OCT is available only with volume licensed versions of Office 2010 and the 2007 Office system. To determine whether an Office 2010 installation is a volume licensed version, check the Office 2010 installation disk to see whether it contains a folder named Admin. If the Admin folder exists, the disk is a volume license edition. If the Admin folder does not exist, the disk is a retail edition. For information about the network installation point, see HYPERLINK "http://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspx" \o "http://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspx"Create a network installation point for Office 2010 (http://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspx). When you run the OCT, you choose to create a new Setup customization (.msp) file or to open an existing .msp file. If you create a new file, the OCT displays a list of the products that are available on the network installation point. You must select a single product that you want to customize. If you use the OCT to modify an existing .msp customization file, we recommend that you select the .msp file for the same product that you customize. For example, if you customize Microsoft Office Professional Plus 2010, select an Office Professional Plus 2010 customization .msp file.  Note: The Office 2010 release requires Windows Installer 4.0 on computers that are running the 64-bit version of the OCT or importing 64-bit customization .msp files. Windows Installer 3.1 does not recognize properties such as ProgramFiles64Folder, which are used by the 64-bit version of the OCT and the OCT Import feature. For information about Windows Installer, see HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=111108" \o "http://go.microsoft.com/fwlink/?LinkID=111108"Windows Installer (http://go.microsoft.com/fwlink/?LinkID=111108). By using the OCT, you customize Office and save your customizations in a Setup customization .msp file. You place the file in the Updates folder on the network installation point. When you install Office, Setup looks for a Setup customization file in the Updates folder and applies the customizations. The Updates folder can only be used to deploy software updates during an initial installation of Office 2010.  Important: If you plan to deploy multiple Setup customization files (.msp files), you can place only one customization .msp file for each Office 2010 product that you are installing in the Updates folder for an initial installation. You must deploy the rest of the customization .msp files for a product after the Office installation is completed. Only one Setup customization file per product in the Updates folder is supported. If you are deploying multiple Office 2010 products, such as Microsoft Office Professional Plus 2010 and Microsoft Visio Professional 2010, you can include one customization .msp file for Office Professional Plus 2010 and one customization .msp file for Visio Professional 2010 in the Updates folder. The customization .msp files that you place in the Updates folder will be deployed first. Therefore, they must include any Setup customizations that cannot be changed after the installation, for example, the installation location. If you are deploying an initial installation of Office 2010 and you also want to deploy Office 2010 software updates, such as service packs and hotfixes, Setup can apply the product updates as part of the installation process. You can place the Office 2010 product updates in the Updates folder. In scenarios such as this where the Updates folder includes both one Setup customization .msp file and product updates, Setup applies only the Setup customization .msp file with the initial installation and the product updates are applied after the installation is complete.As an alternative to placing the customization .msp file in the Updates folder, you can use the Setup command-line option /adminfile to specify the fully-qualified path of the location of the .msp file. For example, type: setup.exe /adminfile \\server\share\mychanges\custom.msp. If you use a folder other than the Updates folder for your customization files, you can specify the folder's location in the Config.xml file by using the SUpdateLocation attribute of the SetupUpdates element. The Config.xml file is located in the core product folder (core_product_folder_name.WW folder, for example, ProPlus.WW for Microsoft Office Professional Plus 2010) for the Office 2010 product that you install. For more information, see HYPERLINK \l "BMe16af71cfed440daa88695e596c3999e"Config.xml file in Office 2010. You can also use a Setup customization file to change an existing installation. Because a Setup customization file is an expanded form of a Windows Installer .msp file, you apply the customization file to the user's computer exactly as you would a software update. The user's existing Office installation is updated with the customizations that you make. For example, if you change the installation states of some features to Not Available and apply the resulting customization file to an existing installation of Office, those features are removed from the user's computer. Some options in the OCT are applicable only to a new installation of Office. These options are identified in the OCT and in the OCT Help. For example, you can use the Default installation path option (in the Installation location and organization name section) to specify the folder where Office is to be installed on the user's computer. However, if a customization file is applied to an existing installation, the Default installation path option is ignored (you must uninstall and reinstall Office to change the installation location). Before you exit the OCT, click the File menu and then click Save as to save the Setup customization file. Every time that you save a customization file in the OCT, the tool updates the customization files sequencing number with the current computer date and time stamp and generates a new update globally unique identifier (GUID). The OCT .msp files are applied chronologically according to their time stamp. To show the sequencing behavior, assume that you have created the following OCT .msp maintenance files: An OCT .msp file that is named uninstall-access.msp in which you set Microsoft Office Access to Not Available. This file is saved first so that it has a lower sequencing number and an older date and time stamp. This .msp file is sequenced first and Access 2010 is set to Not Available on users' computers. An OCT .msp file named "install-access.msp" in which you set Microsoft Office Access to Run All from My Computer (by selecting the product and setting the installation state in the Set feature installation states section). This file is saved last so that it has a higher sequencing number and a newer date and time stamp. This .msp file is sequenced later than the first OCT .msp file, "uninstall-access.msp". Therefore, the Access 2010 feature is set to Run All from My Computer on users' computers. The OCT includes four major sections: Setup, Features, Additional Content, and Outlook. Each section contains several pages of options. When you change an option, the page name in the left pane of the OCT changes to bold type. If you open an existing Setup customization file, the bold page names indicate where options are customized. The following table lists options that are available in the OCT. SectionPageHYPERLINK \l "BMSetup"SetupHYPERLINK \l "BMInstallationlocationandorganizati"Installation location and organization nameHYPERLINK \l "additionalnetwork"Additional network sourcesHYPERLINK \l "BMLicensinganduserinterface"Licensing and user interfaceHYPERLINK \l "BMRemovepreviousinstallations"Remove previous installationsHYPERLINK \l "BMAddinstallationsandrunprograms"Add installations and run programsHYPERLINK \l "BMOfficesecuritysettings"Office security settingsHYPERLINK \l "BMModifySetupproperties"Modify Setup propertiesHYPERLINK \l "BMFeatures"FeaturesHYPERLINK \l "BMModifyusersettings"Modify user settingsHYPERLINK \l "BMSetfeatureinstallationstates"Set feature installation statesHYPERLINK \l "BMAdditionalcontent"Additional contentHYPERLINK \l "BMAddfiles"Add filesHYPERLINK \l "BMRemovefiles"Remove filesHYPERLINK \l "BMAddregistryentries"Add registry entriesHYPERLINK \l "BMRemoveregistryentries"Remove registry entriesHYPERLINK \l "BMConfigureshortcuts"Configure shortcutsHYPERLINK \l "BMOutlook"OutlookHYPERLINK \l "BMOutlookprofile"Outlook ProfileHYPERLINK \l "BMBKMKAddAccounts"Add AccountsHYPERLINK \l "BMBKMKExportSettings"Export SettingsHYPERLINK \l "BMSpecifysendreceivegroups"Specify Send/Receive GroupsNew Office Customization Tool features in Office 2010 The Office 2010 release provides the following new features: Two architecture-specific versions of the OCT, one for 32-bit Office 2010 and one for 64-bit Office 2010. The 64-bit version of the OCT supports 64-bit client editions of Office 2010, and provides the same user interface, capabilities, and configurable settings as the 32-bit version. The OCT files are located in the Admin folder under the x86 (32-bit) and x64 (64-bit) folders, respectively. For information about 64-bit Office 2010, see HYPERLINK "http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx" \o "http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx"Office 2010 64-bit editions (http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx). Import feature that allows administrators to import 32-bit OCT customization .msp files into the 64-bit version of the OCT and 64-bit .msp files into the 32-bit version of the OCT. This allows administrators of mixed environments (32-bit and 64-bit) to do the Setup customizations one time. Support for adding multiple Outlook e-mail accounts. For more information about how to import .msp customization files, see HYPERLINK "http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx" \o "http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx"Import an Office 2010 Setup customization file (http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx). Architecture-specific versions of the Office Customization Tool As mentioned earlier in this article, administrators run the following command-line option to start the OCT from the root of the network installation source: setup.exe /admin. You use the same command to run the 32-bit or 64-bit version of the OCT. Running setup.exe /admin on a 32-bit computer starts the 32-bit OCT, and running this command on a 64-bit computer starts the 64-bit OCT. To run the 32-bit OCT, run the setup.exe /admin command line from the x86 (32-bit) folder as shown in the following example: \\server\share\Office14\x86\setup.exe /admin. To run the 64-bit OCT, run the setup.exe /admin command line from the x64 (64-bit) folder. Setup detects which products are available to create Setup customization updates and lists the results in the Create a new Setup customization file for the following product list. Because the 64-bit and 32-bit Office files are in different root directories, the 32-bit OCT lists all the 32-bit Office products in the product selection dialog box (Create a new Setup customization file for the following product), and the 64-bit OCT lists the 64-bit Office products. Administrators use the 32-bit OCT to create, edit, and save OCT customization updates for the 32-bit Office products, and the 64-bit OCT to create, edit, and save OCT updates for the 64-bit Office products. Office 2010 includes two architecture-specific folders: one for 32-bit and one for 64-bit, with a separate Config.xml file and Updates subfolder in the 32-bit and 64-bit folders.  Note: Office 2010 does not support side-by-side installations of 64-bit and 32-bit Office on the same computer, including across applications. For example, there is no support for side-by-side installations of the 2007 Office system 32-bit with Office 2010 64-bit, or for Microsoft SharePoint Workspace 2010 64-bit and Microsoft Excel 2010 32-bit. You cannot use the Office 2010 customization tools to configure side-by-side installations or customizations of 64-bit and 32-bit Office. For example, you cannot create a custom side-by-side installation with 64-bit Microsoft Office Professional 2010 and 32-bit Visio 2010 single image. For more information about 64-bit Office, see HYPERLINK "http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx" \o "http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx"Office 2010 64-bit editions (http://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspx).Importing Office Customization Tool .msp customization files The OCT provides support for importing Setup customization .msp files as follows: 32-bit Setup customization .msp files can be imported into 64-bit OCT and can then be used to customize 64-bit Office products. 64-bit Setup customization .msp files can be imported to 32-bit OCT and can then be used to customize 32-bit Office products. A 32-bit Setup customization .msp file that is imported to 64-bit OCT is converted to 64-bit, and a 64-bit customization .msp file that is imported to 32-bit OCT is converted to 32-bit. To import a customization .msp file, in the Office Customization Tool, click the File menu and then click Import. In the Open dialog box, select the .msp file that you want to convert, and then click Open to start the conversion.  Note: Importing customization .msp files is intended for equivalent cross-architecture products only. You can import a 32-bit Microsoft Office Professional Plus 2010 customization .msp file into the 64-bit version of the OCT for a 64-bit Office Professional Plus 2010 .msp file. However, you cannot import a 32-bit Microsoft Word 2010 stand-alone customization .msp file into the 64-bit OCT for a 64-bit Office Professional Plus 2010 .msp file; doing so is prevented and an error message is displayed. You cannot import 2007 Office system Setup customization .msp files into the Office 2010 OCT. The Import feature can also be used when you have created an initial Setup customization .msp file for an Office 2010 product (for example, Microsoft Office Professional Plus 2010) and then later want to modify the installation to add language packs. In such cases, you first add the language packs to the network installation point that contains the Office product source files. Then you run the OCT from the root of the network installation point, create a new Setup customization file for the same product (in this example, Microsoft Office Professional Plus 2010), and then import the original customization .msp file that you created previously for Microsoft Office Professional Plus 2010. To import an .msp customization file, in the OCT, click the File menu, and then click Import. In the Open dialog box, select the previously created customization .msp file that you want to update. On the File menu, click Save As. Specify a unique name for the .msp file, and then click Save. Importing the previously created .msp file into the OCT will update the .msp file and include the added languages. For more information about how to import .msp customization files, see HYPERLINK "http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx" \o "http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx"Import an Office 2010 Setup customization file (http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx). For information about how to create a network installation point, see HYPERLINK "http://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspx" \o "http://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspx"Create a network installation point for Office 2010 (http://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspx). Use the following links to view a video that demonstrates how to use the OCT Import feature:  HYPERLINK "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=9ca57c65-803d-444c-a27d-4348eb3affab&from=mscomoffice" \o "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=9ca57c65-803d-444c-a27d-4348eb3affab&from=mscomoffice" Running time: 06:06 HYPERLINK "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=9ca57c65-803d-444c-a27d-4348eb3affab&from=mscomoffice" \o "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=9ca57c65-803d-444c-a27d-4348eb3affab&from=mscomoffice"Watch the "Office 2010 client: Office Customization Tool import feature" video (http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=9ca57c65-803d-444c-a27d-4348eb3affab&from=mscomoffice).  For an optimal viewing experience, HYPERLINK "http://content2.catalog.video.msn.com/e2/ds/bedf4f53-d1a4-4b1a-9596-2bd6c2061d7f.wmv" \o "http://content2.catalog.video.msn.com/e2/ds/bedf4f53-d1a4-4b1a-9596-2bd6c2061d7f.wmv"download the "Office 2010 client: Office Customization Tool import feature" video (http://content2.catalog.video.msn.com/e2/ds/bedf4f53-d1a4-4b1a-9596-2bd6c2061d7f.wmv). Right-click the link, and then click Save Target As to download a copy. Clicking the link will open a .wmv file in the default video viewer for full-resolution viewing.Configuring Setup, Features, Additional content, and Outlook settings The following sections provide information about the OCT areas that you can configure: HYPERLINK \l "BMSetup"Setup HYPERLINK \l "BMFeatures"Features HYPERLINK \l "BMAdditionalcontent"Additional content HYPERLINK \l "BMOutlook"Outlook  Note: If the geographic location of the computer on which you are running the Office Customization Tool is set to a European location, and you are creating a new Setup customization .msp file or you open an existing customization .msp file for which no file format settings have been configured for Excel, PowerPoint, or Word, you might see a dialog box that prompts you to choose a default document format. Administrators can choose to keep the current settings for the Setup customization file, or choose Office Open XML formats which support all the features of Office 2010, or OpenDocument formats to use the ODF format. To learn about the file formats, click Learn more in the dialog box to display the OCT online Help. Use the following links to view a walkthrough of the OCT user interface:  HYPERLINK "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=8a877eed-d0f2-4f9a-95bd-0c29e2b708f0&from=mscomoffice" \o "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=8a877eed-d0f2-4f9a-95bd-0c29e2b708f0&from=mscomoffice" Running time: 08:26 HYPERLINK "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=8a877eed-d0f2-4f9a-95bd-0c29e2b708f0&from=mscomoffice" \o "http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=8a877eed-d0f2-4f9a-95bd-0c29e2b708f0&from=mscomoffice"Watch the "Office 2010 client: Office Customization Tool walkthrough" video (http://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=8a877eed-d0f2-4f9a-95bd-0c29e2b708f0&from=mscomoffice).  For an optimal viewing experience, HYPERLINK "http://content3.catalog.video.msn.com/e2/ds/a85d238d-41a6-4039-8ed0-8b5a817dab76.wmv" \o "http://content3.catalog.video.msn.com/e2/ds/a85d238d-41a6-4039-8ed0-8b5a817dab76.wmv"download the "Office 2010 client: Office Customization Tool walkthrough" video (http://content3.catalog.video.msn.com/e2/ds/a85d238d-41a6-4039-8ed0-8b5a817dab76.wmv). Right-click the link, and then click Save Target As to download a copy. Clicking the link will open a .wmv file in the default video viewer for full-resolution viewing. Setup Use the Setup section to specify the following: Default installation location Default organization name Additional network installation sources Product key End-user license agreement (EULA) Display level Previous versions of Office to remove Custom programs to run during installation Security settings Setup properties Installation location and organization name Specify a default organization name and installation location for all users whose installation includes this Setup customization file: Default installation pathThis option specifies where Setup installs Office on the user's computer. You can use the predefined folder keyword [ProgramFilesFolder] to specify a path to standard folders in Windows. The default path is [ProgramFilesFolder]\Microsoft Office. This option is recognized only when you first install Office on a user's computer. You cannot change the installation path without uninstalling and reinstalling Office. Organization nameThis name appears in the About text box (Help menu) and on the banner pages of Office applications. The name that you specify is used as the default company name for all users whose installation includes this customization file. Additional network sources Specify additional servers that have a copy of the network installation point. Setup looks for servers in this list, in the order specified, if it is installing a feature on demand or if it is repairing Office and the original network installation point is unavailable. Click Add to add a source to the list. To edit a path, select a server from the list and then click Modify. To remove a server from this list, select the server and then click Remove. To change the order of the list, select a server and then click the Move arrows to move the server up or down in the list. To remove all servers from the list, select Clear existing server list.  Note: The OCT verifies all server paths and connects to any available servers during the initial installation process to load balance the file copy process when it creates the Local Install Source (LIS). However, be aware that an unavailable source that is specified as an additional source does not cause the installation to fail. Add/Modify Network Server Entry dialog box In the Add Network Server Entry dialog box or Modify Network Server Entry dialog box, enter the path of a server and then click OK. You can use a UNC path or, if all users have access to the server that uses the same drive letter, you can use a drive letter in the path. The path can contain environment variables that are delimited by percent (%) if the variables are defined for all users. For example: z:\office \\server1\share\office_root %USERNAME%\office_root Licensing and user interface Use this section for the product key and to accept the Microsoft Software License Terms on behalf of each user who installs Office by using the Setup customization file. Set the Display level of the user interface. These options are recognized by Setup only when you first install Office on a user's computer. Use KMS client keyA product key entry is not required for enterprise deployments that use Key Management Service (KMS) activation because all Volume License editions of Office 2010 have a KMS client key pre-installed. KMS is one of the methods that are provided by Office Activation Technologies for activating products licensed under Microsoft Volume Licensing programs. Only a KMS host computer needs a KMS host key to be activated and to establish a local activation service in your environment. Office 2010 connects to the local KMS host for activation. By default, the Use KMS client key option is selected in Enter a valid product key and licensing agreement for users. For more information about the licensing options for Office 2010, see the  HYPERLINK "Office Activation Technologies Guide" Office Activation Technologies Guide (http://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx) and HYPERLINK "http://technet.microsoft.com/library/dbff777c-3a2d-4d8e-a7be-6c45900c73c2(Office.14).aspx" \o "http://technet.microsoft.com/library/dbff777c-3a2d-4d8e-a7be-6c45900c73c2(Office.14).aspx"KMS quick start guide (http://technet.microsoft.com/library/dbff777c-3a2d-4d8e-a7be-6c45900c73c2(Office.14).aspx) included in the current release. Enter another product keyYou can enter a valid Multiple Activation Key (MAK) key in the OCT by using the Enter another product key option in Enter a valid product key and licensing agreement for users in the results pane. A MAK key is another method that Office Activation Technologies provide to activate products licensed under Microsoft Volume Licensing programs. By using a MAK key, clients activate Office 2010 online by using the Microsoft hosted activation servers or by telephone. To use a MAK key, in the Enter another product key text box, enter the MAK key (25 numbers or characters) without spaces.  Important: This information applies to volume-licensed editions of Office 2010. It does not apply to Office Professional Plus for Office 365, which is subscription-based. The Product key text box must not be used to set product keys for Office Professional Plus for Office 365. For information about Office Professional Plus for Office 365, see HYPERLINK "http://technet.microsoft.com/en-us/office/gg696034.aspx" \o "http://technet.microsoft.com/en-us/office/gg696034.aspx"Office Professional Plus for Office 365 (http://technet.microsoft.com/en-us/office/gg696034.aspx). You can also use the Enter another product key option to enter a KMS key for Microsoft Visio Standard 2010 or Microsoft Visio Professional 2010. Visio 2010 is preinstalled with the Microsoft Visio Premium 2010 KMS client key by default. This enables all the Microsoft Visio Premium 2010 features. However, if you have a license agreement for either Microsoft Visio Standard 2010 or Microsoft Visio Professional 2010, you must install the appropriate KMS client key. The features that are available depend on the key that is installed. For more information, including a list of KMS keys for license agreements for Microsoft Visio Standard 2010 and Microsoft Visio Professional 2010, see HYPERLINK "http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx#section7" \o "http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx#section7"Deploy Visio 2010 (http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx#section7) in HYPERLINK "http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx" \o "http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx"Deploy volume activation of Office 2010 (http://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx).  Note: You can also activate Office 2010 at the time that you install a MAK key by setting the AUTO_ACTIVATE property value. To do this, follow these steps: In the OCT, select Modify Setup properties on the left pane, and then click Add in the right pane. In the Add Property Value dialog box, in the Name box, type AUTO_ACTIVATE. Note that property names must be uppercase. In the Value box, type 1, and then click OK. For information about configuring the AUTO_ACTIVATE property by using the Config.xml file, see HYPERLINK \l "BMElementSetting"Setting element in HYPERLINK \l "BMe16af71cfed440daa88695e596c3999e"Config.xml file in Office 2010. I accept the terms in the License AgreementSelect this check box to accept terms of your license agreement on behalf of the user. If Display level is set to Basic or None and you supply a product key, Setup assumes that you also accept the license terms on behalf of the user. In this case, even if you do not select the I accept the terms in the License Agreement check box, the user is not prompted to accept license terms either during installation or the first time that an Office application runs. Display levelSelect the user interface that you want displayed to users during installation. The options are as follows: Full - defaultSetup runs interactively, displaying all the user interface options and messages. BasicSetup displays the Welcome screen, prompts for the product key and license terms (if needed), and displays a progress bar and completion notice. No other options are presented to the user. NoneSetup runs silently and displays no user interface.  Important: In enterprise deployments, we recommend that you set Display level to None to ensure that Setup runs silently, to prevent prompting users to enter information, and to prevent the installation from waiting for any user interaction, including when files are being used. Setting Display level to None assumes that the Suppress modal and Completion notice options are silenced and that the license terms are accepted. Administrators must also make sure that no Office applications run during an installation of Office 2010. If you set Display level to Basic and select the Suppress modal option, users may be prompted if there are any Office files as they are being used. Setting Display level to None prevents prompting users in these cases. The Suppress modal option does not prevent files-in-use messages from being displayed; only Display level set to None prevents files-in-use messages from being displayed.Completion noticeSelect this check box if you want Setup to display a message to the user when installation is complete. Suppress modalSelect this check box if you do not want Setup to display error messages and other dialog boxes that might interrupt the installation. If you set Display level to Full, error messages and other dialog boxes are displayed regardless of the state of this check box. No cancelSelect this check box if you want to disable the cancel button (the X in upper-right corner). This setting only applies when Display level is set to Full or Basic.  Note: The Setup customization file (.msp) sets the licensing information only during the initial installation.  The previous options are identical to the settings in the Config.xml file that are shown in the following table. OCT optionConfig.xml settingProduct keyPIDKEY elementI accept the terms in the License AgreementAcceptEula attribute of the Display elementDisplay levelLevel attribute of the Display elementCompletion noticeCompletionNotice attribute of the Display elementSuppress modalSuppressModal attribute of the Display element  Note: If there are multiple products on the network installation point and you do not specify which product Setup is to install, Setup uses full display level when it prompts the user for a product, regardless of how you set Display level in the Setup customization file. You use the /config command-line option to specify which product to install. For more information, see HYPERLINK "http://technet.microsoft.com/library/8e6eac3f-a30b-4afe-8eb7-1ab775a2c0fb(Office.14).aspx" \o "http://technet.microsoft.com/library/8e6eac3f-a30b-4afe-8eb7-1ab775a2c0fb(Office.14).aspx"Deploy Office 2010 by using Setup from a network installation point (http://technet.microsoft.com/library/8e6eac3f-a30b-4afe-8eb7-1ab775a2c0fb(Office.14).aspx). Remove previous installations Specify previous versions of Microsoft Office applications to keep or remove. This option is only recognized by Setup when you first install Office on a user's computer. By default, Setup removes previous versions of Office applications. To keep an installed Office application, click Remove previous installations in the OCT, and in the results pane select Remove the following earlier versions of Microsoft Office programs, in the list select the Office application that you do not want to remove, click Details, and in the Select Earlier Versions to Remove dialog box, under Choose which earlier versions you want Setup to remove, clear the check box for the product you want to remove, and then click OK.  Note: Microsoft Outlook 2010 cannot coexist with previous versions of Outlook. If you choose to keep previous versions, do not install Outlook 2010. Add installations and run programs Run additional executable programs before or after the Office installation is complete. Setup runs command lines in the order listed in the tool and does not finish the installation until all command lines are executed. In the OCT, click Add installations and run programs and in the results pane click Add to add a program to the list. To change a program, select the program in the list and then click Modify. To remove a program, select the program and then click Remove. To change the order of programs in the list, select a program and then click the Move arrows to move the program up or down in the list.  Note: Do not add a program that requires the computer to be restarted, unless it is the last program in the list. If a custom program restarts the computer, the Office installation is complete, but custom programs that appear later in this list do not run. Command-lines entered in the Add Program Entry and Modify Program Entry dialog boxes or by using the HYPERLINK \l "BMElementCommand"Command element in the Config.xml file are intended to be used only for initial product installations and uninstalls. The Command element commands are processed only during initial installations and uninstalls. If Command element commands are used for customizations after the initial installation, they are ignored. Add/Modify Program Entry dialog box When you add or modify a program entry, you enter the following information in the Add Program Entry dialog box or Modify Program Entry dialog box, and then click OK. TargetEnter the path and file name of the executable program. ArgumentsEnter a string of command-line options; for example, /q /path c:\temp. Run this program after the Office product has been installed.The program runs after the Office installation is complete. This is the recommended option. If the program does not close correctly or if the program restarts the computer, the Office installation is not affected. However, programs further down the list do not run. Run this program before the Office product has been installed.The program runs before the Office installation starts. If the program does not close correctly or if it restarts the computer, Office is not installed, and programs further down the list do not run. In the Add Program Entry dialog box or Modify Program Entry dialog box, you can include any of the following standard Windows folders in the path of the executable file. FolderDescription[INSTALLLOCATION]The folder in which Office is installed [WindowsFolder]Windows folder [SystemFolder]Windows System32 folder [ProgramFilesFolder]Program Files folder [CommonFilesFolder]Program Files\Common Files folder [DesktopFolder]Windows Desktop folder [StartMenuFolder]Windows Start menu [ProgramMenuFolder]Windows Start\Programs menu  Office security settings Customize the security settings for Office applications.  Important: Security settings specified in a Setup customization (.msp) file provide only initial default settings on users' computers. Users can change the settings after installation. To help lock down and enforce security settings, you must use Group Policy. For more information, refer to the recommendations in the HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=158689" \o "http://go.microsoft.com/fwlink/?LinkId=158689"2007 Microsoft Office Security Compliance Management Toolkit (http://go.microsoft.com/fwlink/?LinkId=158689). The following table lists the available options. SettingDescriptionTrusted PublishersManage the list that identifies trusted sources for digitally signed macros, add-ins, Microsoft ActiveX controls, and other executable code that is used by Office applications. Office applications share a certificate-based list of trusted sources with Internet Explorer. Click Add to add a digital certificate (CER file). Trusted LocationsManage the list that identifies locations from which any file can be opened without a check by the Trust Center security feature. Click Add to add a new location, enter the following information, and then click OK: ApplicationSelect the Office application that uses this location. This is supported by Microsoft Access 2010, Microsoft Excel 2010, Microsoft PowerPoint 2010, Microsoft Visio 2010, and Microsoft Word 2010. PathEnter the path of the trusted location. Enter a fully qualified path with drive letter or UNC path. The path can include environment variables. Subfolders of this location are also trustedSelect this check box to include subfolders as trusted locations. DescriptionEnter text to describe the purpose of the location. To remove a trusted location from this list, select the location and then click Remove.  Note: When you specify one or more trusted locations here, the Trusted Locations list previously defined on the users computer is cleared and replaced by this list. Remove all Trusted Locations written by OCT during installationClears the Trusted Locations list on the user's computer. Use this check box to clear the Trusted Locations list on the user's computer without adding new locations. Default Security SettingsSet default security levels for add-ins, templates, and Office applications. You can set security options for the following Office applications: Microsoft Office Access Microsoft Office Excel Microsoft Office Outlook Microsoft Office PowerPoint Microsoft Office Project Microsoft Office Publisher Microsoft Office Visio Microsoft Office Word The following security options are available: Allow trusted locations options Allow trusted locations that are NOT on user's computer Allow Trusted Locations on the User's machine only (application default) Disable all trusted locations. Only files signed by trusted publishers will be trusted Application Add-ins warnings options Disable all Application Extensions Require that Application Extensions are signed by a trusted publisher Require that Application Extensions are signed and silently disable unsigned Extensions Enable all installed Application Add-ins (application default) VBA macro warnings options Disable all VBA macros Disable Trust Bar warning for unsigned VBA macros (unsigned code will be disabled) Disable all VBA macros with notification (application default) No security checks for VBA macros (not recommended, code in all documents can run) Add-ins and templates (Microsoft Project 2010 only) Trust all installed add-ins and templates Do not trust installed add-ins and templates Security level (Project 2010 only) Very HighOnly macros installed in trusted locations will be able to run. All other signed and unsigned macros are automatically disabled HighOnly signed macros from trusted sources will be able to run; unsigned macros are disabled MediumThe user can choose whether to run potentially unsafe macros Low (not recommended)Users are not protected from potentially unsafe macros Unsafe ActiveX InitializationDetermine whether unsigned and, therefore, potentially unsafe, ActiveX controls can initialize using persisted data, that is, data that is saved from one instance of the control to the next. The possible values are as follows: Setup does not modify the setting specified on the user's computer. New applications are installed with the default setting, which is Prompt user to use persisted data. Prompt user to use control defaultsThe user is warned before an application begins ActiveX controls that might be unsafe. If the user trusts the source of the document, the control is initialized by using its default settings. Prompt user to use persisted dataThe user is warned before an application begins ActiveX controls that might be unsafe. If the user trusts the source of the document, the control is initialized by using persisted data. Do not promptAll unsigned ActiveX controls run without prompting the user. This setting provides the least protection and is not recommended. Do not prompt and disable all controlsAll unsigned ActiveX controls are disabled without prompting the user.  Modify Setup properties Modify Setup properties that are applied during the Office installation. You can customize Setup properties only when you first install Office on a user's computer. Properties set in a customization file do not take effect if you apply the file to an existing installation. To add a property, click Add. To modify a property that you have added, select the property and then click Modify. To remove a property that you have added, select the property and then click Remove. For more information about properties and their values, see HYPERLINK \l "BM41f07f9bf0d0489da185d7b96f21f561"Setup properties in Office 2010. Add/Modify Property Value dialog box When you add or modify a Setup property, enter the information that is shown in the following table in the Add/Modify Property Value dialog box, and then click OK. SettingDescriptionNameThe property name. Property names must be all uppercase. ValueThe value of the property.  Features Use the Features section to configure user settings and to customize which Office features are installed. Modify user settings Set the default values of Office application settings for users who install Office with this customization file.  Note: Using the OCT to configure user settings establishes the initial default values for the settings. Users can modify most of the settings after Office is installed. If you want to enforce user settings, use Group Policy.  You can use the OCT to provide default user settings for the following Office applications. Some applications also provide computer settings, including: Microsoft Excel 2010, Microsoft SharePoint Workspace 2010, Microsoft InfoPath 2010, Microsoft Office 2010 System, Microsoft Project 2010, Microsoft Word 2010, and Microsoft Visio 2010. Microsoft Access 2010 Microsoft Excel 2010 Microsoft SharePoint Workspace 2010 Microsoft InfoPath 2010 Microsoft Office 2010 System Microsoft OneNote 2010 Microsoft Outlook 2010 Microsoft PowerPoint 2010 Microsoft Project 2010 Microsoft Publisher 2010 Microsoft SharePoint Designer 2010 Microsoft Visio 2010 Microsoft Word 2010 To configure an option, expand the tree on the left, and click the user-interface element. Configurable settings associated with that element appear on the right. Double-click a setting, and select one of the options shown in the following table. SettingDescriptionNot ConfiguredThe setting remains as it is. EnabledThe setting is modified based on your choices in the dialog box. DisabledThe setting is disabled. Disabling an option may differ from not configuring the option. See the description of the specific option for more information.  Click Show all settings to display all available user settings. Click Show configured settings only to display only those settings that you have configured. Select the Migrate user settings check box to preserve users' custom settings from an earlier version of Office. If you change user settings and also select this check box, Setup first applies the modified settings and then migrates the user's existing custom settings, overwriting any conflicting settings.  Note: When you click Enabled to view the options for a setting and then click OK, Previous Setting, or Next Setting, the status changes to Configured, even if you do not change the setting. Inadvertently configuring the setting with an empty hyperlink, path, or file name can cause errors. If you clicked Enabled and want to ignore your changes or avoid configuring the setting, click Cancel. You can also return a setting to the Not Configured state by double-clicking the setting, selecting Not Configured, and clicking OK. Set feature installation states Customize how Office features are installed on the user's computer. To change the installation state of a feature, click Set feature installation states in the OCT and in the results pane right-click the feature, and in the shortcut menu click the installation state. Some parent features consist of multiple child features. Click the plus sign (+) to the left of the parent feature to expand to view child features. When you change the installation state of a feature, the name of the feature and the names of all its child features (if any) are displayed in bold font. This indicates that Setup will apply these changes to the installation. Features that are not displayed in bold font are installed by using the default installation state. To remove a change, select the feature and select the Reset option or select the feature and click the Reset Branch button. The following feature installation states are typically available to users during Setup. Not all installation states are available for every feature. For example, if a feature contains a component that cannot be advertised, Installed on First Use is not included in the list of available installation states for that feature. StateDescriptionRun from My ComputerSetup copies files and writes registry entries and shortcuts associated with the feature to the user's hard disk. The application or feature runs locally. Run All from My ComputerSame as Run from My Computer, except all child features that belong to the feature are also set to this state. Installed on First UseSetup leaves components for the feature and its child features in the local installation source until the user attempts to use the feature for the first time, at which time the components are installed. This is also known as an advertised feature. Not AvailableThe components for the feature and the child features that belong to this feature are not installed on the computer.   Note: The following subcomponents of Microsoft Publisher 2010 are not visible in the Setup feature installation state tree in the Office 2010 release: Commercial Printing and the Enhanced RGB to CMYK Conversion subcomponent Font Schemes PaperDirect Previews Publisher Templates and the Business Publications and Other Publications subcomponents The following options are also available for each feature. OptionDescriptionHiddenSetup does not display the feature in the feature tree during installation if Setup runs interactively. The symbol [H] is prepended to the feature name to indicate the feature is hidden. LockedThe installation state that you choose for this feature cannot be changed by the user during installation or in maintenance mode after Office is installed. The symbol [L] is prepended to the feature name to indicate the feature is locked. ResetThe feature is returned to its default installation state. This is the same as selecting the feature and clicking the Reset Branch button.  If you explicitly set a feature to its default state, the symbol [F] is prepended to the feature name to indicate that the feature will be forced into this state. This is useful if you are creating a Setup customization file to modify an existing Office installation. If you do not change the installation state of a feature, Setup does not change the feature on the user's computer. If you specify a change, including setting the feature to its default state, Setup ensures that the feature is set to that state on the user's computer. When you change the installation state of a feature, Setup might change the installation state of a parent or child feature to match the installation state. For example, if you set a parent feature to Installed on First Use, but set a child feature to Run from My Computer, Setup also changes the state of the parent feature to Run from My Computer. Setup does not display hidden features in the feature tree when users run Setup interactively. The feature is installed according to its defined installation state. Child features that belong to the hidden feature are also hidden.  Tip: The best use of the Hide setting is to simplify the feature tree for users. For example, you might hide the Office Tools branch of the feature tree so that users do not have to decide which tools that they need. Only the tools that you select are installed.  Note: If you set the Hidden option for a feature by using the OCT or the Config.xml file during an initial installation of Office 2010, you cannot unhide that feature in the feature tree by using another Config.xml file or applying a second customization .msp file after the initial installation. This means that the feature is not displayed in the feature tree during installation. The feature remains hidden. The feature will not be displayed in Add or Remove Programs (Change or Remove Programs) in Control Panel under the Add or Remove Features option for Microsoft Office 2010 (or under the Programs and Features option in Windows Vista). However, you can unlock the feature to install and run locally later by using an .msp customization file or a Config.xml file. If you set the Locked option for a feature by using the OCT or the Config.xml during initial installation, that feature can be unlocked and installed locally by using an .msp customization file or a Config.xml file. For example, you can customize the Config.xml file to modify the OptionState element and add the following line to install the feature (Access in this example) on the user's computer and to set child features of the feature to the specified state. You can also use the OCT to create an .msp customization file to unlock the feature by setting the feature installation state to Run All from My Computer in the Set feature installation states screen. For information about the OptionState element, see HYPERLINK \l "BMe16af71cfed440daa88695e596c3999e"Config.xml file in Office 2010. If you set a feature to Not Available and hide the feature in the feature tree, users can still change the setting and install the feature by installing the parent feature or by running Setup in maintenance mode. For example, if you set the Name Smart Tag Plugin feature to Not Available and Hidden, users can still install the feature by setting the parent Smart Tags Plugins feature to Run All from My Computer. If you want to help prevent users from installing hidden features, select the Not Available, Hidden, and Locked installation states. In this case, the feature or application is not installed and is not available in maintenance mode. Users cannot install the feature by changing the state of the parent feature. The only way to reverse the Not Available, Hidden, and Locked installation state selection after Office is installed is to use the OCT to create a Setup customization file that is configured to change the installation state of the feature. Then you apply the customization file to the user's computer. Additional content Use this section to add or remove custom files, registry entries, and shortcuts during the installation. Add files Add files to users' computers when Office is installed. To create a list of files to add to the user's computer during installation, click Add, select the file that you want to add to the list, and click Add again. To change the destination path of a file, select the file in the Add custom files list and click Modify. To remove a file from the list, select the file and click Remove. You can use the SHIFT and CTRL keys to select multiple files at the same time. When you add files to an Office installation, note the following: Files are copied into the Setup customization file when you save the customization file and exit the OCT. Large files increase the size of the customization file and the time that is required to create the file. If you revise a file that is currently included in the customization file, you must open the customization file by using the OCT, remove the file from the Add files list, add the revised version, and save the customization file. If the user removes, repairs, or reinstalls Office, the custom files are removed or reinstalled together with Office. Setup does not reinstall a custom file if the file has changed since installation. File Destination Path dialog box In the Destination path on the user's computer dialog box, enter the folder where you want to install the file on users' computers, and click OK. You can select multiple files at the same time by using the SHIFT and CTRL keys. These files will be associated with the same destination folder. You can use the special folder names that are shown in the following table in the destination path. FolderDescription[INSTALLLOCATION]The folder in which Office is installed [ROOTDRIVE]The local disk drive with the most free space[ProgramFilesFolder]Program Files folder [CommonFilesFolder]Program Files\Common Files folder [WindowsFolder]Windows folder [SystemFolder]Windows System32 folder [PersonalFolder]The user's My Documents folder [AppDataFolder]The user's Application Data folder [NetHoodFolder]The user's My Network Places folder  Remove files Remove files from users' computers when Office is installed. To create a list of files to remove from the user's computer during installation, click Add. To modify the path or name of a file, select the file in the Remove files list and click Modify. To remove a file from the list, select the file and click Remove. You can use the SHIFT key and CTRL key to select multiple files at the same time.  Note: Files listed in the Remove files list are removed from the user's computer before files listed in the Add files list are installed. Therefore, you can delete existing files on a user's computer and replace them with new versions. If the destination file on a user's computer is renamed or modified, an added file that has the same name does not replace it. File Path dialog box In the File path dialog box, enter the path and file name of the file that you want to add to the list of files to remove from the user's computer, and click OK. The path must begin with a drive letter, a UNC path, or one of the special folders shown in the following table. FolderDescription[INSTALLLOCATION]The folder in which Office is installed [ROOTDRIVE]The local disk drive with the most free space[ProgramFilesFolder]Program Files folder [CommonFilesFolder]Program Files\Common Files folder [WindowsFolder]Windows folder [SystemFolder]Windows System32 folder [PersonalFolder]The user's My Documents folder [AppDataFolder]The user's Application Data folder [NetHoodFolder]The user's My Network Places folder  Add registry entries Add or modify registry entries on users' computers when Office is installed. To create a list of registry entries to add to users' computers, click Add. To change an entry in the list, select the entry and click Modify. To remove an entry from the list, select the entry and click Remove. Click Import to add a set of entries from a registry file (.reg file). If an entry in the .reg file duplicates an entry in the list, the OCT prompts you to choose whether to overwrite existing registry entries with entries in the .reg file.  Important: Registry entries customized in this section might override settings customized elsewhere in the OCT. Use this section to customize options that cannot be set directly in the Office user interface and that are not configurable by using other methods in the OCT. You should not use the Add registry entries section of the OCT to add registry-based policy keys (Group Policy-based registry keys). Configuring and distributing those settings in a customization update (.msp file) to users is not supported, and the settings might not be applied correctly. Registry-based policy settings are settings that are stored in any of the four registry locations for Group Policy settings: For user policy settings: HKCU\Software\Policies HKCU\Software\Microsoft\Windows\CurrentVersion\Policies For computer policy settings: HKLM\Software\Policies HKLM\Software\Microsoft\Windows\CurrentVersion\Policies The supported way to manage registry-based policy keys is to use Group Policy to apply the registry policy settings. Using Group Policy lets you centrally manage client registry keys; use Group Policy to define configurations once and then rely on the operating system to enforce that state. Administrative Templates files are UNICODE text files that Group Policy uses to describe where registry-based policy settings are stored in the registry. All registry-based policy settings appear and are configured in Group Policy Object Editor under the Administrative Templates nodes.  Add/Modify Registry Entry dialog box In the Add/Modify Registry Entry dialog box, enter the information that is shown in the following table for each registry entry, and then click OK. SettingDescriptionRootSelect the branch that contains the entries that you want to add or modify. Settings are applied once per user (HKEY_CURRENT_USER) or once per computer (HKEY_LOCAL_MACHINE). You cannot add registry entries to the root of HKEY_USERS or HKEY_LOCAL_MACHINE. Data typeSelect a data type for the registry value. KeyEnter the name of the subkey where the entry is stored. For example, Software\Microsoft\Office\14.0\Common. Create empty keySelect this check box if the registry entry does not contain a value name or value data. Some settings are determined by the presence or absence of the registry entry. Value nameEnter a name for the new registry entry. If you include Value data but leave this field blank, the value is assigned the name . A key can have only one value name. Value dataEnter the data (value) to store in the new registry entry. The data must match the data type.  Remove registry entries Remove registry entries from users' computers when Office is installed. To create a list of registry entries to remove from users' computers, click Add. To change an entry in the list, select the entry and click Modify. To remove an entry from the list, select the entry and click Remove. To create a list of registry entries to remove from users' computers, click Add and enter the following information for each registry entry.  Note: If the user removes, repairs, or reinstalls Office, the custom registry entries are removed or reinstalled with Office. Delete/Modify Registry Entry dialog box In the Delete/Modify Registry Entry dialog box, enter the information that is shown in the following table for each registry entry, and then click OK. EntryDescriptionRootSelect the branch that contains the entries that you want to remove. KeyEnter the full name of the subkey where the entry is stored. For example, Software\Microsoft\Office\14.0\Common. Value nameEnter the name of the registry entry that you want to remove. Leave this field blank to remove the entire subkey, including all its value entries.  Configure shortcuts Add shortcuts to files installed with Office 2010 or files that were already on the user's computer. You can configure shortcuts only when you first install Office on a user's computer. This option is ignored if you apply the Setup customization file to an existing installation. Click Add to add a new shortcut. To modify a shortcut in the list, select the shortcut and click Modify. To remove a shortcut from the list, select the shortcut and click Remove. Shortcuts with Yes in the Installed column are configured during installation. Shortcuts with No in this column are configured if the corresponding product is later installed.  Note: If you add a shortcut to a custom application or file, that shortcut is not updated or removed if the user modifies, repairs, reinstalls, or removes Office. Add/Modify Shortcut Entry dialog box In the Add/Modify Shortcut Entry dialog box, enter the information that is shown in the following table for the shortcut that you create or modify, and then click OK. SettingDescriptionTargetSpecify the application associated with the shortcut by selecting a predefined application keyword or by entering the name and path of the file to which the shortcut will point. If you select an application keyword, the OCT automatically enters information in the remaining boxes. The names in the list correspond to features that you select on the Set feature installation states page of the OCT, plus any custom files that you add to the installation on the Add files page. If you enter a name and path and the name or path contains a space, you must enclose the entire string in double quotation marks (""). You can add command-line options for the application by using the Arguments field. LocationSpecify the folder in which the shortcut is created by selecting a predefined folder keyword or by entering the name and path of the location of the shortcut. You can specify a subfolder by appending a backslash (\) followed by the subfolder name. For example, to install the Microsoft Word 2010 shortcut in the Microsoft Office subfolder in the Programs folder in the Start menu, select [ProgramMenuFolder] and append the subfolder name as follows: [ProgramMenuFolder]\Microsoft Office. You can use the following special folders for Location: [StartMenuFolder]: Windows Start menu. [ProgramMenuFolder]: Windows Start\Programs menu. [StartupFolder]: Startup folder in the Windows Start\Programs menu. [DesktopFolder]: Windows Desktop folder. [INSTALLLOCATION]: The folder in which Office is installed. [FavoritesFolder]: The user's Favorites folder. [AppDataFolder]: The user's Application Data folder. [NetHoodFolder]: The user's My Network Places folder.NameEnter any string to specify a name for the shortcut.Start inEnter a path to specify the default starting folder for the application. If you leave this box blank, the default folder is set to the folder where the destination file resides. If the path is not valid on a user's computer, the user sees an error message when the user tries to use the shortcut. ArgumentsEnter optional arguments to pass to the application on the command line.Shortcut keyEnter an optional keyboard shortcut for the application or file. The syntax for the shortcut key is as follows: [modifier+]VK_key where modifier is SHIFT, CTRL, ALT, or EXT, and VK_key is a virtual key name (virtual key names, and hexadecimal key codes and descriptions are provided in the following table). The modifier is optional. You may specify more than one, in any order, separated by plus signs (+). If you use a modifier, it must precede the virtual key name. You must enter one virtual key name. Do not use spaces anywhere in the key definition. For example, CTRL+VK_F12 CTRL+SHIFT+VK_A ALT+CTRL+VK_SNAPSHOT Some key combinations, such as CTRL+ALT+VK_DELETE, might be used by the system or other processes. These combinations must not be used to open the application on the users computer.RunSelect the kind of window in which the application or file is to start (Normal window, Minimized, or Maximized). Change IconSelect a different icon for the shortcut. The following table lists virtual key names and their corresponding hexadecimal key codes. Virtual Key NameKey Code (Hex)DescriptionVK_0VK_930-39Keys 0-9VK_AVK_Z41-5AKeys A-ZVK_NUMPAD0VK_NUMPAD960-69Keys 0-9 on the numeric keypadVK_F1 ... VK_F2470-87Function keys F1-F24VK_LBUTTON01Left mouse buttonVK_RBUTTON02Right mouse buttonVK_CANCEL03Control-break processingVK_MBUTTON04Middle mouse button (three-button mouse)VK_BACK08BACKSPACE keyVK_CLEAR0CCLEAR keyVK_RETURN0DENTER keyVK_PAUSE13PAUSE keyVK_CAPITAL14CAPS LOCK keyVK_PRIOR21PAGE UP keyVK_NEXT22PAGE DOWN keyVK_END23END keyVK_HOME24HOME keyVK_LEFT25LEFT ARROW keyVK_UP26UP ARROW keyVK_RIGHT27RIGHT ARROW keyVK_DOWN28DOWN ARROW keyVK_SELECT29SELECT keyVK_EXECUTE2BEXECUTE keyVK_SNAPSHOT2CPRINT SCREEN keyVK_INSERT2DINS keyVK_DELETE2EDEL keyVK_HELP2FHELP keyVK_MULTIPLY6AMultiply keyVK_ADD6BAdd keyVK_SEPARATOR6CSeparator keyVK_SUBTRACT6DSubtract keyVK_DECIMAL6EDecimal keyVK_DIVIDE6FDivide keyVK_NUMLOCK90NUM LOCK keyVK_SCROLL91SCROLL LOCK key Outlook Use the Outlook section of the OCT to customize the default Microsoft Outlook 2010 profile and to set Outlook 2010 and Microsoft Exchange Server 2010 options. Outlook Profile Customize a user's default Outlook profile, which is the set of values in the Windows registry that defines user-specific information. An Outlook profile can contain multiple e-mail accounts. Users can have multiple Outlook profiles. However, you can configure only one profile in the Setup customization file. The settings in the following table enable you to customize a users Outlook profile. SettingDescriptionUse existing profile Use the profile already configured on the users computer, or if no profile exists, prompt the user to create a profile the first time Outlook starts. Modify profileSelect one of two options: Define changes to make to the existing default profile. If a default profile does not exist, Outlook creates a new one using your customizations. Modify the default profile on the users computer. Define changes to the profile namedSpecify the name of the profile to which your changes apply. If no default profile exists or there is no profile by the name that you specify with the second option, Outlook creates a profile based on the options that you choose in the other Outlook sections of the OCT. Outlook uses the default profile name or uses the profile name that you specify. New profileCreate a new profile on the users computer and make it the default profile. Existing profiles are not removed and remain available to users. You must enter a name in the Profile name text box. To find the name of an existing profile, go to Mail in the Control Panel and click Show Profiles. Outlook creates the profile based on the options that you choose in the other Outlook sections of the OCT. Apply PRFImport an Outlook profile file (.prf) to define a new default profile or to update an existing profile. Selecting this option does not update the OCT with the settings in the .prf file. Enter a name and path for the profile in the Apply the following profile (PRF file) text box. If you created a .prf file for an earlier version of Outlook, you can import it to Outlook 2010 if the profile defines only MAPI services.  Add Accounts Include new Outlook e-mail accounts in the users profile. Select the Do not customize Outlook profile and account information option if you do not want to add accounts to a new or modified Outlook profile. Select the Customize additional Outlook profile and account information option to specify new account information in a new or modified Outlook profile. Click Add to add a new account to the list. To modify an account in the list, select the account and then click Modify. To remove an account from the list, select the account and then click Remove. You can also specify the following: Deliver new mail to the following locationWhen you configure an Exchange Server computer or add an Outlook data file (.pst), select this option to specify a delivery location for new e-mail messages. The default location is the Exchange Server computer, if one is configured; otherwise, the location defaults to the .pst file on the users computer. Default e-mail accountSelect the account that is the default e-mail account for users. Add Account and Account Settings dialog box If you are adding a new account, select the kind of account to add and then click Next. In the Settings dialog box, set the options that are appropriate for the kind of account that you are adding or modifying, such as account name, user name, mail server, and e-mail address. Click More Settings for additional configuration options. If you are adding or modifying an Exchange account, see HYPERLINK \l "BMBKMKExchangeSettings"Exchange settings in the next section. Click Finish when you are finished. To ensure that e-mail services do not overlap, Outlook might not enable you to add more than one new account for the same kind of service. For example, Outlook verifies that all POP accounts have unique names. The following table shows how Outlook determines whether a new account of the same type as an existing account can be added to the Setup customization file. Account typeMore than one of this type allowed?Data used to determine whether conflict existsPOP3YesAccount nameIMAPYesAccount nameOutlook Data File (.pst)YesFile name and path of .pst fileOutlook Address BookNoExistence of accountLDAPYesAccount nameExchangeYesAccount name  Exchange settings Configure users' Microsoft Exchange settings in a new or modified Outlook profile. The following table lists the possible settings. SettingDescriptionAccount nameSpecify a name for the Account type. User nameIdentify the user by using a specific value or replaceable parameter. If you specify the default %USERNAME%, Outlook uses the user's exact logon name, instead of prompting the user with possible variations when Outlook starts.Exchange ServerEnter the name of an Exchange server that is likely to be available when users start Outlook. When a user starts Outlook for the first time, Outlook replaces this value with the users correct Exchange server. Provide only a literal server name in this text box; for example, Exch-2-Srvr. Do not include backslashes (\\) or similar syntax.Overwrite existing Exchange accountsSelect this option to replace an existing Exchange Server account in the users profile with this account. More Exchange Server Settings Click the More Settings button in the Exchange Settings dialog box to configure Exchange Server offline use options and the Outlook Anywhere feature. Exchange Use the following options to configure users Outlook profiles for offline use and Outlook Anywhere. OptionDescriptionEnable offline usePath and filename of the Outlook data file (.ost)Specify the name and where the offline Outlook data file should be stored. Directory path to store Offline Address Book filesSpecify the path where the offline Address Book files should be stored.Configure Outlook AnywhereConnect to Exchange Mailbox using HTTPSelect this option to enable Outlook Anywhere. If you have enabled Outlook Anywhere, you can configure the following options: Use this URL to connect to the proxy server for ExchangeServer name URL for the Outlook Anywhere proxy serverDo not enter http://or https:// as part of the name. The appropriate entry (http:// or https://) is included automatically in the box after you enter the name, based on the authentication settings you choose. Connect using SSL onlySelect this option to connect by using Secured Sockets Layer only. If you want to support both server authentication and client authentication, select: Mutually authenticate the session when connecting with SSLIf this is enabled, enter the Principal name for proxy server. On fast network, connect using HTTP first, then connect using TCP/IPOn a fast network, connect by using Outlook Anywhere (HTTP) first instead of the default LAN (TCP/IP). On slow network, connect using HTTP first, then connect using TCP/IPOn a slow network, connect by using Outlook Anywhere (HTTP) first instead of the default LAN (TCP/IP). Use this authentication when connecting to the proxy server for ExchangeThe default method is Password Authentication (NTLM).  Cached Mode Use the following options to configure users' Outlook profiles to use a local copy of the Exchange mailbox. OptionDescriptionDo not configure Cached Exchange ModeBy default, Exchange mailboxes can be accessed from the Exchange Server computer, instead of being cached on users computers in an offline Outlook Data File (.ost). Configure Cached Exchange ModeCreate an .ost file or use an existing .ost file. Users work with a local copy of their Exchange mailbox. If you select Use Cached Exchange Mode, you can configure Cached Exchange Mode for users by using the following options: Download only headersDownload copies of headers only from users Exchange mailboxes. Download headers followed by the full itemDownload copies of headers from users Exchange mailboxes and download copies of messages. Download full itemsDownload copies of full messages (headers and message bodies) from users Exchange mailboxes. On slow connections, download only headersWhen a slow network connection is detected, download copies of headers only from users Exchange mailboxes. Download shared non-mail foldersDownload shared non-mail folders from other users mailboxes. Download Public Folder FavoritesDownload the list of Public Folder Favorites.  Export Settings Export settings to a Outlook profile file (.prf). Click the Export Profile Settings button to save the Outlook profile settings that you have defined in a .prf file.  Tip: An efficient way to create an Outlook .prf file is to use the OCT to make selections and then export them to a .prf file, even if you are not using a Setup customization file when you deploy Office. You can edit the .prf file to make additional customizations that are not exposed in the OCT. For example, you can add an e-mail provider that is not listed in the OCT. Specify Send/Receive Groups Define Send/Receive groups for Exchange accounts and folders, and specify the tasks that are performed on each group during a Send/Receive in Outlook. A Send/Receive group contains a collection of Outlook accounts and folders. You can specify different options for Send/Receive groups when Outlook is online and offline, as shown in the following table. OptionDescriptionDo not configure Send/Receive settingsDo not configure settings for Send/Receive groups. Outlook is configured to use only the All Accounts group and its default settings. (If users have created additional groups, those groups migrate when users upgrade to Outlook 2010.) Configure Send/Receive settingsConfigure settings for Send/Receive groups (Exchange accounts and folders only). Click New to create a new group of accounts and folders. Click Modify to specify or redefine options for a Send/Receive group. Click Rename to change the name of an existing Send/Receive group. Click Remove to remove an existing Send/Receive group.  New Exchange Group dialog box Enter the name of the Exchange send/receive group that you are creating in the New Group Name box and then click OK. Modify Group dialog box When you modify a group, select from the following options in the Modify Group dialog box and then click OK. Select the options shown in the following table under Select options for this Send/Receive group. OptionDescriptionSend mail itemsSend mail items from the Outbox when you execute a Send/Receive for this group. Receive mail itemsReceive mail items when you execute a Send/Receive for this group. Make folder home pages available offlineRefresh the content in folder home pages when you execute a Send/Receive for this group. Synchronize formsSynchronize forms when you execute a Send/Receive for this group.  Under Change folder options for this Send/Receive group, select a folder and provide the information that is shown in the following table. OptionDescriptionInclude this folder in Send/ReceiveAdd this folder to the set of folders that are updated during a Send/Receive for this Send/Receive group, and select from the following options: Download headers onlyDownload only headers for this folder when you update by executing a Send/Receive for this Send/Receive group. Download complete item including attachmentsDownload complete e-mail messages (or other items) for this folder when you update by executing a Send/Receive for this Send/Receive group. Download only headers for items larger thanWhen items are larger than the specified size, download only the header for the item. This setting applies to only this folder when you update by executing a Send/Receive for this Send/Receive group.  Rename Exchange Group dialog box Enter the new name of the Exchange send/receive group in the New Group Name box and then click OK. Send/Receive settings for the selected group Specify settings for the Send/Receive group selected in the list. The name of the selected group appears in the option label. You can specify different settings for when Outlook is online or offline. When Outlook is Online Include this group in Send/ReceiveExecute a Send/Receive action on this group when the user clicks Send/Receive. Schedule an automatic Send/Receive every n minutesChoose the interval between each Send/Receive action. Perform an automatic Send/Receive when exitingAutomatically execute a Send/Receive action for this group when the user exits Outlook. When Outlook is Offline Include this group in Send/ReceiveExecute a Send/Receive action on this group when the user clicks Send/Receive. Schedule an automatic Send/Receive every n minutesChoose the interval between each Send/Receive action. Exchange Address Book Download offline address bookDownload the offline address book (OAB) when the user clicks Send/Receive. Click Address Book Settings to open the Modify Address Book Settings dialog box. You can select Download changes since last Send/Receive to download only updates to the address book since the last download. To download the full address book with each Send/Receive, clear the Download changes since last Send/Receive check box. Modify Address Book Settings dialog box Configure the default way in which Outlook updates the offline address book (OAB). Select from the following options: Download changes since last Send/ReceiveOutlook downloads only the changes that were made to the address book since the last Send/Receive. This generally takes less time to download than downloading the complete address book. Full DetailsWhen the address book is downloaded, Outlook copies all of the details for each entry. No DetailsWhen the address book is downloaded, Outlook copies only essential information, such as the name and e-mail address for each entry. This takes less time to download, but address details are not included in the offline address book. This is a legacy option supported by Outlook Address book (OAB) versions 2.0 and 3.0. If Outlook connects to a server that supports OAB 4.0 or a later version, the full details are downloaded even if this option is selected. Downloading updated OCT files You can download the latest version of the OCT and .opax settings files from the Microsoft Download Center: HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=189316" \o "http://go.microsoft.com/fwlink/?LinkId=189316"Office 2010 Administrative Template files (ADM, ADMX/ADML) and Office Customization Tool (http://go.microsoft.com/fwlink/?LinkId=189316). The download package includes an \Admin folder that contains the OCT and OCT files (.opax and .opal files). For the latest information about OCT files, check the HYPERLINK "http://technet.microsoft.com/library/a5b32d26-7c5b-484c-b592-e31fbe1f2bf6(Office.14).aspx" \o "http://technet.microsoft.com/library/a5b32d26-7c5b-484c-b592-e31fbe1f2bf6(Office.14).aspx"Available updates for Office 2010 (http://technet.microsoft.com/library/a5b32d26-7c5b-484c-b592-e31fbe1f2bf6(Office.14).aspx) section, which is updated when OCT updates are available. Concepts HYPERLINK \l "BMe16af71cfed440daa88695e596c3999e"Config.xml file in Office 2010 HYPERLINK \l "BM41f07f9bf0d0489da185d7b96f21f561"Setup properties in Office 2010 Other Resources HYPERLINK "http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx" \o "http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx"Setup architecture overview for Office 2010 (http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx" \o "http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx"Import an Office 2010 Setup customization file (http://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspx" \o "http://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspx"Overview of customization for Office 2010 (http://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/64c1901c-2b15-46fd-adc6-4df6c1b4c347(Office.14).aspx" \o "http://technet.microsoft.com/library/64c1901c-2b15-46fd-adc6-4df6c1b4c347(Office.14).aspx"Customize the installation for Office 2010 (http://technet.microsoft.com/library/64c1901c-2b15-46fd-adc6-4df6c1b4c347(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/267f8f4c-2609-4d75-ba65-f45ac680222e(Office.14).aspx" \o "http://technet.microsoft.com/library/267f8f4c-2609-4d75-ba65-f45ac680222e(Office.14).aspx"Customize setup for Office 2010 (http://technet.microsoft.com/library/267f8f4c-2609-4d75-ba65-f45ac680222e(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspx" \o "http://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspx"Create custom configurations of Office 2010 (http://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx" \o "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx"Customize language setup and settings for Office 2010 (http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/64b99cc7-0243-4cce-b4ec-1e65b6127281(Office.14).aspx" \o "http://technet.microsoft.com/library/64b99cc7-0243-4cce-b4ec-1e65b6127281(Office.14).aspx"Configure Outlook 2010 (http://technet.microsoft.com/library/64b99cc7-0243-4cce-b4ec-1e65b6127281(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/a99b682c-b3b7-448e-8280-0ce2e9a94229(Office.14).aspx" \o "http://technet.microsoft.com/library/a99b682c-b3b7-448e-8280-0ce2e9a94229(Office.14).aspx"Change users' configurations after installing Office 2010 (http://technet.microsoft.com/library/a99b682c-b3b7-448e-8280-0ce2e9a94229(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/4e9de577-5953-4aaf-8af0-a7e910716a66(Office.14).aspx" \o "http://technet.microsoft.com/library/4e9de577-5953-4aaf-8af0-a7e910716a66(Office.14).aspx"View XML content from Office Customization Tool customization files (http://technet.microsoft.com/library/4e9de577-5953-4aaf-8af0-a7e910716a66(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx" \o "http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx"Group Policy overview for Office 2010 (http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx" \o "http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx"Enforce settings by using Group Policy in Office 2010 (http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspx" \o "http://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspx"Office 2010 Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool (http://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=189316" \o "http://go.microsoft.com/fwlink/?LinkId=189316"Office 2010 Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool download (http://go.microsoft.com/fwlink/?LinkId=189316) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=203127" \o "http://go.microsoft.com/fwlink/?LinkId=203127"Video: Office 2010 client: Office Customization Tool walkthrough (http://go.microsoft.com/fwlink/?LinkId=203127) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=203128" \o "http://go.microsoft.com/fwlink/?LinkId=203128"Video: Office 2010 client: Office Customization Tool import feature (http://go.microsoft.com/fwlink/?LinkId=203128) Config.xml file OptionState ID values for Office 2010 Published: August 5, 2010 The OptionState element of the Config.xml file provides options for specifying how individual product features are handled during installation. The value for the Id attribute of the OptionState element is located in the Setup.xml file in the product folder of the product that you are installing. For example, if you are installing Microsoft Office Professional Plus 2010, the file is ProPlus.WW\setup.xml. For information about OptionState element and Config.xml, see HYPERLINK \l "BMElementOptionState"OptionState element in HYPERLINK \l "BMe16af71cfed440daa88695e596c3999e"Config.xml file in Office 2010. The article includes an example of a Config.xml file for a typical installation, see HYPERLINK \l "BMSampleConfigxmlFile"Sample Config.xml file. In this article: HYPERLINK \l "BMBKMKOptioStateIDVals"OptionState Id values HYPERLINK \l "BMBKMKOptionStateElement"Config.xml file OptionState element HYPERLINK \l "BMBKMKOptionStateSyntax"OptionState element syntax HYPERLINK \l "BMBKMKModifiyingOptionState"Modifying the OptionState element in Config.xml OptionState Id values The following table provides the Id values for the applications that are installed with Microsoft Office 2010. OptionStateIdApplication and subfeatureACCESSFilesMicrosoft Access databasesAccess_PIAPrimary interoperability assembly that allows Microsoft Access programmability with Microsoft.NET FrameworkAccessAddinPWFilesA wizard that creates a Windows Installer Package (MSI) to install your database and any supporting files and optionally includes the Microsoft Access Runtime, or prompts the user to download the Microsoft Access RuntimeAccessBarcodeControlBarcode ControlAccessBDCFiles Components that allow Microsoft Access to consume data through the SharePoint Business Connectivity Services (BCS) entity modelAccessHelpFilesHelp for Microsoft AccessAccessLobiDependenciesAdditional components that are required to enable BCS connectivityAccessWizardsDatabase experts that ask questions about a commonly used item that you want to create, and then build the item for youDeveloperWizardsDatabase experts that ask questions about a more advanced item that you want to create, and then build the item for youAccessTemplatesIntlTemplates are complete Microsoft Access database applications used to track, store, and report business and personal data. You can store the data within .accdb files or in lists on a Microsoft Windows SharePoint Services Web siteEXCELFilesMicrosoft Excel Excel_PIAPrimary interoperability assembly that allows Microsoft Excel programmability with .NET FrameworkExcelAddinFilesMicrosoft Excel problem-solving tools and utilitiesExcelAddInEuroToolFilesMicrosoft Excel Eurotool Add-inExcelHelpFilesHelp for Microsoft ExcelExcelSampleFilesEasy-to-use examples for Microsoft ExcelExcelTemplatesFilesMicrosoft Excel Spreadsheet Templates for expense reports, invoices, timecards, purchase orders, and loan amortizationExcelXMLEditVerb64When users install a 32-bit version of Office 2010 on a 64-bit computer, registry file extensions are installed so that the 32-bit version of Office handles the XML file extensionGrooveFilesMicrosoft Groove Server 2010 OneNoteFilesMicrosoft OneNote OneNoteHandwritingFontsTypefaces that enable you to type with text that resembles handwritingOneNoteHelpFilesHelp for Microsoft OneNoteOneNotePIAPrimary interoperability assembly that allows Microsoft OneNote programmability with .NET FrameworkOneNoteToAddInsOneNote integration functionality with other applicationsOneNoteMobileSyncDesktopOneNote Mobile desktop synchronization component that lets you synchronize OneNote Mobile on your device to the desktopOUTLOOKFilesMicrosoft Outlook Outlook_PIAPrimary interoperability assembly that allows Microsoft Outlook programmability with .NET FrameworkOutlookHelpFilesHelp for Microsoft OutlookOutlookImportExportFilesImport from and export to popular e-mail programs, personal information managers, and standard file formatsOutlookMAPI2Contains language-neutral Messaging Application Programming Interface (MAPI) core components that are required by Microsoft OutlookOutlook64FilesBinary files in a 32-bit Outlook 2010 installation on a 64-bit Windows operating systemOutlookSearchPHAndPluginRegUsed for Microsoft Outlook Search functionality, which is a core part of Microsoft OutlookOutlookSearchShellRegUsed for Microsoft Outlook Search functionality, which is a core part of Microsoft OutlookOutlook64SearchShellRegUsed for Microsoft Outlook Search functionality, which is a core part of Microsoft OutlookOutlookStationeryFilesMicrosoft Outlook StationeryOutlookVBScriptDebugging tool for Visual Basic Scripting Edition. Used to automate Outlook custom formsOutlookTemplateFilesMicrosoft Outlook Template FilesOutlookMessagingMicrosoft Outlook Messaging ComponentsOutlookAddInsMicrosoft Outlook Add-InsOutlookOmsMicrosoft Outlook Mobile ServicePPTFilesMicrosoft PowerPointOrgChartFilesProgram that can be used to revise a Microsoft Organization Chart OLE object that is created with previous versions of this programPowerPoint_PIAPrimary interoperability assembly that allows Microsoft PowerPoint programmability with .NET FrameworkPPTPresentationTemplatesTemplates and designs that help you create presentationsPPTHelpFilesHelp for Microsoft PowerPointPPTSoundFilesSounds used for Microsoft PowerPoint preset animation effectsPPTXmlEditVerb64When users install a 32-bit version of Office 2010 on a 64-bit computer, registry file extensions are installed so that the 32-bit version of Office handles the XML file extensionPubPrimaryMicrosoft PublisherPubComPrintingTools for printing color publications at commercial printing servicesPublisher_PIAPrimary interoperability assembly that allows Microsoft Publisher programmability with.NET FrameworkPublisherHelpFilesHelp for Microsoft PublisherWORDFilesMicrosoft Word Word_PIAPrimary interoperability assembly that allows Word 2010 programmability with .NET FrameworkWordBibliographyFilesFiles that you can use with the Word Bibliography featureWORDBordersFilesProvides page borders that can be used to enhance documentsWordCalliglyWord Calligraphy Add-inWordEnvelopWizardWord Envelope Wizard Add-inWordGenkoWord Genko Add-inWORDHelpFilesHelp for WordWordQuickFormatsFilesWord Quick Formats theme filesWORDDocumentTemplatesWord wizards and templatesWordXmlEditVerb64When users install a 32-bit version of Office 2010 on a 64-bit computer, registry file extensions are installed so that the 32-bit version of Office handles the XML file extensionXDOCSFilesMicrosoft InfoPath XDocs_PIAPrimary interoperability assembly that allows for Microsoft InfoPath programmability with .NET FrameworkXDOCSHelpFilesHelp for Microsoft InfoPathSHAREDFilesShared files for use with Microsoft OfficeAceReplInstalls the Microsoft Access Database Replication Conflict Manager, which you can use to resolve conflicts between replicated databasesCAGFilesCollection of popular clip art that can be used to enhance Microsoft Office documentsIMEMain_1028Microsoft Office IME (Chinese Traditional)IMEMain_1041Microsoft Office IME (Japanese)IMEMain_1042Microsoft Office IME (Korean) IMEMain_2052Microsoft Office Pinyin IMEConvertersFiltersFileFile converters and graphics filtersInternationalSupportFilesFiles for international supportOArt_DocThemeSet of coordinated design elements that include colors, fonts, fills, and effects that can be used within Microsoft Office documentsOfficeDigitalSFilesDigital certificate for signing a Visual Basic for Applications project. Allows you to avoid unnecessary security warningsOffproFontsFonts for International languagesProofingToolsTools for proofreading Office documentsPubFontsSysExtra fonts for more design flexibilityTCDRegistrationActiveX control that allows Microsoft Office clip art and templates to be downloaded from Office.com and to be opened automatically in the associated programsTHEMESFilesSet of coordinated design elements that include body and heading styles, background images, bullets, and horizontal linesVBAFilesComponents to support creating, editing and executing VBA macros in Office applicationsTOOLSFilesApplications and support files for use with Microsoft OfficeDocServicesFilesDocument Update Utility that keeps documents on your computer up-to-date with copies of those documents in document workspacesEquationEditorFilesInserts mathematical symbols and equations into documentsForms_PIAPrimary interoperability assembly that enables Microsoft Forms2.0 programmability with .NET FrameworkGRAPHFilesCreates charts from Microsoft Word, Microsoft PowerPoint, and Access dataHTMLSourceEditingHTML source editor for HTML authoring of Office documentsMSOfficeDocumentImagingEnables you to easily scan, perform optical character recognition (OCR), search through, extract text from, and view image documentsMSTagPluginsFilesProvides intelligent recognition of data types within Microsoft Excel and Word, and useful actions for working with the data typesOISFilesMicrosoft Office Picture Manager is installed with the selected optionsOSESuppDocument publishing tools and collaboration tools for use with SharePoint Products and Technologies or Microsoft FrontPage Server Extensions, and an Office List component for use with SharePoint Products and TechnologiesQueryFilesProvides direct database connectivity to analyze data in Microsoft ExcelSetLanguageFilesSets language options for all Office programsSmartTag_PIAPrimary interoperability assembly that enables smart tag programmability with .NET FrameworkWebDriveFilesEnables you to use web Folders on Office-compatible Internet service providers The following table provides OptionState Id values for Microsoft Project 2010. OptionStateIdApplication and sub-featurePROJECTFilesProject is installed with only the selected options.Project_PIAPrimary interoperability assembly that enables Project programmability with .NET FrameworkProjectHelpFilesProject end-user documentation and language reference that include Microsoft Visual Basic, ActiveX Data Objects (ADO), and Data Access Objects (DAO)ProjectStdHelpFilesProject end-user documentation and language reference that include Microsoft Visual Basic, ActiveX Data Objects (ADO), and Data Access Objects (DAO) ProjectTemplatesCollection of templates that includes Project templates to create new projects and Microsoft Excel templates to use with the Visual Reports featureProjectWebProjResource substitution wizard is used to automatically staff enterprise projects according to outline codes associated with the task's project, outline codes that are associated with resources, and the availability of those resources The following table provides OptionState Id values for Microsoft SharePoint Designer. OptionStateIdApplication and sub-featureWAC_SPDMicrosoft SharePoint Designer WAC_HelpFiles_SPDHelp for SharePoint DesignerWAC_ThemesTypical_SPDCoordinated design elements that include body and heading styles, background images, bullets, and horizontal linesWAC_ThemesAdditional_SPDAdditional coordinated design elements that include body and heading styles, background images, bullets, and horizontal linesWAC_PIA_SPDPrimary interoperability assembly that enables SharePoint Designer programmability with .NET Framework The following table provides OptionState Id values for Microsoft Visio 2010. OptionStateIdApplication and sub-featureVISIOFilesMicrosoft Visio Visio_PIAPrimary interoperability assembly that enables Microsoft Visio programmability with .NET FrameworkVisioHelpFilesHelp for Microsoft VisioVisioPreviewerFilesViewer for Microsoft Visio drawings. Also used for previewing Visio drawings in Microsoft OutlookConfig.xml file OptionState element Administrators can modify the Config.xml file to configure attributes for the OptionState element to specify the following installation behaviors: The feature or subfeature is not installed. The feature or subfeature is installed the first time that it is used by the user. The feature or subfeature is installed locally on the user's computer. Subfeatures of the feature are set to the specified state. OptionState element syntax The OptionState element uses the following syntax. The attribute and element names are case-sensitive. where: optionId is the identifier for a feature or sub-feature that is to be installed. Absent specifies that the feature or sub-feature is not installed. Advertise specifies that the feature or sub-feature is installed on first use. Local installs the feature or sub-feature on the user's computer. Force sets all features or sub-features to their specified states. If you set the installation state of an application in Office 2010 to "Absent," the shortcut for that application is not created on the user's computer when Office is assigned. For example, the following element definition in Config.xml prevents the shortcut for Microsoft Access 2010 from being created and Microsoft Access 2010 is not installed on the user's computer:  Modifying the OptionState element in Config.xml Administrators can edit the Config.xml file to customize the installation. By default, the Config.xml file that is stored in the core product folders (core_product_folder_name.WW folder such as ProPlus.WW) directs Setup to install that product. For example, the Config.xml file in the ProPlus.WW folder installs Microsoft Office Professional Plus 2010. To modify the OptionState element Open the Config.xml file in a text editor tool such as Notepad. Locate the line in Config.xml that contains the OptionState element, as shown in the following example: Modify the OptionState element entry by specifying the options that you want to use. For example, use the following syntax if you do not want Microsoft Publisher 2010 to be installed: Repeat the previous step to specify OptionState options for other features and subfeatures that you want to change. Save the Config.xml file. Concepts HYPERLINK \l "BMe16af71cfed440daa88695e596c3999e"Config.xml file in Office 2010 File format reference for Office 2010 This section provides information about the file formats and file name extensions that are supported in Microsoft Office 2010, including the Open XML Formats. In this section: ArticleDescriptionHYPERLINK \l "BMde8cf536c8d048d2b97b5d607147c3c9"Overview of the XML file formats in Office 2010Describes the benefits and structure of the Open XML Formats used in Microsoft Office 2010 to simplify the exchange of data between Office applications and enterprise business systems.HYPERLINK \l "BMe077da98021645ebb6a7957f9c510a85"XML file name extensions in Office 2010Describes the Open XML file formats and the file name extensions that are used by Microsoft Word 2010, Microsoft Excel 2010, and Microsoft PowerPoint 2010.HYPERLINK \l "BM32d9d541993f425595b4d8348f8c6e5c"File formats supported in Office 2010Describes the file formats that are supported in Microsoft Word 2010, Microsoft Excel 2010, and Microsoft PowerPoint 2010. Also provides information about other kinds of supported and unsupported file formats.HYPERLINK \l "BM9b901c0ee45840fc891885445b50b0ff"Group Policy and Office Customization Tool settings in Office 2010 for OpenDocument and Office Open XML formatsDescribes the Group Policy settings and the Office Customization Tool (OCT) settings that address OpenDocument Format and Open XML Formats in Microsoft Office 2010.HYPERLINK \l "BM880987eb90254aa6b3e23a0375ec63a7"Migrating to Microsoft Excel 2010 (white paper)Provides information about migrating to Microsoft Excel 2010. Includes descriptions of functional differences and how the differences might affect workbooks; solutions for some of the common issues that might occur during migration; and resources to help diagnose additional migration issues. Overview of the XML file formats in Office 2010 Published: May 20, 2010 Microsoft Office 2010 and the 2007 Microsoft Office system support robust XML file formats that simplify the exchange of data between Office applications and enterprise business systems. Based on open standards, these XML file formats enable the rapid creation of documents from different data sources and speed up document assembly, data mining, and content reuse. The 2007 Office system supports the ECMA-376 Office Open XML Formats standard, which was later submitted to ISO/IEC and was published in late 2008 as the ISO/IEC 29500 Office Open XML Formats standard. Office 2010 provides read support for ECMA-376, read/write support for ISO/IEC 29500 Transitional, and read support for ISO/IEC 29500 Strict. Documentation for the ISO/IEC 29500 Office Open XML Formats is available from ISO/IEC, and documentation for ECMA-376 is available from Ecma International. For detailed information about how these formats are supported in Office 2010 and the 2007 Office system, see HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=191143" \o "http://go.microsoft.com/fwlink/?LinkId=191143"Microsoft Office File Format Documents (http://go.microsoft.com/fwlink/?LinkId=191143) on MSDN. In this article: HYPERLINK \l "BMsection1"Benefits of the Open XML Formats HYPERLINK \l "BMsection2"Structure of the Open XML Formats Benefits of the Open XML Formats The Open XML Formats provide several benefits for developers, IT professionals, and users. These benefits include the following: Compact file formatDocuments are automatically compressed, up to 75 percent smaller. Improved damaged file recoveryModular data storage enables files to open even if a component within the file, such as a chart or table, is damaged. Safer documentsEmbedded code, such as OLE objects or Microsoft Visual Basic for Applications (VBA) code, is stored in a separate section within the file so that it can easily be identified for special processing. IT administrators can block the documents that contain unwanted macros or controls. This helps make documents safer for users when they are opened. Easier integrationDevelopers have direct access to specific contents within the file, such as charts, comments, and document metadata. Transparency and improved information securityDocuments can be shared confidentially because personally identifiable information and business-sensitive information, such as user names, comments, tracked changes, and file paths, can easily be identified and removed. CompatibilityBy installing the Microsoft Office Compatibility Pack, users of Microsoft Office 2000, Microsoft Office XP, and Microsoft Office 2003 editions can open, edit, and save documents in one of the new XML formats. Structure of the Open XML Formats The basic structure of the Open XML Formats consists of the following five elements, which are described in more detail in the sections that follow. Start partThe highest order part in the hierarchy. XML partsFiles or folders consisting of XML that comprise the content of the file. Non-XML partsParts that are not XML and generally are either images or OLE objects. Relationship partA type of part that generally points to other parts to define the relational hierarchy of the part structure. ZIP packageBundles parts into a single file. Start part The start part, an XML part that is a relationship part and could be considered the highest order part, determines the file type. For example, if the name of the core container is WordDoc, the file name extension is .docx. XML parts When an Office XML formatted file is saved in Office 2010 or the 2007 Office system, the file is divided into a set of logical parts that describes the entire file. For Microsoft Word, dividing the file into these parts enables the file to be easily queried or modified outside of the original Office application. For example, it is easier for a developer to remove document properties from a file because the properties are placed in a single part, and the part can be deleted from within the document container by deleting the part. With WordprocessingML (provided as an optional XML file format in Office 2003), removing comments involved parsing the entire file to find and remove the XML representing the contents of the comment. With the new file format, feature-related data is divided into parts. Comments, links, headers, footers, and other data are in separate parts that can be removed. You do not need to parse the entire Word document. Non-XML parts Non-XML parts are generally images and OLE objects. Any file type that uses binary content or does not use XML is identified as non-XML. A non-XML part is usually a file attached to or embedded within a document. The Word XML format schema documentation explains the literal relationship and schema hierarchy used by Word for files of this type. Relationship part A relationship part is an XML part that points to other parts and defines the relational hierarchy of the parts. Most high-level XML parts are relationship parts. XML parts that contain data and do not point to other parts are also known as primitives, and usually have a content type of application/xml. ZIP package Using a ZIP package provides the following benefits in all applications: Open standardThe ZIP compression algorithm is a well-defined open standard. Reduced file sizeFiles are generally smaller than an equivalent binary file. On average, Word Open XML files are 75percent smaller than their binary counterparts, depending on the number of images. Increased robustnessFiles are more robust and less sensitive to potential errors in the file. Previous files required the file to be completely intact to function correctly. Although use of a ZIP package means the file is binary, the WinFX application programming interface (API) set provides native support for the package format in the System.IO.Packaging name space. This enables developers to create tools that process the format and work directly against the logical model (the parts) without having to consider expansion or compression of the package. Other Resources HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=191166" \o "http://go.microsoft.com/fwlink/?LinkId=191166"Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint File Formats (http://go.microsoft.com/fwlink/?LinkId=191166) XML file name extensions in Office 2010 Published: June 10, 2010 The following tables list the Open XML file formats and their extensions that are used by Microsoft Word 2010, Microsoft Excel 2010, and Microsoft PowerPoint 2010. For a list of all file formats and extensions that are supported by Word, Excel, and PowerPoint, see HYPERLINK \l "BM32d9d541993f425595b4d8348f8c6e5c"File formats supported in Office 2010. Word 2010 or Word 2007 file typeExtensionDescriptionWord Document.docxThe default Word file format. Cannot store VBA macro code.Word Macro-Enabled Document.docmUses the same basic XML format as the Word document format, but can store VBA macro code. This file type is created when VBA macro code is present in the file.Word Template.dotxThe default format for a Word template. Created when document styles and formatting are saved. Cannot store VBA macro code.Word Macro-Enabled Template.dotmStores macro code for use with other Word documents. Does not always contain macro code, but is configured to support the storage of macro code. Word documents created from a macro-enabled template do not inherit the VBAProject part of the template. By default, documents are saved as .docx files even when they are created from a Word macro-enabled template. Excel 2010 or Office Excel 2007 file typeExtensionDescriptionExcel Workbook.xlsxThe default Excel file format. Cannot store VBA macro code or Microsoft Excel 4.0 macro sheets (.xlm files in Excel 4.0).Excel Macro-Enabled Workbook.xlsmUses the same basic XML format as the Excel Workbook, but can store VBA macro code. Users saving an Excel workbook that has VBA code or Excel 4.0 macro sheets (.xlm files in Excel 4.0) are prompted to use this file format.Excel Template.xltxThe default file format for an Excel template. Cannot store VBA macro code or Excel 4.0 macro sheets (.xlm files in Excel 4.0).Excel Macro-Enabled Template.xltmCan contain a VBAProject part or Excel 4.0 macro sheets (.xlm files in Excel 4.0). Workbooks created from this template inherit the VBAProject part or Excel 4.0 macro sheets that exist in the template.Excel Add-In.xlamA supplemental program that runs additional code. Excel add-ins use the Open XML file format to store data, and they support using VBA projects and Excel 4.0 macro sheets. PowerPoint 2010 or PowerPoint 2007 file typeExtensionDescriptionPowerPoint Presentation.pptxThe default PowerPoint XML format. Cannot contain a VBAProject part (the part that stores VBA macro code) or Action settings.PowerPoint Macro-Enabled Presentation.pptmThe same basic XML format as the PowerPoint XML presentation format, but can store VBA macro code. Users saving a PowerPoint XML presentation file that contains VBA macro code are prompted to use this file type.PowerPoint Template.potxAn XML-based PowerPoint template. Created when a presentation does not have a VBAProject part and does not use Action settings.PowerPoint Macro-Enabled Template.potmUsers saving a PowerPoint XML template that contains VBA macro code are prompted to use this file type. Presentations created from this template do not inherit the VBAProject part or Action settings.PowerPoint Add-In.ppamPowerPoint presentation designed to be executed as a supplemental program. All PowerPoint add-ins are macro-enabled.PowerPoint Show.ppsxAn XML-based PowerPoint auto-running slide show. Cannot contain a VBAProject part.PowerPoint Macro-Enabled Show.ppsmAn XML-based PowerPoint slide show file that contains a VBAProject part. Created when the auto-running slide show includes VBA macro code.Concepts HYPERLINK \l "BMde8cf536c8d048d2b97b5d607147c3c9"Overview of the XML file formats in Office 2010 HYPERLINK \l "BM32d9d541993f425595b4d8348f8c6e5c"File formats supported in Office 2010 File formats supported in Office 2010 Published: June 10, 2010 This article discusses the file formats that are supported in Microsoft Word 2010, Microsoft Excel 2010, and Microsoft PowerPoint 2010. This article also provides information about other kinds of supported and unsupported file formats. In this article: HYPERLINK \l "_File_formats_that"File formats that are supported in Word2010 HYPERLINK \l "_File_formats_that_"File formats that are supported in Excel2010 HYPERLINK \l "_File_formats_that_1"File formats that are supported in PowerPoint2010 HYPERLINK \l "_Additional_file_format"Additional file format information File formats that are supported in Word2010 The following table describes the file formats that are supported in Word 2010, alphabetized by extension. ExtensionName of file formatDescription.docWord 972003 DocumentThe binary file format for Word 972003..docmWord Macro-Enabled DocumentThe XML-based and macro-enabled file format for Word 2010 and Office Word 2007. Stores Visual Basic for Applications (VBA) macro code..docxWord DocumentThe default XML-based file format for Word 2010 and Office Word 2007..dotWord 972003 TemplateTemplate for Word 972003 files..dotmWord Macro-Enabled TemplateTemplate for creating new Word 2010 and Office Word 2007 files that contain macros. If you want to include UI customizations or macros in the template, use this file format..dotxWord TemplateTemplate for creating new Word 2010 and Office Word 2007 files that do not contain macros..htm, .htmlWeb PageA Web page that is saved as a folder that contains an .htm file and all supporting files, such as images, sound files, cascading style sheets, scripts, and more. Good for posting on a site or editing with Microsoft Office FrontPage or another HTML editor..htm, .htmlWeb Page, FilteredSaving in the Web Page, Filtered file format removes Microsoft Office-specific tags. If you save in filtered HTML and then re-open the file in an Office application, text and general appearance will be preserved. However, some features might work differently..mht; .mhtmlSingle File Web PageA Web page as a single file that includes an .htm file and all supporting files, such as images, sound files, cascading style sheets, scripts, and more..odtOpenDocument TextA file format for saving Word 2010 files so that they can be opened in document applications that use the OpenDocument format. You can also open documents in the .ods format in Word 2010. Formatting might be lost when users save and open .ods files..pdfPDFPortable Document Format (PDF), a PostScript-based electronic file format developed by Adobe Systems that preserves document formatting and enables file sharing. Files using the PDF file format can be saved but not opened by using Word 2010..rtfRich Text FormatRTF controls the representation and formatting of a document, both on the screen and in print. When they use the .rtf file format, documents created under different operating systems and with different software applications can be transferred between those operating systems and applications..txtPlain TextWhen you save a Word 2010 document as a .txt file, you lose all formatting..wpsWorks 6-9 DocumentThis is the default file format of Microsoft Works, versions 6.0 through 9.0..xmlWord 2003 XML DocumentThe XML format supported in Office Word 2003..xmlWord XML DocumentThe XML file format supported in Word 2010 and Office Word 2007 (Open XML)..xpsXPS DocumentXML Paper Specification, a file format that preserves document formatting and enables file sharing. When the XPS file is viewed online or printed, it keeps exactly the format that you intended, and the data in the file cannot be easily changed. Files using the XPS Document file format can be saved but not opened by using Word 2010. File formats that are supported in Excel2010 The following tables describe the file formats that are supported in Excel 2010. ExtensionName of file formatDescription.csvCSV (Comma delimited)Saves a workbook as a comma-delimited text file for use on another Windows operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet..csvCSV (Macintosh)Saves a workbook as a comma-delimited text file for use on the Macintosh operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet..csvCSV (MS-DOS)Saves a workbook as a comma-delimited text file for use on the MS-DOS operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet..dbfDBF 3, DBF 4dBase III and IV. Users can open these files formats in Excel. However, users cannot save an Excel file to dBase format..difDIF (Data Interchange Format)Saves only the active sheet..htm, .htmlWeb PageA Web page that is saved as a folder that contains an .htm file and all supporting files, such as images, sound files, scripts, and more. .mht, .mhtmlSingle File Web Page A Web page that is saved as a single file that includes an .htm file and all supporting files, such as images, sound files, scripts, and more..odsOpenDocument SpreadsheetA file format for saving Excel 2010 files so that they can be opened in spreadsheet applications that use the OpenDocument Spreadsheet format, such as Google Docs and OpenOffice.org Calc. You can also open spreadsheets in the .ods format in Excel 2010. Formatting might be lost when you save and opening .ods files..pdfPDFPortable Document Format, a format that preserves document formatting and enables file sharing. When the PDF format file is viewed online or printed, it keeps the format that you intended. Data in the file cannot be easily changed. The PDF format is also useful for documents that will be reproduced by using commercial printing methods..prnFormatted Text (Space delimited)Lotus space-delimited format. Saves only the active sheet..slkSYLK (Symbolic Link Format) Saves only the active sheet..txtText (Tab delimited)Saves a workbook as a tab-delimited text file for use on another Windows operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet..txtText (Macintosh)Saves a workbook as a tab-delimited text file for use on the Macintosh operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet..txtText (MS-DOS)Saves a workbook as a tab-delimited text file for use on the MS-DOS operating system, and ensures that tab characters, line breaks, and other characters are interpreted correctly. Saves only the active sheet..txtUnicode TextSaves a workbook as Unicode text, a character encoding standard that was developed by the Unicode Consortium. Saves only the active sheet..xlaExcel 972003 Add-InThe Excel 972003 Add-In, a supplemental program that runs additional code and supports VBA projects..xlamExcel Add-InThe XML-based and macro-enabled Add-In format for Excel 2010 and Office Excel 2007. An Add-In is a supplemental program that runs additional code. Supports VBA projects and Excel 4.0 macro sheets (.xlm)..xlsExcel 97Excel 2003 WorkbookThe Excel 97Excel 2003 Binary file format..xlsMicrosoft Excel 5.0/95 WorkbookThe Excel 5.0/95 Binary file format..xlsbExcel Binary WorkbookThe binary file format for Excel 2010 and Office Excel 2007. This is a fast load-and-save file format for users who need the fastest way possible to load a data file. Supports VBA projects, Excel 4.0 macro sheets, and all the new features that are used in Excel 2007 and Excel 2010. However, this is not an XML file format and is therefore not optimal for accessing and manipulating content without using Excel 2010 or Excel 2007 and the object model. .xlsmExcel Macro-Enabled WorkbookThe XML-based and macro-enabled file format for Excel 2010 and Office Excel 2007. Stores VBA macro code or Excel 4.0 macro sheets (.xlm)..xlsxExcel WorkbookThe default XML-based file format for Excel 2010 and Office Excel 2007. Cannot store VBA macro code or Microsoft Excel 4.0 macro sheets (.xlm)..xltExcel 97 - Excel 2003 TemplateThe Excel 97 - Excel 2003 Binary file format for an Excel template..xltmExcel Macro-Enabled TemplateThe macro-enabled file format for an Excel template for Excel 2010 and Office Excel 2007. Stores VBA macro code or Excel 4.0 macro sheets (.xlm)..xltxExcel TemplateThe default file format for an Excel template for Excel 2010 and Office Excel 2007. Cannot store VBA macro code or Excel 4.0 macro sheets (.xlm)..xlwExcel 4.0 Workbook An Excel 4.0 file format that saves only worksheets, chart sheets, and macro sheets. You can open a workbook in this file format in Excel 2010. However, you cannot save an Excel file to this file format..xmlXML Spreadsheet 2003XML Spreadsheet 2003 file format..xmlXML DataXML Data format..xpsXPS DocumentXML Paper Specification, a file format that preserves document formatting and enables file sharing. When the XPS file is viewed online or printed, it maintains exactly the format that you intended, and the data in the file cannot be easily changed.  Note: Excel 2010 does not support the following: Excel Chart (Excel 2.0, 3.0, and 2.x file formats) (.xlc) Lotus 1-2-3 file formats (all versions) (.wk1, .wk2, .wk3, .wk4, .wks) Microsoft Works (all versions) (.wks) DBASE II file format (.dbf) Quattro Pro for MS-DOS file format (.wq1) Quattro Pro 5.0 and 7.0 for Windows (.wb1, .wb3)File formats that are supported in PowerPoint2010 The following tables describe the file formats that are supported in PowerPoint 2010. ExtensionName of file formatDescription.bmpDevice Independent BitmapA slide that is saved as a graphic for use on Web pages..emfEnhanced Windows MetafileA slide that is saved as a 32-bit graphic (for use with Microsoft Windows 95 and later versions)..gifGIF Graphics Interchange FormatA slide that is saved as a graphic for use on Web pages. .jpgJPEG File Interchange FormatA slide that is saved as a graphic for use on Web pages. .odpOpenDocument PresentationA format that can be opened in presentation applications that use the OpenDocument Presentation format, such as Google Docs and OpenOffice.org Impress. You can also open presentations in the .odp format in PowerPoint 2010. Some information might be lost when you save and open .odp files. .pdfPDFPortable Document Format, a PostScript-based electronic file format developed by Adobe Systems that preserves document formatting and enables file sharing..pngPNG Portable Network Graphics FormatA slide that is saved as a graphic for use on Web pages. .potPowerPoint 972003 TemplateA template for PowerPoint 97 to Office PowerPoint 2003 presentations..potmPowerPoint Macro-Enabled TemplateA template for PowerPoint 2010 and Office PowerPoint 2007 presentations that contain macros. .potxPowerPoint TemplateA template for creating new PowerPoint 2010 and Office PowerPoint 2007 presentations. .ppaPowerPoint 97-2003 Add-InA PowerPoint 97 to Office PowerPoint 2003 add-in..ppamPowerPoint Add-InAn add-in that stores custom commands, Visual Basic for Applications (VBA) code, and specialized features..ppsPowerPoint 972003 showA presentation that always opens in Slide Show view instead of in Normal view..ppsmPowerPoint Macro-Enabled ShowA slide show that includes macros..ppsxPowerPoint ShowA presentation that always opens in Slide Show view instead of in Normal view..pptPowerPoint 972003 PresentationThe default PowerPoint 97 to Office PowerPoint 2003 format..pptmPowerPoint Macro-Enabled PresentationA presentation that contains Visual Basic for Applications (VBA) code..pptxPowerPoint PresentationThe default PowerPoint 2010 and Office PowerPoint 2007 XML-based file format. .pptxPowerPoint Picture PresentationA PowerPoint 2010 or 2007 presentation where each slide is converted into a picture. Saving a file as a PowerPoint Picture presentation will reduce the file size. However, some information will be lost..rtfOutline/RTFA presentation outline that is saved as a text-only document that provides smaller file sizes and the ability to share macro-free files with other users who might not have the same version of PowerPoint or the operating system that you have. Any text in the notes pane is not saved with this file format..thmxOffice ThemeA style sheet that includes definitions of a color theme, font theme, and effect theme..tifTIFF Tag Image File FormatA slide that is saved as a graphic for use on Web pages..wmfWindows MetafileA slide that is saved as a 16-bit graphic (for use with Microsoft Windows 3.x and later versions)..wmvWindows Media VideoA presentation that is saved as a video. PowerPoint 2010 presentations can be saved at High Quality (1024 x 768, 30 frames per second); Medium Quality (640 x 480, 24 frames per sec); and Low Quality (320 X 240, 15 frames per second). The WMV file format plays on many media players, such as Windows Media Player..xmlPowerPoint XML PresentationThe XML format that is supported in PowerPoint 2010 and Office PowerPoint 2007..xpsXPS DocumentXML Paper Specification (XPS), an electronic paper format for exchanging documents in their final form.  Note: PowerPoint 2010 does not support the following: Opening or saving to PowerPoint 95 (or earlier) file formats Pack and Go Wizard (.ppz) files. Web Page (.htm, .html) filesAdditional file format information This section provides additional file formats and whether they are supported in the applications in Office 2010. Microsoft Office Clipboard file formats You can paste data from the Microsoft Office Clipboard into Word 2010, Excel 2010, and PowerPoint 2010 if the Office Clipboard data is in one of the formats shown in the following table. File formatExtensionDescriptionPicture.wmf or .emfPictures in Windows Metafile Format (WMF) or Windows Enhanced Metafile Format (EMF).  Note: If you copy a Windows metafile picture from another program, Excel pastes the picture as an enhanced metafile. Bitmap.bmpPictures stored in Bitmap format (BMP).Microsoft Excel file formats.xlsBinary file formats for Excel versions 5.0/95, Excel 97-2003, and Excel 2010.SYLK.slkSymbolic Link Format.DIF.difData Interchange Format.Text (tab-delimited).txtTab-separated text format.CSV (Comma-delimited) .csvComma-separated values format.Formatted text (Space-delimited).rtfRich Text Format (RTF). Only from Excel.Embedded object.gif, .jpg, .doc, .xls, or .bmp Microsoft Excel objects, objects from properly registered programs that support OLE 2.0 (OwnerLink), and Picture or another presentation format.Linked object.gif, .jpg, .doc, .xls, or .bmpOwnerLink, ObjectLink, Link, Picture, or other format.Office drawing object.emfOffice drawing object format or Picture (Windows enhanced metafile format, EMF).Text.txtDisplay Text, OEM Text.HTML.htm, .htmlHypertext Markup Language.  Note: When you copy text from another program, Excel pastes the text in HTML format, regardless of the format of the original text. Single File Web Pagemht, .mhtmlThis file format integrates inline graphics, applets, linked documents, and other supporting items referenced in the document. Opening or viewing unsupported file formats If the file format that you want to use is not supported in Word 2010, Excel 2010, or PowerPoint 2010, you can try the following methods to open the file. Search the Internet for a company that makes file format converters for file formats that are not supported in the application. Save to a file format that another program supports. For example, you might want to import your Word, Excel, or PowerPoint file into another program that does not support the Word, Excel, or PowerPoint. However, the other program might support importing another supported file format, such as a text file format. In this case, you can save your work in text file format, and then from the other program, import the text file. Other Resources HYPERLINK "http://technet.microsoft.com/library/e55b85c1-213f-47d5-809c-aba9331ae033(Office.14).aspx" \o "http://technet.microsoft.com/library/e55b85c1-213f-47d5-809c-aba9331ae033(Office.14).aspx"Changes in Word 2010 (http://technet.microsoft.com/library/e55b85c1-213f-47d5-809c-aba9331ae033(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/bee594b4-01b1-4d17-90ca-d43735a7382a(Office.14).aspx" \o "http://technet.microsoft.com/library/bee594b4-01b1-4d17-90ca-d43735a7382a(Office.14).aspx"Changes in Excel 2010 (http://technet.microsoft.com/library/bee594b4-01b1-4d17-90ca-d43735a7382a(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/9f33abf2-99a8-4550-bebc-b4a8fbb1322b(Office.14).aspx" \o "http://technet.microsoft.com/library/9f33abf2-99a8-4550-bebc-b4a8fbb1322b(Office.14).aspx"Changes in PowerPoint 2010 (http://technet.microsoft.com/library/9f33abf2-99a8-4550-bebc-b4a8fbb1322b(Office.14).aspx) Group Policy and Office Customization Tool settings in Office 2010 for OpenDocument and Office Open XML formats Published: July 8, 2010 This article lists the Group Policy settings and the Office Customization Tool (OCT) settings that address OpenDocument Format and Open XML Formats in Microsoft Office 2010. In this article: HYPERLINK \l "BMsection1a"About the settings HYPERLINK \l "BMsection2a"Excel 2010 settings HYPERLINK \l "BMsection3a"PowerPoint 2010 settings HYPERLINK \l "BMsection4a"Word 2010 settings Before you can use the settings discussed in this article, you must install the HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=189316" \o "http://go.microsoft.com/fwlink/?LinkId=189316"Office 2010 Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool (http://go.microsoft.com/fwlink/?LinkId=189316) download package, which contains new and updated Group Policy administrative template files and OCT files. About the settings For each setting, the following information is provided: The application to which the setting applies The setting name What the setting does The default configuration for the setting Where to find the setting in the Group Policy Object Editor Unless otherwise noted, you will find Group Policy settings under the User Configuration/Administrative Templates node of the Group Policy Object Editor when you edit a local or domain-based Group Policy object (GPO).  Note: The locations in the Group Policy Object Editor presented in this article apply when you invoke the Group Policy Object Editor to edit a GPO. To edit local Group Policy, use the Local Group Policy Editor. To edit domain-based Group Policy, use the Group Policy Management Console (GPMC). Either tool invokes the Group Policy Object Editor when you edit a GPO. For more information, see HYPERLINK "http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx" \o "http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx"Enforce settings by using Group Policy in Office 2010 (http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx) and HYPERLINK "http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx" \o "http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx"Group Policy overview for Office 2010 (http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx).Where to find the setting in the Office Customization Tool (OCT) Unless otherwise noted, you will find OCT settings on the Modify user settings page of the OCT when you configure a setup customization file.  Note: If the geographic location of the computer on which you are running the OCT is set to a European location, when you create a new Setup customization .msp file, or open an existing customization .msp file for which file format settings have not been configured for Excel 2010, PowerPoint 2010, or Word 2010, you might be prompted to choose a default file format for users. You can choose to keep the current settings for the Setup customization file, or choose either Office Open XML formats (which support all the features of Office 2010), or OpenDocument formats. For more information about these file formats, click Learn more to access OCT help.Excel 2010 settings The following table lists the Group Policy settings and the OCT settings that address OpenDocument Format and Open XML Formats for Excel 2010. Setting nameWhat it doesDefault configurationGroup Policy Object Editor locationOCT locationDefault file formatSpecifies the default file format for new files that users create in Microsoft Excel. This includes the OpenDocument spreadsheet (.ods) file format.Files are created in the Excel file format. Users may override this default setting and specify another file format.Microsoft Excel 2010\Excel Options\SaveMicrosoft Excel 2010\Excel Options\SaveSuppress file format compatibility dialog box for OpenDocument Spreadsheet formatAllows you to enable or disable the file format compatibility dialog box from appearing when users save a file as an OpenDocument spreadsheet (*.ods) file in Microsoft Excel.The file format compatibility dialog box appears when users save as an OpenDocument Spreadsheet file in Excel.Microsoft Excel 2010\Excel Options\SaveMicrosoft Excel 2010\Excel Options\SaveOpenDocument Spreadsheet filesDetermines whether users can open, view, edit, or save Excel files in OpenDocument Spreadsheet (*.ods) file format.Users can open, view, edit, or save Excel files in *.ods file format.Microsoft Excel 2010\Excel Options\Security\Trust Center\File Block SettingsMicrosoft Excel 2010\Excel Options\Security\Trust Center\File Block SettingsMicrosoft Office Open XML converters for ExcelDetermines whether users can open, view, edit, or save Excel files in Open XML file format.Users can open, view, edit, or save Excel files in Open XML file format.Microsoft Excel 2010\Excel Options\Security\Trust Center\File Block SettingsMicrosoft Excel 2010\Excel Options\Security\Trust Center\File Block SettingsScan encrypted macros in Excel Open XML workbooksControls whether encrypted macros in Open XML documents are required to be scanned by using antivirus software before they are opened.  Note: The behavior depends on whether the antivirus software uses the Microsoft Antivirus API. Encrypted macros are disabled unless antivirus software is installed. Encrypted macros are scanned by your antivirus software when you attempt to open an encrypted workbook that contains macros.  Note: If the antivirus software does not use the Microsoft Antivirus API, macros will always be blocked. Microsoft Excel 2010\Excel Options\SecurityMicrosoft Excel 2010\Excel Options\SecurityProtect document metadata for rights-managed Office Open XML FilesDetermines whether metadata is encrypted in Office Open XML files that are protected by Information Rights Management (IRM).When Information Rights Management (IRM) is used to restrict access to an Office Open XML document, any metadata associated with the document is not encrypted.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsProtect document metadata for password protected filesDetermines whether metadata is encrypted when an Office Open XML file is password protected.When an Open XML document is protected with a password and saved, any metadata associated with the document is encrypted along with the rest of the document's contents. If this configuration is changed, potentially sensitive information such as the document author and hyperlink references could be exposed to unauthorized people.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsEncryption type for password protected Office Open XML filesAllows you to specify an encryption type for Office Open XML files.The default cryptographic service provider (CSP) is used. On computers that run Windows Vista, the default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider, AES-128, 128-bit. On computers that run Windows XP, the default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype), AES-128, 128-bit. Note: This policy setting will not take effect unless the registry key HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\\Security\Crypto\CompatMode is set to 0. By default, the CompatMode registry key is set to 1.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsBlock opening of pre-release versions of file formats new to Excel 2010 through the Compatibility Pack for Office 2010 and Excel 2010 ConverterControls whether users who have the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2010 File Formats installed can open Office Open XML files that were saved with pre-release versions of Excel 2010. Excel Open XML files usually have the following extensions: .xlsx, .xlsm, .xltx, .xltm, .xlam.Users of the compatibility pack will be unable to open Office Open XML files that were created in pre-release versions of Excel 2010.Microsoft Office 2010\Office 2010 ConvertersMicrosoft Office 2010\Office 2010 ConvertersDisable Package RepairAllows you to disable the option to repair Open XML documents.When an Office 2010 application detects that an Open XML document is corrupted, the user is given the option of repairing the corrupted document.This setting cannot be configured by using Group Policy.Microsoft Office 2010 (Machine)\Security Settings PowerPoint 2010 settings The following table lists the Group Policy settings and the OCT settings that address OpenDocument Format and Open XML Formats for PowerPoint 2010. Setting nameWhat it doesDefault configurationGroup Policy Object Editor locationOCT locationSuppress file format compatibility dialog box for OpenDocument Presentation formatAllows you to enable or disable the file format compatibility dialog box when you save a file as an OpenDocument presentation file in Microsoft PowerPoint.The file format compatibility dialog box is not displayed when you save as an OpenDocument presentation file in PowerPoint.Microsoft PowerPoint 2010\PowerPoint Options\SaveMicrosoft PowerPoint 2010\PowerPoint Options\SaveOpenDocument Presentation filesAllows you to determine whether users can open, view, edit, or save PowerPoint files with the OpenDocument presentation (*.odp) file format.OpenDocument presentation files are not blocked.Microsoft PowerPoint 2010\PowerPoint Options\Security\Trust Center\File Block SettingsMicrosoft PowerPoint 2010\PowerPoint Options\Security\Trust Center\File Block SettingsMicrosoft Office Open XML converters for PowerPointAllows you to determine whether users can open, view, edit, or save PowerPoint files using Open XML file format converters.PowerPoint files using Open XML file format converters are not blocked.Microsoft PowerPoint 2010\PowerPoint Options\Security\Trust Center\File Block SettingsMicrosoft PowerPoint 2010\PowerPoint Options\Security\Trust Center\File Block SettingsScan encrypted macros in PowerPoint Open XML presentationsControls whether encrypted macros in Open XML presentations are required to be scanned by using antivirus software before they are opened. Encrypted macros are disabled unless antivirus software is installed. If antivirus software is installed, encrypted macros are scanned by users antivirus software when they attempt to open an encrypted presentation that contains macros. If no vulnerabilities are detected, the macros can run.  Note: If the antivirus software does not use the Microsoft Antivirus API, macros will always be blocked. Microsoft PowerPoint 2010\PowerPoint Options\SecurityMicrosoft PowerPoint 2010\PowerPoint Options\SecurityTurn on an external converter as the default for a file name extensionAllows you to enable an external file format converter as the default for a particular file name extension on a computer. To set this policy, you need to specify the file name extension (for example, ''odp'') for Value Name and the external file format converter via the converter's classname (for example, ''TestConverter'') for Value. Microsoft PowerPoint processes files in an application-defined manner.This setting cannot be configured by using Group Policy.Microsoft PowerPoint 2010 (Machine)\ConvertersProtect document metadata for rights-managed Office Open XML FilesDetermines whether metadata is encrypted in Office Open XML files that are protected by Information Rights Management (IRM).When Information Rights Management (IRM) is used to restrict access to an Office Open XML document, any metadata associated with the document is not encrypted.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsProtect document metadata for password protected filesDetermines whether metadata is encrypted when an Office Open XML file is password protected.When an Open XML document is protected with a password and saved, any metadata associated with the document is encrypted along with the rest of the document's contents. If this configuration is changed, potentially sensitive information such as the document author and hyperlink references could be exposed to unauthorized people.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsEncryption type for password protected Office Open XML filesAllows you to specify an encryption type for Office Open XML files.The default cryptographic service provider (CSP) is used. On computers that run Windows Vista, the default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider, AES-128, 128-bit. On computers that run Windows XP, the default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype), AES-128, 128-bit. Note: This policy setting will not take effect unless the registry key HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\\Security\Crypto\CompatMode is set to 0. By default, the CompatMode registry key is set to 1.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsBlock opening of pre-release versions of file formats new to PowerPoint 2010 through the Compatibility Pack for Office 2010 and PowerPoint 2010 ConverterControls whether users who have the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2010 File Formats installed can open Office Open XML files that were saved with pre-release versions of PowerPoint 2010. PowerPoint Open XML files usually have the following extensions: .pptx, .pptm, .potx, .potm, .ppsx, .ppsm, .ppam, .thmx, .xml.Users of the compatibility pack will be unable to open Office Open XML files that were created in pre-release versions of PowerPoint 2010.Microsoft Office 2010\Office 2010 ConvertersMicrosoft Office 2010\Office 2010 ConvertersDisable Package RepairAllows you to disable the option to repair Open XML documents.When an Office 2010 application detects that an Open XML document is corrupted, the user is given the option of repairing the corrupted document.This setting cannot be configured by using Group Policy.Microsoft Office 2010 (Machine)\Security Settings Word 2010 settings The following table lists the Group Policy settings and the OCT settings that address OpenDocument Format and Open XML Formats for Word 2010. Setting nameWhat it doesDefault configurationGroup Policy Object Editor locationOCT locationSave As Open XML in Compatibility ModeAllows you to hide the ''Maintain compatibility with previous versions of Word'' check box that appears in the Save As dialog when users save a file as an Open XML file format. This check box lets users preserve the fidelity of documents that open in compatibility mode when they save those documents to any of the Open XML file formats. Checking this box will prevent conversion to the version of Word that is saving the file. Conversion maximizes fidelity with the version of Word that is saving the file, and we recommend it for users who want their Word documents to be compatible with this version of Word. However, conversion might impact the fidelity and compatibility of some features when the file is opened by an earlier version of Word.The ''Maintain compatibility with previous versions of Word'' check box appears in the Save As dialog when users save a file in an Open XML file format. Microsoft Word 2010\Word Options\SaveMicrosoft Word 2010\Word Options\SaveDo not display file format compatibility dialog box for OpenDocument text formatAllows you to enable or disable the file format compatibility dialog box that appears when users save a file as an OpenDocument text file in Word.The file format compatibility dialog box appears when users save as an OpenDocument text file in Word.Microsoft Word 2010\Word Options\SaveMicrosoft Word 2010\Word Options\SaveSet default compatibility mode on file creationAllows you to specify the default compatibility mode for users when they create new files in Word 2010: Word 2003, Word 2007, or full functionality mode (this mode ensures that all new features remain enabled). Note: Open XML file formats such as .docx and .dotx, support all three modes.Full functionality mode is the default compatibility mode for users when they create new files in Word 2010.Microsoft Word 2010\Word Options\SaveMicrosoft Word 2010\Word Options\SaveDefault file formatAllows you to determine the default file format for saving files in Word. This includes the OpenDocument text (.odt), and Open XML file formats. This policy setting is often set in combination with the ''Save As Open XML in Compatibility Mode'' policy setting.Word saves new files in the Office Open XML format (*.docx). Microsoft Word 2010\Word Options\SaveMicrosoft Word 2010\Word Options\SaveOpenDocument Text filesAllows you to determine whether users can open, view, edit, or save Word files that use the OpenDocument text (*.odt) file format.Users can open, view, edit, or save *.odt files in Word 2010.Microsoft Word 2010\Word Options\Security\Trust Center\File Block SettingsMicrosoft Word 2010\Word Options\Security\Trust Center\File Block SettingsOffice Open XML converters for WordAllows you to determine whether users can open, view, edit, or save Word files that use Open XML file format converters.Word files that use Open XML file format converters are not blocked.Microsoft Word 2010\Word Options\Security\Trust Center\File Block SettingsMicrosoft Word 2010\Word Options\Security\Trust Center\File Block SettingsScan encrypted macros in Word Open XML documentsControls whether encrypted macros in Open XML Word documents are required to be scanned by using antivirus software before they are opened. Encrypted macros are disabled unless antivirus software is installed. If antivirus software is installed, encrypted macros are scanned by users antivirus software when they attempt to open an encrypted document that contains macros. If no vulnerabilities are detected, the macros can run.  Note: If the antivirus software does not use the Microsoft Antivirus API, macros will always be blocked. Microsoft Word 2010\Word Options\Security\Trust CenterMicrosoft Word 2010\Word Options\Security\Trust CenterProtect document metadata for rights-managed Office Open XML FilesDetermines whether metadata is encrypted in Office Open XML files that are protected by Information Rights Management (IRM).When Information Rights Management (IRM) is used to restrict access to an Office Open XML document, any metadata associated with the document is not encrypted.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsProtect document metadata for password protected filesDetermines whether metadata is encrypted when an Office Open XML file is password protected.When an Open XML document is protected with a password and saved, any metadata associated with the document is encrypted along with the rest of the document's contents. If this configuration is changed, potentially sensitive information such as the document author and hyperlink references could be exposed to unauthorized people.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsEncryption type for password protected Office Open XML filesAllows you to specify an encryption type for Office Open XML files.The default cryptographic service provider (CSP) is used. On computers that run Windows Vista, the default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider, AES-128, 128-bit. On computers that run Windows XP, the default CSP is Microsoft Enhanced RSA and AES Cryptographic Provider (Prototype), AES-128, 128-bit. Note: This policy setting will not take effect unless the registry key HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\\Security\Crypto\CompatMode is set to 0. By default, the CompatMode registry key is set to 1.Microsoft Office 2010\Security SettingsMicrosoft Office 2010\Security SettingsBlock opening of pre-release versions of file formats new to Word 2010 through the Compatibility Pack for Office 2010 and Word 2010 Open XML/Word 97-2003 Format ConverterControls whether users who have the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2010 File Formats installed can open Office Open XML files that were saved with pre-release versions of Word 2010. Word Open XML files usually have the following extensions: .docx, .docm, .dotx, .dotm, .xml.Users of the compatibility pack will be unable to open Office Open XML files that were created in pre-release versions of Word 2010.Microsoft Office 2010\Office 2010 ConvertersMicrosoft Office 2010\Office 2010 ConvertersDisable Package RepairAllows you to disable the option to repair Open XML documents.When an Office 2010 application detects that an Open XML document is corrupted, the user is given the option of repairing the corrupted document.This setting cannot be configured by using Group Policy.Microsoft Office 2010 (Machine)\Security SettingsConcepts HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010 Other Resources HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=129465" \o "http://go.microsoft.com/fwlink/?LinkId=129465"Ecma Office Open XML File Formats overview (http://go.microsoft.com/fwlink/?LinkId=129465) HYPERLINK "http://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspx" \o "http://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspx"Office 2010 Administrative Template files (ADM, ADMX, ADML) and Office Customization Tool (http://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx" \o "http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx"Enforce settings by using Group Policy in Office 2010 (http://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=195342" \o "http://go.microsoft.com/fwlink/?LinkId=195342"Differences between the OpenDocument Spreadsheet (.ods) format and the Excel (.xlsx) format (http://go.microsoft.com/fwlink/?LinkId=195342) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=195343" \o "http://go.microsoft.com/fwlink/?LinkId=195343"Differences between the OpenDocument Presentation (.odp) format and the PowerPoint (.pptx) format (http://go.microsoft.com/fwlink/?LinkId=195343) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=195344" \o "http://go.microsoft.com/fwlink/?LinkId=195344"Differences between the OpenDocument Text (.odt) format and the Word (.docx) format (http://go.microsoft.com/fwlink/?LinkId=195344) Migrating to Microsoft Excel 2010 (white paper) Published: July 8, 2010 This white paper was developed to aid IT professionals in the process of migrating to Microsoft Excel 2010. This document includes descriptions of the primary functional differences and how those variances might affect workbooks. This paper also includes information about some common issues that may occur during migration and offers solutions where applicable. Additional resources are provided to help diagnose any issues that are not described in this paper. Download this white paper as a Microsoft Word document (.docx): HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=196345" \o "http://go.microsoft.com/fwlink/?LinkId=196345"Migrating to Microsoft Excel 2010 (http://go.microsoft.com/fwlink/?LinkId=196345) User registry settings to migrate to Office 2010 Updated: October 28, 2010 The registry keys that are included or excluded when you use the in-place upgrade or the uninstall-upgrade option to migrate Microsoft Office 2003 or Office 2007 user data to Microsoft Office 2010 are listed in the tables below. In this article: HYPERLINK \l "_Microsoft_Office_2003"Microsoft Office 2003 settings HYPERLINK \l "_2007_Microsoft_Office"2007 Microsoft Office system settings Microsoft Office 2003 settings Common Settings HKCU\Software\Microsoft\Office\Common\* [*]HKCU\Software\Microsoft\Office\11.0\* [*]HKCU\Software\Microsoft\Shared Tools\* [*]HKCU\Software\Microsoft\Shared Tools\Proofing Tools\Custom Dictionaries [*]HKCU\Software\Microsoft\Office\11.0\Common\Internet\* [*]%APPDATA%\Microsoft\Office [*.acl]%APPDATA%\Microsoft\Office\Recent [*]%APPDATA%\Microsoft\Proof\* [*]HKCU\Software\Microsoft\Office\Common\Smart Tag\Recognizers\{4FFB3E8B-AE75-48F2-BF13-D0D7E93FA8F9}\* [*]HKCU\Software\Microsoft\Office\Common\Smart Tag\Recognizers\{64AB6C69-B40E-40AF-9B7F-F5687B48E2B6}\* [*]HKCU\Software\Microsoft\Office\Common\Smart Tag\Recognizers\{87EF1CFE-51CA-4E6B-8C76-E576AA926888}\* [*] Common Settings HKCU\Software\Microsoft\Shared Tools\Proofing Tools\1.0\Custom Dictionaries\* [*]HKCU\Software\Microsoft\Office\11.0\Shortcut Bar [LocalPath]HKCU\Software\Microsoft\Office\11.0\Common\Internet [LocationOfComponents]HKCU\Software\Microsoft\Office\11.0\Common\Open Find\* [*]HKCU\Software\Microsoft\Office\11.0\Common\Internet [UseRWHlinkNavigation]HKCU\Software\Microsoft\Office\11.0\Common\InternetServer Cache\* [*] Access 2003 HKCU\Software\Microsoft\Office\11.0\Common\LanguageResources [SKULanguage]HKCU\Software\Microsoft\Office\Access\* [*]HKCU\Software\Microsoft\Office\11.0\Access\* [*]HKCU\Software\Microsoft\Office\11.0\CMA\* [*]HKCU\Software\Microsoft\Office\11.0\Common\Toolbars\Settings\ [Microsoft Access]%APPDATA%\Microsoft\Office [Access11.pip]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Access\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Access\Recent Templates\* [Template*] Access 2003 HKCU\Software\Microsoft\Office\11.0\Access\Settings [MRU*] Excel 2003 HKCU\Software\Microsoft\Office\11.0\Common\LanguageResources [SKULanguage]HKCU\Software\Microsoft\Office\11.0\Excel\* [*]HKCU\Software\Microsoft\Office\11.0\Common\Toolbars\Settings\ [Microsoft Excel]%APPDATA%\Microsoft\Excel\ [EXCEL11.xlb]%APPDATA%\Microsoft\Office\ [EXCEL11.pip]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Excel\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Excel\Recent Templates\* [Template*] Excel 2003 HKCU\Software\Microsoft\Office\11.0\Excel\Recent Files\* [*] FrontPage 2003 HKCU\Software\Microsoft\FrontPage\* [*]HKCU\Software\Microsoft\Office\11.0\Common\Toolbars\Settings [Microsoft FrontPage]%APPDATA%\Microsoft\FrontPage\State [CmdUI.PRF]%APPDATA%\Microsoft\Office [fp11.pip]%APPDATA%\Microsoft\FrontPage\Snippets [FPSnippetsCustom.xml] FrontPage 2003 HKCU\Software\Microsoft\FrontPage [WecErrorLog]HKCU\Software\Microsoft\FrontPage\Explorer\FrontPage Explorer\Recent File List\* [*]HKCU\Software\Microsoft\FrontPage\Explorer\FrontPage Explorer\Recent Web List\* [*] OneNote 2003 HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Common\LanguageResources [SKULanguage]HKCU\software\Microsoft\Office\%OFFICEVERSION%\OneNote\* [*]HKCU\software\Microsoft\Office\%OFFICEVERSION%\Common\Toolbars\Settings\ [Microsoft Office OneNote]%APPDATA%\Microsoft\Office\ [OneNot11.pip]%APPDATA%\Microsoft\OneNote\ [Preferences.dat]%APPDATA%\Microsoft\OneNote\ [Toolbars.dat]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\OneNote\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\OneNote\Recent Templates\* [Template*] OneNote 2003 HKCU\software\Microsoft\Office\%OFFICEVERSION%\OneNote\Options\Save\ [BackupLastAutoBackupTime]HKCU\software\Microsoft\Office\%OFFICEVERSION%\OneNote\Options\Save\ [BackupFolderPath]HKCU\software\Microsoft\Office\%OFFICEVERSION%\OneNote\General\ [LastCurrentFolderForBoot]HKCU\software\Microsoft\Office\%OFFICEVERSION%\OneNote\General\ [Last Current Folder]Outlook 2003 HKCU\Software\Microsoft\Office\11.0\Common\LanguageResources [SKULanguage]HKCU\Software\Microsoft\Office\Outlook\* [*]HKCU\Software\Microsoft\Office\11.0\Outlook\* [*]HKCU\Software\Microsoft\Office\11.0\Common\Toolbars\Settings [Microsoft Outlook]HKCU\Software\Microsoft\Office\Outlook\OMI Account Manager\Accounts\* [*]HKCU\Software\Microsoft\Office\11.0\Outlook\Journal\* [*]%APPDATA%\Microsoft\Signatures\* [*]%CSIDL_LOCAL_APPDATA%\Microsoft\FORMS [frmcache.dat]%APPDATA%\Microsoft\Outlook [outcmd11.dat]%APPDATA%\Microsoft\Outlook [outcmd.dat]%APPDATA%\Microsoft\Outlook [views.dat]%APPDATA%\Microsoft\Outlook [OutlPrint]%APPDATA%\Microsoft\Office [MSOut11.pip]%APPDATA%\Microsoft\Outlook [*.rwz]%APPDATA%\Microsoft\Outlook [*.srs]%APPDATA%\Microsoft\Outlook [*.NK2]%APPDATA%\Microsoft\Outlook [*.xml]HKCU\Software\Microsoft\Exchange\* [*]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\* [001e023d]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\* [001f023d]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\* [*] Outlook 2003 HKCU\Software\Microsoft\Office\11.0\Outlook [FirstRunDialog]HKCU\Software\Microsoft\Office\11.0\Outlook [Machine Name]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\*\0a0d020000000000c000000000000046 [111f031e]HKCU\Identities\* [LDAP Server]HKCU\Software\Microsoft\Internet Account Manager\Accounts\* [LDAP Server]HKCU\Software\Microsoft\Office\Outlook\OMI Account Manager\Accounts\* [LDAP Server] PowerPoint 2003 HKCU\Software\Microsoft\Office\11.0\PowerPoint\* [*]HKCU\Software\Microsoft\Office\11.0\PowerPoint\RecentFolderList [Default]HKCU\Software\Microsoft\Office\11.0\Common\Toolbars\Settings [Microsoft PowerPoint]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\PowerPoint\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\PowerPoint\Recent Templates\* [Template*] PowerPoint 2003 HKCU\Software\Microsoft\Office\11.0\PowerPoint\Recent File List\* [*]HKCU\Software\Microsoft\Office\11.0\PowerPoint\RecentFolderList\* [*] Project 2003 HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Common\LanguageResources [SKULanguage]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Common\Toolbars\Settings [Microsoft Project]%APPDATA%\Microsoft\Office [MSProj11.pip]%APPDATA%\Microsoft\MS Project\11\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\Recent Templates\* [Template*] Project 2003 HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\Recent File List [*]Publisher 2003 HKCU\Software\Microsoft\Office\11.0\Common\LanguageResources [SKULanguage]HKCU\Software\Microsoft\Office\11.0\Publisher\* [*]HKCU\Software\Microsoft\Office\11.0\Common\Toolbars\Settings [Microsoft Publisher]%APPDATA%\Microsoft\Office [*.acl]%APPDATA%\Microsoft\Publisher [pubcmd.dat]%APPDATA%\Microsoft\Office\ [*.jsp] Publisher 2003 HKCU\Software\Microsoft\Office\11.0\Publisher\Recent File List\* [*] Visio 2003 HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\* [*]HKCU\software\Microsoft\Office\%OFFICEVERSION%\Common\Toolbars\Settings\ [Microsoft Office Visio]CSIDL_APPDATA\Microsoft\Office\[Visio11.pip]CSIDL_LOCAL_APPDATA\Microsoft\Visio\ [content.dat]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Visio\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Visio\Recent Templates\* [Template*] Visio 2003 HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\Application\ [LastFile*]HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\Application\ [MyShapesPath]HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\Application\ [UserDictionaryPath1] Word 2003 HKCU\Software\Microsoft\Office\11.0\Common\LanguageResources [SKULanguage]HKCU\Software\Microsoft\Office\11.0\Word\* [*]HKCU\Software\Microsoft\Office\11.0\Common\Toolbars\Settings [Microsoft Word]%APPDATA%\Microsoft\Templates [Normal.dot]%APPDATA%\Microsoft\Office [Word11.pip]%APPDATA%\Microsoft\Office [WordMa11.pip]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Word\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Word\Recent Templates\* [Template*] Word 2003 HKCU\Software\Microsoft\Office\11.0\Word\Options [PROGRAMDIR]2007 Microsoft Office system settings Common Settings HKCU\Software\Microsoft\Office\Common\* [*]HKCU\Software\Microsoft\Office\12.0\Common\* [*]HKCU\Software\Microsoft\Shared Tools\* [*]%APPDATA%\Microsoft\Office [*.acl]%APPDATA%\Microsoft\Office\Recent [*]%APPDATA%\Microsoft\Templates\* [*]%APPDATA%\Microsoft\Proof\* [*]%APPDATA%\Microsoft\UProof\* [*]HKCU\Software\Microsoft\Shared Tools\Proofing Tools\*\Custom Dictionaries [*]HKCU\Software\Microsoft\Office\Common\Smart Tag\Recognizers\{4FFB3E8B-AE75-48F2-BF13-D0D7E93FA8F9}\* [*]HKCU\Software\Microsoft\Office\Common\Smart Tag\Recognizers\{64AB6C69-B40E-40AF-9B7F-F5687B48E2B6}\* [*]HKCU\Software\Microsoft\Office\Common\Smart Tag\Recognizers\{87EF1CFE-51CA-4E6B-8C76-E576AA926888}\* [*] Common Settings HKCU\Software\Microsoft\Office\12.0\Shortcut Bar [LocalPath]HKCU\Software\Microsoft\Office\12.0\Common\Internet [LocationOfComponents]HKCU\Software\Microsoft\Office\12.0\Common\Open Find\* [*]HKCU\Software\Microsoft\VBA\6.0\Common%CSIDL_LOCAL_APPDATA%\Microsoft\Office [*.qat] Access 2007 %APPDATA%\Microsoft\Office [Access11.pip]HKCU\Software\Microsoft\Office\Access\* [*]HKCU\Software\Microsoft\Office\12.0\Access\* [*]HKCU\Software\Microsoft\Office\12.0\CMA\* [*]HKCU\Software\Microsoft\Office\12.0\Common\Toolbars\Settings\ [Microsoft Access]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Access\File MRU\* [*] Access 2007 HKCU\Software\Microsoft\Office\12.0\Access\Settings [MRU*] Excel 2007 HKCU\Software\Microsoft\Office\12.0\Excel\* [*]HKCU\Software\Microsoft\Office\12.0\Common\Toolbars\Settings\ [Microsoft Excel]%APPDATA%\Microsoft\Excel\ [EXCEL11.xlb]%APPDATA%\Microsoft\Office\ [EXCEL11.pip]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Excel\File MRU\* [*] Excel 2007 HKCU\Software\Microsoft\Office\12.0\Excel\Recent Files\* [*] OneNote 2007 HKCU\Software\Microsoft\Office\%OFFICEVERSION%\OneNote\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Common\Toolbars\Settings\ [Microsoft Office OneNote]%APPDATA%\Microsoft\Office\ [OneNot12.pip]%APPDATA%\Microsoft\OneNote\%OFFICEVERSION%\ [Preferences.dat]%APPDATA%\Microsoft\OneNote\%OFFICEVERSION%\ [Toolbars.dat]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\OneNote\Recent Templates\* [*]%APPDATA%\Microsoft\MS Project\12\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\OneNote\Recent Templates\* [Template*] OneNote 2007 HKCU\Software\Microsoft\Office\%OFFICEVERSION%\OneNote\General\ [LastMyDocumentsPathUsed]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\OneNote\Options\Paths\ [BackupFolderPath] Outlook 2007 HKCU\Software\Microsoft\Office\Outlook\* [*]HKCU\Software\Microsoft\Office\12.0\Outlook\* [*]HKCU\Software\Microsoft\Office\12.0\Common\Toolbars\Settings [Microsoft Outlook]HKCU\Software\Microsoft\Office\Outlook\OMI Account Manager\Accounts\* [*]%APPDATA%\Microsoft\Signatures\* [*]%CSIDL_LOCAL_APPDATA%\Microsoft\FORMS [frmcache.dat]%APPDATA%\Microsoft\Outlook [outcmd11.dat]%APPDATA%\Microsoft\Outlook [outcmd.dat]%APPDATA%\Microsoft\Outlook [views.dat]%APPDATA%\Microsoft\Outlook [OutlPrint]%APPDATA%\Microsoft\Office [MSOut11.pip]HKCU\Software\Microsoft\Exchange\* [*]%APPDATA%\Microsoft\Outlook [*.rwz]%APPDATA%\Microsoft\Outlook [*.srs]%APPDATA%\Microsoft\Outlook [*.NK2]%APPDATA%\Microsoft\Outlook [*.xml]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\* [*]HKCU\Software\Microsoft\Office\12.0\Outlook\Journal\* [*]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\* [001e023d]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\* [001f023d] Outlook 2007 HKCU\Software\Microsoft\Office\12.0\Outlook [FirstRunDialog]HKCU\Software\Microsoft\Office\12.0\Outlook [Machine Name]HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows Messaging Subsystem\Profiles\*\0a0d020000000000c000000000000046 [111f031e]HKCU\Identities\* [LDAP Server]HKCU\Software\Microsoft\Internet Account Manager\Accounts\* [LDAP Server]HKCU\Software\Microsoft\Office\Outlook\OMI Account Manager\Accounts\* [LDAP Server] PowerPoint 2007 HKCU\Software\Microsoft\Office\12.0\PowerPoint\* [*]HKCU\Software\Microsoft\Office\12.0\PowerPoint\RecentFolderList [Default]HKCU\Software\Microsoft\Office\12.0\Common\Toolbars\Settings [Microsoft PowerPoint]%APPDATA%\Microsoft\PowerPoint [PPT11.pcb]%APPDATA%\Microsoft\Office [PowerP11.pip]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\PowerPoint\File MRU\* [*] PowerPoint 2007 HKCU\Software\Microsoft\Office\12.0\PowerPoint\Recent File List\* [*]HKCU\Software\Microsoft\Office\12.0\PowerPoint\RecentFolderList\* [*] Project 2007 HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Common\Toolbars\Settings [Microsoft Office Project]%APPDATA%\Microsoft\Office [MSProj12.pip]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\Recent Templates\* [Template*] Project 2007 HKCU\Software\Microsoft\Office\%OFFICEVERSION%\MS Project\Recent File List [*] Publisher 2007 HKCU\Software\Microsoft\Office\12.0\Publisher\* [*]HKCU\Software\Microsoft\Office\12.0\Common\Toolbars\Settings [Microsoft Publisher]%APPDATA%\Microsoft\Office [*.acl]%APPDATA%\Microsoft\Publisher [pubcmd.dat]%APPDATA%\Microsoft\Office [Publis11.pip]%APPDATA%\Microsoft\Office\ [*.jsp] Publisher 2007 HKCU\Software\Microsoft\Office\12.0\Publisher\Recent File List\* [*] Visio 2007 HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\* [*]HKCU\software\Microsoft\Office\%OFFICEVERSION%\Common\Toolbars\Settings\ [Microsoft Office Visio]%APPDATA%\Microsoft\Office\ [Visio12.pip]%CSIDL_LOCAL_APPDATA%\Microsoft\Visio\ [content.dat]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Visio\Recent Templates\* [*]HKCU\Software\Microsoft\Office\%OFFICEVERSION%\Visio\Recent Templates\* [Template*] Visio 2007 HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\Application\ [LastFile*]HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\Application\ [MyShapesPath]HKCU\software\Microsoft\Office\%OFFICEVERSION%\Visio\Application\ [UserDictionaryPath1] Word 2007 HKCU\Software\Microsoft\Office\12.0\Word\* [*]%APPDATA%\Microsoft\Templates\* [*]%APPDATA%\Microsoft\QuickStyles\* [*]%APPDATA%\Microsoft\Document Building Blocks\* [*]%APPDATA%\Microsoft\Bibliography\* [*]%APPDATA%\Microsoft\Office [Word11.pip]%APPDATA%\Microsoft\Office [WordMa11.pip] Word 2007 HKCU\Software\Microsoft\Office\12.0\Word\Data [PROGRAMDIR]HKCU\Software\Microsoft\Office\12.0\Word\Options [PROGRAMDIR] Other Resources HYPERLINK "http://technet.microsoft.com/library/5c39deef-ee69-496d-a91e-6327e9f18928(Office.14).aspx" \o "http://technet.microsoft.com/library/5c39deef-ee69-496d-a91e-6327e9f18928(Office.14).aspx"Using the User State Migration Tool 4.0 to migrate to Office 2010 (http://technet.microsoft.com/library/5c39deef-ee69-496d-a91e-6327e9f18928(Office.14).aspx) International reference for Office 2010 Published: May 12, 2010 This section provides information to help administrators plan which languages to install and includes the language tags and identifiers used to configure the Microsoft Office 2010 Setup. In this section: ArticleDescriptionHYPERLINK \l "BM3f4de10b757a4ce5b9b71baafeb4753e"Companion proofing languages for Office 2010Provides a list of the companion proofing languages for each language in Office 2010.HYPERLINK \l "BMf5fee727df494ef7b073dd6c08dfecfa"Language identifiers and OptionState Id values in Office 2010Provides a list of the language tags and identifiers that might be needed to configure Setup for Office 2010 or for the Office 2010 Proofing Tools Kit.HYPERLINK \l "BM9994905c9fe940859f77924dbaa38764"Mixed language versions of Office 2010Describes the language versions that are available for the Office 2010 applications, which applications will work with Language Interface Packs, and the recommended base languages to install. Companion proofing languages for Office 2010 Published: May 12, 2010 Each language version of Microsoft Office 2010 includes proofing tools for a set of companion languages. For example, when you deploy the English version of an Office 2010 product, users receive proofing tools for both Spanish and French in addition to English. Depending on the number of user interface languages that you want to deploy and the included companion proofing languages, Office 2010 Language Packs might provide all of the proofing tools that you need. For more information about Office 2010 Language Packs, see HYPERLINK "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx" \o "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx"Plan for multi-language deployment (http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx). Identify companion proofing languages The following table lists companion proofing languages for each language in Office 2010. Primary languageCompanion proofing languagesArabicArabic, English, FrenchBrazilianBrazilian, English, SpanishBulgarianBulgarian, English, German, RussianChinese (Simplified)Chinese (Simplified), EnglishChinese (Traditional)Chinese (Traditional), EnglishCroatianCroatian, English, German, Serbian, ItalianCzechCzech, English, German, SlovakDanishDanish, English, German, SwedishDutchDutch, English, French, GermanEnglishEnglish, French, SpanishEstonianEstonian, English, German, Russian, Finnish,FinnishFinnish, English, Swedish, German, RussianFrenchFrench, English, German, Dutch, Arabic, SpanishGermanGerman, English, French, ItalianGreekGreek, English, French, GermanHebrewHebrew, English, French, Arabic, RussianHindiHindi, English, Tamil, Telegu, Marathi, Kannada, Guajarati, Punjabi, UrduHungarianHungarian, English, GermanItalianItalian, English, French, GermanJapaneseJapanese, EnglishKazakhKazakh, English, RussianKoreanKorean, EnglishLatvianLatvian, English, German, RussianLithuanianLithuanian, English, German, Russian, PolishNorwegian (Bk)Norwegian (Bk), English, German, Norwegian (Ny)PolishPolish, English, GermanPortuguesePortuguese, English, French, Spanish RomanianRomanian, English, FrenchRussianRussian, English, Ukrainian, GermanSerbian (Latin)Serbian (Latin), English, German, French, CroatianSlovakSlovak, English, Czech, Hungarian, GermanSlovenianSlovenian, English, German, Italian, CroatianSpanishSpanish, English, French, Basque, Catalan, Galician, BrazilianSwedishSwedish, English, Finnish, GermanThaiThai, English, FrenchTurkishTurkish, English, French, GermanUkrainianUkrainian, English, Russian, German Other Resources HYPERLINK "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx" \o "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx"Plan for multi-language deployment (http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx" \o "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx"Customize language setup and settings for Office 2010 (http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx) Language identifiers and OptionState Id values in Office 2010 Published: May 12, 2010 This article contains a list of the language tags and identifiers that you might need when you configure Setup for Microsoft Office 2010 or for the Microsoft Office 2010 Proofing Tools Kit, or to identify installed languages. In this article: HYPERLINK \l "BMBKMKLanguageIdentifiers"Language identifiers HYPERLINK \l "BMBKMKOptionStateID"Proofing Tools Config.xml OptionState Id values Language identifiers Office 2010 is available in many languages. In an international setting, you can deploy multiple language versions of Office 2010 in a single installation process. Setup combines a language-neutral core product with one or more language-specific packages to create a complete product. On the source media, language-specific packages are organized into separate folders. Each folder name has a language tag appended to it, in the form ll-cc, that identifies the language and culture. For example, U.S. English language folders are identified by the folder name extension en-us. The language tags help you determine the folders that you need to copy to the network installation point. The language folders included in a fully localized version of an Office 2010 product are the same language folders included in the Microsoft Office 2010 Language Pack for a particular language. For example, the same Outlook.ar-sa folder is used in the Arabic language version of Microsoft Office Standard 2010, the Arabic language version of Microsoft Outlook 2010, and the Office 2010 Language Pack - Arabic. Office 2010 offers localized versions in all the languages listed in the following table. Folders for the language-specific components are identified by the language tag shown in the table. The Windows operating system uses locale identifiers (LCIDs) to identify languages in the Windows registry. In addition to the fully localized languages listed here, Office 2010 provides Language Interface Packs (LIPs), which contain a subset of language-specific components and are designed to be installed with a logical parent language. Elements that are not localized in the LIP language appear in the parent language. For more information about LIPs, see HYPERLINK \l "_Language_Interface_Packs"Language Interface Packs in HYPERLINK \l "_Mixed_language_versions"Mixed language versions of Office 2010. LanguageGeographic areaLanguage tag(ll-cc)LCIDArabicSaudi Arabiaar-sa1025BulgarianBulgariabg-bg1026Chinese (Simplified)People's Republic of Chinazh-cn2052ChineseTaiwanesezh-tw1028CroatianCroatiahr-hr1050CzechCzech Republiccs-cz1029DanishDenmarkda-dk1030DutchNetherlandsnl-nl1043EnglishUnited Statesen-us1033EstonianEstoniaet-ee1061FinnishFinlandfi-fi1035FrenchFrancefr-fr1036GermanGermanyde-de1031GreekGreeceel-gr1032HebrewIsraelhe-il1037HindiIndiahi-in1081HungarianHungaryhu-hu1038ItalianItalyit-it1040JapaneseJapanja-jp1041KazakhKazakhstankk-kh1087KoreanKoreako-kr1042LatvianLatvialv-lv1062LithuanianLithuanialt-lt1063Norwegian (Bokml)Norwaynb-no1044PolishPolandpl-pl1045PortugueseBrazilpt-br1046PortuguesePortugalpt-pt2070RomanianRomaniaro-ro1048RussianRussiaru-ru1049Serbian (Latin)Serbiasr-sp-latn2074SlovakSlovakiask-sk1051SlovenianSloveniasl-si1060SpanishSpaines-es3082SwedishSwedensv-se1053ThaiThailandth-th1054TurkishTurkeytr-tr1055UkrainianUkrainianuk-ua1058Proofing Tools Config.xml OptionState Id values The following table provides the OptionState Id values for the Office 2010 Proofing Tools Kit. Use these values to modify the Config.xml file in the ProofKit.WW folder when customizing the Setup of the Office 2010 Proofing Tools Kit. For more information about proofing tools, see HYPERLINK "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx#BKMK_PlanProofingTools" \o "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx#BKMK_PlanProofingTools"Plan for proofing tools (http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx#BKMK_PlanProofingTools) in HYPERLINK "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx" \o "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx"Plan for multi-language deployment (http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx). OptionState IdProofing tools languageIMEMain_1028Chinese Traditional Input Method Editor (IME)IMEMain_1041Japanese IMEIMEMain_1042Korean IMEIMEMain_2052Pinyin IME ProofingTools_1025ArabicProofingTools_1026BulgarianProofingTools_2052Chinese (People's Republic of China)ProofingTools_3076Chinese (Hong Kong)ProofingTools_1028Chinese (Taiwan)ProofingTools_1050CroatianProofingTools_1029CzechProofingTools_1030DanishProofingTools_1043DutchProofingTools_1033EnglishProofingTools_1061EstonianProofingTools_1035FinnishProofingTools_1036FrenchProofingTools_1031GermanProofingTools_1032GreekProofingTools_1037HebrewProofingTools_1081HindiProofingTools_1038HungarianProofingTools_1040ItalianProofingTools_1041JapaneseProofingTools_1087KazakhProofingTools_1042KoreanProofingTools_1062LatvianProofingTools_1063LithuanianProofingTools_1044Norwegian (Bokml)ProofingTools_1045PolishProofingTools_1046Portuguese (Brazil)ProofingTools_2070Portuguese (Portugal)ProofingTools_1048RomanianProofingTools_1049RussianProofingTools_2074Serbian (Latin)ProofingTools_1051SlovakProofingTools_1060SlovenianProofingTools_3082SpanishProofingTools_1053SwedishProofingTools_1054ThaiProofingTools_1055TurkishProofingTools_1058UkrainianProofingTools_1027CatalanProofingTools_1056UrduProofingTools_1069BasqueProofingTools_1094PunjabiProofingTools_1095GujaratiProofingTools_1097TamilProofingTools_1099KannadaProofingTools_1102MarathiProofingTools_1110GalicianProofingTools_2068Norwegian (Nynorsk)ProofingTools_1098Telugu Concepts HYPERLINK \l "BM9994905c9fe940859f77924dbaa38764"Mixed language versions of Office 2010 Other Resources HYPERLINK "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx" \o "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx"Plan for multi-language deployment (http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx" \o "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx"Customize language setup and settings for Office 2010 (http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx" \o "http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx"Setup architecture overview for Office 2010 (http://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx) Mixed language versions of Office 2010 Published: May 12, 2010 Not every product in the Microsoft Office 2010 suites is available in every language. In some scenarios, this results in an installation of Office 2010 that includes applications or user interface elements in more than one language. This article describes which language versions are available for a subset of the Office 2010 applications, which Office 2010 applications will work with Language Interface Packs, and what are the recommended base languages to install for Office 2010 Language Interface Packs. In this article: HYPERLINK \l "BMBKMKApplicationsLanguageAvailabil"Applications and language availability HYPERLINK \l "BMBKMKLanguageInterfacePacks"Language Interface Packs Applications and language availability Individual applications will install with the Office 2010 language version installed with a few exceptions. One exception is that the Hindi language version installs Microsoft Access 2010 in English. In other language versions, certain applications are not available at all. Microsoft Project 2010, Microsoft Visio 2010, and Microsoft SharePoint Designer 2010 are available in a subset of languages, as shown in the following table. LanguageProject 2010Visio 2010SharePoint Designer 2010Arabic yesyesyesBrazilianyesyesyesChinese - SimpleyesyesyesChinese - TraditionalyesyesyesCzechyesyesyesDanishyesyesyesDutch yesyesyesEnglishyesyesyesFinnish yesyesyesFrench yesyesyesGerman yesyesyesGreekyesyesyesHebrewyesyesyesHindinonoyesHungarian yesyesyesItalian yesyesyesJapanese yesyesyesKoreanyesyesyesNorwegian yesyesyesPolish yesyesyesPortuguese (European) yesyesyesRussianyesyesyesSlovakyesyesnoSlovenianyesyesnoSpanishyesyesyesSwedishyesyesyesThainonoyesTurkish yesyesyesUkrainianyesyesnoLanguage Interface Packs For some languages, Microsoft localizes only some Office 2010 applications and releases them as Language Interface Packs (LIPs). Users must first install a full language version of Office 2010, and then they can install the LIP. They work in their preferred language in the following applications and features: Microsoft Word 2010 Microsoft Outlook 2010 Microsoft Excel 2010 Microsoft PowerPoint 2010 Shared Office features The rest of the applications appear in the primary Office 2010 installation language. The following table lists the recommended base language for each LIP language. LIP languageRecommended base languageAfrikaansEnglishAlbanianEnglishAmharicEnglishArmenianEnglishAssameseEnglish or HindiAzeriEnglish or RussianBasqueSpanish or FrenchBengali - BangladeshEnglishBengali - IndiaEnglish or HindiBosnian - CyrillicSerbian Latin, English, or CroatianBosnian - LatinSerbian Latin, English, or CroatianByelorussian RussianFilipinoEnglishGalicianSpanishGeorgianEnglishGujaratiEnglish or HindiHausaEnglish IgboEnglishIcelandicEnglishIndonesian BahasaEnglishInuktitutEnglishIrish - GaelicEnglishisiXhosaEnglishisiZuluEnglishKannadaEnglish or HindiKazakhRussian or EnglishKhmerEnglishKi'cheSpanishKyrgyzRussianKiswahiliEnglishKonkaniEnglish or HindiLuxembourgishGerman, English, or FrenchMacedonian (FYROM)EnglishMalayEnglishMalay - BruneiEnglishMalayalamEnglish or HindiMalteseEnglishMaoriEnglishMarathiEnglish or HindiMongolian (Cyrillic)English or RussianNepaliEnglish or HindiNorwegian - NynorskNorwegianOriyaEnglish or HindiPersianEnglishPunjabiEnglish or HindiQuechuaSpanishSetswanaEnglishSesotho sa LeboaEnglishSinhaleseEnglishTamilEnglish or HindiTatarRussianTeluguEnglish or HindiTurkmenEnglish or RussianUrduEnglishUzbek - LatinEnglish or RussianVietnameseEnglishWelshEnglishYorubaEnglish Other Resources HYPERLINK "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx" \o "http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx"Plan for multi-language deployment (http://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx" \o "http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx"Customize language setup and settings for Office 2010 (http://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspx) Office Migration Planning Manager reference for Office 2010 Updated: November 18, 2010 The articles that are listed in the OMPM References table contain reference information about the Office Migration Planning Manager (OMPM) for Microsoft Office 2010. OMPM References ArticleDescriptionHYPERLINK \l "BMbb985d2c8e57430cbe9a6aceb8821602"Schema for the Office Migration Planning Manager database in Office 2010Describes the schema for the OMPM database for imported .cab files that contain scan data. Provides information about how to troubleshoot import issues and how to create a customer report.HYPERLINK \l "BMfd62888bc8bb4712bbe7ba4c95ef4902"Sample script to run the Office Migration Planning Manager File Scanner from a file share for Office 2010Provides a sample script code that can be used to run the OMPM File Scanner from a central file share.HYPERLINK \l "BMcfb948fd1ab0460ab84529fad1a46a5b"Office Migration Planning Manager Offscan.ini settings for Office 2010Describes the settings and values that are available in Offscan.ini, which OMPM File Scanner reads to perform its scan.HYPERLINK \l "BM6f23648e2cbb4f4d8083be14befebd6d"Use IExpress 2.0 to create a distribution package for Office Migration Planning Manager File Scanner in Office 2010Describes how to create a distribution package for OMPM File Scanner by using IExpress2.0.HYPERLINK \l "BMf37e7196d97043278decaa684835c4a5"Office Migration Planning Manager 2010 reports filtering reference for Office 2010Provides a table that lists the filtering criteria that you can select on the 2010 Office Release Compatibility page in OMPM reports. Other Resources HYPERLINK "http://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspx" \o "http://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspx"Office Migration Planning Manager (OMPM) for Office 2010 (http://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=206155" \o "http://go.microsoft.com/fwlink/?LinkId=206155"Getting started with OMPM 2010 (http://go.microsoft.com/fwlink/?LinkId=206155) Schema for the Office Migration Planning Manager database in Office 2010 Updated: November 18, 2010 A schema is created in the Office Migration Planning Manager (OMPM) database when you import .cab files that contain scan data. If you are troubleshooting import issues and want to know the schema of the database, or if you want to create a custom report from the data in the database by using a tool that is not provided by OMPM, the information in this article may be useful to you. You do not need to set up this schema to prepare the OMPM database for the first import because it is created by OMPM. In this article: HYPERLINK \l "_Schema_for_the"Schema for the OMPM File Scanner HYPERLINK \l "_Schema_for_OMPM"Schema for OMPM Compatibility Report data HYPERLINK \l "_Schema_for_Access"Schema for Access data Schema for the OMPM File Scanner Output from the OMPM File Scanner populates the OMPM File Scanner schema. All tables in the OMPM File Scanner schema start with the prefix "os." The tables in the OMPM File Scanner schema fall into two categories: Scan data File data OMPM File Scanner schema: scan data The scan data tables in the OMPM File Scanner schema include all information related to output from the OMPM File Scanner, except for file data. ScanID is the primary key. The following table provides descriptions for each table for scan data in the OMPM File Scanner schema. TableDescriptionFieldsosScanDescriptive information for a scan that will run, including the RunIDScanID RunID Description DestinationPath ScanMyDocuments ScanDesktop DeepScan ComputerName UserName DNS OS LCID PhysicalMemory ScanDAO AccessScan DisableConvDialog MaxCopyFileSize TempPathosScanSummaryScan resultsScanID StartDateTime EndDateTime NumFilesScanned NumLogFiles RecoveriesosScanIncludedFolderSource location for the included folders in a scan search instanceScanID FolderPathosScanExcludedFolderSource location for the excluded folders in a scan search instanceScanID FolderPathosScanMappedDriveDrive mappings discovered by a scan instanceScanID DriveLetter DrivePathosErrorTextTypes of scanner failuresErrorID ErrorDescriptionosErrorErrors by type, per scan instanceosErrorID ScanID ScanFileID ErrorID ErrorInfo osWarningWarnings by type, per scan instanceosWarningID ScanID ScanFileID WarningID WarningInfoosMacroIssueMacro Issue counts, per scan instanceosMacroIssueID ScanID ScanFileID FunctionIssueCount X64IssueCount OMPM File Scanner schema: file data The file data tables in the OMPM File Scanner schema include file-related information that is discovered by the OMPM File Scanner during a scan. ScanFileID is the primary key. The following table provides descriptions for each table for file data in the OMPM File Scanner schema. TableDescriptionFieldsosScanFileFile information collected during a light scan by the OMPM File ScannerScanFileID ScanID FileName FilePath ShortFilePath FileSize FileExtension FileFormatID CreatedDate ModifiedDate FileOwner IsReadOnly HashCode CSIDLosFileFormatThe kinds of files found by the OMPM File ScannerFileFormatID DescriptionosWordPropertyInformation collected during a deep scan by the OMPM File Scanner for potential Microsoft Word issuesScanFileID HaveVersionsosVBAPropertyInformation collected during a deep scan by the OMPM File Scanner for files that contain VBA macrosScanFileID CertIssuedBy CertIssuedTo CertSerialNum CertValidFrom CertValidTo SigTimeStampSigningTime SigTimeStampSignerNameosPowerPointPropertyInformation collected during a deep scan by the OMPM File Scanner for potential Microsoft PowerPoint issuesScanFileID hasSendForReviewData hasEmbeddings hasVBA hasMicrosoftScriptEditorData hasPresentationBroadcastData hasDocumentRoutingSlip hasPublishandSubscribeData hasLargeNumberofOLEObjectsosExcelPropertyInformation collected during a deep scan by the OMPM File Scanner for potential Microsoft Excel issuesScanFileID FileOpenNotSupported FileSaveNotSupported WorkspaceFile HTMLSaved OWC9 OWC10 OWC11 FileFormat LastSavedVersion EmbeddedDocs WSSLinkedList MSERedcords ErrorChecking AccessDBConnection SharedWorkBook LinkedContent Charts OfficeArtShapes ELFEnabled StandardList ATP RelationalPivot OLAPPivot CondFormatosExcelPropertyLinkedInformation collected during a deep scan by the OMPM File Scanner for Excel files that contain linked cellsScanFileID LinkSchema for OMPM Compatibility Report data Output from the Office File Converter and Version Extraction Tool, together with queries against scanned data from the OMPM File Scanner, populate the OMPM Compatibility Report data schema. All tables in the OMPM Compatibility Report data schema start with the prefix "om." The tables in the OMPM Compatibility Report data schema fall into two categories: Tools, actions, and issues data File location data OMPM Compatibility Report data schema: tools, actions, and issues data The tools, actions, and issues tables in the OMPM Compatibility Report data schema include information about the OMPM tool that was used, the actions that the administrator performed for a file, and the issues that were identified by the deep scan function of the OMPM File Scanner. The following table provides descriptions for each table for tools, actions, and issues data in the OMPM Compatibility Report data schema. TableDescriptionFieldsomIssueIssues found by OMPM File Scanner, Office File Converter, or Version Extraction Tool.IssueId Title Description HelpURL IssueLevelId IssueTypeIdomIssueLevelPre-defined issue levels (red, yellow, and green).IssueLevelId DescriptionomIssueTypePre-defined issue categories.IssueTypeId Description IsPromotedomFileIssueMaps issues to files.FileId IssueId IssueDate IsResolvedomToolIssueMaps issues to tools.ToolId IssueIdomToolTool definitions.ToolId Title Description HelpURL VersionomActionAction taken for a file, including whether the file was modified.FileId ToolId ActionDate ActionOptions FileModifiedDateomActionFileFiles that were created by an action, such as a .docx file that was created by the Office File Converter.FileId ToolId ActionDate FileCategoryId Name Path ComputerName DomainomActionIssueIssue that was found or resolved by a tool in OMPM.FileId ToolId ActionDate IssueId IsResolved PostStatus PostDateomAccessRatingsPre-defined ratings for Access issues.FileID RatingIdomAccessIssueConversion and other issues that were found in Access files during the scan.FileID IssueIdomCSIDLThe system folder identifier for a file. For more information about CSIDL values, see HYPERLINK "http://go.microsoft.com/fwlink?linkid=71501" \o "http://go.microsoft.com/fwlink?linkid=71501"CSIDL (http://go.microsoft.com/fwlink?linkid=71501).CSIDL NameomFilterCompatibility report filters saved from OMPM Reports.FilterId Name SQLText AdvancedomFileCategoryThe action name (for example, "Upgrade") that created a file in the omActionFile table.FileCategoryId Description OMPM Compatibility Report data schema: file location data The following table provides descriptions for file location data tables in the OMPM Compatibility Report data schema. FileID is the primary key. TableDescriptionFieldsomFileFile information, including location and modifiers for actions that change the state of the file.FileId LastScanFileId Name Path ShortPath Extension FileFormatId Size CreatedDate ModifiedDate Owner UserContent ComputerName DNS HashCode CSIDL MaxIssueLevel IsReadOnlyomFileScanFileMaps entries in omAccessIssue from the corresponding omFile entry to osScanFile, which specifies the FileID needed to obtain details from the Access tables.FileId ScanFileId Schema for Access data The following table provides descriptions for each Access table in the OMPM database schema. TableDescriptionFieldsAccessVersionsPropertiesContains information about the version properties in an Access file.VersionCode VersionAccessSystemFilesContains information about Access system files.NameAccessSampleFilesContains information about Access sample files.NameAccessReservedWordsContains information about reserved words in an Access file.NameAccessSettingsContains information about the settings of an Access file.SettingName DateValueAccessQueriesTypeLookupPropertiesContains information about lookup properties for query types in an Access file.TypeID TypeFriendlyNameAccessIssuesPropertiesContains information about issue properties for an Access file.IssueId IssueText UserIntervention IssueType UserInterventionPriorityAccessBackupTokensContains information about backup tokens for an Access file.NameAccessDatabasesRatingPropertiesContains information about database rating properties for an Access file.RatingID RatingAccessFieldTypeLookupPropertiesContains information about lookup properties for field types in an Access file.FieldType FieldTypeFriendlyNameAccessFormsContains information about forms in an Access file.FileID FormNameAccessReferencesContains information about references in an Access file.FileID ReferenceName GUID FullPath IsBroken Kind Major MinorAccessMacrosContains information about macros in an Access file.FileID MacroNameAccessQueriesContains information about queries in an Access file.FileID QueryName SQL Connect TypeAccessTablesContains information about tables in an Access file.FileID TableName RecordCount ConnectAccessModulesContains information about modules in an Access file.FileID ModuleNameAccessReportsContains information about reports in an Access file.FileID ReportNameAccessFieldsContains information about fields in an Access file.FileID TableName FieldName FieldTypeAccessPropertiesContains information about properties in an Access file.FileID ScanID TableCount QueryCount FormCount ReportCount MacroCount ModuleCount ReferenceCount CollatingOrder Version ReplicaID DesignMasterID ANSIQueryMODE AccessVersion Build ProjVer StartupForm NoConvertDialog DatabaseOwner IsCompiled IsSample IsBackup IsOld IsSystem Other Resources HYPERLINK "http://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspx" \o "http://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspx"Import OMPM log files into the database (http://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx" \o "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx"Introduction to Office Migration Planning Manager (OMPM) (http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=206155" \o "http://go.microsoft.com/fwlink/?LinkId=206155"Getting started with OMPM 2010 (http://go.microsoft.com/fwlink/?LinkId=206155) Sample script to run the Office Migration Planning Manager File Scanner from a file share for Office 2010 Updated: November 18, 2010 You can use the sample script contained in this article to run the Office Migration Planning Manager (OMPM) File Scanner from a central file share. You can deploy the script with Microsoft System Center Configuration Manager 2010, another software deployment application, or a script. For more information about how to set up and run OMPM File Scanner, see HYPERLINK "http://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx" \o "http://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx"Set up OMPM File Scanner (http://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx) and HYPERLINK "http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx" \o "http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx"Run OMPM File Scanner (http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx). '************************************************************************************* ' File Name: OffScan.vbs ' Version: 1.0 ' Purpose: Executes offscan.exe and generate the MIF message based on output of offscan.exe '************************************************************************************* Option Explicit ''On Error Resume Next Dim oFso, oWsh, g_strRoot, g_SourcePath, g_optFile, g_intReturnCode '------------------- Creating Objects ------------------------------- Set oFso = Wscript.CreateObject("Scripting.FileSystemObject") Set oWsh = Wscript.CreateObject("Wscript.Shell") '------------- Get the Parent Folder ------------------------------- g_strRoot = oFso.GetParentFolderName(Wscript.ScriptFullName) g_optFile = oWsh.ExpandEnvironmentStrings("%temp%\offscan_output.txt") g_SourcePath = oFso.BuildPath(g_strRoot,"bits\offscan.exe") If oFso.FileExists(g_optFile) Then oFso.DeleteFile g_optFile End If g_intReturnCode= oWsh.Run("%comspec% /c " & g_SourcePath & " >> " & g_optFile,0,True) '// Remove this if network copy is not requried CopycabfiletoNetworkLocation Quit() '**************************************************************************************************************** 'Sub Name : GenerateMIFMessage() 'Purpose: Generates the MIF message '**************************************************************************************************************** Sub GenerateMIFMessage() 'On Error Resume Next Dim l_varGetFile,l_strReadFile,l_strLine, l_oMIFGen, l_strMifMessage If oFso.FileExists(g_optFile) Then Set l_varGetFile = oFso.GetFile(g_optFile) Set l_strReadFile = l_varGetFile.OpenAsTextStream(1,-2) Do While l_strReadFile.AtEndofStream = False l_strLine = l_strReadFile.ReadLine If Not Trim(l_strLine) = "" Then If Instr(lcase(l_strLine),"total time") or Instr(lcase(l_strLine),"total number") Then If Trim(l_strMifMessage) = "" Then l_strMifMessage = g_intReturnCode & ":" & l_strLine Else l_strMifMessage = l_strMifMessage & ";" & l_strLine End If End If If Instr(lcase(l_strLine),"error:") Then If Trim(l_strMifMessage) = "" Then l_strMifMessage = g_intReturnCode & ":" & Split(Split(l_strLine,".")(0),":")(1) Else l_strMifMessage = l_strMifMessage & ";" & Split(Split(l_strLine,".")(0),":")(1) End If End If End If Loop Set l_strReadFile = Nothing Set l_varGetFile = Nothing Else l_strMifMessage="Output file NOT found" End If Set l_oMIFGen = WScript.CreateObject("ISMIFCOM.InstallStatusMIF") l_oMIFGen.Create "OffScan.MIF", "Microsoft", "Office File Scanner", "1.0", "ENU", 1, l_strMifMessage, 1 End Sub '************************************************************************************* ' Sub Name: Quit ' Purpose: Exit '************************************************************************************* Sub Quit() 'On Error Resume Next GenerateMIFMessage() Set oWsh = Nothing Set oFso = Nothing Wscript.Quit(0) End Sub '************************************************************************************* 'Sub Name : CopycabfiletoNetworkLocation() 'Purpose: Copy the cab file to specified common folder '************************************************************************************* Sub CopycabfiletoNetworkLocation() 'On Error Resume Next Dim l_strDemoFolder, l_strFile, l_oFileCollection Dim l_offSacnIniPath, l_SourceFolder, l_destinationFolder l_offSacnIniPath="bits\offscan.ini" l_SourceFolder="%temp%\offscan" '%temp%\offscan - this shold be same as in offscan.ini file. '//--------------- Specify the Share name (share name should end with "\" )-------------------- l_destinationFolder= "\\server\sharename\" l_offSacnIniPath = oFso.BuildPath(g_strRoot,l_offSacnIniPath) If oFso.FileExists(l_offSacnIniPath) Then l_SourceFolder = oWsh.ExpandEnvironmentStrings(l_SourceFolder) Set l_strDemoFolder = oFso.GetFolder(l_SourceFolder) Set l_oFileCollection = l_strDemoFolder.Files For Each l_strFile in l_oFileCollection oFso.CopyFile l_strFile,l_destinationFolder Next Set l_oFileCollection = Nothing Set l_strDemoFolder = Nothing End If If oFso.FileExists(g_optFile) Then oFso.CopyFile g_optFile,l_destinationFolder End If End Sub Other Resources HYPERLINK "http://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspx" \o "http://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspx"Import OMPM log files into the database (http://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx" \o "http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx"Run OMPM File Scanner (http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspx" \o "http://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspx"Analyze reports from OMPM (http://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx" \o "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx"Introduction to Office Migration Planning Manager (OMPM) (http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=206155" \o "http://go.microsoft.com/fwlink/?LinkId=206155"Getting started with OMPM 2010 (http://go.microsoft.com/fwlink/?LinkId=206155) Office Migration Planning Manager Offscan.ini settings for Office 2010 Updated: February 17, 2011 The settings and values that you can specify in the Offscan.ini file are listed and described in the Offscan.ini settings table in this article. Offscan.ini is the configuration file that the Office Migration Planning Manager (OMPM) File Scanner reads to obtain information about how to perform the OMPM File Scanner scan. The Offscan.ini file must be edited before you can run the OMPM File Scanner. The OMPM File Scanner scans a set of files one time per RunID. The RunID is a unique ID number that you assign to this setting in the offscan.ini file. It specifies one scan. To scan the same set of files again, provide a different RunID. Offscan.ini settings table The following table shows the settings and values in Offscan.ini. SettingRequired?DescriptionPossible valuesIf value is missingIf value is not valid[Run]RequiredDefines the scan execution identifier.Section headScanning stops.Not applicableRunID=RequiredTracking number for the current scan. Use this to group scans from different computers in the Reports. The purpose of RunID is to uniquely identify scan results in the OMPM reporting database. You can only use a single RunID one time on each client computer. This avoids duplicate log information from being generated. Use an alternate RunID to run subsequent scans.1 through 2,147,483,646. The default value is 1001.Scan ends. If value is a previously used RunID on the same client computer, the scan immediately finishes, and you see the following message: The scan with the specified RunID has already been completed on this Computer for this User. Scan Complete.End scanDescription=OptionalText used to describe the current scan.Free-form text, truncated to 255 characters.Ignore.Not applicable[Scan]RequiredDefine scan actions to be executed.Section headScanning stopsNot applicableDestinationPath=RequiredPath where log files are placed. Supports environment variables (see Note that follows). Physical or mapped drive or UNC, e.g., c:\scan\logs or \\server\logshare The default location is c:\ompm\scandata Environment variables are also supported.End scan and display usage information to console.If the directory does not exist, the directory is created as configured. If the entire path is incorrect, an error is displayed on the computer and the scan is stopped.ScanMyDocumentsOptionalEnsures the user's My Documents folder is scanned whether My Documents is within the path that is specified in SourcePath or redirected to another hard disk drive or network share. 1 - Scan My Documents wherever the folder is. 0 - do not scan My Documents if the path is not under that indicated by SourcePath. The default value is 0.No special handling for My Documents folder.IgnoreScanDesktopOptionalEnsures the user's Desktop folder is scanned, whether Desktop is within the path that is specified in SourcePath or redirected to another hard disk drive or network share. Optional.1 - Scan Desktop wherever the folder is. 0 - do not scan Desktop if the path is not under that indicated by SourcePath. The default value is 0.No special handling for Desktop folder.IgnoreDeepScan=OptionalSpecify whether this is a deep scan. Deep scan must be enabled to allow OMPM scanner to look for file compatibility changes. 0 - perform a light scan. 1 - perform a deep scan. The default value is 1.Performs a light scan.Performs a light scanCABLogs=OptionalDisable creation of CAB files. 0 do not allow creation of CAB files. 1 allow creation of CAB files. The default value is 0.Will not create CAB files.Does not create CAB filesVerbose=OptionalSpecify whether to display scan activity on the screen. 0 - do not print output to the screen. 1 - print output to the screen. The default value is 1.Does not print output to the screen.Does not print output to the screenRecovery=OptionalRestart a failed scan when you run the OMPM File Scanner again. 0 - do not restart failed scans. 1 - restart failed scans. The default value is 1.Does not attempt to restart failed scans.Does not attempt to restart failed scansLogOutput=OptionalSpecify whether to write output to a file. 0 - do not write output to a file. 1 - write output to a file. The default value is 1.Does not write output to a file.Does not write output to a fileSkipOldAccessedFilesOptionalEnables scan filtering based on the last accessed date of files. If enabled, files with last access dates that are older than the specified date are logged as skipped files. They are not scanned. 1 - Offscan skips files that have a Last Accessed Date that is less than OldAccessedDate 0 - offscan does not skip old files based on Last Accessed Date The default value is 0.No files are skipped.No files are skippedOldAccessedDateOptionalDefines the date to use for filtering file scanning by last accessed date, Must be activated by using the SkipOldAccessedFiles setting. The date format is YYYY/MM/DD.Valid date The default value is 2005/01/01No files are skipped.The scan stopsSkipOldModifiedFilesOptionalEnables scan filtering based on the last modified date of files. If enabled, files that have last modified dates that are older than the specified date are logged as skipped files. They are not scanned.1 - offscan skips files that have a Last Modified Date that is less than OldModifiedDate 0 - offscan does not skip old files based on Last Modified Date The default value is 0.No files are skipped.No files are skippedOldModifiedDateOptionalDefines the date to use for filtering file scanning by last modified date, Must be enabled by using the SkipOldModifiedFiles setting. The date format is YYYY/MM/DD.Valid date The default value is 2005/01/01No files are skipped.The scan stopsVerboseSkippingOptionalDefines whether skipped files are displayed on the screen during scanning.1 - every file skipped is displayed 0 - skipped files are not displayed The default value is 1.Skipped files are not displayed.Skipped files are not displayed.ScanMacrosOptionalSpecify whether to scan files for macro VBA code to determine the number of potential object model changes from the current version to Office 2010.1 - offscan attempts to scan macros in scanned filetypes for API or object model compatibility issues. 0 - offscan does not attempt to scan macros for API or object model issues The default value is 0.Files are not scanned for macro issues.Files are not scanned for macro issues.ScanMacrosx64OptionalSpecify whether to scan macro VBA code to determine the number of potential 64-bit Office changes from the current version to Office 2010 64 bit.1 - offscan attempts to scan macros in scanned filetypes for API or object model compatibility issues. 0 - offscan does not attempt to scan macros for API or object model issues The default value is 0.Files are not scanned for 64-bit macro issues.Files are not scanned for 64-bit macro issues[FoldersToScan]OptionalSection lists folder trees to scan. Sub-folders are also scanned. Supports environment variables (see examples at the end of this table).Section headFolder=OptionalLists the folder that is included in the scan. All files within this folder and sub-folders are scanned. You can add a Folder entry for each folder (and its included subfolders) that you want to include in the scan. Define local drives, UNC paths, or WebDAV paths.Examples: Local: C:\samplefolder or C:\%localappdata% Server: \\servername\share WebDAV(SharePoint): \\server\DAVwwwRoot No value is specified by default.OMPM File Scanner scans all local physical drives.OMPM File Scanner ignores and logs paths that are not valid and continues scanning the remaining defined folders. OMPM File Scanner scans all local physical drives if no valid folders are defined.[FoldersToExclude]OptionalSection lists folders to exclude from the scan. Sub-folders are also excluded. If [FoldersToExclude] contains folders that do not exist on the computer, the scan stops. Supports environment variables (see Note that follows). Optional.Section Head.No folder is excluded from the scan.If FoldersToScan and FoldersToExclude include the same folders, an error is written to tblErrors and the scan ends. Error is: " Error: Cannot include and exclude the same path. Make sure each path only appears once in the config file. Scan AbortedFolder=OptionalLists a folder to be excluded in the scan. All files within this folder and sub-folders are scanned. Optional. Define local drives, UNC paths, or WebDAV paths. Using environment variables in the definition of the folder path is supported. You can add a Folder entry for each folder that you want to exclude from the scan.Examples: Local: C:\samplefolder or C:\%localappdata% Server: \\servername\share WebDAV(SharePoint): \\server\DAVwwwRoot No default value is specified OMPM scans files in accordance with the defined folderstoscan section. No folder is excluded from the scan.Ignores and logs invalid paths and continues scanning the remaining defined folders[Network]OptionalIf you are scanning over a network, use the Network section to retry on some limited errors. If a retry is not successful, an error is logged and the scan continuesSection headRetry is not attemptedRetry is not attemptedRetryCountOptionalNumber of retries per file before it moves to the next file. Integer. The default value is 10.RetryIntervalOptionalNumber of milliseconds to wait between retries. Integer. The default value is 1000.RetryTimeoutOptionalThe number of sequential files to retry before stopping the scan. Optional.Integer. 0 - infinite number of files. The default value is 10.[Application] RequiredSections that contain specific settings for each Office application.Section heads: Access Excel PowerPoint Project Publisher Visio Word If section is missing, the application document files are not scanned.If [Application] is not a known value, the section is ignored.Ext=RequiredList of extensions to be scanned for the application. Required, if [Application] is present. For a list of file types that are scanned by the OMPM File Scanner, see HYPERLINK "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx" \o "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx"Office Migration Planning Manager (OMPM) overview for Office 2010 (http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx) Extensions are defined for each application.For example, "doc" or "dot" (a comma-separated list without the preceding "." character). You can add more extension types if you use other extensions for particular document types, such as .LET for Word letter documents. Defaults by application: Access: mdb, mde, mdz, adp, ade, mdt, mda, accda, accdb, accdr, accdu, accde, accdt, accdc Excel: xls, xlt, xla, XLC, XLM, xlsm, xltm PowerPoint: ppt, pot, pps, ppa, pptm, ppam, potm Project: mpp, mpt Publisher:pub Visio: vsd, vss, vst, vdx, vtx, vsx Word: doc, dot, wiz, docm, dotmIf there are no values in Ext= in any [Application] section, the OMPM File Scanner finishes without scanning the files.File type is ignored.[Access]OptionalConfiguration settings for Access.Section headScanDAO=OptionalSpecify whether to collect data access object (DAO) properties from the Access databases that are scanned. 0 - do not collect DAO properties. 1 - collect DAO properties. The default value is 1.Collect DAO properties.Collect DAO properties.AccessScan=OptionalSpecify whether to collect Access properties from the Access databases that are scanned. To collect Access properties, the OMPM File Scanner must be running on a computer that has Access 95 or a later version installed on it. 0 - do not collect Access properties. 1 - collect Access properties. The default value is 0.Do not collect Access properties.Do not collect Access properties.DisableConvDialog=OptionalSpecify whether to prevent the conversion dialog box from appearing the next time that a user opens a version of an Access database that is earlier than Access 2002 or Access 2003 in either Access 2002 or Access 2003. If you set DisableConfDialog=1, the LastModified date of the Access database changes. 0 - do not prevent the conversion dialog box from appearing. 1 - prevent the conversion dialog box from appearing. The default value is 0.Do not prevent the conversion dialog box from appearing.Do not prevent the conversion dialog box from appearing.MaxCopyFileSize=OptionalSpecify the maximum file size in megabytes (MB) that the OMPM File Scanner copies for the collection of Access properties. When collecting Access properties, the OMPM File Scanner makes a copy of the database, which it opens and scans. This preserves the LastModified date for the database. You can use this setting to limit the file size that is copied. Integer. The default value is 0.  Important: When you scan Access databases, you must configure it to a value that is greater than the size of the largest database that you want to scan. You cannot leave this value at 0. If this results in a timeout during the scan, modify the following settings under [Network]: set RetryCount to 15, and RetryInterval to 1500. Defaults to 0 MB.Defaults to 0 MB.TempPath=OptionalSpecify the folder path where the OMPM File Scanner copies Access databases before it scans them. Drive letter or UNC path. The default value is null.Use the folder path that is specified for the TEMP variable in the Windows operating system that is running on your computer.Use the folder path that is specified for the TEMP variable in the Windows operating system that is running on your computer.  Note: The following properties support environment variables: [FoldersToScan], [FoldersToExclude], and [DestinationPath]. For example, you can specify %temp%, which resolves as the location to store temporary files. If the environment variable cannot be resolved due to a misspelling or other reason (for example, if you specified %temps% instead of %temp%), the OMPM File Scanner treats the entry like a folder name and not an environment variable. Other Resources HYPERLINK "http://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspx" \o "http://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspx"Office Migration Planning Manager (OMPM) for Office 2010 (http://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=206155" \o "http://go.microsoft.com/fwlink/?LinkId=206155"Getting started with OMPM 2010 (http://go.microsoft.com/fwlink/?LinkId=206155) Use IExpress 2.0 to create a distribution package for Office Migration Planning Manager File Scanner in Office 2010 Updated: November 18, 2010 You can use IExpress 2.0 to create a distribution package for Office Migration Planning Manager (OMPM) File Scanner by using the following procedure. Create a distribution package for OMPM File Scanner Use the following procedure to create an executable file that you can distribute to users. When a user runs the executable file, the OMPM File Scanner files are copied to the users computer. IExpress 2.0 is available only on WindowsXP and WindowsVista. To create a distribution package for OMPM File Scanner Edit offscan.ini by using the appropriate variables for your environment. On a computer that is running WindowsXP, click Start, click Run, type iexpress, and then click OK. This starts the IExpress Wizard. On the Welcome to IExpress2.0 page, select Create new Self Extraction Directive file, and then click Next. On the Package purpose page, select Extract files and run an installation command, and then click Next. On the Package title page, type a title for the package, and then click Next. On the Confirmation prompt page, select No prompt, and then click Next. On the License agreement page, select Do not display a license, and then click Next. On the Packaged files page, click Add, and then select all files from the Scan directory where OMPM is installed. The list should contain the following files: OFFSCAN.EXE ACCSCAN.DLL OFFSCAN.INI MSVBVM50.DLL SYSTEM.MDW WORD.XML EXCEL.XML COMMONTERMS.XML PPT.XML When you finish adding files, click Next. On the Install Program to Launch page, in the Install Program box, type c:\ompm\offscan.exe. In the Post Install Command box, enter the command that you want to use to copy .cab files from the scanned computer to the location where you want to store all .cab files. For example, to copy the .cab files from C:\Scan\Logs to the logs directory on a computer named Server1, type copy c:\scan\logs\*.* \\Server1\logs. Click Next. On the Show window page, select Hidden, and then click Next. On the Finished message page, select No message, and then click Next. On the Package Name and Options page, enter the path and file name that you want for this distribution package. Select the options that you want, and then click Next. On the Configure restart page, select No restart, and then click Next. On the Save Self Extraction Directive page, select Save Self Extraction Directive (SED) file, edit the path and file name, and then click Next. On the Create package page, click Next. When the package is created, click Finish to exit. Other Resources HYPERLINK "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx" \o "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx"Office Migration Planning Manager (OMPM) overview for Office 2010 (http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=206155" \o "http://go.microsoft.com/fwlink/?LinkId=206155"Getting started with OMPM 2010 (http://go.microsoft.com/fwlink/?LinkId=206155) HYPERLINK "http://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx" \o "http://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx"Set up the Office Migration Planning Manager (OMPM) File Scanner for Office 2010 (http://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx" \o "http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx"Run the Office Migration Planning Manager (OMPM) File Scanner for Office 2010 (http://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx) Office Migration Planning Manager 2010 reports filtering reference for Office 2010 Updated: November 18, 2010 The filtering criteria that you can select on the 2010 Office Release Compatibility page in Office Migration Planning Manager (OMPM) reports are listed in the following table. Filtering Criteria: Office Release Compatibility Report FieldDescriptionScanner RunA list of all run descriptions and their IDs. Filters to all files that were scanned in that scanner run. Note: The data displayed for each file is from the latest scanner run.Issue TypeFilters by type of issue, including Access Error, Scanner Error, Tool Error, and Upgrade Issue. Filters to all files that have that issue.Select Issues of Specified TypeShows unresolved issues filtered to the specified issue type.Select Resolved Issues and ActionsShows issues that have been resolved by user actions, such as converting the file.Max Issue LevelFilters by the maximum issue level found in a file, including Red, Yellow, and Green. For example, if a file has a red issue and a green issue, it is filtered with a red issue.File FormatFilters by file format. You can select individual programs, or you can select Excel/PowerPoint/Word to select all files that can be converted to the .xml file formats in Microsoft Office 2010.File ExtensionFilters by file name extension.Modified BeforeShows files that have a last modified date that is before the date specified.Modified AfterShows files together with a last modified date that is after the date specified.File AccessFilters by the file access that the scanner had to each file. For example, if the file is located on a drive that is read-only for the scanner, the file is listed as read-only.Min Size (KB)Shows files that are the file size specified or bigger.DomainFilters by domain. The string must be an exact match.Computer NameFilters by computer name. The string must be an exact match.Path Begins WithShows files where the long path name begins with the characters specified.Name Begins WithShows files where the file name begins with the characters specified.System FoldersShows files from the selected system folders. The system folder filters to files not found in system folders.Selected Filter SQLThis is a read-only field that shows the most recently applied SQL clause. Click the Customize SQL button to edit the SQL clause. Click Clear SQL Filter to return to editing the filter in the form view. Advanced: When customizing SQL, you can insert filter criteria by using a field in the form view and clicking Add Selected Criteria to insert those criteria into the SQL query. After you apply a filter, the Scanned Files and Created Files windows contain the first 1,000 files that were returned. You can sort or filter by any column by using data sheet column headers. However, the results will be only for those 1,000 files. For example, if you sort by File Name, OMPM reports returns the same 1,000 files sorted by File Name. To sort or filter on all of the files in that scanner run, click Open in a new window at the bottom of the Scanned Files or Created Files window. Other Resources HYPERLINK "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx" \o "http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx"Office Migration Planning Manager (OMPM) overview for Office 2010 (http://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=206155" \o "http://go.microsoft.com/fwlink/?LinkId=206155"Getting started with OMPM 2010 (http://go.microsoft.com/fwlink/?LinkId=206155) HYPERLINK "http://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspx" \o "http://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspx"Analyze Office Migration Planning Manager (OMPM) Reports for Office 2010 (http://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspx) Messaging reference for Outlook 2010 Published: May 12, 2010 This section provides information about additional factors to consider when you configure and deploy Microsoft Outlook 2010 in an organization. In this section: ArticleDescriptionHYPERLINK \l "BMbc667b4c164542be8dc0af56dc11ef5b"Attachment file types restricted by Outlook 2010Contains a list of Level 1 file types that are blocked under a default installation of Outlook 2010. Attachment file types restricted by Outlook 2010 Published: May 12, 2010 There is restricted access to some attachments in items (such as e-mail messages or appointments) in Microsoft Outlook 2010. Files that have specific extensions can be categorized as Level 1 (the user cannot view the file) or Level 2 (the user can open the file after saving it to disk).  Note: This article is for Outlook administrators. To learn more about why some Outlook attachments are blocked, see HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=81268" \o "http://go.microsoft.com/fwlink/?LinkId=81268"Blocked attachments: The Outlook feature you love to hate (http://go.microsoft.com/fwlink/?LinkId=81268). Or, to learn more about how to share files that have restricted file types, see HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=188575" \o "http://go.microsoft.com/fwlink/?LinkId=188575"Blocked attachments in Outlook (http://go.microsoft.com/fwlink/?LinkId=188575). By default, Outlook 2010 classifies several file types as Level 1 and blocks files that have those extensions from being received by users. As an administrator, you can use Group Policy to manage how a file type is categorized for e-mail attachment blocking. For example, you can change a file type categorization from Level 1 to Level 2 or create a list of Level 2 file types. There are no Level 2 file types by default. For more information, see HYPERLINK "http://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspx" \o "http://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspx"Plan attachment settings in Outlook 2010 (http://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspx). The following table lists Level 1 file types that are blocked under a default installation of Outlook 2010. File extensionFile type.adeMicrosoft Access project extension.adpMicrosoft Access project.appApplication file.aspActive server page.basMicrosoft Visual Basic class module.batBatch file.cerInternet Security Certificate file.chmCompiled HTML Help file.cmdDOS CP/M command file, Microsoft Windows NT command script.cntWindows Help contents file.comMicrosoft MS_DOS program.cplControl Panel extension.crtSecurity certificate.cshScript file.der DER Encoded X509 certificate file.exeExecutable file.fxpMicrosoft Visual FoxPro compiled program.gadgetWindows Gadget.grpWindows program group file.hlpHelp file.hpjHelp project file.htaHTML program.infInformation or setup file.insInternet Naming Service.ispInternet Communication settings.itsInternet Document Set file.jarJAVA archive file.jsJavaScript source code.jseJScript Encoded script file.kshUNIX Shell script file.lnkWindows shortcut.madMicrosoft Access module shortcut.mafMicrosoft Access shortcut.magMicrosoft Access diagram shortcut.mamMicrosoft Access macro shortcut.maqMicrosoft Access query shortcut.marMicrosoft Access report shortcut.masMicrosoft Access stored procedures.matMicrosoft Access table shortcut.mauMedia attachment unit.mavMicrosoft Access view shortcut.mawMicrosoft Access data access page.mcfManifest configuration file.mdaMicrosoft Access add-in program.mdbMicrosoft Access program.mdeMicrosoft Access MDE database file.mdtMicrosoft Access data file.mdwMicrosoft Access workgroup.mdzMicrosoft Access wizard program.mscMicrosoft Common Console document.msh Windows PowerShell script helper.msh1Windows PowerShell script helper.msh2Windows PowerShell script helper.mshxml Windows PowerShell script helper.msh1xmlWindows PowerShell script helper.msh2xmlWindows PowerShell script helper.msiWindows Installer package.mspWindows Installer update package file.mstVisual Test source file.opsMicrosoft Office profile settings file.osdOpen software description file.pcdMicrosoft Visual Test compiled script.pifWindows program information file.plPerl script file.plg Developer Studio build log.prfOutlook profile file.prgProgram source file.ps1Windows PowerShell.ps1xmlWindows PowerShell.ps2Windows PowerShell.ps2xmlWindows PowerShell.psc1Windows PowerShell.psc2Windows PowerShell.pstMicrosoft Outlook personal folder file.regRegistration entries, Registry data file .scfWindows Explorer command file.scrWindows screen saver.sctWindows script component.shbWindows shortcut to a document.shsShell Scrap object file.tmpTemporary file or folder.urlUniform Resource Locator (Internet shortcut).vbMicrosoft Visual Basic Scripting Edition (VBScript) file.vbeVBScript Encoded script file.vbpVisual Basic project file.vbsVBScript script file, Visual Basic for Applications script file.vsmacrosMicrosoft Visual Studio .NET binary-based macro project file.vswMicrosoft Visio workspace file.wsWindows script file.wscWindows script component.wsfWindows script file.wshWindows Script Host settings file.xbapXAML browser application.xnkMicrosoft Exchange public folder shortcut Other Resources HYPERLINK "http://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspx" \o "http://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspx"Plan attachment settings in Outlook 2010 (http://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspx) SharePoint Workspace 2010 reference Updated: December 16, 2010 This section describes how to use the Office Customization Tool (OCT) and Group Policy to customize an installation of Microsoft SharePoint Workspace 2010. In this section: ArticleDescriptionHYPERLINK \l "BM43008de25eef4de1b0e119b7ceeb68f6"Office Customization Tool settings for SharePoint Workspace 2010Describes how to use the Office Customization Tool (OCT) to customize an installation of SharePoint Workspace 2010.HYPERLINK \l "BM83adbed163bc466292b779b708f961c5"Group Policy for SharePoint Workspace 2010Describes Group Policy settings that, when applied to an Active Directory organizational unit, can be used to customize an installation of SharePoint Workspace 2010.HYPERLINK \l "BM3a1dc784a7c1467db21bf1e3cd18ed20"Deployment checklist for SharePoint Workspace 2010Provides a short checklist to help ensure a successful deployment of SharePoint Workspace 2010. Group Policy for SharePoint Workspace 2010 Updated: December 9, 2010 When Group Policy settings are applied to an Active Directory organizational unit, you can use them to customize an installation of Microsoft SharePoint Workspace 2010. A collection of Group Policy settings, which is known as a Group Policy object (GPO), is tied to a rules engine that determines which Active Directory group receives related policy settings. SharePoint Workspacespecific Group Policy settings can found in the groove.adm file. For more information about how to access and use the Group Policy feature, see HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=162307" \o "http://go.microsoft.com/fwlink/?LinkID=162307"Group Policy overview (Office system) (http://go.microsoft.com/fwlink/?LinkID=162307) and HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=78176" \o "http://go.microsoft.com/fwlink/?LinkID=78176"Enforce settings by using Group Policy in the Office system (http://go.microsoft.com/fwlink/?LinkID=78176). For more information about how to customize deployments, see HYPERLINK "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx" \o "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx"Configure and customize SharePoint Workspace 2010 options (http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx). The following table describes GPOs that affect SharePoint Workspace 2010 installation. Group Policy objectDescriptionDefault value or undefined valueProhibit Groove WorkspacesProhibits use of Groove workspaces and Shared Folders. Limits SharePoint Workspace use to SharePoint workspaces only.DisabledEnable IPv6Enables IPv6 for SharePoint Workspace.DisabledPrefer IPv4Indicates that IPv4 is preferred over IPv6 if both are supported on client computers.DisabledPrevent Indexing Certain PathsPrevents Windows Search 4.0 from crawling (creating indexes for) SharePoint Workspace content. This policy prevents Windows Search crawling for SharePoint Workspace, removes Search from the ribbon in SharePoint Workspace, overrides any user-initiated content crawling, and cleans the Windows Search index of previously indexed SharePoint Workspace content. If this policy is not enabled, Windows Search indexing is enabled by default for the following SharePoint Workspace content: Metadata for SharePoint workspaces and Groove workspaces for SharePoint Workspace 2010 Metadata for all Groove workspace tools for SharePoint Workspace 2010 The following Groove workspace content is for SharePoint Workspace 2010: Discussions, Documents, Notepad entries, chat transcripts, member messages, and custom lists. If this policy is enabled, Windows Search does not crawl specified paths. The format for specifying a non-searchable path is as follows: Protocol://site/path/file and SharePointWorkspaceSearch must be entered as the search protocol. For example, the following entry prevents indexing of any SharePoint Workspace content for all users on target SharePoint Workspace computers: SharePointWorkspaceSearch://{*}/* For more information about the Prevent Indexing Certain Paths GPO, see HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=164564&clcid=0x409" \o "http://go.microsoft.com/fwlink/?LinkID=164564&clcid=0x409"Group Policy for Windows Search (http://go.microsoft.com/fwlink/?LinkID=164564&clcid=0x409).  Note: This setting is a Windows Search policy that affects SharePoint Workspace 2010. For more information about Group Policy for Windows Search, see HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=164567" \o "http://go.microsoft.com/fwlink/?LinkId=164567"Windows Search Administrators Guides (http://go.microsoft.com/fwlink/?LinkId=164567).EnabledSync Only On Domain NetworkRequires a Secure Socket Layer (SSL) connection for SharePoint Workspace clients trying connect to SharePoint Server 2010 from outside the organizations intranet.  Note: This setting is a SharePoint Server 2010 custom policy that affects SharePoint Workspace 2010. DisabledSharePoint Workspace Account Configuration Code RequiredIf you use Groove Server 2010 Manager to manage SharePoint Workspace, use this policy to require that a managed account configuration code be entered, manually or automatically, to create a SharePoint Workspace account. This prevents users from creating unmanaged SharePoint Workspace accounts. For information about Groove Server 2010 and automatic account configuration, see HYPERLINK "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx" \o "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx"Deployment for Groove Server 2010 (http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx).DisabledGroove Server Manager NameIf you use Groove Server 2010 Manager to manage SharePoint Workspace, use this policy to specify the Groove Server 2010 Manager server name to which users are assigned. This attribute supports automatic SharePoint Workspace account configuration or restoration, and migration of unmanaged accounts to managed accounts. For information about how to migrate unmanaged accounts to Groove Server 2010 Manager, see the Migration section of HYPERLINK "http://technet.microsoft.com/library/32ec0f55-f8c0-444e-a8b8-ac1c900d59f6(Office.14).aspx" \o "http://technet.microsoft.com/library/32ec0f55-f8c0-444e-a8b8-ac1c900d59f6(Office.14).aspx"Operations for Groove Server 2010 Manager (http://technet.microsoft.com/library/32ec0f55-f8c0-444e-a8b8-ac1c900d59f6(Office.14).aspx).DisabledGroove Server Manager Valid Link SecurityIf you use Groove Server 2010 Manager to manage SharePoint Workspace, use this policy to ensure a trusted SharePoint Workspace-to-Manager communication link. When this requirement is enabled, the presented Groove Server Manager SSL certificate must be valid to enable SharePoint Workspace-to-Manager communication.EnabledMaximum Number of Proxy Connection Failures to Groove Server RelayIf you use Groove Server 2010 Manager to manage SharePoint Workspace, use this policy to limit the number of failed proxy connection attempts to a Groove Server Relay by the SharePoint Workspace client. When the limit is reached, additional proxy connection attempts to the Relay server are abandoned.EnabledList of Blocked Groove Relay ServersIf you use Groove Server 2010 Manager to manage SharePoint Workspace, use this policy to prevent SharePoint Workspace clients from initiating communications to listed Groove Relay servers that are known to be permanently decommissioned. The format is a comma-separated list of fully qualified domain names of Relay servers. Wildcards in the names are supported. The question mark (?) is for single character substitution and the asterisk (*) is for domain part substitution.DisabledConcepts HYPERLINK \l "BM43008de25eef4de1b0e119b7ceeb68f6"Office Customization Tool settings for SharePoint Workspace 2010 Other Resources HYPERLINK "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx" \o "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx"Configure and customize SharePoint Workspace 2010 options (http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx" \o "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx"Deployment for Groove Server 2010 (http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/e8a433c1-ea1f-4cf7-adc8-50972f58d465(Office.14).aspx" \o "http://technet.microsoft.com/library/e8a433c1-ea1f-4cf7-adc8-50972f58d465(Office.14).aspx"Plan for SharePoint Workspace 2010 (http://technet.microsoft.com/library/e8a433c1-ea1f-4cf7-adc8-50972f58d465(Office.14).aspx) Office Customization Tool settings for SharePoint Workspace 2010 Published: May 12, 2010 This article describes how to use the Office Customization Tool (OCT) to customize an installation of Microsoft SharePoint Workspace 2010. This customization option is especially useful if you cannot access the Group Policy feature. For information about how to use the OCT, see HYPERLINK \l "BM8faae8a0a12c4f7b839c24a66a531bb5"Office Customization Tool in Office 2010. For more information about customization options, see HYPERLINK "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx" \o "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx"Configure and customize SharePoint Workspace 2010 options (http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx). The following table describes OCT settings that affect SharePoint Workspace 2010. OCT paths to settings for SharePoint WorkspaceDescriptionFeatures/Modify user settings/Microsoft SharePoint Workspace 2010Prohibit Groove workspaces Prohibits use of Groove workspaces and Shared Folders. Limits SharePoint Workspace use to SharePoint workspaces only.Default setting: Disabled Enable IPv6 Enables IPv6 for SharePoint Workspace.Default setting: Disabled Prefer IPv4 Indicates that IPv4 is preferred over IPv6 if both are supported on client computers.Default setting: Disabled SharePoint Workspace Account Configuration Code Required If you use Groove Server 2010 to manage SharePoint Workspace, use this setting to require that a managed account configuration code be entered, manually or automatically, to create a SharePoint Workspace account. This prevents users from creating unmanaged SharePoint Workspace accounts. For information about Groove Server 2010 and automatic account configuration, see HYPERLINK "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx" \o "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx"Deployment for Groove Server 2010 (http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx).Default setting: Disabled Groove Server Manager Name If you use Groove Server 2010 to manage SharePoint Workspace, use this setting to specify the server name for use with automatic account configuration or restoration, or when you migrate unmanaged to managed accounts.Default setting: Disabled Groove Server Manager Valid Link Security If you use Groove Server 2010 to manage SharePoint Workspace, use this setting to ensure a trusted SharePoint Workspace-to-Manager communications link. When this requirement is enabled, the presented Groove Server Manager Secure Socket Layer (SSL) certificate must be valid to enable SharePoint Workspace-to-Manager communication.Default setting: Enabled Groove Server Manager Valid Link Security If you use Groove Server 2010 to manage SharePoint Workspace, use this link to ensure a trusted SharePoint Workspace-to-Manager communication link. When this requirement is enabled, the presented Groove Server Manager SSL certificate must be valid to enable SharePoint Workspace-to-Manager communication.Default setting: Enabled Maximum Number of Proxy Connection Failures to Groove Server Relay If you use Groove Server 2010 to manage SharePoint Workspace, use this setting to limit the number of failed proxy connection attempts to a Groove Server Relay by the SharePoint Workspace client. When the limit is reached, additional proxy connection attempts to the Relay server are discontinued.Default setting: Enabled List of Blocked Groove Relay ServersIf you use Groove Server 2010 to manage SharePoint Workspace, use this setting to prevent the SharePoint Workspace clients from initiating connections to listed Groove Relay servers that are known to be permanently decommissioned. The format is a comma-separated list of fully qualified domain names of Relay servers. Wildcards in the names are supported. The question mark (?) is for single character substitution and the asterisk (*) is for domain part substitution.Default setting: Disabled For more information about SharePoint Workspace settings, see HYPERLINK "http://technet.microsoft.com/library/24ec9cec-361b-4862-b5c3-d7ad5650c425(Office.14).aspx" \o "http://technet.microsoft.com/library/24ec9cec-361b-4862-b5c3-d7ad5650c425(Office.14).aspx"Deploy SharePoint Workspace (http://technet.microsoft.com/library/24ec9cec-361b-4862-b5c3-d7ad5650c425(Office.14).aspx).Additional contentUse the Add files setting in the OCT to automatically add files, such as SharePoint Workspace templates, to user installations. Use the Remove Files setting if you have special requirements that can only be enabled or disabled through the Windows Registry. For example, you can use this setting to remove legacy SharePoint Workspace or Microsoft Office Groove 2007 device management registry settings or you can set the registry value that disables running of the New User video upon configuration of a new account. Files to be removed might also include workspace templates from previous Office Groove 2007 installations.Concepts HYPERLINK \l "BM83adbed163bc466292b779b708f961c5"Group Policy for SharePoint Workspace 2010 Other Resources HYPERLINK "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx" \o "http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx"Configure and customize SharePoint Workspace 2010 options (http://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx" \o "http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx"Deployment for Groove Server 2010 (http://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx) Deployment checklist for SharePoint Workspace 2010 Updated: February 24, 2011 Use the following checklist to help ensure a successful SharePoint Workspace 2010 deployment. SharePoint server setup for SharePoint Workspace Requirement or best practiceStatus and commentsConfigure Secure Socket Layer protection on the port that will be used for SharePoint Workspace connections.Done [___] Comments:Confirm that Remote Differential Compression (RDC) is installed on the SharePoint server.Done [___] Comments:Confirm that Offline Client Availability is enabled for affected SharePoint sites.Done [___] Comments:Make sure to list the URLs of client-accessible sites in the Alternate Access Mapping list on the SharePoint server.Done [___] Comments:If your organization uses Line of Business Interoperability (or LOBi) lists to connect to an external database (instead of to the server database), and if SharePoint users have to take these lists offline, ensure that Offline Synchronization of External Lists is enabled on the SharePoint server.Done [___] Comments:Instruct site administrators who want to enable SharePoint Workspace users to access their content to set user permissions accordingly.Done [___] Comments:Confirm that intended SharePoint Workspace 2010 clients have browser access to designated SharePoint sites.Done [___] Comments:Select policies that you want to deploy for SharePoint Workspace 2010. See HYPERLINK \l "BM83adbed163bc466292b779b708f961c5"Group Policy for SharePoint Workspace 2010 for information about how to set policies for SharePoint Workspace 2010.Done [___] Comments:Deploy SharePoint Workspace 2010 with customization policies.Done [___] Comments:Other Resources HYPERLINK "http://technet.microsoft.com/library/efbf78f3-cc46-426d-bf92-5bdc4d77c093(Office.14).aspx" \o "http://technet.microsoft.com/library/efbf78f3-cc46-426d-bf92-5bdc4d77c093(Office.14).aspx"Configure SharePoint Workspace 2010 (http://technet.microsoft.com/library/efbf78f3-cc46-426d-bf92-5bdc4d77c093(Office.14).aspx) Conformance statement A-level (Office 2010) Published: July 22, 2010 Conformance statement for Microsoft Office 2010 in regards to HYPERLINK "http://www.w3.org/TR/WCAG20/" \o "http://www.w3.org/TR/WCAG20/"Web Content Accessibility Guidelines 2.0 (http://www.w3.org/TR/WCAG20/). Conformance statement for configuration and administration experience at A-level ClaimDetailsDate of the claimMay 12th, 2010Guidelines title, version, and URIHYPERLINK "http://www.w3.org/TR/2008/REC-WCAG20-20081211/" \o "http://www.w3.org/TR/2008/REC-WCAG20-20081211/"Web Content Accessibility Guidelines 2.0 (http://www.w3.org/TR/2008/REC-WCAG20-20081211/)Conformance level satisfied: (Level A, AA or AAA)AA concise description of the Web pages, such as a list of URIs for which the claim is made, including whether subdomains are included in the claim.Default content included with Office 2010 and Administration and Configuration features of Office 2010. For other product features, see HYPERLINK \l "BMea47e75291644c8fb2988e75a3fffa44"Conformance statement AA-level (Office 2010).A list of the Web content technologies relied upon.HTML JavaScript CSSAdditional Web content technologies used, but not relied upon.ARIA Silverlight RSS PNG GIF JPEGA list of success criteria beyond the level of conformance claimed that have been met. This information should be provided in a form that users can use, preferably machine-readable metadata.Conforms to 1.4.9 Images of Text (No Exception) - AAA. Conforms to 2.1.3 Keyboard (No Exception) - AAA. Conforms to 2.2.3 No Timing (No Exception) - AAA. Conforms to 2.3.2 Three Flashes - AAA. Conforms to 2.4.8 Location - AAA. Conforms to 3.3.6 Error Prevention (All) - AAA. This conformance statement pertains to Office 2010. Customization of the product voids this conformance statement from Microsoft. Customers may make independent conformance statements if they have conducted due diligence to meet all relevant requirements for their customization. Please consult with Assistive Technology (AT) vendors for compatibility specifications of specific AT products. AT products that are compatible with all the rely-upon-technologies are expected to be functional with the product. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. Revised 07/22/2010. Microsoft regularly updates its websites and provides new information about the accessibility of products as that information becomes available. Conformance statement AA-level (Office 2010) Published: July 22, 2010 Conformance statement for Microsoft Office 2010 in regards to HYPERLINK "http://www.w3.org/TR/WCAG20/" \o "http://www.w3.org/TR/WCAG20/"Web Content Accessibility Guidelines 2.0 (http://www.w3.org/TR/WCAG20/). Conformance statement for core reader, author, and contributor experience at AA-level ClaimDetailsDate of the claimMay 12th, 2010Guidelines title, version, and URIHYPERLINK "http://www.w3.org/TR/2008/REC-WCAG20-20081211/" \o "http://www.w3.org/TR/2008/REC-WCAG20-20081211/"Web Content Accessibility Guidelines 2.0 (http://www.w3.org/TR/2008/REC-WCAG20-20081211/)Conformance level satisfied: (Level A, AA or AAA)AAA concise description of the Web pages, such as a list of URIs for which the claim is made, including whether subdomains are included in the claim.All default content included with Office 2010 and Web application features of Office 2010 except where limited by HYPERLINK \l "BMbc5a9912ed484f6ba679b348f5901595"Conformance statement A-level (Office 2010).A list of the Web content technologies relied upon.HTML JavaScript CSSAdditional Web content technologies used, but not relied upon.ARIA Silverlight RSS PNG GIF JPEGA list of success criteria beyond the level of conformance claimed that have been met. This information should be provided in a form that users can use, preferably machine-readable metadata.Conforms to 1.4.9 Images of Text (No Exception) - AAA. Conforms to 2.1.3 Keyboard (No Exception) - AAA. Conforms to 2.2.3 No Timing (No Exception) - AAA. Conforms to 2.3.2 Three Flashes - AAA. Conforms to 2.4.8 Location - AAA. Conforms to 3.3.6 Error Prevention (All) - AAA. This conformance statement pertains to Office 2010. Customization of the product voids this conformance statement from Microsoft. Customers may make independent conformance statements if they have conducted due diligence to meet all relevant requirements for their customization. Please consult with Assistive Technology (AT) vendors for compatibility specifications of specific AT products. AT products that are compatible with all the rely-upon-technologies are expected to be functional with the product. This document is for informational purposes only. MICROSOFT MAKES NO WARRANTIES, EXPRESS OR IMPLIED, IN THIS DOCUMENT. Revised 07/22/2010. Microsoft regularly updates its websites and provides new information about the accessibility of products as that information becomes available. Security policies and settings in Office 2010 Published: December 9, 2010 You can use the Security Compliance Manager as a technical reference for the security settings and privacy options in Microsoft Office 2010, and you can also use it for other purposes. For example, the Microsoft Security Compliance Manager provides centralized security baseline management features, a baseline portfolio, customization capabilities, and security baseline export flexibility. These features speed up your organizations ability to efficiently manage the security and compliance process for the most widely used Microsoft products. This includes Office 2010. You can use the Security Compliance Manager and the Office 2010 Security Baseline to determine: What a setting does. What the default configuration is for a setting. What the vulnerability, impact, and countermeasure is for a setting Where to find the setting in the Group Policy Management Console (GPMC). For more information about the Security Compliance Manager and the Office 2010 Security Baseline see HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=205635" \o "http://go.microsoft.com/fwlink/?LinkID=205635"Microsoft Security Compliance Manager (http://go.microsoft.com/fwlink/?LinkID=205635) Other Resources HYPERLINK "http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx" \o "http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx"Group Policy overview for Office 2010 (http://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx) HYPERLINK "http://technet.microsoft.com/library/83ff7b6a-6ad5-4abb-8edf-e97824e14af9(Office.14).aspx" \o "http://technet.microsoft.com/library/83ff7b6a-6ad5-4abb-8edf-e97824e14af9(Office.14).aspx"Planning for Group Policy in Office 2010 (http://technet.microsoft.com/library/83ff7b6a-6ad5-4abb-8edf-e97824e14af9(Office.14).aspx) HYPERLINK "http://go.microsoft.com/fwlink/?LinkID=205635&clcid=0x409" \o "http://go.microsoft.com/fwlink/?LinkID=205635&clcid=0x409"Microsoft Security Compliance Manager (http://go.microsoft.com/fwlink/?LinkID=205635&clcid=0x409) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=207183" \o "http://go.microsoft.com/fwlink/?LinkId=207183"Microsoft Office 2010 Security Baseline (http://go.microsoft.com/fwlink/?LinkId=207183) HYPERLINK "http://go.microsoft.com/fwlink/?LinkId=210459" \o "http://go.microsoft.com/fwlink/?LinkId=210459"Office 2010 Security Resource Center on TechNet (http://go.microsoft.com/fwlink/?LinkId=210459)      PAGE  PAGE  PAGE iii PAGE 20 [^_ ! " 9 :  d e f i - . ,-ⲥ{h%hCh)~B*CJOJQJaJph6_h6h4MA h4MA6homH jJ!hmvh@UmHnHuhmvh@6h58Bh@0JPJQJ!jh58Bh@0JPJQJUhmvh@CJOJQJaJhXh@PJ hXh@ hmvh@h@B*^Jphh@jh@U$_ " d f h i . -]gd)~gd4MAdgd4MAgdgd@dgd@ PgdX dgd@ d PgdXgd@gd@5WW !"&'()*+GH輩vk\kK\@\hL mHnHu j:h)~UmHnHujh)~UmHnHuh)~mHnHu6jP:hih)~>*B*UaJmHnHphuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu0hCh)~B*CJOJQJaJmHnHph6_u%hCh)~B*CJOJQJaJph6_.jhCh)~B*CJOJQJUaJph6_)S[OYYa$~*|j  gd)~i  gd)~HIJmnoøфÄhøWфÄ j<h)~UmHnHu6jD<hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j;h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jJ;hih)~>*B*UaJmHnHphu 123MNOPQRSTUqrstøфÄhøWфÄ j>h)~UmHnHu6j8>hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j=h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j>=hih)~>*B*UaJmHnHphu #$%&9:;UVWXYZ[\]yzøфÄhøWфÄ j@h)~UmHnHu6j,@hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j?h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j2?hih)~>*B*UaJmHnHphu z{|"#øфÄhøWфÄ jBh)~UmHnHu6j Bhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jAh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j&Ahih)~>*B*UaJmHnHphu #$%-./IJKLMNOPQmnopøфÄhøWфÄ jDh)~UmHnHu6jDhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jCh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jChih)~>*B*UaJmHnHphu #$%&789STUVWXYZ[wxøфÄhøWфÄ jFh)~UmHnHu6jFhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jEh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jEhih)~>*B*UaJmHnHphu xyz !øфÄhøWфÄ jyHh)~UmHnHu6jGhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jGh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jGhih)~>*B*UaJmHnHphu !"#678RSTVWXYZ[wxyzøфÄhøWфÄ jmJh)~UmHnHu6jIhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jsIh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jHhih)~>*B*UaJmHnHphu  >?@Z[\^_`abcøфÄhøWфÄ jaLh)~UmHnHu6jKhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jgKh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jJhih)~>*B*UaJmHnHphu !"#$%&BCøфÄhøWфÄ jUNh)~UmHnHu6jMhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j[Mh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jLhih)~>*B*UaJmHnHphu CDE[\]wxy{|}~øфÄhøWфÄ jIPh)~UmHnHu6jOhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jOOh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jNhih)~>*B*UaJmHnHphu  #$%'()*+,HIJKstuøфÄhøWфÄ j=Rh)~UmHnHu6jQhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jCQh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jPhih)~>*B*UaJmHnHphu !"#$YZ[uvwyz{|}~øфÄhøWфÄ j1Th)~UmHnHu6jShih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j7Sh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jRhih)~>*B*UaJmHnHphu  \]^xyz|}~øфÄhøWфÄ j%Vh)~UmHnHu6jUhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j+Uh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jThih)~>*B*UaJmHnHphu |T&B ~ *B*UaJmHnHphuh)~mHnHuhL mHnHu jWh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jVhih)~>*B*UaJmHnHphu stu !#$%&'(DEøфÄhøWфÄ j Zh)~UmHnHu6jYhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jYh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jXhih)~>*B*UaJmHnHphu EFGjkløфÄhøWфÄ j\h)~UmHnHu6j[hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j[h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jZhih)~>*B*UaJmHnHphu  !;<=?@ABCD`abcøфÄhøWфÄ j]h)~UmHnHu6jx]hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j\h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j~\hih)~>*B*UaJmHnHphu          7 8 9 : [ \ ] w x y { | } ~  øфÄhøWфÄ j_h)~UmHnHu6jl_hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j^h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jr^hih)~>*B*UaJmHnHphu !!!5!6!7!9!:!;!!Z![!øфÄhøWфÄ jah)~UmHnHu6j`ahih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j`h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jf`hih)~>*B*UaJmHnHphu [!\!]!e!f!g!!!!!!!!!!!!!!!!!!!!!!!!!!""øфÄhøWфÄ jch)~UmHnHu6jTchih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jbh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jZbhih)~>*B*UaJmHnHphu """>"?"@"Z"["\"^"_"`"a"b"c"""""""""""""""""""øфÄhøWфÄ jeh)~UmHnHu6jHehih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jdh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jNdhih)~>*B*UaJmHnHphu """%#&#'#A#B#C#F#G#H#I#J#K#g#h#i#j###############øфÄhøWфÄ jgh)~UmHnHu6j*B*UaJmHnHphuh)~mHnHuhL mHnHu jfh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jBfhih)~>*B*UaJmHnHphu #########$$$$$$"$#$$$%$$$$$$$$$$$$$$$øфÄhøWфÄ jih)~UmHnHu6j0ihih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jhh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j6hhih)~>*B*UaJmHnHphu $$$$$$%% % % %%%%%-%.%/%0%C%D%E%_%`%a%d%e%f%g%h%i%%%øфÄhøWфÄ jkh)~UmHnHu6j$khih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jjh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j*jhih)~>*B*UaJmHnHphu %%%%%%%%%%%%%%%%%%%%%%&&&&&&&&&9&:&øфÄhøWфÄ jmh)~UmHnHu6jmhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jlh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jlhih)~>*B*UaJmHnHphu :&;&<&D&E&F&`&a&b&e&f&g&h&i&j&&&&&&&&&&&&&&&&&&&øфÄhøWфÄ joh)~UmHnHu6j ohih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jnh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jnhih)~>*B*UaJmHnHphu h&&Q''(r((O)) ***\++,,,0--...d//0011j  gd)~i  gd)~&&&-'.'/'I'J'K'N'O'P'Q'R'S'o'p'q'r'''''''''''''''øфÄhøWфÄ j}qh)~UmHnHu6jqhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jph)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jphih)~>*B*UaJmHnHphu ''''''(((((((( (<(=(>(?(N(O(P(j(k(l(o(p(q(r(s(t(((øфÄhøWфÄ jqsh)~UmHnHu6jrhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jwrh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jqhih)~>*B*UaJmHnHphu (((((((((((((((((((+),)-)G)H)I)L)M)N)O)P)Q)m)n)øфÄhøWфÄ jeuh)~UmHnHu6jthih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jkth)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jshih)~>*B*UaJmHnHphu n)o)p))))))))))))))))))))*** * * * ***+*,*øфÄhøWфÄ jYwh)~UmHnHu6jvhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j_vh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6juhih)~>*B*UaJmHnHphu ,*-*.*k*l*m**************************++øфÄhøWфÄ jMyh)~UmHnHu6jxhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jSxh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jwhih)~>*B*UaJmHnHphu ++ +8+9+:+T+U+V+Y+Z+[+\+]+^+z+{+|+}+++++++++++++++øфÄhøWфÄ jA{h)~UmHnHu6jzhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jGzh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jyhih)~>*B*UaJmHnHphu ++++++ , ,,,,,,,,2,3,4,5,[,\,],w,x,y,|,},~,,,,,,øфÄhøWфÄ j5}h)~UmHnHu6j|hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j;|h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j{hih)~>*B*UaJmHnHphu ,,,,,,,,,,,,,,,,,,, - --(-)-*---.-/-0-1-2-N-O-øфÄhøWфÄ j)h)~UmHnHu6j~hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j/~h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j}hih)~>*B*UaJmHnHphu O-P-Q-----------------------......".#.øфÄhøWфÄ jh)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j#h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu #.$.%.m.n.o..........................//øфÄhøWфÄ jh)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu ///@/A/B/\/]/^/a/b/c/d/e/f///////////////////øфÄhøWфÄ jh)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu ////// 0 0 00000001020304000000000000000øфÄhøWфÄ jh)~UmHnHu6j|hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu 000000 11111111131415161|1}1~111111111111øфÄhøWфÄ jh)~UmHnHu6jphih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jvhih)~>*B*UaJmHnHphu 111111111111122222 2/20212K2L2M2P2Q2R2S2T2U2q2r2øфÄhøWфÄ jh)~UmHnHu6jdhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jjhih)~>*B*UaJmHnHphu 11S2 333n44+555\66777a88*99/:::;;<<<gdgd)~i  gd)~j  gd)~r2s2t22223333 3 3 3 3 3)3*3+3,3_3`3a3{3|3}333333333øфÄhøWфÄ jՌh)~UmHnHu6jXhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jۋh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j^hih)~>*B*UaJmHnHphu 3333333333333333333J4K4L4f4g4h4k4l4m4n4o4p444øфÄhøWфÄ jɎh)~UmHnHu6jLhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jύh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jRhih)~>*B*UaJmHnHphu 444444444444444444455 5#5$5%5(5)5*5+5,5-5I5J5øфÄhøWфÄ jh)~UmHnHu6j@hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jÏh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jFhih)~>*B*UaJmHnHphu J5K5L5|5}5~5555555555555555555555555566øфÄhøWфÄ jh)~UmHnHu6j4hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j:hih)~>*B*UaJmHnHphu 6668696:6T6U6V6Y6Z6[6\6]6^6z6{6|6}666666666666666øфÄhøWфÄ jh)~UmHnHu6j(hih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j.hih)~>*B*UaJmHnHphu 66666677777777767778797y7z7{777777777777øфÄhøWфÄ jh)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j"hih)~>*B*UaJmHnHphu 7777777777777778 8 8 8=8>8?8Y8Z8[8^8_8`8a8b8c888øфÄhøWфÄ jh)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu 8888888888888888888999"9#9$9'9(9)9*9+9,9H9I9øфÄhøWфÄ jh)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6j hih)~>*B*UaJmHnHphu I9J9K9v9w9x99999999999999 : : :':(:):,:-:.:/:0:1:M:N:øфÄhøWфÄ juh)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu j{h)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu N:O:P:|:}:~::::::::::::::;;;2;3;4;7;8;9;:;;;<;X;Y;øфÄhøWфÄ jih)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu joh)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu Y;Z;[;;;;;;;;;;;;;;;;;;;;;;;;;;<<øфÄhøWфMjh)~5U j]h)~UmHnHu6jhih)~>*B*UaJmHnHphuh)~mHnHuhL mHnHu jch)~UmHnHujh)~UmHnHuh)~mHnHuhdh)~0JmHnHu$jhdh)~0JUmHnHu6jhih)~>*B*UaJmHnHphu<<<<<<==W>s>t>v>w>>>Z@a@b@m@n@o@p@@@@@@zA|A}AAAAAANBPBQBBBBBBCCCCCCCCgDiDjDDDDDDºº߫߫߫߫߫h=xht>v>w>>>G@X@Z@b@n@ $IfgdgdgdvPdgdvPgdvPn@o@@{Ajaa $Ifgdkdڠ$$If4    0       t0    64apytA|{A|AAOBmdd $Ifgdkd$$If    0       t0    64apytA|OBPBBCmdd $Ifgdkd$$If    0       t0    64apytA|CCChDmdd $Ifgdkd$$If    0       t0    64apytA|hDiDDEmdd $Ifgdkd $$If    0       t0    64apytA|D~EEEEEEEEfFhFFFxGGGGGGGGGGGGHHHHHHHHFIHIIIzI{IIIIIII$J%JMJNJOJJJJJJKK KKKKLƾƾ跡跡跡跡跡 hRGRmdd $Ifgdkdc$$If    0{      t0    64apytjGRHRXRaRmdd $Ifgdkde$$If    0{      t0    64apytjaRbRsR|Rmdd $Ifgdkdg$$If    0{      t0    64apytj|R}RRRmdd $Ifgdkdi$$If    0{      t0    64apytjRRRRmdd $Ifgdkdk$$If    0{      t0    64apytjRRRRmdd $Ifgdkdm$$If    0{      t0    64apytjRRRRmdd $Ifgdkdo$$If    0{      t0    64apytjRRRRmdd $Ifgdkdq$$If    0{      t0    64apytjRRRSmdd $Ifgdkds$$If    0{      t0    64apytjSSSSmdd $Ifgdkdu$$If    0{      t0    64apytjSS*S3Smdd $Ifgdkdw$$If    0{      t0    64apytj*S2S3S4S@SJSKSXSbScSoSzS{SSSSSSSSSSSSSSSSSSSSSTT TTTT'T(T5T@TATTT[T\T]TiTrTsT|T}TTTTTTTTTTTTTTTTTTTTTTTTTTTTUUUU#U$U%U hE{h_?_@_A_H_I_J_u_v_w________________ĽģuhTĽģ'jhhd0JPJQJUhhI0JPJQJhLyh`?`M`N`O`P`f`g`k`l`m`````````````ij~uuija~uuP!jhh0JPJQJU'j hhd0JPJQJUh3UhcIcJcKcLc^c_cccdcecccccccccc١ٍy'jlhh0JPJQJU'jhh0JPJQJU'j hh0JPJQJUh3Uhd?dCdDdEdMdNdRdSdTdudvdwd١o'jhhd0JPJQJUhhI0JPJQJ!jhhf?fRfSfTfUf^f_f`ffffffffffffffĽ͌͠Ľxd'jehh0JPJQJU'jhh0JPJQJU'jhh0JPJQJU'jfhh0JPJQJUh3Uhy?yByCyDyIyJyKyLyzzAzBzjzkzzzzO{V{W{{{S|Ƽhj6 hj65hOh58B h58BhQhQ h|(hZrhj6hZrCJ h58BhZrhj6hZrCJPJh@/hZr6h58BhZr5hZr*ċŋ1l $Ifgd58Bc & F hdgdQdkdg1$$IfX  t064ayt58Blm)*2gnύ_gdgdQgddakd1$$IfhX  t064ahytV'qӎڎ!";?@ŐېMNOP{lbXOh|(hOh@/ h@/hgV h|(hQh|(hj6CJOJ^JhQCJOJPJQJ^J h58BhQ h|(hQCJOJPJQJ^Jh@/hQ6h58BhQ5hTEhQ hQ5hr+hH^| h$$If    0 S  5    t0    64apytU&'m΢mdd $Ifgdkdw?$$If    0 S  5    t0    64apytU΢Ϣqmdd $Ifgdkd@$$If    0 S  5    t0    64apytUqrmdd $IfgdkdA$$If    0 S  5    t0    64apytUrs RTU}~ϤѤҤ cef!#$CDSTU|~#$89: hUhOPJhUhOhV'qhU hkdW[$$If4    wFO         t0    6    4apytU $Ifgdgd19CFA<gdV'qgdkd\$$If    FO         t0    6    4apytj $IfgdۻܻXZ,akd]$$If t064aytIb $IfgdgdV'qgd +-/BCuv|}ʽ˽Խսڽ۽ (*MO]^a~ļļļ h?@jkCD .@Klwż|hhhCJ aJ h@83gd^kdwe$$If t064a^kdd$$If t064a $Ifgd@*jkCD,E"R $Ifgd_gdgd"QSU`a  !&'234?@DEgqļļļ۰۰۰hhPJhh?D $hijst|}~abijnuKL />Eپپپh1> h h^kd$$If t064a $Ifgdgd?r|\]K $Ifgd_gdgd^kd$$If t064aKL` $Ifgdgdgdk^kd$$If t064a KLMxyz|~ԺԲĒumumumbhtmh@BQR2389jkƼߡh1>hahO hahNS<=EFIJMR12<=@A"#%,- ()78θθ hOFFF $Ifgdkd;$$If    FP   x      t0    6    4apytO<OFFF $Ifgdkdq$$If    FP   x      t0    6    4apytO<=FJOFFF $Ifgdkd$$If    FP   x      t0    6    4apytO1OFFF $Ifgdkdݙ$$If    FP   x      t0    6    4apytO12=AOFFF $Ifgdkd$$If    FP   x      t0    6    4apytO"OFFF $IfgdkdI$$If    FP   x      t0    6    4apytO"#%-OJEJJJgdkgdkd$$If    FP   x      t0    6    4apytO fs+7`abefm pжжжжажжжжПжПажж h1>hh1> h89:BOJJEE< $Ifgdgdgdkkd$$If    F 9  R      t0    6    4apyt1>&')1833gd^kd$$If t064a $Ifgd^kd $$If t064ay%'()02ceg~4@Atuv⿵~zuqh1> hhefgoOJJEEEgdgdvkdޫ$$If    F$         t0    6    4apyt1>:;=I$Rgdvgd^kd$$If t064a $IfgdLCCC8 $IfgdK$ $Ifgdkd$$If4    F )  (  7    t0    6    4apytZ&-_h{?AY[ef *+LMN匄ujh(L UhJJjhh h $IfgdOFFF $Ifgdkd_$$If    F8@   m  n    t0    6    4apyt1>  E OFFF $Ifgdkd$$If    F8@   m  n    t0    6    4apyt1>E F K P  OFFF $Ifgdkd˹$$If    F8@   m  n    t0    6    4apyt1>     OFFF $Ifgdkd$$If    F8@   m  n    t0    6    4apyt1>      # OJEJE@gd5mgdvgdkd7$$If    F8@   m  n    t0    6    4apyt1># / : C M Y f      {^kd%$$If t064a $Ifgdgdc & F hhd^h`gd5m f i            B I       JKQRdhsz|ȿ򐿯򈠌 hv6hZhvhZhhahBPS^ain~¸}ytyyyyy hv6hvhahhv8LCCC $Ifgdkd$$If4    F   m  S    t0    6    4apyt OFFF $Ifgdkd$$If    F   m  S    t0    6    4apyt YOFFF $IfgdkdN$$If    F   m  S    t0    6    4apyt YZ[bOFFF $Ifgdkd$$If    F   m  S    t0    6    4apyt OFFF $Ifgdkd$$If    F   m  S    t0    6    4apyt OJJJJA $Ifgdgdkd$$If    F   m  S    t0    6    4apyt ,u _$Ifgd $Ifgd^kd$$If t064aHI3^kd$$If t064a $Ifgdgd^kdV$$If t064aGIKYNOwxǽݪݠݘ|ݘ|ݘ|tݘ|h. h. 6hahhh hh hU]5hah hοhch hah>>>1??? @@@u@ $Ifgd_ & Fgdm_gdgdN>Z>>>>>>>>>1?9????? @@@@t@v@x@y@@@@@@@@ AAA"A3AB@BOBPBYBZBBBBBBBBdCeCfChCiCpCDDDD^E`E»}xsoksd h hF?FZF\F^FnFFFFFFFFFFFFFFFGGGGĸįį욒Ćhah<5PJQJhh|J|K|N|O|r|s|||||||||||h$$If    0{      t0    64apytj{{{{mdd $Ifgdkd@$$If    0{      t0    64apytj{{{|mdd $IfgdkdB$$If    0{      t0    64apytj|| |L|mdd $IfgdkdD$$If    0{      t0    64apytjL|M|N||mdd $IfgdkdF$$If    0{      t0    64apytj||||mdd $IfgdkdH$$If    0{      t0    64apytj|||}mdd $IfgdkdJ$$If    0{      t0    64apytj|||}} } }"}#}*}+}/}0}O}P}_}`}c}d}}}}}}}}}}}}}}}~~~L~BC#$&ڂۂ"#rsuScƅ9: h679ʺʺ hBhBhBhB6h`h`6h` h?@IJLȪ֪KMOTUˬ̬Sl>c <ALP  $%齲齩ݚݒݍݍݍݍݍݍ݂hJhBCJaJ hazͼ,fǾȾɾʾԾվ־׾{%&ʾʾ{rk{a{h |hA^b"hs    AB45U/TWrq ÿÿÿÿÿ𰦜ۓÿÿhhh?DEǻDzǻDzǻDzǻDzzhs\ h#>;>M>>>>>>>>>>>>>#?H?J?L?\?]?@ѹѯ雔雔雔 h~Yhjaa $Ifgdkd$$If4    0b      t0    64apyt~Y>>>>mdd $Ifgdkd$$If    0b      t0    64apyt~Y>>>K?mdd $Ifgdkd$$If    0b      t0    64apyt~YK?L?]?@mdd $Ifgdkd$$If    0b      t0    64apyt~Y@@@@mdd $Ifgdkd$$If    0b      t0    64apyt~Y@@@@@@@@@@@@4A6A8APAAA$B*BiBoBqBrBBBCCCC C C CCCCCCCADCDEDJDKDVDWDXDϾϯݒψhhK]KKKLLLLLLMMMMMNNN&N9NdNNNNNNNNOO_P`PdPePPPPPQQQQ!R#R/R0RRRRRRRRRRRRRԺනԺԺԺԺ˧h |hW?WPWRW\W]W_W`WrWtW}W~WWWWWWWWWWWWWWWWWWWWWXX XXXXXX$X%X'X(X1X3X=X>X@XAXNXPXXXYX[X\XgXiXpXqXsXtXXXXXXXXXXXXXXXX hhXAXOXOFFF $Ifgdkd$$If    FO         t0    6    4apytjOXPXYX\XhXOFFF $Ifgdkd$$If    FO         t0    6    4apytjhXiXqXtXXOFFF $Ifgdkd$$If    FO         t0    6    4apytjXXXXXOFFF $Ifgdkd$$If    FO         t0    6    4apytjXXXXXOFFF $Ifgdkd7$$If    FO         t0    6    4apytjXXXXXOFFF $Ifgdkd_$$If    FO         t0    6    4apytjXXXXXXXXXXXXXXXXXXYYYYYYYY!Y"Y,Y.Y8Y9Y;YZ?ZIZKZUZ hh$$If    0{      t0    64apytj6m7mnn*n+n~ooooppp1p6p;pHpWphppppp9q:q@qAqLqMqNq`qaqqqr_r`rzr{rrrrrrrr"s#s[set{tuuٽٮh |h}?}@}A}E}F}𶯶𶥶얌hk,h}?}G}mhhhhhh_ $IfgdgdkdH$$If    0j  p    t0    64apythF}G}H}~~~~<BCNOPvwacԁՁہށ\b҂ӂԂՂBPdfhiÃσ%ORSYZe㩡㖡㒎hVEh8\h8\hhCJ aJ h8\hȄɄ܄ mdd $IfgdkdO$$If    0pU  3    t0    64apyth !Jmdd $IfgdkdP$$If    0pU  3    t0    64apythmdd $IfgdkdQ$$If    0pU  3    t0    64apythmhhh__ $IfgdgdkdR$$If    0pU  3    t0    64apyth†S܇jaaXXX _$Ifgd $IfgdkdS$$If4    0      t0    64apyt4yH'mhhhhhhhhc_gdgdkdT$$If    0      t0    64apyt4y ' $]^K#$%&DʖӖ&z{dgd ` & Fh^hgdP7`gdD_gd`gdϋ 8Ќ!$Vō0=Yu(P\]^$KU#$&DvwyєהKL235ʖӖԖ$%&'XYоh?ijlŜƜǜȜ   ϞОWXYZTUWwxGhQhQ6hQhWh?bceͫi} h{=8h{=8 h $Ifgdgdd`gd   wyhj~!01JLbc,.>?˴̴ܵ޵IKZ[Ƕɶ׶ض+-@A˷̷ƸǸGIYZtvh,h $Ifgdxyioff $Ifgdkd#Y$$If    0  l    t0    4apyt>ijoff $Ifgdkd*Z$$If    0  l    t0    4apyt> off $Ifgdkd1[$$If    0  l    t0    4apyt> !1Koff $Ifgdkd8\$$If    0  l    t0    4apyt>KLcoff $Ifgdkd?]$$If    0  l    t0    4apyt>-off $IfgdkdF^$$If    0  l    t0    4apyt>-.?off $IfgdkdM_$$If    0  l    t0    4apyt>̴off $IfgdkdT`$$If    0  l    t0    4apyt>ݵoff $Ifgdkd[a$$If    0  l    t0    4apyt>ݵ޵Joff $Ifgdkdbb$$If    0  l    t0    4apyt>JK[off $Ifgdkdic$$If    0  l    t0    4apyt>ȶoff $Ifgdkdpd$$If    0  l    t0    4apyt>ȶɶضoff $Ifgdkdwe$$If    0  l    t0    4apyt>,off $Ifgdkd~f$$If    0  l    t0    4apyt>,-Aoff $Ifgdkdg$$If    0  l    t0    4apyt>̷off $Ifgdkdh$$If    0  l    t0    4apyt>off $Ifgdkdi$$If    0  l    t0    4apyt>Ǹoff $Ifgdkdj$$If    0  l    t0    4apyt>Hoff $Ifgdkdk$$If    0  l    t0    4apyt>HIZuoff $Ifgdkdl$$If    0  l    t0    4apyt>uvoff $Ifgdkdm$$If    0  l    t0    4apyt>/1IJúϺкacst"#+,ln  !"BDTU{}ѿӿܿMO[\yh,h01Jºoff $Ifgdkdo$$If    0  l    t0    4apyt>ºúкoff $Ifgdkdp$$If    0  l    t0    4apyt>boff $Ifgdkdq$$If    0  l    t0    4apyt>bctoff $Ifgdkdr$$If    0  l    t0    4apyt>off $Ifgdkds$$If    0  l    t0    4apyt>#off $Ifgdkdt$$If    0  l    t0    4apyt>off $Ifgdkdu$$If    0  l    t0    4apyt>,off $Ifgdkdv$$If    0  l    t0    4apyt>off $Ifgdkdw$$If    0  l    t0    4apyt>moff $Ifgdkdx$$If    0  l    t0    4apyt>mnoff $Ifgdkdz$$If    0  l    t0    4apyt> off $Ifgdkd {$$If    0  l    t0    4apyt>  "Coff $Ifgdkd|$$If    0  l    t0    4apyt>CDU|off $Ifgdkd}$$If    0  l    t0    4apyt>|}off $Ifgdkd~$$If    0  l    t0    4apyt>ҿoff $Ifgdkd&$$If    0  l    t0    4apyt>ҿӿܿoff $Ifgdkd-$$If    0  l    t0    4apyt>off $Ifgdkd4$$If    0  l    t0    4apyt>off $Ifgdkd;$$If    0  l    t0    4apyt>Noff $IfgdkdB$$If    0  l    t0    4apyt>NO\zoff $IfgdkdI$$If    0  l    t0    4apyt>z{off $IfgdkdP$$If    0  l    t0    4apyt>y{wy79NO+-67HJWXeg|}68FGbdop,h,hoff $Ifgdkd^$$If    0  l    t0    4apyt>off $Ifgdkde$$If    0  l    t0    4apyt>xoff $Ifgdkdl$$If    0  l    t0    4apyt>xyoff $Ifgdkds$$If    0  l    t0    4apyt>off $Ifgdkdz$$If    0  l    t0    4apyt>8off $Ifgdkd$$If    0  l    t0    4apyt>89Ooff $Ifgdkd$$If    0  l    t0    4apyt>off $Ifgdkd$$If    0  l    t0    4apyt>off $Ifgdkd$$If    0  l    t0    4apyt>,off $Ifgdkd$$If    0  l    t0    4apyt>,-7Ioff $Ifgdkd$$If    0  l    t0    4apyt>IJXfoff $Ifgdkd$$If    0  l    t0    4apyt>fg}off $Ifgdkd$$If    0  l    t0    4apyt>off $Ifgdkd$$If    0  l    t0    4apyt>off $Ifgdkd$$If    0  l    t0    4apyt>off $Ifgdkdǖ$$If    0  l    t0    4apyt>7off $IfgdkdΗ$$If    0  l    t0    4apyt>78Gcoff $Ifgdkd՘$$If    0  l    t0    4apyt>cdpoff $Ifgdkdܙ$$If    0  l    t0    4apyt>-off $Ifgdkd$$If    0  l    t0    4apyt>-.7off $Ifgdkd$$If    0  l    t0    4apyt>,.67 "./JLabUWjk#$KMXY02=>%&bdtu BDMN  WYpqh,hoff $Ifgdkd$$If    0  l    t0    4apyt>!off $Ifgdkd$$If    0  l    t0    4apyt>!"/Koff $Ifgdkd$$If    0  l    t0    4apyt>KLboff $Ifgdkd $$If    0  l    t0    4apyt>off $Ifgdkd$$If    0  l    t0    4apyt>Voff $Ifgdkd$$If    0  l    t0    4apyt>VWkoff $Ifgdkd"$$If    0  l    t0    4apyt>off $Ifgdkd)$$If    0  l    t0    4apyt>$Loff $Ifgdkd0$$If    0  l    t0    4apyt>LMYoff $Ifgdkd7$$If    0  l    t0    4apyt>1off $Ifgdkd>$$If    0  l    t0    4apyt>12>off $IfgdkdE$$If    0  l    t0    4apyt>off $IfgdkdL$$If    0  l    t0    4apyt>&coff $IfgdkdS$$If    0  l    t0    4apyt>cduoff $IfgdkdZ$$If    0  l    t0    4apyt> Coff $Ifgdkda$$If    0  l    t0    4apyt>CDNoff $Ifgdkdh$$If    0  l    t0    4apyt> off $Ifgdkdo$$If    0  l    t0    4apyt>  Xoff $Ifgdkdv$$If    0  l    t0    4apyt>XYqoff $Ifgdkd}$$If    0  l    t0    4apyt> off $Ifgdkd$$If    0  l    t0    4apyt> *+XZfg!#BMuvJL\]BDRS;=\g hKAhhoff $Ifgdkd$$If    0  l    t0    4apyt>off $Ifgdkd$$If    0  l    t0    4apyt>+Yoff $Ifgdkd$$If    0  l    t0    4apyt>YZgoff $Ifgdkd$$If    0  l    t0    4apyt>"off $Ifgdkd$$If    0  l    t0    4apyt>"#%tvojjjaa $Ifgdgdkd$$If    0  l    t0    4apyt>jaa $Ifgdkd$$If4    S0  l    t0    64apyt>Kmdd $Ifgdkdͻ$$If    0  l    t0    64apyt>KL]mdd $Ifgdkd׼$$If    0  l    t0    64apyt>mdd $Ifgdkd$$If    0  l    t0    64apyt>Cmdd $Ifgdkd$$If    0  l    t0    64apyt>CDS<mdd $Ifgdkd$$If    0  l    t0    64apyt><=?mhhh__ $Ifgdgdkd$$If    0  l    t0    64apyt>jaa $Ifgdkd $$If4    e0       t0    64apyt{=8  &(=>HJUV  678BCaclm oq)DHSgm;@ݭ hmdd $Ifgdkd$$$If    0       t0    64apyt{=8Imdd $Ifgdkd.$$If    0       t0    64apyt{=8IJVmdd $Ifgdkd8$$If    0       t0    64apyt{=8 7mhh__ $IfgdgdkdB$$If    0       t0    64apyt{=878Cbjaa $IfgdkdL$$If4    0  l    t0    64apyt{=8bcmmdd $Ifgdkd]$$If    0  l    t0    64apyt{=8mdd $Ifgdkdg$$If    0  l    t0    64apyt{=8pmdd $Ifgdkdq$$If    0  l    t0    64apyt{=8pq(T)Dmhc^^^^ccc_gdgddkd{$$If    0  l    t0    64apyt{=8  g;~#$&V^kd$$If t064a $Ifgdgd"$%VJU>GHIz{v}~칳죛칇~h-hGHctv~ $IfgdgdWdh^hgdeKc & F hhd^h`gdeKgdjaa $Ifgdkd$$If4    0      t0    64apyt_mdd $Ifgdkd$$If    0      t0    64apyt_qrsKL{|},-STVĻͳԳĻͳԳĻͳԳĻͯhyhh hOFFF $Ifgdkd$$If    FN         t0    6    4apytH>?LROFFF $Ifgdkd4$$If    FN         t0    6    4apytHQR/09:EFG^_de  mn~opqghi"#TU hgddkd!$$If    FR     :    t0    6    4apytG] ?@Amnop GHIklm"#./045JK߾߳ hAh?ST     6!8!>>>>>-?/?3?4?X?Y?????????@@#@$@@@@@@@@@@@AAEAGALAMA^A_AAAAAAA6B8B=B>B[B\B~BBBBBBBBBB C CFCHCMCNCsCtCCCC hWhOFFF $Ifgdkd8/$$If    F\ t        t0    6    4apytzI>>>>.?OFFF $Ifgdkdn0$$If    F\ t        t0    6    4apytzI.?/?4?Y??OFFF $Ifgdkd1$$If    F\ t        t0    6    4apytzI?????OFFF $Ifgdkd2$$If    F\ t        t0    6    4apytzI??@$@@OFFF $Ifgdkd4$$If    F\ t        t0    6    4apytzI@@@@@OFFF $IfgdkdF5$$If    F\ t        t0    6    4apytzI@@@AFAOFFF $Ifgdkd|6$$If    F\ t        t0    6    4apytzIFAGAMA_AAOFFF $Ifgdkd7$$If    F\ t        t0    6    4apytzIAAAA7BOFFF $Ifgdkd8$$If    F\ t        t0    6    4apytzI7B8B>B\BBOFFF $Ifgdkd:$$If    F\ t        t0    6    4apytzIBBBBBOFFF $IfgdkdT;$$If    F\ t        t0    6    4apytzIBBB CGCOFFF $Ifgdkd<$$If    F\ t        t0    6    4apytzIGCHCNCtCCOFFF $Ifgdkd=$$If    F\ t        t0    6    4apytzICCCC)DOFFF $Ifgdkd>$$If    F\ t        t0    6    4apytzICCCC(D*D/D0DODPDEE E!E,E-E]F_FdFeFqFrFFFFFFF#G%G)G*G:G;GGGGGGGHHHHHHIIbIdIhIiIuIvIIIIIIIIIIIJJJJhhLJLKLLLLLLLLLLLMM#M$M(M)MPMRMnMoMsMtMMMMMMMMMMMMȾޟh7h3=hLKLLLLCCC8 $IfgdK$ $IfgdkdM$$If4    AFT   n  9    t0    )6    4apytzILLMM(ekd5Q$IfK$L$ t064aytIb $IfgdK$ekdP$IfK$L$ t064aytIbMMM$M)MQMFkdQ$$If    FT   n  9    t0    )6    4apytzI $IfgdQMRMoMtMMOFFF $IfgdkdR$$If    FT   n  9    t0    )6    4apytzIMMMMMOFFF $Ifgdkd'T$$If    FT   n  9    t0    )6    4apytzIMMMMNOFFF $Ifgdkd]U$$If    FT   n  9    t0    )6    4apytzIMMNNNN N!N;N=NSNTNXNYNwNyNNNNNNNNNNNOOOOOOOOPP P P]P_PcPdPhPiPPPPPPPPPPPPP6Q:QNQOQZQ[QQQQQ RTTT¸hWhc?c@ceeeeԾԶԶIJ{qhbuhhhh>i?iiiiiiiijjjjjj$k%kqkrkskkkkkFlGllllllmmmmmmmϽϽϽϽϽϽϽϽϽϽϽϽϽϽϽϽϽϽϽϽϮh3=hhkdul$$If    rj@ lr    @        t20    4ap2yt-l>hh?iiii $Ifgdiikdn$$If    rj@ lr    @        t20    4ap2yt-lijjj%krk $Ifgdrkskkdo$$If    rj@ lr    @        t20    4ap2yt-lskkkGlll $Ifgdllkdq$$If    rj@ lr    @        t20    4ap2yt-llmmmmndkdYt$IfK$L$ t04aytk $IfgdK$ $Ifgdmmmmnnnnnnnnn3o6oaobooooooNpOpppqq>q?q@qvqwqqqssFsGsnsospsssss6u:u}uuu$v%vLvMvtvuvvvww@xAxxx㫠hbuh-lPJQJhbuh-l5PJQJh3=h?fhFGnoԤդ^b LMtuHI23_awxɳɹɹɹɹɹɹɹɹɹɹɹɹɹɹɢɹɹɹɹɹɹɹɹɹɹhbuheg')LNtv>@/1!h>hf $Ifgdqkd$$If        t 0    64ap ytIbfg $Ifgdqkd\$$If        t 0    64ap ytIb $Ifgdqkd5$$If        t 0    64ap ytIb $Ifgdqkd$$If        t 0    64ap ytIb $Ifgdqkd$$If        t 0    64ap ytIb( $Ifgdqkd$$If        t 0    64ap ytIb()M $Ifgdqkd$$If        t 0    64ap ytIbMNu $Ifgdqkdr$$If        t 0    64ap ytIbuv $IfgdqkdK$$If        t 0    64ap ytIb? $Ifgdqkd$$$If        t 0    64ap ytIb?@ $Ifgdqkd$$If        t 0    64ap ytIb $Ifgdgdqkd$$If        t 0    64ap ytIb0 $Ifgdqkd$$If        t 0    64ap ytIb01 $Ifgdqkd$$If        t 0    64ap ytIb $Ifgdqkda$$If        t 0    64ap ytIb" $Ifgdqkd:$$If        t 0    64ap ytIb"#w $Ifgdqkd$$If        t 0    64ap ytIb!#vxzhj2wy.0oq "rt46O"$FHrtKM]_jl$hrhhyhh$$If        t 0    64ap ytIb@ $Ifgdqkd>$$If        t 0    64ap ytIb@Ae $Ifgdqkd?$$If        t 0    64ap ytIbef $Ifgdqkd@$$If        t 0    64ap ytIb $IfgdqkdsA$$If        t 0    64ap ytIb  $IfgdqkdLB$$If        t 0    64ap ytIb H $Ifgdqkd%C$$If        t 0    64ap ytIbHI $IfgdqkdC$$If        t 0    64ap ytIb $IfgdqkdD$$If        t 0    64ap ytIb-j $IfgdgdqkdE$$If        t 0    64ap ytIbjk $IfgdqkdF$$If        t 0    64ap ytIb, $IfgdqkdbG$$If        t 0    64ap ytIb,-M $Ifgdqkd;H$$If        t 0    64ap ytIb-LN ?A  68*,-.Ffh*,.H{}!JLoqs%'68CE h$95hrh$9h$9h~$$If    0pU  3    t0    64apytumdd $IfgdkdH$$If    0pU  3    t0    64apytumdd $IfgdkdR$$If    0pU  3    t0    64apytu Ymdd $Ifgdkd\$$If    0pU  3    t0    64apytuYZdmdd $Ifgdkdf$$If    0pU  3    t0    64apytumdd $Ifgdkdp$$If    0pU  3    t0    64apytumdd $Ifgdkdz$$If    0pU  3    t0    64apytumdd $Ifgdkd$$If    0pU  3    t0    64apytumdd $Ifgdkd$$If    0pU  3    t0    64apytu)mdd $Ifgdkd$$If    0pU  3    t0    64apytu)*5bmdd $Ifgdkd$$If    0pU  3    t0    64apytubcrmdd $Ifgdkd$$If    0pU  3    t0    64apytumdd $Ifgdkd$$If    0pU  3    t0    64apytumdd $Ifgdkd$$If    0pU  3    t0    64apytumdd $Ifgdkdʌ$$If    0pU  3    t0    64apytu!Emdd $Ifgdkdԍ$$If    0pU  3    t0    64apytuEFVmdd $Ifgdkdގ$$If    0pU  3    t0    64apytumdd $Ifgdkd$$If    0pU  3    t0    64apytumdd $Ifgdkd$$If    0pU  3    t0    64apytu<mdd $Ifgdkd$$If    0pU  3    t0    64apytu<=Egmdd $Ifgdkd$$If    0pU  3    t0    64apytu=DEfhlm2345/02      ; < k l m    6 ;   / 0   UVӻӱӭӨӣӭӭ h?LMRSWYabijoptv}~  #$)*.07 hh(kd]$$If    \ a          t(0    64ap(ytu $Ifgd78=>CDHJRSXY^_ceklvw|}  "#)*/046@AIJOPTV^_fglmqsz{hhDIJS(kd$$If    \ a          t(0    64ap(ytu $IfgdSY_de(kd$$If    \ a          t(0    64ap(ytu $Ifgdelw} $Ifgd1((( $Ifgdkdk$$If    \ a          t(0    64ap(ytu(kdŵ$$If    \ a          t(0    64ap(ytu $Ifgd(kd$$If    \ a          t(0    64ap(ytu $Ifgd(kdy$$If    \ a          t(0    64ap(ytu $Ifgd $Ifgd 1((( $Ifgdkdӹ$$If    \ a          t(0    64ap(ytu#*(kd-$$If    \ a          t(0    64ap(ytu $Ifgd*056A(kd$$If    \ a          t(0    64ap(ytu $IfgdAJPUV(kd$$If    \ a          t(0    64ap(ytu $IfgdV_gmr $Ifgdrs{1((( $Ifgdkd;$$If    \ a          t(0    64ap(ytu(kd$$If    \ a          t(0    64ap(ytu $Ifgd   $&*+349:>@GHNOTUY[denotuy{BCGH  /hWhW6hW h$$If    0\ n      t0    64apyt7pqmdd $IfgdkdH$$If    0\ n      t0    64apyt7mdd $IfgdkdR$$If    0\ n      t0    64apyt7mdd $Ifgdkd\$$If    0\ n      t0    64apyt7  &'.0BCKM_`egyz   < = c d e f v w ;!*@*G*H*K*L*O*P*S*U*\*]*`*a*d*e*h*j*o*p*s*t*w*x*{*}****************************** h~h+?+B+C+F+G+J+L+S+T+W+X+[+\+_+a+g+h+k+l+o+p+r+t+}+~+++++++++++++++++++++++++++++++++++h~h$$If    0{      t0    64apytj_0a0f0g0o0q0u0v0}00000000000000000000000000111111.1015161=1?1E1F1M1O1U1V1]1_1h1i1p1r1y1z1111111111111111111222222$2&2+2,23252<2=2M2O2c2d2h~h1mdd $IfgdkdH$$If    0{      t0    64apytj>1?1F1N1mdd $IfgdkdI$$If    0{      t0    64apytjN1O1V1^1mdd $IfgdkdJ$$If    0{      t0    64apytj^1_1i1q1mdd $IfgdkdK$$If    0{      t0    64apytjq1r1z11mdd $IfgdkdL$$If    0{      t0    64apytj1111mdd $IfgdkdM$$If    0{      t0    64apytj1111mdd $IfgdkdN$$If    0{      t0    64apytj1111mdd $IfgdkdO$$If    0{      t0    64apytj1111mdd $IfgdkdP$$If    0{      t0    64apytj1122mdd $IfgdkdQ$$If    0{      t0    64apytj222%2mdd $IfgdkdR$$If    0{      t0    64apytj%2&2,242mdd $IfgdkdS$$If    0{      t0    64apytj4252=2N2mdd $IfgdkdT$$If    0{      t0    64apytjN2O2d2w2mdd $IfgdkdU$$If    0{      t0    64apytjd2v2x2~222222222222222222222233 3 333&3'3.30393:3A3C3H3I3Y3[3`3a3h3j3p3q3333333333333333333333333444444444 hL?N???4A5AAmhhcccaccccgdgd2}kdn$$If    0{      t0    64apytj "=2=3===0>1>3>>>>>>>???J?K?N??4A5AAAAAAABBB"B#B$BMBNBOBPBrBsBtBBBBBCChDiDDDDDDDD߷߬阐h0hE?EDEEEPEQE`EaEpEqE|E}EEEEEEEEEEEEEEEEEEEEEEEEEFFFFFF%F&F1F2FAFBFMFNFXFZFnFoFFFFFFFFFGG#G$G.G0GAGBGnGoGuGvGGGGGGGGGGGGGGGGGh`*RhYYYYYYYYYYYYYYY'Z(Z0Z1Z5Z6Z=Z>ZFZHZVZWZZZZZZZZ[[[[[[[hRhZGZOFFFFFF $Ifgdkd)$$If    F_        t0    6    4apytjGZHZWZZZZOFFFF $Ifgdkd_$$If    F_        t0    6    4apytjZZZ[[[[[OJJJJAA $Ifgdgdkd$$If    F_        t0    6    4apytj[[[[[[\\"\#\1\2\6\7\;\<\E\F\O\P\\\]\a\b\m\n\z\{\\\\\\\\\\\\\\\\\\\r]s]y]z]]]]]]]^^^^^^^/^0^t^u^^^^^^^^^^^^^__hohj?jCjjkk/l0lll mmmimjmompm4n5nJnKnMnnnnӻӷ׳׳h h 6h h7 h?hiDFUV^_BCۏ܏אؐ&'>?hhFfx $Ifgd8\tœ˜_Ɲ)Qyz#՟JK[dFfVFfFf $IfgdIKZ[cd!"MNhiǣȣYZcdҥӥߥ`a34=>ij˧̧78EFRSij hhj̧8FSjԩFf4Ffn  $IfgdFfөԩܩݩ@AIJdhtu}~ɪʪҪӪ  $%ijxyɫʫ23yzǬȬ mn23tuwЮѮҮܯݯh h 6h hhhc,0h@HIi hBC_aef 2478KMQRjlpqYZ]ӻ hC`mdd $Ifgdkd$$If    0{      t0    64apytj`afmdd $Ifgdkd $$If    0{      t0    64apytjmdd $Ifgdkd"$$If    0{      t0    64apytjmdd $Ifgdkd$$$If    0{      t0    64apytj3mdd $Ifgdkd&$$If    0{      t0    64apytj348Lmdd $Ifgdkd($$If    0{      t0    64apytjLMRkmdd $Ifgdkd*$$If    0{      t0    64apytjklqmdd $Ifgdkd,$$If    0{      t0    64apytjmdd $Ifgdkd.$$If    0{      t0    64apytjmdd $Ifgdkd0$$If    0{      t0    64apytjmdd $Ifgdkd2$$If    0{      t0    64apytj[]8IKmhhccaccccgdgdUkd4$$If    0{      t0    64apytj KRS^_`aHJK|}NPQH !pq39:PQOPRۮۮۮۢh>{8h>{86h>{8h>{8h{8:'HId@kdA$$If4    F    y    t0    6    4apytxV $Ifgdgdd Fkdz$$If    F    y    t0    6    4apytxV $Ifgd !-OFFF $Ifgdkd$$If    F    y    t0    6    4apytxV+OFFF== _$Ifgd $Ifgdkd$$If    F    y    t0    6    4apytxV+uMockd$IfK$L$ t064aytIb $IfgdK$ $Ifgd _$Ifgd 78   !         . 1 9 ; s t          0 1 ͼ͡{hPhP6hPhvh$$If    0      t0    64apytr+666777mdddd $Ifgdkd@$$If    0      t0    64apytr+77788mddd $IfgdkdB$$If    0      t0    64apytr+88#8j9l9m999:::mhcccacc\cdgdgdUkdD$$If    0      t0    64apytr+ 8#8$888 9 99h9i9m999999;:<:d:e:g::::::::::::; ;,;-;.;;;;;;鱩uh h5>9>:>E>F>I>J>M>N>Q>R>V>X>??M?N?????????-@/@X@^@IAJA.B/BBB̾ẩh$Ghmvh h:>F>J>N>R>W>mddddddd $IfgdkdS$$If    0{      t0    64apytjW>X>?N?????.@mddddddd $IfgdkdU$$If    0{      t0    64apytj.@/@1@e@IAJA.B/BBBBMCOCmhhhhhhhhhhhgdkdW$$If    0{      t0    64apytj OCPC}CCjDDDDDDDWkdY$$If4    0{      t0    64apytj $Ifgddgd BPC}CCCCCD DHDIDKDgDjDDDDDDDDDDDDEEEEEEEEEEEFFFFFFFFFGGGPGꌀzz hmvPJh9#hW?W@WAWBWCWDWEWFWGWHWIWJWKWLWMWNWOWQWRWSWTWUWVWgdV'qgdZrgdgdMvZgd'KgdVWWWXWYWZW[W\W]W^W_W`WaWbWcWdWeWfWgWhWiWkWlWmWnWoWpWqWgdV'qgdZrgdgdMvZgd'KgdqWrWsWtWuWvWwWxWyWzW{W|W}W~WWWWWWWWWWWWWWgdV'qgdZrgdgdMvZgd'KgdWWWWWWWWWWWWWWWWWWWWWWW [$dNgdomH[h]hgdJ [&`#$gdsgdV'qgdZrgdgdMvZgd'KgdWWWWWWWWWWWWWWWWWWWWWWڭڭ hbLheh(.heS0JMB*CJOJQJ^JmHnHphu)hLh!0JMB*CJOJQJ^Jph2jhLh!0JMB*CJOJQJU^Jphjh!Uh!WWWWWWWWWWWWWWWWWWWWWWWZ [$dNgdXG[Zh]hgdT] Z&`#$gdgdZh]hgds Z&`#$gdomHWWgd? 000&PP:p T/ =!p"p#$h% 8 00&P:pBK/ =!p"p#$% 8 00&P:pBK/ =!p"p#$% J!DdDe   C bAJ?1e81fd23-fe51-4a0d-96b1-2e0e95e8c3d1Rp  J9L DFD J9JFIFGGHMEDIABIN_DIDB #MB%:{1529709F-64D1-438C-87FA-9AA106D1813D}TKMBWB01:%MB#,Photoshop 3.08BIMGGhttp://ns.adobe.com/xap/1.0/ #MB%:{1529709F-64D1-438C-87FA-9AA106D1813D}TKMBWB01:%MB# tag,2010-04-30T22:22:11Z,1,c C  !"$"$C] " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr $4%&'()*56789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz ?.+V Lp jgdiQWhW6ue[QPr8 ^$-N}#?*MXF S?ҪUi즰N?|]:QZ ˗+r}S/um{œݝMa&ƺU8%# Z|gZ-5[kFt]RG̋u|K/1FmudM_3c~s{ ]7|#kgu5m,L$n[ k"hMmj ;klB5ww\;J=p9>.LkkjwvvEl|@|cc׏o. <6iwn*dKP9XW7I=ZHxn n9k5څorecC&y:{߄Xmdwzg׃S.-Zx p \Nk_h <%zOiD|1 :lr\ڼWM/E7u}{+T{ ]A4g{2ksnH%.Dh B2hTYI$8EgwĿN.:]Ե[ˍD[JcWcd]ex^_=5[wr ;c%ZWibrACuh_4k@_xJRƛq5ժϩo9\('^>*xR.{FPMk ;t $m+r:/ſu{#)p3H# ppy?xc?4K? \i:^mfXZxg L0ܑ4":c٬㱐Efd$!]<ÂdPחx֡yXW zSp<+qcn,kXH‚+nOBu[߉,#B{U3(=$e9c?J( T-SNσ/|_$^)`iD7 FFއ 2 |sxO:V[Ec7h:)Ԫ~?i=7k4z(Svֿ4u^ғEa(/QP=_^~߳OxZIkg{:Ҁ>VAZZsvQik7:_if!x}hhx2?Œj̹anq1|9eνu=Ӽwj{/ܢ=F$ɁdRFO@ E}# zn˨څg̷S,Qf ƹn? #ּJeѴd ^pX Hw[P|T]2'sIkbe+i0 {F_h훟#ൽ[ILgScI]?T*Gk<1}M-dO@85?5V|SxlDK@WCW?٫FXky;PV+R7"C3߂%_sы\YYQթgɯTӂi[9%/|mo,ڑ=J/5}_o wzr6TW.a`ኖ6q澚_̻[̰y~"T>kk'Oj syIh9X(>?zVYIq K%TNvך%/<&$A4,@>dR %}k'+]A3n9vL!`t'94)Ik E3G cO +5xJ9#8¥Xv Aoti)jmџFq;ik$F #5SiBJqvnWΗlqU)ƬfҺ]Xk3Ktֽ៊w71$wJJJ=khk鱪_ EYeKgW8_:yaD1tK[m{$z~Zҍ?oڑTQ`*8v ||WU~\|ruN40=5M5gDG2>(G~KhmU\6iX>QX__.uGo#Ѥؿ*5ZVe_ δʀ>fѿdIhqdIѿdIhqdIOum_UM<`-KG4;vѼe;k 呕{xPQE|͇ 1Dյ#$B}:8*|&]QOm N2챖]FHC׸ [g#szV򡻺'F@=e?>)|->!.u-kvhV^ ;X|ExWυ>n/5]F+p2Ņ3(tt659'$kpeiB>/Ÿ u; I:jOB  ƽ +_5+[SO=B;xBb"'<jh`+ݕo :6l^e]RRQ1z^|>M(aBM6}k]ʼkE'm=_?1Z$یx*5 ~+k Rg>9/UݳI<2ol̳S1ξFژ8jy~L΢#X> _.|uyY2p%5Zg/gR^Q'T^:eejjkq10Q:5/i^ೌu#eId:RQb3" =q,u8xY0u#Ԋj/S^R8- 44H@,O` 9~L?[;G[i|Ė TfE #h 1ue,Rm8sLv]&MU>Kk.}+!ܢF~`/ስ§:DdCg&YOLő >6K~㶷6֫'쌻dhcf%$?4g>''躆5% *l-g?q*F0ppGپ> ։0tZ\}FОwoÿŮ|C5BFb-o/D8I+,;(UNluPզ -wqy|sW~:x@m!n~meL}8aA=y'/v'G~!\O~h~7_A|%5Lрu.tmˎy(Ƽ~N-$`'8A6? xHB!PZ@,q@W.s][m>a%c. 5Um*Jm6K+X hT @#u* @;hIFUnuH{TPEPEPEPEPEPEPEPEPEPEPEPEPEPEPDd)}t   S PA?DocCoverBottomPicture 1b>uoSG2(!nuoSG2(PNG  IHDR(z8`PLTEǽ|||hhhMMM$)$tRNS%b cmPPJCmp0712Hs'IDATx^݇EQlv(R0NmⲌ*17^                                                                    xv^\t@g︮ѫ~:vu!|@9DZJ=^.k 8DP,.}D?o뵚{ A@`sY(;COzKI´2@X@tܡ!~!u\ @CKVٟRDvۊ|Sfcf5/n"A@;r46b6ijV|$vʜldU_|@$ jwĩwS⹠J7#@ļC?SHrBgŴO]'CyMLg/0A=MA@RQt(PnQLLh?3D@*kDҡ`6((ltFZPy  -%= 4=oqGN=/Blo}N "P^uT@Ű僿=bɃNp&y! rKq$<c>Jtkx@*P.' ?U_n1>cW:_b@_Rn)J jDWtFE@UJ(Qu(t36C~Xً-5N,l9jxvʹ+3HZފ *Dڡ--y٠|_zUGzjsKmwOV~@UVn뼁Jʡ:ųT1I0lS1{jSe\5:SO;sҾ2pƿ( rKl k^á`4}+OI%v~2?7r_c`[πd©R7g>Ցz`g2MvA8YL-_' 5L#f,A/V@+q W}PLh7~~H; 6?^e05z/9IМHO 2Φb/_.F~G!OB}XWwfzG^8u0Oջ/!h E,]DzלژK=M /ʹw">@cZ&o5kT0<ϙB>ǣ-D˶w]L`CN2^n~y0@ cBó/Fr)@^z,nXi}oJ)lx0p8]̣t(1^ӾNc|9r@%Dilo"|D=$B;QxK\"!;^" [ޕo@;i(qQl>>T#*kg.4؟(9 9G{!d4dp+k04i:|/V"+l8ʿdud\H?:5GnMf)b-c̔^^9yVPQd!S"!%Y] |~.Ôqȕ[$lp;iuRKYϲd'*snR%[cK//10Y$?~SicoI &0wH;mDD!?=g&2QHb<¦"2uԐ"Z@oȬ;9PʕrK"җ9 \,IGRYh?[0 E6VTrN@ %~$QH҂|/[)I\S0ӣck詗,!\>j؜Q-p;l/ѠaX$=.!yç#|^wxIx"اe]nIuni=QߢGަ="nR7`yDF$?^r";F"U@[:ĉB߶E[Rq1pΜIc1^έɉH(\Wɏ7ʑ&W6@>U@;.v.$y[8-D̹D3p}Q![E"V.$҈Oi @+xRܒƭbü\Y? T& B8J6QW *:UZMŵ!|~6}ʱ$ rKjʠӗc2PUg.Gl/8 iP..C iD(ܚ@` zƿ eDDivݗTe:מ)V2{1R~uF?ކ rKlD̖>J/-{VW(ı1U0'WnrsGqCx'Hs!4 rKlR# -5^ԕ$ A]{-jƾՋ#"-5 @t:|!QN_-b >PpϬ86 5U K5#G!2BGaԠPnI% bg݈Q?Pm3ǩTp˴G,KS@Gq@A]nۡ ٿ qX:>^)Fc0x^Ϸ'|1ܡ&rQ5*M#Z98 ܒ' vi(@P|H =__?gpB:8 ;\Cy![GDXE2]^ZnIx=gK/{Uƾ GWA' h  Ez`JUV\ o\0v(,.2Q՝:2oZЧD˹8nepn !מX@vُ e T~ៈJR\ Iդgl_E׾5  Ϲk6űrBB%=4@`u2c*ZKlU>'w1k0}^xa|aH,RgMT-Ԯ^ !|.4>h5Fho56d3DtBjZCiڄ9B3]!I۔6"KTbX "Pn592O%B9W.y+ D";I!]E>ϫՑ _ni mszj^aOhሁR ܊6 oSܡ xm߹-flw/j!3A<[<ȿm1M,%шrY!SȝrKo 7 rK$C\VX+4⹫8ʌx͇Zi{T$u5KqHtoOi3 *;$ĉ}ia&l,Ǔk4?R[pPlN+[ڢJO3EM>J8Q?[suEC:gz Ӡ\Y|>׫)?N0SE+4F)PdA˩TSLsC[k62w@>I`7* vP pc~Dzw}iI;mA@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@S;AjR{PIENDB`}DyK _Toc290545410}DyK _Toc290545410}DyK _Toc290545411}DyK _Toc290545411}DyK _Toc290545412}DyK _Toc290545412}DyK _Toc290545413}DyK _Toc290545413}DyK _Toc290545414}DyK _Toc290545414}DyK _Toc290545415}DyK _Toc290545415}DyK _Toc290545416}DyK _Toc290545416}DyK _Toc290545417}DyK _Toc290545417}DyK _Toc290545418}DyK _Toc290545418}DyK _Toc290545419}DyK _Toc290545419}DyK _Toc290545420}DyK _Toc290545420}DyK _Toc290545421}DyK _Toc290545421}DyK _Toc290545422}DyK _Toc290545422}DyK _Toc290545423}DyK _Toc290545423}DyK _Toc290545424}DyK _Toc290545424}DyK _Toc290545425}DyK _Toc290545425}DyK _Toc290545426}DyK _Toc290545426}DyK _Toc290545427}DyK _Toc290545427}DyK _Toc290545428}DyK _Toc290545428}DyK _Toc290545429}DyK _Toc290545429}DyK _Toc290545430}DyK _Toc290545430}DyK _Toc290545431}DyK _Toc290545431}DyK _Toc290545432}DyK _Toc290545432}DyK _Toc290545433}DyK _Toc290545433}DyK _Toc290545434}DyK _Toc290545434}DyK _Toc290545435}DyK _Toc290545435}DyK _Toc290545436}DyK _Toc290545436}DyK _Toc290545437}DyK _Toc290545437}DyK _Toc290545438}DyK _Toc290545438}DyK _Toc290545439}DyK _Toc290545439}DyK _Toc290545440}DyK _Toc290545440}DyK _Toc290545441}DyK _Toc290545441}DyK _Toc290545442}DyK _Toc290545442}DyK _Toc290545443}DyK _Toc290545443}DyK _Toc290545444}DyK _Toc290545444}DyK _Toc290545445}DyK _Toc290545445}DyK _Toc290545446}DyK _Toc290545446}DyK _Toc290545447}DyK _Toc290545447}DyK _Toc290545448}DyK _Toc290545448}DyK _Toc290545449}DyK _Toc290545449}DyK _Toc290545450}DyK _Toc290545450}DyK _Toc290545451}DyK _Toc290545451}DyK _Toc290545452}DyK _Toc290545452}DyK _Toc290545453}DyK _Toc290545453}DyK _Toc290545454}DyK _Toc290545454}DyK _Toc290545455}DyK _Toc290545455}DyK _Toc290545456}DyK _Toc290545456}DyK _Toc290545457}DyK _Toc290545457}DyK _Toc290545458}DyK _Toc290545458}DyK _Toc290545459}DyK _Toc290545459}DyK _Toc290545460}DyK _Toc290545460}DyK _Toc290545461}DyK _Toc290545461}DyK _Toc290545462}DyK _Toc290545462}DyK _Toc290545463}DyK _Toc290545463}DyK _Toc290545464}DyK _Toc290545464}DyK _Toc290545465}DyK _Toc290545465}DyK _Toc290545466}DyK _Toc290545466}DyK _Toc290545467}DyK _Toc290545467}DyK _Toc290545468}DyK _Toc290545468}DyK _Toc290545469}DyK _Toc290545469}DyK _Toc290545470}DyK _Toc290545470}DyK _Toc290545471}DyK _Toc290545471}DyK _Toc290545472}DyK _Toc290545472}DyK _Toc290545473}DyK _Toc290545473}DyK _Toc290545474}DyK _Toc290545474}DyK _Toc290545475}DyK _Toc290545475}DyK _Toc290545476}DyK _Toc290545476}DyK _Toc290545477}DyK _Toc290545477}DyK _Toc290545478}DyK _Toc290545478}DyK _Toc290545479}DyK _Toc290545479}DyK _Toc290545480}DyK _Toc290545480}DyK _Toc290545481}DyK _Toc290545481}DyK _Toc290545482}DyK _Toc290545482}DyK _Toc290545483}DyK _Toc290545483}DyK _Toc290545484}DyK _Toc290545484}DyK _Toc290545485}DyK _Toc290545485}DyK _Toc290545486}DyK _Toc290545486}DyK _Toc290545487}DyK _Toc290545487}DyK _Toc290545488}DyK _Toc290545488}DyK _Toc290545489}DyK _Toc290545489}DyK _Toc290545490}DyK _Toc290545490}DyK _Toc290545491}DyK _Toc290545491}DyK _Toc290545492}DyK _Toc290545492}DyK _Toc290545493}DyK _Toc290545493}DyK _Toc290545494}DyK _Toc290545494}DyK _Toc290545495}DyK _Toc290545495}DyK _Toc290545496}DyK _Toc290545496}DyK _Toc290545497}DyK _Toc290545497}DyK _Toc290545498}DyK _Toc290545498}DyK _Toc290545499}DyK _Toc290545499}DyK _Toc290545500}DyK _Toc290545500}DyK _Toc290545501}DyK _Toc290545501}DyK _Toc290545502}DyK _Toc290545502}DyK _Toc290545503}DyK _Toc290545503}DyK _Toc290545504}DyK _Toc290545504}DyK _Toc290545505}DyK _Toc290545505}DyK _Toc290545506}DyK _Toc290545506}DyK _Toc290545507}DyK _Toc290545507}DyK _Toc290545508}DyK _Toc290545508}DyK _Toc290545509}DyK _Toc290545509}DyK _Toc290545510}DyK _Toc290545510}DyK _Toc290545511}DyK _Toc290545511}DyK _Toc290545512}DyK _Toc290545512}DyK _Toc290545513}DyK _Toc290545513}DyK _Toc290545514}DyK _Toc290545514$$If!vh5 5r#v #vr:V 4  t0    655 /  / / / 4 pytA|$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pytA|$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pytA|$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pytA|$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pytA|$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pytA|$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pytA|$$If!vh55#v#v:V 4e  t0    65 /  / / / 4 pytw$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytw$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDyK BMModifySetuppropertiesDyK BMElementSetting;$$If!vh54 5T 5#v4 #vT #v:V 4  t0    65 5"5Y/  / / / 4 pytE{DyK additionalnetwork{DyK  BMElementLIS4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK $BMInstallationlocationandorganizatiDyK BMElementCompanyname4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK $BMInstallationlocationandorganizatiDyK BMElementInstallLocation4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK $BMInstallationlocationandorganizatiDyK BMElementInstallLocation4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMLicensinganduserinterfaceDyK BMElementDisplay4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMLicensinganduserinterfaceDyK BMElementPIDKey4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{{DyK  BMElementARP4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMElementUserName4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK BMSetfeatureinstallationstatesDyK BMElementOptionState4$$If!vh54 5T 5#v4 #vT #v:V  t0    65 5"5Y/  / / / 4 pytE{DyK _/uninstall_[ProductID]DdF  C "A ?noteb'zTo(%dU;)n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF  C "A ?noteb'zTo(%dU+n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF  C "A ?noteb'zTo(%dU.n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5J#vJ:V t0654 ayt58B$$Ifh!vh5#v:V t0654 ahytV'q$$Ifh!vh5#v:V t0654 ahytV'q$$Ifh!vh5#v:V t0654 ahDdF  C "A ?noteb'zTo(%dU3n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdP   C ,A?Importantb 8kFa? s6n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5 5d#v #vd:V 4  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytUDyK BMElementAddLanguage$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytU$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pytUDdF  C "A ?noteb'zTo(%dU=Mn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $IfK$L$!vh5#v:V t0654 ytV'qv$$If!vh5#v:V t0654 $IfK$L$h!vh5#v:V t0654 ahytV'q$$Ifh!vh5#v:V t0k654 ytg[HDdD  C A?TipbA:䄧6ĿQnA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`$$If!vh5#v:V t0k654 ytg[H$$If!vh5#v:V t0k654 ytg[H$$If!vh5#v:V  t0654 ytV'q|$$If!vh5#v:V t0654 ytV'q|$$If!vh5#v:V t0654 ytV'q|$$If!vh5#v:V t0654 ytV'q$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj-$$If!vh5W 5X 5X #vW #vX :V 4w  t0    655/  / / / 4 pytU&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj|$$If!vh5#v:V t0654 ytIbv$$If!vh5#v:V t0654 )$$If!vh5W 5X 5X #vW #vX :V 4  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytjDdF  C "A ?noteb'zTo(%dUcn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 ;$$If!vh5X 565y#vX #v6#vy:V 4  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pyt4$$If!vh5X 565y#vX #v6#vy:V  t0    6555 /  / / / 4 pytDdD  C A?Tip bA:䄧6ĿtnA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`v$$If!vh5#v:V t0654 DyK !BMAddinstallationsandrunprogramsv$$If!vh5#v:V t0654 8$$If!vh5\55#v\#v#v:V 4w  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pyt1$$If!vh5\55#v\#v#v:V  t0    555n /  / / / 4 pytDdP   C ,A?Important b 8kFa? `n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdD   C A?Tip bA:䄧6ĿRnA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`v$$If!vh5#v:V t0654 DyK $BMInstallationlocationandorganizativ$$If!vh5#v:V t0654 -$$If!vh5W 5X 5X #vW #vX :V 4e  t0    655/  / / / 4 pyttm&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj{$$If!vh5#v:V t0654 DdD  C A?Tip bA:䄧6ĿPnA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`v$$If!vh5#v:V t0654 DyK BMLicensinganduserinterfacev$$If!vh5#v:V t0654 ;$$If!vh5X 55,#vX #v#v,:V 4  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytO4$$If!vh5X 55,#vX #v#v,:V  t0    655x5 /  / / / 4 pytODdF  C "A ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`{$$If!vh5#v:V t0654 {$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 ;$$If!vh55F5 #v#vF#v :V 48  t0    6595R5 /  / / / 4 pyt1>4$$If!vh55F5 #v#vF#v :V  t0    6595R5 /  / / / 4 pyt1>DdF  C "A  ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 {$$If!vh5#v:V t0654 DdD  C A ?TipbA:䄧6ĿnA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`v$$If!vh5#v:V t0654 DyK $BMInstallationlocationandorganizativ$$If!vh5#v:V t0654 ;$$If!vh5585#v#v8#v:V 4e  t0    6555 /  / / / 4 pyt1>4$$If!vh5585#v#v8#v:V  t0    6555 /  / / / 4 pyt1>v$$If!vh5#v:V t0654 ;$$If!vh5 5 5v #v #v #vv :V 4  t0    65)5(57/  / / / 4 pytZDdF  C "A  ?noteb'zTo(%dU n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$!vh5#v:V t0654 ytIb$IfK$L$!vh5#v:V t0654 ytIb4$$If!vh5 5 5v #v #v #vv :V  t0    65)5(57/  / / / 4 pytj4$$If!vh5 5 5v #v #v #vv :V  t0    65)5(57/  / / / 4 pytjDyK additionalnetwork4$$If!vh5 5 5v #v #v #vv :V  t0    65)5(57/  / / / 4 pytjv$$If!vh5#v:V t0654 ;$$If!vh5@55#v@#v#v:V 4e  t0    655m5n /  / / / 4 pyt1>4$$If!vh5@55#v@#v#v:V  t0    655m5n /  / / / 4 pyt1>4$$If!vh5@55#v@#v#v:V  t0    655m5n /  / / / 4 pyt1>4$$If!vh5@55#v@#v#v:V  t0    655m5n /  / / / 4 pyt1>4$$If!vh5@55#v@#v#v:V  t0    655m5n /  / / / 4 pyt1>4$$If!vh5@55#v@#v#v:V  t0    655m5n /  / / / 4 pyt1>DdF  C "A  ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 {$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 ;$$If!vh555V#v#v#vV:V 48  t0    65955 /  / / / 4 pytZ4$$If!vh555V#v#v#vV:V  t0    65955 /  / / / 4 pytZ4$$If!vh555V#v#v#vV:V  t0    65955 /  / / / 4 pytZ4$$If!vh555V#v#v#vV:V  t0    65955 /  / / / 4 pytZK$$If!vh5555#v#v:V 4\  t(0    65=5/  / / / 4 p(ytZD$$If!vh5555#v#v:V  t(0    65=5/  / / / 4 p(ytjD$$If!vh5555#v#v:V  t(0    65=5/  / / / 4 p(ytjDdP  C ,A ?Importantb 8kFa? n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`v$$If!vh5#v:V t0654 DyK BMSetfeatureinstallationstatesv$$If!vh5#v:V t0654 ;$$If!vh555#v#v#v:V 4  t0    655m5S /  / / / 4 pyt 4$$If!vh555#v#v#v:V  t0    655m5S /  / / / 4 pyt 4$$If!vh555#v#v#v:V  t0    655m5S /  / / / 4 pyt 4$$If!vh555#v#v#v:V  t0    655m5S /  / / / 4 pyt 4$$If!vh555#v#v#v:V  t0    655m5S /  / / / 4 pyt 4$$If!vh555#v#v#v:V  t0    655m5S /  / / / 4 pyt DdF  C "A ?noteb'zTo(%dUjn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF  C "A ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 DyK BMLicensinganduserinterfacev$$If!vh5#v:V t0654 DdP  C ,A?Importantb 8kFa? n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 -$$If!vh5W 5X 5X #vW #vX :V 4e  t0    655/  / / / 4 pytz&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj|$$If!vh5#v:V t0654 ytIbDdF  C "A ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 -$$If!vh5W 5X 5X #vW #vX :V 4  t0    655/  / / / 4 pytz&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytjv$$If!vh5#v:V t0654 DdD  C A?TipbA:䄧6ĿnA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`v$$If!vh5#v:V t0654 DyK BMModifySetuppropertiesv$$If!vh5#v:V t0654 ;$$If!vh555V#v#v#vV:V 4\  t0    65955 /  / / / 4 pyt 4$$If!vh555V#v#v#vV:V  t0    65955 /  / / / 4 pyt 4$$If!vh555V#v#v#vV:V  t0    65955 /  / / / 4 pyt DdF  C "A ?noteb'zTo(%dULn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF  C "A ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF  C "A ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5#v:V t0654 ytIb;$$If!vh5k5*5r#vk#v*#vr:V 4e  t0    6555 /  / / / 4 pyt54$$If!vh5k5*5r#vk#v*#vr:V  t0    6555 /  / / / 4 pyt54$$If!vh5k5*5r#vk#v*#vr:V  t0    6555 /  / / / 4 pyt5$IfK$L$!vh5 #v :V t0M654 yt54$$If!vh5k5*5r#vk#v*#vr:V  t0    6555 /  / / / 4 pyt5v$$If!vh5#v:V t0654 -$$If!vh5W 5X 5X #vW #vX :V 4e  t0    655/  / / / 4 pytc&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytjv$$If!vh5#v:V t0654 -$$If!vh5W 5X 5X #vW #vX :V 4e  t0    655/  / / / 4 pytc&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytjv$$If!vh5#v:V t0654 |$$If!vh5#v:V t0654 ytIbDdF  C "A ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdP  C ,A?Importantb 8kFa? hn 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh55#v#v:V 4A  t0    65 /  / / / 4 pytc$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDyK additionalnetwork$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDdF  C "A ?noteb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF   C "A ?noteb'zTo(%dUD n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdRE3 ! C bAJ?ab34f2ce-1c3b-4b1a-8105-f203d7686a5a bHDJҺ_"nHDJҺ_PNG  IHDRkJ PLTE                     "  "' """""""""""," ""'''"1""'"'""''''"'''1'","',"','',,1,,,',,,5,'1':,'111,1,1',1,?,11,,5,15,D1151155551?55551:11:51::I55:1I55:55::5:?N5::5:::5?55?:I:"N::?5:?::??S:??:???N?:D:S??D:?D??DDDD:DD?DDD?I?SD'?IDIDIDI?DIIII?DINIIDIIIDNIINDINIINNNNINNNNSIbN1NSNSSISSNSSSSXNXXNXXSXXXkX1X]NX]SX]X]]S]]X]]]]bS]bbu]:bbXbb]bfXbf]ff]ffbfk]fkbfkff?kk]kkbkkfkpbkpfppfppkpufpukpDpupuufuupuuuuzkuIzzpzzuupzkzpzupuzNzuzzzzXkz]bbbĺɿLbKGDH cmPPJCmp0712Hs gIDAThCZ XS> a+n6bfK`(Cn8Z,8h]DR-8jme[m+VEA:߮|?7'{~=;|\}gdd+3Q ^sgB[z:N8Z,}.el/BBNGA4Nvez:Iu%&\XDC\cc;6uՊq+SP^E!H!,QRf!\8}zjː3՚'ɮMNɷ ֩S--*Cr'-XIf rXk ],$g0%2bLOϛM&/`#y.6 :4LD]u\.L湐lJ6kr29LE dlkq ,”Lt(>‹2Q‰e|0F r!WxuՉʙ+r;^8MЂ$'$hJȅ_Y0u <]Hp%i cY ~ yyoNk=YvYt,]\+)ul.(PhKbɲz @*(Ш@#uc\3Sk>7Nw\ۜv$_9S}x߰EҩsS7;Nu\M;_}Ж xc^Y!s!Qm^ND5 TYb;'ӎM`u:;/9sj7^}-.es+NpVSpО> ;l X ΦWl_&yZv&M ,YyUzhu9ˈCq$ \a' Cc\Yݻhn$&P `;7vQV}P%;>/e\X,J\M̯4Q6LýՁ˗s`[RL,yۍk j!W7Wڸ^mC܀{ϳ/ ?)GFFF' zlKGF*AH [F݃[Hȗ#e2DtkhއYxӌn{`S!Q5R+ ̻G[5F;،̟63LFxedIg͞<lm٦cSdh^G:R*ݐ;Ā`0=33̙;`+{Μ̙gZ'_|$0ﺵ>]/^R>8pАOꩤ3fxW^ym͚57nܺuٳO>=|pKKO?c$ }֭۸fka /̘1qbSO:tȠ?~K8Sg8hА 1bԨQO$%?駟6mڳ93gM)'p$5"44txL7ȍ'˽Dt'uwoܷ+$kPeF~dNcD646VWn-nVdeT[޺|WCᑺcMeً[Z*i>!x[S)f,?aS uo~Tq>%k]sMv{Y{qs6.Bv5Blݲt(jQ@!55U2^Z6L:k:)lgl.7s_\@ևYǷˎ_n(=6$|48֨ԭoF#-l+O1}mn+Wtnvvdyڹ6wتϓu[!읞gt<;;=]yw<{dzwzn7F'¯_Hi{|Q`R {] \ѓ8NcjĬIENDB`Dd " C bAJ?d7243c51-422b-4b48-9b82-02d4068300f4!b;Gkӥ\=7%2n;Gkӥ\=7%PNG  IHDR!!Wo pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_FIDATxڴ[lU1`@4q `MVJ[U#!RfbbHnyr00='Npwr˶Zd 7o8qMI(_\VU;۷SUY<lrb! #L!0XBȂm@Z0/7/LcL(֚'o+F B0Js3=H!Ahj"EEX h$j(pOi rJ!msg<|RHcЮOqjl@qT:K''[̂c0`69o?$R bE)ZɪBPQ 4r,H|u @+MO/SccXƀ PP57]Ag2H拆 5FFDHI:dyD.eΦ-]m($ )߀2F&@y27ۈ=TWe!C!,;xv]b55aiT&sm,Qw!SzK\T:899p'v !`нDMM _@9SNе(:bCT<>!׶ b};v츮ۚĴkZ=-i,_3zWGZ^Dw*'V޶5隵kOQͨ{K1K,gz18‘Ez׻T1HyGjmdo߶5'm]D½SJ)cP3Lr Hr{kK77l,P%d۞ 3P<'?B rAzdYc.oM. Lړ\~`_c4`˶gHww3ҾC7nUg3L8-ٕQ=?xzqe[\J ARk1H[O -8 7VޘOaWf h; EV~>9qc(Pd?{O&V$2sm\U׻f ~HPwL"9aK~ s1gN3F;EpQ+]@vF3#(|m0ظ3eUί('N}EL2ie%icRZ<Ν;O}ss./jdFWf`JQvp 3g%;w'xT{pqәYyy k]1G.ZgZ[[hnnʌy%Ж@ ܎I z27hIm$--)W b XV  xU]&+OI3A~siH\>]wuuuoT !:]$:2$vˉg1z<1ؓ,)P7IH&/i3B6i[H$g HěIENDB` Dd # C bAJ?55994611-8056-4f6d-85ef-2fa8550c7b6e"b' N ?&RK FnN ?&RKPNG  IHDR!!Wo pHYs   cHRMz%u0`:o_FpIDATxڬ[UZ{s 320K-)i$M#6}6mhkPFӈ1ZVF"[08s;3sΜ3Z 3z{\sWOQY{u/9Jx]_^ OF8w Wx07axwxՎ[ofي svu~MՃ;}Ӗv k֯kжudGo3wDo?gkm_hn޿[h5Q #DMװuw68v#w/y ˢ0A_bsǮ]!a5!J-tmG D%C8p_zˎoM0QDX.7"kEXá)NZLS+hϷ. Dgmnؽp~qO+<=۽cLfh#5\;]ݼnݰ.VVLc=N#5V{gG}`k6]C` 0_+ N0  4V+67uօE!k9[kkغ'Bdݢ88;Lϕ" DADcyeW7As;lkM:=Z:=zxzfpV t-q2ZXS#9%Lc=c NeA 4nneDPSO._?̎tfmNOPq>|}+d%\6G( JKe bxΖ[gxkpt~^"?Wqڣ)|p!@آi[2 >bZ*N· ҟ5^V䋄XU`/h"ÙD+!U ɐ[W-04VD/&u^v^4J8^6 Hfn2ִٛBq1dE *5֕ |RX"di}&pPސJCr7Ś$[770ag [*->kiEX"W,hzbd'P,gI~J M4$4jtjd&pgc %3QM9$k[ E jhLjQtR@5.RQ4qfeΛǟ.J%ɾBֆ)T- jd ]. l9hDʈzŹ9y' :a4n©1$w@F2~bD͑g~wcCd;U8uN%;BEDM2ߋQncd& ~}!+ g#My ԑW|DO)t_]g' )8+Y1ѥݨ0XD$D)wsuI1 }0fD_8d~$7];; =ʳRxJB*F²SIg88ChɥAX>DPg7^~U"hݷZ~IENDB`$$If!vh5d 5#vd #v:V  t0    5n5 /  / / / 4 pyt:DdF $ C "A ?note#b'zTo(%dUQn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdRE3 % C bAJ?f9494c83-930e-4e1f-a946-a87ec4d88898$bAr-kʹbi3qTnr-kʹbi3PNG  IHDRkJ PLTE                   #  #( ###########-# ##(((#2##(#(##((-(((#(((#-#7((-#(-((--<(--(---7-(2((22-2(-2-A-22-222227-7--7227-F2272277772A77772<22<72<DxO@7: f&BRNlB~VvV&fe-(j\E,Ke13C5cPKZ s!OMIqTb w"Ht`BD( 1ØNX&T޹I.zcACQ(/1j`H0$g0PŐHJD D!bN'J,F%Q$F1'a _QG$nzc:nx],/aF7anW,cbbN"(Qu u$0)b,B\t4 K"g@ffd= T`)dhƣD6[N>.sHLjn\Ŝ4%hd gJj"1!5BN77aCiu1.ȓSD%BJxXX8 mX;٘pqKLpX%O,JL"G<_U62/GF>D\:0E0TO}&"q=PT'`@?zɇ/hR0Ǔ@$PşRʓRŽiGBD}T!9 ЁWPKP# o u DbyKhB* Jqf3fg3/svBVAb.\ /(Tz m?] ۯHe@LW'3RYh^I|ޮNƢt՝=]'._QorA"u7b?_g+z64^:CGaW W (@&m+P[ ]O8ccot)$3Ӌ.r~v *|Oy׿$'*hHV䝄 QXN]]sE2ެ+j+=+Kvj͔Ji' τs/uy \6Y㉼\W'JʓdU\z6xEyYWd5em:Y{sv$Gf~'B>9'={ZwӞk+KWgz>U_ym׮v@ Q= @~~xWP S2Ԩ]FnPE""4 \ '~#F9xa)R U"4.&>LIDG2њ%,o(_$2 ZFa-Q.NA_%З-BTR!ADk"TaPHῑo:9eH2/8-X e4,v/rr,RT R()bvH1XLj<֒=ˈeX . l]hZYXN!.$( \Q"4~lHM46'/^\\te˖-_ ŋ?a}leXݏ4WݥG Ѝ %nsqQO2eO[_޾}o:~ۇ>~СwEێ5k0'9s'D7v{K$8Ryv$A;3fEEM0q䟠L#̜={ܹsԯbKf?\tϞ9Ӧa'N7k[oVae{qn0x _9_ByĵUMoKf841-NY+Z(IW7zJB\ΩܻOjoN$(,Iidu#Jl6:LgWٔ6H+@"]ͷLF;?7+mg+뗀iEJJSxf)lnh:Rqz&M]M^}}羪?eW-,T~$k{7۱*e{+mnxq_w+[pu6=׳ Pm/-]5p~k&$5dRmi۔^(oM[a)5ZIP XNRZN[jkK v| -omՀ)ܑ# j(7N~sцv HNڂgmoϨ|\c-kլݶFvIyDz#|Z7nsj喼El(i)ٺs!ҫdi&u-# B6e4$m]$mcnc6"+ d9ҧ7˅ղ]e2⬥j %-qq7k2Ilxg&CuV2YB\PN?gB_9K@/[;3𭝁Μ[;3𭝁Μ[;3𭝁Μڑ@gÃKV| 1ڀ5tr/Z250_qiؼmIENDB`Dd & C bAJ?d7243c51-422b-4b48-9b82-02d4068300f4%b;Gkӥ\=7%dn;Gkӥ\=7%PNG  IHDR!!Wo pHYs   OiCCPPhotoshop ICC profilexڝSgTS=BKKoR RB&*! J!QEEȠQ, !{kּ> H3Q5 B.@ $pd!s#~<<+"x M0B\t8K@zB@F&S`cbP-`'{[! eDh;VEX0fK9-0IWfH  0Q){`##xFW<+*x<$9E[-qWW.(I+6aa@.y24x6_-"bbϫp@t~,/;m%h^ uf@Wp~<5j>{-]cK'Xto(hw?G%fIq^D$.Tʳ?D*A, `6B$BB dr`)B(Ͱ*`/@4Qhp.U=pa( Aa!ڈbX#!H$ ɈQ"K5H1RT UH=r9\F;2G1Q= C7F dt1r=6Ыhڏ>C03l0.B8, c˱" VcϱwE 6wB aAHXLXNH $4 7 Q'"K&b21XH,#/{C7$C2'ITFnR#,4H#dk9, +ȅ3![ b@qS(RjJ4e2AURݨT5ZBRQ4u9̓IKhhitݕNWGw Ljg(gwLӋT071oUX**| J&*/Tު UUT^S}FU3S ԖUPSSg;goT?~YYLOCQ_ cx,!k u5&|v*=9C3J3WRf?qtN (~))4L1e\kXHQG6EYAJ'\'GgSSݧ M=:.kDwn^Loy}/TmG X $ <5qo</QC]@Caaᄑ.ȽJtq]zۯ6iܟ4)Y3sCQ? 0k߬~OCOg#/c/Wװwa>>r><72Y_7ȷOo_C#dz%gA[z|!?:eAAA!h쐭!ΑiP~aa~ 'W?pX15wCsDDDޛg1O9-J5*>.j<74?.fYXXIlK9.*6nl {/]py.,:@LN8A*%w% yg"/6шC\*NH*Mz쑼5y$3,幄'L Lݛ:v m2=:1qB!Mggfvˬen/kY- BTZ(*geWf͉9+̳ې7ᒶKW-X潬j9(xoʿܔĹdff-[n ڴ VE/(ۻCɾUUMfeI?m]Nmq#׹=TR+Gw- 6 U#pDy  :v{vg/jBFS[b[O>zG499?rCd&ˮ/~јѡ򗓿m|x31^VwwO| (hSЧc3-gAMA|Q cHRMz%u0`:o_FIDATxڴ[lU1`@4q `MVJ[U#!RfbbHnyr00='Npwr˶Zd 7o8qMI(_\VU;۷SUY<lrb! #L!0XBȂm@Z0/7/LcL(֚'o+F B0Js3=H!Ahj"EEX h$j(pOi rJ!msg<|RHcЮOqjl@qT:K''[̂c0`69o?$R bE)ZɪBPQ 4r,H|u @+MO/SccXƀ PP57]Ag2H拆 5FFDHI:dyD.eΦ-]m($ )߀2F&@y27ۈ=TWe!C!,;xv]b55aiT&sm,Qw!SzK\T:899p'v !`нDMM _@9SNе(:bCT<>!׶ b};v츮ۚĴkZ=-i,_3zWGZ^Dw*'V޶5隵kOQͨ{K1K,gz18‘Ez׻T1HyGjmdo߶5'm]D½SJ)cP3Lr Hr{kK77l,P%d۞ 3P<'?B rAzdYc.oM. Lړ\~`_c4`˶gHww3ҾC7nUg3L8-ٕQ=?xzqe[\J ARk1H[O -8 7VޘOaWf h; EV~>9qc(Pd?{O&V$2sm\U׻f ~HPwL"9aK~ s1gN3F;EpQ+]@vF3#(|m0ظ3eUί('N}EL2ie%icRZ<Ν;O}ss./jdFWf`JQvp 3g%;w'xT{pqәYyy k]1G.ZgZ[[hnnʌy%Ж@ ܎I z27hIm$--)W b XV  xU]&+OI3A~siH\>]wuuuoT !:]$:2$vˉg1z<1ؓ,)P7IH&/i3B6i[H$g HěIENDB` Dd ' C bA J?55994611-8056-4f6d-85ef-2fa8550c7b6e&b' N ?&RK yxnN ?&RKPNG  IHDR!!Wo pHYs   cHRMz%u0`:o_FpIDATxڬ[UZ{s 320K-)i$M#6}6mhkPFӈ1ZVF"[08s;3sΜ3Z 3z{\sWOQY{u/9Jx]_^ OF8w Wx07axwxՎ[ofي svu~MՃ;}Ӗv k֯kжudGo3wDo?gkm_hn޿[h5Q #DMװuw68v#w/y ˢ0A_bsǮ]!a5!J-tmG D%C8p_zˎoM0QDX.7"kEXá)NZLS+hϷ. Dgmnؽp~qO+<=۽cLfh#5\;]ݼnݰ.VVLc=N#5V{gG}`k6]C` 0_+ N0  4V+67uօE!k9[kkغ'Bdݢ88;Lϕ" DADcyeW7As;lkM:=Z:=zxzfpV t-q2ZXS#9%Lc=c NeA 4nneDPSO._?̎tfmNOPq>|}+d%\6G( JKe bxΖ[gxkpt~^"?Wqڣ)|p!@آi[2 >bZ*N· ҟ5^V䋄XU`/h"ÙD+!U ɐ[W-04VD/&u^v^4J8^6 Hfn2ִٛBq1dE *5֕ |RX"di}&pPސJCr7Ś$[770ag [*->kiEX"W,hzbd'P,gI~J M4$4jtjd&pgc %3QM9$k[ E jhLjQtR@5.RQ4qfeΛǟ.J%ɾBֆ)T- jd ]. l9hDʈzŹ9y' :a4n©1$w@F2~bD͑g~wcCd;U8uN%;BEDM2ߋQncd& ~}!+ g#My ԑW|DO)t_]g' )8+Y1ѥݨ0XD$D)wsuI1 }0fD_8d~$7];; =ʳRxJB*F²SIg88ChɥAX>DPg7^~U"hݷZ~IENDB`$$If!vh5 5V#v #vV:V  t0    55 /  / / / 4 pyt:DdF ( C "A! ?note'b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DyK %Office Activation Technologies GuideF%Office Activation Technologies GuideDdP ) C ,A"?Important(b 8kFa? +n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`$$Ifh!vh5#v:V t0654 ah$$Ifh!vh5#v:V t0654 ahDdF * C "A# ?note)b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$$Ifh!vh5#v:V t0654 ahDyK BMElementSetting$$Ifh!vh5#v:V t0654 ahDdP + C ,A$?Important*b 8kFa? n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`$$If!vh5#v:V t0654 a$$If!vh5#v:V t0654 aDdF , C "A% ?note+b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5 5#v #v:V 4  t0    6555S /  / / / 4 pyt:$$If!vh5 5#v #v:V  t0    6555S /  / / / 4 pyt:$$If!vh5 5#v #v:V  t0    6555S /  / / / 4 pyt:$$If!vh5 5#v #v:V  t0    6555S /  / / / 4 pyt:$$If!vh5 5#v #v:V  t0    6555S /  / / / 4 pyt:$$If!vh5 5#v #v:V  t0    6555S /  / / / 4 pyt:DdF - C "A& ?note,b'zTo(%dUkn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`{$$If!vh5#v:V t0654 {$$If!vh5#v:V t0654 DdF . C "A' ?note-b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF / C "A( ?note.b'zTo(%dUŝn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 DyK BMElementCommandv$$If!vh5#v:V t0654 $$If!vh55#v#v:V 4/  t0    65 /  / / / 4 pytB$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDdP 0 C ,A)?Important/b 8kFa?  n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5 5#v #v:V 4  t0    655 /  / / / 4 pyt,$$If!vh5 5#v #v:V  t0    655 /  / / / 4 pyt,DdF 1 C "A* ?note0b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$h!vh5#v:V t0654 ahytIb$IfK$L$h!vh5#v:V t0654 ahytIb$$If!vh5 5#v #v:V  t0    655 /  / / / 4 pyt,$$If!vh5 5#v #v:V  t0    655 /  / / / 4 pyt,$$If!vh5 5#v #v:V  t0    655 /  / / / 4 pyt,$$If!vh5 5#v #v:V  t0    655 /  / / / 4 pyt,$$If!vh5 5 #v #v :V 4A  t0    655 /  / / / 4 pyt,$$If!vh5 5 #v #v :V  t0    655 /  / / / 4 pyt,$$If!vh5 5 #v #v :V  t0    655 /  / / / 4 pyt,DdF 2 C "A+ ?note1b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5j5#vj#v:V 4e  t0    655/  / / / 4 pyt,$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt,$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt,$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt,DdF 3 C "A, ?note2b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5 5r#v #vr:V 48  t0    655 /  / / / 4 pyt2$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pyt2$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pyt2$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pyt2$$If!vh5 5r#v #vr:V  t0    655 /  / / / 4 pyt2DdF 4 C "A- ?note3b'zTo(%dUon'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh55z#v#vz:V 4/  t0    65<5L/  / / / 4 pyt2$$If!vh55z#v#vz:V  t0    65<5L/  / / / 4 pyt2$$If!vh55z#v#vz:V  t0    65<5L/  / / / 4 pyt2$$If!vh55z#v#vz:V  t0    65<5L/  / / / 4 pyt2DdD 5 C A.?Tip4bA:䄧6ĿFnA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 DdF 6 C "A/ ?note5b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh55#v#v:V 4A  t0    65 /  / / / 4 pyta$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDdF 7 C "A0 ?note6b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh55#v#v:V 4\  t0    65 /  / / / 4 pyt O$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDdP 8 C ,A1?Important7b 8kFa? Mn 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5j5#vj#v:V 4  t0    655/  / / / 4 pyt~Y$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt~Y$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt~Y$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt~Y$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt~Y$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt~Y$$If!vh5j5#vj#v:V  t0    655/  / / / 4 pyt~YDdF 9 C "A2 ?note8b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh55!#v#v!:V 4n  t0    65t5/  / / / 4 pyt2$$If!vh55!#v#v!:V  t0    65t5/  / / / 4 pyt2$$If!vh55!#v#v!:V  t0    65t5/  / / / 4 pyt2$$If!vh55!#v#v!:V  t0    65t5/  / / / 4 pyt2DdF : C "A3 ?note9b'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh5@5#v@#v:V 4  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2$$If!vh5@5#v@#v:V  t0    655/  / / / 4 pyt2-$$If!vh5W 5X 5X #vW #vX :V 4/  t0    655/  / / / 4 pyt&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj$$If!vh5\5#v\#v:V 4J  t0    655/  / / / 4 pyt2$$If!vh5\5#v\#v:V  t0    655/  / / / 4 pyt2$$If!vh5\5#v\#v:V  t0    655/  / / / 4 pyt2$$If!vh5\5#v\#v:V  t0    655/  / / / 4 pyt2$$If!vh5\5#v\#v:V  t0    655/  / / / 4 pyt2-$$If!vh5W 5X 5X #vW #vX :V 4=  t0    655/  / / / 4 pyt&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj$$If!vh55#v#v:V 4e  t0    65 /  / / / 4 pyt$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh5 5d#v #vd:V 4  t0    65S55 /  / / / 4 pyt4y$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pyt4y$$If!vh5 5d#v #vd:V  t0    65S55 /  / / / 4 pyt4y$$If!vh5r5#vr#v:V 4   t0    65 5p /  / / / 4 pyth$$If!vh5r5#vr#v:V  t0    65 5p /  / / / 4 pyth$$If!vh5r5#vr#v:V  t0    65 5p /  / / / 4 pythDdD ; C A4?Tip:bA:䄧6ĿNInA:䄧6ĿPNG  IHDR ҎPLTE`8tRNSS cmPPJCmp0712Om6IDATcPQqqrapr`uqapa2 QapPTTuapJ q  R!+ }+c%IENDB`{$$If!vh5#v:V t0654 {$$If!vh5#v:V t0654 $$If!vh55#v#v:V 48  t0    65 /  / / / 4 pyth$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh5x5#vx#v:V 4  t0    65U53/  / / / 4 pyth$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pyth$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pyth$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pyth$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pyth$$If!vh55D#v#vD:V 4  t0    655/  / / / 4 pyt4y$$If!vh55D#v#vD:V  t0    655/  / / / 4 pyt4yDyK BMElementOptionStateDyK BMSampleConfigxmlFile $$If!vh55#v#v:V 4  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    55l/  / / / 4 pyt>$$If!vh55#v#v:V 4S  t0    655l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt>$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt>$$If!vh5 5b#v #vb:V 4e  t0    655 /  / / / 4 pyt{=8$$If!vh5 5b#v #vb:V  t0    655 /  / / / 4 pyt{=8$$If!vh5 5b#v #vb:V  t0    655 /  / / / 4 pyt{=8$$If!vh5 5b#v #vb:V  t0    655 /  / / / 4 pyt{=8$$If!vh5 5b#v #vb:V  t0    655 /  / / / 4 pyt{=8$$If!vh5 5b#v #vb:V  t0    655 /  / / / 4 pyt{=8$$If!vh55#v#v:V 4  t0    655l/  / / / 4 pyt{=8$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt{=8$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt{=8$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt{=8$$If!vh55#v#v:V  t0    655l/  / / / 4 pyt{=8v$$If!vh5#v:V t0654 $$If!vh5&5#v&#v:V 4  t0    65 5 /  / / / 4 pyt_$$If!vh5&5#v&#v:V  t0    65 5 /  / / / 4 pyt_$$If!vh5&5#v&#v:V  t0    65 5 /  / / / 4 pyt_$$If!vh5&5#v&#v:V  t0    65 5 /  / / / 4 pyt_$$If!vh5&5#v&#v:V  t0    65 5 /  / / / 4 pyt_$$If!vh5&5#v&#v:V  t0    65 5 /  / / / 4 pyt_;$$If!vh5H 55 #vH #v#v :V 4  t0    655m5/  / / / 4 pytv4$$If!vh5H 55 #vH #v#v :V  t0    655m5/  / / / 4 pytv4$$If!vh5H 55 #vH #v#v :V  t0    655m5/  / / / 4 pytv4$$If!vh5H 55 #vH #v#v :V  t0    655m5/  / / / 4 pytv4$$If!vh5H 55 #vH #v#v :V  t0    655m5/  / / / 4 pytv;$$If!vh5V 585y#vV #v8#vy:V 4O  t0    6555 /  / / / 4 pytH4$$If!vh5V 585y#vV #v8#vy:V  t0    6555 /  / / / 4 pytH4$$If!vh5V 585y#vV #v8#vy:V  t0    6555 /  / / / 4 pytH4$$If!vh5V 585y#vV #v8#vy:V  t0    6555 /  / / / 4 pytH4$$If!vh5V 585y#vV #v8#vy:V  t0    6555 /  / / / 4 pytH4$$If!vh5V 585y#vV #v8#vy:V  t0    6555 /  / / / 4 pytH;$$If!vh5Z 55 #vZ #v#v :V 4O  t0    6555:/  / / / 4 pytG]4$$If!vh5Z 55 #vZ #v#v :V  t0    6555:/  / / / 4 pytG]4$$If!vh5Z 55 #vZ #v#v :V  t0    6555:/  / / / 4 pytG]4$$If!vh5Z 55 #vZ #v#v :V  t0    6555:/  / / / 4 pytG]4$$If!vh5Z 55 #vZ #v#v :V  t0    6555:/  / / / 4 pytG]4$$If!vh5Z 55 #vZ #v#v :V  t0    6555:/  / / / 4 pytG]4$$If!vh5Z 55 #vZ #v#v :V  t0    6555:/  / / / 4 pytG]4$$If!vh5Z 55 #vZ #v#v :V  t0    6555:/  / / / 4 pytG]DyK _File_formats_thatDyK _File_formats_that_DyK _File_formats_that_1DyK _Additional_file_format;$$If!vh552 5:#v#v2 #v::V 4e  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI4$$If!vh552 5:#v#v2 #v::V  t0    655k58 /  / / / 4 pytzI;$$If!vh555t#v#v#vt:V 4  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytW4$$If!vh555t#v#v#vt:V  t0    65t545 /  / / / 4 pytWDdF < C "A5 ?note;b'zTo(%dU'n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 ;$$If!vh55 5#v#v #v:V 4S  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzI4$$If!vh55 5#v#v #v:V  t0    65t55 /  / / / 4 pytzIDdF = C "A6 ?note<b'zTo(%dUVKn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 ;$$If!vh5\55 #v\#v#v :V 4A  t0    )655n59 /  / / / 4 pytzIDdF > C "A7 ?note=b'zTo(%dU;On'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$!vh5#v:V t0654 ytIb$IfK$L$!vh5#v:V t0654 ytIb4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzIDdF ? C "A8 ?note>b'zTo(%dU`n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$!vh5#v:V t0654 ytIb$IfK$L$!vh5#v:V t0654 ytIb4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzI4$$If!vh5\55 #v\#v#v :V  t0    )655n59 /  / / / 4 pytzIDdF @ C "A9 ?note?b'zTo(%dUen'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$$If!vh5#v:V t0654 a$$If!vh5#v:V t0654 aDdF A C "A: ?note@b'zTo(%dUqhn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$$If!vh5#v:V t0654 a$$If!vh5#v:V t0654 a$$If!vh5r55@ 55#vr#v#v@ #v#v:V 4  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-lDdF B C "A; ?noteAb'zTo(%dUrn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$!vh5#v:V t054 ytk$IfK$L$!vh5#v:V t054 ytkDdF C C "A< ?noteBb'zTo(%dUun'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`|$IfK$L$!vh5Z#vZ:V t054 ytk|$IfK$L$!vh5Z#vZ:V t054 ytk$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l$$If!vh5r55@ 55#vr#v#v@ #v#v:V  t20    5r55@ 55/  / / / 4 p2yt-l~$$If!vh5}5c5U 55#v}#vc#vU #v:V 4  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytkDdF D C "A= ?noteCb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$!vh5i#vi:V t054 ytk$IfK$L$!vh5i#vi:V t054 ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk{$$If!vh5}5c5U 55#v}#vc#vU #v:V  t20    5}5c5U 5/  / / / 4 p2ytk$$If!vh5r55 55%#vr#v#v #v#v%:V 4  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytSDdF E C "A> ?noteDb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`|$IfK$L$!vh5r#vr:V t054 ytC|$IfK$L$!vh5r#vr:V t054 ytC$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytS$$If!vh5r55 55%#vr#v#v #v#v%:V  t20    R5r55 55%/  / / / 4 p2ytSDyK _Microsoft_Office_2003DyK _2007_Microsoft_Office$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh5#v:V  t 0    65/  / / / 4 p ytIb$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj $$If!vh5x5#vx#v:V 4  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytu$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytuDyK _Language_Interface_PacksDyK _Mixed_language_versions[$$If!vh5 5 55#v #v #v#v:V 4  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytuX$$If!vh5 5 55#v #v #v#v:V  t(0    6555/  / / / 4 p(ytu $$If!vh5d 5#vd #v:V 4  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7$$If!vh5d 5#vd #v:V  t0    65n5 /  / / / 4 pyt7c$$If!vh55;55 #v#v;#v#v :V 4  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7`$$If!vh55;55 #v#v;#v#v :V  t(0    65555/  / / / 4 p(yt7$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDyK _Schema_for_theDyK _Schema_for_OMPMDyK _Schema_for_Access)$$If!vh5W 5X 5X #vW #vX :V 4  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj4$$If!vh5]55#v]#v#v:V 4  t0    55 5/  / / / 4 pyt71$$If!vh5]55#v]#v#v:V  t0    55 5/  / / / 4 pyt71$$If!vh5]55#v]#v#v:V  t0    55 5/  / / / 4 pyt71$$If!vh5]55#v]#v#v:V  t0    55 5/  / / / 4 pyt71$$If!vh5]55#v]#v#v:V  t0    55 5/  / / / 4 pyt71$$If!vh5]55#v]#v#v:V  t0    55 5/  / / / 4 pyt71$$If!vh5]55#v]#v#v:V  t0    55 5/  / / / 4 pyt71$$If!vh5]55#v]#v#v:V  t0    55 5/  / / / 4 pyt77$$If!vh555#v#v#v:V 4  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj4$$If!vh555#v#v#v:V  t0    655 5/  / / / 4 pytj)$$If!vh5W 5X 5X #vW #vX :V 4  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj&$$If!vh5W 5X 5X #vW #vX :V  t0    655/  / / / 4 pytj)$$If!vh55 55#v5 #v:V 4  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj&$$If!vh55 55#v5 #v:V  t0    65P5/  / / / 4 pytj|$$If!vh54"#v4":V t0654 ytIb$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V 4  t<0    525*5$ 555/  / / / 4 p<ytAkd$$If4    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kdy$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd?$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kdW$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kdo$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd5$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kdM$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kde$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd+$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd $$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd}$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kdC$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd $$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd[!$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd!%$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd($$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd,$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kds0$$If    ֈ*Tx42  *  $          t<0    4ap<ytADdP F C ,A??ImportantEb 8kFa? }4n 8kFa? PNG  IHDR \'. PLTE tRNS A cmPPJCmp0712Om1IDATcXa%m &o\!!a%@9 96IENDB`$IfK$L$!vh5#v:V t054 ytA$IfK$L$!vh5#v:V t054 ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V   t<0    525*5$ 555/  / / / 4 p<ytAkd6$$If    ֈ*Tx42  *  $          t<0    4ap<ytA$$If!vh525*5$ 555#v2#v*#v$ #v#v#v:V  t<0    525*5$ 555/  / / / 4 p<ytA kd:$$If    ֈ*Tx42  *  $          t<0    4ap<ytADdF G C "A@ ?noteFb'zTo(%dU>n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 $$If!vh5#v:V   t0654 yt[? $$If!vh5x5#vx#v:V 4  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDdF H C "AA ?noteGb'zTo(%dUVn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`v$$If!vh5#v:V t0654 v$$If!vh5#v:V t0654 $$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj7$$If!vh55\5#v#v\#v:V 4  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxVDdF I C "AB ?noteHb'zTo(%dU`n'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$!vh5#v:V t0654 ytIb$IfK$L$!vh5#v:V t0654 ytIb4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxVDdF J C "AC ?noteIb'zTo(%dUPn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`$IfK$L$!vh5#v:V t0654 ytIb$IfK$L$!vh5#v:V t0654 ytIb8$$If!vh55\5#v#v\#v:V ,  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxV4$$If!vh55\5#v#v\#v:V  t0    6555y/  / / / 4 pytxV $$If!vh5x5#vx#v:V 4  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh5x5#vx#v:V  t0    65U53/  / / / 4 pytM\$$If!vh55#v#v:V 4  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V  t0    65/  / / / 4 pytr+$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V 4  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytj$$If!vh55#v#v:V  t0    65 /  / / / 4 pytjDdT K C "AD ?note"@@Jb'zTo(%dUn'zTo(%dUPNG  IHDR Ҏ0PLTE]Z&c tRNS,bKGD ٥ cmPPJCmp0712Om1IDATcHKK3`hw%@}& )ͥ@բ}&X ,(oJPIENDB`ppppppppp00d`d eS Normal,Text,t <<%B*OJQJ^J_HmH phsH tH ~@~ f` Heading 1,h1$$$x&d@&P'5CJ(KHOJQJ_HaJ(mH sH tH \@\ f` Heading 2,h2!$h<&d@&PCJ$aJ$\@\ f` Heading 3,h3!$h<&d@&PCJaJb@b f` Heading 4,h4'$dh<&d@&PCJaJ8@18  y Heading 5,h5@&@@@  y Heading 6,h6 x@&5F@F y Heading 7,h7@& B*aJphD@D y Heading 8,h8@& B*]phF @F y Heading 9,h9 @& B*^JphDA`D eSDefault Paragraph FontRi@R 0 Table Normal4 l4a (k`(eS0No List @O@ y Figure,figd B*phbOb!xCode,c d<0B*CJOJQJ_HaJmHnHphsH tH uDO1"D yLabel in List 2,l2^BO"B yText in List 2,t2^<O2< yLabel,l$d5@B y8Footnote Text,ft,Used by Word for text of Help footnotes B*phJOa RJ ytdNumbered List 2,nl2  & FRObRySyntax,sM B*KHmHnHphu&@q y<Footnote Reference,fr,Used by Word for Help footnote symbols B*H*phdOdyCode Embedded,ce+>*B*CJEHOJQJaJmHnHphuNON yLabel Embedded,le5CJOJQJaJLOL y Link Text,lt>*B*CJOJQJaJphtOty Link ID,lidF<>*B*CJOJQJaJmHnHphq rsH u6O6 f`DSTOC1-0$@& \6O!6 DSTOC2-0@& \]4O14 DSTOC3-0@& \4OA4 DSTOC4-0@& \6OQ6 DSTOC5-0 @& \]4Oa4 DSTOC6-0!@& \0Oq"0 DSTOC7-0"@& 0O20 DSTOC8-0#@& 0OB0 DSTOC9-0$@& 6OR6 f`DSTOC1-1%$@&\6Ob6 f`DSTOC1-2&$@&\6Or6 f`DSTOC1-3'$@&\6O6 f`DSTOC1-4($@&\6O6 f`DSTOC1-5)$@&\6O6 f`DSTOC1-6*$@&\6O6 f`DSTOC1-7+$@&\6O6 f`DSTOC1-8,$@&\6O6 f`DSTOC1-9-$@& \6O!6 DSTOC2-2.@&\]6O!6 DSTOC2-3/@&\]6O!6 DSTOC2-40@&\]6O!6 DSTOC2-51@&\]6O!"6 DSTOC2-62@&\]6O!26 DSTOC2-73@&\]6O!B6 DSTOC2-84@&\]6O!R6 DSTOC2-95@& \]4O1b4 DSTOC3-36@&\4O1r4 DSTOC3-47@&\4O14 DSTOC3-58@&\4O14 DSTOC3-69@&\4O14 DSTOC3-7:@&\4O14 DSTOC3-8;@&\4O14 DSTOC3-9<@& \4OA4 DSTOC4-4=@&\4OA4 DSTOC4-5>@&\4OA4 DSTOC4-6?@&\4OA4 DSTOC4-7@@&\4OA4 DSTOC4-8A@&\4OA"4 DSTOC4-9B@& \6OQ26 DSTOC5-5C@&\]6OQB6 DSTOC5-6D@&\]6OQR6 DSTOC5-7E@&\]6OQb6 DSTOC5-8F@&\]6OQr6 DSTOC5-9G@& \]4Oa4 DSTOC6-6H@&\4Oa4 DSTOC6-7I@&\4Oa4 DSTOC6-8J@&\4Oa4 DSTOC6-9K@& \0Oq0 DSTOC7-7L@&0Oq0 DSTOC7-8M@&0Oq0 DSTOC7-9N@& 0O0 DSTOC8-8O@&0O0 DSTOC8-9P@& 0O0 DSTOC9-9Q@& ROR yTable Spacing,tsRdPPCJaJNO2N yAlert Label,alS$dx5OAyConditional Marker,cmC<B*CJOJQJaJmHnHphq rsH uJO"J yFigure in List 2,fig2U^DO1rD yLabel in List 1,l1V^hBOrB yText in List 1,t1W^hRO1R yAlert Label in List 1,al1X^hJOrJ yFigure in List 1,fig1Y^h0 @0 yFooter,fZ5R@R yHeader,h [$a$5OJQJ_HmH sH tH >O> y Alert Text,at \]h^hPOP yAlert Text in List 1,at1]^POP yAlert Text in List 2,at2^^8JO J ~ Bulleted List 1,bl1 _ & FJO J #~ Bulleted List 2,bl2 ` & F\O\ yDefined Term,dta$d$x] 5CJaJNY@"N y Document MapbM OJ QJ ^J JOa 2J ytdNumbered List 1,nl1 c & F\C\ vnProcedure Table,pt:Vd4 ahdOJQJJOQJ y Underline,u>*B*CJOJQJaJphT!@rT yIndex Heading,ih fd@& B*CJphP @rP y Index 1,idx1gd$^`L B*CJph yCode Section,csI:Vh0    44 Hhd$CJOJQJaJD@D vop TOC 1,toc1i#E^#`E@@@ vop TOC 2,toc2jE^`E@@@ vop TOC 3,toc3k[E^[`E@@@ yp TOC 4,toc4l^`E8 @q8 y Index 2,idx2m^8 @q8 y Index 3,idx3n^8O8 yBold,b5CJOJQJaJOyMultilanguage Marker Auto,mma@B*CJOJQJaJmHnHphq rsH uTOT yBold Italic,bi56B*CJOJQJaJphOy(Multilanguage Marker Explicit Begin,mmebrB*mHnHphuhO!hy&Multilanguage Marker Explicit End,mmeesbOBb yCode Reference in List 1,cref1t B*ph'@Q y8Comment Reference,cr,Used by Word to flag author queriesaJ@b y7Comment Text,ct,Used by Word for text of author queriesvDOqD yItalic,i6B*CJOJQJaJph\OA\ yCode Reference in List 2,cref2x^ROR y Subscript,sub>*B*CJH*OJQJaJphVOV ySuperscript,sup>*B*CJH*OJQJaJphdd vnTable with Header,twh:V{0    44 Vajj4    E{f@$d$4$UDVDWDXDYD[$\$]]^^``56CJOJQJaJ vnTable without Header,tbl@:V|0    4 V|d<<OJQJOyCode Entity Reference,cer@B*CJOJQJaJmHnHphq rsH u@j@ab@ yComment Subject~5\H@H y Balloon TextCJOJ QJ ^J aJBOB yUI,ui5>*B*CJOJQJaJphOyParameter Reference,prC>*B*CJOJQJaJmHnHphq rsH u~O!~yLanguage Keyword,lk@B*CJOJQJaJmHnHphq rsH u^O1^ y Token,tok4>*B*CJOJQJaJphq rdOAdy$Code Entity Reference Qualified,cerq>*ZOZyCode Reference,crefB*KHmHnHphu@Oa@ yLegacy Link Text,lltTOrT yDefined Term in List 1,dt1^hTOT yDefined Term in List 2,dt2^VO!rV yTable Spacing in List 1,ts1^hVO"V yTable Spacing in List 2,ts2^pCp vnProcedure Table in List 1,pt1 :Vad$<<bCb vnProcedure Table in List 2,pt2 :Va8>> vn Table with Header in List 1,twh1y:Vahjm4|4    K$fC$d$4$UDVDWDXDYD[$\$]]^^``a$56CJOJQJaJ:: vn Table with Header in List 2,twh2y:Vajm4|4    HfC$d$4$UDVDWDXDYD[$\$]]^^``a$56CJOJQJaJnn vn#Table without Header in List 1,tbl1 :Vahn n vn#Table without Header in List 2,tbl2 :VatO t yFigure Embedded,fige4>*B*CJOJQJaJphq rnOnyConditional Block,cbM <B*^JmHnHphuZO! ZyConditional Block in List 1,cb1^O! ^yConditional Block in List 2,cb2^OQ yCode Featured Element,cfeF5B*CJOJQJ\^JaJmHnHphq ruXOb X ySamples Button Marker,sbm B*ph^Oq ^y#Code Entity Reference Specific,cersxO xy.Code Entity Reference Qualified Specific,cerqs>*\ \ yCode Section in List 1,cs1 :Vah\ \ yCode Section in List 2,cs2 :Va@n @yArticle / Section F<T@ < y Block Textx]^2B@ 2 y Body Textx<P@ < y Body Text 2 dx>Q@ > y Body Text 3xCJaJLM@  L yBody Text First Indent`DC@ D yBody Text Indent x^hPN@ " P yBody Text First Indent 2`NR@2 N yBody Text Indent 2dx^hPS@B P yBody Text Indent 3 x^hCJaJ.?@R . yClosing^$L@$ yDate<[@r < yE-mail Signature.X@ . yEmphasis6]b$@ b yEnvelope Address &#$+D/^@ CJaJ:%@ : yEnvelope ReturnFV@ F yFollowedHyperlink >*B* ph0_@ 0 y HTML Acronym:`@ : y HTML Address6]0a@ 0 y HTML Cite6]:b@ : y HTML CodeCJOJQJaJ<c@ < yHTML Definition6]Bd@ B y HTML KeyboardCJOJQJaJFe@" F yHTML PreformattedOJQJ6f@1 6 y HTML SampleOJQJFg@A F yHTML TypewriterCJOJQJaJ8h@Q 8 y HTML Variable6].(@a . y Line Number,/@r , yList ^h`02@ 0 yList 2 ^`03@ 0 yList 3 ^8`04@ 0 yList 4 ^`05@ 0 yList 5 ^`B0@ B "y List Bulleth^h`F6@ F y List Bullet 2^`F7@ F y List Bullet 38^8`F8@ F y List Bullet 4^`F9@ F y List Bullet 5^`>D@ > y List Continue x^hBE@" B yList Continue 2 x^BF@2 B yList Continue 3 x^8BG@B B yList Continue 4 x^BH@R B yList Continue 5 x^B1@b B y List Numberh^h`F:@r F y List Number 2^`F;@ F y List Number 38^8`F<@ F y List Number 4^`F=@ F y List Number 5^`I@ yMessage HeaderCM NOPQ^8`CJaJD^@ D y Normal (Web)CJOJQJaJ:@ : y Normal Indent^4O@4 y Note Heading8Z@ 8 y Plain TextOJQJ0K@0 y Salutation2@@ 2 y Signature^*W@! * yStrong5\3  yTable 3D effects 1m:Vj#j#j#j#j.j.j.j. d<<-5\5B* \ph B* phDC D yTable 3D effects 2:Vj.@j#j9jj 4d<<5\5\zS z yTable 3D effects 3:Vj.@j j j#j9jj44d<<2 B*ph B*ph5\5\lrc l yTable Classic 1:V0  j#j#j#jj d<<5 B*ph6]5\56\]ss  yTable Classic 2#:V0  j% j#j0 jjj%  d<<25\ B*ph B* ph5\Vt V yTable Classic 3:V0    jj0  j0  d<<EB* ph5B*\ph B* ph56B*\]phu  yTable Classic 4:V0  jj0 j0 jj d<<L5\ B* ph56B*\]ph B* ph5\`v ` yTable Colorful 1:V0    j% j% jj%  d<<<B*ph56\]56\]56\]^w ^ yTable Colorful 2:V0 j% jj0  j d<<<56\]56B*\]ph56\]>x > yTable Colorful 3:V0j;$ j0 j%  d<<5B*\phy  yTable Columns 1 :V0    j j jjjj#jj4d<<d5\ B*ph B*ph5\5\5\5\5\5\z  yTable Columns 2:Vj j jjjj% jj4d<<p5\ B*ph B*ph5\5B*\ph5\ B*ph5\5\{  yTable Columns 3:V0j j jjj#j% j4d<<\5\ B*ph B*ph5\5\5\ B*ph5\| yTable Columns 4:Vj j jjj% 4d<<@ B*ph B*ph5\5\ B*phf}f yTable Columns 5:V0    j jjj#j#4d<<N B*ph B*ph5\5\5\56\]2#2 yTable Contemporary:V0j%@ j% j% 4d<<0 @B*ph B*ph5B*\ph3 y Table Elegant_:V0j d<<;B*phxCx y Table Grid7:V0d<<~S y Table Grid 1z:V0jj d<<6]6],c, y Table Grid 2:V0jjj#j d<<,5\5\5\5\s y Table Grid 3:V0  jjj0  d<<5\5\@@ y Table Grid 4:V0  jj0 j0  d<<65B*\ph5B*\ph B*ph y Table Grid 5:V0    jjj# j d<<5\5\.. y Table Grid 6:V0    jj#j#j d<<$5\ B*ph5\XX y Table Grid 7:V0    jjj#j# j d<<25\5\5\5\5\"" y Table Grid 8:V0jjj%  d<<<5B*\ph5B*\ph5B*\phxx vn Table List 1:V0  j%@ jj#j0 j4d<<A @B*ph B*ph56B* \]ph5\rr y Table List 2:V0 j%@ jj#j0 j4d<<; @B*ph B*ph5B*\ph5\ y Table List 3:V0  j# j# j d<<(5B* \ph6B* ]ph y Table List 4w:V0    j0   d<<5B*\ph y Table List 5:V0jj#  d<<5\5\# y Table List 6:V0j%@ j# j#  4d<<5\5\3 y Table List 7:V0  j%@ j% jjj# j0  4d<<: @B*ph5\5\5\5\C y Table List 8:V0j%@ j% jjj#j0 4d<<@ @B*ph5\5\5\56\]S yTable Professionall:V0j%  d<<5B*\phoc yTable Simple 1:V0  j#j# d<<|ps| yTable Simple 2:Vj#j# j#j# j#j#d<<K5\5\5B*\ph5\5\5\q yTable Simple 3l:V0    j%  d<<5B*\ph~~ yTable Subtle 1 :Vj0@ j# j# j0  j. jj4d<<5\5\~~ yTable Subtle 2:V0j0  j0  j# j# jjd<<5\5\zz y Table Theme7:V0d<< y Table Web 1h:V03j d<< B*ph y Table Web 2h:V03j d<< B*ph y Table Web 3h:V03j d<< B*ph:J@: ySubtitle@&a$CJaJB>@B yTitle @&a$5CJ KH\aJ dOd y System,sys75>*B*CJOJQJaJphq rlO!l yUser Input Localizable,uil5>*B*CJOJQJaJphO1y$Unmanaged Code Entity Reference,ucerC>*B*CJOJQJaJmHnHphq rsH ujOAj yUser Input Non-localizable,uinl5CJOJQJaJTOQT yPlaceholder,ph6>*B*CJOJQJaJphXOaX yMath,m4>*B*CJOJQJaJphq rbOqb y New Term,nt4>*B*CJOJQJaJphq rdOd yBulleted Dynamic Link in List 1 B*phdOd yBulleted Dynamic Link in List 2  B*phPOP yBulleted Dynamic Link  B*ph@O@ y h6 Char Char5KHOJQJJOJ yLabel Char,l Char5KHOJQJ4O4 y h5 Char Char5XOX f` h1 Char Char'5CJ(KHOJQJ_HaJ(mH sH tH POP VyLabel in List 1 Char,l1 CharHOH yStrikethrough,strike7NON yTable Footnote,tfPP^`(XO"X yTable Footnote in List 1,tf1^@XO2X yTable Footnote in List 2,tf2^jOAj yDynamic Link,dl4>*B*CJOJQJaJphq rS vnDynamic Link Table,dltD:V0 B*CJOJQJaJphhObh y!Figure Image Map Placeholder,fimp B*phfOrf yPrint Division Number,pdnd B*phdOd yPrint Division Title,pdtd B*phVOV yPrint MS Corp,pmsd B*phZOZ yRevision History,rhd B*phNON ySV1B*CJOJQJaJphq rFU@F y0 Hyperlink>*B*CJOJQJaJphhOh yCopyright,copy*d`x[p H6CJRO1R yAlert Label in List 2,al2^\O\ yProcedure Title,prt$d^h`5ZOZ yText Indented,ti [p H^hhOhxCode Char,c Char0B*CJOJQJ_HaJmHnHphsH tH u8O!8 y Char Char KHOJQJzO"1z `~ "Bulleted List 2 Char,bl2 Char CharB*^J_HmH phsH tH @@@ yp TOC 5,toc5$^`EPORP yPage Header,pgh%da$5LObL yPage Footer,pgf&da$NOrN y Page Num,pgn'd]a$5pOp yNumbered List Indexer,nlx%<>*B*CJH*OJQJS*aJphXOX yProcedure Title in List 1,prt1)@@@ yp TOC 6,toc6*^c`E\O\ yProcedure Title in List 2,prt2+^xx vnDefinition Table,dtbl:V,4 a,d$]CJOJQJaJ.@. ypTOC 9 -^`E.@. ypTOC 7 .^f`E.@. ypTOC 8 /^0`Ehh vn Definition Table in List 1,dtbl1 :V0a#0hh vn Definition Table in List 2,dtbl2 :V1a1d#d vn Packet Table:V204 V>:jj4    |4Y2$d<<a$f@$d$4$UDVDWDXDYD[$\$]]^^``56CJOJQJaJXO 2X ~ Bulleted List 3,bl33 & F8d^8RO BR ~ Bulleted List 4,bl44 & F^RO RR ~ Bulleted List 5,bl55 & F^LOaL Footer Italic,fi6CJOJQJaJFOqF Footer Small,fsCJOJQJaJNON Generic Entry,ge8d^`0 vnIndented Packet Field Bits,pfbiN:V90>:> Va9CJCJOJQJJOa J ytdNumbered List 3,nl3 : & F ROa R ytdNumbered List 4,nl4; & F JOa J ytdNumbered List 5,nl5 < & F  vnTPacket Field Bits Table,pfbt,PacketFieldBitsTableinList1,PacketFieldBitsTableinList2:V=04 >:> Vajg |4K=$a$f@$d$4$UDVDWDXDYD[$\$]]^^``56CJOJQJaJ vnPacket Field Bits,pfbI:V>0>:> V>CJCJOJQJpOp ajg HSfC$d$4$UDVDWDXDYD[$\$]]^^``a$56CJOJ'QJ'aJxOBx O> *:O: *phfvOv Or> *B*CJaJphfNON *B*CJOJ QJ phfROR *B*CJOJ QJ phfO" > a5CJOJ'QJ'Cc > a5CJOJ'QJ'Cs > a5CJOJ'QJ'C > ax5CJOJ'QJ'C > aJ5CJOJ'QJ'C > a[5CJOJ'QJ'C > a^5CJOJ'QJ'C > ap5CJOJ'QJ':O: O> *B*CJOJ phfbO!b 2)Normal Indent Char%B*OJQJ^J_HmH phsH tH jo1j eSStyle (Symbol) Calibri Bold5B*CJOJQJ\ph4w6OA{_"dfhi.- ) S  [  O YYa$~*|T&B~<aIghQ r O!! """\##$$$0%%&&&d''(()))S* +++n,,+---\..///a00*11/22:3344444455W6t6v6w666G8X8Z8b8n8o88{9|99O:P::;;;h<i<<===g>h>>>e?v?x?????@@@GAHAAAAOBBB CCCCCDDEEE(F^FFFGGGHHHHHHHHHHHHHHHHHIII&I/I0IJGJHJXJaJbJsJ|J}JJJJJJJJJJJJJJJJJKKKKK*K3K4KAKJKKKYKbKcKpKzK{KKKKKKKKKKKKKKKKKLL LLLL'L(L6L@LALTL\L]LjLrLsL}LLLLLLLLLLLLLLLLLLLLL MMMM$M%M:MM^NN'OOO!P}PPQQQSHTJTSTjTTTTT*U+U7UUUUUJVVVVV@WAWIWWWWWXOXPXgXlXXXXXXXXXYY!Y&YRYSYdYiYYYYYYYYYZZ%Z*ZVZWZcZhZZZZZZZZZ[[[[K[L[_[d[[[[[[[[[\\$\)\.\/\:\?\D\E\N\S\\\\\#]$]-]]]]]^T^U^_^^^^^M_____&`'`6`````$a`aaaoaaaabWbbbbcVcccd ee'e3e@eJe[ene{eeeNggh9iWiXimlnlmmDnnnn#o;opp:pmpppp@qBqKqLqrrrOsWsssQtSt\t]tttvwwwQxxxyzzzK{{{{{{{||(})}}}}}}}K~L~N~V~~~v1LZn"#;ăŃ1lm)*2gnυ !"<ňNOP PŌߌPQ/034}ԑD}ޒ vwyߔUݕPRZfgBΘϘ#$^Ùę&'mΚϚqrSTМќ de"#U}~:E ԣ7mn}ѤҤӤԤ֤,`æĦ̦ͦABce}~ǩթש89:VWY(E߯ /04DEG]ǰ $019C۳ܳXZ,-/Cuv}˵յ۵ NO^b[=>@ܹ*jkúCD,E"RSUa !'34@EKLM[&KL\`%*TUWguvx5Z]^_`k`,-;B $hijt|}~abjKL?r|\]KL`{|~ ?@BR'Inqr}defl 0TUfk+,:><=FJ12=A"#%-abpqx89:B&')1degefgo:;=I$RZ[fklnvfgDEM3C_bcnx~ EFKP #/:CMYfJKRe} 45FMpqs      % V    ) + 9 :     - ? j               YZ[b,uHIKZb"$.4@AGX}~=j234<ijmvwi!j!l!!!!!!!!!!!! " """/"0"2":"##$!$"$$$4$t$v$~$$I%J%L%S%w%x%%%%%%%%%%%%%& & &&'''/(](((()/)6)^)|)~)))o**** +.../////z000b11222223333!4"4$4442535e66661777 888u8v8x8y8888889?9B9C9O9Y9_9k9l9}999999?:@:P:Z:::e;f;g;h;i;q;<<<_=`=b=w========>>>>> >4>5>7>?>[>\>^>o>>>>>>>>>?? ?? ?!?#?+?l?d@e@{A|ACCCCCC DDHHHkHHII/I~JKMZN\NNNOO`OOP{PP Q0QhQQQQZV[VWXXXXZZZl\n\|\}\3`nbobcceggii`jajkkk.m#o$opupvppppppppppJqKqLqqqqqqq'r(r)r~rrrrrrss,s-s.s/sjskslssssssstt tLtMtNtttttttu u,u-u.u/uaubucuuuuuuuvvLvvxxyzzzu||9~:~† ]3:Șqr.S$%ԝLMOU'Nz̤S  %t3.ŭЭ"ͮήZaMǶȶֶ׶   %[de_ֿugjk()+12@ghzQRTwSTw Xbc  !3\]m}~  34FZ[o7@LM`^h  BZq5U/TxWrq!UgN-013K]%&o2] 6b#Mrsjr~=qs|}IJU[gh}3   9 : = F G  ! . C               :;<U/t u  !r"<#=#^##$$$$$%7%8%D%r%s%%%%%%%%%%& &!&2&R&S&c&&&&&&&& 'h'](_(h(i())))***+++!+J+K+W++++++++++ , ,,3,4,E,e,f,v,,,,,,,,,6- ... / /0111292P22444455555666666K7L7]7888888596989P99q:r::; ; ;;;;;E<K<W<X<]<<<<==&=====>?L@N@W@X@@@@AAAAAAADDDFFFG_GGGG)H_H`HeHHHHIII"J#J0JJJ^LkLwLLLSMTMXMMMMNNN_NaNrNNNNNNNNNNNNNNOOOO0O1OPAPOPPPYP\PhPiPqPtPPPPPPPPPPPPPPPPPPPPPPPQQQQQ"Q-Q.Q9Qu?uGuHuvvvvw:x&cdu CDN  XYq +YZg"#%tvKL]CDS<=? '(>IJV 78Cbcmpq(T)D g;~#$&V$>GHctv~s}];F|)  45AT}#)Z[w}'(7=PQnt>?LR0:FG_e     p q       h i     "      om#/05Ktu{%3yz  -12?T 78=HFGL^  <}~   - J K W `    !!!!!"""#U$V$[$|$$$$$$$$%%%%%&&&&''''V(W(\(q((((())))** *,*Q*R*X*n*3,4,:,W,,,,,-------.....N/O/T/h/4050:0O0q0r0w0000001111111112[222222,33333333344 4'44444444 5F5G5L5f56666.7/747Y77777778$888888889F9G9M9_999997:8:>:\:::::::: ;G;H;N;t;;;;;)<*<0<P<==!=-=^>_>e>r>>>>>$?%?*?;?????@@@@AcAdAiAvAAAAAABZB{BBBB-C.CVCDDD)D5D6D>DKDDDDEEEE$E)EQEREoEtEEEEEEEEEFFF!F``?aaaaabbb%crcscccGddddeeeefffffff4g5g6gbggggOhhi?i@iwiikGkokpkkk%nMnunvnoAppp!q"q9qxq rCrurvrwrxryrzr{rr s)s+s8sEs[sssss|tt*u\u]u}u v;vvvvwww9xxxxXyzzzzzz&{\{]{{||=}v}}}}f~.VW6^ā<d'?lmÇUˆÈĈňƈLjڈhjwˉ̉ߌyōƍ7]^Bhi}  %1|}_'חؗEFGHw?ghGo՜MuI3`axI,şǨȩլ֬׭٭ڭ % dӯDEpqCDdeαϱ89OP׳س#$jkmδϴ-.\]ٵڵ'(}~ѶҶԶ45ef  XYŸFG˹̹124M}~ӺԺ()*Aջֻ:;fgüļijk<=RSPQ=>fg()MNuv?@01"#wxzij2xy/0pq!"st56O#$GHstLM^_kl%&UV$%pq@Z /0TUuvPQ$%'B/0_`by12!7gh RSUkef]^RS'(yz !LMvw@Aef HI-jk,-MN @A  78+,.Fgh+,.H|} !KLpqs&'78DE  01de34rst+p9-5 89@XYc"NOUtu|%PQX YZd)*5bcr!EFV<=Eghm4m/0 ! & ' . ; A F G Q Z ` e f {                          + 1 6 7 ? M S X Y b j p u v ~                               $ * / 0 8 > D I J S Y _ d e l w }                            # * 0 5 6 A J P U V _ g m r s {                            % & + 4 : ? @ H O U Z [ e o u z {  '(5ABU\]pz{178KRSflm %,-@FGZdex"56IPQdxy.89LTUhpq '/0CLM`fgz efvdfW~F G  0!2!;!H!S!l!m!u!y!}!!!!!!!!!!!!!!!!!!!!!!!!!!""" """""!"%")"*"3"7";"?"@"H"L"P"T"U"]"a"e"i"j"p"t"x"|"}"""""""""""""""""""""""""""""""# ########'#(#?#C#G#K#L#T#X#\#`#a#h#l#p#s#t#~############################## $A%b%%%%%&&&&&&&&&&&&&&&&&''''1'2'9'K'L'a'i'j'z'''''''''((((!("(+(3(4(=(E(F(O(`(a(g(p(q(v(~(((((((((((((((((((())))/)0)6)>)?)F)N)O)V)^)_)i)q)r)z)))))))))))))))****%*&*,*4*5*=*N*O*d*w*x*****************++ +++'+/+0+:+B+C+I+Z+[+a+i+j+q+++++++++++++++++++,,,,Y-... ///////U0111222 333444 5!5"5256L7N777495999:O:::;;;;;h<i<<<<<<<8=?=E=Q=a=q=}==============>>>&>2>B>N>Y>Z>o>>>>>>?$?/?0?B?o?v???????????@@@@%@&@'@1@U@a@h@s@}@@@@@@@@@@AA&A@BFBRBYBZBeBBBBBBBBBCCC&C1C:C@CACNCCCCCCDD'D(D6DDDDDDDDDEE,EEEEEEEFF9FTFUFeFFFFGGGG$G*G5GFGSGaGmG{GGGGGGGGGGGHHHHHHHHII'JGJZJ[JJKKKKKNLOLULaLhLiLqLLLLLLLMMMCMPM\M]MiMMMMMMMMMMMMMMNN#N$N+N=NDNJNVN^NfNgNpNNNNNNNNNbOiOpO{OOOOOOOOOOOP PP"P+P,PRGRHRWRRRRRRSSSSSSSST#T2T7Tj̟8FSjԡݡAJefghu~ʢӢ    %jyʣ3zȤҦݧQ|ͨթcҪ (@bҭE]ϮЮNWo~0ұ[uWXYiŶ߸߹`QOCO[gtԽ~PIdMOUabn +9NO[,LM]  OP^ PQ`kln`aq(@]13<=!+,1TUZsty %&+fgl 016_`hwx}78=XY^pqu  )*/QRWwx}/05TUZ|}  -.3NOTtuz?@Ijkt,-2QRW}~*+3FGL_`h{|  016KLQjkp=>C`af348LMRklq[]8IKS_`IJOPHb !'HId !-+uMo!/01:;t3<=XYbc    B J K p K T U ^    A(23{&" 6"###H$7&8&A&&&&(S)U)V)))*3*5*R*f*g*****E+Q+[+\+++++;,G,Q,R,{----.&.0.1....../////000#0j1l1m1112222222 3 3-333+4-4.44555555556:6F6J6N6R6W6X67N77777.8/818e8I9J9.:/::::M;O;P;};;j<<<<<<<<<===>>>>???????@ @@@!@%@*@+@@!ASAAAABBB8BCDDxDyDDD E"E#EQEmEGG H"HSHHHH J JJeKLMaN0O2O3O5O7O8O9O:O;OO?O@OAOBOCODOEOFOGOHOIOJOKOLOMONOOOQOROSOTOUOVOWOXOYOZO[O\O]O^O_O`OaObOcOdOeOfOgOhOiOkOlOmOnOoOpOqOrOsOtOuOvOwOxOyOzO{O|O}O~OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO00 1 1 10000000000000]1i0i0i0i0j0j0j0j0j0j0i0j0j0j0j0j0j0j0i0j0j0j0j0j0i0j0j0j0j0j0j0i0j0j0j0i0i0j0j0j0i0j0i0j0j0j0j0j0i0j0j0j0j0j0i0i0j0j0j0i0i0j0j0i0j0j0j0i0j0j0j0i0j0i0j0j0j0j0i0j0i0j0j0i0j0j0i0j0i0i0j0i0i0j0i0j0i0j0j0i0j0i0j0i0j000004040404040404000w60w60w60w60w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 0w6 00h>0h>0h>0h>0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h> 0h>0h>00C0C0C0C _0C _0C _0C _0C _0C0C0G0G0G0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0G 0C0%M _0%M _0%M _0%M _0%M `0%M `0%M `0%M `0%M `0%M0%M0C0Q0Q0Q0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q 0Q0Q _0 Q _0 Q0C0c _0 c _0 c _0 c _0c _0c _0c _0c _0c _0c _0c0C0e0e _0e _0e _0e0e0e0e0e0C0m0m0m0m00n0n0n _0n _0n _0n _0n _0n _0n0n0n 0n 0n 0n 0n0r0r0r0n0s0s0s 0s 0s 0s 0s0s0s0s0s0s0n0x0x0x0x0x0x0x0x 0x 0x 0x 0n0{0{0{0{0{0{0{0{0{0{ 0{ 0{0{0{0{0n0~0~0~0~0~0~0~ _0~ _0~0~0~0~0~0~0~0~0~0~0~0~0~0~0~ c0~0~ 0~ c0~0~0~ 0~ 0n0m0m0m0m0m0m _0 m _0!m0m0m0m0m0m0m0m0m0m0m0m0m0m0mc0m0m0m 0m ! c0m00 0 00 0 0 0 0n000000M0M0M0M0M0M0M0M _0"M _0#M _0$M _0%M _0&M _0'M0M0M0M 0M 0M 0M 0M0M _0(M _0)M _0*M _0+M _0,M0M000 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 0M00000 0 0 0 0M0d0d0d0d0d0d 0d 0d 0d 0d0d _0-d _0.d _0/d_0d0d0d 0d 0d 0d 0d 0d 0d 0d 0d0d0d 0d 0d0d0d0d0d 0d 0d0d0d0d0d 0d 0d0d0d0d 0d 0d0d0M0ϯ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ϯ _00ϯ _01ϯ _02ϯ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ϯ _03ϯ _04ϯ0ϯ _05ϯ0ϯ _06ϯ _07ϯ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ϯ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ϯ c0ϯ c0ϯ c0ϯ c0ϯ c0ϯ c0ϯ c0ϯ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ϯ _08ϯ _09ϯ _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ϯ c0 ϯ c0 ϯ_0ϯ 0ϯ 0ϯ0ϯ0ϯ0ϯ0ϯ0ϯ 0ϯ 0ϯ 0ϯ 0ϯ0ϯ0ϯ0ϯ0ϯ0ϯ0ϯ0ϯ _0>ϯ _0?ϯ _0@ϯ _0Aϯ _0Bϯ_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ϯ 0M0H0H0H0H0H0H0H0H0H0H00O0O0O _0CO _0DO _0EO _0FO _0GO `0O `0O `0O `0O _0HO0O0wR0wR0wR0wR0wR0wR 0wR 0wR 0wR 0wR0wR0wR0wR 0wR 0wR0wR 0wR 0wR0wR0wR0wR0wR0wR0wR0wR0wR0wR0wR0wR c0wR c0wR0wR0wR0wR0wR0wR0wR0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0wR 0O0v _0Iv0v0v _0Jv _0Kv0v0v0O0}0}0}0}0}0}0}0}0} 0} 0} 0} 0O0, _0L, _0M,0,0,0,0, 0, 0,0, 0, 0,0,0,0,0,0,0, 0,0,0, 0, 0O0 _0N _0O _0P _0Q0 0 000 0 000 000 0 000 _0R _0S _0T _0U _0V _0W _0X _0Y _0Z _0[_000 _0\ _0]_0000000 0 0 0 0000000000000 _0^0 _0_000 0 0 0 0000 0 0 _0` _0a _0b00 0  _0c0 _0d `0  `0  `0 0 0 00 0  _0e _0f _0g00 0 0 0 0000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0 0 0 000000 0 0 0 0000000 0 00 0 000 _0h _0i _0j _0k_000 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 00000 0 0 0 000 0 0 0 00 0 0 0 _0l _0m _0n _0o0 0 0 0 0 0 0 0 0 0 0 _0p _0q _0r _0s _0t _0u _0v _0w0 _0x `0  `0  `0 _0y `0 `0 `0 `0 _0z `0 `0 `0 `0 _0{ `0 `0 _0| `0 `0 `0 `0 0 0 0 _0} _0~ _0 _0 _0 0 0000000000 0 0 0 0 0 0 0 0 0000000 0 0 0 00 _0 _0 _0 _0 _0 _0 _0 _0 _0 _0 _0 _0 _0000 0 0 0 0 0 0 0 0 0 0 0 00000 0 0 0 0000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0 0 _0 _0 _0 _0 0 000 0 0 0 0 0 0 0 0 0 0 0 000000 0 0 0 00 0 000000 0 000000000000 _0 _0 _0_000000 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 0000000 0 0 0 000000 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 00000000 0 000 _0 _00 _0 _00 0 0000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00000000 0 0 0 0000 0 0 0 0 0 0 0 0 0 0 0 0000000 0 0 0 00000 0 0 0 0 0 0 00 _0 _0 _0 _0 _0 _0 _0 _0 0 0 0 0 0 0 0 0 0 0 0 00000000 0 0 0 0 0 0 0 0000 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 0000000 0 0 0 0 0 0 0 _0 _00 0 0 00 0 0 0 0 0000000 _0 _00000000 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 00000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000000 0 0 0  _0 _0 0 0 00 _0 _0 `0 _0 _0 _0 0 0000000 0 0 0 0 0 0 0 _0 _0 _0 _0 _0 _0 0 0000000 0 0 0 000000 0 0 0 0 0 0 0 _0 _0 _0 _0 0 0000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0000 0 0 0 0 _0 _0 _0 0 00000000 _0 `0 `0 `0  _0 `0! `0" _0 `0# `0$`000 _0 _0 _0000000O0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q0q00>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Ψ 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Ψ 0Ψ 0Ψ 0Ψ 0Ψ 0Ψ 0Ψ 0Ψ 0Ψ 0Ψ 0>0 _0 _0 _0 _00000000000000000 0 00000 c0 c00 c00 c0 c00>000000E0E0E0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E 0E0E00N0N0N0N0N _0N _0N0N0 _0 _0 _0 _0 _0 _00N06 _06 _06 _06 _06 _06_0606060606060606060606060606060606 _06 _06 _0606060606060600000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000 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 00 0 00 0 0  _0  _0  _0  _0 0 00 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 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 0 00 00 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 00000 0 0 _0 _0 _0 _0 _0 _0 0 0 030303 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 03 0303 03 03 03 03 03 03 03 03 03 0303 03 03 _03 _03 _03 03 0 0@C0@C0@C0@C0@C0@C 0@C 0@C 0@C 0@C 0@C 0@C0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C 0@C0@C0@C _0@C _0@C_0@C0@C0@C0@C0@C005Q05Q05Q _05Q _05Q _05Q _05Q05Q05Q05Q0T _0T _0T _0T _0T _0T `0'T0T 0T 0T0T 0T  _0T `0(T0T 0T 0T 0T 05Q0q^0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^0q^ 0q^ 0q^ 0q^ 0q^ 0q^0q^0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 0q^ 05Q0s0s0s0s05Q0"s0"s0"s0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 0"s 05Q0h0h0h0h0h05Q0n0n0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n0n0n 0n 0n0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 0n 05Q0\0\0\0\0\0\0\0\0\0\0\00e0e0e0e0e0e0000 _0 _000[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[ 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[ 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000 0 0 0 0 0 0 0 0 0 000 0 0 0 0 0 0 0 0 0 0 0 000 0 000 0 0 0 0 0 0 0 0 0 000 0 000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000 0 0 0 000 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 000 0 0 0 0 0 0 0 0 0 0 0 000 0 0 0 0 0 0 0 0 0 0 0 000 0 0 0 000 0 0 0 0 0 0 0 0 0 000 0 000 0 0 0 0 0 0 0 0 0 0 0 000 0 000 0 0 0 0 0 0 0 0 0 0 0 000 0 0 0 0 0 000 0 0 0 0 0 0 0 0 0 0 0 0 0 000 0 0 0 0000000000 0 0 0 0 0 0 0 0 0 0 0 000000101 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01010101010060606 _06 _06060000000000 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 0 0 0 0 0 0 0 0 0 0 0 060"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"06000000000 0 0 0 0  _0  _0 0 000000 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$ 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$00[/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[/00707070707 _07 _07 _070703; _03; _03;03;03;03;03;03;03; 03; 03; 03; 03; 03; 03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03; 03; 03; 03; 03;03;03;03;03;03; 03; 03; 03; 03;03; 03; 03; 03; 03;03; 03; 03; 03; 03;03;03; 03; 03; 03; 03;03; 03; 03; 03; 03;03;03;03;03;03; 03; 03; 03; 03;03;03;03;03; 03; 03; 03; 03;03;03;03;03; 03; 03;03;03;03; 03; 03; 03; 03; 03; 03;03;03;03;03;03;03;03;03;03;03;03;03;03; 03; 03; 03; 03;03; 03; 03; 03; 03;03; 03; 03; 03; 03;03;03;03;03;03;03;03; 03; 03; 03; 03;03;03;03;03;03;03;03;03; 03; 03; 03; 03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03;03; 03; 03; 03; 03;03; 03; 070>I0>I0>I _0>I _0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I 0>I 0>I0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I 0>I 0>I 0>I 0>I0>I0>I 0>I 0>I 0>I 0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I 0>I 0>I 0>I 0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I0>I0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I 0>I 0>I 0>I 0>I0>I 0>I 0>I 0>I 0>I0>I 0>I 0>I 0>I 0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I 0>I 0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I 0>I 0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I0>I 0>I 0>I 0>I 0>I0>I 0>I 0>I070/V0/V0/V 0/V 0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V0/V0/V0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V0/V0/V0/V0/V0/V0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V0/V0/V0/V 0/V 0/V 0/V 0/V0/V0/V0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V 0/V 0/V 0/V 0/V0/V0/V0/V 0/V 0/V 0/V 0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V0/V 0/V 0/V0/V0/V0/V0/V0/V0/V00b0b0b0b0b0b 0b 0b0b0b0b0b0b0b0b0b00g}0g}0g}0g}0I0I0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I0I 0I0I0I0I0I 0I 0I 0I 0I 0I 0I 0I 0I 0I0I0I0I 0I 0I 0I 0I0I0I0I 0I0I0I0I0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I0I0I0I0I0I 0I 0I 0I 0I 0I 0I0I 0I0I0I0I0I0I0I0I0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I 0I 0I 0I0I0I 0I 0I0I 0I 0I 0I 0I 0I 0I 0I 0I 0I0I 0I 0I 0I 0I0I0I 0I 0I 0I 0I0I0I0I0I0I00-0-0-0R0R c0R c0R c0R c0R c0R c0R c0R c0R `0R `0R `0R `0R `0R `0R `0R `0R `0 R c0R c0 R c0 R c0 R c0 R c0 R c0R c0R00000000000000 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 000000000000000 0 0 0 0 0 00000000 0 0 0 000000 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 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 0000000000 0 0 0 0 0 0 0 0 0 0 0 0000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 00 _0 _0 _000000000 0 0 0 0 0 0 0 000 0 0 0 0 0 0 0 00 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000000000000000000 0 0 0  _0 _0 _0 _0 _0 _0 _0 _0 _00 0 0  _0 _0 0 00000000000000 0 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 0 00 0 00 00 0 0 00 0 0000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000 0 0 000000 0 0 000000 0 000000000000000000 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 000 0 0 000000 0 0 000000 0 00000000000000000 _0 _0 _0 _0000000000000@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@000@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@000@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@000@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@0@000@[0@[0@0@[0@0@Z0@Z0@0@Z0@Z0@0@[0@0@[0@0@Z0@0@Z0@Z0@0@[0@0@Z0@0@0@000_"dfhi.- ) S  [  O YYa$~*|T&B~<aIghQ r O!! """\##$$$0%%&&&d''(()))S* +++n,,+---\..///a00*11/22:3344444455W6t6v6w666G8X8Z8b8n8o88{9|99O:P::;;;h<i<<===g>h>>>e?v?x?????@@@GAHAAAAOBBB CCCCCDDEEE(F^FFFGGGHHHHHHHHHHHHHHHHHIII&I/I0IJGJHJXJaJbJsJ|J}JJJJJJJJJJJJJJJJJKKKKK*K3K4KAKJKKKYKbKcKpKzK{KKKKKKKKKKKKKKKKKLL LLLL'L(L6L@LALTL\L]LjLrLsL}LLLLLLLLLLLLLLLLLLLLL MMMM$M%M:MM^NN'OOO!P}PPQQQSHTJTSTjTTTTT*U+U7UUUUUJVVVVV@WAWIWWWWWXOXPXgXlXXXXXXXXXYY!Y&YRYSYdYiYYYYYYYYYZZ%Z*ZVZWZcZhZZZZZZZZZ[[[[K[L[_[d[[[[[[[[[\\$\)\.\/\:\?\D\E\N\S\\\\\#]$]-]]]]]^T^U^_^^^^^M_____&`'`6`````$a`aaaoaaaabWbbbbcVcccd ee'e3e@eJe[ene{eeeNggh9iWiXimlnlmmDnnnn#o;opp:pmpppp@qBqKqLqrrrOsWsssQtSt\t]tttvwwwQxxxyzzzK{{{{{{{||(})}}}}}}}K~L~N~V~~~v1LZn"#;ăŃ1lm)*2gnυ !"<ňNOP PŌߌPQ/034}ԑD}ޒ vwyߔUݕPRZfgBΘϘ#$^Ùę&'mΚϚqrSTМќ de"#U}~:E ԣ7mn}ѤҤӤԤ֤,`æĦ̦ͦABce}~ǩթש89:VWY(E߯ /04DEG]ǰ $019C۳ܳXZ,-/Cuv}˵յ۵ NO^b[=>@ܹ*jkúCD,E"RSUa !'34@EKLM[&KL\`%*TUWguvx5Z]^_`k`,-;B $hijt|}~abjKL?r|\]KL`{|~ ?@BR'Inqr}defl 0TUfk+,:><=FJ12=A"#%-abpqx89:B&')1degefgo:;=I$RZ[fklnvfgDEM3C_bcnx~ EFKP #/:CMYfJKRe} 45FMpqs      % V    ) + 9 :     - ? j               YZ[b,uHIKZb"$.4@AGX}~=j234<ijmvwi!j!l!!!!!!!!!!!! " """/"0"2":"##$!$"$$$4$t$v$~$$I%J%L%S%w%x%%%%%%%%%%%%%& & &&'''/(](((()/)6)^)|)~)))o**** +.../////z000b11222223333!4"4$4442535e66661777 888u8v8x8y8888889?9B9C9O9Y9_9k9l9}999999?:@:P:Z:::e;f;g;h;i;q;<<<_=`=b=w========>>>>> >4>5>7>?>[>\>^>o>>>>>>>>>?? ?? ?!?#?+?l?d@e@{A|ACCCCCC DDHHHkHHII/I~JKMZN\NNNOO`OOP{PP Q0QhQQQQZV[VWXXXXZZZl\n\|\}\3`nbobcceggii`jajkkk.m#o$opupvppppppppppJqKqLqqqqqqq'r(r)r~rrrrrrss,s-s.s/sjskslssssssstt tLtMtNtttttttu u,u-u.u/uaubucuuuuuuuvvLvvxxyzzzu||9~:~† ]3:Șqr.S$%ԝLMOU'Nz̤S  %t3.ŭЭ"ͮήZaMǶȶֶ׶   %[de_ֿugjk()+12@ghzQRTwSTw Xbc  !3\]m}~  34FZ[o7@LM`^h  BZq5U/TxWrq!UgN-013K]%&o2] 6b#Mrsjr~=qs|}IJU[gh}3   9 : = F G  ! . C               :;<U/t u  !r"<#=#^##$$$$$%7%8%D%r%s%%%%%%%%%%& &!&2&R&S&c&&&&&&&& 'h'](_(h(i())))***+++!+J+K+W++++++++++ , ,,3,4,E,e,f,v,,,,,,,,,6- ... / /0111292P22444455555666666K7L7]7888888596989P99q:r::; ; ;;;;;E<K<W<X<]<<<<==&=====>?L@N@W@X@@@@AAAAAAADDDFFFG_GGGG)H_H`HeHHHHIII"J#J0JJJ^LkLwLLLSMTMXMMMMNNN_NaNrNNNNNNNNNNNNNNOOOO0O1OPAPOPPPYP\PhPiPqPtPPPPPPPPPPPPPPPPPPPPPPPQQQQQ"Q-Q.Q9Qu?uGuHuvvvvw:x&cdu CDN  XYq +YZg"#%tvKL]CDS<=? '(>IJV 78Cbcmpq(T)D g;~#$&V$>GHctv~s}];F|)  45AT}#)Z[w}'(7=PQnt>?LR0:FG_e     p q       h i     "      om#/05Ktu{%3yz  -12?T 78=HFGL^  <}~   - J K W `    !!!!!"""#U$V$[$|$$$$$$$$%%%%%&&&&''''V(W(\(q((((())))** *,*Q*R*X*n*3,4,:,W,,,,,-------.....N/O/T/h/4050:0O0q0r0w0000001111111112[222222,33333333344 4'44444444 5F5G5L5f56666.7/747Y77777778$888888889F9G9M9_999997:8:>:\:::::::: ;G;H;N;t;;;;;)<*<0<P<==!=-=^>_>e>r>>>>>$?%?*?;?????@@@@AcAdAiAvAAAAAABZB{BBBB-C.CVCDDD)D5D6D>DKDDDDEEEE$E)EQEREoEtEEEEEEEEEFFF!F``?aaaaabbb%crcscccGddddeeeefffffff4g5g6gbggggOhhi?i@iwiikGkokpkkk%nMnunvnoAppp!q"q9qxq rCrurvrwrxryrzr{rr s)s+s8sEs[sssss|tt*u\u]u}u v;vvvvwww9xxxxXyzzzzzz&{\{]{{||=}v}}}}f~.VW6^ā<d'?lmÇUˆÈĈňƈLjڈhjwˉ̉ߌyōƍ7]^Bhi}  %1|}_'חؗEFGHw?ghGo՜MuI3`axI,şǨȩլ֬׭٭ڭ % dӯDEpqCDdeαϱ89OP׳س#$jkmδϴ-.\]ٵڵ'(}~ѶҶԶ45ef  XYŸFG˹̹124M}~ӺԺ()*Aջֻ:;fgüļijk<=RSPQ=>fg()MNuv?@01"#wxzij2xy/0pq!"st56O#$GHstLM^_kl%&UV$%pq@Z /0TUuvPQ$%'B/0_`by12!7gh RSUkef]^RS'(yz !LMvw@Aef HI-jk,-MN @A  78+,.Fgh+,.H|} !KLpqs&'78DE  01de34rst+p9-5 89@XYc"NOUtu|%PQX YZd)*5bcr!EFV<=Eghm4m/0 ! & ' . ; A F G Q Z ` e f {                          + 1 6 7 ? M S X Y b j p u v ~                               $ * / 0 8 > D I J S Y _ d e l w }                            # * 0 5 6 A J P U V _ g m r s {                            % & + 4 : ? @ H O U Z [ e o u z {  '(5ABU\]pz{178KRSflm %,-@FGZdex"56IPQdxy.89LTUhpq '/0CLM`fgz efvdfW~F G  0!2!;!H!S!l!m!u!y!}!!!!!!!!!!!!!!!!!!!!!!!!!!""" """""!"%")"*"3"7";"?"@"H"L"P"T"U"]"a"e"i"j"p"t"x"|"}"""""""""""""""""""""""""""""""# ########'#(#?#C#G#K#L#T#X#\#`#a#h#l#p#s#t#~############################## $A%b%%%%%&&&&&&&&&&&&&&&&&''''1'2'9'K'L'a'i'j'z'''''''''((((!("(+(3(4(=(E(F(O(`(a(g(p(q(v(~(((((((((((((((((((())))/)0)6)>)?)F)N)O)V)^)_)i)q)r)z)))))))))))))))****%*&*,*4*5*=*N*O*d*w*x*****************++ +++'+/+0+:+B+C+I+Z+[+a+i+j+q+++++++++++++++++++,,,,Y-... ///////U0111222 333444 5!5"5256L7N777495999:O:::;;;;;h<i<<<<<<<8=?=E=Q=a=q=}==============>>>&>2>B>N>Y>Z>o>>>>>>?$?/?0?B?o?v???????????@@@@%@&@'@1@U@a@h@s@}@@@@@@@@@@AA&A@BFBRBYBZBeBBBBBBBBBCCC&C1C:C@CACNCCCCCCDD'D(D6DDDDDDDDDEE,EEEEEEEFF9FTFUFeFFFFGGGG$G*G5GFGSGaGmG{GGGGGGGGGGGHHHHHHHHII'JGJZJ[JJKKKKKNLOLULaLhLiLqLLLLLLLMMMCMPM\M]MiMMMMMMMMMMMMMMNN#N$N+N=NDNJNVN^NfNgNpNNNNNNNNNbOiOpO{OOOOOOOOOOOP PP"P+P,PRGRHRWRRRRRRSSSSSSSST#T2T7Tj̟8FSjԡݡAJefghu~ʢӢ    %jyʣ3zȤҦݧQ|ͨթcҪ (@bҭE]ϮЮNWo~0ұ[uWXYiŶ߸߹`QOCO[gtԽ~PIdMOUabn +9NO[,LM]  OP^ PQ`kln`aq(@]13<=!+,1TUZsty %&+fgl 016_`hwx}78=XY^pqu  )*/QRWwx}/05TUZ|}  -.3NOTtuz?@Ijkt,-2QRW}~*+3FGL_`h{|  016KLQjkp=>C`af348LMRklq[]8IKS_`IJOPHb !'HId !-+uMo!/01:;t3<=XYbc    B J K p K T U ^    A(23{&" 6"###H$7&8&A&&&&(S)U)V)))*3*5*R*f*g*****E+Q+[+\+++++;,G,Q,R,{----.&.0.1....../////000#0j1l1m1112222222 3 3-333+4-4.44555555556:6F6J6N6R6W6X67N77777.8/818e8I9J9.:/::::M;O;P;};;j<<<<<<<<<===>>>>???????@ @@@!@%@*@+@@!ASAAAABBB8BCDDxDyDDD E"E#EQEmEGG H"HSHHHH J JJeKLMaN0O2O3O5O7O8O9O:O;OO?O@OAOBOCODOEOFOGOHOIOJOKOLOMONOQOROSOTOUOVOWOXOYOZO[O\O]O^O_O`OaObOcOdOeOfOgOhOkOlOmOnOoOpOqOrOsOtOuOvOwOxOyOzO{O|O}O~OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO00 1 1 10000000000000]1i0i0i0i0j0j0j0j0j0j0i0j0j0j0j0j0j0j0i0j0j0j0j0j0i0j0j0j0j0j0j0i0j0j0j0i0i0j0j0j0i0j0i0j0j0j0j0j0i0j0j0j0j0j0i0i0j0j0j0i0i0j0j0i0j0j0j0i0j0j0j0i0j0i0j0j0j0j0i0j0i0j0j0i0j0j0i0j0i0i0j0i0i0j0i0j0i0j0j0i0j0i0j0i0j00000j30j30j30j30j30j30j3000505050505050505050505050505050505050505050505050500=0=0=0=0=0=0=0=0=0=0=0=0=0=0=0= 0=0=0=0=0=0= 0=0=00MC0MC0MC0MC _0MC _0MC _0MC _0MC _0MC0MC0mF0mF0mF0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0mF0mF0mF 0MC0L _0L _0L _0L _0L `0L `0L `0L `0L `0L0L0MC03Q03Q03Q03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q03Q03Q03Q 03Q 03Q 03Q 03Q 03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q 03Q 03Q 03Q03Q03Q _0 3Q _0 3Q0MC0b _0 b _0 b _0 b _0b _0b _0b _0b _0b _0b _0b0MC0d0d _0d _0d _0d0d0d0d0d0MC0Em0Em0Em0Em00_n0_n0_n _0_n _0_n _0_n _0_n _0_n _0_n0_n0_n0_n0_n0_n0_n0Zr0Zr0Zr0_n0r0r0r0r0r0r0r0r0r0r0r0r0_n0w0w0w0w0w0w0w0w0w0w0w0_n0X{0X{0X{0X{0X{0X{0X{0X{0X{0X{0X{0X{0X{0X{0X{0_n0c~0c~0c~0c~0c~0c~0c~ _0c~ _0c~0c~0c~0c~0c~0c~0c~0c~0c~0c~0c~0c~0c~0c~0c~ c0c~0c~ 0c~ c0c~0c~0c~ 0c~0_n0&0&0&0&0&0& _0 & _0!&0&0&0&0&0&0&0&0&0&0&0&0&0&0&c0&0&0&0&! c0&0&0& 0& 0&0&0& 0&0& 0_n0000000000000 _0" _0# _0$ _0% _0& _0'0000 00 00 _0( _0) _0* _0+ _0,000000 0 0 0 0 0 0000 000 000 0 0 0 0 0 0000 000 0 0 0 0 0 00 0 00 0 0 0 0 00 0 0 0 0 000000000000000000ˣ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ˣ0060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606 _006 _016 _02606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606 _036 _04606 _05606 _066 _0760606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606 c06 c06 c06 c06 c06 c06 c060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606 _086 _096 _0:6 _0;60606060606060606060606 06060606 060606 0606 06060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606 _0<6 _0=6_0606060606060606060606060606060606 060606060606060606 c0t6 c0t6_06060606060606060606060606060606060606 _0>6 _0?6 _0@6 _0A6 _0B6_06060606060606060606060606060606060606060606060606060606060606" 06060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060606060600H0H0H0H0H0H0H0H0H0H00jN0jN0jN _0CjN _0DjN _0EjN _0FjN _0GjN `0jN `0jN `0jN `0jN _0HjN0jN0Q0Q0Q0Q0Q0Q 0Q 0Q 0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q c0Q c0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0Q0jN0$v _0I$v0$v0$v _0J$v _0K$v0$v0$v0jN0|0|0|0|0|0|0|0|0|0| 0|0| 0jN0 _0L _0M0000000000000000000 0jN0 _0N _0O _0P _0Q0000000000000 000 _0R _0S _0T _0U _0V _0W _0X _0Y _0Z _0[_000 _0\ _0]_00000000000000000000000 _0^0 _0_0000000000 00 _0` _0a _0b000  _0c0 _0d `0  `0  `0 00000 _0e _0f _0g00000000000000000000000000000 00 0000000 00 00000000 000 000 _0h _0i _0j _0k_00000 000 000 000 000 000 000 000 000 00000 0 0 000000000000 _0l _0m _0n _0o00000000000 _0p _0q _0r _0s _0t _0u _0v _0w0 _0x `0  `0  `0 _0y `0 `0 `0 `0 _0z `0 `0 `0 `0 _0{ `0 `0 _0| `0 `0 `0 `0000 _0} _0~ _0 _0 _00000000000000000000000000000000 _0 _0 _0 _0 _0 _0 _0 _0 _0 _0 _0 _0 _000000000000000000000000000000000000000000000000000 _0 _0 _0 _00000000000000000000000000000000000000000000000 _0 _0 _0_00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 _0 _00 _0 _0000000000000000000000000000000000000000000000000000000000000000000000000000 _0 _0 _0 _0 _0 _0 _0 _00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 _0 _00000000000000000 _0 _000000000000000000000000000000000000000000000000000000000000000000 _0 _00000 _0 _0 `0 _0 _0 _0000000000000000 _0 _0 _0 _0 _0 _0000000000000000000000000 _0 _0 _0 _0000000000000000000000000000000000 _0 _0 _0000000000 _0 `0 `0 `0  _0 `0! `0" _0 `0# `0$`000 _0 _0 _0000000jN0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0؎0000000 _0 _0 `0% `0&00505050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505 050505050505 050505 050505 050505 050505 050505 050505 050505050505 050505 050505 050505 050505 050505 0505050505 050505 050505 050505 050505 00 _0 _0 _0 _000000000000000000 00000 c0 c00 c00 c0 c000L0L0L0L0000000 000 000 0 0 0 0 0 0 000 00000000 _0 _000( _0( _0( _0( _0( _0( _0(00 _0 _0 _0 _0 _0_00000000000000000 _0 _0 _000000000000000 0000 0000 0000 0000 00000 0000 0000 0000 0000 0000 000000 0000 0000 0000 0000 0000 0000 0000 00' 0' 00 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 00000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 0000 000000 0 _0 _0 _0 _0 _0 _00 0 030303030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 03030303 0303030303 03030303 03030303 030303 03 _03 _03 _0303 0 0B0B0B0B0B0B0B0B0B 0B0B0B0B0B 0B0B 0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B 0B0B0B0B0B 0B0B 0B0B 0B0B0B0B 0B0B0B _0B _0B_0B0B0B0B0B00P0P0P _0P _0P _0P _0P0P0P0P0_T _0_T _0_T _0_T _0_T _0_T `0'_T0_T 0_T 0_T0_T 0_T  _0_T `0(_T0_T0_T 0_T0_T 0P0]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] 0P0r0r0r0r0P0r0r0r0r0r0r0r0r0r 0r0r0r0r0r0r 0r0r0r0r0r0r 0r0r0r0r0r0r 0r0r0r0r0r 0r0r 0r0r0r0r 0r0r0r0r0r0r0r 0r0r0r0r0r0r 0r0r0r0r0r0r 0r0r0r0r0r0r 0r0r0r0r0r0r 0r0r0r0r0r0r 0P0ψ0ψ0ψ0ψ0ψ0P0Ո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Ո 0P0ã0ã0ã0ã0ã0ã0ã0ã0ã0ã0ã00̪0̪0̪0̪0̪0̪0000 _0 _000¯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¯ 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¯ 00*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* 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 0000000 0 0 0 0 0 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 000 _0 _000}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}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}0}00 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 000000000 0v0v0v0v0v _0v _0v0v0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0g0v0$ _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$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^70^70^70^70^7 _0^7 _0^7 _0^70^70: _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^70H0H0H _0H _0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0H0^70U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U0U00Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0Sb0 0|0|0|0|00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000 00000 c0 c0 c0 c0 c0 c0 c0 c0 `0 `0 `0 `0 `0 `0 `0 `0 `0  c0 c0  c0  c0  c0  c0  c0 c0000000000 00000000000000000000000000000000000000000000000000000000000000000000 0000000000000000000 00 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 0m0m0m0m0m0m0m0m0m0m0m0m0m0m0m0m0m0m0m00-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-0e 0e 0e 0e 0e 0e 0e 0e 000000000000 _0  _0 _0 _0 _0 _0 _0 _0 _000 0 _0 _0000H&0H&0H&0H&0H&0H&0H&0 0f)0f)0f)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}10}10}1020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020202020 0`;0`;0`;0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<0z<003E03E03E03E _03E _03E _03E _03E03E03E03E03E03E03E03E03E03E03E03E0@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@Z0@Z0@0@Z01@Z00@00@[00@00@[00@00@Z00@00@Z01@Z0@0@[0@0@Z0@0@0@0 0044NhhsuHz#x!CsE [!""#$%:&&'(n),*++,O-#.//01r234J56678I9N:Y;<DLQ*S%U\]%__`abcwdefehiIl;xS|܄4rЬEUpNwf $$u':*,/4b9N>}A`EGQX`mny|:I%X&.4 E!,`047@XDIRVXUZ`i6muF}eϋYGy,QK"{,g7 <CJMT1^emxv֟)!$-=V7/")*+_0d24"=DGKROUX[_cfnY?uZS ip1 (6*528;BPG RWW/247:=BGLQTX[^adfjmpsv{ "&+.368<?EJNPRUYhpruwy|$*.8>CIQRTUWn"+<HO\]alx(Lq*7>N^s    ! % . G ` x |h&1<n@{AOBChDEgFGHGIIJKNPPPPQ/QEQ[QqQQQQQQRR*RGRaR|RRRRRRSS3SJSbSzSSSSSSTT'T@T\TrTTTTTTTTU$U}X\*]]^@__O```aRaaabVbbbcKcccd.dDdd#eeTffg&hh`iijl;wz\|KLċlP PfΠ#á&΢qSФd"} Ӭ̮c8V߷ /D1, N@R3KKT, h|aK?dT+<1"81eZkExE   #  4pYI!#@$}$2'v') */*!,~,S---./027:;<u@_AA?BBgC_EF4F[FG G{IPW`ldnj#wxJyyy'z~zz{-{j{{{|L|||}-}a}}}~urLN.־ (1gQ \} 3Z7 02~| h9F:!<+-r---- .R...h01J3333 434e444 7<=>>K?@@5A CCDEEWHILOPQ"RSUUVVVVW0WQWsWWWWXX2XOXhXXXXXXXY-YHYiYYYYYYYZ1ZJZfZZ\]`aUcvg|kkkkl-lIll,mnopAq_rvwx|G}~b҂SȄ 'xi K-ݵJȶ,Hu0ºbm C|ҿNzx8,If7c-!KVL1cC XY"KC<'I7bpVZ  '   P >Fph /ty 17!!!F"" $$%&}' (J(()*U,,,-./V0012Q2344556N748q8899:;<<<F=>.???@@FAA7BBBGCC)DE^FF$GGHcIIIJ5LLMQMMMNhiirkskllnn6ooo?q@qospsuvvv!y"yuzvz{{\}]}~~\]VWlmˑ̑ŕƕ]^hi  |}Fgh`aDpCdι8O׻#jμ-\ٽ'}Ѿ4e XF1}(:fi<RP=f(Mu?0"wix/p!s5#GsL^k%U$p/TuP$/_1g Re]R'y Lv@e Hj,M@ 7+g+| Kp&7D 0d3r8XNtPY)bE<g&AZ{6Sj~*>Se*AVr+@Zu'A\z7Rl,Fd5Px8Tp/Lff$l)})))))))**)*;*L*]*j*|********++'+G+X+h+t++++++++ ,...../1/K/i////0!030E0`0p0~00000001/1>1N1^1q1111112%242N2w22222233/3B3Z3i3333333479: ;< =ADaEENFF/GGG%H}HHRJJ@KK'LLMUNPPZRhTT\UUU#VfVVWWcXXYGZZ[7\\]^^^_p__\``Paa\bb$cccXddeneefBj͈i38ԩyҵ0WaNL OPk(<Ts%f0_w7Xp )Qw/T| -Nt?j,Q}*F_{ 0Kj=`3LkKIOd +  1 < bJT"(7.12[33Q4506678: ;;-<==W>.@OCDEFGG*HJ"M;WVWqWWWWW      !"#$%&'()*+,-.0135689;<>?@ACDEFHIJKMNOPRSUVWYZ\]_`bceghiklnoqrtuwxyz|}~     !#$%'()*,-/0124579:;=>@ABCDFGHIKLMOQSTVWXZ[\]^_`abcdefgijklmnoqstvxz{}~      !"#%&'()+,-/012345679:;<=?@ABDEFGHJKLMNOPSVXYZ[\]^_`abcdefghijklmopqrstuvwxyz{|}~      !#$%&'()*,-./0123456789:;=>?@ABCDEFGIJKLMNPQRSTUVWXYZ[^_`bcdefghijkmnopqrstuvwyz{|}~      !"#$%&')*+,-./0123456789:;<=>?@ABCDEFGHIJKMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnoprstuvwxyz{|}~      !"#$%&'()+,-./012345689:;<=?@ABCDEFGHIJKLMOPQRSTUVWXYZ[\]_`abcdefghijklmnopqrtuvwxyz{|}~                       " # $ & ' ( ) * + , - / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ a b c d e f g h i j k l m n o p q r s t u v w y z { | } ~  W[]9  ! & ' ) I n  2 N P Q S s    % : V X Y [ {    $ . J L M O o %8TVWYy"7SVWYy?[^_a!"$D\x{|~$'(*Jt#Zvyz|]y|}(2NQRTt #$&Fk <?@Bb9\x{|~69:<\f?[^_a&BFGIi$  /D`deg;Eaefh.JNOQq    > O k o p r ,!H!L!M!O!o!!!!!!!!" " " "-"l"""""""""""#9#U#Y#Z#\#|######## $$$$4$\$x$|$}$$$$$$$$$ %)%-%.%0%P%%%%%%%%%&&&$&n&&&&&&&&&&&'A']'a'b'd''''''''' ((((3(((((((())))5)})))))))))))*0*L*P*Q*S*s**++ + +++`+|+++++++++++K,g,k,l,n,,,,,,,,-$-(-)-+-K-}-----------.9.U.Y.Z.\.|........////8/z/////////// 0>0Z0^0_0a000000001#1'1(1*1J1w111111 2(2,2-2/2O2}2222223337383:3Z333333333334o888|999P:::;;;i<<<===???@@@HAzAAA$BMBBBCE F&F(FGF\F^FFFFFFFFG%QNQfQQQQTTTTU(U7UlUUUUUUVHVJVtVVVVVV&W>WIWvWWWWWWWXX>XMXlXXXXXXXYY&YDYPYiYYYYYYY ZZ*ZHZTZhZZZZZZZ[[[=[I[d[[[[[[[\\S\v\\\\\\ ]!]-]]]}]]]]]]^^>^R^_^^^^^^^+_K_M_s______`$`6`f``````a"a$aJa^aoaaaaaab5bUbWb}bbbbcijj2kk l'mmmmnBnDnvnnnnnp1p8p:pYpkpmpppppppppp'q>qrArjrƋ%NPю,ݔߔ<SUĕەfϖgޗ4@Ϙ$H\ę'QkϚr T}ќ e#CS~#8+AFlϧ ɫ^Ml{Ҳ̷۷Or?jr.Ya -=Lx28j;C (7@u*Mhv&Nf J k    NwHgo   """&#J#^####$$$$%F%'''+,,n-3.f.H@HiHkHHHHHI/II J~JCKjKKLLMMMO4O^O`OOOOOPPiǔ ϖYTwIRuRqϠ<ѡ>b0OΦ 68`ȧʧ%HzqK{,SR"Tz" T     @moHkLMMNNNPOP0PQQRR R4R6RQRjRlRRRRZSSWXXYYZ,Ĥs8ņ9Ǩ4ȩ5CbdIAn7+C+4/;kUG / <cv;^<U,,,Y-.T./ 0S01F112L223@334E4425506667999:#:M:O:s::=QQQ^__&``$aaab/dd eoe4fJfvww-xxyfy+zEzzh{{{l||m2ti.gŶ2QP$Gq6xCbY*[PA`VD`J|Pp9PO;[7 ^    A(Kn@r(t"9#U#A&s&&&v''(((.1/\/#00 11;2d2-333J5|55;<H<===?P?|?FIIIJJKeK*LSLL6M\MMN/NaNNNOXX X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%X%̕XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXhou|!!!!$t# AA@ 0(  B S  ?Hp0(  po!zf700d3bf6677497085393a960c526b99BookMark_Header BookMark0 BookMark_TOC BookMark1 BookMark2"BM3a867952167d4bc2a51951028c130806 _Toc290545410 _Toc290545411 BookMark3"BM563b95f0ab4247a4b824d7b4e80db4d5 BookMark4"BM90614b54333e4048ab83ace91f768142 _Toc290545412 BookMark5"BM41f07f9bf0d0489da185d7b96f21f561 _Toc290545413BMBKMKPropertyReference _Toc290545414BMBKMKAvailProp _Toc290545415 _Hlt290472981 _Hlt290473103BMBKMKReplacedProp _Toc290545416 _Hlt290903461 _Hlt290473178 _Hlt290903466 _Hlt290903472 _Hlt290889182 _Hlt290889183 _Hlt290473259 _Hlt290903477 _Hlt290903485 _Hlt290903481 _Hlt290903492 _Hlt290903499 _Hlt290473392 _Hlt290903506 _Hlt290903510 _Hlt290903529 _Hlt290903524 _Hlt290903533 _Hlt290474325 _Hlt290903539BMBKMKBlockedProp _Toc290545417BMBKMKOfficeActivation _Toc290545418 _Hlt290474342 _Toc290545419 _Hlt290474455 _Hlt290474456 _Hlt290903550 _Hlt290903555 _Hlt290474461 _Hlt290474465 _Hlt290903559 BookMark6"BM0f489f424c0141d18b523a2a2da8f731 _Toc290545420 _Hlt290474476 _Hlt290903568 _Hlt290903571 _Hlt290474478 _Hlt290903573 _Hlt290474481 _Hlt290903579 _Hlt290474484 _Hlt290474488 _Hlt290903582 _Hlt290903586 _Hlt290474491 _Hlt290903616 _Hlt290903624 _Hlt290474498BMBKMKadmincmd _Toc290545421BMBKMKadminfile _Toc290545422 BMBKMKconfig _Toc290545423 BMBKMKmodify _Toc290545424 BMBKMKrepair _Toc290545425BMBKMKuninstall _Toc290545426_/uninstall_[ProductID] _Hlt290903642 _Hlt290474511 _Toc290545427 _Hlt290474519 _Hlt290474524 _Hlt290903646 _Hlt290903650 _Hlt290474527 BookMark7"BMe16af71cfed440daa88695e596c3999e _Toc290545428 _Hlt290474533 _Hlt290903657 _Hlt290474564 _Hlt290903673 _Hlt290903680 _Hlt290474571 _Hlt290474576 _Hlt290903688 _Hlt290474581 _Hlt290903692 _Hlt290474603 _Hlt290474586 _Hlt290903695 BMConfigxmlElementQuickReference _Toc290545429 _Hlt290474672 _Hlt290903699 _Hlt290474681 _Hlt290903703 _Hlt290648192 _Hlt290474719 _Hlt290903707 _Hlt290648529 _Hlt290474724 _Hlt290628210 _Hlt290628211 _Hlt290903711 _Hlt290903715 _Hlt290474728 _Hlt290474733 _Hlt290903718 _Hlt290903722 _Hlt290474743 _Hlt290474746 _Hlt290903725 _Hlt290903731 _Hlt290474750 _Hlt290903744 _Hlt290903748 _Hlt290474753 _Hlt290474758 _Hlt290903751 _Hlt290474764 _Hlt290903755 _Hlt290903761 _Hlt290474769 _Hlt290474773 _Hlt290474776 _Hlt290474780 _Hlt290474785 _Hlt290474789 _Hlt290474793 _Hlt290628266 _Hlt290474797 BMHowItWorks _Toc290545430 _Hlt290474810BMConfigxmlFileFormat _Toc290545431 _Hlt290474820 _Hlt290474824 _Hlt290474830 _Hlt290474835 _Hlt290474838BMConfigxmlElementReference _Toc290545432BMElementConfiguration _Hlt290474845 _Hlt290628537BMElementAddLanguage _Hlt290474862 _Hlt290474867 BMElementARPBMElementCommand _Hlt290474879 _Hlt290474895 _Hlt290474968 _Hlt290474975 _Hlt290474986 _Hlt290474994BMBKMKCommandElementRemarksBMElementCompanyname _Hlt290475045BMElementDisplay _Hlt290475153 _Hlt290475241 _Hlt290475233 _Hlt290475258BMBKMKDisplayRemarks _Hlt290475271BMElementDistributionPointBMElementInstallLocation _Hlt290475312 BMElementLIS _Hlt290475418 _Hlt290904077 _Hlt290475470 _Hlt290904066 _Hlt290475476 _Hlt290904071BMElementLoggingBMElementMinOSRequirementBMElementOptionState _Hlt290475521 _Hlt290904093 _Hlt290475579BMElementPIDKey _Hlt290904103 _Hlt290475609 _Hlt290475648 _Hlt290904109 _Hlt290475656 _Hlt290475735 _Hlt290904118BMBKMKPIDKEYMAK _Hlt290904132 _Hlt290904136BMElementRemoveLanguage _Hlt290904147 _Hlt290904159 _Hlt290904163BMElementSetting _Hlt290475887 _Hlt290904179 _Hlt290904185 _Hlt290475894 _Hlt290475904 _Hlt290904192BMElementSetupUpdatesBMElementUserInitialsBMElementUserNameBMSampleConfigxmlFile _Toc290545433 _Hlt290904225 _Hlt290476026 _Hlt290476034 _Hlt290904229 _Hlt290904232 _Hlt290476039 BookMark8"BM8faae8a0a12c4f7b839c24a66a531bb5 _Toc290545434 _Hlt290904243 _Hlt290904257 _Hlt290904249 _Hlt290904260 _Hlt290904263 _Hlt290904266 _Hlt290904269 _Hlt290904272 _Hlt290904391 BMoverview _Toc290545435 _Hlt290904408 _Hlt290476295 _Hlt290476307 _Hlt290476321 _Hlt290904429 _Hlt290476342 _Hlt290904447 _Hlt290904453 _Hlt290476352 _Hlt290904469 _Hlt290476361 _Hlt290904475 _Hlt290904478 _Hlt290476365 _Hlt290476370 _Hlt290904481 _Hlt290904484 _Hlt290476375 _Hlt290904488 _Hlt290476381 _Hlt290476386 _Hlt290904433 _Hlt290904491 _Hlt290476391 _Hlt290476400 _Hlt290904494 _Hlt290476405 _Hlt290904437 _Hlt290476410 _Hlt290904502 _Hlt290476416 _Hlt290904505 _Hlt290476421 _Hlt290904509 _Hlt290476426 _Hlt290904513 _Hlt290476431 _Hlt290904516 _Hlt290904441 _Hlt290476436 _Hlt290476441 _Hlt290904520 _Hlt290476447 _Hlt290904532 _Hlt290904525 _Hlt290904580 _Hlt290476452 _Hlt290904584 _Hlt290904590 _Hlt290476458BMBKMKNewOCTFeatures _Toc290545436 _Hlt290476466 BMsection3 _Toc290545437BMBKMKImportOCTPatch _Toc290545438BMBKMKConfiguringSettings _Toc290545439 _Hlt290476687 _Hlt290476688 _Hlt290904605 _Hlt290904610 _Hlt290476691 _Hlt290904614 _Hlt290476709 _Hlt290476715 _Hlt290904618BMSetup#BMInstallationlocationandorganizatiadditionalnetworkBMLicensinganduserinterface _Hlt290477111 _Hlt290477066 _Hlt290904642 _Hlt290477125 _Hlt290904646BMRemovepreviousinstallations BMAddinstallationsandrunprograms _Hlt290477193 _Hlt290904664 _Hlt290477172BMOfficesecuritysettingsBMModifySetupproperties _Hlt290904687 _Hlt290477266 _Hlt290477244 BMFeaturesBMModifyusersettingsBMSetfeatureinstallationstates _Hlt290904712 _Hlt290477291BMAdditionalcontent BMAddfiles BMRemovefilesBMAddregistryentriesBMRemoveregistryentriesBMConfigureshortcuts BMOutlookBMOutlookprofileBMBKMKAddAccounts _Hlt290477354 _Hlt290904744 _Hlt290904863BMBKMKExchangeSettingsBMBKMKExportSettingsBMSpecifysendreceivegroupsBMBKMKDonwloadUpdates _Toc290545440 _Hlt290477466 _Hlt290904897 _Hlt290904923 _Hlt290477473 BookMark9"BM30b6fcd962fb43d185238919826481d7 _Toc290545441 _Hlt290904939 _Hlt290477894 _Hlt290477902 _Hlt290904948 _Hlt290904952 _Hlt290477908 _Hlt290477958 _Hlt290904955 _Hlt290904966 _Hlt290477961 _Hlt290477968 _Hlt290904970 _Hlt290477972 _Hlt290477976 _Hlt290904974BMBKMKOptioStateIDVals _Toc290545442BMBKMKOptionStateElement _Toc290545443BMBKMKOptionStateSyntaxBMBKMKModifiyingOptionState _Toc290545444 _Hlt290905001 _Hlt290478013 BookMark10"BM9ac513811853414ca076fe155e61ac16 _Toc290545445 _Hlt290905009 _Hlt290905013 _Hlt290905036 _Hlt290905043 _Hlt290905046 _Hlt290905053 BookMark11"BMde8cf536c8d048d2b97b5d607147c3c9 _Toc290545446 _Hlt290539586 _Hlt290905062 _Hlt290539589 _Hlt290905064 BMsection1 _Toc290545447 BMsection2 _Toc290545448 _Toc290545449 BookMark12"BMe077da98021645ebb6a7957f9c510a85 _Toc290545450 _Hlt290539639 _Hlt290905078 _Toc290545451 _Hlt290539654 _Hlt290905097 _Hlt290539660 _Hlt290905102 BookMark13"BM32d9d541993f425595b4d8348f8c6e5c _Toc290545452 _Hlt290539669 _Hlt290539717 _Hlt290905112 _Hlt290539735 _Hlt290905115 _Hlt290905121 _Hlt290905127 _Hlt290539770_File_formats_that _Toc290545453_File_formats_that_ _Toc290545454_File_formats_that_1 _Toc290545455 BMsection5_Additional_file_format _Toc290545456 _Toc290545457 BookMark14"BM9b901c0ee45840fc891885445b50b0ff _Toc290545458 _Hlt290905156 _Hlt290905158 _Hlt290905163 _Hlt290905170 BMsection1a _Toc290545459 BMsection2a _Toc290545460 BMsection3a _Toc290545461 _Toc290545462 BMsection4a _Toc290545463 _Hlt290905216 _Hlt290540086 BookMark15"BM880987eb90254aa6b3e23a0375ec63a7 _Toc290545464 BookMark16"BM4d763016a1534d22b7bbfec28ea57892 _Toc290545465 _Hlt290540267 _Hlt290540302 _Hlt290905264 _Hlt290540303 _Hlt290905270_Microsoft_Office_2003 _Toc290545466_2007_Microsoft_Office _Toc290545467 _Toc290545468 BookMark17"BMdb99b5fdae5d43b9ac5f2adce6e00868 _Toc290545469 _Hlt290905308 _Hlt290540467 _Hlt290905312 _Hlt290540473 _Hlt290905315 _Hlt290540478 BookMark18"BM3f4de10b757a4ce5b9b71baafeb4753e _Toc290545470BMBKMKIdentify _Toc290545471 _Toc290545472 BookMark19"BMf5fee727df494ef7b073dd6c08dfecfa _Toc290545473 _Hlt290905330 _Hlt290905331BMBKMKLanguageIdentifiers _Toc290545474 _Hlt290905345 _Hlt290540694 _Hlt290540681 _Hlt290905352BMBKMKOptionStateID _Toc290545475 _Toc290545476 _Hlt290540786 _Hlt290905370 BookMark20"BM9994905c9fe940859f77924dbaa38764_Mixed_language_versions _Toc290545477 _Hlt290540873 _Hlt290905400 _Hlt290540875 _Hlt290905402#BMBKMKApplicationsLanguageAvailabil _Toc290545478BMBKMKLanguageInterfacePacks_Language_Interface_Packs _Toc290545479 _Toc290545480 BookMark21"BMeda24da31b47479f93bc4fd487f38788 _Toc290545481 _Hlt290905425 _Hlt290905430 _Hlt290905433 _Hlt290905436 _Hlt290905439 _Toc290545482 BookMark22"BMbb985d2c8e57430cbe9a6aceb8821602 _Toc290545483 _Hlt290541020 _Hlt290905448 _Hlt290541063 _Hlt290905453 _Hlt290541060 _Hlt290905462 _Hlt290541055_Schema_for_the _Toc290545484_Schema_for_OMPM _Toc290545485_Schema_for_Access _Toc290545486 _Toc290545487 BookMark23"BMfd62888bc8bb4712bbe7ba4c95ef4902 _Toc290545488 _Toc290545489 BookMark24"BMcfb948fd1ab0460ab84529fad1a46a5b _Toc290545490 _Toc290545491 _Toc290545492 BookMark25"BM6f23648e2cbb4f4d8083be14befebd6d _Toc290545493 _Toc290545494 _Toc290545495 BookMark26"BMf37e7196d97043278decaa684835c4a5 _Toc290545496 _Toc290545497 BookMark27"BM41b8af4100ab4d60bd7b6187e9455403 _Toc290545498 _Hlt290905579 BookMark28"BMbc667b4c164542be8dc0af56dc11ef5b _Toc290545499 _Toc290545500 BookMark29"BM8eaffc4072d842009aa7a07a90a4da0d _Toc290545501 _Hlt290905601 _Hlt290905607 _Hlt290905611 _Hlt290905614 BookMark30"BM83adbed163bc466292b779b708f961c5 _Toc290545502 BMgpocust _Toc290545503 _Hlt290905653 _Hlt290905642 _Hlt290905689 BookMark31"BM43008de25eef4de1b0e119b7ceeb68f6 _Toc290545504 BMoctcust _Hlt290905664 _Toc290545505 _Hlt290905714 _Hlt290905724 BookMark32"BM3a1dc784a7c1467db21bf1e3cd18ed20 _Toc290545506 _Toc290545507 _Hlt290905735 _Toc290545508 BookMark33"BMbc5a9912ed484f6ba679b348f5901595 _Toc290545509 _Toc290545510 _Hlt290542381 _Hlt290905758 _Hlt290905752 BookMark34"BMea47e75291644c8fb2988e75a3fffa44 _Toc290545511 _Toc290545512 _Hlt290905778 _Hlt290542452 BookMark35"BM03d787aa598d40a987ec31a8ea80e037 _Toc290545513 _Toc290545514_PictureBulletsc 4444v6v6v6h>h>h>CCCGG%M%MaQQQQTT$UuUwUwUUUwVxVWW XIXX\\]c ccceejm4n4n:nnnnnnnn4p5p^p`ppppppp+q-q.qIrVrrrssxx{{~~ŃŃmыً/9Dה۔NOՕוؕݕݕ<=SYgi P02|v((G/ɷUW]gm]2bLRB/xz>%3gy=PQTY    K\fik~ l!"Z##$$$$%%&%''y8b=^>CHXH`HHHHH\N\N\NPOOOOLPPQ(QQQQeeepp-q.qyqzqqqq r rbrbrrrrr&s'sZs]ssssstt@tBtvtyttttt$u)uSuUuuuuuuuvvvvyu|u|rr))*OPSO Tqvw3o &,89=R-SX[caeaiaLdtv&ʎnt=LЦӦ+2imv§''qq)&^ iw o ~      Ocg]fmm22BBBLPPPQ3RcRRQTQT]]vrvrڭڭڭVY_sLO 0" Gmm{ { QYffffMQWW###,..."0U1h23b4!5N7N7N79994:I:::::HHUU^CbCbCbv|||X`J]]]!U    8&&&V)V)V)*F/0m1m1m12555P;P;P;j<S?Y?#E#E#E J3OO  @@@@@@@@@ @!@"@#@$@%@&@'@(@)@*@+@,@-./01@23@4@5@6@7@8@9@:;<=@>@?@@@A@B@C@D@E@F@G@H@I@J@K@LMNOPQRSTUVXWY@Z@[\@]@^@_@`@abcd@e@f@g@h@i@j@k@l@m@n@o@p@qrs@t@u@v@w@x@y@z@{@|@}@~@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ @ @ @ @@@@@@@@@@@@@@@@@@@ @!@"@#@$@%@&@'@(@)@*@+@,@-@.@/01@2345678@9@:@;@<@>@=@@@?@ABCDE@F@G@H@I@JKL@M@N@OPQ@R@S@TUVW@X@YZ[\]^_`ab@c@d@efghij@k@l@m@nopq@r@s@t@u@v@w@x@y@z@{@|@}@~@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@     @@@@@@@@@@@@ !"#$%&'()*+,-./0123456789:;@<=>?@ABC@D@E@F@GHIJKL@M@N@OPQRS@TU@V@WXYZ[@\]^_`a@b@c@defgh@i@jklmnc 4444v6v66h>h>>CCDGG%M9MbQQQQTT%UvUxUxUUUxVyVWWXJXX\\]c ccceejm5n5n;nnnnnnn"o5p6p_pappppppp,q.q/qJrWrrrssxx{|~Ńmҋڋ0:EČؔܔOPٕ֕ؕݕ=>TZhj Q13ӣ}w(DG/ʷUW^hn^3bLSB0y{?%4gz=QRUZ    K]gjl~ l!"[##$$$$&%'%''y8b=^>C HYHaHHHHH\N\NNQOOOOMPPQ)QQQQeeepp.q/qzq{qqqq r rcrcrrrrr's(s[s^sssssttAtCtwtzttttt%u*uTuVuuuuuuuv vvKvyu||r**+PQO$TrwxJo &,89=R-Se[dafajaLdtvCҎoụ>MѦԦ,3jnwç'<q)&F_ :jx! p       Pdh^gm;2+3BBBLPPPQ4RdRRQTcT]]vrrوڭڭ WZ`ү?MP1#Hm{   RZfffNRW}##$,...#0V1i23c415N7N779995:J:::::HHUU^CbCbbv||}h޸Hp'K]]G!]    @&&&V)V))2*G/"0m1m112555P;P;|;<T?Z?#E#EPEJ4OO$4NYf7p7E@O@{AAAABBBCHCSCoCyCCCEE&H0HOO!P)P}PPQQ6R@RSS7TATvTT]]]]?^J^^^t__````KaVaaa~bbsd}d(k,kelilwnn[pdppppppp4q=qrrDsGsssttbtktx&xxxxxxxgyqy~yyyyZz`zzzzz{{{{{||$|||||-}6}}}}}}~~ ~~~~~kt}18AJOX΀؀Z`pzSZt&(.y߄_fąͅCMԆچ݈!(2-74>'1c~ؐ@J Ŕ =G֕̕ݕ(ߗRc~4>[aԢڢ8;zǣǤ|}èʨԨ>Eʪתhr­ɭ֭ܭ(.;BL(2 9B}/8,@el /:~O]~ķ#.Va¸ .@K[elw4>FQ]ku#.:H#+#-:l{Q["'/CGLT&),4*2LVUe,9=E2<  8ByV`z3D!52;@O<F_h_hrz )CIq{Schq 5E     + 4 <   py Z^&+/  l!z!!!!!""w""""" ##!#K#V#####$$ **I*Q*o*w*y**********0+:+5-9-Z-b-..66179777g8p8y888889"919l9|999.:=:@:O:::<<< =CD(D2DDDDDDE EEEE&F2FmFvFFFFFFFHGPGGGGGGGGGxJ|JKKMMTNXNbPePSVWVVVVVWWWWXXCYFY.[1[\\\\]]^^____b_``aaabbbbb0c3cXcacdd"d1dCdOd]dgdddddxee8f;fLkOkkkll$l.lll6m9mNmXmvnynnnnn{yyyy z z{{n|r|NX}0314cf؉ۉnqƊɊ#&loiltwԎ׎ilˏΏ 36/2jm  ?Q9=TXMWeoz^k 5D\m),. 9 m v e n {]`yt%%%%%%%&"&0&T&a&&&++++++ ,,5,C,g,t,,,G.J.f.i...0022p2~266<<=='F8FeFvFFFFFG)G`GmGGGGH*H7HJJJJYYaZdZZZ2^5^^^cccciikkpppqqqtt2u5uouruuu!v$vx|Ԑؐ&*swŔSWCGLPɠ͠ä̤i}1;w֦!,akq|%'2̨֨ب yj~!0Lb.>ˬfkޭKZɮ׮-@ưIYv1Iòϲcs+n !DT}ӷ۷O[{yӻۻ9Nؼ-6<AJWg|ľ;8Fdo.6LaWj#MX2=%dtDM Yp*ZfBMvL\DR\g (= 8Bcl q{7Acm)4HS`j4?KUr|"\fs}-7JU -7{IU=A $(x|V`8<|7:osMQ`d M W   L V     W a     vz $DG369>o{L O       K!N!!!!!+"7"""""""W$Z$$$X([((())))* *S*W*5,9,,,,,------....H/K/P/S/0022 4 4H5K5L5X555&6)6|66660737788888H9L9999:=:::::I;M;;;+</<`>d>>>&?)???eAhAoBrBBB?DBDGDJDpEsEEEUFXFFFSG\GGGGG H HHHOIRIUIZINNJONOPPPPQQYY^ZbZ[[\\_]k]4^@^K_W_f_i_p`|`aa!a$aaaa bdbpbbbbbmmn np#p&p*p-p1p4p8p;p?prrssDtPttt]uiuuuuu vvn|q|||||!JNQUX\_cfjmqtx{0< ّ Γѓ (2`dgknruymqƧʧDM !̴'2ɹ/p{ɽ*:~EP1;[d cqTb"-BEgq]i#t}Z] 9Pjt;>`clzZhkn6B)&,np}.2KUVa68^bKO  ; @ Z _         + 0 m o         $ ) Y ^ w |         - / g l             4 9 O T o t       )3@K'B^b$$((?)E)+ +S-W-..E3M34 4669;;;M<S<<<2=7=8=>=?=D=Q=`=a=p=q=|=}===================>>>>%>&>1>2>A>B>M>Z>n>>>>>>>?#?$?.?0?A?o?u?v?????????????@@@@@@@@$@'@0@U@`@a@g@h@r@s@|@}@@@@@@@@@@@@AAZBdBBBBBBBBBBBBBBBBCCCCCC%C&C0C1C9CACMCCCCCDDD&D(D5DDDDDDDDDDDDDDDDEE+EEEEEEEEEEEEFFFF8F9FSFUFdFFFFFFGGGGG*G4G5GEGFGRGSG`GaGlGmGzG{GGGGGGGGGGGGGGGGGHHHHHIIiLpLLLLLLLLMMMCMOM]MhMMMMMMMMMMMMMMMMMNNN"N$N*N=NCNVN]NgNoNNNNNNNNNNNNN)O-ObOhOiOoOpOzO{OOOOOOOOOOOPP P PPP!P"P*P,P;PcPiPjPrPtPPPPPPPPQQ(R0R6R=RHRVRRRRR}SSSST"T#T1Tu[u\ujupuuuuuuuuuuuuuuuvv%v/v@vOv^vtvvvvvvvv'x+x`ydyzz{{~~~~€CH" YhFUΆ؆_i%owy1: 6EJQʏُMaېȑϑ !("6cjʕѕ'.R[LY io+ =Fŝ˝ hțЦ  !&(-/46;=BDIKPX[]`bequw{̨Ԩר٨ܨި  Ю߮Գ ö!)ԺܺJN|-0VY  '*hk25y|rt +.SVy|14~/2PSvy&0Q[|.1SV);ET^pz25MPlo?Bbe57NQmpUYL3O4O5O5ONONOOOOOhOiOOOOOOOOOOOOOOnnrNsssQxVxxxK{P{||}}}}}}~~Tvx[]oxȄglЅ҅]oCsag`5?r{   Z~j !!4$r$/)4)6)A)226666777788w==o>>:?D?`JmJKKLMoAossttnjɌrɐ[h;HΙۙ+8۝4AFPh!ICMCH"HMN2O?OpP}P s(sUbkx#o|9AFS;-H-..00p6}6``daqa"o$oxxHyUyzz{{%׊܊cj'.dg 6:IMuwνҽy}2?dq=J Mg!:G#0hu RTH J ##''5)B)L1Y1114466r>}>@@GKTKLL3O4O5O5ONONOOOOOhOiOOOOOOO3333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333333 ' n 2 Q  : Y  . M 8W7W?_"\|(tZz]}2R$k @\|:f?_&G DeEf.O O p ,!M!!!! "l""""9#Z####$\$}$$$ %.%%%%&n&&&&A'b''''(((()}))))0*Q** +`++++K,l,,,-)-}----9.Z..../z////>0_0001(1w11 2-2}2238333331k؝K3O4O5O5ONONOOOOOhOiOOOOOOOOOOOOOOOOOOOOBY)% d(7q$,k/9)i# ,y&P@* (2H:Z1*c.J0=521pa!Cqp=E8_,NԤdhPk*FRjE83#T@4\ԀK_QЃ<#?b2y;&e(biԀ8Lkp`J `tq(rclRrW0^`0.0^`0.p0p^p`0.@ 0@ ^@ `0.0^`0.0^`0.0^`0.0^`0.P0P^P`0.^`o( ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.0^`0.0^`0.p0p^p`0.@ 0@ ^@ `0.0^`0.0^`0.0^`0.0^`0.P0P^P`0.0^`0.0^`0.p0p^p`0.@ 0@ ^@ `0.0^`0.0^`0.0^`0.0^`0.P0P^P`0. p^` Article . p^` Section .P^`P()`p`^``p()P^`P)P^`P)^`)P^`P.0p0^0`p.^`o( ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.^`o(.p^p`OJQJ^Jo(o @ ^@ `OJ QJ o( ^`OJQJo(^`OJQJ^Jo(o ^`OJ QJ o( ^`OJQJo(P^P`OJQJ^Jo(o  ^ `OJ QJ o(0^`0.0^`0.p0p^p`0.@ 0@ ^@ `0.0^`0.0^`0.0^`0.0^`0.P0P^P`0. p^p`OJQJo(@ ^@ `OJQJ^Jo(o ^`OJ QJ o( ^`OJQJo(^`OJQJ^Jo(o ^`OJ QJ o( P^P`OJQJo( ^ `OJQJ^Jo(o ^`OJ QJ o(^`OJQJo(hH^`OJQJo(hHpp^p`OJQJo(hH@ @ ^@ `OJQJo(hH^`OJQJo(hH^`OJQJo(hH^`OJQJo(hH^`OJQJo(hHPP^P`OJQJo(hH^`o(. ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH. hh^h`OJQJo(^`o( ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.0^`0.0^`0OJPJQJ^J.p0p^p`0.@ 0@ ^@ `0.0^`0.0^`0.0^`0.0^`0.P0P^P`0. ^`OJQJo(p^p`OJQJ^Jo(o @ ^@ `OJ QJ o( ^`OJQJo(^`OJQJ^Jo(o ^`OJ QJ o( ^`OJQJo(P^P`OJQJ^Jo(o  ^ `OJ QJ o( ^`OJQJo( ^ `OJQJ^Jo(o  ^ `OJ QJ o( x^x`OJQJo(H^H`OJQJ^Jo(o ^`OJ QJ o( ^`OJQJo(^`OJQJ^Jo(o ^`OJ QJ o(h hh^h`hH.0^`0.p0p^p`0.@ 0@ ^@ `0.0^`0.0^`0.0^`0.0^`0.P0P^P`0.p^p`.@ ^@ `.L^`L.^`.^`.L^`L.P^P`. ^ `.L^`L.^`. ^ `. L^ `L.x^x`.H^H`.L^`L.^`.^`.L^`L.^`o( ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH.h hh^h`hH.0^`0.p0p^p`0.@ 0@ ^@ `0.0^`0.0^`0.0^`0.0^`0.P0P^P`0.^`o(. ^`OJQJo(hh^h`o(.^`o( ^`hH. pLp^p`LhH. @ @ ^@ `hH. ^`hH. L^`LhH. ^`hH. ^`hH. PLP^P`LhH."p=Etqp8LkFR#TJ0 (#?bK_bibi6 hP<7 hP7 Z1*7 Z1* 8 $,l8 BY)8 tqp79),Np=Ep=Ep=EClRr\,y&&ed21         "        b         1c        4b2h|3 xy_'*f^ W(L 1 J e^  I L 9 }< s\ \ Ay 1>? O( Es~ "b0&5s 0 bNce}6LgNi#CbkhD .APua?FW)xUpA|I6\Pq77@J/&A[&v3 #4Y @B/XGh L T e A#!'!iU!+o!"D"}"c}".#pJ#HZ$r$% %7!%9%Ob%r%=&P_&uf&z&'LJ'X'H(E5(e)ES*~-+;C+ql+r+r+x+),k,y-9 .y:.)0c,020H`0@`1Ag1QT2{8$9l*:f:: ; ;9;V;1<\b<,=3=&I=1}>;?c?q?#%@>@G@AAA3AKA4MAhAzA|AN BB58BeByCX1Cu9CvJA4KAKeKpK~wKL)L8L;KL;-MBM#NQ'N.CN>ODO PPTPvPQW%Q7QRKRKRS1SQSeSnT=%TCzI`hozQEY2EWAHQ NB[gvL/EB\du~kw ~kA,S;s>URd_8m[yp[tm.dnvJ%Nu}~3SduwaTkSIip2}]q7?Id7 8Lb}{/GImz _'EY\Tr 69b:?QRWzYGyB 3`5?TT_j% xl+=[?JbL\h/4)TfKp/HMT=A|;eoXtzf:IR$GP[uKo5!Y5lLa?Xs'K NQcU 'D3AM!W g),k9]*emuxn| eg` GcVYTyL+RZr#8Xm 4%xM?<DBS`nUcv~> 2T)7@[6Uh b'0:CcYpL~` ~ #Q:aju ('H)_awej &8w}|w+I_?x6K?_p $U8[mvQHU|/HQUr}t]e00[<ID2Q%86Cn%2)<<b1 2PTT !9#b#G Wm{4+Np<c,t;GeQxVG )Xd0<3R]IBMpw Tk^o1PTrVEX~Yem4M'7aow@/!Y g^_dfhi.- 44444455W6t666G8X8Z8b8n8o88{9|99O:P::;;;h<i<<===g>h>>>>e?v?x?????@@@GAHAAAAOBBB CCCCCCDDDEEE(F^FFFGGHHHHHHHHHHHHHHHHHIII&I/I0IJGJHJXJaJbJsJ|J}JJJJJJJJJJJJJJJJJKKKKK*K3K4KAKJKKKYKbKcKpKzK{KKKKKKKKKKKKKKKKKLL LLLL'L(L6L@LALTL\L]LjLrLsL}LLLLLLLLLLLLLLLLLLLLL MMMM$M%MJTSTjTTTTT*U+U7UUUUUJVVVVV@WAWIWWWWWXOXPXgXlXXXXXXXXXYY!Y&YRYSYdYiYYYYYYYYYZZ%Z*ZVZWZcZhZZZZZZZZZ[[[[K[L[_[d[[[[[[[[[\\$\)\.\/\:\?\D\E\N\S\\\\\#]$]-]]]]]^T^U^_^^^^^M_____&`'`6`````$a`aaaoaaaabWbbbbcVccd ee'e3e@eJe[ene{eeeeNggh9iWiXimlnl(qBqKqLqrrrOsWsSt\t]tttvwwwxxyzzzK{{{{{{{|||}K~L~N~V~~v1LZn";ăŃlm)*2gnυ!"<ňOP vwyߔUܕPRZfgBΘϘ#$^Ùę&'mΚϚqrSTМќ de"#U}~:E ӣ7mn}ѤҤӤԤ֤,`æĦ̦ͦABce}~ǩԩթש89:VWYD߯ /04DEGH]ǰ $019C۳ܳXZ,-/0Cuv}ʵ˵յ۵ NO^b[=>@ܹ*jkú߼CD,E!"RSVa !'34@EKLM[&KL\`%*TUWXguvx5Z`k,-;B $hijt|}~ab?r|\]KL{|~ ?@BCR'Inqr|}defl 0TUfk+,:><=FJ12=A"#%&-pqx89:B&')01degh~efgo:;=>HI$RZ[fklnvfgDELM3C_bcmnx~ EFKP JKRe} 45FMpqs       $ % V      ) + 9 :      - ? j                YZ[bHIKLYZ!"$.4@AGX}~=j234;<ijkmvwi!j!l!m!!!!!!!!!!!!! " """/"0"2"9":""##$$!$"$$$%$3$4$t$v$~$$I%J%L%R%S%w%x%%%%%%%%%%%%%%& & & &&&''/(](((()/)6)^)|)~))).../////222223333!4"4$4442535e66661777 8888u8v8y8z888888889?9B9C9M9O9Y9_9k9l9}999999?:@:P:Z::e;f;g;h;<_=`==>>>>> >4>5>7>>>?>[>\>^>_>n>o>>>>>>>>>>?? ?? ?!?"?#?+?l?d@e@{A|ACCCCCCCCC D DDDHH HHkHHII/I~JKKMZNNNOO`OOP{PP Q0QhQQQQUXXXZZZl\n\|\}\nbobcceeggii`jajkkk.m#o$opvppppppppppJqKqLqqqqqqq'r(r)r~rrrrrrss,s-s.s/sjskslssssssstt tLtMtNtttttttu u,u-u.u/uaubucuuuuuuuvvKvvxyzzz{ ]3qrӝԝLMOPU'Nz̤S  %t3.ŭЭήZaȶֶ׶   %ս[deugjk()+12@ghzQRTUwRSw Xc   !3\]m}~  34FZ[o7@LM`  01JK]%&np2] 6b#Mrjr~=qs|}JTU[gh}3   9 : ; = F G                :;/t u  !r"<#=#^##$$$$$%7%8%D%r%s%%%%%%%%%%& &!&2&R&S&c&&&&&&&& 'h'](_(h(i()))))***+++!+J+K+W++++++++++ , ,,3,4,E,e,f,v,,,,,,,,6- ... / /4444555555666666K7L7]7888888596999P99q:r::; ; ;;;;;D<E<K<W<X<]<<<<==&=====>?L@N@W@X@@@@@AAAAAAADDD_H`HeHHHHIII"J#J0JSMTMXMMMMNNN_NaNrNNNNNNNNNNNNNNOOOO0O1OPAPOPPPYP\PhPiPqPtPPPPPPPPPPPPPPPPPPPPPPPQQQQQ"Q-Q.Q9Q&cdu CDN  XYq +YZg"#%tvKL]CDS<=? '(>IJV  78Cbcmpq(T)*D g;~#$'V>Fctv~s}]:F|)  45AT}#)Z[w}'(7=PQnt>?LR0:FG_e     p q       h i     ! "   #/05Ktu{%3yz  -12?T 78=HFGL^  ;}~   - J K W `    !!!!!"""#U$V$[$|$$$$$$$$%%%%%&&&&''''V(W(\(q((((())))** *,*Q*R*X*n*3,4,:,W,,,,,-------.....N/O/T/h/4050:0O0q0r0w0000001111122333333344 4'44444444 5F5G5L5f56666.7/747Y77777778$888888889F9G9M9_999997:8:>:\:::::::: ;G;H;N;t;;;;;)<*<0<P<==!=-=^>_>e>r>>>>>$?%?*?;?????@@@AcAdAiAvAAAAAAABBBB-C.CVCDDD)D5D6D>DKDDDDEEEE$E)EQEREoEtEEEEEEEEEFFF!F``?aaaaabbb%crcscccGddddeeeeffffff4g5g6gbggggOhhi?i@iwiikGkokpkkk%nMnunvnoAppp!q"q9qxq rCrurvrr+s8sEs[sssss|tt*u\u]u}u v;vvvvwww9xxxxXyzzzzzz&{\{]{{|=}v}}}}f~.VW6^ā<d'?lmÇULjوhjwˉ̉ߌyōƍ7]^Bhi}  %1|}_'ؗFGHw?ghGo՜MuI3`axIDEpqCDdeαϱ89OP׳س#$jkmδϴ-.\]ٵڵ'(}~ѶҶԶ45ef  XYŸFG˹̹124M}~ӺԺ()*Aջֻ:;fgüļijk<=RSPQ=>fg()MNuv?@01"#wxzij12xy/0pq!"st56O#$GHstLM^_kl%&UV$%pqZ /0TUuvPQ$%'@B/0_`bwy12!57gh RSUikef]^RS'(yz !LMvw@Aef HI+-jk,-MN  @A  78+,-.DFgh+,.FH|} !KLpqs&'78DE  01de34rsp9- 89@XYc"NOUtu|%PQX YZd)*5bcr!EFV<=Eghm ! & ' . ; A F G Q Z ` e f {                          + 1 6 7 ? M S X Y b j p u v ~                               $ * / 0 8 > D I J S Y _ d e l w }                            # * 0 5 6 A J P U V _ g m r s {                            % & + 4 : ? @ H O U Z [ e o u z { '(5ABU\]pz{178KRSflm %,-@FGZdex"56IPQdxy.89LTUhpq '/0CLM`fgz fvdf2!;!H!S!l!m!u!y!}!!!!!!!!!!!!!!!!!!!!!!!!!!""" """""!"%")"*"3"7";"?"@"H"L"P"T"U"]"a"e"i"j"p"t"x"|"}"""""""""""""""""""""""""""""""# ########'#(#?#C#G#K#L#T#X#\#`#a#h#l#p#s#t#~##############################&&&&&&&&&&&&&&&&''''1'2'9'K'L'a'i'j'z'''''''''((((!("(+(3(4(=(E(F(O(`(a(g(p(q(v(~(((((((((((((((((((())))/)0)6)>)?)F)N)O)V)^)_)i)q)r)z)))))))))))))))****%*&*,*4*5*=*N*O*d*w*x*****************++ +++'+/+0+:+B+C+I+Z+[+a+i+j+q+++++++++++++++++++,,////U0111222 333444 5!5<<<<<<8===>>Y>Z>o>>>>>?/?0?B?o?????????&@'@1@U@@@@@@AA&A@BFBRBYBZBeBB@CACNCCCCCD'D(D6DDEE,EETFUFeFFHHHHHHOLULaLhLiLqLLMMMCM\M]MiMMMMMMMMMN#N$N+N=NfNgNpNNNNNbOOOOO+P,PC`af348LMRklq[8IKS_`IJOPGb "'HId !-!/01:;t3<=XYbc    B J K p K T U ###7&8&5*R*f*g****E+[+\++++;,Q,R,{---.0.1....////0022222 3 3-333+4-4.445555556W6X67.8/818e8I9J9.:/::::M;O;|;;<<<<<<<<<===>>>>?????@*@+@@BBB8BCDDxDyDDD E"EPEmEGG H"HSHHHH JJeKLMaNN0O2O3O5O7O8O9O:O;OO?O@OAOBOCODOEOFOGOHOIOJOKOLOMONOPOQOROSOTOUOVOWOXOYOZO[O\O]O^O_O`OaObOcOdOeOfOgOhOjOkOlOmOnOoOpOqOrOsOtOuOvOwOxOyOzO{O|O}O~OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9. v v v v v v v v v v v v v v v v v v v v v v v v vM9$9$9$9.9.9.9.9$99.9.9.9.999.9.9.9.9.9.9.9.9.99.9.9.9.999.9.9.9.9.9.9.9.9.9.99.9.9.9.9.9.9.9.9.9.9.9$9.9.9.9.9.9.9.9.9.9.9.a9.9.9.99.99.9.9.99999.9.9.9.999.9.99$9$9$9.9.9.9.99.9.9.99.9.9.9.999.9.99$9$9$9$99999.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.999999.999.9.99$9$9$9$9$9$9$9$9$99.9.9.9.9.9.9.9.9.9.9.9.9. #!9.9999.9.999.9.999999999.99.999.9.99.999.9.9.99.9.a999.9.99.999.9.9.99.9.9.9999.9.99.999.9.9.99.99999.99.99.9.9.9.99.99.9.9.99.999999.99.99.9999.9.9.999.9.9999999.99.9.9999.9.9.99.999999.99.99.9.9.99.999.9.9.99.9.9.99.999 v v v vaaa99.9.999.9.9.99.9 #%99.99.9.9.999.999.9.9.99.9.9.99.9.9.99.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.99.999.9.9.99.99999.99.99.999.9.9.99999.9.99.9.9.9.9.9.99.9.999.9$9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9$9$9.9.9.9.9.9.9$9$9.9.9.9.9.9.9.9.9.9.9.9.9$9$9.9.9.9.9$9.9.9.9$ 9.9.9.9.9.9.9.9.9.9.9.9$9$9.9.9.9$9$9.9.9.9.9$9.9.9.9.9.9.9.9.9$9$9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9. #%9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.a9.9.9.9.9.9.9.9.9.9.9.9.9.9.M9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9$9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.a9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.9.A%9.9.a9.9.9.9.9.9.9.9.9.9.A%9.9.9.9.#W8 #% #%9.9.9.9.9.9.9.9.9.9.9.9.9.9.9$9.9.9.9.9.@0@09.9.9.9.Uy0Uy0Uy0Uy0Uy0Uy0Uy0Uy0Uy09.9.9.9.9.9.9.9.9.9.9.9.9.9.9.aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa@TO`@Unknown G:Ax Times New Roman5Symbol3& :Cx Arial;(SimSun[SO7&@ Calibri7@Cambria95  @ ConsolasO1 CourierCourier New?5 :Cx Courier New5& :[`)Tahoma7& [ @Verdana;Wingdings"1Hhhehfݤf8f X X q4LL 3QHX ?3O`Roxane Withersv-likhant                    Oh+'0  8 D P \hpxRoxane WithersNormal v-likhan268Microsoft Office Word@Q@ >\@.M@5cX՜.+,D՜.+,, hp|   L'  Title 8@ _PID_HLINKSAX  .http://go.microsoft.com/fwlink/?LinkId=210459.http://go.microsoft.com/fwlink/?LinkId=207183\L:http://go.microsoft.com/fwlink/?LinkID=205635&clcid=0x409CZhttp://technet.microsoft.com/library/83ff7b6a-6ad5-4abb-8edf-e97824e14af9(Office.14).aspxCZhttp://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspx .http://go.microsoft.com/fwlink/?LinkID=2056359=#BMbc5a9912ed484f6ba679b348f5901595+!/http://www.w3.org/TR/2008/REC-WCAG20-20081211/Vhttp://www.w3.org/TR/WCAG20/ad#BMea47e75291644c8fb2988e75a3fffa44+!/http://www.w3.org/TR/2008/REC-WCAG20-20081211/Vhttp://www.w3.org/TR/WCAG20/DRZhttp://technet.microsoft.com/library/efbf78f3-cc46-426d-bf92-5bdc4d77c093(Office.14).aspxf4#BM83adbed163bc466292b779b708f961c5Zhttp://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspxBZhttp://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspxf4#BM83adbed163bc466292b779b708f961c5NZhttp://technet.microsoft.com/library/24ec9cec-361b-4862-b5c3-d7ad5650c425(Office.14).aspxZhttp://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspxBZhttp://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspxmc#BM8faae8a0a12c4f7b839c24a66a531bb5 Zhttp://technet.microsoft.com/library/e8a433c1-ea1f-4cf7-adc8-50972f58d465(Office.14).aspxZhttp://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspxBZhttp://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx8h#BM43008de25eef4de1b0e119b7ceeb68f6J^Zhttp://technet.microsoft.com/library/32ec0f55-f8c0-444e-a8b8-ac1c900d59f6(Office.14).aspxZhttp://technet.microsoft.com/library/8d7d33c2-3954-489b-ac82-49f7da119489(Office.14).aspx .http://go.microsoft.com/fwlink/?LinkId=164567XK:http://go.microsoft.com/fwlink/?LinkID=164564&clcid=0x409BZhttp://technet.microsoft.com/library/5290b730-b9fd-4228-93e0-7ace1766aa85(Office.14).aspx-http://go.microsoft.com/fwlink/?LinkID=78176 .http://go.microsoft.com/fwlink/?LinkID=162307oe#BM3a1dc784a7c1467db21bf1e3cd18ed20f4#BM83adbed163bc466292b779b708f961c58h#BM43008de25eef4de1b0e119b7ceeb68f6~Zhttp://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspx{Zhttp://technet.microsoft.com/library/12c97f50-412a-41ea-9c7a-756f168608d1(Office.14).aspxx.http://go.microsoft.com/fwlink/?LinkId=188575u-http://go.microsoft.com/fwlink/?LinkId=81268l?r#BMbc667b4c164542be8dc0af56dc11ef5bB\oZhttp://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspxl.http://go.microsoft.com/fwlink/?LinkId=206155RiZhttp://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspxfZhttp://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspxcZhttp://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx`.http://go.microsoft.com/fwlink/?LinkId=206155R]Zhttp://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspxZ.http://go.microsoft.com/fwlink/?LinkId=206155 WZhttp://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspxRTZhttp://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspxQ.http://go.microsoft.com/fwlink/?LinkId=206155RNZhttp://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspxB\KZhttp://technet.microsoft.com/library/be467931-7aa8-4bc4-b4e1-9273eca32823(Office.14).aspxHZhttp://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspxG[EZhttp://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspxBZhttp://technet.microsoft.com/library/1850987f-87bb-47e9-b370-f4b8af3c39d7(Office.14).aspx?Zhttp://technet.microsoft.com/library/1e60de90-e9f4-421a-a432-46d44799cfd4(Office.14).aspx<.http://go.microsoft.com/fwlink/?LinkId=206155R9Zhttp://technet.microsoft.com/library/d0373697-31f5-4fc5-8dd1-1b9d7f35842f(Office.14).aspxG[6Zhttp://technet.microsoft.com/library/eabaaa29-afc9-4cb3-bdd0-2f09d3fae183(Office.14).aspx- 3,http://go.microsoft.com/fwlink?linkid=71501]l0_Schema_for_Access3-_Schema_for_OMPMXq*_Schema_for_the'.http://go.microsoft.com/fwlink/?LinkId=206155 $Zhttp://technet.microsoft.com/library/6bce62f7-7d3a-4a75-ae26-be6b4dfca45a(Office.14).aspxgc!#BMf37e7196d97043278decaa684835c4a5;8#BM6f23648e2cbb4f4d8083be14befebd6db;#BMcfb948fd1ab0460ab84529fad1a46a5b?1#BMfd62888bc8bb4712bbe7ba4c95ef4902b<#BMbb985d2c8e57430cbe9a6aceb8821602SZhttp://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspxAPZhttp://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx BMBKMKLanguageInterfacePacksmo $BMBKMKApplicationsLanguageAvailabilYZhttp://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspxSZhttp://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspxAPZhttp://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx0?#BM9994905c9fe940859f77924dbaa38764APZhttp://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx>Zhttp://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspxBKMK_PlanProofingTools 4_Mixed_language_versions%_Language_Interface_PacksnsBMBKMKOptionStateIDBMBKMKLanguageIdentifiersSZhttp://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspxAPZhttp://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspxAPZhttp://technet.microsoft.com/library/f458a0cb-a3a5-4d4a-9f98-a4a81a17ee3a(Office.14).aspx0?#BM9994905c9fe940859f77924dbaa38764gh#BMf5fee727df494ef7b073dd6c08dfecfa12#BM3f4de10b757a4ce5b9b71baafeb4753eNZhttp://technet.microsoft.com/library/5c39deef-ee69-496d-a91e-6327e9f18928(Office.14).aspxHf_2007_Microsoft_OfficefL_Microsoft_Office_2003.http://go.microsoft.com/fwlink/?LinkId=196345.http://go.microsoft.com/fwlink/?LinkId=195344.http://go.microsoft.com/fwlink/?LinkId=195343.http://go.microsoft.com/fwlink/?LinkId=195342KZhttp://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspxNZhttp://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspx .http://go.microsoft.com/fwlink/?LinkId=129465mc#BM8faae8a0a12c4f7b839c24a66a531bb5CZhttp://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspxKZhttp://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspx.http://go.microsoft.com/fwlink/?LinkId=189316u' BMsection4au  BMsection3au! BMsection2au" BMsection1aZhttp://technet.microsoft.com/library/9f33abf2-99a8-4550-bebc-b4a8fbb1322b(Office.14).aspxZhttp://technet.microsoft.com/library/bee594b4-01b1-4d17-90ca-d43735a7382a(Office.14).aspxZhttp://technet.microsoft.com/library/e55b85c1-213f-47d5-809c-aba9331ae033(Office.14).aspxnY_Additional_file_formatQ_File_formats_that_1@`_File_formats_that_@`_File_formats_thata4#BM32d9d541993f425595b4d8348f8c6e5cii#BMde8cf536c8d048d2b97b5d607147c3c9a4#BM32d9d541993f425595b4d8348f8c6e5c.http://go.microsoft.com/fwlink/?LinkId=191166u! BMsection2u"| BMsection1y.http://go.microsoft.com/fwlink/?LinkId=191143hjv#BM880987eb90254aa6b3e23a0375ec63a7`bs#BM9b901c0ee45840fc891885445b50b0ffa4p#BM32d9d541993f425595b4d8348f8c6e5c44m#BMe077da98021645ebb6a7957f9c510a85iij#BMde8cf536c8d048d2b97b5d607147c3c9k>g#BMe16af71cfed440daa88695e596c3999es{dBMBKMKModifiyingOptionStatecfaBMBKMKOptionStateSyntax ^BMBKMKOptionStateElementju[BMBKMKOptioStateIDVals XBMSampleConfigxmlFilek>U#BMe16af71cfed440daa88695e596c3999eRBMElementOptionStateO.http://go.microsoft.com/fwlink/?LinkId=203128L.http://go.microsoft.com/fwlink/?LinkId=203127I.http://go.microsoft.com/fwlink/?LinkId=189316NFZhttp://technet.microsoft.com/library/2aa26c81-d80c-4be4-9114-8ea205ef47f2(Office.14).aspxKCZhttp://technet.microsoft.com/library/873a5392-1b1a-47a1-a863-1f29ef116d0e(Office.14).aspxC@Zhttp://technet.microsoft.com/library/c8cec707-2afa-4964-b0f8-611e4709bd79(Office.14).aspxF\=Zhttp://technet.microsoft.com/library/4e9de577-5953-4aaf-8af0-a7e910716a66(Office.14).aspxO:Zhttp://technet.microsoft.com/library/a99b682c-b3b7-448e-8280-0ce2e9a94229(Office.14).aspxO[7Zhttp://technet.microsoft.com/library/64b99cc7-0243-4cce-b4ec-1e65b6127281(Office.14).aspxS4Zhttp://technet.microsoft.com/library/1c423975-1848-4060-999c-cafcadf3047d(Office.14).aspxAT1Zhttp://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspxV.Zhttp://technet.microsoft.com/library/267f8f4c-2609-4d75-ba65-f45ac680222e(Office.14).aspx+Zhttp://technet.microsoft.com/library/64c1901c-2b15-46fd-adc6-4df6c1b4c347(Office.14).aspx_(Zhttp://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspxT%Zhttp://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspxY"Zhttp://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx:m#BM41f07f9bf0d0489da185d7b96f21f561k>#BMe16af71cfed440daa88695e596c3999eYZhttp://technet.microsoft.com/library/a5b32d26-7c5b-484c-b592-e31fbe1f2bf6(Office.14).aspx.http://go.microsoft.com/fwlink/?LinkId=189316dzBMBKMKExchangeSettingsk>#BMe16af71cfed440daa88695e596c3999e:m #BM41f07f9bf0d0489da185d7b96f21f561  .http://go.microsoft.com/fwlink/?LinkId=158689 BMElementCommandMZhttp://technet.microsoft.com/library/8e6eac3f-a30b-4afe-8eb7-1ab775a2c0fb(Office.14).aspxk>#BMe16af71cfed440daa88695e596c3999e BMElementSettingKVZhttp://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx\Zhttp://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx section7xg8http://technet.microsoft.com/en-us/office/gg696034.aspx Zhttp://technet.microsoft.com/library/dbff777c-3a2d-4d8e-a7be-6c45900c73c2(Office.14).aspxN%Office Activation Technologies GuideUhttp://content3.catalog.video.msn.com/e2/ds/a85d238d-41a6-4039-8ed0-8b5a817dab76.wmvIChttp://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=8a877eed-d0f2-4f9a-95bd-0c29e2b708f0&from=mscomofficeIChttp://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=8a877eed-d0f2-4f9a-95bd-0c29e2b708f0&from=mscomoffice BMOutlooku~BMAdditionalcontentu} BMFeaturese}BMSetup_Uhttp://content2.catalog.video.msn.com/e2/ds/bedf4f53-d1a4-4b1a-9596-2bd6c2061d7f.wmvhttp://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=9ca57c65-803d-444c-a27d-4348eb3affab&from=mscomofficehttp://www.microsoft.com/resources/msdn/en-us/office/media/video/officetc.html?uuid=9ca57c65-803d-444c-a27d-4348eb3affab&from=mscomofficeO[Zhttp://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspxTZhttp://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx Zhttp://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspxTZhttp://technet.microsoft.com/library/6bd88342-4f3a-4535-a570-475d251ef9da(Office.14).aspx Zhttp://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspxklBMSpecifysendreceivegroupsBMBKMKExportSettings BMBKMKAddAccountsBMOutlookprofile BMOutlookBMConfigureshortcutsgzBMRemoveregistryentriesBMAddregistryentriesBMRemovefileskp BMAddfilesu~BMAdditionalcontent}|BMSetfeatureinstallationstatesBMModifyusersettingsu} BMFeaturesciBMModifySetupproperties BMOfficesecuritysettings!BMAddinstallationsandrunprograms BMRemovepreviousinstallations}vBMLicensinganduserinterface additionalnetworkdr$BMInstallationlocationandorganizatie}BMSetupk>}#BMe16af71cfed440daa88695e596c3999ez.http://go.microsoft.com/fwlink/?LinkID=111108O[wZhttp://technet.microsoft.com/library/72c9ae03-1342-4524-8242-1524fbd068a5(Office.14).aspx tBMBKMKDonwloadUpdatesq BMOutlooku~nBMAdditionalcontentu}k BMFeaturese}hBMSetup eBMBKMKConfiguringSettingsbBMBKMKImportOCTPatchu _ BMsection3\BMBKMKNewOCTFeatures{wY BMoverview VZhttp://technet.microsoft.com/library/faab55b2-bb6c-4636-811e-24f6939548d1(Office.14).aspxATSZhttp://technet.microsoft.com/library/11c3ecc9-8e4d-4a8f-898b-d0cbfd808b82(Office.14).aspx_PZhttp://technet.microsoft.com/library/72a93ebf-389a-491a-94c8-d7da02642139(Office.14).aspxYMZhttp://technet.microsoft.com/library/f022a92a-2c32-44b7-996d-09e671a41e9c(Office.14).aspx5?J#BM0f489f424c0141d18b523a2a2da8f731:mG#BM41f07f9bf0d0489da185d7b96f21f561mcD#BM8faae8a0a12c4f7b839c24a66a531bb5WAZhttp://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspxKV>Zhttp://technet.microsoft.com/library/b418501a-eb83-4991-8ea9-b18e7309e060(Office.14).aspx:m;#BM41f07f9bf0d0489da185d7b96f21f561mc8#BM8faae8a0a12c4f7b839c24a66a531bb5ci5BMModifySetupproperties2BMElementAddLanguage/BMElementAddLanguage,BMElementAddLanguage )BMElementDisplay &BMElementDisplay#Zhttp://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspxxg 8http://technet.microsoft.com/en-us/office/gg696034.aspxqwBMBKMKPIDKEYMAKWZhttp://technet.microsoft.com/library/1825df76-7e23-459b-a6c1-224dd6eab81e(Office.14).aspxZhttp://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspxmc#BM8faae8a0a12c4f7b839c24a66a531bb5}vBMLicensinganduserinterface}|BMSetfeatureinstallationstatesZ Zhttp://technet.microsoft.com/library/9b4d1da4-c3d7-46ab-8b63-3efc38ca8057(Office.14).aspxBMElementInstallLocationBMElementInstallLocation additionalnetworkdr$BMInstallationlocationandorganizatiqsBMElementPIDKey BMBKMKDisplayRemarksmc#BM8faae8a0a12c4f7b839c24a66a531bb5}vBMLicensinganduserinterfacedr$BMInstallationlocationandorganizati BMElementDisplaydBMBKMKCommandElementRemarksdBMBKMKCommandElementRemarks!BMAddinstallationsandrunprogramsdBMBKMKCommandElementRemarks{{BMElementRemoveLanguage{{BMElementRemoveLanguage BMElementDisplayqsBMElementPIDKeytuBMElementConfigurationtuBMElementConfigurationtuBMElementConfigurationtuBMElementConfigurationtuBMElementConfigurationBMElementUserName BMElementUserInitialsBMElementSetupUpdates BMElementSetting{{BMElementRemoveLanguageqsBMElementPIDKeyBMElementOptionStateBMElementMinOSRequirementBMElementLogging BMElementLISBMElementInstallLocationtsBMElementDistributionPoint BMElementDisplayBMElementCompanyname BMElementCommand BMElementARPBMElementAddLanguagetuBMElementConfiguration BMElementCommandtuBMElementConfiguration BMSampleConfigxmlFileuyBMConfigxmlElementReferenceBMConfigxmlFileFormat ~ BMHowItWorks{!BMConfigxmlElementQuickReferencemcx#BM8faae8a0a12c4f7b839c24a66a531bb5k>u#BMe16af71cfed440daa88695e596c3999emcr#BM8faae8a0a12c4f7b839c24a66a531bb5:mo#BM41f07f9bf0d0489da185d7b96f21f561mcl#BM8faae8a0a12c4f7b839c24a66a531bb5zi_/uninstall_[ProductID]f BMBKMKrepairc BMBKMKmodify ` BMBKMKconfigfj]BMBKMKadminfilebgZBMBKMKadmincmd5?W#BM0f489f424c0141d18b523a2a2da8f731k>T#BMe16af71cfed440daa88695e596c3999emcQ#BM8faae8a0a12c4f7b839c24a66a531bb5 N.http://go.microsoft.com/fwlink/?LinkId=164477 KZhttp://technet.microsoft.com/library/dbff777c-3a2d-4d8e-a7be-6c45900c73c2(Office.14).aspxHZhttp://technet.microsoft.com/library/0735c1f5-f874-41f1-b9a9-dbea158524b2(Office.14).aspx5?E#BM0f489f424c0141d18b523a2a2da8f731BBMElementOptionState}|?BMSetfeatureinstallationstates<BMElementOptionState}|9BMSetfeatureinstallationstates6BMElementOptionState}|3BMSetfeatureinstallationstates0BMElementOptionState}|-BMSetfeatureinstallationstates*BMElementOptionState}|'BMSetfeatureinstallationstates$BMElementOptionState}|!BMSetfeatureinstallationstatesBMElementOptionState}|BMSetfeatureinstallationstatesBMElementOptionState}|BMSetfeatureinstallationstatesBMElementOptionState}|BMSetfeatureinstallationstates BMElementOptionState}| BMSetfeatureinstallationstatesBMElementUserName BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARP BMElementARPqsBMElementPIDKey}vBMLicensinganduserinterface BMElementDisplay}vBMLicensinganduserinterfaceBMElementInstallLocationdr$BMInstallationlocationandorganizatiBMElementInstallLocationdr$BMInstallationlocationandorganizatiBMElementCompanynamedr$BMInstallationlocationandorganizati BMElementLIS additionalnetwork BMElementSettingciBMModifySetuppropertieskBMBKMKOfficeActivationBMBKMKBlockedProptaBMBKMKReplacedPropsmBMBKMKAvailPropkbBMBKMKPropertyReference`e#BM30b6fcd962fb43d185238919826481d7mc#BM8faae8a0a12c4f7b839c24a66a531bb5k>#BMe16af71cfed440daa88695e596c3999e5?#BM0f489f424c0141d18b523a2a2da8f731:m#BM41f07f9bf0d0489da185d7b96f21f561<3#BM8eaffc4072d842009aa7a07a90a4da0d=>#BM41b8af4100ab4d60bd7b6187e9455403na#BMeda24da31b47479f93bc4fd487f38788=m#BMdb99b5fdae5d43b9ac5f2adce6e00868g5#BM9ac513811853414ca076fe155e61ac16;<#BM90614b54333e4048ab83ace91f7681423x_Toc2905455143r_Toc2905455133l_Toc2905455123f_Toc2905455113`_Toc2905455103Z_Toc2905455093T_Toc2905455083N_Toc2905455073H_Toc2905455063B_Toc2905455053<_Toc29054550436_Toc29054550330_Toc2905455023*_Toc2905455013$_Toc2905455002_Toc2905454992_Toc2905454982_Toc2905454972 _Toc2905454962_Toc2905454952_Toc2905454942_Toc2905454932_Toc2905454922_Toc2905454912_Toc2905454902_Toc2905454892_Toc2905454882_Toc2905454872_Toc2905454862_Toc2905454852_Toc2905454842_Toc2905454832_Toc2905454822_Toc2905454812_Toc2905454802_Toc2905454792_Toc2905454782_Toc2905454772_Toc2905454762_Toc2905454752_Toc2905454742_Toc2905454732|_Toc2905454722v_Toc2905454712p_Toc2905454702j_Toc2905454692d_Toc2905454682^_Toc2905454672X_Toc2905454662R_Toc2905454652L_Toc2905454642F_Toc2905454632@_Toc2905454622:_Toc29054546124_Toc2905454602._Toc2905454592(_Toc2905454582"_Toc2905454572_Toc2905454562_Toc2905454552_Toc2905454542 _Toc2905454532_Toc2905454522_Toc2905454512_Toc2905454502_Toc2905454492_Toc2905454482_Toc2905454472_Toc2905454462_Toc2905454452_Toc2905454442_Toc2905454432_Toc2905454422_Toc2905454412_Toc2905454402_Toc2905454392_Toc2905454382_Toc2905454372_Toc2905454362_Toc2905454352_Toc2905454342_Toc2905454332_Toc2905454322_Toc2905454312_Toc2905454302z_Toc2905454292t_Toc2905454282n_Toc2905454272h_Toc2905454262b_Toc2905454252\_Toc2905454242V_Toc2905454232P_Toc2905454222J_Toc2905454212D_Toc2905454202>_Toc29054541928_Toc29054541822_Toc2905454172,_Toc2905454162&_Toc2905454152 _Toc2905454142_Toc2905454132_Toc2905454122_Toc2905454112_Toc290545410.http://go.microsoft.com/fwlink/?LinkId=181453y2Ohttp://technet.microsoft.com/library/1e81fd23-fe51-4a0d-96b1-2e0e95e8c3d1.aspx  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~                           ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~                            ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z [ \ ] ^ _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~        !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijkRoot Entry F@=cData  21Table H WordDocumentSummaryInformation(DocumentSummaryInformation8CompObjq  FMicrosoft Office Word Document MSWordDocWord.Document.89q