ࡱ> _ bjbj D.jA\jA\gFF8 \f }z*^****6,,D@-$}}}}}}}Āz}d-6,6,d-d-}**H}???d-**}?d-}??2mr*%ASP<Lo.m}}0}o<<<\rr\<s\ d-d-?d-d-d-d-d-}}2>ld-d-d-}d-d-d-d-<d-d-d-d-d-d-d-d-d-F> :  INCLUDETEXT "\\\\hydra\\FRED\\Applications\\Registration Enforcement Systems\\PREED (154)\\Packets of info\\User Guides\\SourceDocuments\\linked_resources\\_title.doc" \* MERGEFORMAT   New York State Department of Motor Vehicles Adjudication Batch Electronic Ticket Submission User Guide For New York City Police Department January 2016 New York State Department of Motor Vehicles XML File Specifications for Batch Transactions File Naming Convention This section describes the file naming convention for the several XML files used in Batch FTP transactions. The name of the batch input file must consist of the DMV application id, followed by a batch date, then a batch time and then the submitters user id, all separated by underscores and followed by the extension .in.xml as in: EBAA_ccyymmdd_hhmmss_NYPDB.in.xml where EBAA is the official DMV application identifier for the adjudication batch electronic ticket transactions in the file; ccyymmdd represents the submitters input batch date in year, month, day formate.g., 20090601 for June 1, 2009; hhmmss represents the submitters input batch time in hours, minutes, seconds based on a 24 hour clocke.g., 133105 for 1:31:05 pm; NYPDB represents the submitter id for NYPD for this application, assigned by DMV; and .in.xml is the standard file extension for all input batch XML files. Input batch filenames need to be unique. If the submitter needs to resubmit or completely recreate a file, the date/time that is embedded in the filename needs to be changed. Failure to do so will result in a duplicate file error being returned. The batch input acknowledgement file, which is merely a receipt of the input file, will have the same name as its corresponding input file, except that it ends with .in.ack.xml as in: EBAA_ccyymmdd_hhmmss_NYPDB.in.ack.xml The batch input error file, which indicates the file level error (wrong user password, etc.), will also have the same name as the input file, except that it ends with .in.err.xml as in: EBAA_ccyymmdd_hhmmss_NYPDB.in.err.xml The batch output file is named using the same format as the input file, except that the server date and time are from the DMV server, and the file name ends with .out.xml as in: EBAA_ccyymmdd_hhmmss_NYPDB.out.xml The .out.xml file contains only the errors that cannot be fixed, such as missing ticket number, etc. The remaining sections of the user guide describe the data elements of the Adjudication batch electronic ticket XML files. Adjudication Data Elements The following sets forth the requirements and descriptions for each data element as it is used in the Adjudication System. The order of this document follows the order of schema file provided to the user. Please refer the schema for the construction of XML file. nodes should be compiled and wrapped by a node which is preceded by the ADMIN nodes, as explained below. _____________________________________________________________________________________ Description: Ticket File root node. The element is followed by the ADMIN nodes, the so-called ADMIN wrapper, and then a node that contains individual nodes. * this node is included only in the error file. ______________________________________________________________________________ Description: Information of the batch user who submits the file. The ticket file may contain only one ADMIN_USER element, which contains the following child elements. Description: The User ID provided to the user by DMV. It should be included both in the input file and the returned file. *** Required *** Value: NYPDB Description: The password associated with the User ID, provided to the user by DMV. *** Required *** It must be included in the input file but not included in the output file. Value: to be assigned. NYC PD E-ticket New York City Police Dept 1 Police Plaza Path New York NY 10007 123 5185555555 xxx@nypd.org XXX ??? NYC B## B ETICKET 22.231.113.64 ??? ______________________________________________________________________________ Description: Information that indicates the type of transaction. The ticket file may contain only one ADMIN_TRANSACTION element, which contains the following child elements. *** Required *** Description: Indicates the date the file was processed. Not required in the input file. Only included in the returned .ack file and .err file. Sample data: 20090828 Description: Indicates the time the file was processed. Not required in the input file. Only included in the returned .ack file and .err file. Sample value: 120010705 Description: Application ID in the DMV system. *** Required *** Value: EBAA Description: System Code in the DMV system. *** Required *** Value: XADJ Description: Transaction Code in the DMV system. *** Required *** Value: ATAD Description: The combination of and . Not required in the input file, but included in the returned file. Value: EBAAATAD Description: This element indicates the disposition status of the transaction. P if the file was accepted successfully, E if there was some sort of error. Not required in the input file, but included in the returned file. Value: P or E ______________________________________________________________________________ Description: Information regarding the batch transaction. The ticket file may contain only one ADMIN_BTCH_TRANS element, which contains the following child elements. Description: The parent element of the nodes. The ticket file may contain only one IN_BTCHS element. This element may contain only one IN_BTCH node or none in the input file but it may contain multiple IN_BTCH nodes in the returned file. Description: The parent element of the BTCH_ID and CUST_REF_NUM nodes. The input file may or may not contain this element, but returned file will contain this element. Description: The batch id logged by the DMVs server. A unique value per input file when the file is successfully logged in DMV. Not to be included in the input file. Description: The file reference number that user can specify for the convenience of the user. The input file may contain only one CUST_REF_NUM element, if the user chooses to use this element. This element will be included in the returned file, if the input data contains this data. Description: Total number of tickets in the file. This number must match the number of Ticket nodes in the file. *** Required *** Sample value: 43 Description: The name of the node that contains the ticket data. *** Required *** Value: Ticket ______________________________________________________________________________ Description: The parent element of the MESSAGE_TEXT nodes. The SYSTEM_MESSAGES element may contain multiple MESSAGE_TEXT nodes. It should not be included in the input file and it is only included in the returned .out or .err file. Description: This element contains the error code (6-7 in length) and error message separated by a : . ______________________________________________________________________________ Description: This element follows after DMVs ADMIN nodes and it is a parent element to the Ticket elements. The ticket file may contain only one TRANSACTIONS element. *** Required *** Description: This element contains ticket record information. Multiple Ticket nodes may be contained in the TRANSACTIONS element. The number of Ticket nodes must match the value of the TRANS_COUNT element. *** Required *** Each element contains the following elements as containers. ___________________________________________________________________________________ Description: Ticket Header. This is a container for the ticket number and the officers information, etc. *** Required *** This element contains the following elements. Description: Ticket type and ticket version creation date Sample data: UT-60(4/13) Data must adhere to the following: base: xsd:string xsd:minLength: 11 xsd:maxLength: 11 The date of the ticket version must be noted at the end of the data field ____________________________________________________________________________________ ***Required*** Description: Ticket number Sample data: 1B110001NY Data must adhere to the following: base: xsd:string xsd:minLength: 10 xsd:maxLength: 10 The Universal Ticket Number must be a unique 10-character value while adhering to the following rules: 10 alphanumeric characters Position 1 cannot be zero O Only letters and numbers are allowed, no special characters All letters must be UPPER CASE Create by using the letters of the alphabet B-Z plus 0-9 characters minus vowels (A,E,I,O,U,Y) Insures that the ticket will not spell or imply anything offensive ______________________________________________________________________________ *** Required *** Description: National Crime Information Center Code. Sample data: 03030 Data must adhere to the following: base: xsd:string xsd:minLength: 5 xsd:maxLength: 5 The 5 position numeric National Crime Information Center Code designating the enforcement agency that issued the traffic ticket. (Note: The NCIC that is used is the middle 5 characters of the full 9 character value. For instance, NY0303000 would then be 03030. The NY and 00 are removed.) ______________________________________________________________________________ *** Required *** Description: Officer Tax ID Number Sample data: 172762 Data must adhere to the following: base: xsd:string xsd:minLength: 6 xsd:maxLength: 6 If the tax id number is less than 6 characters, pad the number with preceding zeros. Ex. 005493 The Police officer Tax ID number is required and must already be on file with DMV for all Adjudication tickets. _____________________________________________________________________________ *** Required *** Description: Officer initials. First initial of first name, first initial of last name. Sample data: AS Data must adhere to the following: base: xsd:string xsd:minLength: 2 xsd:maxLength: 2 The first initial of the officers first name and the first initial of the officers last name. _____________________________________________________________________________ *** Required *** Description: Rank (Rank is optional), First Initial of the Officers first name and complete last name. Sample data: PO A SMITH Data must adhere to the following: base: xsd:string xsd:minLength: 3 xsd:maxLength: 20 _____________________________________________________________________________ ***Required*** Description: Officer Signature. Format TBD _____________________________________________________________________________ ***Only required for speeding violations where radar is used*** Description: Radar officer signature must appear for ticket involving radar, otherwise can be omitted or left blank. Format TBD _____________________________________________________________________________ ***Required*** Description: TVB (Traffic Violations Bureau) This element should always be set to Y for tickets returnable to a Traffic Violations Bureau) Sample Data: Y xsd:minLength: 1 xsd:maxLength: 1 ___________________________________________________________________________________ Description: A container element for the motorists data. *** Required *** This element contains following other elements. *** Required when Gender code is M or F *** ***Not a required field when Gender code is C (corporation) *** Description: Motorists First Name. Sample data: SALLY Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 20 Alpha characters and '-' (dash) are valid. The dash cannot be the first or last character. _____________________________________________________________________________ ***Not a required field*** Description: Motorists Middle Initial, or Middle Name. Sample data: D Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 20 Must be alpha-only _____________________________________________________________________________ *** Required *** Description: Motorists Last Name; or the name of the corporation a ticket was issued to. Sample data for motorist: SMITH Sample data for corporation: CHOICE ONE AUTO CARE Data must adhere to the following: base: xsd:string xsd:minLength: 2 xsd:maxLength: 20 Last Name can only contain alpha characters, and '-' (dash). The dash cannot be the first or last position. No special characters allowed other than a dash. Corporation names must be put into the last name field. No numbers can be used so any company names that include them must be spelled out alphabetically. Do not enter the suffix in the last name field. There is a separate field for Suffix. _____________________________________________________________________________ ***Not Required*** Description: Motorists Suffix name. If supplied, must be one of the DMV acceptable suffixes. Select an option from the list below. Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 4 Suffix table: Acceptable SUFFIX I II III IV IX JR SR V VI VII VIII X  _____________________________________________________________________________ *** Required *** Description: Motorist's Residence Street Address. Sample data: 1010 ANYPLACE ST Data must adhere to the following: base: xsd:string xsd:minLength: 5 xsd:maxLength: 20 Alpha numeric or '&' or '/' or '-' or spaces are the only valid entries _____________________________________________________________________________ *** Required *** Description: Motorists Residence City. Sample data: YOURCITY Data must adhere to the following: base: xsd:string xsd:minLength: 2 xsd:maxLength: 20 Alpha or '-' or spaces are the only valid characters _____________________________________________________________________________ *** Required *** Description: Motorists Residence State or Province. Sample data: NY Data must adhere to the following: base: xsd:string xsd:minLength: 2 xsd:maxLength: 2 * See U.S. States, Territories, and Canadian Provinces Table in Appendix A. _____________________________________________________________________________ *** Required *** Description: Motorists Residence Zip-Code. Sample data: 121210000 Data must adhere to the following: base: xsd:string xsd:pattern: [0-9]{5}([0-9]{4}) xsd:minLength: 5 xsd:maxLength: 9 No space or hyphen between the zip code and the +4 _____________________________________________________________________________ ***Required if the gender code is M or F *** ***Not required if the gender code is C*** Description: Motorists Birth Date Sample data: 07/18/1993 Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 10 MM/DD/YYYY: format. Month and day must be padded with leading zeros. If Gender code is C field should not be populated _____________________________________________________________________________ ***Not required*** Description: Motorist Age Sample data: 46 Data must adhere to the following: Restrictions: base:xsd:string _____________________________________________________________________________ ***Not required *** Description: License Expiration Date Sample data: 07/18/2013 Data must adhere to the following: base: xsd:string xsd:minLength: 0 (if no license) xsd:maxLength: 10 MM/DD/YYYY: format. Month and day must be padded with leading zeros. _____________________________________________________________________________ *** Required *** Description: Motorists gender code. Select an option from the list. Sample data: F Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 1 List of acceptable values: CodeDescriptionMMaleFFemaleCCorporation _____________________________________________________________________________ Description: A container element for the motorists license data. ***Required if the motorist is licensed/a permit holder/NDID holder*** ***Not required if the motorist is unlicensed*** ***Not required if the motorists license status is unknown*** ***Not required if the Gender code is C (company) *** This element contains the following additional elements. ***Not Required*** Description: State or province license issued in. Sample data: NY Data must adhere to the following: base: xsd:string xsd:minLength: 2 xsd:maxLength: 2 * See U.S. States, Territories, and Canadian Provinces Table in Appendix A. *** Not Required*** Description: Out of State License Number or NYS Drivers License Number (Client ID). Sample data For NY Licensees: 123456789 Sample data for other state licensees: G158497521538963257451853 Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 25 If the accused is not a corporation, and the motorist's license/permit/NDID is from NY, entry is strongly recommended and must be the NYS Client-ID. This is always a nine digit numeric value, and (000000000) or (555555555) or (999999999) is not allowed. A null value is also allowed if the < State> is NY and the Client ID is not known. If the accused is not a corporation, and the motorist is licensed in a state other than NY, the field may be left blank. However, if entered, this would be the motorist's license number from the issuing state. Format: Alphanumeric only, 25 character maximum. A minimum length of zero allows the element to be left blank. Special Characters (including a space) are not allowed. ______________________________________________________________________ ***Required*** Description: License Class. If the accused is a licensed motorist from another state, then the class of the motorists license is required. If the motorist is not licensed or the class of the motorists license cannot be determined, the default should be "UNKNOWN". Sample data: B Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 9 Note: For out-of-state licenses, enter the class from the license up to a maximum of nine characters. NYS Driver License Class Description License Class (Minimum Age)CodeVehicle Type ExamplesVehicle DescriptionsA (21)ACombination such as tractor-trailer or truck trailerGross combination weight rating (GCWR) of more than 26,000 lbs., provided the gross vehicle weight rating (GVWR) or GCWR of vehicle(s) being towed is more than 10,000 lbs.B (21) (18 No interstate commerce. Cannot transport hazardous materials or operate a school bus)BSingle Such as heavy single unit truckGVWR of more than 26,000 lbs. Class B may tow vehicles with a GVWR of 10,000 lbs. or less, or may tow a vehicle of more than 10,000 lbs. providing the GCWR is not more than 26,000 lbs.CDL C (21) (18 No interstate commerce. Cannot transport hazardous materials or operate a school bus)CSingle Such as heavy single unit truck or busGVWR of 26,000 lbs. or less that: Transports 15 or more passengers OR Transports passengers under Article 19-A of the V&T Law OR Carries Hazardous Materials (Class C may tow vehicles with a GVWR of 10,000 lbs. or less, or may tow a vehicle of more than 10,000 lbs. providing the GCWR is not more than 26,000lbs.)Non CDL C *** (18)NSingle Such as farm vehiclesGVWR of 26,000 lbs. or less that does not require a CDL endorsement. May tow a vehicle with a GVWR of 10,000 lbs. or less, or may tow a vehicle of more than 10,000 lbs. providing the GCWR is not more than 26,000 lbs.D *** (18; 17 with Student Certificate of Completion)DSingle such as passenger cars and light trucksGVWR of 26,000 lbs. or less. May tow a vehicle with a GVWR of 10,000 lbs. or less; or may tow a vehicle of more than 10,000 lbs. providing the GCWR is not over 26,000 lbs. Limited use automobiles Class B and/or Class C limited use motorcycles Recreational vehicles with a GVWR of 26,000 lbs. or lessDJ (16)DJSingleGVWR of 10,000 lbs. or less May tow a vehicle of 3,000 lbs. or less. Limited use automobiles Class B and/or Class C limited use motorcyclesE (18)ESingle such as taxi and liveryGVWR of 26,000 lbs. or less used to transport 14 or fewer passengers for hire and does not fall under 19-A May tow a vehicle with a GVWR of 10,000 lbs. or less, and may tow a vehicle of more than 10,000 lbs. providing the GCWR is not over 26,000 lbs. RV GVWR 26,000 lbs. or lessM (18; 17 with Student Certificate of Completion); MJ (16)M or MJ MotorcycleUNKNOWNUNKNOWNUnknown: If the motorist is not licensed or the class of the motorists license cannot be determined.  ___________________________________________________________________________________ Description: A container element for the vehicle data. This element contains the following additional elements. *** Required *** Description: Type of vehicle the motorist was driving or occupying at the time of the offense. Sample data: 1 Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 1 Vehicle Type table: CodeDescription0No vehicle1Passenger2Bus3Motorcycle4Moped5Truck6Truck/Tractor7Recreation vehicle8Farm vehicle9All othersAAll terrain vehicleBBicyclePPickup truckVVanYYellow TaxiGGreen TaxiSBlack Car SvcTTow TruckMAmbulanceFFire TruckCPedi-cabKScooter (for motorized bicycles) *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** Description: Plate Number. Alphanumeric plate number with no embedded spaces or special characters. (Not required if there is not a vehicle involved, i.e. bicycle violations) Sample data: 123ABC Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 8 ______________________________________________________________________ *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** Description: State vehicle is registered in. (Not required if there is not a vehicle involved, i.e. bicycle violations) Sample data: NY Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 2 * See U.S. States, Territories, and Canadian Provinces Table in Appendix A. ______________________________________________________________________ *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** (Not required if there is not a vehicle involved, i.e. bicycle violations) Description: Vehicle Registration Type, required with certain Registration violations. Data must adhere to the following: base: xsd:string Xsd:minLength: 0 xsd:maxLength: 3 *See Vehicle Registration Type table in Appendix B. ______________________________________________________________________ ______________________________________________________________________ *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** Description: Vehicle Make, maximum of 5-character Vehicle Make. Sample data: CHEV Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 5 * Use the NCIC Vehicle Make Code Table found at the link below  HYPERLINK "http://www.dmv.ny.gov/edata/nypdafr.htm" http://www.dmv.ny.gov/edata/nypdafr.htm ______________________________________________________________________ *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** Description: Vehicle Year. Sample data: 1997 Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 4 ______________________________________________________________________ ***Not Required*** Description: Vehicle Model Sample data: MALIBU base: xsd:string xsd:minLength: 0 xsd:maxLength: 25 ______________________________________________________________________ *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** Description: Registration Expiration Date. (Not required if there is not a vehicle involved, i.e. bicycle violations) Sample data: 06/30/2006 Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 10 MM/DD/YYYY: format. Month and day must be padded with leading zeros. ______________________________________________________________________ *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** Description: Vehicle Color (Not required if there is not a vehicle involved, i.e. bicycle violations) Sample data: GY If a vehicle is two colors the colors should be represented with the first color code a backslash and then the 2nd color code. Example: Green & Black would be transmitted as GR/BK. To designate light vs dark shades of color use LT for light and DK for dark, a backslash, and then the color of the vehicle. Example: Light Green would be transmitted as LT/GR. Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 5 * See Vehicle Color Code table in Appendix C. ______________________________________________________________________ ***Not Required*** Description: Vehicle Identification Number Alphanumeric no special characters or spaces Sample data: JH4TB2H26CC000000 Data must adhere to the following: base:xsd:string xsd:minLength: 0 Xsd::maxLenght: 17 There are 17 numbers and letters (17 positions) in a VIN and you can divide them into three groups: World Manufacturer Identifier, Vehicle Descriptor Section, and Vehicle Identifier Section. If a value is captured, display it in the description field by appending it to the end of the description in the field. ______________________________________________________________________ ***Required for all weight violations*** Description: Registered vehicle Weight Sample data: 80000 Data must adhere to the following: base: xsd:string Xsd:minLength: 0 xsd:maxLength: 6 When captured, the values of // must be appended to the end of the description in the field ______________________________________________________________________ ***Required for all weight violations*** Description: Actual vehicle Weight Sample data: 80200 Data must adhere to the following: base: xsd:string Xsd:minLength: 0 xsd:maxLength: 6 When captured, the values of // must be appended to the end of the description in the field ______________________________________________________________________ ***Required for all weight & length violations*** Description: Number of Axles Sample data: 5 Data must adhere to the following: Restrictions: base: xsd:string Xsd:minLength: 0 xsd:maxLength: 2 When captured, the values of // must be appended to the end of the description in the field ______________________________________________________________________ *** Not Required *** Description: Commercial vehicle indicator. Values: "C" if the Vehicle is Commercial, a null value if not Commercial. Sample data: C Commercial Motor Vehicle A motor vehicle or combination of vehicles designed or used to transport passengers or property: Which has a GVWR (gross vehicle weight rating) of more than twenty-six thousand pounds; or Which has a GCWR (gross combination weight rating) of more than twenty-six thousand pounds, including any towed unit with a GVWR of more than ten thousand pounds; or Designed or used to transport fifteen or more passengers, in addition to the driver *** A pickup truck with commercial plate is not a commercial vehicle for these purposes. Data must adhere to the following: base: xsd:string Xsd:minLength: 0 xsd:maxLength: 1 ______________________________________________________________________ *** Not Required *** Description: Bus Indicator. Values: "B" if the Vehicle is a Commercial Bus, a null value if not a bus. Sample data: B Data must adhere to the following: base: xsd:string Xsd:minLength: 0 xsd:maxLength: 1 ______________________________________________________________________ *** Not Required *** Description: HazMat Indicator. Values: "H" If the Vehicle is carrying Hazardous Materials or Placarded as such, a null value if not. Sample data: H Data must adhere to the following: base: xsd:string Xsd:minLength: 0 xsd:maxLength: 1 ______________________________________________________________________ *** Required if a vehicle is involved in the stop*** *** Not required for 0, 9, B, C *** Description: Owner Owned. Must be Y or N. Sample data: Y Data must adhere to the following: base: xsd:string xsd:maxLength: 1 ______________________________________________________________________ ***Not required*** Description: DOT Number assigned to commercial vehicles. Sample data: 123456 Data must adhere to the following: base: xsd:string Xsd:minLength: 0 xsd:maxLength:8 The US DOT number is used by enforcement to determine who is legally responsible for the operation and safety of the vehicle. ______________________________________________________________________ ***Not required*** Description: Out of Service indicator. Must be Y or N or Null Sample Data: N base: xsd:string Xsd:minLength: 0 xsd:maxLength: 1 An imminent hazard and which, when discovered, render the driver, vehicle and/or cargo out of service until such time that the condition(s) or defect(s) can be corrected or fixed. ___________________________________________________________________________________ *** Required *** Description: A container element for the court data that the ticket is answerable to. This element contains the following additional elements. *** Required *** Description: Adjudication court code that the ticket is answerable to. Court code must be on the list for valid adjudication courts. Sample data: TVB1499 Data must adhere to the following: base: xsd:string xsd:pattern: [T][V][B][0-9]{4} xsd:minLength: 7 xsd:maxLength: 7 Court code table: Court CodeCourt NameTVB2799Rochester TVBTVB7050Bronx TVBTVB7111Brooklyn South TVBTVB7150Brooklyn North TVBTVB7211Manhattan North TVBTVB7250Manhattan South TVBTVB7311Queens South TVBTVB7350Queens North TVBTVB7550Richmond (Staten Island) TVB ______________________________________________________________________ *** Required *** Description: The name of the TVB that the ticket is answerable to. Sample data: Bronx TVB Data must adhere to the following: base: xsd:string xsd:minLength: 9 xsd:maxLength: 28 Court CodeCourt NameTVB2799Rochester TVBTVB7050Bronx TVBTVB7111Brooklyn South TVBTVB7150Brooklyn North TVBTVB7211Manhattan North TVBTVB7250Manhattan South TVBTVB7311Queens South TVBTVB7350Queens North TVBTVB7550Richmond (Staten Island) TVB ___________________________________________________________________________________ *** Required *** Description: A container element for the violation data. This element contains the following additional elements. *** Required *** Description: Date and time of the occurrence of the violation. Sample data: 09/25/201520:26:00.0000 Data must adhere to the following: base: xsd:string xsd:minLength: 18 xsd:maxLength: 23 MM/DD/YYYYHH:MM:SS OR MM/DD/YYYY HH:MM:SS. The Violation date cannot be in the future and cannot be more than 2 years old. Month and day must be padded with leading zeros and there should be no spaces between date and time. ______________________________________________________________________ *** Required *** Description: The type of law on which the violation is based, as printed on the motorists copy of the ticket Sample data: VTL Data must adhere to the following: base: xsd:string Xsd:minLength: 2 Xsd:MaxLenght: 9 Law Type table: Law Type CodeType of LawPLPenal LawTAXTax LawTLTransportation LawVTLVehicle/Traffic LawNYCRRNew York Rules and Regulations PKWYParkway Rules and RegulationsPORT AUTHPort AuthorityTBTATri-borough Bridge and Tunnel AuthorityTWYThruway Rules and Regulations Use the Law Type for each violation is listed the law type column from the Traffic Violation Charge Code Table found at the link below.  HYPERLINK "http://www.dmv.ny.gov/edata/nypdafr.htm" http://www.dmv.ny.gov/edata/nypdafr.htm ______________________________________________________________________ ***Required for violations of sections 1180B, 1180C, 1180D, 1180D2, 1180F and 1180G.*** Description: Actual Speed Must be a numeric value between 5 and 200. Must be greater than speed zone (). Sample data: 87 Data must adhere to the following: base: xsd:string xsd:minExclusive: 5 xsd:maxExclusive: 200 ______________________________________________________________________ ***Required for violations of sections 1180B, 1180C, 1180D, 1180D2, 1180F and 1180G*** Description: Zone Speed - Posted Limit. Must be greater or equal to 5 and less than or equal to 65 (both inclusive) in multiples of 5. Must be less than actual speed. Sample data: 65 Data must adhere to the following: base: xsd:string xsd:minExclusive: 5 xsd:maxExclusive: 200 ______________________________________________________________________ *** Not Required *** Description: Type of Highway. Sample data: 9 Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 1 * See Highway Type Code table in Appendix D and Parkway Code table in Appendix E. ______________________________________________________________________ ***Not Required*** Description: Highway Number or Type of Parkway. If the highway type (HighwayTypeCode) is 9 Parkway, then the Route Code identifies the name of the Parkway. Sample data: BRPK Data must adhere to the following: base: xsd:string xsd:minLength: 0 xsd:maxLength: 4 * See Route Code table in Appendix D and Parkway Code table in Appendix E. ______________________________________________________________________ ***Not Required*** Description: Municipality Code: 4-digit numeric municipality code where the violation occurred. Sample data: 3452 xsd:minLength: 4 xsd:maxLength: 4 ______________________________________________________________________ ***Required*** Description: municipality code where the violation occurred. This element should always be set to TVB for tickets returnable to a Traffic Violations Bureau Sample Data: TVB xsd:minLength: 3 xsd:maxLength: 3 ______________________________________________________________________ ***Required*** Description: Type of Arrest. Sample data: 6 Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 1 * See Arrest Type Code table in Appendix F. ______________________________________________________________________ *** Required *** Description: The Date and time the violation was affirmed. Sample data: 09/25/201500:00:00.0000 Data must adhere to the following: base: xsd:string xsd:minLength: 18 xsd:maxLength: 23 ______________________________________________________________________ *** Required *** Description: Command Code the officer is assigned to. Sample data: 11LA Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 4 ______________________________________________________________________ ***Required*** Description: NCIC Description Sample data: NYC POLICE DEPT Data must adhere to the following: base: xsd:string xsd:minLength: 7 xsd:maxLength: 30  ***Required*** Description: The Court Code the ticket is returnable to. Sample data: 7050 Court CodeCourt NameTVB2799Rochester TVBTVB7050Bronx TVBTVB7111Brooklyn South TVBTVB7150Brooklyn North TVBTVB7211Manhattan North TVBTVB7250Manhattan South TVBTVB7311Queens South TVBTVB7350Queens North TVBTVB7550Richmond (Staten Island) TVB ______________________________________________________________________ ***Required*** Description: Description of place the violation occurred Sample data: 200 N. Clinton Ave. S/B Data must adhere to the following: base: xsd:string xsd:minLength: 5 xsd:maxLength: 50 ______________________________________________________________________ ***Required*** Description: Indicates whether the drivers license was displayed to the arresting officer. Entry must be 1 for yes or 2 for No. Sample data: 1 Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 1 ______________________________________________________________________ *** Required *** Description: Violation Description. Use Violation Description from the Traffic Violation Charge Code Table found at the link below.  HYPERLINK "http://www.dmv.ny.gov/edata/nypdafr.htm" http://www.dmv.ny.gov/edata/nypdafr.htm Data must adhere to the following: base: xsd:string xsd:minLength: 5 xsd:maxLength: 60 ______________________________________________________________________ *** Required *** Description: Vehicle and Traffic Code: Violation Charged. Transmit the Law Code applied to DMV from the Traffic Violation Charge Code Table found at the link below.  HYPERLINK "http://www.dmv.ny.gov/edata/nypdafr.htm" http://www.dmv.ny.gov/edata/nypdafr.htm Print the Law code Printed on Ticket on the ticket. Sample data: 3752A1 Data must adhere to the following: base: xsd:string xsd:minLength: 3 xsd:maxLength: 7 In some cases the Adjudication System utilizes administrative codes to accommodate special requirements such as Unregistered vs Unregistered > 60 days. ______________________________________________________________________ **Required** Sample data: N Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 6 If the value of = S.P.I. append S.P.I. to the end of the description in the field. Section 603-b of the VTL states this must be printed in the Violation description on the traffic ticket If the value of = D append D to the end of the description in the field. Section 603-b of the VTL state this must be printed in the Violation description on the traffic ticket NNO ACCIDENT REPORTEDIINJURY ACCIDENT - NOT SERIOUSS.P.I.RESULTING IN SERIOUS PHYSICAL INJURYDRESULTING IN DEATH ______________________________________________________________________ *** Required *** Description: The Police precinct numeric code. Sample data: 442 Data must adhere to the following: base: xsd:string xsd:minLength: 1 xsd:maxLength: 10 ___________________________________________________________________________________ APPENENDICIES / EXIBITS Appendix A: U.S. States, Territories, and Canadian Provinces Table CodeU.S. States, Territories, and Canadian ProvincesABALBERTA, CANADAAFARMED FORCES (Not used in Accident Reporting)AKALASKAALALABAMAARARKANSASASAMERICAN SAMOAAZARIZONABCBRITISH COLUMBIA, CANADACACALIFORNIACOCOLORADOCTCONNECTICUTDCDISTRICT OF COLUMBIADEDELAWAREFLFLORIDAFOFOREIGN LICENSEGAGEORGIAGLUS GOVERNMENT LICENSEGUGUAM (Tickets)GMGUAM (Accidents)HIHAWAIIIAIOWAIDIDAHOILILLINOISININDIANAITINTERNATIONAL LICENSEKSKANSASKYKENTUCKYLALOUISIANAMAMASSACHUSETTSMBMANITOBA, CANADAMDMARYLANDMEMAINEMIMICHIGANMNMINNESOTAMOMISSOURIMSMISSISSIPPIMTMONTANAMXMEXICONBNEW BRUNSWICK, CANADA (Tickets)NKNEW BRUNSWICK, CANADA (Accidents)NCNORTH CAROLINANDNORTH DAKOTANENEBRASKANFNEWFOUNDLAND, CANADANHNEW HAMPSHIRENJNEW JERSEYNMNEW MEXICONSNOVA SCOTIA, CANADANTNORTHWEST TERRITORIES, CANADA (Tickets)NWNORTHWEST TERRITORIES, CANADA (Accidents)NUNUNAVUT, CANADANVNEVADANYNEW YORKOHOHIOOKOKLAHOMAONONTARIO, CANADAOROREGONOTOTHERPAPENNSYLVANIAPEPRINCE EDWARD ISLAND, CANADAPNPANAMA (Tickets only)PRPUERTO RICOQCQUEBEC, CANADA (Tickets)PQQUEBEC, CANADA (Accidents)RIRHODE ISLANDSCSOUTH CAROLINASDSOUTH DAKOTASKSASKATCHEWAN, CANADA (Tickets)SNSASKATCHEWAN, CANADA (Accidents)TNTENNESSEETXTEXASUSUS GOVERNMENT/ FOREIGN DIPLOMATSUTUTAHVAVIRGINIAVIVIRGIN ISLANDSVTVERMONTWAWASHINGTONWIWISCONSINWKWAKE ISLANDWVWEST VIRGINIAWYWYOMINGYTYUKON TERRITORY, CANADA Appendix B: Vehicle Registration Type table Vehicle Registration Type CodeDescriptionAGCAgricultural CommercialAGRAgriculturalAMBAmbulanceARGAir National GuardATDAll Terrain DealerATVAll Terrain VehicleAYGArmy National GuardBOBBirthplace of BaseballBOTBoatsCBSCounty Board of SupervisorsCCKCounty ClerkCHCHousehold Carrier CommercialCLGCounty LegislatorsCMECoroner/Medical ExaminerCMHCongressional Medal of HonorCOMCommercialCSPSports CommercialDLRDealerFARFarmFPWFormer Prisoner of WarGSMGold Star MothersHACHam Operator CommercialHAMHam OperatorHIFSpecial Reg HearseHIRHearse Coach (Hearse/Invalid Regular)HISHistoricalHOUHouse or Coach TrailerHSMHistorical MotorcycleIRPInternational Registration PlanITPIn Transit PermitJCACourt of AppealsJCLCourt of ClaimsJSCSupreme Court (ADJ)JWVJewish War VeteransLMALimited Use Motorcycle - Type ALMBLimited Use Motorcycle - Type BLMCLimited Use Motorcycle - Type CLOCLocomotiveLTRLight TrailerLUALimited Use AutomobileMCDMotorcycle dealerMCLMarine Corp LeagueMEDMedical DoctorMOTMotorcycleNLMNaval MilitiaNYANew York State AssemblyNYCNew York CouncilNYSNew York State SenateOMF(Public Service) OmnibusOML(Livery) OmnibusOMOOmnibus Out-of-StateOMR(Regular) OmnibusOMS(Special) Omnibus (Rentals)OMT(Taxi) OmnibusOMV(Vanity) Omnibus (Rentals)ORCOrganizational CommercialORGOrganizationalORMOrganizational MotorcyclePASPassenger (Passenger)PHSPearl Harbor SurvivorsPPHPurple HeartPSDPolitical Subdivision (municipal/thruway)RGCRegional CommercialRGLRegionalSCLSchool CarSEMCommercial Semi-TrailerSNOSnowmobilesSOSSurvivors of the shieldSPCSpecial Purpose CommercialSPOSports (Passenger)SRFSpecial PassengerSRNSpecial Passenger (Judges/Officials)STAState AgenciesSTGState National GuardSUPSupreme Court JusticeTHCHousehold Carrier TractorTOWTow TruckTRATransporterTRC(Regular) TractorTRL(Regular) TrailerUSCU.S. CongressUSSU.S. SenateVASVolunteer Ambulance ServicesVPLVan PoolWUGWorld University Games Appendix C: Vehicle Color Code Table Standard ColorCodeBlackBKBlueBLBrownBRGoldGLGrayGYGreen GRMaroonMROrangeORPinkPKPurplePRRedRDTanTNWhiteWHYellowYW Appendix D: Highway Type Code Table CodeType of Highway (Highway Type Code)1INTERSTATE2STATE3COUNTY4TOWN5VILLAGE6CITY7OFF ROAD8PARKING LOT9PARKWAY Appendix E: Parkway Code Table If the highway type (HighwayTypeCode) is 9 Parkwaythen the Parkway must be identified in the . The following table lists the parkway names and their valid codes. CodeParkway Description (RouteCode if HighwayTypeCode = 9)BDPKBAY DRIVEBRPKBRONX RIVER PARKWAYBSPKBETHPAGE STATE PARKWAYCCPKCROSS COUNTRY PARKWAYHRPKHUTCHINSON RIVER PARKWAYHSPKHECKSCHER SPURLMPKLONG MOUNTAIN PARKWAYLOPKLAKE ONTARIO STATE PARKWAYLPKYLOOP PARKWAYMCPKROBERT MOSES CAUSEWAYMSPKMEADOWBROOK PARKWAYNSPKNORTHERN STATE PARKWAYOCPKOCEAN PARKWAYPIPKPALISADES INTERSTATE PARKWAYRMPKROBERT MOSES PARKWAYSAPKSAGTIKOS STATE PARKWAYSBPKSPRAIN BROOK PARKWAYSMPKSAW MILL RIVER PARKWAYSOPKSOUTH STATE PARKWAYSSPKSOUTHERN STATE PARKWAYSUPKSUNKEN MEADOW SPURTSPKTACONIC STATE PARKWAYUNKNUNKNOWNWRPKW RIVER ST PARKWAYWSPKWANTAGH STATE PARKWAY Appendix F: Arrest Type Code Table The following table lists the valid Arrest type CodeType of Arrest (ArrestTypeCode)1PATROL2RADAR3ROAD CHECK4SCALES5PROPERTY DAMAGE ACCIDENT6PERSONAL INJURY ACCIDENT7FATAL ACCIDENT8AIRCRAFT9OTHERLLASERVVASCARWWORK ZONE Example of XML: VM014TGD9J 02701 2497 BW B WILSON R0lGODlhMgFAAPEAAAAAAP///wAAAAAAACH/C05FVF ** (truncated)** Y EDWARD F KARUTH JR 491 FIRST ST BROOKLYN NY 11214 10/30/1968 46 06/04/2019 M 114418699 NY D ABC123 NY PAS 1 CHEV 2005 MALIBU 11/25/2016 WH JH4TB2H26CC000000 Y 123456 TVB2799 PACE IN RMP 42, PULLED LEFT ONTO WESTLAKE 1/4 MILE BEFORE STOPPING 09/25/201520:26:00.0000 VTL 9 BSPK2799 TVB 6 09/25/201500:00:00.0000 11LA NYC Police Dept 7050 DEWEY AVE/FLOWER CITY PK 1 FLD TO YLD RT-OF-WAY ON LEFT TURN 1141 Y S.P.I. 442     Adjudication Batch Electronic Ticket Submission User Guide  PAGE \* MERGEFORMAT 2 M N Z \ _ a b c ɻsi_R_HA h/y h2kh{O:CJ^JaJhtkhtkCJ^JaJhtkCJ^JaJh2kOJQJ^Jhtk5CJ0OJQJ^JaJ8h{9OJQJ^Jh2kh2k5CJ(^JaJ(h2k5CJ(^JaJ(h2k5CJ^JaJhtk5CJ^JaJh2kh2k5CJ^JaJhtkOJQJ^JhtkCJOJQJ^JaJ htk5OJQJ^JaJ "jh5OJQJU^JaJ  * N [ \ ] ^ _ ` a b c C D ' gd2k$a$gd/y $a$gd$a$gdtk ( ) - . 6 7 = > C J K U W ) * ? @ B C I J [ d  ²߃߃Ҡ߃Ҡ߃ߐ߃߃߃߃hp5CJOJQJaJhph/y 5CJOJQJaJ"hph2k56CJOJQJaJhph2k5CJOJQJaJhphp5CJOJQJaJh/y 5CJOJQJaJh2kh2k5CJOJQJaJh/y h2k5CJOJQJaJ/' ( K L R B ' p q ij$%LM  12   $a$gd/y  & F gd/y gd2k%&(*+34:;@g   0  rö⒀ssh 5CJOJQJaJ"h hp56CJOJQJaJ"h h2k56CJOJQJaJ"hphp56CJOJQJaJhp5CJOJQJaJ"hph2k56CJOJQJaJh/y 5CJOJQJaJh2kh2k5CJOJQJaJhk#5CJOJQJaJ+  #jq}FHSZqrzPR p 7@Prÿ׻׻׻˪htyoB*phhNhc^B*phhc^hny hp6hphp6hph8hM|hlf hhQ4[h5h9rE h9rEhJhJ h9rEh9rEh<h/y h<CJOJQJaJ:  5EOQ\  gd9rE$e J~;T{gd9rE^gdtyo^gdc^r  /9J]ai()CJT`mnoƿ󿨿ƿ俤h]lh5h9rEhnyh8-htyohtyo0J&B*OJQJ^JmH phsH htyohtyohtyohtyoB*phhc^B*phhNhtyoB*phhtyohNhc^B*phhc^htyoB*ph:SZir7@+;JZJSi r !!!!""""{####$$$$$$$$$%% %%%]%b%%%%%%%%%%%%%%+&2&f&j&&&&&'#','-'4'^'hJh8h( hjyohQ4[hQ4[h`hlf h+hhnyh5h9rEQYt<JYZgYky|gdnygd9rEx !!!!!!"""###r$$$$%%%%%%%^gdQ4[gd9rE% &&&&&&$'4'I'J'^''''(((6)I)J)]))))***+gd(gdnygd9rE^'_'''(((((((((()!).)0)5)6)9):)])^))))) **u****w+++++Y,^,`,a,d,e,,,,- --O-W------....ҽҶү˯ˤhkhhAG hh hhAG hhg hhQ4[ hh5 hhYa hh(hjyohg hnyhnyhnyhJh`h5h9rEh(=++++++++ ,`,a,m,,,--*-e-------7.8.9..gd & FgdgdAGgd(......./'/@/X/Y////0?0`00111g1^gd & Fgd^ & Fgd7^gd(^gd ;`gdKS gd(gd..........Y/}//////////////_0`0a0h000111g1h1o111111111U2~223ݪݣݜݑ݊ h*%h?ohR h*%h) h*%h;: h*%hQ4[ h*%hKS hhNhhWh^hfRhQ4[hoh+h7h h*%h(h ;hjyohVLh(h;:hkhKS 0g1h1o1111122324222Z3[3c333333 404G4^4t4u44^gd?o^gd(3'363;3[3b3c33333333333344 4[4\4r4s4u4444H5I5J5Y5Z5555555553646A6B6D66ǵǵǧǙǒǵǒǎǀǮ|ǧxh=`h<a h*%hdL` h*%hRhf h*%h0" h*%hiu h*%hf7 h*%h;: h*%hQ4[ h*%h;hKS h*%hKS h*%h(hh(hN h*%hN h*%h?o-h*%h+0J%B*OJQJ^JmH ph"""sH /444I5J5Z55555546E6h6666677,7z7{777 8^gd5^gd %8 ^`gd<a^gd(66666 777+7,7z7{7777777777777888 8 8 888888$8`8u88888888 9üÊÊÆÂÂ{ h@@h5h5hR h*%h;: h*%hX h*%hB h*%h/<h/< h*%hR h*%hhKS h*%hKS h*%h5hhN h*%hN h*%hRh( h*%h* h*%hGK h*%h( h*%hJP- 8%8I8`8w888888 99=9H9^9999::::::^gds ^gd0:^gdAX^gd^gd-^gd5 9 9 999(90999:9=9D9G9H9^999999999::::::::::::::;;;;;<<G<뷰穡»Ž|u|qmh5h h*%hYa h*%h- h*%hs hs h- h@@h0: *hGh0: *hGh@@ h@@hP0 h@@h/<h/< h@@h~ h@@h- h@@h *hh *hh@@ h@@hhAX h@@hAX h@@h5 h@@hR*: ;;;;;;;;;;<<<G<<<<<<=D=i=~======gd;:gd/<p^pgds ^gds G<<<<<<<< = ===2=?=D====I>J>K>>>>???? @-@f@s@t@x@@@@@@@@@@AAGAeA~AAAAAAB hvhV<hV<huh~Vhv h/<hS< h/<h8:hS<h8: hy%hy% hy%h;:h/< hmh;: hbh;: hmhbhy%hbh h`h;:5=J>K>[>>>>>??:?R?j????????? @g@@@@gd~`gdy%^gd;:gd;:^gd@@A)A*AAABeBBBCCCCC%C9CCCDD0Dgd~`gdy%^gd;:^gdv^gd-}^gd~Vgd;:BdBeBBBCC%C9C.D/D0D1D2D8D>DADBDCDTDUDVD¾eI6h,Eh,E5;B*CJOJPJQJ\^JaJphGjh,Eh,E5;B*CJOJPJQJU^JaJmHnHphuh,Eh,E50h,Eh,E<B*CJOJPJQJ^JaJphh,EhdL`hQ0hcbhy%h;: hvhvCJOJQJ^JaJhvCJOJQJ^JaJhV<CJOJQJ^JaJ hvh8:CJOJQJ^JaJ0D1D@DBDCDVDWDYDT}kd$IfK$L$T4      3 F$  t 0      $ 64Bap ytT$d$Ifa$gdK$$d$Ifa$gdp^pgdj)VDWDYDZD]D^DbDcDfDgDjDkDnDoDrDsDuDvDyDzD~DDDDDDDDDDDDD E^gd;:^gd;;}kd $$Ifl04~ J t0644 laytu% PPPPQPQQQpQQQQQQQQQQR R R,S/S6S7SLSSSSSS T{TTTTTT U UUUUU'U.U5UAUbUyUzUUUUUUUUUUUVV%Wֲֲ֤ hFhK hFh* hFhX hFh;; hihi hih;; h+'fh;;h)hIT8hih+'fhh;;h h2 he[h"h" hO>h;;>QQQQQQRR R RURWRiRRRRRR"S,S-S7SLSS^gd;;^gd;:^gd" ^`gd"^gd"gd;;^gd"SS T2TJTbTzT{TUUUVV(W)WaWmWWWWWXXY^gdJ^gd9M^gd;:^gd+'f^gdi^gd;;%W'W)W`WbWlWmWnWWWWWW5X6XXX}X~XXXXX6Y9YbYcYdYeYfYgYkYnY~YYYYYYYYYYY{vrh)# hS5 hD((5hdL` hrhwJ hrh^ hrhq6e hrhdL` hrh,& hrh8 hrh;;hn8' hrhShSh^h1 h1hjyo h1h;;h h(!h;:h;; h+'fh;; h+'fh$d$Ifa$gd> dgd,& dgd^gd;; Y ZAZBZVZWZXZ_Z`ZE[[[\\\a^v^w^q___aaaaaab"bb$c%c&c'c-c.c;c>cBcCcJcKcLc|cccccccccccയh-h;;h>h?T hD((h;h;h`;]hD((h;\ h\\ h;\ hD((h~Th~ThD((hM|>*hM|hM|hM|\hD((hM|\ hD((hM|hQ0hM|5hQ0hM|5\ hD((h,&5WZXZZZ$$d$Ifa$gd>kd\$$IfTl4\ $  t(&&&&0OOh%644 laf4p(&&&&ytQ0TZZ_ZaZZD[" & F Ld$If^`Lgd>d$Ifgd>$d$Ifa$gdM|$d$Ifa$gd>D[E[G[L[[[TCCCC$d$Ifa$gd>kd$$IfTl4\ $ t0OOh%644 laf4ytT[[[\" & F Ld$If^`Lgd>d$IfgdD(($d$Ifa$gdM|\\\\\\TCCCC$d$Ifa$gd>kdG$$IfTl4\ $ t0OOh%644 laf4ytT\\']I]m]]`^" & F Ld$If^`Lgd>" & F Ld$If^`Lgd>d$Ifgd>$d$Ifa$gdM|`^a^q^v^x^TCC2$d$Ifa$gdM|$d$Ifa$gd>kd $$IfTl4\ $ t0OOh%644 laf4ytTx^^^p_" & F Ld$If^`Lgd>" & F Ld$If^`Lgd>d$Ifgd>p_q_w_|___TCCC2$d$Ifa$gdM|$d$Ifa$gd>kd$$IfTl4\ $ t0OOh%644 laf4ytT___```a" & F Ld$If^`Lgd>" & F Ld$If^`Lgd>d$Ifgd>aa aaaTCC2$d$Ifa$gdM|$d$Ifa$gd>kd$$IfTl4\ $ t0OOh%644 laf4ytTaa6a_awaa" & F Ld$If^`Lgd>" & FLd$If^`Lgd>d$Ifgd>aaaaaTCC2$d$Ifa$gdM|$d$Ifa$gd>kdO$$IfTl4\ $ t0OOh%644 laf4ytTaa" & FLd$If^`Lgd>d$Ifgd>bbb$c'c*cTCC22$d$Ifa$gdM|$d$Ifa$gd>kd$$IfTl4\ $ t0OOh%644 laf4ytT*c.c9c:c;c5kd$$IfTl4\ $ t0OOh%644 laf4ytTd$Ifgd>$d$Ifa$gdM|;cCcKcLccd$Ifgd>$d$Ifa$gdM|$d$Ifa$gd>ccccc?5,,^gd;: dgdkd$$IfTl4\ $ t0OOh%644 laf4p(yt`;]Tcccc-d.d8dpdqdddd2e5e8eHeleeeeeeeee$$Ifa$gdO^gd("gd("gd^gd;;^gd;:c,d-d8dPdndodpdqdrddddddddddde'e8eee0g@gggghhhhHhIhbhchiKiiiiiiiij»Ɠ h|3hJ h|3h/ *hGh|3 h|3h^h/ hh!; hh/ hhJ hh^h8h|3h|3h("5 h|3h(" h^=7h("h("h hoh6V@hh^h;:h;;1eeeegYN $IfgdO$$Ifa$gdOkd$$Ifl04p<e  t&&0644 lap&&ytOeeeesh $IfgdO$$Ifa$gdO}kdD$$Ifl04p<e t0644 laytOeeeesh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytOeee fsh $IfgdO$$Ifa$gdO}kd^$$Ifl04p<e t0644 laytO f f ffsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kdx$$Ifl04p<e t0644 laytOfff,fsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytO,f-f/fBfsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytOBfCfEfRfsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytORfSfUf`fsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytO`fafcfwfsh $IfgdO$$Ifa$gdO}kd9$$Ifl04p<e t0644 laytOwfxfzffsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kdS$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kdm$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kd$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kd $$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kd $$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kd.!$$Ifl04p<e t0644 laytOffffsh $IfgdO$$Ifa$gdO}kd!$$Ifl04p<e t0644 laytOfffgsh $IfgdO$$Ifa$gdO}kdH"$$Ifl04p<e t0644 laytOg g!g0g1g@gvggghchyhxxssjjsee`gdJgd/`gd|3gd^^gd("}kd"$$Ifl04p<e t0644 laytO yhhhhhh=i>iKiiiiii3jDjhjjjjjj^gdN^gdN^gdJgd/`gd("`gd|3^gd^^gd;:gd^jj2j3jjjjjjj`kakbkkkkl:l?llllm m mmfmmmmn[n\n`nandnvnnno䡚䖏zsle h("h:/B h("hb6 h("h+ h("h/ h("hJ h("h(" h("h^h^ h|3hh=- h|3hD(( h|3hXn& h|3h h|3hh(" h|3h|3 h|3h(}O h|3hF h|3hN h|3hG h|3h^ h|3hq6e h|3h/ h|3htet'jkMkNkbkkkklqllllll mmemfmmmmmn^gd("^gdJ`gd("`gd|3^gd^^gd;:n`ndnvnnnnnnoooooo p>p?p\popppp^gd/^gd("`gd("^gd;:^gdb6^gd^^gdJooooo oUoVo}o~ooooo?pXp[p\ppp.qBq\qeqpqqqqqqqqqqrrr{r|rrrrɾɷɩɾ{wpip hexhJ hexh)h("h) hjh^ h("hj h("hl h("h%S h("h+ h("hex h("h[r h("h/ h("hJ h("h("h^ h("h^h("hB0J# h("hBjh("hBU h("hb6 h("h:/B h("h-(ppp%q&q.qBq]qqqqqqqqrrrIr{r|rrr^gd("`gd("^gd)^gdlp^pgdl^gd+^gd;:^gd^rrrrrssJs_ssssstt"t#ttttttttu uzu|uuuuEvFvsvtvvvvvvvw w w wwĽ~w~shH h5rho, h5rhH h5rh h5rh% h5rhh h;ehhH*hhj hexhjh3W h5rh3Wh[}N h("h[}NhN h"h)h^h-hhCE h)h/ hexhtet hexh/-rs3sJs`swssstt#tYtttttt u uuusv^gdj^gd3W^gd[}N`gd[}N^gdN^gd;:^gd)^gdJsvtvvvvvv ww^w_wewxwwwwwx%x6xIx & FgdG^gd%B^gdT{^gdl^gd;:^gd)^gdH^gd3Ww]w^w_wewvwwwxwwwwwwwwxx$x%x6xIxJxy y yy"yKyQyTyUyWyuyyyyyyyyyѺا~~~~tm h[}Nhl3~h[}Nh;<CJ hghg hgh[}Nhgh[}Nh;CJ h[}NhcK# h[}NhG h[}Nh;h[}NhG5CJ\h[}NhGCJ h[}NhT{ h[}Nhq% h[}Nhl h[}Nh%Bh[}N h[}Nh[}N h[}Nh)h)h^ h"h^(IxJx y yyyyyyyyyz*zQzdzzzzzzm{n{{{ & FgdvR^gd)^gd;:^gdq%^gd;yyyyyyzz)z*z3zPzQzdzzzzzzk{l{m{n{{{{{|||$|%|8|s|||||A}B}}}}}}}} ~Q~b~x~y~ y{߼ؼꩥإ꜕ hqh) *hqh;:h0"h1VhvRh4d hgh[ hgh0" hghvR hgh4d hgh hghg hgh)hgh)h^ hl3~h^ hl3~h[}N8{{{|%|8|\|s||||A}B}R}}}}}}} ~.~Q~^gd0"^gd1V & FgdvR^gd)^gdJ^gdg^gd;:Q~b~x~y~ 1xyz{() 8^8`gd/ 0^`0gd/^gd/p^pgd^gdJ^gdg^gd) & FgdvR()A`bÂĂ RS^_abbv俷ݢ뢆 hqh hqh, hqhz.W hqhW? hqhl hqh=u* hqhM|hqh6hqh/6 hqhhqh5 hqh4d hqhf hqh/ hqhs hqh) hqhq4`bĂ҂ 6SՃ & Fgd,^gds & Fgd=u*^gd)^gdJ^gd/ 8^8`gd/abv(Lct+]؆`gdq & Fgd,^gdJ^gdq^gds^gd)(ct]juBDPc MNrղղk)hv&h/7B*CJOJQJ^JaJph hv&hV hv&h4hv&hHVZdswčȍҍڍѽѵhL~hdL` h hs hL~5hQ0hs5hQ0hdL`5hEdh<h hJhghsh;:h- hv&hs hv&h~ hv&hV hv&h/7 hv&hG;ɌʌYM $$Ifa$gdQ0kdb#$$Ifl04@ B   t&&0644 lap&&ytQ0 $IfgdIgds#ul $IfgdI $$Ifa$gdQ0}kd$$$$Ifl04@ B  t0644 laytdL`#$,?ul $IfgdI $$Ifa$gdQ0}kd$$$Ifl04@ B  t0644 laytdL`?@H[ul $IfgdI $$Ifa$gdQ0}kd>%$$Ifl04@ B  t0644 laytdL`[\dxul $IfgdI $$Ifa$gdQ0}kd%$$Ifl04@ B  t0644 laytdL`xyul $IfgdI $$Ifa$gdQ0}kdX&$$Ifl04@ B  t0644 laytdL`ul $IfgddL` $$Ifa$gdQ0}kd&$$Ifl04@ B  t0644 laytdL`ɍul $IfgdI $$Ifa$gdQ0}kdr'$$Ifl04@ B  t0644 laytdL`ɍʍҍul $Ifgd9~ $$Ifa$gdQ0}kd'$$Ifl04@ B  t0644 laytdL`ڍDEKL\',/:DEN[enxÏ͏&6:<=?@GHIQǐ(3?Qbž岮嶲h%bhiYhIhFhU huj0hU *h ^h- h hL~ hL~5hQ0hL~5hLhgh<hs h hshL~h9~@ACEL]||snnee```gdL~`gdL~gd;:^gdsgds}kd($$Ifl04@ B  t0644 laytdL` -./:EFPkd)$$Ifl04@ B   t&&0644 lap&&ytF8 $IfgdF8`gdL~gdL~FN\]eol}kd)$$Ifl04@ B  t0644 laytF8 $IfgdF8 $$Ifa$gdF8opxul $IfgdF8 $$Ifa$gdF8}kdh*$$Ifl04@ B  t0644 laytF8ul $IfgdF8 $$Ifa$gdF8}kd*$$Ifl04@ B  t0644 laytF8ďul $IfgdF8 $$Ifa$gdF8}kd+$$Ifl04@ B  t0644 laytF8ďŏ͏ul $IfgdF8 $$Ifa$gdF8}kd,$$Ifl04@ B  t0644 laytF8ul $IfgdF8 $$Ifa$gdF8}kd,$$Ifl04@ B  t0644 laytF8ul $IfgdF8 $$Ifa$gdF8}kd)-$$Ifl04@ B  t0644 laytF8;ul $IfgdF8 $$Ifa$gdF8}kd-$$Ifl04@ B  t0644 laytF8;<=?HISǐ|||snnnnniigdIgdU^gd<gd;:}kdC.$$Ifl04@ B  t0644 laytF8 ?@Qbʑ 89%7~ DU & FgdN^gd-u^gdI^gdF^gdCE gd%b`gdggdFgdUgdIɑʑ 7:be$%&“ Ufvwy:;TU]^3輴ĦhxLhN~hH hPah7h7h#`hC hPahjyo hPahIhQ0hI5hQ0hxH5hjyohMIhNh-uhiYhghCE hr&Dh nhIhFh*hr&DB*PJ^Jph4UfwxMkd.$$Ifl04 fH  t&&0644 lap&&yt 8 $IfgdI^gdI & FgdNl}kd/$$Ifl04 fH t0644 layt 8 $IfgdI $$Ifa$gdQ0Ô֔ul $IfgdI $$Ifa$gdQ0}kd0$$Ifl04 fH t0644 layt 8֔ה۔ul $IfgdI $$Ifa$gdQ0}kd0$$Ifl04 fH t0644 layt 8ul $Ifgd#` $$Ifa$gdQ0}kd91$$Ifl04 fH t0644 laytN~:ul $IfgdI $$Ifa$gdQ0}kd1$$Ifl04 fH t0644 laytN~:;ETul $IfgdI $$Ifa$gdQ0}kdS2$$Ifl04 fH t0644 laytN~TUZul $IfgdI $$Ifa$gdQ0}kd2$$Ifl04 fH t0644 laytN~ul $IfgdI $$Ifa$gdQ0}kdm3$$Ifl04 fH t0644 laytN~2Svmmvvdddvv^gdF^gdxL^gdIkd3$$Ifl04 fH t0644 laytN~ 34@gijSmtɗٗ+-GHX™0=˚̚-CNn߽׹׹ߵ۪߱ߣ hxeho, hxehH hxehi- hxeh>\U hxeh hxehg hxehIhhfRhuhLhiL h*hiL h*hIhgh*hFhIh"hxL0J# h-hxLhxLjhxLU2Sɗٗ-HX™0=^gd^gdFgdI^gdu^gdI^gd-u͚ݚ-Cǜ.ygd^gd>\U^gdI`gd^gdi-^gd^gdF8BœƜʜ-.y̝Ν؝ٝڝ۝ c ѼѵѼѼѼꉂ{ h0.hg h0.h0. h0.hI hxh-h-h nhghx hxhx hghF hgh>\U hghhB hghPd[ hghGe hghhZn hghg hghIhFhI hxehI hxehH-͝Ν۝bcwş۟ܟ34^gdJ>gdJ>^gdIp^pgd-^gd-^gdx^gdF =ßğş؟ڟ۟ܟ4DETkrsҠӠ'(q֡ס¾~zslhhg hghuX hgh,h,ha hgha hhmho, hhmhH hhmhhm hhmh#B hhmhGe hhmhg hhmhIhFhI h0.hI *hJ>hJ> h;h-h D h;h{D/ h;h0.h0.h-h-5B*CJ\ph(4ETsԠ(opqء"9Pggda^gduX^gdF^gdH^gdGe^gd>\U^gdIסMOPefgɢע!/341<MǤؤCNXYboyǸ˴ϰ׬פר}upuii h h90 h905hQ0h905h,B*PJ^Jphh90B*PJ^Jphh*h90B*PJ^Jphhh90hW]h0bh^h*h~=B*PJ^Jphh~=hoh,hFha hghahhmhMh*hhmB*PJ^Jph hghuX)Ȣɢע!4Xo1NrǤȤ&d P ^gda^gd%b^gdo^gda^gdFȤؤ0BCNYZUkd4$$Ifl04@ B   t&&0644 lap&&yt H $Ifgd H^gda Zbpqyl}kdM5$$Ifl04@ B  t0644 layt H $Ifgd H $$Ifa$gd Hyĥץ(2NPQ[\Ʀ`u hyڨbyɩʩϩөҾҾҾҾҺho,h h-hXh{6h0bhiYh,hMhahFh*h90B*PJ^Jphh90B*PJ^Jph h h90h90Aul $Ifgd H $$Ifa$gd H}kd5$$Ifl04@ B  t0644 layt Hul $Ifgd H $$Ifa$gd H}kdg6$$Ifl04@ B  t0644 layt Hĥإul $Ifgd H $$Ifa$gd H}kd6$$Ifl04@ B  t0644 layt Hإ٥ul $Ifgd H $$Ifa$gd H}kd7$$Ifl04@ B  t0644 layt Hul $Ifgd H $$Ifa$gd H}kd8$$Ifl04@ B  t0644 layt H)ul $Ifgd H $$Ifa$gd H}kd8$$Ifl04@ B  t0644 layt H)*2Oul $Ifgd H $$Ifa$gd H}kd(9$$Ifl04@ B  t0644 layt HOPQ\Ǧ%I`xxooxxxfxx^gd%b^gdF^gda}kd9$$Ifl04@ B  t0644 layt H `xĨڨabyuv^gd%b^gdMp^pgdM^gdF^gdaFHIpqtu@LMN_nyz̫ >@Ahim !˭!"#01̮%߿˷ϯǡ hU<hFI hU<hTk h;\hTk h;\hXhTkho,hsh-hRGhiYh,hVhFh@qhahohXh"h-0J# h-h-h-jh-U:Ǫުߪ?@N_` mެ !"^gd%b^gdo,^gdX^gdV^gdF^gd@q^gda˭#12Bf}klmo $Ifgd76^gdu^gdTk^gdF^gdX%&Hy#Tjk˰ְABSTXe$%13Ϻxth- *hNhXhh6g hNh hNh\ hNh,h,hX hNhX hNhF h;\hF h;\hX h;\h'- h;\h_ h;\hTk hU<hu hU<hFI hU<hkh hU<hTk hU<hU< hU<hX,xoo $Ifgd76kdB:$$Ifl0d$4d t0644 lapyt76Ӱxof $Ifgd'- $Ifgd76kd:$$Ifl0d$4d t0644 lapyt76Ӱ԰ְxoo $Ifgd76kd;$$Ifl0d$4d t0644 lapyt76ABTeͱxooooofffff^gd\^gdFkd<$$Ifl0d$4d t0644 lapyt76 $%3ɲʲ D $$Ifa$gdF $a$gdh=-$a$gd"gdUgd-gdX^gdF^gd\ȲɲʲԲֲ -CDY[\ǵѵӵյֵǷɷ˷̷4>@BCce* hxdhBhB hxdh"h*[#hF 5h*[#h"5h*[#h/5hF hh=-hNh"hUhXhFIDEHXcWL $Ifgdp $$Ifa$gdF kd<$$IfTl04 t  t&&0644 lap&&yt*[#TXY\}od $Ifgdp$$Ifa$gd5kd=$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd>$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd>$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd7?$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd?$$IfTl04 t t0644 laytBT³ųͳ}od $Ifgdp$$Ifa$gd5kdY@$$IfTl04 t t0644 laytBTͳγѳ}od $Ifgdp$$Ifa$gd5kd@$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd{A$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd B$$IfTl04 t t0644 laytBT }od $Ifgdp$$Ifa$gd5kdB$$IfTl04 t t0644 laytBT/}od $Ifgdp$$Ifa$gd5kd.C$$IfTl04 t t0644 laytBT/03<}od $Ifgdp$$Ifa$gd5kdC$$IfTl04 t t0644 laytBT<=@H}od $Ifgdp$$Ifa$gd5kdPD$$IfTl04 t t0644 laytBTHIL\}od $Ifgdp$$Ifa$gd5kdD$$IfTl04 t t0644 laytBT\]`h}od $Ifgdp$$Ifa$gd5kdrE$$IfTl04 t t0644 laytBThil}od $Ifgdp$$Ifa$gd5kdF$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdF$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd%G$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdG$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdGH$$IfTl04 t t0644 laytBT´ȴ}od $Ifgdp$$Ifa$gd5kdH$$IfTl04 t t0644 laytBTȴɴ̴մ}od $Ifgdp$$Ifa$gd5kdiI$$IfTl04 t t0644 laytBTմִٴ}od $Ifgdp$$Ifa$gd5kdI$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdJ$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdK$$IfTl04 t t0644 laytBT }od $Ifgdp$$Ifa$gd5kdK$$IfTl04 t t0644 laytBT!}od $Ifgdp$$Ifa$gd5kd>L$$IfTl04 t t0644 laytBT!"%3}od $Ifgdp$$Ifa$gd5kdL$$IfTl04 t t0644 laytBT347H}od $Ifgdp$$Ifa$gd5kd`M$$IfTl04 t t0644 laytBTHILU}od $Ifgdp$$Ifa$gd5kdM$$IfTl04 t t0644 laytBTUVY_}od $Ifgdp$$Ifa$gd5kdN$$IfTl04 t t0644 laytBT_`cl}od $Ifgdp$$Ifa$gd5kdO$$IfTl04 t t0644 laytBTlmpz}od $Ifgdp$$Ifa$gd5kdO$$IfTl04 t t0644 laytBTz{~}od $Ifgdp$$Ifa$gd5kd5P$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdP$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdWQ$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdQ$$IfTl04 t t0644 laytBTҵ}od $Ifgdp$$Ifa$gd5kdyR$$IfTl04 t t0644 laytBTҵӵֵ}od $Ifgdp$$Ifa$gd5kd S$$IfTl04 t t0644 laytBT }od $Ifgdp$$Ifa$gd5kdS$$IfTl04 t t0644 laytBT }od $Ifgdp$$Ifa$gd5kd,T$$IfTl04 t t0644 laytBT )}od $Ifgdp$$Ifa$gd5kdT$$IfTl04 t t0644 laytBT)*-B}od $Ifgdp$$Ifa$gd5kdNU$$IfTl04 t t0644 laytBTBCFT}od $Ifgdp$$Ifa$gd5kdU$$IfTl04 t t0644 laytBTTUXc}od $Ifgdp$$Ifa$gd5kdpV$$IfTl04 t t0644 laytBTcdgr}od $Ifgdp$$Ifa$gd5kdW$$IfTl04 t t0644 laytBTrsv}od $Ifgdp$$Ifa$gd5kdW$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd#X$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdX$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdEY$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdY$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdgZ$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdZ$$IfTl04 t t0644 laytBT&}od $Ifgdp$$Ifa$gd5kd[$$IfTl04 t t0644 laytBT&'*:}od $Ifgdp$$Ifa$gd5kd\$$IfTl04 t t0644 laytBT:;>E}od $Ifgdp$$Ifa$gd5kd\$$IfTl04 t t0644 laytBTEFIO}od $Ifgdp$$Ifa$gd5kd<]$$IfTl04 t t0644 laytBTOPS`}od $Ifgdp$$Ifa$gd5kd]$$IfTl04 t t0644 laytBT`ad}od $Ifgdp$$Ifa$gd5kd^^$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd^$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd_$$IfTl04 t t0644 laytBTȷ}od $Ifgdp$$Ifa$gd5kd`$$IfTl04 t t0644 laytBTȷɷ̷}od $Ifgdp$$Ifa$gd5kd`$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd3a$$IfTl04 t t0644 laytBT }od $Ifgdp$$Ifa$gd5kda$$IfTl04 t t0644 laytBT }od $Ifgdp$$Ifa$gd5kdUb$$IfTl04 t t0644 laytBT ?}od $Ifgdp$$Ifa$gd5kdb$$IfTl04 t t0644 laytBT?@Cd{mb $Ifgdp$$Ifa$gd5kdwc$$IfTl04 t t0644 laytBTdehr{mb $Ifgdp$$Ifa$gd5kd d$$IfTl04 t t0644 laytBTrsv|}od $Ifgdp$$Ifa$gd5kdd$$IfTl04 t t0644 laytBT|}}od $Ifgdp$$Ifa$gd5kd2e$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kde$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdTf$$IfTl04 t t0644 laytBTʸ}od $Ifgdp$$Ifa$gd5kdf$$IfTl04 t t0644 laytBTʸ˸θָ}od $Ifgdp$$Ifa$gd5kdvg$$IfTl04 t t0644 laytBTָ׸ڸ}od $Ifgdp$$Ifa$gd5kdh$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdh$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kd)i$$IfTl04 t t0644 laytBT}od $Ifgdp$$Ifa$gd5kdi$$IfTl04 t t0644 laytBT!}od $Ifgdp$$Ifa$gd5kdKj$$IfTl04 t t0644 laytBT!"%=}od $Ifgdp$$Ifa$gd5kdj$$IfTl04 t t0644 laytBT*4>MmuxKT !)*34=>HITU`amnwx񾺾hUrCJ^JaJ hUr5\hUrh5h[hv@hxH h hD((h*[#h95h*[#h55h*[#hxH5h*[#hD((5hD((hh=- hxdh"hB<=>lm}ul^^$$Ifa$gd5F^Fgd/$a$gdh=-kdmk$$IfTl04 t t0644 laytBTeWL $Ifgd/$$Ifa$gd5kdk$$IfTl04L    t&&0644 lap&&yt*[#Tǹrg $Ifgd/$$Ifa$gd5kdl$$IfTl04L   t0644 layt5Tǹȹֹ̹rg $Ifgd/$$Ifa$gd5kdKm$$IfTl04L   t0644 layt5Tֹ׹۹rg $Ifgd/$$Ifa$gd5kdm$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kdcn$$IfTl04L   t0644 layt5T rg $Ifgd/$$Ifa$gd5kdn$$IfTl04L   t0644 layt5T $8rg $Ifgd/$$Ifa$gd5kd{o$$IfTl04L   t0644 layt5T89=Trg $Ifgd/$$Ifa$gd5kdp$$IfTl04L   t0644 layt5TTUY_rg $Ifgd/$$Ifa$gd5kdp$$IfTl04L   t0644 layt5T_`drg $Ifgd/$$Ifa$gd5kdq$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kdq$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd7r$$IfTl04L   t0644 layt5T̺rg $Ifgd/$$Ifa$gd5kdr$$IfTl04L   t0644 layt5T̺ͺѺrg $Ifgd/$$Ifa$gd5kdOs$$IfTl04L   t0644 layt5T rg $Ifgd/$$Ifa$gd5kds$$IfTl04L   t0644 layt5T rg $Ifgd/$$Ifa$gd5kdgt$$IfTl04L   t0644 layt5T!3rg $Ifgd/$$Ifa$gd5kdt$$IfTl04L   t0644 layt5T348?rg $Ifgd/$$Ifa$gd5kdu$$IfTl04L   t0644 layt5T?@DIrg $Ifgd/$$Ifa$gd5kd v$$IfTl04L   t0644 layt5TIJNerg $Ifgd/$$Ifa$gd5kdv$$IfTl04L   t0644 layt5Tefj|rg $Ifgd/$$Ifa$gd5kd#w$$IfTl04L   t0644 layt5T|}rg $Ifgd/$$Ifa$gd5kdw$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd;x$$IfTl04L   t0644 layt5Tûrg $Ifgd/$$Ifa$gd5kdx$$IfTl04L   t0644 layt5TûĻȻrg $Ifgd/$$Ifa$gd5kdSy$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kdy$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kdkz$$IfTl04L   t0644 layt5T5rg $Ifgd/$$Ifa$gd5kdz$$IfTl04L   t0644 layt5T56:Zrg $Ifgd/$$Ifa$gd5kd{$$IfTl04L   t0644 layt5TZ[_qrg $Ifgd/$$Ifa$gd5kd|$$IfTl04L   t0644 layt5Tqrvrg $Ifgd/$$Ifa$gd5kd|$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd'}$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd}$$IfTl04L   t0644 layt5Tμrg $Ifgd/$$Ifa$gd5kd?~$$IfTl04L   t0644 layt5TμϼӼrg $Ifgd/$$Ifa$gd5kd~$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kdW$$IfTl04L   t0644 layt5T=rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5T=>BMrg $Ifgd/$$Ifa$gd5kdo$$IfTl04L   t0644 layt5TMNR`rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5T`ae|rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5T|}rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd+$$IfTl04L   t0644 layt5TĽϽrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5TϽнԽrg $Ifgd/$$Ifa$gd5kdC$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kdτ$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd[$$IfTl04L   t0644 layt5T0rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5T015Nrg $Ifgd/$$Ifa$gd5kds$$IfTl04L   t0644 layt5TNOSdrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Tdei~rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5T~rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Tʾrg $Ifgd/$$Ifa$gd5kd/$$IfTl04L   t0644 layt5Tʾ˾Ͼrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5T rg $Ifgd/$$Ifa$gd5kdG$$IfTl04L   t0644 layt5T rg $Ifgd/$$Ifa$gd5kdӊ$$IfTl04L   t0644 layt5T"<rg $Ifgd/$$Ifa$gd5kd_$$IfTl04L   t0644 layt5T<=AWrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5TWX\srg $Ifgd/$$Ifa$gd5kdw$$IfTl04L   t0644 layt5Tstxrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5TͿrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5TͿοҿۿrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Tۿܿrg $Ifgd/$$Ifa$gd5kd3$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5T rg $Ifgd/$$Ifa$gd5kdK$$IfTl04L   t0644 layt5T6rg $Ifgd/$$Ifa$gd5kdא$$IfTl04L   t0644 layt5T67;Vrg $Ifgd/$$Ifa$gd5kdc$$IfTl04L   t0644 layt5TVW[nrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Tnosrg $Ifgd/$$Ifa$gd5kd{$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd7$$IfTl04L   t0644 layt5T&rg $Ifgd/$$Ifa$gd5kdÕ$$IfTl04L   t0644 layt5T&'+7rg $Ifgd/$$Ifa$gd5kdO$$IfTl04L   t0644 layt5T78<Nrg $Ifgd/$$Ifa$gd5kdۖ$$IfTl04L   t0644 layt5TNOSerg $Ifgd/$$Ifa$gd5kdg$$IfTl04L   t0644 layt5Tefjxrg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Txy}rg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd $$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd$$IfTl04L   t0644 layt5Trg $Ifgd/$$Ifa$gd5kd#$$IfTl04L   t0644 layt5T{skc]]($If$a$gd[$a$gdUr$a$gdv@gd"kd$$IfTl04L   t0644 layt5T ($Ifkkd;$$IfTl0 DP D8 t.622 344 lBaytUrT !&)($Ifkkd$$IfTl0 DP D8 t.622 344 lBaytUrT)*03($Ifkkd$$IfTl0 DP D8 t.622 344 lBaytUrT34:=($IfkkdR$$IfTl0 DP D8 t.622 344 lBaytUrT=>EH($Ifkkd $$IfTl0 DP D8 t.622 344 lBaytUrTHIQT($Ifkkd$$IfTl0 DP D8 t.622 344 lBaytUrTTU]`($Ifkkdw$$IfTl0 DP D8 t.622 344 lBaytUrT`ajm($Ifkkd.$$IfTl0 DP D8 t.622 344 lBaytUrTmntw($Ifkkd$$IfTl0 DP D8 t.622 344 lBaytUrTwx($Ifkkd$$IfTl0 DP D8 t.622 344 lBaytUrT($IfkkdS$$IfTl0 DP D8 t.622 344 lBaytUrT($Ifkkd $$IfTl0 DP D8 t.622 344 lBaytUrT($Ifkkd$$IfTl0 DP D8 t.622 344 lBaytUrT($Ifkkdx$$IfTl0 DP D8 t.622 344 lBaytUrT{{{ $$Ifa$gd5gd"$a$gd[kkd/$$IfTl0 DP D8 t.622 344 lBaytUrT   !"&()*13:;FGUV`akl4Nqrswx $%&*+EFGKL h&h&h& h*[#h[h*[#h&5 hghPhPhv@h[ hPah[h*[#h[5M eYP $Ifgd5 $$Ifa$gd5kd$$IfTl04  t&&0644 lap&&yt*[#T tk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt5Ttk $Ifgd5 $$Ifa$gd5kd3$$IfTl04 t0644 layt5T "'tk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt5T'(*2tk $Ifgd5 $$Ifa$gd5kdK$$IfTl04 t0644 layt5T235:tk $Ifgd5 $$Ifa$gd5kdר$$IfTl04 t0644 layt5T:;=F~ri $Ifgd5 $$Ifa$gd5kdc$$IfTl04 t0644 layt[TFGIUtk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt5TUVX`tk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt5T`ab49Mrxxxoccc $$Ifa$gd5^gdP$a$gd[kd $$IfTl04 t0644 layt5TrsxeYP $Ifgd5 $$Ifa$gd5kd$$IfTl04  t&&0644 lap&&yt*[#Ttk $Ifgd5 $$Ifa$gd5kdX$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdp$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T tk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T %~ri $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T%&+Ftk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&TFGLYtk $Ifgd5 $$Ifa$gd5kd0$$IfTl04 t0644 layt&TLXYZ_tuv{!567<RSTYlmns\ah*[#h55h*[#h&5h5hv@hVO hPah&h& hPah[h[ h&h&LYZ_utk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&Tuv{tk $Ifgd5 $$Ifa$gd5kdH$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdԱ$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd`$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdx$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T!6tk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T67<Stk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&TSTYmtk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&Tmnstk $Ifgd5 $$Ifa$gd5kd4$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdL$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdط$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdd$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T()\axxxxpdd $$Ifa$gd5$a$gd&$a$gd&kd|$$IfTl04 t0644 layt&TeYP $Ifgd5 $$Ifa$gd5kd$$IfTl04  t&&0644 lap&&yt*[#T !*+,-./@4öhjC^h] CJPJaJ h0Ljh0LUh hbchR[hJWhh[ h&h& hPah&h& h*[#h&Htk $Ifgd5 $$Ifa$gd5kdɺ$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdU$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kdm$$IfTl04 t0644 layt&Ttk $Ifgd& $$Ifa$gd5kd$$IfTl04 t0644 layt&T~ri $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T tk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T tk $Ifgd5 $$Ifa$gd5kd-$$IfTl04 t0644 layt&Ttk $Ifgd5 $$Ifa$gd5kd$$IfTl04 t0644 layt&T!+tk $Ifgd5 $$Ifa$gd5kdE$$IfTl04 t0644 layt&T+,-.0@JUexppkffffffgdgdJW$a$gd[$a$gd&kd$$IfTl04 t0644 layt&T L ->`{,Am Cegd.Lp<Sbn Z{gd8a%i 6` dgd^gdĹĪӕhJWh0L jhghCJUaJ*hfCJaJmHnHu*hgh] CJaJjhghCJUaJh6h] h] CJ OJPJQJaJ hjC^h] CJPJaJ h] CJPJaJ gd$a$gdggdjC^$&d Pb$# a$gdjC^B 00P1h:ptet/ =!"#$% DpDdD  A ?JblankPicture 1http://dmviis/Condo/images/blank.png"bRHMɟDTnRHMɟPNG  IHDR !tIME +T pHYs B4PLTEٟtRNS0JIDATxc{-=KIENDB`$IfK$L$!vh#v$ :V 4  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytT$IfK$L$!vh#v$ :V  t 0      $ 6,5$ 4 Bp ytTn$IfK$L$!vh#vB :V @ t 6,54 Bp $$Ifa!vh#v` :V t0    6,54 Bapytj)$$If!vh#vJ#v:V l  t&&065J5ap&&ytu%$$If!vh#vJ#v:V l t065J5aytu%$$If!vh#vJ#v:V l t065J5aytu%$$If!vh#vJ#v:V l t065J5aytu%'$$If!vh#v#v#v#v:V l4  t(&&&&0OOh%6,,5555/ f4p(&&&&ytQ0T$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4ytT$$If!vh#v#v#v#v:V l4 t0OOh%6,5555/ f4p(yt`;]T$$If!vh#v<#ve :V l  t&&065<5e ap&&ytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v<#ve :V l t065<5e aytO$$If!vh#v #v :V l  t&&065 5 ap&&ytQ0$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l t065 5 aytdL`$$If!vh#v #v :V l  t&&065 5 ap&&ytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#v #v :V l t065 5 aytF8$$If!vh#vf#vH:V l  t&&065f5Hap&&yt 8$$If!vh#vf#vH:V l t065f5Hayt 8$$If!vh#vf#vH:V l t065f5Hayt 8$$If!vh#vf#vH:V l t065f5Hayt 8$$If!vh#vf#vH:V l t065f5HaytN~$$If!vh#vf#vH:V l t065f5HaytN~$$If!vh#vf#vH:V l t065f5HaytN~$$If!vh#vf#vH:V l t065f5HaytN~$$If!vh#vf#vH:V l t065f5HaytN~$$If!vh#vf#vH:V l t065f5HaytN~$$If!vh#v #v :V l  t&&065 5 ap&&yt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v #v :V l t065 5 ayt H$$If!vh#v4#vd:V l t06545dapyt76$$If!vh#v4#vd:V l t06545dapyt76$$If!vh#v4#vd:V l t06545dapyt76$$If!vh#v4#vd:V l t06545dapyt76$$If!vh#vt#v:V l  t&&065t5ap&&yt*[#T$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#vt#v:V l t065t5aytBT$$If!vh#v #v:V l  t&&065 5ap&&yt*[#T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$If!vh#v #v:V l t065 5ayt5T$$Ift!vh#v#v:V l t.65P 58/ /  / 22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$Ift!vh#v#v:V l t.65P 58/ / / /  22 3BaytUrT$$If!vh#v#v :V l  t&&0655 ap&&yt*[#T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v :V l t0655 ayt[T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v :V l t0655 ayt5T$$If!vh#v#v:V l  t&&0655ap&&yt*[#T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l  t&&0655ap&&yt*[#T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T$$If!vh#v#v:V l t0655ayt&T )s666666666vvvvvvvvv66666>66666666666666666666666666666666666666666666666hH6666666666666666666666666666666666666666666666666666666666666666662 0@P`p2( 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p 0@P`p8XV~ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ OJPJQJ_HmH nH sH tH J`J "Normal dCJ_HaJmH sH tH X@X ,aP Heading 1$d@&5CJOJPJQJ\aJ\\ 2k Heading 2$<@& 56CJOJPJQJ\]aJDA D Default Paragraph FontRi@R 0 Table Normal4 l4a (k ( 0No List N/N ,aPHeading 1 Char5CJOJPJQJ\aJN>N ,aPTitleda$5CJOJPJQJ\aJF/F ,aP Title Char5CJOJPJQJ\aJj#j WUB Table Grid7:V0H`2H 9rE No SpacingCJ_HaJmH sH tH 4@B4 ^0Header H$:/Q: ^0 Header Char CJaJtH 4 @b4 ^0Footer H$:/q: ^0 Footer Char CJaJtH B' B +Comment ReferenceCJaJ<< + Comment TextCJaJ:: +Comment Text Char@j@ +0Comment Subject5\F/F +0Comment Subject Char5\RR +0 Balloon Text dCJOJQJ^JaJN/N +0Balloon Text CharCJOJQJ^JaJ\/\ 2kHeading 2 Char(56CJOJPJQJ\]^JaJtH ZQZ !2k Body Text 3 d5CJOJPJQJ\^JaJV/V 2kBody Text 3 Char5OJPJQJ\^JaJtH @@"@ > List Paragraph "^m$6U`16 b60 Hyperlink >*B*phFV AF b60FollowedHyperlink >*B* ph4X`Q4 +@Emphasis 56\] oa tyo_tgcb/rb T{Default '7$8$H$-B*CJOJQJ^J_HaJmH phsH tH `^@` Ur0 Normal (Web)(d5$7$8$CJOJPJQJ^JaJPK![Content_Types].xmlN0EH-J@%ǎǢ|ș$زULTB l,3;rØJB+$G]7O٭VvnB`2ǃ,!"E3p#9GQd; H xuv 0F[,F᚜K sO'3w #vfSVbsؠyX p5veuw 1z@ l,i!b I jZ2|9L$Z15xl.(zm${d:\@'23œln$^-@^i?D&|#td!6lġB"&63yy@t!HjpU*yeXry3~{s:FXI O5Y[Y!}S˪.7bd|n]671. tn/w/+[t6}PsںsL. J;̊iN $AI)t2 Lmx:(}\-i*xQCJuWl'QyI@ھ m2DBAR4 w¢naQ`ԲɁ W=0#xBdT/.3-F>bYL%׭˓KK 6HhfPQ=h)GBms]_Ԡ'CZѨys v@c])h7Jهic?FS.NP$ e&\Ӏ+I "'%QÕ@c![paAV.9Hd<ӮHVX*%A{Yr Aբ pxSL9":3U5U NC(p%u@;[d`4)]t#9M4W=P5*f̰lk<_X-C wT%Ժ}B% Y,] A̠&oʰŨ; \lc`|,bUvPK! ѐ'theme/theme/_rels/themeManager.xml.relsM 0wooӺ&݈Э5 6?$Q ,.aic21h:qm@RN;d`o7gK(M&$R(.1r'JЊT8V"AȻHu}|$b{P8g/]QAsم(#L[PK-![Content_Types].xmlPK-!֧6 0_rels/.relsPK-!kytheme/theme/themeManager.xmlPK-!R%theme/theme/theme1.xmlPK-! ѐ' theme/theme/_rels/themeManager.xml.relsPK] . IIfffi r^'.36 9G<BVD'GLP%WYcjorwyڍ3 סy%*Ljlnorswz|~   $w' %+.g14 8:=@0DYD]DbDfDjDnDrDuDyD~DDDD`EGJMPPP.PQSYWZZZD[[\\`^x^p__aaaab*c;ccceeee fff,fBfRf`fwfffffffffffgyhjnprsvIx{Q~Ɍ#?[xɍFoď;U֔:TS4ȤZإ)O`ӰDXͳ/<H\hȴմ!3HU_lzҵ )BTcr&:EO`ȷ ?dr|ʸָ!=ǹֹ8T_̺ 3?Ie|û5Zqμ=M`|Ͻ0Nd~ʾ <WsͿۿ6Vn&7Nex )3=HT`mw '2:FU`r %FYu6Sm +kmpqtuvxy{}   !"#%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvxyz{|}~     gUg}g3iHp @hDXXXXIaci!T # @H 0(  0(  B S  ? OLE_LINK1 OLE_LINK2 _Hlt428956824 _Hlt428956825 _Hlt427658822 _Hlt427658823 OLE_LINK3 OLE_LINK4CCqgqgugug@@@@DDrgrgvgvg CILPsvAD##b$k$%%%%%%&& ))++L,Y,c,p,M-X---..../*/|//e0r0|000001J1Z1112233333344N6W6778 9::</<<<====>(>?%?0?=?BAIAAAB+BfBmBBBCCHDSDE(EEE"F/FFFhLuL___``?aIaaabbbcOc_cccdd eef f"h-hhhziiiiiijj_jjjOk\kl!lolzlnnnnnn oop$p%p2p6p9p;pDp~qqqqrrrrrrrsssOscspssssstttttttttt#u7uDuPuuuQv^vvvvvvvww"w/wzz{{c|t|||c}p}}}}}A~L~~~ENfprS_z(BO &3(5JTUbfsŏ(2BKV*2; )2?Wf*{ϕוfs|ʗח5CØИ٘&r-7>KUbjʚ՚ŜߜSZerϠ٠ݠ cwq¢̢٢AK iɥ q{ɦ CRة "NW[jqZclx+6JSc}"+EMV^*HS`k"-6AJTYcl| ",5=BJw (1:CO$1KXajpy?MQ_#,<Wgp~ !%4=IR^gv|LQ/4 333.</<?<?<B<<>>A?A?EEEEFFHHIIII JJ6KKK{L{LLLLLLLMMMM!M!M,M.M_M_MMMMMOOOO5{5{q i.</<?<?<B<<>>A?A?EEEEFFHHIIII JJ6KKK{L{LLLLLLLMMMM!M!M,M.M_M_MMMMMOOOO5{5{q i^Tin.ll$ Ai86D#m|$VF,Vz%X?'|Z-`;hh;2*9K|HVؼ8Jg XI 7)Yz/SjcxZjWbh"xYm q` H!qp[+vvxh^`OJQJo(hH^`OJ QJ ^J o(ohp^p`OJQJo(hH @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o(^`.^`.pL^p`L.@ ^@ `.^`.L^`L.^`.^`.PL^P`L.p^p`OJPJQJ^Jo(@ ^@ `OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( P^P`OJQJo( ^ `OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o(8^8`OJPJQJ^Jo(" ^`OJ QJ ^J o(o  ^ `OJ QJ o(  ^ `OJQJo(x^x`OJ QJ ^J o(o H^H`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o(p0^p`0OJPJQJ^Jo("  ^ `OJ QJ ^J o(hHo ^ `OJ QJ o(hHx^x`OJQJo(hHH^H`OJ QJ ^J o(hHo^`OJ QJ o(hH^`OJQJo(hH^`OJ QJ ^J o(hHo^`OJ QJ o(hH0^`0OJPJQJ^Jo(" ^`OJ QJ ^J o(hHo^`OJ QJ o(hHp^p`OJQJo(hH@ ^@ `OJ QJ ^J o(hHo^`OJ QJ o(hH^`OJQJo(hH^`OJ QJ ^J o(hHo^`OJ QJ o(hH ^`OJQJo( ^`OJQJo(- p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o(h ^ `OJQJo(hHh ^ `OJ QJ ^J o(hHohx^x`OJ QJ o(hHhH^H`OJQJo(hHh^`OJ QJ ^J o(hHoh^`OJ QJ o(hHh^`OJQJo(hHh^`OJ QJ ^J o(hHohX ^X `OJ QJ o(hH ^`OJQJo(p^p`OJ QJ ^J o(o @ ^@ `OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(P^P`OJ QJ ^J o(o  ^ `OJ QJ o(^`OJPJQJ^Jo(^`OJ QJ ^J o(o p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o( 88^8`OJ QJ o( ^`OJ QJ o(o   ^ `OJ QJ o(   ^ `OJQJo( xx^x`OJ QJ o(o HH^H`OJ QJ o( ^`OJQJo( ^`OJ QJ o(o ^`OJ QJ o(h^`OJQJo(hH^`OJ QJ ^J o(o p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o(h^`OJ QJ o(hHoh ^ `OJ QJ ^J o(hHoh ^ `OJ QJ o(hHhx^x`OJQJo(hHhH^H`OJ QJ ^J o(hHoh^`OJ QJ o(hHh^`OJQJo(hHh^`OJ QJ ^J o(hHoh^`OJ QJ o(hH ^`OJ QJ o( ^`OJ QJ o(o pp^p`OJ QJ o( @ @ ^@ `OJQJo( ^`OJ QJ o(o ^`OJ QJ o( ^`OJQJo( ^`OJ QJ o(o PP^P`OJ QJ o(^`OJPJQJ^Jo( ^ `OJ QJ ^J o(o  ^ `OJ QJ o( x^x`OJQJo(H^H`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o p^p`OJ QJ o( @ ^@ `OJQJo(^`OJ QJ ^J o(o ^`OJ QJ o( ^`OJQJo(^`OJ QJ ^J o(o P^P`OJ QJ o(9K#HVH!q Al qSjc)Y?'g X8|Z-Wbh+vYm|$z%^Tih;2                  bz                 6;        M        M         X*                                                                              `                                  D\C~GUvJ=P'tO8%bo Gi,VLx >9M4d^S<? RR ]     _V  s  CE KS lf s z  Y-l+l1Vuw}}y%\9S&&5kh%AA4 1G+T,CJWmujsw b6SlF %e /y $!(!s+!@!"("0" t"%#)#7#I#cK#*[#f#k#"$CU%q%l!&pl&Xn&v&n8'WF'D(()j))J*a*=u*+K+R+,,,o,h=-G-W-i-x-i .{D/G/iJ/`090P0Q0uj0Y1q1>?2Y263V45I5z576U7V)7/7^=7f7F88 %8v'8IT88:;:{O:g:G ;-;;!;n3;;;8p;S<V<p< =~=J>O>W?1?"@a@@@6V@i AAAFAhBB%B:/BWUBCaWC Dr&DUDE,E9rEwFGAGRGXbG0 HxHIFIJJJ1JwJGK;HKLLJL0LTLiLxL"HMN[}NOVO(}OqMP,aP RfR%SAtS~TUCUUIUTU>\UV~Va#Wz.W3WXAXMYy?YiY-uYQ4[Pd[;\`;]W] ^^(^jC^!_A_3Z_`#`=`i`dL`U`<aava0bcBcbcdEdxdq6e;eGe.\e+'fjf ggg6gti k2kTkRl"m#m'bm nn3n\EnZn\n?o(Ao2Nojyotyo{p8pYep@qr5rUr[r>)s7s^stet6rtuvu =u{vw9#wexUZybyny}zz7z5Jzo{J |E|F"|\|-}D}u}l3~9~L~N~f~6{6gCCPaE#@_gvi=x ;qLR[P:!-L~ HX N[oam3|3I\ ;S u%*0:uK:?T=Y~ps_k MfH, b  Fv.bT T$6j#BM[PmnMIOIOeF|-U<[tk;`gyN^pRgJ-zU0.WXFJPe[sK1l,&^k* 8Rci & fQWiu&Hg`PacbHse6C;V48CBzN1'p2vh3B%]xeq+'-Z7\ixw"M)Bv/<_-u<fi>Lw(-;PRq|`@p&Nk%1C5{9Kb56;BCr--[IfyFQfUNmw6pM|~7R+G%uX eC/2;&-@p@Unknown G*Ax Times New Roman5Symbol3. *Cx Arial7. [ @Verdana7.@ CalibriK=   jMS Gothic-3 00007@CambriaG=  jMS Mincho-3 fg5. .[`)Tahoma?= *Cx Courier New;WingdingsA$BCambria Math"1h Ag AgfAt*goAt*go!n0NN 2QHP $P<2! xx 4Adjudication Electronic Ticket Submission User Guide svalachovic Lauren Dooley\               Oh+'0 ( @L l x  8Adjudication Electronic Ticket Submission User Guide svalachovicNormalLauren Dooley3Microsoft Office Word@@C,@ S@P3S*At՜.+,D՜.+,d  hp  NYS DMVogN 5Adjudication Electronic Ticket Submission User Guide Title\ 8@ _PID_HLINKSA{' (http://www.dmv.ny.gov/edata/nypdafr.htm{' (http://www.dmv.ny.gov/edata/nypdafr.htm{'(http://www.dmv.ny.gov/edata/nypdafr.htm{'(http://www.dmv.ny.gov/edata/nypdafr.htm  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxz{|}~Root Entry F\%ASData ]1TableyWordDocument D.SummaryInformation(DocumentSummaryInformation8MsoDataStoreyAS%ASO2JOEUKRNER2UA==2yAS%ASItem  PropertiesUCompObj r   F Microsoft Word 97-2003 Document MSWordDocWord.Document.89q