ࡱ> 2~ g  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~Root Entry* FӎQ@HC/Br A7A>;dA @HB'C$H $ @H?dA/B6H 4F@HYEDhE7G  @H?CAED1H0  @HDjEA(H @@HAxDBDAED1H&@H FE2DA7CrD @H C5BErEDEGF(H ' v@HBExE(H @HBExE(;2DD1BE6H@@HDED;9BE@H CCB )@HDED/H p@HDED/;rD'C7CrD"0@HNFhD=D3CB0@HA7CrDBE@@HBEEC(H<@HA'C:ED1HH@HNED5H x@HRDEC;;B&F7BB4FhD&B@HRDEC??(E8BA(H#@HA0C;;B&F7BB4FhD&B%~0@HA0C??(E8BA(H|T@HAEFAE(?(E8BA(H!8zN@H C1A5G y< C1A5G>DE$CE7ACAC` C1A5G>BuErEArD.j C1A5G~AdD1B5H3U C1A5GED9-L C1A5G>F3H Y8 C1A5G~BC'B5H H8 C1A5G~ED$C5H1c C1A5G>F1CE7H25c C1A5G>DE$H C1A5GEAh8GrE*H/g C1A5GED9DB0 C1A5GEAh8H+,3 C1A5GEAh8FA C1A5GED9%D C1A5G>BA/A0HT@H?;C8DE `@H??wElDj>D/H6Y @H??wElDj;E$H}SummaryInformation(/B lNameTableThe following applications should be closed before continuing the install:TypePropertyValue_ValidationColumnNullableMinValueMaxValueKeyTableKeyColumnCategorySetDescriptionName of tableIdentifierNName of columnDescription of columnTextYSet of values that are permittedString categoryText;Formatted;Template;Condition;Guid;Path;Version;Language;Identifier;Binary;UpperCase;LowerCase;Filename;Paths;AnyPath;WildCardFilename;RegPath;KeyFormatted;CustomSource;Property;Cabinet;Shortcut;URLColumn to which foreign key connectsFor foreign key, Name of table to which data must linkMaximum value allowedMinimum value allowedWhether the column is nullableY;N;@Name of property, uppercase if settable by launcher or loader.String value for property. Never null or empty.Microsoft Baseline Security Analyzer 1.2ProductName1.2.3316.1ProductVersion1033ProductLanguageMicrosoft CorporationManufacturer{5FA4690C-1975-4F94-9A64-274F29BD9221}ProductCode{E08FB153-7428-4643-83EB-A203BCAE6D32}UpgradeCodeUPGMBSA0SecureCustomPropertiesUpgradeVersionMinVersionMaxLanguageAttributesRemoveActionPropertyThe attributes of this product set.A comma-separated list of languages for either products in this set or products not in this set.The property to set when a product in this set is found.UpperCaseThe list of features to remove when uninstalling a product from this set. The default is "ALL".FormattedThe UpgradeCode GUID belonging to the products in this set.GuidThe maximum ProductVersion of the products in this set. The set may or may not include products with this particular version.The minimum ProductVersion of the products in this set. The set may or may not include products with this particular version.0.0.0.0{85137A66-89EC-495A-A727-2A796057112A}NEWMBSA0UPGMBSANEWMBSAUPGMBSA0;UPGMBSA;NEWMBSA0;NEWMBSA{97A4D516-DB83-4379-84E2-EF2A017A9F85}1.2VersionBuildVersion100INSTALLLEVEL1ARPNOREPAIRmbsa.exeARPPRODUCTICONreadme.htmlARPREADME{&MSSansSerif8}TEXT{&MSSansSerif8bold}BOLD{&Arial8}TITLENoAcceptAllUsersApplicationUsersdmusREINSTALLMODEMicrosoft Baseline Security AnalyzerMyProductNameARInstallChoiceALLUSERSRepairMModeTypeModifyOperationhttp://www.microsoft.comARPURLINFOABOUThttp://go.microsoft.com/fwlink/?LinkId=16534ARPURLUPDATEINFOhttp://go.microsoft.com/fwlink/?LinkId=16531ARPHELPLINKhttp://go.microsoft.com/fwlink/?LinkId=16533XMLParserInstallerhttp://go.microsoft.com/fwlink/?LinkId=16532InternetExplorerInstallerRemoving previous [MyProductName] versionsMBSARemoveMessageLaunchConditionConditionLocalizable text to display when condition fails and install must abort.Expression which must evaluate to TRUE in order for install to commence.This application only runs on Windows 2000 or later.VersionNT >= 500This application does not run on Windows 95/98.NOT Version9XCustomActionActionSourceTargetThe numeric custom action type, consisting of source location, code type, entry, option flags.Primary key, name of action, normally appears in sequence table unless private use.The table reference of the source of the code.CustomSourceExcecution parameter, depends on the type of custom actionomusSetPatchReinstallModeAllREINSTALLSetPatchModefile://[!readme.html]SetReadmeLocationRegisterMBSAInstallermbsainstall.dllClearMBSAInstallerClearMBSAInstaller.commitClearMBSAInstaller.rollbackWaitMBSAInstallerPrintEULAA newer version of [MyProductName] was detected on your system. Downgrade to an older version is not allowed. To install this version, it is first required to uninstall the current version using Add/Remove Programs on the Control PanelNewerVersionFatalAnother instance of [MyProductName] Setup is already running. You may not start this setup until the previous instance is complete.InstallerRunningFatal On Error Resume Next If Not XCreateObject("MSXML2.DOMDocument", parser) Then Session.Property("XMLParserMissing") = "1" Else Session.Property("XMLParserMissing") = "" Set parser = Nothing End If Function XCreateObject(name, ByRef obj) On Error Resume Next Set obj = Nothing If name = "MSXML2.DOMDocument" Then Const MIN_VERSION = 3 Const MAX_VERSION = 5 For v = MIN_VERSION To MAX_VERSION Err.Clear Set obj = CreateObject("MSXML2.DOMDocument." & v & ".0") If Err <> 0 Then Set obj = Nothing Else Exit For End If Next Else Set obj = CreateObject(name) End If XCreateObject = NOT (obj Is Nothing) End Function TestXMLParser On Error Resume Next iever = Installer.RegistryValue(2, "Software\Microsoft\Internet Explorer", "Version") Set re = new RegExp re.Global = True re.Pattern = "([^.]+)" Set ver = re.Execute(iever) If( ver.Count <> 4 ) Then ' IE not correctly installed, or very old version Session.Property("InternetExplorerMissing") = "1" Else p1 = FormatZero(ver.Item(0), 1) p2 = FormatZero(ver.Item(1), 2) p3 = FormatZero(ver.Item(2), 4) p4 = FormatZero(ver.Item(3), 4) If Len(p1) = 0 Or Len(p2) = 0 Or Len(p3) = 0 Or Len(p4) = 0 Then ' IE not correctly installed Session.Property("InternetExplorerMissing") = "1" Else ver2 = p1 & p2 & p3 & p4 If (ver2 = "50026143500" Or ver2 < "50025161900") Then Session.Property("InternetExplorerMissing") = "1" Else Session.Property("InternetExplorerMissing") = "" End If End If End If Set ver = Nothing Set re = Nothing Function FormatZero(n, size) strN = Trim(CStr(CInt(n))) strNlen = Len(strN) For i = strNlen To size - 1 strN = "0" & strN Next FormatZero = strN End Function TestInternetExplorer On Error Resume Next Set WshShell = CreateObject("WScript.Shell") WshShell.Run Session.Property("XMLParserInstaller") Set WshShell = Nothing LaunchXMLInstaller On Error Resume Next Set WshShell = CreateObject("WScript.Shell") WshShell.Run Session.Property("InternetExplorerInstaller") Set WshShell = Nothing LaunchIEInstaller On Error Resume Next Session.DoAction("TestInternetExplorer") Session.DoAction("TestXMLParser") PostVerifyRequirements On Error Resume Next Set d = Session.Installer.OpenDatabase(Session.Property("OriginalDatabase"),0) Set x1 = d.OpenView("SELECT `Value` FROM `Property` WHERE `Property`='ProductVersion'") x1.Execute Set r1 = x1.Fetch installed = (Session.Property("Installed") <> "") curStrVer = Session.Property("ProductVersion") pkgStrVer = r1.StringData(1) curVer = GetVersion(Session.Property("ProductVersion")) pkgVer = GetVersion(r1.StringData(1)) x1.Close Set r1 = Nothing Set x1 = Nothing Set d = Nothing If curVer > pkgVer Then Session.Property("Downgrade") = "1" End If If installed AND (curVer < pkgVer) Then Session.Property("Upgrade") = "1" Session.Property("UpgradeFrom") = curStrVer Session.Property("UpgradeTo") = pkgStrVer Session.Property("MModeType") = "Upgrade" End If If InStr(Session.Property("REINSTALLMODE"), "v") > 0 Then Session.Property("Reinstall") = "1" End If Function GetVersion(sv) ' XX.XX.XXXX.XXX[MACHINE] sv1 = Split(sv, "[") ' XX.XX.XXXX.XXX a = Split(sv1(0), ".") If UBound(a) <> 3 Then GetVersion = sv1(0) End If v = a(0) v = a(1) + v*100 v = a(2) + v*10000 v = a(3) + v*1000 GetVersion = v End Function CheckVersions ' On Error Resume Next Session.DoAction("CheckVersions") If (Session.Property("Installed") <> "") AND (Session.Property("UILevel") <> 5) Then If Len(Session.Property("Upgrade")) > 0 Then Session.Property("UpgradeStarted") = "1" Session.Property("REMOVE") = "ALL" upg = "*level=" & Session.Property("UILevel") &_ "*file=" & Session.Property("OriginalDatabase") &_ "*upg=" & Session.Property("UpgradeStarted") Session.Property("InstallLaunchUpgradeInstaller") = upg End If End If InstallCheckVersions If Len(Session.Property("InstallLaunchUpgradeInstaller")) > 0 Then Session.Property("InstallLaunchUpgradeInstaller") = Session.Property("InstallLaunchUpgradeInstaller") &_ "*folder=" & Session.Property("INSTALLDIR") End If InstallFolderUpgradeInstaller On Error Resume Next If Len(Session.Property("UpgradeStarted")) > 0 Then Session.DoAction("ClearMBSAInstaller") Set WshShell = CreateObject("WScript.Shell") WshShell.Run "msiexec /i """ & Session.Property("OriginalDatabase") & """ UPGRADESILENT=1 INSTALLDIR=""" & Session.Property("INSTALLDIR") & """" Set WshShell = Nothing Else Session.DoAction("ExitDialog") End If LaunchUpgradeInstaller On Error Resume Next If Len(Session.Property("CustomActionData")) > 0 Then Set WshShell = CreateObject("WScript.Shell") WshShell.Run "msiexec " & UILevel2Args(GetParameter("level")) & " /i """ & GetParameter("file") & """ UPGRADESILENT=1 INSTALLDIR=""" & GetParameter("folder") & """" Set WshShell = Nothing End If Function UILevel2Args(level) Select Case level Case 2 UILevel2Args = "/qn " Case 3 UILevel2Args = "/qb! " Case 4 UILevel2Args = "/qr " Case 5 UILevel2Args = "" End Select End Function Function GetParameter(param) data = Session.Property("CustomActionData") dataSplit = Split(data, "*") For i = 0 To UBound(dataSplit) dataParam = Trim(dataSplit(i)) pos = InStr(dataParam, "=") If pos > 0 Then If LCase(Left(dataParam, pos-1)) = LCase(Trim(param)) Then GetParameter = Right(dataParam, Len(dataParam)-pos) Exit Function End If End If Next GetParameter = "" End Function InstallLaunchUpgradeInstaller On Error Resume Next If Session.Property("UPGRADESILENT") = "1" Then Session.Property("UpgradeSilent") = "1" Session.Property("Upgrade") = "1" Session.Property("MModeType") = "Upgrade" End If CheckSilentUpgrade On Error Resume Next Const MAX_PATH_LEN = 107 Const MAX_ALLOWED_LEN = 240 If Len(Session.Property("INSTALLDIR")) > MAX_PATH_LEN Then Session.Property("InstallPathTooBig") = "1" Else Session.Property("InstallPathTooBig") = "" End If If Len(Session.Property("INSTALLDIR")) > MAX_ALLOWED_LEN Then installDir = Session.Property("INSTALLDIR") Session.Property("INSTALLDIR") = Left(installDir, MAX_ALLOWED_LEN) End If CheckInstallPathTooBigDirectoryDirectory_ParentDefaultDirUnique identifier for directory entry, primary key. If a property by this name is defined, it contains the full path to the directory.The default sub-path under parent's path.Reference to the entry in this table specifying the default parent directory. A record parented to itself or with a Null parent represents a root of the install tree.SOURCEDIRTARGETDIR.:ProgramFProgramFilesFolderMBSA|Microsoft Baseline Security AnalyzerINSTALLDIRCreateFolderDirectory_Component_Foreign key into the Component table.ComponentPrimary key, could be foreign key into the Directory table.ProgramsFileFileNameFileSizeSequenceSequence with respect to the media images; order must track cabinet order.Integer containing bit flags representing file attributes (with the decimal value of each bit position in parentheses)Primary key, non-localized token, must match identifier in cabinet. For uncompressed files, this field is ignored.Foreign key referencing Component that controls the file.File name used for installation, may be localized. This may contain a "short name|long name" pair.FilenameSize of file in bytes (long integer).List of decimal language Ids, comma-separated if more than one.Version string for versioned files; Blank for unversioned files.MsiFileHashFile_OptionsHashPart1HashPart2HashPart3HashPart4Primary key, foreign key into File table referencing file with this hashVarious options and attributes for this hash.mbsacli.exeSelfRegCostForeign key into the File table denoting the module that needs to be registered.The cost of registering the module.serversecure.dllSERVER~1.DLL|serversecure.dllxmldb.dllhfdll.dllRemoveFileFileKeyDirPropertyInstallModeForeign key referencing Component that controls the file to be removed.Primary key used to identify a particular file entryName of the file to be removed.WildCardFilenameName of a property whose value is assumed to resolve to the full pathname to the folder of the file to be removed.Installation option, one of iimEnum.1;2;3mssecure*.cabRemoveFile.mssecure.cabmssecure*.xmlRemoveFile.mssecure.xmlthumbs.dbRemoveFile.Programs.Thumbs.dbRemoveFolder.InstallDirComponentIdKeyPathA conditional statement that will disable this component if the specified condition evaluates to the 'True' state. If a component is disabled, it will not be installed, regardless of the 'Action' state associated with the component.Remote execution option, one of irsEnumPrimary key used to identify a particular component record.A string GUID unique to this component, version, and language.Required key of a Directory table record. This is actually a property name whose value contains the actual path, set either by the AppSearch action or with the default setting obtained from the Directory table.Either the primary key into the File table, Registry table, or ODBCDataSource table. This extract path is stored when the component is installed, and is used to detect the presence of the component and to return the path to it.File;Registry;ODBCDataSource{80865336-4C39-46B6-87C9-DE38411D5078}OMBSARegistryRootKeyThe registry value name.The registry value.Foreign key into the Component table referencing component that controls the installing of the registry value.The key for the registry value.RegPathPrimary key, non-localized token.The predefined root key for the registry value, one of rrkEnum.#1WindowsInstallerSOFTWARE\Microsoft\Windows\CurrentVersion\Installer\UserData\S-1-5-18\Products\BDB13190C19AC1D438B02FDA8D80404E\InstallPropertiesRegOMBSA.1[MyProductName]ControlledBySOFTWARE\Classes\Installer\Products\BDB13190C19AC1D438B02FDA8D80404ERegOMBSA.2[ProductVersion]RegOMBSA.300000000000000000000000000000000PackageCodeRegOMBSA.4SOFTWARE\Classes\Installer\Products\BDB13190C19AC1D438B02FDA8D80404E\SourceListRegOMBSA.5*RegDelOMBSA.1RegDelOMBSA.2{D0C1C4A3-7C91-4630-8E76-73E2C5D6EACC}System.VCSharedmsvcp60.dll{23A95C03-6CE7-49C5-9F28-F47599591164}ApplicationABOUT~2.HTM|about.htmlabout.htmlCOMPUT~1.XSL|computerMRU.xslcomputerMRU.xslCOA8D0~1.XSL|copyreport.xslcopyreport.xslCOAC5F~1.XSL|copyreportlist.xslcopyreportlist.xslCOC9E2~1.XSL|copyreportlisttxt.xslcopyreportlisttxt.xslCOC843~1.XSL|copyreporttxt.xslcopyreporttxt.xslDEFAUL~1.HTM|Default.htmlDefault.htmlDOMAIN~1.XSL|domainMRU.xsldomainMRU.xslERRORS~2.HTM|errors.htmlerrors.htmlerrors.xsl|errors.xslerrors.xslFOOTER~1.HTM|Footer.htmlFooter.htmlHEADER~2.HTM|Header.htmlHeader.htmlipMRU.xsl|ipMRU.xslipMRU.xslIPRANG~1.XSL|iprangeMRU.xsliprangeMRU.xslOFFICE~1.XSL|officeadapt.xslofficeadapt.xslONEREP~2.HTM|onereport.htmlonereport.htmlOPTION~1.HTM|optionshelp.htmloptionshelp.htmlPICKCO~1.HTM|pickcomputer.htmlpickcomputer.htmlPICKCO~2.HTM|pickcomputers.htmlpickcomputers.htmlPICKRE~2.HTM|pickreport.htmlpickreport.htmlPRINTR~3.HTM|PrintReport.htmlPrintReport.htmlPRINTR~2.XSL|printreport.xslprintreport.xslPRINTR~4.HTM|PrintReportList.htmlPrintReportList.htmlREPORT~4.HTM|report.htmlreport.htmlreport.xsl|report.xslreport.xslRE52E8~1.HTM|reportdetails.htmlreportdetails.htmlREPORT~1.XSL|reportdetails.xslreportdetails.xslREPORT~2.XSL|reportdetailsHF.xslreportdetailsHF.xslRE6E26~1.XSL|reportdetailsHFSQL.xslreportdetailsHFSQL.xslREPORT~3.XSL|reportdetailsSQL.xslreportdetailsSQL.xslREPORT~5.XSL|reportnamelist.xslreportnamelist.xslREA5FB~1.HTM|reports.htmlreports.htmlreports.xsl|reports.xslreports.xslSCAN~1.HTM|scan.htmlscan.htmlSHOWRE~1.HTM|ShowReport.htmlShowReport.htmlsusMRU.xsl|susMRU.xslsusMRU.xslTOOLBA~2.HTM|ToolBar.htmlToolBar.htmlVIEWER~2.HTM|viewerrors.htmlviewerrors.htmlVIEWRE~2.HTM|viewreport.htmlviewreport.htmlWELCOM~1.HTM|welcome.htmlwelcome.htmlNEWVER~1.HTM|newversion.htmlnewversion.htmlRE8DB5~1.XSL|reportdetailsIEZones.xslreportdetailsIEZones.xslREPORT~6.HTM|reportdetailsIEZonesSub.htmlreportdetailsIEZonesSub.htmlREF7F1~1.XSL|reportdetailsIEZonesSub.xslreportdetailsIEZonesSub.xsl{5287A588-FA3B-4AF0-B9A4-2B26A0C2AE09}DataChecks.csvDetails.csvNOEXPI~1.TXT|NoExpireOk.txtNoExpireOk.txtServices.txt{244CD8A9-1716-4B4B-B783-D388F67B924A}ConsoleDataCMDDET~1.XSL|cmdDetailReport.xslcmdDetailReport.xslCMDDET~2.XSL|cmdDetailReport_v.xslcmdDetailReport_v.xslCMDERR~1.XSL|cmdErrors.xslcmdErrors.xslCMDOVE~1.XSL|cmdOverviewReport.xslcmdOverviewReport.xslCMDREP~1.XSL|cmdReportList.xslcmdReportList.xsl{68AC02B1-D27F-4F8C-A7F4-1C01F3FEDF1F}EventLog[#serversecure.dll]EventMessageFileSYSTEM\CurrentControlSet\Services\Eventlog\Application\MBSAEventLog.MessageFile#7TypesSupportedEventLog.Types{94A3A3B8-7BF2-4D57-8F12-9353CDC6D8E7}HelpCHECK2~1.HTM|check20001.htmlcheck20001.htmlCHECK2~2.HTM|check20001fix.htmlcheck20001fix.htmlCHECK5~1.HTM|check5311.htmlcheck5311.htmlCHECK5~2.HTM|check53110.htmlcheck53110.htmlCHECK5~3.HTM|check53110fix.htmlcheck53110fix.htmlCHECK5~4.HTM|check53111.htmlcheck53111.htmlCH60AA~1.HTM|check53111fix.htmlcheck53111fix.htmlCHFDC0~1.HTM|check53112.htmlcheck53112.htmlCH60A9~1.HTM|check53112fix.htmlcheck53112fix.htmlCH0ECC~1.HTM|check53114.htmlcheck53114.htmlCH60A7~1.HTM|check53114fix.htmlcheck53114fix.htmlCH0ECA~1.HTM|check53115.htmlcheck53115.htmlCH60AE~1.HTM|check53115fix.htmlcheck53115fix.htmlCH0EC8~1.HTM|check53116.htmlcheck53116.htmlCH60A5~1.HTM|check53116fix.htmlcheck53116fix.htmlCH0EC6~1.HTM|check53117.htmlcheck53117.htmlCH60A4~1.HTM|check53117fix.htmlcheck53117fix.htmlCHA8C6~1.HTM|check5311fix.htmlcheck5311fix.htmlCH3485~1.HTM|check5313.htmlcheck5313.htmlCHAAC6~1.HTM|check5313fix.htmlcheck5313fix.htmlCH3885~1.HTM|check5314.htmlcheck5314.htmlCHABC6~1.HTM|check5314fix.htmlcheck5314fix.htmlCH3C85~1.HTM|check5315.htmlcheck5315.htmlCHACC6~1.HTM|check5315fix.htmlcheck5315fix.htmlCH3095~1.HTM|check5316.htmlcheck5316.htmlCHADC6~1.HTM|check5316fix.htmlcheck5316fix.htmlCH3495~1.HTM|check5317.htmlcheck5317.htmlCHAEC6~1.HTM|check5317fix.htmlcheck5317fix.htmlCH3895~1.HTM|check5318.htmlcheck5318.htmlCHAFC6~1.HTM|check5318fix.htmlcheck5318fix.htmlCH3C95~1.HTM|check5319.htmlcheck5319.htmlCHA0D6~1.HTM|check5319fix.htmlcheck5319fix.htmlCH3C7F~1.HTM|check5321.htmlcheck5321.htmlCHA849~1.HTM|check5321fix.htmlcheck5321fix.htmlCH348F~1.HTM|check5323.htmlcheck5323.htmlCHAA49~1.HTM|check5323fix.htmlcheck5323fix.htmlCH388F~1.HTM|check5324.htmlcheck5324.htmlCHAB49~1.HTM|check5324fix.htmlcheck5324fix.htmlCH3C8F~1.HTM|check5325.htmlcheck5325.htmlCHAC49~1.HTM|check5325fix.htmlcheck5325fix.htmlCH309F~1.HTM|check5326.htmlcheck5326.htmlCHAD49~1.HTM|check5326fix.htmlcheck5326fix.htmlCH349F~1.HTM|check5327.htmlcheck5327.htmlCHAE49~1.HTM|check5327fix.htmlcheck5327fix.htmlCH389F~1.HTM|check5328.htmlcheck5328.htmlCHAF49~1.HTM|check5328fix.htmlcheck5328fix.htmlCH3C71~1.HTM|check5331.htmlcheck5331.htmlCHFDC2~1.HTM|check53310.htmlcheck53310.htmlCH60AA~2.HTM|check53310fix.htmlcheck53310fix.htmlCHFDC0~2.HTM|check53311.htmlcheck53311.htmlCH60A9~2.HTM|check53311fix.htmlcheck53311fix.htmlCHFDCE~2.HTM|check53312.htmlcheck53312.htmlCH60A8~2.HTM|check53312fix.htmlcheck53312fix.htmlCHA8C9~1.HTM|check5331fix.htmlcheck5331fix.htmlCH3481~1.HTM|check5333.htmlcheck5333.htmlCHAAC9~1.HTM|check5333fix.htmlcheck5333fix.htmlCH3881~1.HTM|check5334.htmlcheck5334.htmlCHABC9~1.HTM|check5334fix.htmlcheck5334fix.htmlCH3C81~1.HTM|check5335.htmlcheck5335.htmlCHACC9~1.HTM|check5335fix.htmlcheck5335fix.htmlCH3091~1.HTM|check5336.htmlcheck5336.htmlCHADC9~1.HTM|check5336fix.htmlcheck5336fix.htmlCH3491~1.HTM|check5337.htmlcheck5337.htmlCHAEC9~1.HTM|check5337fix.htmlcheck5337fix.htmlCH3891~1.HTM|check5338.htmlcheck5338.htmlCHAFC9~1.HTM|check5338fix.htmlcheck5338fix.htmlCH3C91~1.HTM|check5339.htmlcheck5339.htmlCHA0D9~1.HTM|check5339fix.htmlcheck5339fix.htmlCH06D8~1.HTM|check53176.htmlcheck53176.htmlCH64A5~1.HTM|check53176fix.htmlcheck53176fix.htmlCH06D6~1.HTM|check53177.htmlcheck53177.htmlCH64A4~1.HTM|check53177fix.htmlcheck53177fix.htmlCH0AD4~1.HTM|check53178.htmlcheck53178.htmlCH66A3~1.HTM|check53178fix.htmlcheck53178fix.htmlCH0AD2~1.HTM|check53179.htmlcheck53179.htmlCH66A2~1.HTM|check53179fix.htmlcheck53179fix.htmlMBSAHE~1.HTM|mbsahelp.htmlmbsahelp.htmlREADME~1.HTM|readme.html{81362196-3FBF-4A16-942E-792324980B61}cssfooter.cssRESULT~1.CSS|resultdetails.cssresultdetails.cssscanner.csscoUA.csscoUApr~1.css|coUAprint.csscoUAprint.css{F6C14D86-5D00-467B-AD00-B36426918813}graphicsarrow.gifARROW_~1.GIF|arrow_disabled.gifarrow_disabled.gifastrx.gifbanner.jpgbarrow.gifBARROW~1.GIF|barrow_disabled.gifbarrow_disabled.gifchek_grn.gifclose_1.gifclose_2.gifclose_3.gifcopy.gifdash.gifexcl_gld.gifexcl_red.gifinfo.gifLEFTCO~1.GIF|LeftCorner.gifLeftCorner.gifMSTOOL~1.GIF|mstoolbar_ms.gifmstoolbar_ms.gifplus_blu.gifprint.gifprogress.gifPROGRE~1.GIF|progress_empty.gifprogress_empty.gifRIGHTC~1.GIF|RightCorner.gifRightCorner.gifscore_1.gifscore_3.gifspacer.gifstar_blu.gifTOC_EN~1.GIF|toc_endnode.giftoc_endnode.gifwait_m.curx_gold.gifx_red.gifRemoveFile.graphics.Thumbs.db{84DD6BDD-A518-4F86-9D7A-E7B7079ADB22}includesdropdown.jsobject.js{D1F07FA1-B2E4-4CAC-A01F-2456411CE06C}OFFICE~1|OfficeUpdOfficeUpdconvert.exeINVENT~1.EXE|inventory.exeinventory.exeoudetect.dllPATCHD~1.XML|patchdata.xmlRemoveFile.patchdata.xmlINVENT~1.HTM|inventorycatalog.htmlRemoveFile.inventorycatalog.htmlTMP_IN~1.EXE|tmp_invcm.exeRemoveFile.tmp_invcm.exe{2B553EC8-A27B-45C6-81CB-EB12E3A3A9E8}cifsOfficeUpdCifsOfficeUpdCifpuids.cifRemoveFile.puids.cif{469092CE-35AD-4660-9B47-279B3FB63518}DesktopFolderDesktopIconShortcutArgumentsHotkeyIcon_IconIndexShowCmdWkDirThe name of the shortcut to be created.The description for the shortcut.Foreign key into the Component table denoting the component whose selection gates the the shortcut creation/deletion.Foreign key into the File table denoting the external icon file for the shortcut.IconThe icon index for the shortcut.Foreign key into the Directory table denoting the directory where the shortcut file is created.The shortcut target. This is usually a property that is expanded to a file or a folder that the shortcut points to.The command-line arguments for the shortcut.The hotkey for the shortcut. It has the virtual-key code for the key in the low-order byte, and the modifier flags in the high-order byte. The show command for the application window.The following values may be used.1;3;7Name of property defining location of working directory.[#mbsa.exe]mbsa.lnk|Microsoft Baseline Security Analyzer 1.2SOFTWARE\Microsoft\[MyProductName]\DesktopIconRegMBSA.CU.DesktopIcon{70F23D83-2498-48A8-92D6-3C7EB71438BC}ProgramMenuFolderProgramMenuIconSOFTWARE\Microsoft\[MyProductName]RegMBSA.CU.ProgramMenuIcon{207C4072-92CC-47F2-996D-14D45ED4F641}FeatureFeature_ParentTitleDisplayLevelLonger descriptive text describing a visible feature item.Feature attributes0;1;2;4;5;6;8;9;10;16;17;18;20;21;22;24;25;26;32;33;34;36;37;38;48;49;50;52;53;54Primary key used to identify a particular feature record.The name of the Directory that can be configured by the UI. A non-null value will enable the browse button.The install level at which record will be initially selected. An install level of 0 will disable an item and prevent its display.Short text identifying a visible feature item.Numeric sort order, used to force a specific display ordering.Optional key of a parent record in the same table. If the parent is not selected, then the record will not be installed. Null indicates a root item.MBSAFeatureComponentsFeature_Foreign key into Feature table.Foreign key into Component table.StartMenuIconMediaDiskIdLastSequenceDiskPromptCabinetVolumeLabelThe property defining the location of the cabinet file.If some or all of the files stored on the media are compressed in a cabinet, the name of that cabinet.Primary key, integer to determine sort order for table.Disk name: the visible text actually printed on the disk. This will be used to prompt the user when this disk needs to be inserted.File sequence number for the last file for this media.The label attributed to the volume.Disk1#Data.CabArial10DefaultUIFontErrorDialogControlEventDialog_Control_EventArgumentOrderingA standard conditional statement that specifies under which conditions an event should be triggered.An integer used to order several events tied to the same control. Can be left blank.A value to be used as a modifier when triggering a particular event.A foreign key to the Dialog table, name of the dialog.DialogA foreign key to the Control table, name of the controlControlAn identifier that specifies the type of the event that should take place when the user interacts with control specified by the first two entries.ReturnEndDialogCancelExitYesXWidthHeightControl_NextThe type of the control.Vertical coordinate of the upper left corner of the bounding rectangle of the control.A string used to set the initial text contained within a control (if appropriate).The name of a defined property to be linked to this control. A 32-bit word that specifies the attribute flags to be applied to this control.Height of the bounding rectangle of the control.Width of the bounding rectangle of the control.Horizontal coordinate of the upper left corner of the bounding rectangle of the control.Name of the control. This name must be unique within a dialog, but can repeat on different dialogs. The name of an other control on the same dialog. This link defines the tab order of the controls. The links have to form one or more cycles!External key to the Dialog table, name of the dialog.The help strings used with the button. The text is optional. [TEXT]&ResumePushButton[TEXT]Installation is not complete. If you quit the setup program now, the application will not be installed. You can run the setup program at a later time to complete the installation. To continue installing, click Resume. To quit the setup program, click Exit Setup.[TEXT]&Exit SetupHCenteringVCenteringControl_FirstControl_DefaultControl_CancelA 32-bit word that specifies the attribute flags to be applied to this dialog.Height of the bounding rectangle of the dialog.Width of the bounding rectangle of the dialog.Name of the dialog.Defines the cancel control. Hitting escape or clicking on the close icon on the dialog is equivalent to pushing this button.Defines the default control. Hitting return is equivalent to pushing this button.Defines the control that has the focus when the dialog is created.Horizontal position of the dialog on a 0-100 scale. 0 means left end, 100 means right end of the screen, 50 center.A text string specifying the title to be displayed in the title bar of the dialog's window.Vertical position of the dialog on a 0-100 scale. 0 means top end, 100 means bottom end of the screen, 50 center.ListBoxOrderThe visible text to be assigned to the item. Optional. If this entry or the entire column is missing, the text is the same as the value.A named property to be tied to this item. All the items tied to the same property become part of the same listbox.The value string associated with this item. Selecting the line will set the associated property to this value.A positive integer used to determine the ordering of the items within one list..The integers do not have to be consecutive.MBSA SetupErrorYes[TEXT]&YesErrorAbortA[TEXT]&AbortErrorCancelC[TEXT]&CancelErrorIgnoreI[TEXT]&IgnoreErrorNo[TEXT]&NoErrorOkO[TEXT]&OKErrorRetryR[TEXT]&RetryerroriconErrorIcon[TEXT]ErrorTextISSCRIPTRUNNING="1"CleanUpDoActionFinishFatalErrorControlConditionThe desired action to be taken on the specified control.Default;Disable;Enable;Hide;ShowA standard conditional statement that specifies under which conditions the action should be triggered.A foreign key to the Control table, name of the control.NOT UpdateStartedDefault[Suspend]DisableUpdateStartedEnable[TEXT]&Finish{}BackLineDlgLine[TITLE]Setup has encountered an error.TextLine1[TEXT]Setup was interrupted before [MyProductName] could be completely installed.TextLine2HideFinishText1Show[TEXT]Your system has not been modified. To complete installation at another time, please run setup again.FinishText2[TEXT]Click Finish to exit setup.RestContText1[TEXT]You can either keep any existing installed elements on your system to continue this installation at a later time or you can restore your system to its original state prior to the installation.RestContText2[TEXT]Click Restore or Continue Later to exit setup.bannerBitmapBannerLine12top16Bitmap24[TEXT]< &BackRetryFilesInUseIgnore[TITLE]Running ProgramsRunningProgramsList[TEXT]< &Ignore[TEXT]Setup has determined that the following program(s) are running.ListLabel[TEXT]Setup recommends closing these programs during installation.RecommendedLabelFileInUseProcessOKUserExitInstalledTextInstall[TEXT][MyProductName] Setup was interrupted before your new software was fully installed. You can rerun this installation at another time to complete the setup of this software.Operation <> "Modify" OR NOT InstalledTextModify[TEXT]Configuration of [MyProductName] was interrupted before you made any changes to the product. You can rerun this installation at another time to modify or remove this software.Operation <> "Reinstall" OR NOT InstalledTextRepair[TEXT]Repair of [MyProductName] was interrupted before it was complete.Operation <> "Remove" OR NOT InstalledTextRemove[TEXT]Removal of [MyProductName] was interrupted before it was complete.Operation <> "Upgrade" OR NOT InstalledTextUpgrade[TEXT]Upgrade of [MyProductName] was interrupted before it was complete.InstallPathTooBig[TEXT][MyProductName] Setup cannot use the folder specified because the path name is too long. Please select another destination folder.MessageNOT UpgradeSilentSpawnDialogProgressUpgradeSilentEventMappingAttributeA foreign key to the Dialog table, name of the Dialog.An identifier that specifies the type of the event that the control subscribes to.The name of the control attribute, that is set when this event is received.SetProgressProgressBar[TEXT]Current Action:ActionCaptionActionTextPrepInstInstalled OR UpgradeSilent[TEXT]Preparing to install...PrepUninstMModeType <> "Remove" OR NOT Installed[TEXT]Preparing to uninstall...PrepRepairMModeType <> "Repair" OR NOT Installed[TEXT]Preparing to repair...PrepUpgrade(MModeType <> "Upgrade" OR NOT Installed) AND NOT UpgradeSilent[TEXT]Preparing to upgrade...ActionDataInstallMgs[TITLE]Installation ProgressRemoveMsg[TITLE]Uninstallation ProgressRepairMsg[TITLE]Repair ProgressUpgradeMsg[TITLE]Upgrade Progress[TEXT]Please waitText2LineTopLineBottomRequirementsMissing[TEXT]The system requiments necessary to run [MyProductName] are still not met. Please satisfy them before continuing.WelcomeDialog0[TEXT]Version [Version]Text14[TITLE]Welcome to [MyProductName]Line3Prep1[TEXT]Preparing [MyProductName] installation wizard...NOT InstalledPrep2[TEXT]Preparing [MyProductName] configuration wizard...LicenseDialogNewDialogNextStartSetupDialog[TEXT]&Next >Previous{&Arial14}[MyProductName] Setup[TEXT]WARNING: This program is protected by copyright law and international treaties. Unauthorized reproduction or distribution of this program, or any portion of it, may result in severe civil and criminal penalties, and will be prosecuted to the maximum extent possible under law. Copyright 2002-2004 Microsoft Corporation. All rights reserved.[TEXT]It is strongly recommended that you exit all Windows programs before running this setup program. Click Cancel to quit the setup program, then close any programs you have running. Click Next to continue the installation.Text1[TITLE]Welcome to the [MyProductName]InternetExplorerMissing OR XMLParserMissingVerifyRequirementsNOT(InternetExplorerMissing OR XMLParserMissing)InstallationDestinationAccept = "Yes"Accept <> "Yes"RadioButtonGroupGroupLicense[TEXT]You must agree with the license agreement below to proceed.PrintLicense{\rtf1\ansi\ansicpg1252\uc1\deff0\stshfdbch0\stshfloch0\stshfhich0\stshfbi0\deflang1033\deflangfe1041{\fonttbl{\f0\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f3\froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;} {\f35\fswiss\fcharset0\fprq2{\*\panose 020b0604030504040204}Tahoma;}{\f39\fswiss\fcharset0\fprq2{\*\panose 020b0506020202030204}Arial Narrow;}{\f41\fnil\fcharset0\fprq2{\*\panose 00000000000000000000}Microsoft Logo;} {\f60\froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times;}{\f279\froman\fcharset238\fprq2 Times New Roman CE;}{\f280\froman\fcharset204\fprq2 Times New Roman Cyr;}{\f282\froman\fcharset161\fprq2 Times New Roman Greek;} {\f283\froman\fcharset162\fprq2 Times New Roman Tur;}{\f284\froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\f285\froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f286\froman\fcharset186\fprq2 Times New Roman Baltic;} {\f287\froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\f629\fswiss\fcharset238\fprq2 Tahoma CE;}{\f630\fswiss\fcharset204\fprq2 Tahoma Cyr;}{\f632\fswiss\fcharset161\fprq2 Tahoma Greek;}{\f633\fswiss\fcharset162\fprq2 Tahoma Tur;} {\f634\fswiss\fcharset177\fprq2 Tahoma (Hebrew);}{\f635\fswiss\fcharset178\fprq2 Tahoma (Arabic);}{\f636\fswiss\fcharset186\fprq2 Tahoma Baltic;}{\f637\fswiss\fcharset163\fprq2 Tahoma (Vietnamese);}{\f638\fswiss\fcharset222\fprq2 Tahoma (Thai);} {\f669\fswiss\fcharset238\fprq2 Arial Narrow CE;}{\f670\fswiss\fcharset204\fprq2 Arial Narrow Cyr;}{\f672\fswiss\fcharset161\fprq2 Arial Narrow Greek;}{\f673\fswiss\fcharset162\fprq2 Arial Narrow Tur;}{\f676\fswiss\fcharset186\fprq2 Arial Narrow Baltic;}} {\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0; \red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;}{\stylesheet{\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \snext0 \styrsid8745408 Normal;}{\*\cs10 \additive \ssemihidden Default Paragraph Font;}{\* \ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\tscellwidthfts0\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs20\lang1024\langfe1024\cgrid\langnp1024\langfenp1024 \snext11 \ssemihidden Normal Table;}{\s15\ql \li0\ri0\sb240\sl-240\slmult0\widctlpar \tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \b\f39\fs22\expnd-3\expndtw-15\lang1033\langfe1033\kerning22\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext15 \styrsid8745408 2a. French Subhead;}{ \s16\ql \fi-187\li187\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext16 \slink25 \styrsid8745408 3c. Numbered;}{ \s17\ql \li0\ri0\sl-320\slmult0\widctlpar\tx634\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs12\expnd-1\expndtw-5\cf5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext17 \styrsid8745408 6. Part No.;}{ \s18\ql \li0\ri0\sl-460\slmult0\widctlpar\tx240\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \b\f39\fs44\expnd-6\expndtw-30\lang1033\langfe1033\kerning42\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext18 \styrsid8745408 1. Section Head;}{ \s19\ql \li0\ri-18\sb120\sl-240\slmult0\widctlpar\tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin-18\lin0\itap0 \b\f39\fs22\expnd-2\expndtw-10\lang1033\langfe1033\kerning22\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext19 \styrsid8745408 2. LA Subhead;}{\s20\ql \li0\ri0\sb120\sl-220\slmult0\widctlpar\brdrt\brdrs\brdrw15 \tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \b\caps\f39\fs18\expnd-1\expndtw-5\lang1033\langfe1033\kerning16\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext20 \styrsid8745408 4. LA Para Head;}{\s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext21 \styrsid3164070 3d. Numbered-Sub;}{\*\cs22 \additive \ul\cf2 \sbasedon10 \styrsid284077 Hyperlink;}{\s23\ql \li0\ri360\sb60\sl220\slmult0\widctlpar\nooverflow\faroman\rin360\lin0\itap0 \f60\fs24\expnd-1\expndtw-5\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext23 \slink24 \styrsid7683718 3. LA Body;}{\*\cs24 \additive \f60\fs24\expnd-1\expndtw-5\cf1\lang1033\langfe1033\langnp1033\langfenp1033 \sbasedon10 \slink23 \slocked \styrsid7683718 3. LA Body Char;}{\*\cs25 \additive \f60\fs18\expnd-1\expndtw-5\cf1\lang1033\langfe1033\langnp1033\langfenp1033 \sbasedon24 \slink16 \slocked \styrsid7683718 3c. Numbered Char;}{\s26\ql \li0\ri0\widctlpar \tqc\tx4320\tqr\tx8640\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext26 \styrsid4611310 header;}{\s27\ql \li0\ri0\widctlpar \tqc\tx4320\tqr\tx8640\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext27 \styrsid4611310 footer;}{ \s28\ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f35\fs16\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 \sbasedon0 \snext28 \ssemihidden \styrsid3691205 Balloon Text;}}{\*\latentstyles\lsdstimax156\lsdlockeddef0} {\*\listtable{\list\listtemplateid67698689\listsimple{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li360\jclisttab\tx360\lin360 } {\listname ;}\listid617877172}{\list\listtemplateid67698689\listsimple{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelfollow0\levelstartat1\levelspace0\levelindent0{\leveltext\'01\u-3913 ?;}{\levelnumbers;}\f3\fbias0 \fi-360\li360 \jclisttab\tx360\lin360 }{\listname ;}\listid2141680725}}{\*\listoverridetable{\listoverride\listid2141680725\listoverridecount0\ls1}{\listoverride\listid617877172\listoverridecount0\ls2}}{\*\rsidtbl \rsid284077\rsid617931\rsid3164070\rsid3624506 \rsid3691205\rsid4130661\rsid4611310\rsid5052969\rsid7683718\rsid8745408\rsid8989575\rsid10879502\rsid11819508\rsid12472282\rsid15430532\rsid15604113\rsid15888697}{\*\generator Microsoft Word 11.0.5329;}{\info {\title Microsoft Baseline Security Analyzer Tool}{\author dcorey}{\operator Nelson Araujo}{\creatim\yr2003\mo9\dy22\hr9\min33}{\revtim\yr2003\mo9\dy22\hr9\min33}{\printim\yr2003\mo9\dy12\hr16\min36}{\version2}{\edmins0}{\nofpages1}{\nofwords2374} {\nofchars13536}{\*\company Microsoft Corporation}{\nofcharsws15879}{\vern24683}}\margl1253\margr1253\margt810\margb1800 \widowctrl\ftnbj\aenddoc\noxlattoyen\expshrtn\noultrlspc\dntblnsbdb\nospaceforul\formshade\horzdoc\dgmargin\dghspace180\dgvspace180 \dghorigin1253\dgvorigin810\dghshow1\dgvshow1\jexpand\viewkind4\viewscale150\pgbrdrhead\pgbrdrfoot\splytwnine\ftnlytwnine\htmautsp\nolnhtadjtbl\useltbaln\alntblind\lytcalctblwd\lyttblrtgr\lnbrkrule\nobrkwrptbl\snaptogridincell\allowfieldendsel\wrppunct \asianbrkrule\nojkernpunct\rsidroot8745408 \fet0{\*\ftnsep \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid10879502 \chftnsep \par }}{\*\ftnsepc \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid10879502 \chftnsepc \par }}{\*\aftnsep \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid10879502 \chftnsep \par }}{\*\aftnsepc \pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\insrsid10879502 \chftnsepc \par }}\sectd \psz1\linex0\headery0\footery850\sectdefaultcl\sftnbj {\footer \pard\plain \s17\ql \li0\ri0\sl-320\slmult0\widctlpar\tqr\tx9450\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \fs12\expnd-1\expndtw-5\cf5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs18\cf0\insrsid3691205\charrsid3691205 09/12/03 59912.doc}{\fs18\cf0\insrsid15888697\charrsid3691205 \tab }{\f41\fs18\cf0\insrsid15888697\charrsid3691205 \par }}{\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}} {\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8 \pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \s18\ql \li0\ri0\sl-460\slmult0\widctlpar \tx240\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid8745408 \b\f39\fs44\expnd-6\expndtw-30\lang1033\langfe1033\kerning42\cgrid\langnp1033\langfenp1033 {\f0\fs32\cgrid0\insrsid8745408 Microsoft Baseline Security Analyzer Tool}{ \f0\fs32\cgrid0\insrsid617931 , version 1.2}{\f0\fs32\cgrid0\insrsid8745408 \par }{\f0\fs24\insrsid8745408 END-USER LICENSE AGREEMENT FOR MICROSOFT SOFTWARE}{\f0\fs24\kerning44\insrsid8745408 \par }\pard\plain \s19\ql \li0\ri-18\sb120\sl-240\slmult0\widctlpar\tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin-18\lin0\itap0\pararsid8745408 \b\f39\fs22\expnd-2\expndtw-10\lang1033\langfe1033\kerning22\cgrid\langnp1033\langfenp1033 { \insrsid8745408\charrsid8745408 IMPORTANT\emdash READ CAREFULLY: This Microsoft End-User License Agreement (\'93EULA\'94) is a legal agreement between you (either an individual or a single entity) and Microsoft Corporation (\'93Microsoft\'94) for the}{ \fs20\cf1\insrsid8745408\charrsid8745408 }{\cf1\insrsid8745408\charrsid8745408 Microsoft software identified above, which includes computer software and may include associated media, printed materials, and \'93online\'94 or electronic documentation }{ \insrsid8745408\charrsid8745408 and Internet-based services }{\cf1\insrsid8745408\charrsid8745408 (collectively, \'93SOFTWARE\'94)}{\insrsid8745408\charrsid8745408 . }{\insrsid8745408 }{\insrsid8745408\charrsid8745408 An amendment or addendum to this EULA may accompany the SOFTWARE. BY INSTALLING, COPYING, OR OTHERWISE USING THE SOFTWARE, YOU AGREE TO BE BOUND BY THE TERMS OF THIS EULA. IF YOU DO NOT AGREE TO THE TERMS OF THIS EULA, DO NOT INSTALL, COPY OR OTHERWISE USE THE SOFTWARE. \par }\pard\plain \s20\ql \li0\ri0\sb120\sl-220\slmult0\widctlpar\brdrt\brdrs\brdrw15 \tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid8745408 \b\caps\f39\fs18\expnd-1\expndtw-5\lang1033\langfe1033\kerning16\cgrid\langnp1033\langfenp1033 {\f0\fs20\insrsid8745408\charrsid4611310 Software LICENSE \par }\pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid4611310 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\f0\fs20\insrsid4611310\charrsid4611310 The SOFTWARE is protected by copyright laws and international copyright treaties, as well as other intellectual property laws and treaties. }{\f0\fs20\insrsid15430532\charrsid4611310 \par }\pard\plain \s16\ql \fi-187\li187\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0\pararsid8745408 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\fs20\insrsid4611310\charrsid4611310 \par }{\b\fs20\insrsid7683718\charrsid4611310 1.\tab GRANT OF LICENSE. }{\fs20\insrsid7683718\charrsid4611310 Microsoft grants you the following limited rights provided that you comply with all terms and conditions of this EULA: \par }\pard\plain \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0\pararsid7683718 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs20\insrsid7683718\charrsid4611310 {\field{\*\fldinst SYMBOL 183 \\f "Symbol" \\s 10}{\fldrslt\f3\fs20}}}{\fs20\insrsid7683718\charrsid4611310 \tab }{\b\fs20\insrsid7683718\charrsid4611310 Installation and use.}{\fs20\insrsid7683718\charrsid4611310 You may download, install and use the SOFTWARE on an unlimited number of computers, including workstations, terminals or other digital electronic devices (\'93Computers\'94 ) residing on your premises that are running a validly licensed copy of one of the following Microsoft windows operating systems: Microsoft Windows NT 4.0, Windows 2000}{\fs20\insrsid12472282 , Windows XP}{\fs20\insrsid7683718\charrsid4611310 or Windows }{\fs20\insrsid12472282 Server 2003}{\fs20\insrsid7683718\charrsid4611310 (\'93Windows OS Products\'94) for the sole purpose of analyzing the Windows OS Products for common security misconfigurations}{\fs20\insrsid8989575 ; and, if also installed on your Computer, analyzing Office}{\fs20\insrsid8989575\charrsid8989575 }{\fs20\insrsid8989575 2000, Office XP and Office 2003 for}{\fs20\insrsid15604113 other security misconfigurations}{\fs20\insrsid7683718\charrsid4611310 . \par }\pard\plain \s16\ql \fi-187\li187\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0\pararsid3164070 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\fs20\insrsid3164070\charrsid4611310 2. \tab DESCRIPTION OF OTHER RIGHTS AND LIMITATIONS. \par }\pard\plain \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin360\itap0\pararsid3164070 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs20\insrsid3164070\charrsid4611310 {\field{\*\fldinst SYMBOL 183 \\f "Symbol" \\s 10}{\fldrslt\f3\fs20}}}{\fs20\insrsid3164070\charrsid4611310 \tab }{\b\fs20\insrsid3164070\charrsid4611310 Limitations on Reverse Engineering, Decompilation, and Disassembly.}{ \fs20\insrsid3164070\charrsid4611310 You may not reverse engineer, decompile, or disassemble the SOFTWARE, except and only to the extent that such activity is expressly permitted by applicable law notwithstanding this limitation. \par {\pntext\pard\plain\s21 \f3\fs20\expnd-1\expndtw-5\lang1033\langfe1033\langfenp1033\insrsid3164070\charrsid4611310 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}\pard \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\jclisttab\tx360{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3\pnstart1\pnindent360\pnsp120\pnhang {\pntxtb \'b7}}\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid3164070 {\b\fs20\insrsid3164070\charrsid4611310 Consent to Use of Data.}{ \fs20\insrsid3164070\charrsid4611310 You agree that Microsoft and its affiliates may collect and use technical information gathered in any manner as part of the product support services provided to you, if any, related to the SOFTWARE. Microsoft may use this inf ormation solely to improve our products or to provide customized services or technologies to you. Microsoft may disclose this information to others, but not in a form that personally identifies you. \par {\pntext\pard\plain\s21 \f3\fs20\expnd-1\expndtw-5\lang1033\langfe1033\langfenp1033\insrsid284077\charrsid4611310 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}\pard \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\jclisttab\tx360{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3\pnstart1\pnindent360\pnsp120\pnhang {\pntxtb \'b7}}\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid3164070 {\b\fs20\insrsid284077\charrsid4611310 Download of XML FILE. }{ \fs20\insrsid284077\charrsid4611310 You agree that Microsoft may download }{\fs20\insrsid8989575 and install }{\fs20\insrsid284077\charrsid4611310 an XML file from Microsoft\rquote s web site, }{\field\flddirty{\*\fldinst { \fs20\insrsid284077\charrsid4611310 HYPERLINK "http://www.microsoft.com" }{\fs20\insrsid284077\charrsid4611310 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000017000000120000007700770077002e006d006900630072006f0073006f00660074002e0063006f006d000000e0c9ea79f9bace118c8200aa004ba90b3400000068007400740070003a002f002f007700770077002e006d006900630072006f0073006f00660074002e00 63006f006d002f000000}}}{\fldrslt {\cs22\fs20\ul\cf2\insrsid284077\charrsid4611310 www.microsoft.com}}}{\fs20\insrsid284077\charrsid4611310 , to your Computers for use by the SOFTWARE. }{\fs20\insrsid7683718\charrsid4611310 This}{ \fs20\insrsid284077\charrsid4611310 XML file contains information on available Microsoft security bulletins and patch information and is used\~during the scan process\~to check your Computers for missing }{\fs20\insrsid15604113 security updates}{ \fs20\insrsid284077\charrsid4611310 and service packs. If this file is not downloaded from the Microsoft web site, the }{\fs20\insrsid15604113 security update}{\fs20\insrsid284077\charrsid4611310 check can only be performed if a previously downloaded copy of the XML file is available on the local Computer. No personal information is collected or sent from your\~Computers to Microsoft as part of this tool}{\fs20\insrsid7683718\charrsid4611310 .}{ \fs20\insrsid284077 \par {\pntext\pard\plain\s21 \f3\fs20\expnd-1\expndtw-5\lang1033\langfe1033\langfenp1033\insrsid617931\charrsid4611310 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}\pard \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\jclisttab\tx360{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3\pnstart1\pnindent360\pnsp120\pnhang {\pntxtb \'b7}}\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid617931 {\b\fs20\insrsid617931\charrsid4611310 Download }{\b\fs20\insrsid3624506 .EXE File}{ \b\fs20\insrsid617931\charrsid4611310 }{\fs20\insrsid617931\charrsid4611310 You agree that Microsoft may download }{\fs20\insrsid8989575 and install }{\fs20\insrsid617931 an}{\fs20\insrsid3624506 }{\b\fs20\insrsid3624506\charrsid3624506 iexpress}{ \fs20\insrsid3624506 package that contains }{\fs20\insrsid8989575 the}{\fs20\insrsid617931 Office Update Inventory Tool}{\fs20\insrsid617931\charrsid4611310 from Microsoft\rquote s web site, }{\field\flddirty{\*\fldinst { \fs20\insrsid617931\charrsid4611310 HYPERLINK "http://www.microsoft.com" }{\fs20\insrsid617931\charrsid4611310 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000017000000120000007700770077002e006d006900630072006f0073006f00660074002e0063006f006d000000e0c9ea79f9bace118c8200aa004ba90b3400000068007400740070003a002f002f007700770077002e006d006900630072006f0073006f00660074002e00 63006f006d002f000000}}}{\fldrslt {\cs22\fs20\ul\cf2\insrsid617931\charrsid4611310 www.microsoft.com}}}{\fs20\insrsid617931\charrsid4611310 , to your Computers for use by the SOFTWARE. This }{\b\fs20\insrsid3624506\charrsid3624506 iexpress}{ \fs20\insrsid617931\charrsid4611310 file contains information on available Microsoft security bulletins and patch information and is used\~during the scan process\~to check your Computers for missing }{\fs20\insrsid8989575 security updates}{ \fs20\insrsid617931\charrsid4611310 and service packs}{\fs20\insrsid3624506 for Office 2000, Office XP and Office 2003}{\fs20\insrsid617931\charrsid4611310 . If this file is not downloaded from the Microsoft web site, }{\fs20\insrsid8989575 the security update check can only be performed if a previously }{\fs20\insrsid617931\charrsid4611310 downloaded copy of the }{\b\fs20\insrsid3624506\charrsid4130661 iexpress}{\fs20\insrsid617931\charrsid4611310 }{\fs20\insrsid8989575 by Microsoft Baseline Security Analyzer is available }{\fs20\insrsid617931\charrsid4611310 on the local Computer. No personal information is collected or sent from your\~Computers to Microsoft as part of this tool. \par {\pntext\pard\plain\s21 \f3\fs20\expnd-1\expndtw-5\lang1033\langfe1033\langfenp1033\insrsid3164070\charrsid4611310 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}\pard \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\jclisttab\tx360{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3\pnstart1\pnindent360\pnsp120\pnhang {\pntxtb \'b7}}\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid7683718 {\b\fs20\insrsid3164070\charrsid4611310 TRANSFER\emdash }{ \b\i\fs20\insrsid3164070\charrsid4611310 Transfer to Third Party}{\fs20\insrsid3164070\charrsid4611310 . The initial user of the SOFTWARE may make a one-time transfer of the SOFTWARE to another end user. The transfer must include all component parts, media, printed materials, this EULA, and if applicable, the Certificate of Authenticity. The transfer may not be an indirect transfer, such as a consignment. The end user receiving t}{\fs20\insrsid5052969\charrsid4611310 he transferred SOFTWARE }{\fs20\insrsid3164070\charrsid4611310 must agree to all of the EULA terms prior to installing, copying or otherwise using the SOFTWARE}{\fs20\insrsid5052969\charrsid4611310 . }{\b\i\fs20\insrsid5052969\charrsid4611310 No Rental.}{\fs20\insrsid5052969\charrsid4611310 You may not rent, lease, lend, sell, sublicense the SOFTWARE, or provide commercial hosting services with the SOFTWARE, to any third parties.}{\fs20\insrsid3164070\charrsid4611310 \par {\pntext\pard\plain\s21 \f3\fs20\expnd-1\expndtw-5\lang1033\langfe1033\langfenp1033\insrsid15430532\charrsid4611310 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}\pard \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\jclisttab\tx360{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3\pnstart1\pnindent360\pnsp120\pnhang {\pntxtb \'b7}}\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid7683718 {\b\fs20\insrsid15430532\charrsid4611310 UPGRADES. }{\fs20\insrsid15430532\charrsid4611310 To use SOFTWARE labeled as an upgrade, you must first be licensed for the product identified by Microsoft as eligible for the upgrade. After upgrading, you may no longer use the product that formed the basis for your upgrade eligibility. \par {\pntext\pard\plain\s21 \f3\fs20\expnd-1\expndtw-5\lang1033\langfe1033\langfenp1033\insrsid15430532\charrsid4611310 \loch\af3\dbch\af0\hich\f3 \'b7\tab}}\pard \s21\ql \fi-180\li360\ri0\sb60\sl-200\slmult0\widctlpar\jclisttab\tx360{\*\pn \pnlvlblt\ilvl0\ls1\pnrnot0\pnf3\pnstart1\pnindent360\pnsp120\pnhang {\pntxtb \'b7}}\aspalpha\aspnum\faauto\ls1\adjustright\rin0\lin360\itap0\pararsid7683718 {\b\fs20\insrsid15430532\charrsid4611310 ADDITIONAL SOFTWARE/SERVICES. }{ \fs20\insrsid15430532\charrsid4611310 This EULA applies to additional software and updates of the SOFTWARE, including without limitation supplements, service packages, hot fixes, or add-on components (collectively \'93Supplements\'94 ) that Microsoft may provide to you or make available to you after the date you obtain your initial copy of the SOFTWARE, unless we provide other terms along with such Supplements. \par }\pard\plain \s16\ql \fi-187\li187\ri0\sb60\sl-200\slmult0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0\pararsid8745408 \fs18\expnd-1\expndtw-5\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\b\fs20\insrsid15430532\charrsid4611310 3} {\b\fs20\insrsid8745408\charrsid4611310 .\tab RESERVATION OF RIGHTS AND OWNERSHIP. }{\fs20\insrsid8745408\charrsid4611310 This EULA grants you rights solely with regard to your use of the SOFTWARE. Microsoft reserves all rights not expressly granted to you in this EULA. Microsoft or its suppliers own the title, copyright, and other intellec tual property rights in the SOFTWARE. }{\fs20\insrsid4611310\charrsid4611310 The SOFTWARE is licensed, not sold.}{\fs20\insrsid8745408\charrsid4611310 \par }{\b\fs20\insrsid15430532\charrsid4611310 4.}{\fs20\insrsid15430532\charrsid4611310 \tab }{\b\caps\fs20\insrsid15430532\charrsid4611310 Not for Resale Software}{\fs20\insrsid15430532\charrsid4611310 . SOFTWARE identified as \'93Not for Resale\'94 or \'93 NFR,\'94 may not be resold, transferred or used for any purpose other than demonstration, test or evaluation. \par }{\b\fs20\insrsid15430532\charrsid4611310 5}{\fs20\insrsid15430532\charrsid4611310 .\tab }{\b\caps\fs20\insrsid15430532\charrsid4611310 Academic Edition Software}{\fs20\insrsid15430532\charrsid4611310 . To use SOFTWARE identified as \'93Academic Edition \'94 or \'93AE,\'94 you must be a \'93Qualified Educational User\'94 to use such edition. For qualification-related questions, please contact the Microsoft Sales Information Center/One Microsoft Way/Redmond, WA 98052-6399 or the Microsoft subsidiary serving your country. \par }\pard \s16\ql \fi-187\li187\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0\pararsid8745408 {\b\fs20\insrsid15430532\charrsid4611310 6}{\b\fs20\insrsid8745408\charrsid4611310 . U.S. GOVERNMENT RIGHTS.}{ \fs20\insrsid8745408\charrsid4611310 All SOFTWARE provided to the U.S. Government pursuant to solicitations issued on or after December 1, 1995 is provided with the commercial license rig hts and restrictions described elsewhere herein. All SOFTWARE provided to the U.S. Government pursuant to solicitations issued prior to December 1, 1995 is provided with \'93Restricted Rights\'94 as provided for in FAR, 48 CFR 52.227-14 (JUNE 1987)or DFAR, 48 CFR 252.227-7013 (OCT 1988), as applicable. \par }{\b\fs20\insrsid15430532\charrsid4611310 7}{\b\fs20\insrsid8745408\charrsid4611310 .}{\fs20\insrsid8745408\charrsid4611310 }{\b\fs20\insrsid8745408\charrsid4611310 EXPORT RESTRICTIONS}{\fs20\insrsid8745408\charrsid4611310 . You acknowledge that the SOFTWARE is subject to U.S. export jurisdiction. You agree to comply with all applicable international and national laws that apply to these products, including the U.S. Export Administration Regulations, as well as end-user, end-use and destination restrictions issued by U.S. and other governments. For additional information on exporting Microsoft products, see http://www.microsoft.com/exporting/.}{ \fs20\insrsid8745408\charrsid4611310 \par }\pard \s16\ql \fi-180\li180\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin180\itap0\pararsid8745408 {\b\fs20\insrsid15430532\charrsid4611310 8}{\fs20\insrsid8745408\charrsid4611310 . }{\b\fs20\ul\insrsid8745408\charrsid4611310 DISCLAIMER OF WARRANTIES}{\b\fs20\insrsid8745408\charrsid4611310 . TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, MICROSOFT AND ITS SUPPLIERS PROVIDE THE }{\b\fs20\insrsid8745408\charrsid4611310 SOFTWARE}{\b\fs20\insrsid8745408\charrsid4611310 AND SUPPORT SERVICES (IF ANY) }{\b\i\fs20\insrsid8745408\charrsid4611310 AS IS AND WITH ALL FAULTS}{\b\fs20\insrsid8745408\charrsid4611310 , AND HEREBY DISCLAIM ALL OTHER WARRANTIES AND CONDITIONS, WHETHER EXPRESS, IMPLIED OR S TATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY (IF ANY) IMPLIED WARRANTIES, DUTIES OR CONDITIONS OF MERCHANTABILITY, OF FITNESS FOR A PARTICULAR PURPOSE, OF RELIABILITY OR AVAILABILITY, OF ACCURACY OR COMPLETENESS OF RESPONSES, OF RESULTS, OF WORKMANLIKE EF FORT, OF LACK OF VIRUSES, AND OF LACK OF NEGLIGENCE, ALL WITH REGARD TO THE }{\b\fs20\insrsid8745408\charrsid4611310 SOFTWARE}{\b\fs20\insrsid8745408\charrsid4611310 , AND THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT OR OTHER SERVICES, INFORMATION, SOFTWARE, AND RELATED CONTENT THROUGH THE SOFTWARE OR OTHERWISE ARISING OUT OF THE USE O F THE SOFTWARE. ALSO, THERE IS NO WARRANTY OR CONDITION OF TITLE, QUIET ENJOYMENT, QUIET POSSESSION, CORRESPONDENCE TO DESCRIPTION OR NON-INFRINGEMENT WITH REGARD TO THE SOFTWARE. \par }\pard \s16\ql \fi-187\li187\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0\pararsid8745408 {\b\fs20\insrsid15430532\charrsid4611310 9}{\b\fs20\insrsid8745408\charrsid4611310 . }{\b\fs20\ul\insrsid8745408\charrsid4611310 EXCLUSION OF INCIDENTAL, CONSEQUENTIAL AND CERTAIN OTHER DAMAGES}{\b\fs20\insrsid8745408\charrsid4611310 . TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL MICROSOFT OR ITS SUPPLIERS BE LIABLE FOR ANY SPECIAL, INCIDENTAL, PUNITIVE, INDIRECT, OR CONSEQUENTIAL DAMAGES WHATSOEVER (INCLUDING, BUT NOT LIMITED TO, DAMAGES FOR LOSS OF PROFITS OR CONF I DENTIAL OR OTHER INFORMATION, FOR BUSINESS INTERRUPTION, FOR PERSONAL INJURY, FOR LOSS OF PRIVACY, FOR FAILURE TO MEET ANY DUTY INCLUDING OF GOOD FAITH OR OF REASONABLE CARE, FOR NEGLIGENCE, AND FOR ANY OTHER PECUNIARY OR OTHER LOSS WHATSOEVER) ARISING OU T OF OR IN ANY WAY RELATED TO THE USE OF OR INABILITY TO USE THE SOFTWARE, THE PROVISION OF OR FAILURE TO PROVIDE SUPPORT OR OTHER SERVICES, INFORMATION, SOFTWARE, AND RELATED CONTENT THROUGH THE SOFTWARE OR OTHERWISE ARISING OUT OF THE USE OF THE SOFTWARE , OR OTHERWISE UNDER OR IN CONNECTION WITH ANY PROVISION OF THIS EULA, EVEN IN THE EVENT OF THE FAULT, TORT (INCLUDING NEGLIGENCE), MISREPRESENTATION, STRICT LIABILITY, BREACH OF CONTRACT OR BREACH OF WARRANTY OF MICROSOFT OR ANY SUPPLIER, AND EVEN IF MICR OSOFT OR ANY SUPPLIER HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. \par }{\b\fs20\insrsid15430532\charrsid4611310 10}{\b\fs20\insrsid8745408\charrsid4611310 . }{\b\fs20\ul\insrsid8745408\charrsid4611310 LIMITATION OF LIABILITY AND REMEDIES}{\b\fs20\insrsid8745408\charrsid4611310 . NOTWITHSTANDING ANY DAMAGES THAT YOU MIGHT INCUR FOR ANY REASON WHATSOEVER (INCLUDING, WITHOUT LIMITATION, ALL DAMAGES REFERENCED HEREIN AND ALL DIRECT OR GENERAL DAMAGES IN CONTRACT OR }{\b\fs20\insrsid8745408\charrsid4611310 ANY OTHER THEORY IN LAW OR IN EQUITY}{\b\fs20\insrsid8745408\charrsid4611310 ), THE ENTIRE LIABILITY OF MICROSOFT AND ANY OF ITS SUPPLIERS UNDER ANY PROVISION OF THIS EULA AND YOUR EXCLUSIVE REMEDY HEREUNDER SHALL BE LIMITED TO THE GREATER OF THE ACT UAL DAMAGES YOU INCUR IN REASONABLE RELIANCE ON THE SOFTWARE UP TO THE AMOUNT ACTUALLY PAID BY YOU FOR THE }{\b\fs20\insrsid8745408\charrsid4611310 SOFTWARE}{\fs20\insrsid8745408\charrsid4611310 }{\b\fs20\insrsid8745408\charrsid4611310 OR US$5.00. THE FOREGOING LIMITATIONS, EXCLUSIONS AND DISCLAIMERS SHALL APPLY TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, EVEN IF ANY REMEDY FAILS ITS ESSENTIAL PURPOSE.}{\fs20\insrsid8745408\charrsid4611310 \par }\pard \s16\ql \fi-180\li180\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin180\itap0\pararsid8745408 {\b\fs20\insrsid8745408\charrsid4611310 1}{\b\fs20\insrsid15430532\charrsid4611310 1}{\b\fs20\insrsid8745408\charrsid4611310 . APPLICABLE LAW.}{\fs20\insrsid8745408\charrsid4611310 If you acquired this SOFTWARE in the United States, this EULA is governed by the laws of the State of Washington. If you acquired this SOFTWARE in Canada, unless expressly prohibited by local law, this EULA is governed by the laws in force in the Province of Ontario, Canada, and, in respect of any dispute which may arise hereunder, you consent to the jurisdiction of the federal and provincial courts sitting in Toronto, Ontario. If this SOFTWARE was acquired outside the United States, then local law may apply. \par }\pard \s16\ql \fi-187\li187\ri0\sb60\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin187\itap0\pararsid8745408 {\b\fs20\insrsid8745408\charrsid4611310 1}{\b\fs20\insrsid15430532\charrsid4611310 2}{\b\fs20\insrsid8745408\charrsid4611310 . ENTIRE AGREEMENT.}{\fs20\insrsid8745408\charrsid4611310 }{\b\fs20\insrsid8745408\charrsid4611310 This EULA (including any addendum or amendment to this EULA which is included with the SOFTWARE) is the entire agreement between you and Microsoft relating to the SOFTWARE and support services (if any), and it supersedes all prior or contemporaneous oral or written communications, proposals, and representations with respect to the SOFTWARE or any other subject matter covered by this EULA. To the extent the terms of any Mic rosoft policies or programs for support services conflict with the terms of this EULA, the terms of this EULA shall control.}{\fs20\insrsid8745408\charrsid4611310 \par }{\b\fs20\insrsid8745408\charrsid4611310 1}{\b\fs20\insrsid15430532\charrsid4611310 3}{\b\fs20\insrsid8745408\charrsid4611310 . QUESTIONS?}{\fs20\insrsid8745408\charrsid4611310 Should you have any questions concerning this EULA, or if you desire to contact Microsoft for any reason, please cont act the Microsoft subsidiary serving your country, or write: Microsoft Sales Information Center/One Microsoft Way/Redmond, WA 98052-6399. \par }\pard\plain \s15\ql \li0\ri0\sb240\widctlpar\brdrt\brdrs\brdrw10\brsp20 \aspalpha\aspnum\faauto\adjustright\rin0\lin0\rtlgutter\itap0\pararsid8745408 \b\f39\fs22\expnd-3\expndtw-15\lang1033\langfe1033\kerning22\cgrid\langnp1033\langfenp1033 { \f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 Si vous avez acquis votre produit Microsoft au CANADA, la garantie limit\'e9e suivante vous concerne\~: }{\f0\fs20\cf6\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 \par }\pard \s15\ql \li0\ri0\sb240\sl-240\slmult0\widctlpar\tx576\tx1152\tx1728\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0\pararsid8745408 {\b0\f0\fs20\ul\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 {\*\bkmkstart _Ref460641200}D\'c9 NI DE GARANTIES}{\b0\f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 . DANS LA MESURE MAXIMALE PERMISE PAR LES LOIS APPLICABLES, LE LOGICIEL ET LES SERVICES DE SOUTIEN TECHNIQUE (LE CAS \'c9CH\'c9ANT) SONT FOURNIS }{ \b0\i\f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 TELS QUELS}{\b0\f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 }{\b0\i\f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 ET AVEC TOUS LES D\'c9FAUTS }{\b0\f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 PAR MICROSOFT ET SES FOURNISSEURS, LESQUELS PAR LES PR\'c9SENTES D\'c9NIENT TOUTES AU TRES GARANTIES ET CONDITIONS EXPRESSES, IMPLICITES OU EN VERTU DE LA LOI, NOTAMMENT, MAIS SANS LIMITATION, (LE CAS \'c9CH\'c9ANT) LES GARANTIES, DEVOIRS OU CONDITIONS IMPLICITES DE QUALIT\'c9 MARCHANDE, D\rquote ADAPTATION \'c0 UNE FIN PARTICULI\'c8 RE, DE FIABILIT\'c9 OU DE DISPONIBILIT\'c9, D\rquote EXACTITUDE OU D\rquote EXHAUSTIVIT\'c9 DES R\'c9PONSES, DES R\'c9SULTATS, DES EFFORTS D\'c9PLOY\'c9S SELON LES R\'c8GLES DE L\rquote ART, D\rquote ABSENCE DE VIRUS ET D\rquote ABSENCE DE N\'c9 GLIGENCE, LE TOUT \'c0 L\rquote \'c9GARD DU LOGICIEL ET DE LA PRESTATION OU DE L\rquote OMISSION DE LA PRESTATION DES SERVICES DE SOUTIEN TECHNIQUE OU \'c0 L\rquote \'c9GARD DE LA FOURNITURE OU DE L\rquote OMISSION DE LA FOURNITURE DE TOUS AUTRES SERVICES, RENSEIGNEMENTS, LOGICIELS, ET CONTENU QUI S\rquote Y RAPPORTE GR\'c2CE AU LOGICIEL OU PROVENANT AUTREMENT DE L\rquote UTILISATION DU LOGICIEL . PAR AILLEURS, IL N\rquote Y A AUCUNE GARANTIE OU CONDITION QUANT AU TITRE DE PROPRI\'c9T\'c9, \'c0 LA JOUISSANCE OU LA POSSESSION PAISIBLE, \'c0 LA CONCORDANCE \'c0 UNE DESCRIPTION NI QUANT \'c0 UNE ABSENCE DE CONTREFA\'c7ON CONCERNANT LE LOGICIEL.{\*\bkmkend _Ref460641200} \par }{\b0\f0\fs20\ul\lang1036\langfe1033\langnp1036\insrsid8745408\charrsid4611310 {\*\bkmkstart _Ref460641236}{\*\bkmkstart _Ref460644292}EXCLUSION DES DOMMAGES ACCESSOIRES, INDIRECTS ET DE CERTAINS AUTRES DOMMAGES}{ \b0\f0\fs20\lang1036\langfe1033\langnp1036\insrsid8745408\charrsid4611310 . DANS LA MESURE MAXIMALE PERMISE PAR LES LOIS APPLICABLES, EN AUCUN CAS MICROSOFT OU SES FOURNISSEURS NE SERONT RESPONSABLES DES DOMMAGES SP\'c9CIAUX, INCIDENTS, PUNITIFS,CONS\'c9 CUTIFS, ACCESSOIRES OU INDIRECTS DE QUELQUE NATURE QUE CE SOIT (NOTAMMENT, LES DOMMAGES \'c0 L\rquote \'c9GARD DU MANQUE \'c0 GAGNER OU DE LA DIVULGATION DE RENSEIGNEMENTS CONFIDENTIELS OU AUTRES, DE LA PERTE D\rquote EXPLOITATION, DE BLESSURES CORPORELLES, DE LA VIOLATION DE LA VIE PRIV\'c9E, DE L\rquote OMISSION DE REMPLIR TOUT DEVOIR, Y COMPRIS D\rquote AGIR DE BONNE FOI OU D\rquote EXERCER UN SOIN RAISONNABLE, DE LA N\'c9GLIGENCE ET DE TOUTE AUTRE PERTE P\'c9 CUNIAIRE OU AUTRE PERTE DE QUELQUE NATURE QUE CE SOIT) SE RAPPORTANT DE QUELQUE MANI\'c8RE QUE CE SOIT \'c0 L\rquote UTILISATION DU LOGICIEL OU \'c0 L\rquote INCAPACIT\'c9 DE S\rquote EN SERVIR, \'c0 LA PRESTATION OU \'c0 L\rquote OMISSION DE LA PRESTATION DE SERVICES DE SOUTIEN TECHNIQUE }{\b0\f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 OU \'c0 LA FOURNITURE OU \'c0 L\rquote OMISSION DE LA FOURNITURE DE TOUS AUTRES SERVICES, RENSEIGNEMENTS, LOGICIELS, ET CONTENU QUI S\rquote Y RAPPORTE GR\'c2CE AU LOGICIEL OU PROVENANT AUTREMENT DE L\rquote UTILISATION DU LOGICIEL }{ \b0\f0\fs20\lang1036\langfe1033\langnp1036\insrsid8745408\charrsid4611310 OU AUTREMENT AUX TERMES DE TOUTE DISPOSITION DE LA PR\'c9SENTE CONVENTION OU RELATIVEMENT \'c0 UNE TELLE DISPOSITION, M\'caME EN CAS DE FAUTE, DE D\'c9LIT CIVIL (Y COMPRIS LA N\'c9 GLIGENCE), DE FAUSSE REPR\'c9SENTATION, DE RESPONSABILIT\'c9 STRICTE, DE VIOLATION DE CONTRAT OU DE VIOLATION DE GARANTIE DE MICROSOFT OU DE TOUT FOURNISSEUR ET M\'caME SI MICROSOFT OU TOUT FOURNISSEUR A \'c9T\'c9 AVIS\'c9 DE LA POSSIBILIT\'c9 DE TELS DOMMAGES.{\*\bkmkend _Ref460641236}{\*\bkmkend _Ref460644292} \par }{\b0\f0\fs20\ul\lang1036\langfe1033\langnp1036\insrsid8745408\charrsid4611310 LIMITATION DE RESPONSABILIT\'c9 ET RECOURS}{\b0\f0\fs20\lang1036\langfe1033\langnp1036\insrsid8745408\charrsid4611310 . MALGR\'c9 LES DOMMAGES QUE VOUS PUISSIEZ SUBIR POUR QUELQUE MOTIF QUE CE SOIT (NOTAMMENT, MAIS SANS LIMITATION, TOUS LES DOMMAGES SUSMENTIONN\'c9S ET TOUS LES DOMMAGES DIRECTS OU G\'c9N\'c9RAUX FOND\'c9S SUR LA RESPONSABILIT\'c9 CONTRACTUELLE OU TOUTE AUTRE TH\'c9 ORIE EN DROIT OU EN \'c9QUIT\'c9), LA SEULE RESPONSABILIT\'c9 DE MICROSOFT ET DE L\rquote UN OU L\rquote AUTRE DE SES FOURNISSEURS AUX TERMES DE TOUTE DISPOSITION DE LA PR\'c9SENTE CONVENTION ET VOTRE RECOURS EXCLUSIF \'c0 L\rquote \'c9 GARD DE TOUT CE QUI PR\'c9C\'c8DE SE LIMITE AU PLUS \'c9LEV\'c9 DES DOMMAGES R\'c9E\~LS QUE VOUS AVEZ SUBIS EN VOUS FIANT RAISONNABLEMENT SUR LE LOGICIEL JUSQU\rquote \'c0 CONCURRENCE DU MONTANT QUE VOUS AVEZ R\'c9ELLEMENT PAY\'c9 POUR LE LOGICIEL OU 5,00 \~$US. LES LIMITES, EXCLUSIONS ET D\'c9NIS QUI PR\'c9C\'c8DENT (Y COMPRIS LES CLAUSES CI-DESSUS), S\rquote APPLIQUENT DANS LA MESURE MAXIMALE PERMISE PAR LES LOIS APPLICABLES, M\'caME SI TOUT RECOURS N\rquote ATTEINT PAS SON BUT ESSENTIEL. \par }{\f0\fs20\lang1036\langfe1033\langnp1036\insrsid8745408\charrsid4611310 \'c0 moins que cela ne soit prohib\'e9 par le droit local applicable, la pr\'e9sente Convention est r\'e9gie par les lois de la province d\rquote Ontario, Canada. En cas de tout diff \'e9rend qui pourrait survenir en vertu des pr\'e9sentes, vous consentez \'e0 la comp\'e9tence des tribunaux f\'e9d\'e9raux et provinciaux si\'e9geant \'e0 Toronto, dans la province d\rquote Ontario. \par Au cas o\'f9 vous auriez des questions concernant cette licence ou que vous d\'e9siriez vous mettre en rapport avec Microsoft pour quelque raison que ce soit, veuillez utiliser l\rquote information contenue dans le Logiciel pour contacter la filiale de Microsoft desservant votre pays, ou visitez Microsoft sur le }{\f0\fs20\cf1\insrsid8745408\charrsid4611310 World Wide Web \'e0 }{\field\flddirty{\*\fldinst { \f0\fs20\cf1\insrsid8745408\charrsid4611310 HYPERLINK "http://www.microsoft.com" }{\f0\fs20\cf1\insrsid8745408\charrsid4611310 {\*\datafield 00d0c9ea79f9bace118c8200aa004ba90b0200000003000000e0c9ea79f9bace118c8200aa004ba90b3400000068007400740070003a002f002f007700770077002e006d006900630072006f0073006f00660074002e0063006f006d002f000000}}}{\fldrslt {\f0\fs20\ul\cf2\insrsid8745408\charrsid4611310 http://www.microsoft.com}}}{\f0\fs20\lang1036\langfe1033\langnp1036\insrsid8745408\charrsid4611310 . \par }\pard \s15\ql \li0\ri0\sb240\widctlpar\brdrt\brdrs\brdrw10\brsp20 \aspalpha\aspnum\faauto\adjustright\rin0\lin0\rtlgutter\itap0\pararsid8745408 {\f0\fs20\lang3084\langfe1033\langnp3084\insrsid8745408\charrsid4611310 \par }\pard\plain \ql \li0\ri0\widctlpar\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \f60\fs24\cf1\lang1033\langfe1033\cgrid\langnp1033\langfenp1033 {\fs20\insrsid8745408\charrsid4611310 \par }}ScrollableText[TITLE]License Agreement[TEXT]&Print[PostVerifyRequirementsRun]InternetExplorerMissingIEMissingTextNOT InternetExplorerMissing[TEXT]Internet Explorer 5.01 or greater is not installed. Click on the button below to obtain the latest available version of Internet Explorer.IEOKText[TEXT]Internet Explorer 5.01 or greater is installed.IEButtonXMLParserMissingXMLMissingTextNOT XMLParserMissing[TEXT]MSXML Parser 3.0 or greater is not installed. Click on the button below to obtain the latest available version of MSXML.XMLOKText[TEXT]MSXML Parser 3.0 or greater is installed.XMLButton[TEXT]Download &Internet ExplorerCompBadText[TEXT]One or more required components are missing. Please install the missing components before continue.[TEXT]Install components required to run[TITLE]Verify System Requirements[TEXT]Download MS&XML ParserConfirmInstallOutOfDiskSpace = 1OutOfDiskSpace <> 1[TEXT]Select a folder where the application will be installed.Text19[TEXT]Setup will install the files for [MyProductName] in the following folder. To install into a different folder, click the Browse button, and select another folder. You can choose not to install [MyProductName] by clicking Cancel to exit setup.Text42{&MSSansSerif8}[INSTALLDIR]InstallDirNotEnoughSpaceNotice[BOLD]There is not enough disk space in the selected folder or on the system to install [MyProductName]. Setup requires 10Mb on your hard drive to install. Please choose another installation location or free enough space before continuing.Bitmap23[TEXT]Destination FolderGroupBoxLine7[TITLE]Destination Folder[_BrowseProperty]BrowseButtonBrowse[TEXT]B&rowseLine17NOT InstallPathTooBigSetTargetPathPathEditTailResetComboTextCombo[TEXT]&Look in:DirectoryListUpUpDirectoryComboDirectoryListNewNewFolderUp one level|upCreate new folder|folderTailTextDirectoryList[TITLE]Change Current Destination Folder[TEXT]Browse to the destination folder[TEXT]&Folder name:Install[Operation][TEXT]&Install[TEXT]Click Install to start application installation. Press Back to review your selections.NOT (UPGMBSA OR UPGMBSA0 OR UPGMBSA1)UpgradeNotice[BOLD]WARNING: You have an older version of [MyProductName] installed. This installation will upgrade your existing [MyProductName] installation.[TITLE]Start Installation[TEXT]Click Install to start application installationMModeType = "Repair"ocmusReinstallModeMaintenanceDialogRepairDialogMModeType = "Remove"UninstallDialogMaintGroup[TITLE]Application Maintenance[TEXT]Select the maintenance operation to perform.Line39Bitmap25Line8repairuninstALL[TEXT]&Uninstall[TEXT]Current Installation Folder[TEXT][INSTALLDIR]Text43[TEXT]This will remove [MyProductName] from your machine. Are you sure you want to continue?Texta[TEXT]Click the Uninstall button to remove the application. Click the Back button for more options. Click the Cancel button to exit the uninstall process.Text2a[TITLE]Uninstall Product[TEXT]Click the Uninstall button to remove the applicationReinstall[TEXT]&Repair[TEXT]This will repair [MyProductName] on your machine. Are you sure you want to continue?[TEXT]Click the Repair button to repair the application. Click the Back button for more options. Click the Cancel button to exit the repair process.[TITLE]Repair Product[TEXT]Click the Repair button to repair the application[MModeType]UpgradeDialog[UpgradeStarted][TEXT]&Upgrade[TEXT]This will upgrade [MyProductName] on your machine. Are you sure you want to continue?[TEXT]Upgrade FromUpgradeFromBox[TEXT][UpgradeFrom]UpgradeFromText[TEXT]New VersionUpgradeToBox[BOLD][UpgradeTo]UpgradeToTextInstallDirBoxInstallDirText[TEXT]Click the Upgrade button to upgrade the application. Click the Cancel button to exit the upgrade process.[TEXT]WARNING: Interrupting the upgrade once started may corrupt the installation or force the product to be uninstalled.UpgradeWarn[TITLE]Upgrade Product[TEXT]Click the Upgrade button to upgrade the applicationmbsaExitDialog[TEXT][MyProductName] Setup has completed successfully.[TEXT][MyProductName] has been removed from your computer.[TEXT][MyProductName] Setup has successfully repaired your installation.MModeType <> "Upgrade" OR NOT Installed[TEXT][MyProductName] Setup has successfully updated your installation.TextStyleFaceNameSizeColorStyleBitsName of the style. The primary key of this table. This name is embedded in the texts to indicate a style change.A long integer indicating the color of the string in the RGB format (Red, Green, Blue each 0-255, RGB = R + 256*G + 256^2*B).A string indicating the name of the font used. Required. The string must be at most 31 characters long.The size of the font used. This size is given in our units (1/12 of the system font height). Assuming that the system font is set to 12 point size, this is equivalent to the point size.A combination of style bits.ArialArial14Arial8MS Sans SerifMSSansSerif8MSSansSerif8boldRadioButtonThe vertical coordinate of the upper left corner of the bounding rectangle of the radio button.The visible title to be assigned to the radio button.A named property to be tied to this radio button. All the buttons tied to the same property become part of the same group.The height of the button.The width of the button.The horizontal coordinate of the upper left corner of the bounding rectangle of the radio button.The value string associated with this button. Selecting the button will set the associated property to this value.The help strings used with the button. The text is optional.[TEXT]I &do not accept the license agreement[TEXT]I &accept the license agreement[TEXT]&Reinstall or Repair Restore [MyProductName] to its original state.[TEXT]&Uninstall Remove [MyProductName] from this computer.ErrorInteger error number, obtained from header file IError(...) macros.Error formatting template, obtained from user ed. or localizers.Template{{Fatal error: }}InstallExecuteSequenceName of action to invoke, either in the engine or the handler DLL.Optional expression which skips the action if evaluates to expFalse.If the expression syntax is invalid, the engine will terminate, returning iesBadActionData.Number that determines the sort order in which the actions are to be executed. Leave blank to suppress action.InstallUISequenceAdminExecuteSequenceAdminUISequenceAdvtExecuteSequenceAdvtUISequenceNOT ((NEWMBSA OR NEWMBSA0) OR Downgrade) AND NOT InstallRunningLaunchConditionsValidateProductIDFindRelatedProducts(NEWMBSA OR NEWMBSA0) OR DowngradeInstallRunningCostInitializeFileCostCostFinalizeInstalled AND NOT UpgradeInstalled AND UpgradeNOT Installed AND NOT Upgrade AND NOT UpgradeSilentExecuteActionLocalized description displayed in progress dialog and log when action is executing.Name of action to be described.Optional localized format template used to format action data records for display during action execution.AdvertiseAPPS_TESTAppSearchCCP_TESTCCPSearchNOT CCP_SUCCESS And CCP_TESTRMCCPSearchSetODBCFoldersInstallValidateRemoveExistingProductsInstallInitializeAllocateRegistrySpaceProcessComponentsUnpublishComponentsUnpublishFeaturesVersionNTStopServicesDeleteServicesUnregisterComPlusSelfUnregModulesUnregisterTypeLibrariesRemoveODBCUnregisterFontsRemoveRegistryValuesUnregisterClassInfoUnregisterExtensionInfoUnregisterProgIdInfoUnregisterMIMEInfoRemoveIniValuesRemoveShortcutsRemoveEnvironmentStringsRemoveDuplicateFilesRemoveFilesRemoveFoldersCreateFoldersMoveFilesInstallFilesDuplicateFilesPatchFilesBindImageCreateShortcutsRegisterClassInfoRegisterExtensionInfoRegisterProgIdInfoRegisterMIMEInfoWriteRegistryValuesWriteIniValuesWriteEnvironmentStringsRegisterFontsInstallODBCRegisterTypeLibrariesRegisterComPlusSelfRegModulesRegisterUserRegisterProductPublishComponentsPublishFeaturesPublishProductInstallFinalizeInstallAdminPackageBinaryUnique key identifying the binary data.The unformatted binary data.side16.orgtop16.orgside16side16btop16bmexclamPrimary key. Name of the icon file.Binary stream. The binary icon data in PE (.DLL or .EXE) or icon (.ICO) format.Could not access network location [2].There is not enough disk space on the volume '[2]' to continue the install with recovery enabled. [3] KB are required, but only [4] KB are available. Click Ignore to continue the install without saving recovery information, click Retry to check for available space again, or click Cancel to quit the installation.The product '[2]' is already installed, preventing the installation of this product. The two products are incompatible.The file [2][3] is being held in use{ by the following process: Name: [4], Id: [5], Window Title: '[6]'}. Close that application and retry.Are you sure you want to cancel?Out of disk space -- Volume: '[2]'; required space: [3] KB; available space: [4] KB. Free some disk space and retry.User '[2]' has previously initiated an install for product '[3]'. That user will need to run that install again before they can use that product.User '[2]' has previously initiated an install for product '[3]'. That user will need to run that install again before they can use that product. Your current install will now continue.Error accessing secured data. Please make sure the Windows Installer is configured properly and try the install again.Another installation is in progress. You must complete that installation before continuing this one.Could not increase the available registry space. [2] KB of free registry space is required for the installation of this application.Could not read security information for key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.Could not get sub key names for key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.Could not get value names for key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel.Could not write value [2] to key [3]. {{ System error [4].}} Verify that you have sufficient access to that key, or contact your support personnel.Could not read value [2] from key [3]. {{ System error [4].}} Verify that you have sufficient access to that key, or contact your support personnel. Could not delete key [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel. Could not delete value [2] from key [3]. {{ System error [4].}} Verify that you have sufficient access to that key, or contact your support personnel. Could not open key: [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel. Could not create key: [2]. {{ System error [3].}} Verify that you have sufficient access to that key, or contact your support personnel. There was an error creating a temporary file that is needed to complete this installation.{{ Folder: [3]. System error code: [2]}}The cabinet file '[2]' required for this installation is corrupt and cannot be used. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.The file '[2]' cannot be installed because the file cannot be found in cabinet file '[3]'. This could indicate a network error, an error reading from the CD-ROM, or a problem with this package.Failed to correctly patch [2] file: CRC error.Failed to correctly move [2] file: CRC error.Failed to correctly copy [2] file: CRC error.A file that is required cannot be installed because the cabinet file [2] has an invalid digital signature. This may indicate that the cabinet file is corrupt.{{ Error [3] was returned by WinVerifyTrust.}}A file that is required cannot be installed because the cabinet file [2] is not digitally signed. This may indicate that the cabinet file is corrupt.Error applying patch to file [2]. It has probably been updated by other means, and can no longer be modified by this patch. For more information contact your patch vendor. {{System Error: [3]}}Invalid Drive: [2]Error getting file security: [3] GetLastError: [2]'[2]' is not a valid short file name.The folder path '[2]' contains an invalid character.The folder path '[2]' contains words that are not valid in folder paths.A portion of the folder path '[2]' is invalid. It is either empty or exceeds the length allowed by the system.The Installer has insufficient privileges to modify this file: [2].The specified path is too long: [2]A network error occurred while attempting to open the source file cabinet: [2]A network error occurred while attempting to create the directory: [2]An error occurred while attempting to create the directory: [2]A network error occurred while attempting to read from the file: [2]Unable to write to the specified folder: [2].The specified path '[2]' is unavailable.The volume [2] is currently unavailable. Please select another.Cannot create the directory '[2]'. A file with this name already exists. Please rename or remove the file and click retry, or click Cancel to exit.Source file not found{{(cabinet)}}: [2]. Verify that the file exists and that you can access it.Error writing to file: [3]. {{ System error [2].}} Verify that you have access to that directory.Error reading from file: [3]. {{ System error [2].}} Verify that the file exists and that you can access it.Source file not found: [2]. Verify that the file exists and that you can access it.There is not enough disk space to install this file: [2]. Free some disk space and click Retry, or click Cancel to exit.Another application has exclusive access to the file '[2]'. Please shut down all other applications, then click Retry.Error reading from file [2]. {{ System error [3].}} Verify that the file exists and that you can access it.Error writing to file: [2]. Verify that you have access to   !"#$%&'()*+,-./123456789:;<=>?@ABCDEFGIJKLMNOPQRSTUVWXZ[\]^_`abcdefghiklmnopqrstuvwx{}1111111uu}}}}||||||||||||aaaajjj/////?????????LLQQQUUUVVVWWWXXXYYY      .234567v~5vJ45|}~y5v55~vb~O/0123L\~v~v~v~v~v~vyH  &HH@HHHHH&HHHHHHHHHHHHHHHHHHH&&@H&H@ H22H222H2222H@@H22H222HH H@@2HHHHHHH ( @33133233333333333333$DDDDDDDDDDD@12DDDDDDDDDDDDD2DDDDDD@DDDDDDC2DDDDDD34DDDDDC2DDDDD@30DDDDD3$DDDDD34DDDDD13$DDDDD@DDDDD@1332DDDDDDDDDDDC332DDDDDCDDDDD333$DDDDDDDD1333$DDDD#$DDD@133332DDDD34DDDC33332DDD@30DDD33333$DDB32DDD133333$DDC33DD@13333332DDC33DDC3333332DDC33DD3333333$DC33DD13333333$DC33D@1333333332D@30DC333333332DDDDD333333333$DDDD1333333333$DDD@133333333332DDDC33333333332DDD33333333333$DD133333333333$D@13333333333332D3333333333333"#33333333333333333333333??DD@30DDDDD3$DDDDD34DDDDD13$DDDDD@DDDDD@1332DDDDDDDDDDDC332DDDDDCDDDDD333$DDDDDDDD1333$DDDD#$DDD@133332DDDD34DDDC33332DDD@30DDD33333$DDB32DDD133333$DDC33DD@13333332DDC33DDC3333332DDC33DD3333333$DC33DD13333333$DC33D@1333333332D@30DC333333332DDDDD333333333$DDDD1333333333$DDD@133333333332DDDC33333333332DDD33333333333$DD133333333333$D@13333333333332D3333333333333"#33333333333333333333333??DD@30DDDDD3$DDDDD34DDDDD13$DDDDD@DDDDD@1332DDDDDDDDDDDC332DDDDDCDDDDD333$DDDDDDDD1333$DDDD#$DDD@133332DDDD34DDDC33332DDD@30DDD33333$DDB32DDD133333$DDC33DD@13333332DDC33DDC3333332DDC33DD3333333$DC33DD13333333$DC33D@1333333332D@30DC333333332DDDDD333333333$DDDD1333333333$DDD@133333333332DDDC333BM*6(11 ʦ """)))UUUMMMBBB999|PP3f3333f333ff3fffff3f3f̙f3333f3333333333f3333333f3f33ff3f3f3f3333f3333333f3̙33333f333ff3ffffff3f33f3ff3f3f3ffff3fffffffff3fffffff3f̙ffff3ff333f3ff33fff33f3ff̙3f3f3333f333ff3fffff̙̙3̙f̙̙̙3f̙3f3f3333f333ff3fffff3f3f̙3ffffffffff!___wwwRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRmmmmmmmRRRRRRmttRRKKmmmmRRRRRRmRyzzzzYXRKmmmRRRRRRmR1yzzzzzzzzYREmmRRRRRRmRRyzzzzzzzzzzzREmRRRRRRRRRyzzzzzzzzzzzzzRmRRRRRRRXXyzRRzzzR*mRRRRRRRYYyzRRzyIIImRRRRRRRYYyàyQRyyO''HCmRRRRRRRzzyàyQQtxCmRRRRRRRzzyàsQyOHCmRRRRRRRzzyàsny----CmRRRRRRRzzyàtsr--l--HImRRRRRRRzzyà--l0l---ImRRRRRRRzyyÙ...1ml..HCmRRRRRRRXXRRRRRYYyqx1mllUOCmRRRRRRRt**RzzYRR11mlUUOImRRRRRRRz011RXy1101mlUUUOImRRRRRRRXR1*zX*0X101mlUVVImmRRRRRRRRR*011*zR0mlUVVImRRRRRRRYKRRRzRR1RzRmlU[[ImRRRRRRRYKmRRRRYR*Rmlr}}ImRRRRRRRzKmRzRmmOOOIRRRRRRRzRmRzXmRRRRRRRzEmRzXmRRRRRRRXDmmmRXmRRRRRRRyKRmRRRRRRRzyyymRRRRRRRX堠RmRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRX堠RmRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRX堠RmRRRRRRRRRRRRRRRRRR      !"#$%&'()*+,-./01456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~BM^6(:(  ʦ @ ` @@ @@@`@@@@`` `@`````` @` @` @` @`@@ @@@`@@@@@ @ @ @@ `@ @ @ @ @@@@ @@@@@`@@@@@@@@@`@` @`@@``@`@`@`@`@@ @@@`@@@@@@ @@@`@@@@@@ @@@`@@@@@@ @@@`@@@@ @` @ ` @@ @@@`@@@@`` `@`````` @` @` @` @` @` @ ` @@ @@@`@@@@`` `@`````` @` @` @`me%%ded\nowwwwo/%e\[n.www/&e[.//www.d[n///ww/%[////ww/%[/oooww.[/ooowwow/\/wwwwwnow./wwwwwnon%[/wwwwnfnd[R/wwwweefwa``Y/wwwweeefbY/wwwweeee``[/wwwweenkY/wdea`Z/wdY/wj(((((((Z/w`((((((X/w((((((Yowa)))(a.a)))`[ow/wnnnwwwoww`))))!.))))Yowww/ow)1).111!`Z.w%%%eo//oa.b)rrrX[wwe....e..m.)rrrYww.//.n.o.!rrrr`Z/w/oo/no\%ooor{{{)`[/ww/nn%./.%./.{{{{iY[/ww/no%///%./j{{{{aY[/ww/e.wnooo%o`s||||aY[/ww/o.wwwwoww%.!s||||!Z//o.oww%.ns||||s!Yoo\oww%j{j`wweo%`aw.[o%/w%o%wo\ne/n[wwew/d[d.wwww..w.wo/./www/nGBM^6(:(  ʦ @ ` @@ @@@`@@@@`` `@`````` @` @` @` @`@@ @@@`@@@@@ @ @ @@ `@ @ @ @ @@@@ @@@@@`@@@@@@@@@`@` @`@@``@`@`@`@`@@ @@@`@@@@@@ @@@`@@@@@@ @@@`@@@@@@ @@@`@@@@ @` @ ` @@ @@@`@@@@`` `@`````` @` @` @` @` @` @ ` @@ @@@`@@@@`` `@`````` @` @` @`me%%ded\nowwwwo/%e\[n.www/&e[.//www.d[n///ww/%[////ww/%[/oooww.[/ooowwow/\/wwwwwnow./wwwwwnon%[/wwwwnfnd[R/wwwweefwa``Y/wwwweeefbY/wwwweeee``[/wwwweenkY/wdea`Z/wdY/wj(((((((Z/w`((((((X/w((((((Yowa)))(a.a)))`[ow/wnnnwwwoww`))))!.))))Yowww/ow)1).111!`Z.w%%%eo//oa.b)rrrX[wwe....e..m.)rrrYww.//.n.o.!rrrr`Z/w/oo/no\%ooor{{{)`[/ww/nn%./.%./.{{{{iY[/ww/no%///%./j{{{{aY[/ww/e.wnooo%o`s||||aY[/ww/o.wwwwoww%.!s||||!Z//o.oww%.ns||||s!Yoo\oww%j{j`wweo%`aw.[o%/w%o%wo\ne/n[wwew/d[d.wwww..w.wo/./www/nBMv(11  wx xx xp   p  p w   π x πw x p p  pp x xx wx BMgv(:  DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDD@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDD@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDD@@@@@@@@@@@@@@@@@@DDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDD@@@@@@@@@@@@@@@@@@DDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDD@@@@@@@@@@@@@@@@@DDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDD@@@@@@@@@@@@@@@@DDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@DDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@DDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@DDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@DDDDD@@@@@@@DDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@DDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@D@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDD@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@DDDDDDDDDDDDDDDDDDwwwxDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@DDDDDDDDDDDDDDDxDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@x@@@@@@@@Hp@@@@@O@@@@@@@@DDDDDDDDDDDDDDDDDDDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Gp@@@@@@@@@@@@@@O@@@@@@@@DDDDDDDDpDDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@G@@H@@O@@@@@@@@DDDD@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@G@@@@@@@@@@@@@@@@H@@O@@@@@@@@pp@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@H@@@@O@@@@@@@@pp@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@HHpO@@@@@@@@p@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@O@@@@@@@@p@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@OpO@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@O@@@@@@@@x@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H@@@@@@@@@@@@@@H@O@@@@@@@@x@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@p@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Hp@@@O@@@@@@@@p@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@G@@@@@@@@@H@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@Hxw@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@H@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@006 h(0` fn v ~?y#|"AyQu*?[e7]j2aq?er;jzR[^I\bM`fFcl[dgMiseeekkkmpiqqq  !(-("3#5IQJ W L(D;W0c0(=/GQ@n@b`dp/G:W:WBcDgKpQz`u|unsrry!i$p(t7p!v+w q<}x5}[|FS~iz4 $9<"55erSUC[xsZ}կz  &=!)$; #(09%+;29+-37:>CAXALCNHZavtirBDKJAQ\H=mw|CNMDJTVOSXV]_^zbxdibimltp|sxs|w{͟կdSVTFIG_浵|UH ^n¹~XHqxy±YEy~~°xCx~~~Ƕx@tǹȰY xȧy x̧nxاvnyؽe]vجfWyߜ\\]0<yO\\]0yPO\\&~hPO3;~NP(~¹¦gQNj1~¦bQ2~ǧ-~ȧRĢһ,n&س{`#n>¹~{1#n<###nAUUJyxk'n+%%%-KnnnnM̼pnc=n#...>nyxnenn;444%xxeߙE?B̃у.564!)xxe`AtxnArxn6686*1xxeޙUy~~Ax~a1$8888(;yy[o޶uLބ59999(;y|nAo5::::~|sAp;7iiii71… X>/7ii/Ŵ@U1-rUyس@Uل u[ سS{ENob⼈Yw^ww{u????( @ju}A~:`l>dqKTW]]]crTV_bFclBhueeeiiipppvvvzzz~~~  !'*$7FMDO L.N0_;d0c?h>M='; fDGMDGIP@U@lDo@rIOXR\}XwnU`l2L>]DfInOwhhpf{(k)l+n(t!vwx}ApX}#$::.)&+-=@hkSqamlpƟ[   ""% '3!)1;%75:(-35>5::>EBTCOSK@OBLP\sle`sABTI=fk~tyDJMEGJ[WXT^TY[[^gkhosxi}``eibefjmtppwruvy|~~ΎZZTH diýYI kræmG ssxGɛ˰R΋ۿh·`8ޖU\%@]Ueb]12cNö^:'˸#O ۿ"h !vvvvv&-ah2*ByڌJKݻvwih-++$|LhhWݳkhh;;zvrC݃KLih)<<<7CPpgQw_5>>>ASu}jvrZmB6???4 yvsluA9=ff.G(..0mGˆݝDMt[䗗{????x8(  o2i|QZ]ZpTT]`dddqqq  '?;#4J,F9@ECFFOJPVQZoYFcPz565;@rS_Zc#</&73+5=FPU@CDRZmZ_^Nso`h|~npqs|}Ф  )...+ZMM..!/1WOOBM.;:5VRS$E:C\TT$? :K]YW$ ::92Q[ ;@$"..* 4JJ8836->0'D=>&P%G7#@(HFNIU???GcD=>&P%G7#@(HFNIU???GcD=>&P%G7#@(HFNIU???Gc      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFHIJK^MNOPQRSTVWXYZ[\]_mabcdefghijk: no{qrstuvwxyz|} 00h ( 00 h^"00 %'  nM h^(0`wwwwwwxwxwwxwwxwwwffhwxwvfnwxw~gv쌇wxw~nnnfwww~gwllwwtw~wẋwxIw~gwgwxIw~ngw|gwxIw~fwvwxIw~hwxwxIw~wwwwxIw~wwwxIw~hwwwwxIw~wwwwxIwxDDDGwxIwx|GwxIw~wGwxIw~wllGwxIw~vGwxIw~wwwlGwxIwnGwxIw|llllGwxIw~|GwxIw|llg|GwxIwwwww|GwxIwwwwwwwwwwwwwwGwxIwwwwwwwwwwxIxȈwwwwwwwwxILxwwwpwwwwwxIWwwwwwwxICuwwwwxIק_{xwwxIpwuw?xwxIK_|s{pwxIwup1o?xIqw s0GsvxxIprg7op8xI{ 3FvtӰFp1x? ?3Fx0-3Op0 H?( @wwwxwwwwfwwvvfwnfflwIwvw|wngwwwg|wgw|wwg|wwwwwwgtDDw~www~ww|wwwwwllw~fftwwvlgtwwwwwwwwwwtwwwwwwwwxD\wwwwGwwwwwep;wv_{{xwegv\!0~v{7togp8t{4o?Io8 03F??( xwx|DGwlttltwDttw|DttwwtDwt9twtqOHt$XHHwwgww(0`޽͛ПТҥӨԩ߳ٯ֭ׯ任෷ر۵ܸ֬޺۵ݹߵǸŭȒʖ̙ș̝έ‡ÉĊƎǐœОбׯղcksv|ԤܷŊќ“٪߻ȊްΔ޳å̰Ŭӹ|ddbcca}}{ppoİݫ~מ))@@PP``pp̀ҏkkkfffddd\\\}rporrxyurqoiiihhhU]p}W}urqmihggA==iioqWxwqoigTA3 Iiipqu}W}urpih?63" =fimqrxWyuqobȹBn{z}XWxwqb74(,XVe}uc54ȶXWWlz ԬZXWWW^>##! ŤZXXXXI%&$##! vZYYYQ))'%%&##! ЛZ|ZZZZZC+*))'%%&!ň[ZfLLJJT8--+*)))& ƓЍ_J_KKKKd0008--** ˡfK_FNN]2/008- qNNFRDDd2/0! "(,qEDFFET83 CjxRE~FFFj  k;ĬuRFqFR\83";ĈgRRp\\c7 (dw\\\gFaa "/yaaagFfgk3}ffffFiy@9kk<(ĀiiiiFpBk5ĀppppFw !"čwwwwFq!%(ĐF&'(ȲĐF))*81ĐF0)+801F.-0/F{Fֿk:4%-FqԘz{ )2aFrtj!#*sJJ_FFiqrwpFFFd&%0JJ[[K_FFFFF )J[[KLMNh$[[KLMNNO\`[KLMNNOPD\JKLMNNOPDDE\KLMNNOPDDEEQLMNNOPDDEEFSMNOPDDEEFGMHDEEFI????8?( @޽͛ПТҥӨԩ߳ٯ֭ׯ任෷ر۵ܸ֬޺۵ݹߵǸŭȒʖ̙ș̝έ‡ÉĊƎǐœОбׯղcksv|ԤܷŊќ“٪߻ȊްΔ޳å̰Ŭӹ|ddbcca}}{ppoİݫ~מ))@@PP``pp̀ҏkkkfffddd\\\w}wqmhhU=Aix^}qmi?3 Iipw^}wq]4^lubȶ^WT ŔZXZ!$# 5ßs^YYU)'&##Δ_\^JH8-*))3ӲE_FN{/08-&ŒaPFR18 ʶfEFj3 ѢcmF^R8"ːaRsap Ǝːaasf6!ːhhwUrk%ːrr}U$"ːU-)0ԱΐU.82UdU- )Ugá!-^OgUUUbB &[KLOw&KLNOOfsLNOODDIMNOODDFSDDDDFHDDD??( ޽͛ПТҥӨԩ߳ٯ֭ׯ任෷ر۵ܸ֬޺۵ݹߵǸŭȒʖ̙ș̝έ‡ÉĊƎǐœОбׯղcksv|ԤܷŊќ“٪߻ȊްΔ޳å̰Ŭӹ|ddbcca}}{ppoİݫ~מ))@@PP``pp̀ҏkkkfffddd\\\~~~pU:AqAb ę`G& wNd+# _@b3s|#αgb@ 9r~b)˂b//bbvMFPEREDDu?ӀȀTˀ(0`  !## "5I[hswwqe[O@1#  %M! |``TΪеϴγγ엗ؙjj\EE<w_F/ 4nҷͲVVKkL.EA6;ٺղ޶ggZ]7nfU%߲Ȭߴѡ͚⹥_4ѱٲ®׬Ԩ߳߷ϞϮQ" ˵۵رׯ֬ٯܱ߲ddWe+ D߹ûܹܸ۶ٳر۵m/ ̨j߽߽ݺܸܷ̀``i"ңcȊ߾޻̀؟pp@@@@@@``E z1ʑhhΔ̀@@UUJbŠ{mmmŊ̀w#ͤssssί̀ å, НvvvŒ̀PP̀@@``}ݲ7Bʒ}}}۸බ̀̀@@}ޮF ĜÈԭׯԩṹ̀00po``ћӟXXMS˟׮ӧ׭̀````ްќzzja ӡċċڷ޽Тԩ￿ҏ߯00ݥċċnɭQϝȒȒРҥԪҏ̀``PP̀˖Ȓ|%ῖ̙ʖ׮ССӨ֬ppppНʖͿ.ʝ̙̙߿Ϟѣԩװ쿿00@@@@pp̀ҏҠ̙8 ѢϞң̚СӦիر任````ϞϞD £?զԤΜСԩ֮ٲܸڪ؞̀ԤԤԤ߳YYMPٶqة٪ҦϠҤԩرڵݹ ҏ@@٪٪٪ii[\Öޱ͚Сӧլرܷ޼~@@``ޱޱޱޱhΡѣ࿿ 00@@ t" ۮȪ(ԮM՜Ӵ-۳p00PP5缍߯pp@@@@ppA Ĕ~ZZNJ ֩XXMS٪zzj\٪e̙ݹݺq Ǖܽ޾ڨγw#ƔB̙Кγ}&ŔS̚դۮԩ†ҝͲ,ɗBȘ֕ę̭Pϰ; †‡ÉĊ/G.݆‡ÉĊŌƏդ/]i“†‡ÉĊŌƏǐȒӡ.cs†‡ÉĊŌƏǐȒɓʕԤ)cB`f`Ɛ†‡ÉĊŌƏǐȒɓʕʖÑfcBb‡ÉĊŌƏǐȒɓʕʖ̘Şv8 b2c  sQQ󿇳ŌƏǐȒɓʕʖ̘ƕbN;SbSoÆoI!ŒƐɓʕʖ̘콎rV9 c!h_đB֪~&???@|?( @   (4AGA5,$:d__S\\P[[OydM6!USG`Ǫhh[pM+oѰ⹦澨ffY|O"ȳحگ֧аddWh1 ̺d۹ླྀٳٲ۾ļs.ῐ̏߿޾ܹv΋߯ҏٽX Èhެv00w#B~qx}ʺ.޾wwս̀PP̀@@@>Ӟؤ8̞լ̀ҏٛߦϙϙF Ιċҥⶶ̀٘`YڪȑXXMSɫQ̘Ϡѣҧ쿿ٟٟ̀pn߱ɔzzjaὒ̙߿ѤիsPP̀ߪ̙pnɜѠ͛Ҧװ㻻ֹ0.ppګѠ|% ةϠӨٳ޼ @?00٫٫͸,ť>޲ٳڶ߿ˑpppp5۳p`^A ǟpm00ZZNLӨ@>XXMVթy_٪hԦԩs!ƕs߳ǎγw#ƔBɚ̜̞śš‡ȏγz%‡ĊōƏݯγ|%܇ĊōƏȒɔʡib2‡ĊōƏȒɔ˘Ҩ~< bSz_K4T칅ƏȒɔ˘ȖsVU`pkkSۯ]qU(   "" Bhvvn\C) |nȫ¢ο瘔CC:|R#oD׸⸪漼ǯ߾utd_دz7Șߛ11+I z.ċᳳPP@:פXTGVٳq߽֬꼼ƌݱ@@ަߞӒzcd˜С缼PFppiq ݵŕ £}&ӣӣppɭ,//ŕCGÉ͙w&c!Əʕϝ;ȟuy繋ѧ}N vȟuy繋ѧ}N vȟuy繋ѧ}N v 00h ( 00 h^"00 %'  nM h^(0`wwxxwwpwwwwwxwxwww~pxwxp""'xw""""z"""'zp"""'p**"'"g**"x"xp**"x~x*x~xpxﹹw~w鹹~wpxp~~~xp~n~wp~nnnnnnngxvww~gnnngwwpxpwwwwxwwwwwwwwwwwwwwwwwxxxwwwwwwxwpwwwwwxpwxpwwwwwwwxqxwqwwwwwww??08?( @wwpwpxwxwxxp'x""'p""j""x*"xx*#x袹x蛛xxpxnnnnwnnwwwpwwwwwwwwxwwwwwxpwxxwwwwwwwwwqwq???a( wpwp"xpzpxxppxwwwwwwpxwwwwwwᇇxxxx(0`zfop̂׋晙ffee^^qqyUUzzqqyymmZFFʦI==xeeҷnddJIIVUUlkutԝǓol|fdڪ潻ҿ簬βkfʶub̻߬y`̳~^̒p̬ɪ忦řĦع—̤̲ə~xʔ̙͞ӧڵ̳חSƇxipniu{yˏMYdљвɹ4ux|ϖ˛Ӯ۶mî{juHVݮM3XFt&##0(<5QHm[R I5Ll}}}rrrgggddd]]]===666000WWUZWUWW7'''''7AUVWUC#[/>iiD>8!#7WZZSSSSSSSS~WU'%]469=EFHJNl0#AZ!d"(.469=EFHJMTr7ﰣ[$(.469=EFHJq*7Z˜c$(.469=EFMq*7񰙙ǁ\$(.469=ETP!AWZ $(.469Fr#Zȯe&$(.46J07U믘fm,& .5K#ꯘ%53,&  0Aꯡ/953,& >'Uꯡ]:953,&3 XYYYYO#鯠i=:953,&H d*gKYsssssss诠i=;:953,Mؠ*sqqqqqqq)A瑖m:::::::RmؖksvvvvvvvgA瑖]:::::::M *ؖB$1_`ajbgA摖^::::::;MK[d[ 6$(.469+A呕)::::EMTnlZ爁ed))dd++ee///^^^OYY䰳{{]^///^^^^QSMJJ}zwmmhvLHFFHJMZUYYYY}}}yyyti=BF JMRSX}}}yyyttDF JMRSU򲥩}}}yyyttpu JMRT}}}yyyttpDOMRTr}}}yyyttppGWRTZluunniiDu????( @vf}짰ݔ|~ƆÔzz坝~~wwrRRnn붶֨F77ɠ|hhǫQGG͵4//-**wssjhhCBBʖҊvqպ|uΜĜŷźշۨͻ³đ{iʹӞ涕ΫƊZØͥźȀ=͚͝ɟ̦s_˷qxɎ̖Dzzqgjbv{{Ҟ޽HZdbʓ֬ݶ*/>Icqǎѳlʍ»ěϺ{{U߮ްA|,٥/x<5-(A5UJs BYFJ1DUsssppp\\\MMM999&&&P.PLUBFUR@55BR͏ XRF:+.46*+5Rrt+#-28<CE=+FUxrVs^(,7YXg\(1eedSwwwj=B>䎞67\8Ξ) {A5>Yލ777\;4ͦe/_]`n5>Ӎ\\\;C6b2"&,\45>ԆhV  &ZU񷢭A !'*L嵠$) C2(%" !$+ᵠ^V<8\,%" #PᵐuAr;8\,%^:|𞣘u=rC;8721^.觡0 C<930>Yڦwuk0.>㧟⻎}BAADIN ᶴX*.**)6AD}IIXXֶuee*))))006O⥣||offZZZJjGGw~~vvvlia<<GNw~~vvphh?CGM~~vvpphc_HVXYdnzzqqmhcdNKKKKKQKTKKKK??a( |~ƥ˧Ş||cc`IIii}}N>>ͥttoZZ|ee=22;11^]]ǰɯƆ簥˦t843qfb췣л羬Ҥαȭĸ⶘ĝΩ̡ՙ]ɛҦүBA@hŋǎ㷈Ȫ͓£PQ^vҧm˖hhxpṀڳq˂ܳԴct)!!%,1BSk]lmm6a:}}}vvvsssnnnbbbWWWPPPKKK:::444///...---`ErT,-468akN.:><1A!%);=9P" 7Ue KY_HC J[5G3pWB '~{onyR@$#+wv}|sc2(&zmg]/0j^DqXMfSI* MxthbZQO;?Mulid\VLFMMMMMMMMMMMMŀ,% ŀ,WWF>(0` KpmX?+    &888ZZZHHH666y`F1#&@]pyzyoY?& 3HHHzzzbbbSSS===""" gQ:((S0 _@@vNN|SS|RR|RRtMMR66(S' LUUUו{zzYYYCCC111tgU99^^llϢ滻濿Ƨff\\F//zC;;;Ueee籱~xdddOOO?77}SSppٚپxxWW&TSSS)}}}̙̙ΟƠff̳ffF..V```H̞ʙʙ췏liىppF..SaaaHPItݮșș–rl̀ppF..A bbbH41`CVsƐ|vvaa&y'cccH  ff̳WWSdddH####`y@yyF//(eeeH 0 0 0 0i`쭭\\F eeeH(=(=(=(=&ssyy2""jfffH1I1I1I1I%M3ƩkGG$gggH;Y;Y;Y;Y-cvF̛ߍҊ\\.iiiHDfDfDfDf"3ssM湹zzvu}ffff?jjjH߾߾߾LsLsLsLs&:ssM游雛op߾ɪpp~}5$$EkkkHܹܹܹWWWW/Q |i泳欬ܹܹff5$$ElllHڵڵڵ___[O0viҟppڵĦff5$$EmmmHذذذ\UOMM0`mƓmkymk̀6$$?mmmHլլլ<@EJM2NnyyƋ◗rr8&&.nnnHӧӧӧ9<@EJ70mffff"oooH:ӭѢѢѢ^<@E<#i{ayҶܟXXcpppHӣѮΞΞΞΞΞΞĶZ~FVyyhFF@ rrrHxа̙̙̙̙̙̙̙̙̙řnlkk4""!sssHxϰʔʔʔʔʔʔʔʔʔʔҌpp̅UUC tttHxuβljljljljljljljljljljljusjj:&&uuuHyuk̳{{{{{{{{{{{{ojppqKK)vvvHz|㽖pppppppppppppmkfrrXX2 vvvHeeeeeeeeeeeeeedvett^^,8 wwwHZT .9DZZZZZZZZaff̰̕kk~TTxxxHO#ҙ۵ϖw; )2?ȌhhޓssmTT*OXXXƆ~B--=ccc#!%)!c&heee"1Btz``hhh"Sk,ȭǰlkk"ܳ]6ƥΥmno"źڳүa:_qv}"ϣfQҦɛ£˦{RR.uy}"ŧ㷈v^hhҤpp0 D www#q˂xhPՙ]⶘羬^^5""G lll$ԴṀpqd`"wooo5ĸtŞ˧lmmlv͓ŋĝ췣簥SRRgȒǎ̡ΩαлɭC 2GYjy©chvTEEEkb1='U 2GYjy©chvTEEEkb1='U 2GYjy©chvTEEEkb1='U((   }((   }((  ((   ( @33133233333333333333$DDDDDDDDDDD@12DDDDDDDDDDDDD2DDDDDD@DDDDDDC2DDDDDD34DDDDDC2DDDDD@30DDDDD3$DDDDD34DDDDD13$DDDDD@DDDDD@1332DDDDDDDDDDDC332DDDDDCDDDDD333$DDDDDDDD1333$DDDD#$DDD@133332DDDD34DDDC33332DDD@30DDD33333$DDB32DDD1333300(0` ʦ """)))UUUMMMBBB999|PP3f3333f333ff3fffff3f3f̙f3333f3333333333f3333333f3f33ff3f3f3f3333f3333333f3̙33333f333ff3ffffff3f33f3ff3f3f3ffff3fffffffff3fffffff3f̙ffff3ff333f3ff33fff33f3ff̙3f3f3333f333ff3fffff̙̙3̙f̙̙̙3f̙3f3f3333f333ff3fffff3f3f̙3ffffffffff!___wwwsQ0QKKKJmRRÚzzzXR10KJmR1XzzzzzzzzXR1KJmR11XzzzzzzzzzzzYX1KR1RRXàzzzzzzzzzzzzzzY1K뒼1RRRXàzzzzzzzzzzzzzzzzz1K1RRRXàzzzzzzzzzzzzzzzzzzY1J1RRRXzzzzzzzzzzRYzzzzzzzzRJ1XXXXzRRzz1m1YYYXzRRzzyR*1YYYXàzRRRzyQJ"Cm1YYYXàtQQRyyI''HHIm1zzzXàyQQQRO''''''I1zzzXànQQQyH'HRzzzXàynQtr''ImRzzzyànnyNHRzzzyànyx''HmRzzzyàysyq----'---'RzzzyàzzzH---'---HmRzzzyàx----'--'IRzXyq----I1l---HRzRXRRRXYXRXyH-...1'-...'ImRXXzzzzXRRXq'.U.'1'UUUH1XzK**KRR1Ryq'''1O.UUUHXXK1111Kzzz11s1'OUUU'ImyXX1111Rzz1R1UUUUHRX1RR1RàRKKKRzRR'UVVVOH1XX1RàRK111*1z1z1'VVVVOH1YY1RzR*1RR*1RsqOVVVVOI1YY1Q1XzzRRRR*zRHVVVVVOI1zz1myR1XXYzXRYY*1V'mRzzRmyRRRYY*1R'V}}}}V.HRzzRJyRzz0''OV}}OHXzzYKyRzz0qH''''qYzz1yRzz01zKmyRzz0yzRJRzzzQRRJmXzQXRKmn1XsyXzX1RXRyXRRzzRyyRXXzXRRyRXXzXRRBM>(:  3$DDC33DD@13333332DDC33DDC3333332DDC33DD3333333$DC33DD13333333$DC33D@1333333332D@30DC333333332DDDDD333333333$DDDD1333333333$DDD@133333333332DDDC33333333332DDD33333333333$DD133333333333$D@13333333333332D3333333333333"#33333333333333333333333??3333??33336:(`brt x܅\$8șJ_)[\`abfK  `abrt x܅ș<J_[\]`abf`^_MZ@ !L!This program cannot be run in DOS mode. $#\ǘg=g=g=˝a=t5b=t5`=g=A=˝f=˝d=f=˝f=Richg=PELG{@!  @P0@.text  `.data @.rsrc0@@.reloc@@B`tjzdVF8("B2 v1 G{@;InstallRunning1MBSA_INSTALLERRichEdit20Wriched20.dllSELECT `Control`.`Text` FROM `Control` WHERE `Control`.`Control` = 'License' NB10G{@c:\mbsa\target\retail\i386\MBSAInstall.pdb3@ h@jj4@<@=uh@h@t$ k3Vh@jh(@tV,@V0@3^VW@Wjj4@<@=uWjh(@t'jV$@tV0@h@h@t$_3^UTVu t&Wj3Y}EMEEPETE\@_tt&<@}uE}t ujP@3^UXS]V5@WjSj SEjXSEjZSEjSE @3j Y}E}M}3]]uĉuuЋȋEiɠ}MȺ`UUMiE`E3EPSE@=H@VEPh_u EE׉ES@EPVh9u ׉EEPVh3u S@E;E} MEVVh9u S@_^[VtP%D$^VtP &^U$V39uuuuuuu C SWuPM];u$9utu9utuCM}PhH@SVuut}MQPWqu^EPE PjuUE=u"EP;YEt.MQPju(;uh,@8@;ƉEuuY9utuS4VVVVVVVVhVh@VL@;ƉE=@VVVVjuVV׋;CPU;YEVVSPjuVVׅ~lu]Vj SH@EPS;u=u YST@u @u9uY9utu0uDSWWVP@uYuT@]u @u9uYtuS9utu3_[^u @uT@u\Y9utuuD$u9 @~,  @ @  @u<% @u3e  @h@h@ @ @Y?@ABCD1u}|aj/?LQUVW[[ffZe6 <܀܀ <999<< XY_______knqtwfjjjjw_JJJJJ_________))))%%%--002244LORUXknqtxz|~LRUX " ",.,.,.,.,,,,, ,,,,,,,, ,,  "  ,.,. ",.,. ",.  ",. ",.,""   ,,,,!!!!!!!KNQTW`loruloruKKro->>>>>>>JJJJJJZZ__________________))))))  Z%')+-02489;=?ABEGILORUXI\89;_iknqtwxz|~I89;89;&89;&89;888BI8e8  68  18   !"%ILRUX&7&7&g&&7&&7&&&7&&7&&7&&7&&7&&7&&7&&7&&7&&0 Q'؀ J̀}6 'J((((( 'J'J؀"*'J؀'J؀VV'؀&J'؀J'؀J5N'؀SJ؀'J؀'J؀'J€ɀ ::::``````` ``7PP,ǀǀǀ$L L ,[s, L,FF,̀2̀8,h,88Prr<ꀜ,<,xZ,π2@@@F,KZ,i<Z,i<,JZ_)2222222222222222222222222222222222222222wwwwwwwwwwwww܀eeeeEGGGggGGGGZ=IIIe61IZ=IIIIe61IZ=>>>JJZ_)  Z%%=?IIIIIIIIeee666111111I^^^^^^^^^^^^6^6^  N$=?NZ611NNNNNNNNNNNNNNNNNNNNN]NNNNNNNNNNNNNNNNNNNNNNNZNNNNNNNNNNNNNNNNNNNNNy2;chv{`d; MZ@ !L!This program cannot be run in DOS mode. $PEL3 l @ 50d.text `.rdata5 @@.rsrcg0h@@.reloc p@B33( ( ( ( ICONTMPL.EXE x  8 Ph           2h8p;(<@KShPY%~h(0`wwww}3UUww3Uw}י?1UWw3;Uw99?5U}ӓ;;W99?}ӓ;WӉ?Ә99sW}Ӊ?DDwӛ1$""Gӹ?B""D}ӛ1?"""$}ӹ?"""Gӛ9B""""G}ӹ?B""$}ӛ1B"""$wӹ?"$""Gӛr"*CB""D}ӹ999?B*"I$}ӛ9B"""Gӳ9?t*$BG}9DKB**$}ӛ119q"GJ**D}11;BG9***G};99}Ԣw98;?}J++jG};s;9;Ԫw9}1;1}KG;1}91wԪG8};dDDmӹw9Ӌ?Ӊw;?wq1}ӿ};?=331?????????( @wwwww335QUUw}85UW}ӉUW8U}93W88}9tD};9B"G9""G};B""$}9B$w;"**"G9*$"$};999K$w93DK*G3?"$}3Ҫ"G33*$}ӛ3}"Gӹ18y+$ӛq}*ӹ1}ӹDM;}ӛ;ӹ3wqӿ};}3331??x?x?8??( UU383Uӳ]ӹ]]ӹ""""ӛ2+"-3-ӱ"ӱݱ-ӱݱ"ӷ;=3?D}݀9"G݀3"G9r?k   ~ BXGBG!!#|"C}%O%((QT*/ / 0#5h<(=og@ HC/G3L1eOWS8T=\@`fffEgl2:rF0sNu|9@KXd{x d"Y_*U\MSplrq5X!lu9}8 kzwկ;xDLz>ua?&H!oX 2N#C>'1Gw-=49XJNP?[xI[bPjt[zdl~fjn|rux{~**********LLIG8:1.,*****LLqkcI81,****LYiqdH8,****L`civoQ8,**Lcdciv`?,**Yhhhi}`;,**`kkkl|Q,,*`ooopzgtc-,`qqqlzXg}Y,`xxqrzPg{nN@,c|x|i{MKU\2%"*c|||tSFKK^\*ctR*dsnA4n&*dsj *ds56**fmynu Y *fwdvPUPm|okisu  TYB **flpohamuYB *Yp}@HHCec`aOJYB *PpEYYYYE~VY=0]YB *PfoYc`YMYaYB $$$*P_w`kk`Me7??eauaB$$$ *PZqo`MP@Y`YDZ`YB((((*`xx`MeHchdDZdB!++++*c||cGVl}}[booD}fB'////**ccB*PPPYfpv}lbxxDVB)////*dcB*PPPPWb||DBBB)3333)*_oB*WbI*#+99#*_vB*WbI*!_|B**WbI*_cwB*WbI*_}fB*W~G*_[[B**lwB*_ld8****VlB*_p~fQZpL*_l[L*_[~[L*_[pw}wd__*______???????????( @nwA~@j E|Cc?FC\E DV#%*L/$7]9';M=hu?LBNCmcE2L;yM@_U`fff_jlIn<3oOw(K*Lcq[iÎ(UX}!\feh@#fgz"v:,,='E"mOr(1hCVT.~%I{:'_hE>9zFn36}RX:@H^JYgyb|V[saglptx""""""""DP??:/$"""""?dofA1$""""?SdoC($"""XXdU($"I\\di|s=$"IeedYYvE-"IkkdBMv}L"IrrdL;@dZ"I||dV6;Q*"I~~d86^ "Id80gJ"IbF5l# "Ib3"Iy]bqnwO K" "I`c\X\X\kk]qz +K""ItQ99Myim\UKj..xN""IyG"''"Ir7$"III\mX2G"!,,"I7$"G~\""IC$"Gf"Iu)$"Ga"I[&$"""Ga"I{h4$$G"Iu]]h"I_{U"IIIIII???@x?x8( z|$t*#4"MZ-TQ]TaFcfffl3F|?6m@7uShZj;GP/U7@DD3&ZZ_5o`hN|nqps}555555555555555555555555555 555555;77 55555$<881! 55555(39:*  55555-2==?5555564>?? 55555 )0"5555& 55555,/#5555,5%555555,%555555,'5555555555+.5555555555555555555555kd?BrdL;cq"(0`  %Ldpnd\RA1$ -ea}t[z\{Ib)7ydM7'  4y0UOO5({b>S|bD+  %1C>jjjjjjcP5b(5_= 7I- =oooooooooooL*Yw%j?;rrrrrrrrrrrrrkHj$d3:uuuuuuuusnruuuuuXa~F %%%8xxxxxxxxteentxxxxxD&3L ,,,7{{{{{{{{x\BJl{{{{{{l;O' 3335\ACm^1:::7\?At~rLqSAAAAxC4"3"3"3{ 6g`ʱC<}5}izfS|/?y@f-(=(=(=f%FIȒ&.Dx} /?y ~/G/G/G#5?y8 BM &%DN dnrN| }&?yg(<6Q6Q6Q(9m s.b 30 D:r ui {R?y`f=\=\=\=\L(3aj+ >:D|N}u@U(?y"3DfDfDfDfH,Tn:IIq0V^&0+(u^"AiW?y8TKpKpKpKpI,T Z( UT5Uĕ%=I^.0<<uMg_?yp<[QzQzQzQz f4P&g$__I Bv0IIuXu8 ?yfBcXXXXBc!3a8ff-3Dg0WV|w#?yff/GGk__/G?y6(ƵbpLb90b_|w#?y@?y?yffff[]9DG q;t*M=(MOÆSwyE`WB *ŽÎ5IGI';';L.': B){|.Ckk}&?yp$72L2L$ q,͢%#fX5xBkQE>]>]>]2` j/:(f ^(BX%?y@OXInInIn/Z yEM:n;gw')d4 ?yR\OwOwOw7g .‡`H4E_@V&S‡. > 8J, EU`Df[[LB =Ue^Ql0[-/?y`M$NENEF6/[j!Ez^!i5/ff3f3f3ÉeQlT#%z;,BT92BnR,:pE:q Ȓ|Mk3D@VF͢i``MOj|s=|1j|A*Ʀ<ʬ=<ʬ(f6C %+??8??????(  O[7jJag4 gqss |q"<&}}^qA.@5@oFc| */@NlmJz<^*`@p@Fc*|z@@U7D?;|PEz2Z@5"M?xz|2+nn@P@P#4|=#SZ@\z%H(3#4|IRvZ%vTM'!#4  ShA5\"}4 \`|Y9LV\h\1B( !?? 00h (00 h00 %   h PADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDINGXXPADDINGPADDP{z{    &  {anprx;hhhvmoqw;hhhuR!#%')+-/13579;=?ACEGIKMOQSUWY[]_acegikmoqsuwz{}~   !#%')+-/35679<>?@ACDEFGHIJKLNPQRSUWXYZ[]^_`deeH buf倹N~hGwQO+0b#'vϛP, y(2AmO7|>M#OýZM߹bv̀ ;OS W~s{R.'>`Vf:AVS '+Hitcӂb~820ه-AחiD=uv&z6h3*e3vu+ BcH_*DB1(=1dikSa\mai˵2>XgԲ"gօ*3q+>)CF)]Vzf~$r͑={ Z|51zjV%Ї?QudBaEe8f)عkkyr5 {}tN%ķs kn?%k Q^;[1ݹr{[ æ;'>D*븄%"aX<ۈj:!Zhߏ-&]0@=uI| r2t.nHcg ,됝r# G?.ͳ8#9Ns ֔ Uf{M/LaG+9fI6i>ʼnza JZq`( t cTԚ\T hjQ n D"iP0m y*5$6zpArcBj B77t3I Z!$}{j!wTeb!a6dJzcFS lg_3V"[RCma2/.EvzrBGk;^sth #$j{C ubh=7w;<-6։W0 c9IJXmSU)*8h)k,a!b5xx$߼7bH3ix28 K/hRFKhU6vL9Vvg*U6:0YH9y`jvWGJ;jE ѝ OvZ216Sܢ;JJAz4]#.y{6__H,Gmڎ٠"cT8k7ipIs/^Y52l6pF)L'3H]_:IOZsm#pCHU T~BSE7i36]HuB6Efઉ\x|*H:kt #,9/P5xIR{6j c<<%n{MPG}A#I9\lYG㕆L_#};C9g]nͮqa(2XSު ݁a%NH$B($!ڿ2'X00IfƞQ?^oP9D3%5A7<x(0d v䷧]6톽bo'$ocJ`^oq`uT[׺aNcÌ21 hf Tܾn;iLy#g+Hm`c#(KY,G$H4c03Q{/ތ؄,F\|(<1k}T" mnĴר,-+r0*c-NL<@hG-?,T\vf&P p5xlז7x!g{y_ce!i/;!_ZN%N6x֧!yn:B.O2ԯqfe4d;RHjbB.pe  (2ϊgmg(rh ʔ xA@98<:wxcdeghi46758BFA@GEDCNMSRTSRTSRTSRTSRTSRT$&(*,.0JKMOQSUWY[]_acdfhjlnprt#%')+-GI%LNPRTVXZ\^`bNegikmoqs  !M !"#$%&'()*+,-./012345678yNPR!#%')+-/13579;=?ACEGIKMOQSUWY[]_acegikmoqsuwz{}~      !"#$%&'()*+,-./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 e C D E F G H I J K L M N O P Q R S T U V W X Z [ \ ] ^ _ ` a b c d f i j k l m n o p q r s t u MSCF8Zj00' mbsa.exe 00( mbsacli.exen 00& serversecure.dllH00% xmldb.dll H00$ hfdll.dll6 %0v msvcp60.dll6&00| about.htmlQ&00| computerMRU.xslKp&00| copyreport.xslsi&00| copyreportlist.xslpo&00| copyreportlisttxt.xslx49t&00| copyreporttxt.xsl$-&00| Default.htmlM&00| domainMRU.xsl"&00| errors.htmld&00| errors.xsli &00| Footer.htmlv&00| Header.htmlF`&00| ipMRU.xsl&00| iprangeMRU.xsl &00| officeadapt.xslm&00| onereport.htmluR&)0 optionshelp.htmlC '00| pickcomputer.html$SQQ'00| pickcomputers.htmlu'00| pickreport.html#'00| PrintReport.htmlK)'00| printreport.xslg (00| PrintReportList.htmlJ8 (00| report.html[(00| report.xsl0z(00| reportdetails.htmlو(00| reportdetails.xsl(00| reportdetailsHF.xsl\(00| reportdetailsHFSQL.xsl (00| reportdetailsSQL.xsl(00| reportnamelist.xsl (00| reports.htmlY (00| reports.xsl(00| scan.html)00| ShowReport.htmlS)00| susMRU.xsl )00| ToolBar.html -)00| viewerrors.html4)00| viewreport.html &F)00| welcome.html 0Z)00| newversion.html d)00| reportdetailsIEZones.xslR p)00| reportdetailsIEZonesSub.htmly)00| reportdetailsIEZonesSub.xslF)00} Checks.csv)00} Details.csv)00} NoExpireOk.txtw)00} Services.txt G)00} cmdDetailReport.xslqP)00} cmdDetailReport_v.xsl *00} cmdErrors.xsl*00} cmdOverviewReport.xsli'*00} cmdReportList.xsl'B+*.0 check20001.html i2*.0 check20001fix.html;*.0 check5311.html V*.0 check53110.html0d*.0 check53110fix.htmlv*.0 check53111.htmlJ h*.0 check53111fix.html*.0 check53112.htmlZ L*.0 check53112fix.html*.0 check53114.htmlT*.0 check53114fix.html*.0 check53115.html*.0 check53115fix.htmlD*.0 check53116.html=*.0 check53116fix.html*.0 check53117.htmlZ*.0 check53117fix.html O*.0 check5311fix.html*.0 check5313.html +.0 check5313fix.html~ +.0 check5314.html|+.0 check5314fix.htmlB+.0 check5315.htmltX*+.0 check5315fix.html<+.0 check5316.htmlaB+.0 check5316fix.htmlG+.0 check5317.html M+.0 check5317fix.html [+.0 check5318.htmlg+.0 check5318fix.htmly+.0 check5319.html>ˆ+.0 check5319fix.html+.0 check5321.html+.0 check5321fix.html Ħ+.0 check5323.html ͮ+.0 check5323fix.htmla+.0 check5324.html+.0 check5324fix.html+.0 check5325.html +.0 check5325fix.htmlh+.0 check5326.htmlNQ+.0 check5326fix.html+.0 check5327.html b,.0 check5327fix.htmlN,.0 check5328.htmlkC,.0 check5328fix.html-,.0 check5331.html|3,.0 check53310.html ]:,.0 check53310fix.htmlV G,.0 check53311.html \Q,.0 check53311fix.htmlU_,.0 check53312.html80h,.0 check53312fix.htmlhp,.0 check5331fix.htmljCv,.0 check5333.html ,.0 check5333fix.htmlY,.0 check5334.html!,.0 check5334fix.html 6,.0 check5335.html,.0 check5335fix.html k,.0 check5336.html] 5,.0 check5336fix.htmlt,.0 check5337.html~ ,.0 check5337fix.html -.0 check5338.html -.0 check5338fix.html- -.0 check5339.html G!-.0 check5339fix.html *-.0 check53176.html 8-.0 check53176fix.html KF-.0 check53177.html T-.0 check53177fix.htmla-.0 check53178.htmlBi-.0 check53178fix.htmlxw-.0 check53179.html X-.0 check53179fix.htmli-)0 mbsahelp.htmlt[-)0 readme.htmlQ.%0u footer.cssR.%0u resultdetails.css'T.%0u scanner.css/c.%0u coUA.css .%0u coUAprint.cssB.%0u!arrow.gif.%0u!arrow_disabled.gifM.%0u!astrx.gif*yڨ.%0u!banner.jpgB"/%0u!barrow.gifF&/%0u!barrow_disabled.gif%)/%0u!chek_grn.gif+/%0u!close_1.gif./%0u!close_2.gif2/%0u!close_3.gifhr6/%0u!copy.gifL6/%0u!dash.gif&:/%0u!excl_gld.gif$;/%0u!excl_red.gifV+H/%0u!progress_empty.gif>K/%0u!RightCorner.gifN/%0u!score_1.gifIT/%0u!score_3.gif*[/%0u!spacer.gif:>[/%0u!star_blu.gifx\/%0u!toc_endnode.gif\/00| wait_m.cur6_/%0u!x_gold.gif43a/%0u!x_red.gif9Lgb/00| dropdown.js/00| object.js/%0u convert.exe`1%0u inventory.exe@`2%0u oudetect.dll^w9CK}\TGY@AE{! AcC# RT"A1*"i®t KcbF!cKD#IgDĠ g |\@0(r!JOtE*'ݜ4 I3i5"K94ƤYo I3ښ4pr@ojNP4ݑgi|PVG? M d>P12fSY1inAn=' 2˄4o`Jπ8 L!Pw4FސSfipAyDzoSR`7t:hpuBr` 1l߇O_6uț,6(+uw_πSXdb`o{h M7C sK\Fa c6 0FS~P6m$ {kq,亢hؽ A(@t#.}F׏hs?i/ј@2%Gb^@ ,5z؀X$+ +ՂܩJ0ya oCyH=)vX^(b/Ȇ{Vȓ :4ҥzh} )kM/WPz7ۓܖ瑦P]G}gR \;@g8D;y~rFq1Xq ?#])Gt5:tI`Xؚ|q'͵!(x ] 1sl8eh\xLD԰UT|܀Ux#"b{t )? XwR| <}#Ƥ4&=ᾙ'G ޭ|:Z8!B5:1B3:~$'ʱ^^6N+jߠ61ST;FN /{uBڬѳzjs"=g,㠏v{+Ȍ6*XYf?>4j&u9Dǘ;,Ĭ[gZ󕄜슮m%$ѤήT\V|q+=``F睟n?]Jqw<혓'`>?m7,cL}Vd<F;:1?G:d[`nxL8[+D" .HW鼨qc!-  B(̯􏫭sBq=W]^ GhG7BSr K׿r$dNh6ԈbG97f. S!y6^d.J.?,?0K>ʻ]*ݯp(*+?"H]ȬyɥF;P̬MRL|DK#cak8SF YK{b_фho4N֯1$ZAUO_8\ۘOS 4*96WxyGS4/tb,{3eq#hlpr̛szkeRM*;(5B%^Xmk'Jgmlp:{Q$6`z תK24tZϬW~,sMסUЎscBY׹AHY{U?J,:)</3}Y0{*3LxYmʻBf"JEIN T̫+es7V=U=;_ɢ^e#|B>NdR:jGG̺4Dߔxѣ#c1W7~.7'˫^χzHt_=ϛ?Oi徧P/EPΊy=>3z;ѝ[` 7IɍP*wע| ru^vF䃯#F/MEWP~۰r(w]iP1aKs ڄ_FkL ¨ܨzWK(kcnٖF`LBgsYN\a *hZXUն^ *zVaP>w *v|,똌!:NT%h1* 7ׂ JЩ& ti.t]%ZA Ymt9 zRгW.h Z(h-TPHPAM5JFP;A,h7A{ $z :HP_A.HAG :NP1&tɂj#h ]"2AW VntrDY4GNY:bm_](Eᛸx.6V(?dmlg6 Omk'?S }.ҿ2'wl| $==z~F*yoNm;n\mR^[7q*:}FEiW65-ڊgHɅomuY>TP+U"Q?E+Y|Li6D#q.V(;x }{%\1R<$7곖azHi H&|Ο.~EE<?. [lކ+dˋޔM8RrNsY(^-,#QvQ0^>yLJZG]欛`)ᤕ] +zr n'i62Z.[LfO@!{\=WEzwd{r?3y< {UZL*2ZEfN2Ud!3Zdn Gj2^OR{Q%Q*gn6W)oosm*<(ˊȫ /;z;z;z$bF)F|CTމ/ĈPUZ11H<@ "TĈ8WTbD*>qy)~ꘈQ1CBc#J^1*B#cPb|XDRQOO.MD!PYlI7H/4ã& d:+a\O8QkLKREUW4{ow$xK4 d*>N KROU*&"aҔĨ8U$ #$sTdF" C )șJ S&) g$C(ddXJ~e,VHq'GP /26-8R!c,}Ԥ: 7*eD"zs V'B"ã&ccX }tV*!$4!!D5-!/pnn%ww>rQlD^ȅ8{XJL zoH$:GT=H+n|hRTXFrTnvaUbh*}{*=.b]buKԭ(GyQdt.n!0-d:bQmQQ=z_@DV &it߉~罛(p߈23e{)C)#OF<`OXA v@b|0: Ǝ @*2 Sq=zogLŤ料|aRN,uByac _6xY5U{U#UM& iOT|^ 鄘篐S"oiR!O&N*z_(WAد)8AGOH?*\oP$:9uϯ_T k߭{|:'_~vRUřJ;ca_e+'ۤ;m&YiW;ޱWrIB|2U4]{eOWO8-S o_IV] {{J@>.!"BpFxش#>_IVџ4)ydx)CҍLAHya8eJML$re[6GT☱.3ӅgYX%ᒳہl) ,R9gjY XTʯZEWe\s+2\jtZNfeh^_jsV֪,lHR!2JtOyyz)sպ4gwβXv;XfR=lmR3F;eK"_;q8sѣGTR!_G,o fu?|c7B1WTG':xVh yg4)`cQRGd le/䅗28g7O%(wΝ;x.)"9;/'p/XѤOK:1܎kK,T-<@S&;P cѺi͹zI0zp} PÃGLODx\FD\Lf"._mAn<731ܛʱBfRf 7Ԕa!2P1M>ɟLbQG4埋@Q0s?G%->u>3[d?|)K- oq-)!E?%GXkmW%Y3ہ3g[m|/,߭uV,[bvF}IM.߮w=wgL# 0ހ%Tʀ&PmjɌʹ Mcd38%Y,iIVۑz`O;5ӾFm3#H3A{:܁6J6[Q^\J_ d:ȓH_RwiĚrN}&Qdd$y0`ݣݒh^M >M&gw 7F>K3ϴdx!لmb yPKo* ؾV1dIgRk鵘udH)Il&n!zn^r}Bm~J^K?%ߏ#od;J9ͺp2OS343X},2kQ|9p ,@_[;#W4d5ynm}zݾAoIݤ7iʩ|zk7gy9E#ݢw>Ms.+ uV_KݣWϗ i"C1E_Nމg43ZR.=|F%~b.~A)>*E%`I9/Ԃ2[XFњ'e[I]{^& 3(;FW`4GF3~b4FیVa(!]}P ^)猎k*bOÚFp((3ЩO._)ӴgϞ41ǩ{?JV'rziqaQh? ,uE-YjMVW`R rX:s=Ǹ'Y~/Xt9Yh)l 0xحݜ a %۶Ja0Wdukz R dR>f-^<@! 5͝;Wd0u_WP_Ѥ| TKa=]gl1La$ F'޳WޱɁTA=}&c<&Z[{ph#!s)TJV/Yg׮KwϋWM<*!r9iqjFA={Z4lԨQf#_M#O ?1*I*4Ʃ`*IXŋ UjOM[5챆Zjհj'ݕ>hg0waBm_[۵kgZd{޹{[7 m* P[E # ۰s.ߔCp]۪L$7.Trֈnn6C!~;dhYGM0cmw5qykpChQmX`RKW, 9|H|m'0Ťddd|E))SCB^qc&DskRx"WϫϡجVuu>ϯxnV ,?G̟_oW90_zne\ğSx~eVV*x~*Wڟ_qX ϭ^rNL!?Ȉ?Ux_:R`5QL=ڔ.0#ds kF-|GKrЖpM.r旧,t)Zs)&|>}=zN9OӞi֭22ZR\FwqT:w\d{ϘюᬹXpgK Μ8w.{p3ElPg[vuغ/`N|dv/غX"v5$lG _TK.>Gg~ҨYV_68x d﷪O@~/Omߴi[=JxzeytS)3sf|q9=V7Z6L+| OMXaFWxx)}^1:36n 4(g|_QZ+phicOp!5lҤ`۶M4k6z$&N3i… vBz+UC2O88KCljZVyovayzv#|HZ PgאH>>{LZ\ ٭uXa>>>`~JVxsc`y˵zsgIG[g:ZnT2SNYY~S i{=py3){ aGN7f̺uʺfOȌuf9 0k[;4bwK=T#3 P}C lv{nEESg"YgL|PsSxD&dl@FKꓝxN$L?pj oJ}S8H&۱ޠc PnQEsf'XR(pj5k~yA^ Ǭu㣰:O!gnS/sߥ4Z!)OCr57B1_L?6J5IH5rAOm-f[Y' ^/&"TZkԴcʥwvJ K;W''^[;:1shlPG߾fn |v~nnI6mۿMad[߰(uKvXX6o(UЦYז-;641,ձ J+gt63hK[4Y,;uiݤ[W^361<-_qz࠵ڷoJ-Yb8^1u6ou$Qg.g=niЩ'/1-++qB)zGu7?_ӕ~b?A>?Co[.2ˍ߲nA2aMf<jӑujiF_ˏ_cW\>ήB-%^x :VȚl(zmjml+oɇYm?Tg7Y7?Dz˒޵cS|9T3q&SLc\_vZ$g˿CF\Y?2{+1grpF<^ab.)s)ks~п1wK8Z[͆<_;{'{t(%[:0p9XorT/“RI[ՉŘ#w lH+|R!3)6&5;\~#5&/AscN<ߑ[?J2/!i6uB{{ {bZ0Y<}_ - q}=+c+JKzcCg.gS/ߊ#LHs-&gÿ-X$6 mv9;RZVcxS~6LpKWqOP'}z)e?^b̹<{rZx 2`lJu6iqaٟSVf@d |&Wi>#f%e2C_u'qNKQ/}CIѾ`|'#On56.pDWg{u qzy;gǰ>#R\͘՞vh͹'7nL+&PYM~6^:zb|&[\\* rҘi{kϬY{} {/(W ]ַcڋa˼Pc1s!8JnN|͉.eqݹWYďENI2MMY~[{e98 rM9†plv/TEkO,d+`2ô|.oy8Zyz_bckf21Mfn>aݹmv[8벏&VXڸˁ|;?pp~ʦ7ĺ6+,|؜_Xʭ†lG UUÆufZVþ^U5I~SwXv܃V1^|_hh=G?dOct*n k6$6n"Fm)|.>?3s,bI\0S3e.m|0^'OoY<1ox3!Ơz#k ͸ςIa3}%{sNL g~Ywy!wؓa Y|؅fزUj{>ߛak Sg[ʘSLi]'Xo\Odžޝ^ 0 cWי TH$?Vq?#҇/&CK] \VT4+3,-23s%O. .)* -74p 7\qAr˅¤$JA>{~9󾳜93;L=xR~,Hr0}.#l .5~3rbHcƫyc٢KV+Șy5>>,:'sB%(LNK[җz.Gx_lh Շsʾ4}1FU׋ْ3)fh@9by_ߛĆpPm?uM?sTpfܛq߹g|$],9&Ɲw+TlD1Ur,زcblcV-{<;ŌtzD%yf;٦);&)l1r>㽝2*Ϻj@,ݵ_yկse.ƫ ekzyqo_vrswM{ΨyB iP5"g9yO|q -1O?-wu_OwR$Och~ROE p1OiDaDls;V˭Fl4&哭!;@B]ŀ;b~/ |#a2;ƯQo:n[}oK}Fz8qd6yӅd򄵢nu_DTSWsԃT}8D<"֑'℔_yMweEw h='ؼj/OݨhM+Γ݄k9Vq[֨z@%,LCQ ]qm- hWfE?آs\ObVm97q{oֵÏ ^dJU^p~ pXf#dTx{xrt:G %,/ c/u\VviQ_? Aat=}eG2H׍t-bY+tQza,p-{A$ұ>)^=&r2XScjM7jmw쾴E> kPG6626kf{m`ݨdIjQ랟Ꮿ_Mv抲p-d/z9PۼpIoCҍeA {䇻.e!Ԝj {cꪎ &oԖv[[E|nc* ś&eyW; < fi@uѷZvy0+{`xMAT TW !omD%!1LON5j^|O}yquok觮^ڦ}bmןo㙷~I+zO4.ms̍QJ'KIJbSˉ r{/"ČO]rQi2m5t-zКmOo|MhH:Mf]OsAvU:P~-/(aFnX|i)Rf1enCt;O|-Q%^ ^aDžׅl Ji]dpѼ4=os S 'ӳAV͞F{GznF( )N=cwYᬳGY-f~5'oN8nzLs/;w7}Ge>Rl{U,(a!4GěN7 ҥŔ#sMXȯ2mZ),,cwhBh(2DTT1rSS/b1ZVaYb'VI3}lI-~ИI}:J5R~2]_D;v HG5` @ d xA@ϵzil `uZ.h[́ԕ;0 [3=#o$ S X DaxؤҸvSڃ7J><`-d_Qr#\^Vr1 TH8Ȍ7Wh[zYQNM40ۛuw[NIwlzjPf=d~5w;*k^aw> %˸![0 4`˿/]Zskdv㹧kOӵr9=c^㇌tӏ{^;n0Oo?ih &-s._6AR&Rs u?z!ٙ(GB LJFNz*3ו\'V0_h\$ޓK\x+z3 Eߦ ^xUa|?. |-!cܟe=*Wkg3>~x8b|•:o&t=Ag0>lNg 3>OC9P|17q^Gr0>9n8BE*!3qsܞ9q.e<~` ??qGa?ƫ.`)O2^d;v="e|+ !H?{/Ӿ^ORƀG"~hƗx‘COo&Jn\7P*/ ߓ T$σsߤ@g_AILzg|"8nhpk'7Ǔ^@apˡhÔ?p- 8oHO0ߕqoJ\5! K֙H+=G~xee  ~J0x)[(.9O?)8х78Dx#*'p8]߇,*p?!]ߛt=8a 0,㓩~SS(]gmH/pr#wz2 GS;Q9PGӝMlrB#H?0+k x8||Lj)lzMu@{roAx4 N#S})/s*xWWj' lG j 7K||"nK;!}?A$ܝ\N1#Ϧ%Ֆ碽1>f !y6Ӿt?{Pud|'p9Dk< o]Pߦ 9TkTr{Ɲ)^T_`/7wx|N%}2>%ϧ\*6ytKn=*w#'uGhHnnN5'p,؟gۂR@bup8J|_oSn`[m7Cx{5!Ns^ (pozMuWoU}C#ڢn +4I3628Pq=XglNRUb X.X K@b_BtAJ߻o>X?A| )m"~   ~ο$o|k:g9c}CO$I WkHO|$*/p<?` rRG D=扤81s(H?w~Q.y#BkxIx?2?oE s,)s'SVކrp|ǑG>vmg.k}FܗCxx~🨯+s'>:HgϠ><ޤ C.@z| g|,>yqz9GE)/|? 4p/ir,~gh'.!>-#G0w п:%"~s7įh_~&SO<] sG ohS(_FWgPuf v (W /| op)3)L9Ő ʡ{ILre W1N%o(9I)ϨӳtŭUTuP6)A,q]x X{_.'[gFEq:zGUЦbH)3K[\&87fPVIۥ-]³n]Q+oWh!hH#}1ߨCbWmX_hO'[mŷw%.yש )^3صyxuqz3bWךw,D%uhا#kdF5Z;d9NԤf{ 8yp=c^E¼Mz.uJTvwn+XҟCtOAPtТmCB[}@_Qk w\q-WQ+66ikhҺC٭ҿ]qֈǫt|mުfڤhhCFg:`~5L-'WZTf͚ ,:<򬝓"K]*/JxԥMe)q툔]F%Ҿ^K8p,shZGoQz:(>Uz, 5_7IP\.+rpj-çXZ?kJZ9o$%z"vxJt2]z"}e2\O*K5,f&fbxi 샕Y! @]%gY" !ϼ'-\9P}3jGە{by]HTu d#vm6Be^4^b{ʾ#kayccbAֳK2R`P80> m@˜h}6g !Vy]6]xMkAK~m 2YE5tMœsW?KX(˫"9BDkGռ !ٜ%*`YGAVdeɼ5u׹1BZ6ɇ[rF{${:ĻVd8b[Q%[iτPS [eZUG3G I;gy?7ڌZE$'hH3it6[%w,3ɞp ~r|TsF֣65ڼYW>Bۡ5JbOh8*&BFYPuAmhHS_RoT\ԶOT/G3wU35ǫu'ʷ I'7oDEnO*ޔZ*+N*1Zt?dGD$Нw?:]5zZ"z=q ~,4^3UK*Whf'ni @xJ|ӪbjIӂt4i|۪qx"ANndE54Ry߼'i:CQS0&V?yl+bW0?[= -Th2K0ٔũ,VJX'LN]<^96)n]FkR=, mօb6ߐws\&=y'7"χyq㴦H)n%k+G12O0n ̵ob/u`.P,11[y%p5ps?2?!%/γV5-5-[H'#q}a.g2~[n^Fr S/GQWxco@5H=$e3ʕ2Ϥ5Qq%b+5wD+c*H503{U1Z֤,CؚٓSZʹiwiW03^})u4mIAѤR"4ڽs2O(gsuBnV1ew90i%7kTwbҙe ߅}ͷ8}vQJ-sOi]%h8x!yU13+L{ݾ!7[钯nrQ,pňp$Fu=GU1y{v@**\XG]E/sIw<% 㰊7x+ȡGCw|`an!~*,=(u=,E8|D.uVİIḄjRqXh2?P^Xj@Ѫ<5"Q'aXr"|P7xR~K#Vܶ5ο'{Uե_(Gp+ct89?gu1udH \1zd=wM3o:h4id:\WQYy0pGU+w4 7owN%%ߧ_c{;| NۘnʮjfDz8/vgVH;\OVހRoDxI,˄]SLr ~?L{zfG&QɦX|4eFIvЏ'B75j[91YY;dqI^,3NlY\5*߲]C*txqaX`]Gxu:jfxvg{yp|wwtg(5ǃٲiDqX;<|g>FaEqVt]Y%9|nd|5'Y?Xr?@i:qJER_xL]2XWi]yj׽f[ag];>:Hu6r5m^ë:#ݖm9#6ϿF :1+GKa?)Hu&s&4/>'Gۭn;<@N/QL蛈>-yC`c-oeͰ5w>'1Wd `\=ygf_7i%CGv \+<^}j+A~YoP,_<+A+v?5c߾ooƅ4sWi}'}0̈́ o"ŁȒjEݎqTNĴ+)Y%Oz=v~~X^dcۏiY:l8>Þh)⭚GaйNׁh{TJ3^TǯUd \o7+zH?68\y"Sp&JgQ3߯6+r.*OZ?{8LR;r=Kgc$~gm[$npI"k"3u|ݾm?/Z߭f;F-\U5W+*?5qv*_8h$XWwRMY3ӿuǓ'X;Vwe'c|Rf.CK= pEvݻ+iW^2?>٫,!e%YƇly;ޟwv%&+EHrG*!p$.pپKPq,eby==Vd utOwOׯ_~QGQa4>M?M\]>>rb&/i1pd )\b6+7R 5HkRl4m7*įyޣf 곕v̻ Q8f׽]r5Q]joPT$-OtgF 2}}՝fyoM{Vç{ٴh2qxjFfK ۙsIY~Ƞ)ߺ߱VUUsN$=@!R;"$pHج qiOX`эBB(ZcOeF|xQjdm97o)Q1j2e@6ScKg&Nb'҃:[ d'Wo^{,ړ3=93clfr^׉=J;isQElNܾ5|k63^mkd@r 겤v읭jwˊ |u[]Q'yk3l[Ẉ]7k ru'"vGII0ΠuYa{5\_&Fr1"7L>Pg1=_slnM-0ny ϻ erQdީs:q$V_vi"5yXTjgWelډɪ_7 ƾ:;֫ݖU^8f?]Փ7P9 t&gk=I;hJ|T[{2S,YYB9]ACzSk"ڹa3Äʐ3w3-DScG =m짢=5W:N'OK*/<}^6 _ EcSzr3Qn5_jmcVy@X]zUo2䧪-qf4-,@Bc7lnLVQ^f>Jd\ X@ڸo)6LrRAhi1x[2ty%f|ږ*_LSԭQYls15r=>ʌmF3hdžM2]0gVBS4;W$ aQ+GXoJVaYYgaet JwZH?BkW /u@z ')x^]; L_‘9GeV]FDa6ip vIxWFs<|zcqq9kq><VFyD=gzyuy >oX5;l[G92Xk9b-i̱㫩l띖eTg_Zl%lenZ%!O,+(o(P+_v.vI^gG@q+gf3l-u~6YE#Ǟ;_ _u3?G7*j f~?NJy|k_ëIs)vX]> [}.72CmU8l^&)܍^?u 3SR ,hF,;;yY|nhkVOV 7$ap=enA#Mkoldcץcksu'`HεPwUZ"=CimF]Aָr2Mś3? fx4 Zjw[֖MVW.RW.LmvmJrCt&XiQG>vk$E6+P\ۡB㳾WAl@Ł[z$z'!tP%THAͥ\ε4/Nëh=~cvhmb9 }ǹ>yu].ڒMMtXQ̿l*g!jϷ̓.UXWuFK_9Y-#o0-ەǵLRO3 Hqq^>p񿉶.Ԭ΄9 J7G >ڨ8( /_7ɚk$S YZM ldM?S "P2/"߆&x oȯc Is,T( k_cME䫴qj[ ߤ+3JF%~o]'7ᬮ]j.Et$}DLڳRvLiTjl j}wXE WD=aE*MmCN| m/"~ T@“o -QjM6}]VV2UNa˧`[Vk}SDt_a͗1&ji:YXKԕr+dˆYG]O[Ib槚y lT@觀5cNO|&oC{#eiDOHR?D݆jUzLZ)zw&gCQոySQ4=h! #;Jh7.K1y^-Ʊ ̰nSyx[q}m ƷS. B8%"вjp]No%ӠaFCzcj JT8kGR}SJƤH]/JG0|WN%ñB*"p6~1 jz".IZk/!Sk1> aclg,>$ѳN_^<O6 Sd<(ɰ`E`<)I06h֪״}fh'-7ˆ0nf~~dg60?}WOcpTd2*X(j_C^_NOi[R]t= @`a>ILr$R/O R,' 1( H| l((-[NN(KNbDMǂ$#[xLSGH.j,7;xLC<$*LI! #\IQҮ$$MELh8} ƠUip@+ D$QHWSb0EKCt"OIDaNBMpy|AcQ)$ﲼy4(k֒8p,EBJH 1ɸM aڻJ k=I1I?VJ\Mn"CpKi)I1؊|>tg%1r%[= uHN1PsDn:F~ i )^F?Y>~_޵1W=fwGP8HyK=q,^L9QTDWo/q՛%$ٽo?7@%7\$ KL]0/Dӷ7?2߳wꃷK(ju=nssU蟱cX^,cpKܞi޲3g^su0o͛n+rmrB_UuMmݢK.[λ^_ո5޷ul&CRh,ؕS>#{쟘ǧ$n()Bp1ԀǠ[ӱx#-mB}d]$cRO'{ӱ{z{XLގW1L@)JoЬ5:P)VS~ho'  5ۥUA?JCE:-3\|L.6λڸkp w ˈ_/vx'upcgwY9^h~[S3]׿--+28o  *My@+B~@&h'-O򚖁uѥ aBLs2^@-!P?I":nR)Oʒ2|:i@r kʒr$?G]0Vzk/1|h?6]Ev#d.k/a<;_rN~ׁ;08+>.Ӏ{:1zˉGw߸1/{! )v_gpuG1M?'~pg^?/s|ȳ,.5#iG W*GˌfRPǁ O2aD%[!<$@QQ( ( ( ,s!TAX £$'~Ip@pB(Pa23 ̄p-!̂07Ak~1ͻ_[ q.D=UO=bJ$^_kujpC0+#])BKÑpݲ%]HؗzRl} H6{_Gudd쟷/Aډ<'4R6iu}a:P9Ա?oo'aI#e!MSNj6ufI#eAZC:qɒFBZR7_;Lšܱ밤Դ_HX҆^[*mhȮU7rīQ',WyoߐkߣzpUIsem;WMgL%or,UUy痆Nf+OVo6=ǡ4'M*>9t"۽-ʣ?tca[Y#.'.E"~t\{D =$Y8F{pNbV<Ւ}dtgThK\h sj/Bz]h ›~>J`Wq+qE!4-Ge/Jug' ħg眼ĆMk\'A_ϹF~Ƴ#zofM!Mtϕ2Uv̓A~pk=8S ?z 3{ʅSsnmR Kd3stٱG WMX67!Ј!<|؛ddyѽVr@";zCXI&LF 7nˢa E>U]J믇e7 |uo cЫN({1~S%٤}1Nt06iw]Pb+wF T^ PS*l`~6w(r$I dv )$2$p85B|$Apߡd]P!I|$U8ʸ}x(q(9'wNdna< hX=^~Ga(/sd@v>LW]kslj h dV(@B {}9$ ]_Df4R(eA[oP-)S f>ٙJk1 f: +\V\=ުke}-eGv-E)pCJiJj y;Q\wH23s=?މ*+Yx wь'Up44O958i,G;T3If-zWt$Mnw}*]]m\ʵ ʕJ9JyFc&/br9`qNᣝqj7cspU>t,5W]0nqb㇚0Y~3KYA33]˨x/%yhAB=Rw|)xkN/S +S(]OJ&셠=2NYڣ6C >S=B67e9U%hr蒫@ LBZ@&Qg;' h΁$mOk&G>`0T490i8@(t)r_nVbY㆏Ǩx=AA=d82#Y< zz֒|>@M˖ "^c~z͠t5I (LK<؉R3 vrFfHZeRVey/^ 퐐Gu+yFQn6/W 1,$٤,Txܬ,3_.;JT'=T03]|;1 +t3<V T| _X N[DWW_"dmH/é#Fl}E\2-m4.- VFVX, Ai齁Iu5iMs1Ҙ&~Lz4lcɌ&Bfi+&$CTgI1 IB!UP OvP1xqL@חs FMe 0Cx!Go;j.bH 9y{>01 0yES~pcXC퐅-An`U#}uRGRRGac PXRN&S(G?W Hρf_ElM*تsDZQed =6M8'z\^c}G6q?A޽FM/4H-i4* ;)H fWJz_^8 I'+h!v~jE S`0/@d1^@>VP _syY%2/]U:It|UEA&w8\yHaYmi I@o|mV~l C0ExOS1@w?"Tb:A" (B44 Z(J 5EjP+E,L;dWfim43I']c~ḰqEs (G@ 3#V#LI ]z2)ԟ7~dl_&I:/q;p%ψ=n̝9gAU7,h4pi!ީ@& b58Ut K݄p FyGII$qŹ&T,44/B;Q9eP9}`# dC>ƌQۋȭPGå+xSF;Ɇ~1ɺk vr ,A D\\IO!(79[&σWH2Vp{;\B5)5x[jmV7B9 )җy,9tS`RI܌ @zPD8.0D~waM9`zP'l$ojo3bֱsgМ~-gj% rsϱtc ]vo`Ѣ@VQl: 6@*Iq>M mZg\k$̅"u>hm y?$y7EAz=pn*$BsVe&vYu=L\2m5'MjU C R=w& M!=S&kvH>vnes[-VYnRɓ|24b K6HJ'H EX2MqR܇YPP]քڦф w 8V\UXD jǨ{A%.0oi*+@'4ن(%фvISvvĽkz}0IH$S0γt 5C Bd3P9N 576( 5G)gD[I鄈ONd 44=PQK&YBR\Bv ݅1* K`&.7FiP")YxWK[vyiDq[-I0%舞3`r#2b#g]ڨQل*T#W$⅄2h)y&tR%n}L'g%CI.ax ]f-j/A]vg2mdJ$kડ9@ ZΧs‘#89M ' ߱OHpa\Mp+d ,g ԉhIX@ͺ\D0߄ ]DEas4Nq,I?)MeISaL)3Z+73!BӁA d)LdwĠO{F$%[MInd$1G'Bt;F_m5c2O]"dɡ-ۯFK}|&K}3*װ~#yOR~ܼxZb/5Fd>LQ'YNlց[B/A찉u8ҍ^X`޾Xm_DNˑl\ZvbN0>]Q'fv2^W֯zu-{ŠR p&-hB["~QǏl=4{0~~=~dXqb[3c4r 1Tb˦DCr;ޟbvA2ޡS{ xޮ"#~ǰ^:j+.<손&gBֈ4d`D-Nk,cb:9*6L6\3r7->* 13pk6S tHA7U둹:mU &L㌉43@>X^w8%UB>Ȇч8|ljT}nu6D GZꯣ&i?KeeҼ2LU MG -6J1DVnCdSvI.RiVA_ ']Hq. @ҋ`*8ߟnn\D^Cx8vk&@Չ+V9!- OػDB¡@# <] d:J[V̉.M-s3R-[DS-ӓ-WOϧ6E׳kjYq3-܂bvNZ}>5K%o dodgx3́>-_QMW醩:?W痋t/%Bp^o0F׳}k)vA.ٴ&-ΤIE:復a[[ww|< ˜}R3Lނ!.d:GޅnS!AEջR-#FL&]c6ļaȘv?e4k@كo9w}FbH^Rb8اCIrHsF lMؕ <$`E78gtBWss dW&,SOPQ$yb5v KQtG3Y%-4TR8D2hzd "- ёw|9-adEVEOr*&{d?3!E˱!sfD~CuT`qc7JmT)Yq/66Fnl/*?#˶V˶5 npS?(A*bDA>+d~Lna0r*H7 b_&46DhC.nAtnlǩoMN+5幉Xϙ4N$lр]9u, ބwRFqQ.vGnG^9M!h$ݼA^c3,[ݪmv*YR?v%< }wQFXFBOoviUuBMݟ^FBE;EU2O̦W%CU֮`FsHԓviqUvcXxr=ɹ+ SЗ1ېT.:DNu"xm0tDY E`c: LUW88cd:^~dq3!A^g OiPVl͉5Z qU"/Ȁ~&+yiqGcdù_e3[_#ۊ=sYŞŞb4BV\ce;gE'wm<FGL283ί=Z9z\Ы c"v;ȼ/G\D$KK X>;:_=+z~F:ty߀ "Œ4^Nχ>ww##ϋ HEi_[Mp|K¼Cރp}-w=Q||S䐥R*]x֢w#m`/J..pUÉ>b"#,fX>0T ItkR9JCK= xյd, * &AnX!b_]R N֗a\[|(-/Q7.MP6 mc7ݨA0,3sg7@=>63s9s9Iq R]d:WPjexY|˚/ٗՌ;r17ć'71\-lݣ-hs((@bJh>0? yR.g87$ Ͱ觩@_u Wye/.n4;ٴp=a7r \Oi,RyzdD ̨8k+'|n|qr cZP71 tvѽ>6;uS O9\_H*ic]|\q"tyN݇\묭#L3j;3 V^t}yX:KX@<}L`9@=\}N$O-g?gLֱx~Uљ՟c"=̞:{^]~PGx{-YaY\o9bPO#ք,kX#)%=Tl ~(:*PIϴ0k1]`*B4g(& }lDTdQT|K'"fG!@S%;/HOCBHsyMPc{tX5~Qul0kGy = ZJWK 7m{@@=clR/uCW ރtM* \I&мu1fv;-R)@p n˸lڂ]yP K҃k6΍3<٠#CGW,W|#1+.:OA[sNB;A5 S9n:7'JXzCk{Gg4 @尻B}I2<X{SOIKzE(vI(4 %%&b5&2XDjH7qs-zB1)ԘEK zmn3p67*&EzQ^z6/$)!Bcw& 7-,V?d8}`5`om ~(Aqv~dF0 7%%'*O''>'L?KJlkvS_C*B",j !@l6P%<6I N^g|`~O ~Jf9lG|]PKO`Ctq`,`{n[EX]5Q濍Q&Hǝ(¸8޹_51ٞiˬ-*G ^%m3{[aj_-ĶOE0n1"7<4]E%z~q+lU:iwtIFF;vM\n$\ K*AI'=샢8Vkc$ t]%^M)O~|IUv!0b!9%*g `_ݵz&FОN;e. Ubdܺ f?$D{D0e"S& Xa +RfOh!&~OMׅqw@:_LEj qU1 FjP^k0?A$S!FLYM\/p$gb&: ~nX;j{k~/<*ίvh6"< } 5m"4 *cn8!8""l5#Rf#uV]۵%c9-7Լ>=[n,d ,'p#xqq!֧4Zio[C>_c2F>gӞA8lZٓ@^O8c :2D=y_%36l nF:hUt(-2 8;8e9ݭ5N'0>z\us\4LBiy,ew㎘S3uQ”avf84x-W% ]HL,tac(XEXdUFN6N&ush3.Kh~=b!^Ki\Bx8Hc՜L1Ú&S/^ JN$K0;ìE..4o.FQYW隘0 ЖV̓P/Q=X7dW-MNY^aAĞȜ#dYcVClgȆ>8Q4!YV.^!l;Q8{ aR]=& N_qZP-M3C-B>:bvW\Pb=tAu=õ9{䇟Y+eEY hJmy]@X`[ Tw k/`BSKb!{^a?Y@y8I%\`GpZ x6o, Qtkr.@{ONOB{$)q#xJ x 8؃S#\7!xT X@<#S}>M;l lp7Jfp/<1܉8x%ODp!qr0ZnLDp1_Sma? LJCp&DM)0B=%܄<ǧ!x9qZU@}|3Rܘ~^||$sf"p<٨SKXC<2G{l}Yoyj]*[%L\FrE6_H&iؕݤw D΅VB'f"ƕu=`TĎU,1Ds?iU¨p-YD@wݍcQ+WuuX^mڔx0jՉTXX2zuձ:Y>rڕFFՔ8 n{6q ӦZdo=[s \6y3n:uSRHMv,TVM}BKj,ZȲaMZYS|"1 2dCh; 3g!8=-de6]x:>Rk)0/(C#EE|9P~YO qڊeZYh"8$} 'eηTSC֢ӭ8(8{Q˲',iɝd4`դ6yn& ٶ ,^bGOh|z6(Uc ME5%rn=F쀇HnoiZ~ *Fdž~Zoŷ"A 'D1M#z~2]4uPl4o3E1{?Np"-[ st#v| oS&{$nA][Pom஛,EUdAM.`q{RP?YƦ +䷠3&Gng e-evYޡ_OQxr"\} 7鏥?9a..ƻa+h5;u'v]f8[-W*ZXHZ5MORǥ0څ^?[zsN&pK\S4}^*2yؒ\RI=ZN;~(OIU+gW~'\рolyK=W8o$[~)WPC jҠ_AW^ & ~'!}XS͹x@YB^gL6`7VJI>NG1^?u 02 4?RPy-"MeE9>th3R$^I!Tz2`Fw_ۖ|5n2aÞKQ!W1d M+x_$ Lv{uh/%-utK]0pOQ(.T|:sOh7l16F}դqܿ>( lñ^K$+SH EHmryr|{0G;`!y$ws;pƑ8F7Jawru&Wv%[~2Flhn34R>G4Ӌuè}|KC 0IͷTlړ/<~\&Zg(YկþiO~cVlؤLb~+MR`w};_ya|o[w]ᯂMݤ'|)38O˫U@LfrNLGdCrrݑa.C3`d9%%/36?vS.@Zw[3C3k[p\a#T4K==u*φu:Yu ~au@l&P],~Qorb 3GoO+0otbrfTq `p.?e.2cܮPe"2X.dž =y#ElrmQ$ UoC&קe thB_D;$XiٴHa?Usaf"e<3[PpFw$Ƶoq}+4/2d ~Zhh=әLcy _L qC.[*9ZF&f`ڗF GZ.j<~9g4ss,)-)'VX%w=gJ*-9_NN LUiD c (0%n7S1]_4mSggA'du6/4.hM0jAN466/fLsBuPhoqj]#o-)]O'mq'ZK V@ؒ]?]cm uG sĻC.n7&S8|Bx?߿zC'Iv6LO<5&$ƠdڙJdqZ. ,!мu:0I&LLڹ:o;׀]FiXQPbzvGlS9>.TKDa{ Snrr{nvdvCsIY>O.wrB NŶNj8LNl9HU Z$5to$;86!hz r.pΖ ,yBnLW-JT[ȡD6)5]BԐd*(ZztY7!ڈoWP7!pCzu"{v B>GjtkXs jڀ88)ߚ.o~=Nr%]2gnd[aWuY)#mE\m+IH`iEZno_εxB7-`ox`JK ڒyˣL|Q.shy:ˢIpZRB%a3yDUqIooIm$뜠Abjhzw#$Tgn%Mq ,G~)=ެ >m=nd?OGwYy{|~0Io8{?$,_y-/acύM<(=F'Щl%m^ n±(CFЬ4=ЃY&GQQFcĹ  7u͒]hM zlGĮEҗ=C ĝ6PaSbkawBa" 4ɚGkң< dSd#!N I[zjO@j=1.ʁL!&]gZWiuH`eC7uJ]RGn:Pg0H;ޤ! ctRwD;ԵOCb^MDn7#U莖vbۀ Mo՚*od D 0腸//^bJrUVT5/Y1 ~9 ۈ[ F_"ٔŝf̵xے8݅yphE>0rMU(>̇1!Uv>բ,| jW,`@x}DX2GfC301Y Q1Ճ|JE-t(#ǎMPEW5+V`gUkH^}!wzPEkp~"XOҁ^2:qeut |jLtzFLߡL ^2ײ B1[+" ߆UDrh [Aa;7PgԕKô':jɃV3j1Æ`u{酘vX vW)+Y4zOWu~Ŀ[N4M1^jījc耏M XIx٧yWkMPr^yWWx(L7I螻0w-˭Z\Y93<{ƈp+,DŽ0ag‘u,^牂QR\T^|j:L3 mL49`#vWFUpӣ^GxVWDc:ԝY}6}2 ]T׫>rn U?ߩUhR_J0'QuUzW*1S*˥v-氒TyD6U`mC8&'+\}j0WkW& ?&BY&$Pm4:#tEC*RFԾR܊t j%F"+5h!eU~~98c &tm_@-EvcKP@ 5 5ҿ~+ zPY,w=w'.O2MGᑳflէtK4@GqS23:&+I5MF40U81Rko7kQ򈷱%r*n $O&j-ţ& hefj(Epsv:R@sK7߿;*Z+nj/ǃw#CW >BzJpc(>iU7ۮ.>iS7A;BA4iua@(Um,ReLZiw;?Tp `OŮdzE=qߔ䨥,Tz,A³J xIwGD3)|g׸) S7p'#Zfdgؼ+-bN{_R<גhDhu$'~^EIq1Sk9'Ѷ>xZ>?B_ YG>|BB~+k7۞ N(b:g4?҄>ԝ b zd :3.Ba*4ԋ3ʍz)Vn2ZWu.2Kع) :nEB=|5eߕӴF9({j.ҦcgG y񀉯6̪B+Q̪ϳ̏ x jqPI iPZcg%stxTiU ,V\`G[Ł\ w{GuGV[_&rmGJR( /F{Ԥ k6yXa޸[0qBm\WMvWFEרUi-/T7fRJ2jeg{|~P\!n8DFEBt峉|OuJ҅:T]pPPRH" 4t*G^zQRZ€ۡKP"j(vo(uZN77 :Laa@(UV-D y:hϸȽj{C#YW#A:]HRbu&U'P~χ@je + \I50p:-lY۞(:McPSMr6EbbuGZ8+`Uj'[NE֯2Yv1Mu^17#yV m-p-@t3,A*n @:5k0Fkvtk?T[\R><}xaIl~Zڑ&RaP-2(W.Я8wVwy ՇG}>55Yp|>~9cHBK+)tB=^YW}94V}XXu*Xu;H蚽q|LT~:ZegѮ^Fz9}{|jNnA~Ɉ8$G7>:\=/#Y@&t[Eչ[A"49EsM]m+Lj3J\z'' /ێ"U(UNf3͚na_AbL㱑Q296% ǝT@XLصnYUj"3Wk g&=^OaE~l\ Zq?WI#2?$Ca}ՀeCʔnK"qL1An 8b gt {a C-s=>Rd AG)u3×q7[כּbD~vleSB7 ;g[ {)׿t\؊9[.k@[]ղRHԩJtA$Wҁ*uCRǗ_iZz i~u(7ٟF@ m{yr)Rs_CđӪ:EZ٩I5`rFBUBu(*=5ChSP@&5^<3S& ;u!`=i'%ZӦz?{9?QXsdmܝhߛq!c A*y?'x.J/8,UE' @VuzPTojסW\Mrv͘@cƏ.!?&;nl+L_:ݥD7Ma0_9G;$/)>=AGl*z䪥P&fG4.gNfz\_, MإERwK/$3ī/TU+**ߞRyIU.d%WْR7 Q,^7<2ʛUEEU|&A>[Y>yvOddb$uOs!q *,Tzw;Ɲ$~1W @ _GǓ?(rE.?'iz _l7,:aCj}͌;t-mH5zCKiha}[ɍ39 =8ʶ凧v/ BEvs"9&:z]u%`o⅂ߢP~trT؞i6yTܗ2 tszqPesxq^D}l ̦[#?F#IG>zV6 it%]04_E(ӤO=wM:Y5x]V8z)X<M3Bt6}b ^\6ۖCŖ1Ÿ|7%5m Ei ; "Mc{yb@N$vYnH#Il!!Gj֭[˰jymKҏ#xԋzzu9I?Ht o~jJ.`]8ui IB/R=cCd eV8Ss CgǮ g`; m;rτ(⎡R֎Mi(^ۉ_B@$%QDH=i0bZN=.-g\EOi9"sq{=TKʂA'fzNYF%Ъjq6ug΃x-q Hh9v:`B/.h8cգp𾞞e7끎>ښAjEc<ã8A%ˀ"!ùJ̵yPW8Î%D-Yl~" jemxބPeLNuuK-0v6:hHu<ٜȅ7NsXpXɃb dK`!&<֟h.SMr;usl|,?Ux;7n1P޴˭FQ?^X^0e<^ ^M/w@"1UL6̱-y_s &##1 Ďڵ3Hn%Tqm Ķö$w9Jxz$UnB+8OkJO ׿W !N ꌝh X;'6ʕg>A_&iEE-Yn7 F^{ m,6_Q}MzRX7=X}1ibO+5VXjCj5 m&ZDc3z$jG3EIcSdZ'}CrXv[ Ro>| إ0l}KQ|l[P}}C}ZE*ےup%_uFCnim{Ԫ̴,QgPU}k2ߡ8qj%}t?dy;dX\%š4ZQ;`Fu"&4W1+-izȦL OFIg~@j=H,4BM٪g3ǩ>6c@N.J$Y.̷( YYd:%VUt;x~v.v$BE)LrwIe^姘SVui=HW^#eHjv Kat bt/O U8aٙƲ è.̳+&Ď`~Ke,2;oHPY' MYZP塷y0*CB !D#K~!_Q',V@U]`V&;kW4Z4K+(,@|<H2 @XeCQ3>">m*.vFE%TU~ߌ:=K>5x1-!$l38x~CLufO-)hT(oV9 : m?fƘ%("1lNO Gl'\\5!)ڎW wKZ'JR+YhObkDROm0xsރZ^V+H&{YA5`S팙qcfμ qV]0:a58Jv@ކ}TLgŘ6 j7;uKBW\$ϸ6"T `ZF/R3}_t J6MN4 F>Ɇ`!/.ubpY˰N,5uDZ9f//WP, uW>߱riz= *6c`hED4yW1e?K\ NXn_T$*ݤaҞ0Y"$.᭔T!8;gtʣ"aNԶ+H]%|)B*Z4;d}?4!rH].W[%H/5r &KDOyaH밫2V۫uUZȎrԞe ,`kbQ+pHPl*Թֵ!*ޤB[ |M8}oHV YoݙbVgQkq;+mUlEܖCS1jk/ZhkzڛuK1/;?@̀Z,{mdn_4%dAY=0qiVdpߤ0hp¥ "`^Bh(a\3Y^n>%5 WxHS0j%{ rJeն$KL="JцH'U)հsY zKO* ,Q}xXeY-1Of٢]fMxcTG亓iRuvws~T]kz^!^K[CkUYĮtMޗ:}[)d9]{|U$CӃ1D񆦄ՌMt@jq=;+.h# sa |5{ZNJ3pv;e4@fe/e[z -F@'UF;m=X /[5,H1Jq%`{ arIRf,OdA uEh$U/L M d[Ђ>*k`/WGBVߓ-zV$*T͡VԈ|9U\\kq<-IcE$ dW'#\ܓg}-&~M-T.L1PzŇx[ѥe,+Jh ђzy>:R-Vf~0!Ik0<;1fkz D9Lh T%EżC5]9i DŽach=5f,h򽂡,u3ϛF-Ϡ 1b 6Ohui?P!b'[\r(wa۴h3Ii njHW4䊰#X'bC*%z#`ȖhJ+qAczXm0wE[m#]Bw%J~.*s}T<p̣}`:W- )Uc˱QxkJpX=l]z'Gu 'o^D|mHu@ #9Jh(j= &XUIIò)N~;?j_W-7 oD'Ai@ihITV_#_H;^'&ħaD& LFY#()k/PbySIX=vN6p3.#rZ~PZ^W;{*q!9 = o?_묡rl. 7%$Bf09$Ar_h(9IĞ&lOQz3KGu*ݖX7:+C1JFq1&a-i-#;rz;`foFڣWA]=W*DT1?OFɉ]y0_~cRՍ*Y?g=:c"mD U] Qޗ~RkIvu=G*ހd"IOk2KZ {ָǏKotWg7F54NIq>+6lD~UZ8RX7{RVjo4!QR[ 0 )3s%c6eR 4iծ6$]LCkH$c@]QϨ6;;&KУ}+KVC@ h&_ǜҘլJi&_nk-|L$f7gin{n/sڗ; Fa}A.h%$bxAܤ,$x+B5Iq:6=Kbgߔ窲JuZbΊH7QWOËgAա6!n9J!6ؔ_eUb0Q,aYJƯUkHO 38V}'0]Ve8}IgVOOCKŽ xTյ<$'$gAX!8LH01dBma>0C3!̴99Zk׶r^[ʣ"dHC * jTJxd1_k3Iq?ߗ9kz N  ~_S8~]J;e*]2 ْߖP;o6.]r ' !_QC"!(듷k9[Yh鉘>*nK =Sr#UZ]R'yZp%5CPfE ]W_; IҀQH1rJ=(1 -]0BVS *v[a3DV6 \?GR`x]jB(.'v}m!S<~E8gN.2i2CV h0Օ]8 a6eb /~ xP@7=zkзffHGm3z#\,Gb(mצ!ِ98SE wߙ~|_E!tΗ7zwTg(L} /YT5'gZB~ Dzg P2(8C̊O,;ar-?z`/燠;adrRM /d&|ΰb60Poꐺ4n)lhlR9o r (<5!A}+Ta-H``ՠ_w叝cK V1>q< V1hK׃Wt44"U_h?= &~ 8fCPE]eC u^ 0ϊ{}hr Nq1j[?&U}ee2Ǯ5DE݉Ƥpaxm%Hz;Bz(%-_9~2BfJ c0_<"J}B UWPaq P2ȭ~QߧFa-A9x]k?LЪB/m=`'x%ǕY #g/ZD.<"BAT&pr_ف9f(CC;ZYycRkexrOȼ\AC($S'Bl/ǵ܅.ϝ_>.oQS,mXH)NLQ6cHK%TEc2: ^!ud}e^SCQ'Q>4y$zR/DyCT%JD|^M013 BGS>L0Ǫr8@BBqDCØ9V>2 bi_)]B)x8^iUiclӷEiO.H潥i3&M/0ZPY < WU ~/D BqnKG>{h`z2ޢލcoQ-ly62Q'rg@ µ!˭dd\AHk⫔WM 7c )]-y:!ImE>1 n*鷼aߧIw)l}H 益 ۊXEE"J/`r#񒈇*5sK/'(]'{Me4|_C}3 +d2ߢ|l+_:yg و7'E+PڵM(8ǺBRT ճ@FlFSzFi32kb@L8׬u$ꡊhs(ox9.;6 9(ftă5PGXZ52|3, nԥ(Z\ˤ-K+{ĞdNȤd5 )/&)= .Q]"qWII>b>Xm)TV" 1.$VhVHZ}s.6 Ý&NԮ,V֛ hy5WcB4:]n#|fDJǚNY}nqD=eO1&;E#W6ڇz x[{'T1YJAJ* (*P&T4?A:n DNA9.hjŎY22SݢX2LMa" wr(|p_[3{,lC\APWՄ$Gw*"рRҥ, 3_1v [rwSJ7J.VrFܲ٭-A5l!ш{`ı!2*PDn$r?clXB%݄Ge;Kcv._}8?ީ=en>oRw>duv6U }&\\DŽ7R,M,D[%لsdžإ?QL ={[YMΖq'|!ATB/7p{h.8)eV5geuNhړJki*wqf1iżeq2 607VlE6t<_;x\ :9xNVqL(Byx0^=g`0Uz`J*7cTo3bɘN4vrSc93 @KafXaRh>fIg8n',ɇLMSǐb@"2 R!/fC(l6IT;PI,Xh&X1(DA^pA-dőZʮE&;O)߂Ypm>R Ml0n,' gLi5dicZILagԱ鎭^\^]! nWZ;N),Fn\SUPn١]P}_~|%M*a`EfE,:S$TM<`@+O%:C)c-a}S(2j$/n>Hg .R2u[UIFUdh] |FBF{ܝH1$7DZZ􍙆5@=דW),=G}ˬJ,pO@i 55#lM/ڬN{ݧ}1\T5K_6P z5Md<3ldc7|cxǸG,'ReE<3`ˉqqts^zA7%s!xͱG  )ǀh]T>S?Yqwik⏑}=D>8D<#hİa:W%hRCuaa቉[V GN-X4Rafɮ^f!*H2 F -%z %/5Ÿdٻ_*;} ۔Wȑ?C8$ ć|GoheR=Nɘrvm~NuF)΢V% (d 6T; U'pϰ( ! ?Tٴ Ϧa0<>0"CCq lTν4*e4Ѫ(ZǡMMqa:Bu G@r?9i˗)TCX6!TeR9)ts ] Om!'%Ϡw ZԖI2YI9uG0D9ϕ+@|TxvbЛlY@I3 JVy&]NūS0h*ՎϖU3m^LP4ZTI"%*}Uc9)΀-sRIY*jڧJIGT\hy9t,5iCZ=*Tt!O59QFu@7l{oeR'3_ܨ,hċ.>W_@EQ!Q e!'u2i u~!'xo1 +P5PeigD7Y8c  eafnl^P+Ku}Y.]҄qʁ!QDm3=.s&rʉbwE\s ĩ6joi4 Ju-˅$VQRSl2) B6ϼ.Mє--RVJ ۠bI-1w`17S-4d+ó4(o1l2(vU{diWc:٤-ȱ!2\TJi&x42C[ʛN hQ}p?'4.e.;;e Ǽ` ?^_r8fBɃO?K#R AD:VHH$L IHN8 s`cQp47D%}C.]ضj:ŇsV.OABPa' U/ceP-#EGb E1<ƆK5Bvå ^a1ȎGs[E[41c\H3̴[hʯ6`3 F|`=~܋UZ[rlsئ׶"+z7/m}bR! BЛ@;e7V1T/ʄ\+T=~AFXm*qDK$EStT5k'eѝdUJY sr5ꆠfW-`2Q]aJw=8~ ]ˆgrw{_- xKAuch#vZu*gqc&X;=!' 4킉 \ 81$#ӀU]j_l^v r[e\M]Hh)XX 4 @#5UCFp琫`&SɱOE:xLP#O t[)n5 RwjwCWA$:sՔHlX&~* =tD,h x|٤'FД;*!$ W%@f `IQ<[(]z'M{=}TJɿќ9믁bKi?b=1u .*zr f, kײxe B:j.~/-V7T)~K >'<0 `IOSA * qSt=^Q\!%G ݴ.^JzRrGe2J7|:v1:2B] _JBtE1&}Jlue&u0I$q%RTYIs\Ƽ? ݃J„9a#@LA%$jik<ݹh %<'cknG4\LS5VCKsǚXwLl1d~'[ t ]ζLn]s?Uk(L"_2/ƑH*ųyub4qԥe`QX!R0c<56d kkuYd9}Uߔ}]/ɾ׈!#7ٗ"C1y6K͵%5[;ܛɺL!ESqIǡt3߂';6\YdTΦb' "ΉŬ/wJX$r_늳ŽG^E(6dĻՙx!gho4W[c}F*e)ewkl1aV f_/B;qʜH¸䘽pLfoZ8"ı^6~^o '_% d&gbb~l+ES31> k-%+&\3C$z_Φ"~kkbJ˙؅3! 2C& MRHzRgb6( d:F\84-C""|DM%,U;bspR0UKq4N)wcքlVЯƼҩB:蝆i< z]u^ŵ@k|Q"G#T{ *GX_4([\qtk٘*R04_f6ŋHUHWc*RT"/E1PWdF, I&sK- 6Ej9õk/A2k-Rk ^y}fЈxn1'ʶh([18zvj(/Ko_c~ry'Ζ.fqjhA RP( ń,*HgeH~9u.{aPJ0bW_nS1=B)㨛n”L: :,UB8(y=lņ'x 71o*lyYSJ9U\V)=߄sڰ~AL1iPVXeޡA*"WF%nn@&v0=`ęP 6QHczg"&Ycltw=)6cͤStSSP\W阯2ޔ<4r҆ ݱzDZ,x3ng\dƐm0wHkGjk;vH 9 5DZKU8!AܣF L9;hI0Dg݄XmJ^h-L 02 a:=F8se`\9OHwй+I:px0w-"*rNYC)?B5I0ItX)>8r:pX)h^9,r.6nl 3[Z 2Xr8aezTD?M:=7j:,=ȯBHA?甒ؔ4)bsQsH1qgWnZb.j (RDa< Rk i(b8VYi~)lV]!p⛻vvm!~\]&=hu/WCRhP˻ #+qr"rwXe4C9U+0T{}LE}f%5sU[Dž TO|s>'.mFWjm?3S6?v ԩXGRO7C1 yzJLì1S6P0 >bĻ`s2$(rk[i ?GW$l/RnJ]S!$}hݦ<YhGn)tlJ9U^0aHt;IYx<őPb bB̅fPX6k¢,zi<{o3NZ"ۭH9ü@h;>om4/x=wï!|${ST*axTĩ ~7UJ7Yz MO7['Y߸k Kmvo:?ik4yΨk{_?v.E˛=_;mb9;276)* xmu knPIcMD^m巺-Jz`Gѫ k* c4B巖@ޖ)}6@qcXQV~ߺ 2%,H$S/'QR-&MkXQ㖘VCyq]c31ǦK / 8T0kL;I۶5d*Bn`A l|)h́8-JC['I7ԞF^)嬝@ >&bܲHc؇im:i9X1G*xInDz)%щƁ5?}nz{(\fdO]sCĩ۪hd>ja5"WkΡǍJ8&/5PRe:ꢕc0BjJ|p(`P-}!mG~8P.s>''E~kJd0C"¤b>MNHOpQ FQى=#}< %4j~MÌ2B-a7:#| X5SFJknOvv~zmRUyYΔs,؊ [dX14B\\ĢYІUؐmEJ8}9_5bW\% ֢sh^3]y+«Be8rXǗ  e/:?.[[#eщ\-@r.=O'$S.g qYSˢ3ڇ\[#Ù,rt&q&#q&}q&8VpCV&CO 2Yh ! ]g &ŝq."bp.Y?aҷs}/׋}(=rW;h  u ApDp=E]ȧL]@90ǝxF$⇉zg~?g}bZ,2]7Q&AVT&&5c1$M9,V$\4# D=f.DLG~~˾…ri.GEW&CK'˗tN qcs/"lc{PMTcU ba ܭqswA93BΌWnΌorfL Lf5C=odɋ&y2%9bʸ9L| SFL0)ΔA[/seĹ26Ź2~ϸ2(W]+IX\!:+ .:nj|ƭaj sk52NT̻Cj)O?L!j:'i@ĸ/pbPbw8eWTۙ1'1cl3ct0f 1%/{G:EݝkPS_LѝJ#)KF5ɭ>[8ȓQ&<<' J"_Yθ23JtB^>_wv۵{Ge)I{\voNwPILmPp 3qYQƌcYd8f?<aIh(13 'B01J+,%O0%xȘ 'BE}@J ЧH%"Z&*i:?Jr]׍MV :dju5(LEEh@cmiOwRRGJ`EBVF;P?̺ vk rch)&Mϛhmu`yylDو "zN40 B Vj15YZ[khuwq z@hQ4ïƆK:- < P G>cDR3~r*x8>P@. ݄b?QdbgxndzpGi^a"Tt|VO6'Sm^I d9DGU *W݄bXVFև:]i׉&NC=j ʳ,$27 g7RuwK KoΪp켊{WN**RoYX%zY i3JԂfmKZi`{oƑb2-Ux&ذmb byJUUIlnvD5 X(ux $ܚ"3./>pRyX|i%fuTfQ D* *ɈQҥKړ]QPssªQor_brr2(ݥw=1'?pHԦo:_l&{ޝqn?"}<'@.i%>HfB=9KDVRGb?x~ l a,+n$ܯ i> 4]&&K O)Ϗ3dnXmF 5zV챷l |U^GR$,jFZ%yaJο .R # flq\*P:>6'}?v8)m0R6ܫ#rs@>bu4ߊ`_ cݐ/#pV< n^0'YDǢ:YL@ШЧL<ƌ0F-]6,f:D#x8,4#yV/oyta55Ár,я" UjxNEEQ$Σ:Kɋ+} *`Ct>x[Ml{_LB m0(ޡAmp7y{ #u𿤜PAq7AawqSS@5;"3|+:[hc`hkVzßQ<>O"yϘq A!Gօ݊:Q=D>7fW)=(鈾i`/~t0|F?@ `M^x*PU6q`oiZuǃҭЌUf]V(R${!x3~r8 `[7(Gzŗ.Il]v5(=j4kll1)yKoMFh'T59/2-kUUTPނi$]O9n(YYVO9d^;䷘,F-MPo~bm3,_]^x ͘g*7C*(_QctνL3"D U[_7kz3 mmd A2&6I^jgPkdhuVC5 y\؟XQ3f4\j^s\-R<ӱT~06q$͂?ni.DN.jN-⿀I$}-f;IhXGl"l% 6 0Tll6d{m&`uL+,ws/)SSEi ܄AJڏ:&|oq"i7r=3Mx^hlf4Z 'O,D+`W< UWRl#KsbVcNa("뛙 eZ2ZQL3? j+b"V`D8)S$UyF`@V{$jyM_~ ɞ -vo"g_KESx#(Coj5EB4 Ϗ[swܙΊ I!!OM0mK+͜fҎNld u NgWmdu:dodOQN{ I񾙦lEb$G}(.a*Vǭ-\S:N<|v(U}>1lXzuBղ :>ELr> (pL^i+W*NZhqҔ| dN%yٚ8~g3mGk<t+UVwy5|@;s{r @OW \ z$Ђ;CVQ9m8H_EeE/g^LA2K``b2-VForv(wd;׍toplW.FOj K gfHuF51~s&^F/N lXB_`s|Iu0Fꃣ 3Lo&9|Q}{ hL8(4j-*aBn3`O$Bq/$Bq$i3Gig̮I?I-q1ӗ![7?PwEnlrѝ8;K5OQZ2Pf= w\uoK4S ܅K)ksَ.ΗˬiNf{lt_rLŌ{urY&xܽ-]4(ܫ8] J闇a)Lk396,NsߣjҎv9>qݽ畮9ӦõNHMvB5ƅ#8Ϝ[ˣa\ RH-@;&WV[G8ԿeT =[EA i-}LHUN.6C\G|Fq(9AR=nBˠfmWۣpg0Wƿ# Si*U 2K^=UĆkd k?Iӥ[\-F243X87UZV>Q"/XY,eEb+32efʒ0beYSJj+(*5~Vf 3T-uK,6jP>TD\鏝Ca6DSVD _ō߃HZ/M$]2Iӵa2I= c2Ii `'Yv`LkcR5B&GH )%@H*ky<C1p UsIl&J:wBg t(cLqnj8\P22[VtpIahC(dlZ1dq6MOo؟T.+VeD(M`o5IR)*DBnEKQC $(~pgɲf@/ >c,,YlP#X͌uPtU7q2pD&/,dNx= 1 Ma@͏&bMM.(E 'VQxikF;BXA8)vZ[p^$)Q@͈V;s>QDHT%)e=Qjz2#id Py= tZW+'tytrj۠ŻrjXf,':@RK.V= NFͅ$51+<ǘzusu;TEfR[PQWfrWc\3MЄfr^ct5,'~EgZ Ox Nmͅ" 1a!E6'͵ac%Jl"{F9_xln.5 Q;=u㔒S"=O6O\)xc@$ Gybj=9{'U)^ @rHvF.7gݥεcV 5Z/*%[AeZFoVzPK~a=hRL'{;℁z?ľ51A6'8[7p)mʻ꤯٥ YzBM*QӗSM~c$ʚ+*Fbpr>ƫ J%bP倶O@n<#SHqni#7lt6aR L&DJaFjX$W;꓎j)ٹ;IJqi`pg ; /GP&jAE@'tSPV\I=5Sg='g)qB88P8+cΈg߉Us+=J ų~ ts(2Y[eAږTж) @KM9D~q@%FWd uqIqY!fM3}@h./Wx*QC6{A֤:O ɕdXfN!YfNhe YXڔFLB,k%f~ϩ7~s{-N%ooKțE^DָȯDqI-&lR0."w)C.!>2~WW :r=֑+&lVb-Tm u2@-hN4J$P'u>6D/:G矩Ej X.χHIRx]nxg7 ze0qf\G~F6ѸUM_J<čqˆ{?%acr*#B_M#mHFxd&FާGfY,\G")M4rMޱ:cvr RevRQn#9G=> ¥9Fg'nVͺ^܈q) OK r++m7mm7@%@:yi: m'!Ϸx!fLA[l-!^&Wǃ'@ͼBiac[)oz3@,zCm,«qx(W=ZA=X/O~rMj2-$X96a!Lч(TPY1IcA j%B#1*zå$FhK>VD05/0ZNYEG˕נN鵷|L``D5x\mm(Ez+%h{ZOF%΅4}%4Jzt1t .&]Ia+iz7WRW|% e1n9h?D :.q@ejD|Ђ+V7JJ[Mjm@e C<}X1Bq#07TLyuqGф] A49[l†|'#mN )HZݚUMks܎QIG?FsC3)LAbR,Ƌ.59>BxH}yBƓqKbQCe1jjH6n*w!B&Z PѰ|Lx]2h/Q-ՙh*^1ߐrPcK$ќ1v3vRJz򽇧d36|il< qK@eE<# Э j]>CK \U8>3 0:)Qha  *gLg I5lwtsk/[mY[:8ʋ以VZV+7Ls /EvTĂ:-U;Ts^8Ph4˩tY8_nӄq]`ֿt,mDӅ=pDG{a/.#Bսwѱ8iMR2?!r´0bYW|@&iM ԋN#B~.Ò3$P`jgKmO/o9Zv caTr&MWF@1Jj0LD+Xustd\#w{]+4#kƻx~F_~<={\t6sG^lhI\rP%D į(d`]-Aj%r@l iGQ(J'W;/iګSrMnⵉU .Mh3[LQk]K*Yūw}tu'082MŒ xmtҮ3c^ s|9'|h}5  Tç~KSan- sU7QҞCQ{iHG/+ RmnP:w0rL?Ov- Jٴo܍33<33~=޸ӕ6…t<&;\>>4M?@IqB)?#z.U}4PTWD%73y]]vf[b3,05yk7L|bl"6¦7TUsdU&aBo/1@v=k lx܀ h(A~to iRHd" /+{ .iG#7Ix*IQW-LrрZ;8?Z3Lv5&z@ժvO _΋6-Sga_FU❁x˳Xc5#Mݪ;[hK۞mlSmc.YzЅ!wwF  :?~qF8@ ܰ⤝6Ew^!=!M;]5҃7ИIw-4䇼to{\dIx &Ӵ~& yZ6բ{R2/rlyшAEYrO .j7(CwJkz8db:` X :uo]r6jS˷p r9&Bp˞tڴ(AM}s=G{G~`^ G`vۇm_%F@ۦg@ {#1c*t'}!?I=ZԖ(}'+'u(VwOJF:a7 Ln]:$rlv}$BI닓 C[<{~-zk$?ltw#G;c&$ڷ0 rag}m# c3PCA-ψOX >m6sĎKyXm;CSSyQV%V2?>鮼c ssm_dv uEI+f-jPwߦO_&5}6s)m); S@Àpwjo.*O0RW=*ћwea/|;Kֻb@wÄWA%nO K]E[Ǘ>C95Ix Rna(Di"ې)̛Ԥ}##"6h4y@VcxtH?!OK54>ˈ*V?# ȍBqp Afqp)2@G9FJ>ʾ-^sk_rTYW*vNν d~͸ݳڡaenqgO*$wɗf:5v)Uj^ њԊO%|IYDƝe4,3F7db@R=lxW8ajG짇pWZf.dYH޻ʎ}!*;X5ekuuVY#^(,?ѱhtVKI҆ p7dž% <}lVIkSrPw}ӋɮB!{m7W< V>C_l\"08X\dM/THSW+{lUBv<>}A;3w61U>Kmb^sAI!981ޱh9ݥ>"oWd!:M^yzc{VmQ=)&G2mQYC/>jVg yM;b9ԓ 6yiK-,R{''~ z]8 SU*?j)Tߓq{p*iVo0؁woN8e"]tA.R !eԲių5P#-jߑOJ*kak.(_w]S%fyB1$lo:enWn{5X|H4a?Nh+ϠKxR6]ʩ)mC]j]w("!Ef1eZȞטY50#]o2o23\CӪ2( +7 V&֚-Ivj!|NĠO_ ЌӗƋ;W/#oAp_.R6*<g',P.^V, |%"cyq3?`VԮjώogo(E*Md)+䢊ٰC3 .ΏSz%+Gm{ȥ ڳ[`oÅ^?z[X ߌ(n^|矞nZw}Kjk7YcӞݦCqTB M΅r/#zGH FXlT[5rA0hx PơKشx[ $Et^gUa854֝E2#̧ } yR= .4t Y'֨SٰE.UPsgԩޞ1<\\}?7$:o5Dn9w̸8^vxJ]Z:ZҶc0}Oj;LQxc8Wusi#ljBA|T0A.SMn3j1@h Zf#ިbXK~]^!C+K>l?9[Qw j\h-ވ s1L=$;&t`R\"ESkMt'fi B,RM3u7LtN]]"J%k6/i *J6#o+*X7ۥ 5F<":;/.a~޹xNmw#̨ M_Ps7=NUR](jo3⩬fv]}%@щGUˎ+ltڰ[=L|g;xBpe[Px%x[;Ui݃=G+4KOH%\fnp@m{Ύ[C3+ѯsOLYmp1.Z{dCHϾ8V*h _1ޮ7@O4yg)ݮ黍Z3n0}6|L:lʦڍ[,ksUe4 BO.šA{w3pnψ6 ޸y#heΣp̣ap`-f/+ظU6j[Cc4;^\]qԁ^uKPݤ\=1n#<:-! /tm8&"=֝%C죳*tTсf{dunf\;0ߺyk.{QP8|DgnB;7D;(>mYxs 7☃Bfښ,K;vqR=jR[[K&5{HګFӧރ{/ cöjپofzH I!)ʧ> %"GP#gUbe(5yk$/ySRU&mVJFvݴ6=ɘd.t?ݢ)<i]-]>ɘ$eZs -! b F0PV&n϶Ohqv}C8kmmN maA]\KzgK$@r(rn%&xޟmC鳽1b%rBOĘH<'8e3f0es7n:ԶL0`䘄LB> CU(PlҬ%#USPl*2Tn<=F1$Q† {2z rS8D&D?FqL7U"[>-{FmXp8s`ڥK+;Ƈ W[vv/[1'6xC.> RAiotҊ8B[ RG H!裳Ԙv0[+hL0?8aZ%`o٦4x舫\*׺h5{}ૐ#K2N$9< :1'c܍UHt*Yņ)QI*'LL0mI*TYI]JTb ֔FӞS(OsǏU-)K-=87.Ǔ&5Nzb{_\aSðzgR؉ĴFr/ׂ2 9 ! !8eoCn=zHxT+,И[KS8Ў錽C\Q6]COOV`EJP›a"t m?V=IY2 0i06p۹."@ { Sk)&HF$ЄdwoB1%fo#4UJVb5{&톆\qlM<"ݙt^g`qMw'L24RIK%TFOODC2%o8]Y]hU}H|,f 5 A*[c0[䇁H[~nf"S9#IZOKSjL#"657E(VcoԵ3 ո.X?+|YyD|g "WV4U+P1c 'fGJ<@E< dceU kʙ45YA]U!n%CyԈRDvZ xDVBX`Km+B8ZɴD_aTA%‬,eg,b mj%]t]}jq#lPZ9VNJaV.Zx;L~x[YڔKn$xNj*ȗk%_ 6@8= Hu{;Ύ{B|Q}2_X ⋊}@/)doK<("l9AlN0HCuXoj pg~/uWTi-smz)W@bDOb=(18 Ht "\5Z7:quqqx8.ﴲkT621 ƏJA!+rG2_]F9cL$[-4"N'}k2$_}aFokK%ltiB8Y]WmZnH s2Ho-LzIog|^zS3񭃿 nN#v NuVs *rz_$NJ>ؼa{-j 9[7g z&XԝWA K @mrĄ3sU1(#*k+LC1 ciɧ*LG`2x("=ߌ'kz.[e.\me?E} H"߁6|!9zOf7Nʍ$W(8S\i {'8s2]幮IT|3*/q33\啮$ϟC}8kdgRrsu X!'GBk\TwZFO\n~ִRV="j$9Y Zn#id3er5E⠦\f`RǽfհUT kq5[7At4.`y$bERJ)s5="j3Q[gScf5S= DbO\bf7Q)\ s */yb&iX5)䈙1nUK.$%Iy AID(,؉Y/%H"Z"!M'>#;2q%O+kA iXYe(k\Vi§dN۔%O4bPWyHc ]8t y䶍-:Q [ a]S@c`6+mAP5BGv@%k1C>dƸjvMg_ތkc߁`b +'t`S$ Ќ[YV7#3f&~B E#hڳ$f]5b[`k1x# T J /,Rz`0 ~(7ǫ##j*TkVngR.ٰucQ#>!\9ja{W#>Vo{—!hZ+QF4_L`KQ'e$I7t(Rφ0]h&G9膉10uh6hħW>ҤUφe8'g8P TօNnnR!Wy[$ι#s:B8gkV8p1d&? _h?GiL L8(\$5'׼rP K\Y7%yt/t_I^2B$_l7$k2*K~a%q✂*#[RM(JT'fv/ Z,u爵2Φsx뇬j>/BL; GaHq7$˄]yi˂laW|^"l* S"[aL]n "%*` )39)? %OC"{`rR'f7$a6u 3ab0yQ3hk*( e' D: co`Ś$>qXŅ}2?ĢGAbqǒX<>cYq@&zH&n6엉VX۰IRوO|f.%s/G|/|,E%cɠ^"]PR/(!0%aAdB%tNpx%jz3NMž-''Z̅)h3FwpAwc8IVҡ Ot=>a&點cItT}۷CB-M 7Ma&pܳg82L*b5;93F#s.)`Ƚ93.c&]M"%Zto\#<+7.F4rNc!*nپ5Aܥrr~XNCܲUkD^g䁐;ٟE9y6HeALaFR.W'f\K VFԝBYgi0roըai nXFJW#)]+Ij֨(ȍ $ ՓFRVD RRIAqkQ⨆`UG7Lq+IAj"i))H -# Ml"jojSzԽ>`$A;O =>"uv̒ϫL{`rS @PڳǧlYZ8L3A>֔+ۿ߈ Piۂ)0IyAn U1&W1Ҝ9"/@<җ4>S)c0`wTK:n@Bׯ0W[VP;ݕ0ꕡR.-].4oemPVR+%J3ݳe] (|]V_jpz(K=!V gL:WƯs?}?C4kR%gHsJD9IvzD*krr|ZqWkɾDa}l =mFT!ڴRcXߤ%oGS:IדՙX*+Ԭn A=A^UlR4jzĞ$ @>pM b"k& ]%!ڴ7PeDghq1E)rBa~Gi%CJff,@㼍+0Y󓔬&RUOJ,kiR)tV! +E@‰װƬ gQH @e/ʕz\Cԫ&Rr%WHj Vi6Kf^gaNDg<$nH.2B%&"CXd2hBQ1ŻH-.9܏zjFTO[d GA-b,  gohAIclf zp1st;sǐc,P3S2!vz=҅&RD"ZO2RDI]Ih)KI'Et)#Ұѥ:p l$V&\K9I]{A"]t)+\\ q|v-ٜ ~Dխx᝾9ԶXGWƨ䗁/|oXӮ7>GW:גC7{Wl,L7ln!ݹJYPm_"3#txKUiLo{ӯl(z\ <Ђ2W&y1j-搂^gF0׵$vf ZW])iB4ESo{#, $I[LrH)d;Q\6[()F jrO1 POTh_C V ~sdXٛ tD=谖ðt@B`8ƔYFs  ^-N|8+mT#PkZ5nW1`^K{/#R40?Cr$ZبX:jk(>5? ^ 덆i~á:~/A1^d+ RtJrmO]]7,PZ u3ɨ*T7S0Yã~sX}^.KD;:d53Z0zh\ վg}B33]DSH(c2W6t͗օ@fe'Ȁ`G̀`,V76R:R194 :h6SPL?q͇O0O[_h ڂE!NJr'?"c^0ٗAz^8i4c(s۸[CaVZG/7Y)]ZyZ-".k6ݒn^ b|HlNChx(t(K-j(`1I$K۸զ?7]s"C)iE>"GB(ryH n]6_`6;¢A].8\*Vt ^폔^KZk Eٔv |6*3LӮ e2Wys]C1ASPzqW( do*f㽥\Y(`1B`h0fCVz;zl}P$w!~( g(|:˲!lnen`idJ Od#?(We!S20n f #AExPvE(?AB );݋ jtq2ʠ|?(O PNܩ^heP(sN@y4_Pp@I (o PNs/PeP(9ZmWr{*@9'{AI#Ps21%0m9? îS!$A6OM ƅ_rN0շcnJa*5΄E]*%f+ꝏkX Q sN2N|f7&\s1zJkKnkmmt`F!Þr %S~ ]`6T`p6PNw+Kܣ6I|DlN؆Wq5%RQ V[4N3xgu3{0P@(ﺹfG+70Oo:s63 a0f@[If ʞFA1ں6S!URV_#kZRɭvqOWrF։E o@:KwhnwCZ-f,+==D=X. k/_fa'ϛ˱]s>yvX(io vХn͇nM7BeYCBk_gR6q/[cT!ܱ{c?`8Ե!L6Oڧ宍%R') յxl}r ،Ix^Lnro Jܾ'@@ēL;Ri{keŹ,, O3CoyR1dτfx΀31FNDuuxzh6%Gѻ[5&/IsYE۞H:6 qN9BE:rr[ͤ|= im(->f HR1[of.t& ~bH&w Sm-5&N-*UQu &Lt?4<.&6 Gl/~¹ЬhF y](6cs_(6kMd7!al\܊=G^ab'pʻ~'1_Bm_۰d6|؜Դ3;c ߧ戛C ?c~jC;Af|$|Fq` ԛ_:XydIv^,1ɘF7lsbARҘ٠'woٍC)^DQWM֣2߹8ߵܞ01R@6@R`fD\gNQ_AY/VەW޼>TorYV{j56*.cre`ǣIsm!nGub\B.7nƑ4BT>I9Q eVm>_H 5- %D1,^Z*Vn&2[- 2r 7~͠4ֽȗH?i69!y9pA ~x6=Q_͌27X5~^woIվWi?}g5m^K/lBq&R iY`e_J:kV^Q˰5;:*#:i#Ols=3dB;h 8 ^ &ɩ!DŽCG|@X/`7eCb)תtff'cހ6xOf3l%U7LWW7U KAwV 9R_T$T?/%U(kCr+g+;T"!@!̤@_ӀP}>o)H/iO#lRubV'H}X%ɨC  ]ݿ>auxld9~ac$-bIS,^Zyb QN.3cʖX ؆VX)9 螶s ,[`.ݞ~ɺP6 h}}WO /CK] \T֟`DD d($@cMF9a(-d_ncj_Ƞ+[bڽ D5>PyDib̷9 k^kK\"[bb,γ?т;A̱{vD%c(cu jzK\WIqG&bEZpAQQSKijɻb4T?MK2 mqE 2vN(oqWb5h0Ϟ=< ](4MR)$J)A:q_V_P=>Dȍ}0Qb4ZpFjnuHIwC"Y~@ {_VJMv!1RXMrmcxLz:tf(<J8Y h9makNe۰-0SW S rb:pg=.dPE-LX.ZZb$8B -6gQboCQq6u\@l-DDBn^}>85G5wd.|W٤HfEb3j (jCPҋ1!Ͳ+ ׏^/!Scrmf䐳 6+ 9%uGf7~)E?1ϼB0u+{3 |tf?~VܫƝZa0\ˇaSoqlpd84+RQx֔P>Ѹ[ id֕ΩJFz6Juk'،6=xD²sŕ#+]dt>,id3^V&O*–f~cB Mt^wiHPZbY6 Ŧ9Ctttn7ǻX2O6@E9Bw "/W3wz$C'`ȇj>?_hB~r@~w*3h &jS{w5%;`ywZ{dv#;2 yȇc'v [cתp+ICCDN"_?NN%2$(}ю?ٜ=P0~F|3t(Z qZATʚ!*M1&ܴfD"*v#WѤr<ˆR@|{H VST"dAun*2+x%\ĩ^/I7;KX |K\B)lDJZqz 9H?_h|6 Pv"?N&QX 8q-7nme;m=~|6aE[Dp "ғZ2>'v +AwF:8sZ ?s/U*;qۜፂŝt⏭GezA d!@r ÆB6QR: >R s[GVq;)fh-(&Ȏ$jɏb7t:!iuš7YH1uܟf؟k*/ Btem?5i/AMmG%mv.mKp⍺AT W`co@z .ڬQsg΍"7n59fcM#'tr&l_zsd衅<#_F&wYT@s<&kړ]R~W{6I0M{򌾢\Nɰ>O)o)0*M;oG;W~lQo6%n_Td8o^!n.u%Jo>=:qc.٪\9JH2x<9-D(8 ֏0G=3ju 3z`x9i;{f{aX~F]OsF<^l7&uNB[Llbn#ږ>FЍS(9+@ĈCח 3 3J(SQ,TS(%6+0$D^]P/G,LIV*1 3ߖ󱹱<CR$M 1] o?*4^R\N1aoLJb&sRs  "{,N/X^Kv|)e :(LP9=L d72Y6tvp N!E j"Q~Z!دbqO(r vݿ# 0]IXQ6 /&p,Ip&7gp=BY?f{m,ѥf Dzl(<*ig{Trs,~ f}lU'$#q˄v_hax]"Y;GRiIB6̤`Hڮ$ir_PE]6Ep\$hLth,0 I-l". e<0'D7n6>B3Ma~!x ͹z4 tlІ%fhȡ cCaQptKΈ)ᶯRPnFc3},Xÿzt';: IM ɷ4vmhk_"6Ho=@fa57|fN-v˒]lt"ӋUF~# 9m\d@w~$J'7,R ,]\hsEuS *J !{ nLf'# /]_M2O  aZT@N(-$qkd1u w0GVC @;[^=Ѵ*S56B(IiP*=yAHܲ1 3jOpB2*::;E;OG_\O>2Up[}|K o "nBRB4Yl.~_'Lz:X,%tyZf{1ڷB W HV{9/{%l<0hP I ^}ShI)I=J:[²AeaaNa`5qYZ1(|WX":O}8V҂C_*fXg$PC!|i4jZq#9d$gzd Q19cQ˃hC^X'X4TsxT4|Ά A[) o1i77w z{/]|i͙šoG_,be&[:Ê_xV ptLìtHæ|ǟ6!X,ЙoBG߯"Θh=?|̳[:bBj9 8c>p 0GÇJZMZ^Kb#n /2iЕ{kD43rɓw ASCX?`I:֖y&U`[\KO }@:rK Bn.ґ=,FBD9^Y 0 ZHJ;^ c$ QTMcNô+ܧpRxAh^84v._!$_D\=}8+T=)0n'LdWw,+l?ǀाK/:4= Ϧ]%6ӳ 4mm4_v^f g|gA `P*n܀NtA=Z<-ܕ;yJW\@=[TX t ȍʕFkeH?g:-jZ-G0~RFfd>U}yX7*+>}[/O4;K/&= ']W4* Q;O25~s1xKF^BeIk4ۀyx`|K(e ,tUbl+d+ӳMXiK b+lۏ'qF]0S@:E-aّ:D7?֎&{s >Nɸɤ?OSgҨL2YvDbJuilۂ(rGnvdQR%6|1dZ"dڌX-Z^9Qg?SpwWF&{<ᮄ&13"J nG+-DaSG`e|k׬ u\-efGn rչRQlP7q+=@=u/VpHLܓ,HP/2;*[=$+:{Lccٴ=`&c S ?YYg`ZKVhO@t O1eR(< ;Bu/CttU Vb?-l-b5g`Zu yYA0E1d8v"݉<߹;i1nl8Ptk1(G&Nԧ2kYlto"n1?'\KO03.4KA Zlc+ Fَd}+XTcI4"\`U4ZιKvy4h&Xe5M|904ĭ#:qqXu\nTRTkShF.}bu)eN(kVX@IPcÞwBmRo6h :XwW9ڼBV_̸'U39Wv3[%#(.۪qLjRR"Buh[&)CME79w 7)\ Wk,!L ϣlP}FB}{+^PxE" SB&=5)F? "L 0U& TSә#*K"]Fz5-UNfظ;}YqTkO:)VE[߂ 6ȫ}[$oؚLKs?zT1O=4'&*&" rMzudj,/V%g@v !-wlUcI[Rq eo2 `v2Ъ9\ed!턬S'LSӔg mUͅx@qZ[= Y fIXcٓ-^(a&/Ɩj14Ǟ"cXhmV@o%߇' G,k㯫 WmL0^ Nf{ӈ<OT4S3XG$*"IlӄN 2T_kTO7|Nm5\K"qf3`\!Z;aEBX bٽIph*?$Wx],ubL" *&rrHXhy…* ~U9cƈQ5iUFԲxIm9Y ZNdz#U[#_hXb{iu|._&S!HMr2χRk+g_.@>*rwB7Pofg,1XwEq:`_wuS;5"'*.o[`+vkl;Y3Vh n'{hB:Ԛőn6@cN4~P=žٯѷ]Q xϗw&ks'R[}6cckNXa =Q@<4=18\h fpp/#ugḌO"/8T7OFbc-ZfCJTR󥌟[ҢjN4}9`f4Y)z>oǓ@2rDNГy΀9{! YpAfU/6JnOV6Rern.>Yj;?;o_ʂbF[IT̝,,MQ|2y8Ȳt.'xEefâN=N;(}tBׅӬAI2,v78Bf% B]kup?ȯ j |yKSLOn{:j 1 !]YdgAߺR5E[Ժq$/'RpդuVdCBG׼RuPUA p5"u~|EQM0T )E ׂA`y$0M@H"IpXUU6Z@_ujcЙ %.h!~Z͠]{ܻ+.zQ\I7Įh lBϓ?ўrA]lh$KdDNJ!%*Ry/m51 4g,Twԥ}YAH7aTܽR&xó STyqr GhʼvM᫵` Bт Q Yy<,¬Y8xBv$SH%p6sCӦBh ۏ?U4b?i0`aHৃ?n=m&wLc-wROL7F"U>[U|{ ߆\dB 1d_a0a ' 3: y$Y;DWjDGt B;i[iI ~n Rd_e2iոU _$H|??TA{@Lm`Jx>1u&O$g i?`kU<94-[I-dz}%Ic}sYsB!Qk?Mz,'Jo%[0)n7EKw0 O *4։ 8X6=G/[?C ᏤOmzm(lNƘ%0b^w+d*4B۳$4:"|y}=}+-j"b"b Y[6jJ]t,!~:Sfv{C1E(Q|*EA& @ճzYU'~:23|?ĀRck[lc.%x޻ϝ@+~Wl ^?+ˌq0K3e,: sUXn&>6,7@dLUdddxfx!dV4i3E'!p0,CK] xնNҴF H E^=IBR=>RzPc*J >8&զc" QTኯKy h欵d&ii~={ZkkEYWڟDOu~|*> ף8Ey1C6h.jɤΩ8v^ovS$}g8ND -»ur%YipڅES4O D40q*/+/RXdsZ>eM͐yY( ̷8kaB洐8 ؔl Ajك K}''p ߣi Ce;a_hѰRh USw+Z!㛃Txh&D8M"s']-c0 *O$|T(R} aIX'ޔ/S`=G0}9>mIr:B|U1 RCw mw\p'T8UAJXwVGⳒ$K k"^<9@#?ʠV"'E+L|j]O  XՠxȏykI+{] )%<Dq涽;m~RT8@N"qش-AC!["LL}dI 1j `&Vs>uLXf F߄RzFɱѐ́,+M&g3ă`~<;1촅 FhLc*B< 1͂(shbaT NE CeР=Р]5`V'RL&P$Hh>geͲ{}=*>d(C ^s| ǡ)/XO cǰGsWLsSepTɐu8}rR]eW8@ r}4r#F9T8|P&8~Vs9emw߻rA:,öT@k VV>#%`;ٹ{f>Ɋo LV|#eߞCd+>̭D);X<##dw f<"WEp u3`U"Dn뿴={_ٯRX L7&Ja[4g<9YfNlUSާ]A3w% 7GW~zj\g l\~\&z{zzҶ妙 KΛ6O8yP [QK?S(N$[EVE21=$Ob</}7o2 Oy@4Lh-{,B,M,p IY>E怴OV: XƌRhmq-* ]RvhO"Ϩ{܎CD8謎mnl ㏝m2lJ ܫ_Y`r^ ~f^էCBU!nu 4ptL3-0-N=>;Ownjy/ӔŽ c VKMs$Əg`(;U,dz3j2D}G ҕY͉XV]Uxs%?-Xg/Vm(RЦ.;ӂkĻ;NY=e/ŨK ӽ7Jg_x6LR8S ãp?,~EH1jIm=yN~1^]W Ѓ>SJztɥ.~g-R"nBPӚB;|nk?{@ l,Z➋HaJ?Fh+N!Ԃ^#2vf`p1 Y0 /tImtQj \aeVrBFF/0'~c|؜Bas,SQYyi卸uTe2l`J13'm5tJvC-޼9=izU.؆HY,w=/7!:mR05N(_ 3ܶq[_m# S39j˺*fʖaY⤻RMʛȐ FR93!܀q`NDJ+y6vh"nFgZ8Y5;H[u,~F_c!;):m]jTmώn nfm'hmn:l]-~U)=B6~Ѽ r.s\FRqRG@G qq>}z~Q_hea=K*> 9b |d)a/. (!''sh }^ѾqC|bxFX+g3d%[ ephY+])ր Jtՙ0JϐIz2['!ϒaE(^AϝЧkucTƊ!)YEuK#s wvR#Q\L(uV[31s*~KD:n2F=Qs54WMՁCtnUInv)O×#zŷMS̉[?Hk Ꜻ^5@WqW7 +I}]+aYGj] ųUv@oE. t@.}}]j{@Jj]}V^J7A.ܙ`fYD [o@gj\<}*J[\?I],wi" P}: /Z7k׆qwpfޫP݂Q?봳 a)+IR=PFhڊ0'\k)e z0{rmLqrj^1S0om~h`_+ +KKȯȌ|jl,#9Fhd6o"dG^ Gxꂺ+ 1]ғktI Gؐ8c&ꫯ<reNbz`,>D'}Iޢn%Tใ$/]` 1SE58:EFh=ٸx³[tZFHS!>]UZ /<1$ngp%NA 5vwчnM(qwлfJZ-sw]0=;qqι]qLs-SvL'bPh_'%ξkN{:jԄ~uFdN -$sjt>}U qb\d#;jB($M7e=Y p>BS y\-1u1wygyy$ޘXHP.I<[=%S4֎-O#~J7GXЖ -/eG۞ N֗2_ ϦIHxM]$Ҕx(n8<2U` ĩq7S)6zO| ;U$Rw>8bYT)w.nfꏓ5}E}U}KsFiQ_6_zi%P?Q%{2#- 'vc->ZF% Bj*DyP U0c;;ւ`MgJ4ဉֺ -*࿘qX"vdlb:(:!`tzV4DPq(E'طS mA5sE`%|F+S$|Vr `7B#䭂_ ,HEjW(?7kIiUzمlkŠl__$ڕa2bq'eS+  }SAu\{AAWIq.p6!pR{iG,4[`_Bv 0W9iyt[F&RhLptn/x;wm~h&Okn/ S%~݌_ktRwc/GZw)I&e)c(Co^7oFKU5L:JTf)5yXar\8RVYVZ}]5?\03Mtz;<nٴU!&}U3a! Q-eՃ۹e[2nֻMBl,/gczI.wC͛X`_he/H>v N+hUKjչzMdvq,EqB221Ҩ_ۥpJg? rfud?Jl BF a6Ǡ ч2؄<&AE脄& gxf% #:ADY@@t9U޺%NnW׭SVU_f9ȱ?|S#jS:i~ ; 6vvM9 c3UY(i^y+l=`C ى-u`\*]Ʃi0OLZW֚%FZ$Bh뜘BĆoS)\-|"&ʜ sr993ϛmu]vm k4edkcKtQ4ݻSy9\Ƣvndg٫9&8%*4; O2ZJ'5M_0CU#N: rPb}G0}iC$E.DUƩ1D$=#u[IXHz?zWK׀ iVzdşGѝC@66Pel(Kl<IP ط,"ZGKAYLTl1|K1QJnOŗ=םY ss{07צ{ 5Es )>Rc,XƍE4BY=`,n/kYo]ҝpT\cMz/uS$v U"wh`WXŘ-כ ̲#]e~:BjW޾~9\v;Z%×:|C\"KrmJBDhc:ךz|c h;W;CZ5r#%d K a ˌI$IؼTCg^_Qc3F2d*U7Z5.gRѿ62.M2&)̿ @3l&б]+no5ng7lb4f:g]BuTlI˗%lTVՍVeObܠxm<nGc/S*9’ACLH"ZkD Ns^`{n ddISv)1ra}~+_k[b7xxz|'>x-AX7*Fajn{smAT^G=/w*^sQXq~Vp*'Hj -ޤ<.,j#[xW!eAvYu-3ޡ[fP[-J?z2y6kcʀateXw}ȋ.Z+DJ)ˣݴ˾#h}&vX*2'7, LrGQ c6FnK6s:b_7ظ@[ESǸe,8y^^H\hyT( x=EnuFaxdP ^ٕ"s:0|)eq]j֣7J{{Q:bQ"%“@ˑ:x(j7&EO`w~x[%RwKmv~ =`r]zQK4Q<_Ps-A[ЛuzPV@W>vP't#vW=ř;wƪ@Tce>_18_7~z KĄ`׻*vMCI<$lu']X6?2Wu2,m)Qe%,J \ 45|H~9X[ܶ^X{1Xv/&@Zv/xva&͡g.%S.YRq9 4C4O]]A nIsr yXbEUje)HޮXˎt! ^kEyb]mj^u“"W\b .M^KS$ַ M*>,v>I8h ~Ze%ak{}o@2I%R9WSIY fgV3GAÚF z"*" wQ!nsݤ׏$E0h G)'i) 7M R'h/Fݩ߆:io8M(ĩ5=t)mWyP&WJjc*;sqmM Gdّؑ*Gq?h<SIE/{O>kl@Ί B[U>$Nu9$[ 'Q bKL]Qh < x[zw$SmQپ9ҥnao(=Ɵ]G Yg'"s;O\?jn Cm]EhsmEχ{"ў ')QCA1yN")HPEη4:E jYwwʊV^d6\Fv=%jCA j?o q^!&CR4|s(1Q%]X`;c[]P|j˝L~1ɋ]5{9.tE̅1:%t"B6{Jԝd' e;;r8Y$="Ïo׎Ѣ2QUC$$ų}73~wYb˦i3*:#ha3ʬKz4_Y`uwxUQ'LW<'70WqX ͸ӖATd|cvWKO3,y8^=8w$L%S2XnK*JϝF.):r$*N+F;ZR=r/*=5 gvT_mDzYRmztvhʑL;9X7Vp\%ʪD`k+D!Ucs~(Ҝey[mPNzt,n\57HqIgu.8I'HG71zCŲ?`UIySJt06% 3۪>ņ6ܧzSHAv/}#ipIT'tȎzUl^u{ɨ8{X<|dOD'̊eR&mI4aG2ZY6A?rcҺqmx9U]aI)BzpHJQ?c#[,κ)XG=.Mf'ߖ),O7֔e:2'J #Iΐwx}]R;iH4w#| G8$QEMUT:"|%ieXM\6=)eo98i>Cxup,zD3,88=˛w;RNyz w2 ÊmMt`R;d$MMP%El({~~˲ % A:ArK0TR盘߻m26(~LoK p/E u3X]49[0vs0_UpZ6Ns=(; ̪ʛ0nQfЍZKo.F ˣC9Gs{5 ~ K)AW3wDqeCO3#|jvukQ,Iz"^9b2tԮC6kߧ ! fIx>:$#EC21H/ DxJѮlx>Og0ԫ N?jfn)%?[y#02d-7 t4޾\ 4PFQmdNTr@Q'. 3tH/l::ճ`Iopw-Sp0m<O S0Z1IH[mG7H[miwՖ*;p xBxx&Km9'K(aؼeE\|$r] 7;^DX9Tq[9M>Z]IrF6f⃁W>s2c}&>VSe+ l=6){),vre ,3CK] \Ug`t0QiW6WL10ɡDED?F\w^t5۸}Zfe _⦖奲rh{Of p~>{Kq3xxճ.m<͜:-sӯ-3Sn_2 =4}O:B;_  ,!ڏj';"|_.rJ3+a](a}7u805n әsدOiB wUU̬# ~GXN݌Xb/ n-y2=`OG|n>a(Ծ5x>7zt9tlIR|1,=`r8`?V`@1>b/9*;}wӧ`;NϺuwh,}1 &yo#uUVp] JCJ'䢊Tm(+'6v ?ػtkp5l&qϨ^K/fAE_mPk^ؕ-Vhf,雊9ٳ!v_pɆcezCW Q7h}I~,G G Id~CYmԊHU]݄"*aa$\u 1=;B%=odsuE:Ev-գ;S'XzHW7ϰ.C[ @\},ke ;9%;`R03=E F6aAVf BuVPA]3 &h}[ulEH׌H+r#N}#ͧsFiFU)ppxeeg&+Ap Oi1RBzm0Ѩ\F*_ҫ9bFa*{ӏ^Gm7" ^un؋tYY5q@/ijV74gᛥbl; ٷxXg'xLmbGVU:]䗂 ײx~: 5U-=u&0Pۡ޻R7(>H9B4WF{z7'Jr\[gS8t$*)f+f}dNmdDm݉{ ɏrX'IyPz0+-YtG$۳<0Ť—4#-A:{O?]tgLK#ridXt'޲nK#â;C󌌉E{}}: G!8c\Q pri[Y,O7/ZYFԘdja+>O#WqDoeZJc 1KbVo!6t84 ^NМkMTC]ap&&9c{5Vd;iFZ081'2H Ϊe ^Z:< MB4u8C 9fLEW@WS}v0~[6IHx]{E8icd` ̃/dl"Nyl7N|KeavL3/G"u0@ ZCYrct]f7Rdf-/ISpO7O}Tq!&J,]tz<9e;c.oR/N@ kFS[@]2L銎~טK fa:wQk[+⫯*]Lc[fm)[d _s7[/?N~i*қH8xrJ㹜lzF?PD3ȪySzǡY+%Q k }>ӄpKJ@\eJRŪ4*EʬŪ\oB:!d%|(>kXw*UŪUu8 b൓ Fu҆%"}]ۜ*fG1bv`B["mb9|Y1Kn7AJl9ULAoGNdHdPVdc$[zbnh$ z :? ;B3˜2Y*XI^Le Lcxݕ%hy:iԁ1DlW QmbmߞyLh*gBIsj,`1^Zuli1@/dK.@3R;hY*Zš.c>x;*ClSyMӁWr cXԅ뗡nnћL4)Rr߳2CA}rSjl7PǑ /4 Na" vz۲ƋdմM\,4< XCx,ds&mnP%y?-5FR3Yf%T{.U؊X}NjJiմ޿t[nWR_<$:J]W{&,4";ŌdV0iI]Ío=04>!`\dӨ=-֤sTk=_߯ ANΞB=K"1靊Otk{u-j){)S]0>No~3:/KG݃[mH9˙T5KbڞOfV 8̍ȱ`aumbyFR|iJ;۠G g<nV:u,~<̖{6}XTA(":(̶0{.ؚMPS˛~%S&;XOಥ1+OK385Ui5cLN恟/+N5O|>29`U&@8 x@RMXm)JR'+㠗-vҤqlBh6B3W7hUK̘彇hU|i&,P<3*ߒ!lV0;~U*ƏTrN?JwrQ[GY]ig鶱*'8}ߕ-jy@['JD)Dݘe$({$Q=2  |`žch?koce2(Y}= &hG= ʪ;~Ҟrl͖%tJ_ 5[O\# 2X&au# bE\"td|<ػǤ5^֜㖗U[Ϻ%tQ65Ocm#Gp_ǧ}\][U>l͂}ِr,kqnX-*'ʚk'm=cfnka .\ /` [H*w"= PQggw4Jɷ ^M|:#: 6kF!|Ulk^ FQ=!ن 4c1+|PF֗9!ijFuR̆쭕V )Q]IMM%?HK* OM^}S|#xЀN4] }g$GK\Ϣh\xXmHJ nx8xnG_5ӁI.-5~N|w)H vx{5Kxݡ ]@GLOxg95fO5 *_ 1勧`b 2%vG3n}S:@Q6H:_z<ݡ~)(d1OPGBܘ ^Tqkj2K flCH+G7Kk2z.W2)=8^w{d,y(f `;w+32RRN7S$ϑe!V<.rgwIa)p~Ja\sT5r}}wM2w{wom[Ma8j|^CSwakamI#۝Ln+BpF.ׇ́S v T<.lLJm|̓l~ʽ5>aSw:ZEڂHq@H:wd]g;FMt9MB 2^W |N/置mUF:".1K?:ʆ Ύ8]4oT|[7SŽ =@k-qzѠ[࠶*f8#ak gAWT4K$r1L0?9JiD[memmBb_)XmЈ?5ωiXdx|Q^mG׳5ytM`^gtvOT^?LGGneH&@m;;v2p[wB,6Ɵ 4e[:q."(_I{؅eY`A^*[iQ.t/!~2ZYDPa{xavCj73|y;9=35gΜisA4;D v悗|+~Uć"?⣾(|y[8kOVlgV6:gڒiKj/\#ft| !fO|.mOU~à~1IF6Hԁ3+5wk xEv#rׯOGnsKR䟎OGA{x/8kfF6e3*S ^q<s3яNb' (mY]x~tx q|PKѓSPڂqqŠ;r^;fLOψS*Wc^!*xO)0բ#{zJ=3ꬰEQQ&&յa,N79վAܭޞl~wyHۚ7=sQd*|6e-^Y O-f5B] ys_!k٧y3PY0~l= Vۊ) SMeAWUV~}ϢDDqoe|il%(LJ=DtNJߩKM^s[Su]*|SiR7@v&~%NY9ζ-홶ÏLrs#=+M<$.C:;: 6X8 hbDZ(>0 SG㽣1VJ 7I]~4/_AQg` 8~ %s®%xmB|Ʉ8SnFd-AL2c-$<c)lAP~- lv .CdI.S\$`O^ ÷HvꭸzTʞu&TYh"zًBFiً5^̂B"R80ϛ½zQґB_)ɋB0)h)\ 0bpu[ H v< n[N$7JS}jvwʝIŒpd‡ër3/v(򿇉4yPprY]En(gt  1>;HTHzBprXNz .I0WTЧNiBg LƀTܔsߊ.x3wi.\n]\Ǣ!"kn1$"|}eIXfM4'qtxƖҡh=Ga2A3DV6CQ%xϳMR<XBd{Mh1/+Ӗ \m>Ưc*>z r~9iԑ6ey2~ 4'T\bN\Y//sJ>(q۱KTc;Q j)iX򼃷4T ezkIG{z^RϾ* y vkE8W-$3Oʢ>\ыx֟tqn\`p4.hKˍG,֢]Z;7n&Pyפ@ ' e# v0<GU pશHS 7"g[“o?|sxAp܃Wq qx /氱ٖbPlvhGDJNGKvDXTmGL%;`vxvD|o2dG,v-Ǻ|frM3/6 "1ȷ?YM kvل7'^2#h),KVv8E!|墧>wŻf:Q읭ElU[tOym(lBZ UDȾE%2;P=K<Sa(Mv*OxHheHq  !o yI$Bb60b(gzq`C=P\PĐyF͋=RJ-KǥH-0[# Ja? RhEwb}^Kb:4{z'pYnKBhڍiR%xŀz6moUb V:o"F\+$SZl "&XLɔ)FE2 \l/[ Fp#N/O"WVgcX|Bɯ~Y]ͭ"6N% r\ntSN+27KJR7N ؇g-5SmlT6A *]6o;TeO>bFt3z.C'I{|ګ˙8ۭ eGQfBlJZ؂T *Ԏ=UWqG l('i>хYҝbvMIP:m*Q­g,|9gʍدďoF.av9v^\4SWa+ $[݁Lw02a]׸{'72ำ'wDtFJՍwӶw;S58r=ݵOBY2ݹnߴ9Ep7rg3icPE)QX.i"pIbe'"[|Ћ]<} P:g6 vy7lT:1߈kU`{2\ʇ/6*/}vG罎Ԁ?XUA(?x()H\e*dže)/y6z!F)6*f?tѼ{QĬs5Y];ICSnQE ı`^5Jy1/~ _+a0RW9Cm3DHtɃT_a:޳<cG+z]8,CN'4!P/f ?5K:,KOUXZGn%ıIVorޕsлDGv6Eo|8ߝcC,lNvҙ;ǚ,%:"Da>L[]+e ]^" x2^% wH=*%!p`-cF^)co3SnMO]2! lL< 8ˢ$2oXk7 w%JV(x\n3$p$`mCE`;[0#-;[*oI4/WȃP1 @uR4Qjt;JM*LzaЇ7#ڑN[ Іk:/li-ۍ۲589'([ǑLԦ7L1-uĶ68JCf g|ԛ 饗521j* #.$_ZKOA\;!v HD}$ } D' a! erH@̬L@ H61 +.] x2""8KN3 \ dAr*uOWVYG®熝f @1n ں콩 x@B;Wמ%l eZ`Z>a>ZEJQRk#dsOR4z+E ?rLӰa~0}&fp?L623YƜzL1+9K8<OY8<:*ᯔF"수cm2 ?K?$̀J'$x_#[dx82gx??IqDϐ8zD·p7e2< W UKw5fsb4N;9@GQ` GVH'.5yE$:#Ib 2l0'Y6L1JSx),[UdJ Poaq2DڟuT(Yk'D(׽<޽^D&Yۃ9"{!vKغJUU9Dɽ#$^=UR+͊yJ]b'%ƩqWaa';ːۅ';u *׼ϗ' K@@v~v`i|g;=7PیEB?ek4|N@ΟJ߰SJq|60|d1,gqnt3'[%Tuhn!t "/ݭ?Y{[O50M]QrjVsz3֫+__hc܅)Psd q*LTL19Twk\FDǿ%&<ڡvn<0qTd6su$ISdn!7)nR%n}s3\&7_Rÿ<:o!b3uy+k}췤|Q={u[’sl|IA~ ǻ`xW@0\̝SYelo~0pid spW@L-tq7vq0b.ǭ-R=  UZʢ8 [X{{RFJf,aZwݒoBz)jGH{%Hp]}K$Wv51MA>MV,P(hժE1 ('ğ.ӦbFy1&?b;O.-͒nYa/ja)C Ir {zOj5ѩ1X+l .[-uzh"v"? &zU6fJfʻg7~)mFH(Q Nt =QW 1%Ozh&BBCr?D?%PS ZxGIB 0tdYC.ߋg΁Hz`>-FYF (BW|?.9ؕW93ޤ㶽sg339qWLn?D7L,=I"Fg$X I(XzQp-MbmQ0kk%B- &dZ}(XRhRmQ0}RퟙDf /jk8˷RmQ0 ڢ`bOkgIE2-K}Q- &F6&!2i&`b1ri Ȃlш8LmyLFb&lL֪ga$Y%D7(̔OF|A_qIc#|(a|dA5#o HnC.J,|o`4^3)\:! l2,9$E6VőEȒK.dSÅ5*g *0.Xљ;!Jyu4 _&gqi˅m5LNqo$8[Jvҝr+VKɏ$;(#M_ҟ1Ei.Jg +ڮ.;S840%sY?(=Bn-wh =#'B74482 l!cIFy{rNO3=p($+4㖦0[?0*|/6[Hўh]X[U '' %ؤo | c%j)vdb9w}cZ83%pW={<K㘳0aVBA:xG$`玃U') $;U'CJH# }\9΂:exx?^K˱+^҇Bu|ͨr[FKr5dxo/KCDh{grXt{Jk]٩EoU#{D o؇8_! np?G߼< p`XOMɮ! p)YBU%: +?>gmb֞iHù?Wv $Vhd -imZ/Jf)2L`O k;zGpz@SU#VFSPYւw`DR=@ ̮ 9E҇p% }Y%*s!JV-3%פB,~H6'= X:+;U4s9_Si!#(b; -I ;vY7|*R/Q fb{=^fOe{\=7;tvVT4 #"}$2wXQc2J Ck#- 2*g?Ty9q@كb(E+IH#l(٨ -8{X0H[.\0Ո-Dft.y,M@.dJdBZoo(ADc1zA xh=}xzu5ZY hJQUà̘9 1?C>Ġ,C @85_c᱒+KLz]9w P)b'Ajh+!9Ϥo1ӧf4E}V+{ŤA? Qp2I0,4AB^0Dt*sӟzeGlEl.ElqDjQLa|z3X$B-A 7Vn`-Y. S)Lޕ8K+ݴIG)9N=[0z JϔXxl<%4ɉ5<^/?/jEaN"N^*o* h~NN8%+j)h$XqS|,[ 4Y "ǿ @ LEm2(Y+p"NwjW%|]@?* F9ƱO0`t uy:?<E`1X`2}/Qm@OOVN{֠>o=F_et.ڲ8@䭆LNǛ)~tjƪtPegPJ ֿ<G NմҮrIiE s l!jDoqB0cȃ/29`gy K+n2e0cfs[#K~6:Cuʠœa%ο)0hdv^T.z@ qrhn ANޭPCK=#BsshIFnP_oas:]d0{[=Eoryc/m}Obxh{Sa`~̓@O>A78_B=Гa0,)8UOޥtF*>0A@ Jyk&R#d 7y+b(@#J@W2тqtڌ:_3]]A5wNK =d|]e`6h /j5(Tğ=}ܛ^JW`:VEhI=ce*PR_d A6N8pEgk{pFKP_E}ElW:^Sz @6^ƙ 6N57anm zj , >?2 hȧ a hS[CNFWHO]tD) gU H\ Ƕ>8i})t|GbY!lL|zH "(khvz+mjSvSW~U3n<蹢ӯMh'`o:WtY',ϕ% 0]PTEIvi-lX3thp'S:OzϷreɉPne[ H-I,ݯ$hH$` @!`^7< $< L %isPPL$y #@$ jB Q7}ʤ(*+Ŧ'qzXx"g{F+_]w8t()'PT4j\77vTw[A-1(=Y MCуru| TOOUwIs?=oAM!{=6Na1Oujy4NrEezj)aw  ͼ`"'l/`r^r<$sW;0q덁$98/ B;-$ 4Z eъב}MڷZۺ9%Ծ;4OмwO2k <V*Bc+܆L ֭].MW3R,z+&N ݂Ӹ)yÃb# ʫKj&B!5P"; nRx $_dHrd+r 3<." u$ߦɻ)) و2}D{jKwhD `V ?BFh`vHt;@2: ZDᐄ@h@Ňi@n<ၜe H,q\\3kw,W<7]x]xzտ1 ou֙; dKFx #dxdIL(۝_#7HVTjHLdn[v/lxV{2Kj|?mw~^ngE.{Cv%.ӕ*gz*J-a~iѮ7`2z>_t9(qd (lIo_l8|TQut\VQ)dj{P}-T`<%AxaзJgOy¢U:|gْ\ƫ*CݲRk2Pƿ4-+C&cJӑS1<!SS*yZxQ7rNC E*PmPKy*P*!G\7`Wڙ- 8-Y. 񁲶#|}p셷'2$hBTS1͗ Fya Ɂ0S=eZZr s4cc|sSt|-b7a8 !mLl=ܖ\86vnK-op~-+rd\X'ž˓qe۸^[T>Os-)Jtpn~QwFyV ЂegH!;̏ !H.L6xf]#_, GwYF^|,+;Q YQ$_V*y7dz{Xyrԅ]kk,vuNV+A+AGN? "ۙ~E NI(Hb^-({$5r[!WC;zi9S/ n3&pY? /GiyӄFo|< F;":"J1 n Iw`*d)r/o:x2)f3L$Y:D?J9rw %$)PK&\!xJ$ÏbA:vۃ7rRp3Ə>ZA}Kw-vd\lZ+&IqF䥒"]b ؒߛ|Ĝ=ZYI°8lTM76ʐ,nu; `g[)[f/C Pzjε]氥][%fzM MUzc*OX Z'F\m^T'M>1XZKPD~pÿr-G`)Uw'_g>~``"H[.ʩa۳x{͜W6\z34k'X4` !ќSsۿbL-4Sn1P-dsd'>ެH 1?`B*|ɬ1j.7?De]ZL..0(h~D귌ԏ[؀ '4]sӜ&`v)4vI$Ӝ&+K[ũ-꜐ĚgwV}.'MʜKWإeܥ w#M4n5.%R_i.WH;3x[KG6Hۛ(.i"{|D`=|l}`<۱ljzƣ?F½|cVP7B:kk&̓Sl \0GaJ[ϊvDQ>?`Vh4@@4#Tn<8@F26ٙnU9^覯 d@F=,QC2;I*YZ4&hPxLiY@-E5Z8Ѝf㻙)y&gcJ#oדfۣj :atzaI+aTaI+[aI+KaI+MaI+ϗb@nD̮XT~'†د~}+n廪>)Go10s7[jb|~Q9;zg#h['>LF/TL^QT5w㵩{HA.ۏX,5d]:gB'{JGC1eb(AH~%P $@7$i~tbB/iu]`}nhBd"GW \ rqeܥ̂iSz7RW'Zt`v).]]b9!]N<6%inmrߪHΎ7t ^j 7X}շ뎩Hi'8’CsEnTby.iEiFFn).cSCsrҜ̓vɟ ]vlTytr ld]i.m(6OvPɄc TywgTxSelӽm<;lة6y42T5hށ\U25$J)X_1(S3 媑u0[`]~} ?rgׂg1}Q}kz@kbYw,/4*⻙h f"< L2 cT1uD#[sU}A-?{-09A岚nhN`Jteo9KM۶v.#\hlO~NRs;d._^6JiWHMl ߤa *N?YחY(^n'=lO~}ҮmҮJC-Rm_!ahĞ_,f *`_Pncwc$ ZSQ]ys=I8֠[y]?"=S=EПdRɾ|03,ccVM>&O%Z=ȅ'@>ǑB O8q;uݍ.l )C=d \&&x=lB_ :Yuy\6SBÎǹq#/XE<έ& s anB,q 2^beH<[+"_.⃎8޼⿒c#O#ހܓeJ%ȻL أ x:$1~Jrk rFK?bT4 ERrǃ4f*%a UaݢI0L<;~R/ v, 0xE/(sē<Ȕݓ(nZډ^0.Y"oqȸ\q6FKs*StEylݰG Eu9IT;G'*ve Ԓah\ mm9B0 >ͼ?8Ajvw1G7F͂`|5)PVcjVx:-nY('d*!AIXJG$u.6{,jgĈ1!N=;&KN~p6]$6vzsV XؔE72 {)<)Mck#s_zD-SdDz9]hs̬>Uu\1IT 8dzO VSJ?vIXݎ$6^ 7~Ӫgx_`OKZW.Vi&