<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.39 (Ruby 3.0.2) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-scrm-aiproto-usecases-03" category="info" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.33.0 -->
  <front>
    <title abbrev="Taxonomy for Agentic AI Use Cases">Taxonomy for Agentic AI Use Cases</title>
    <seriesInfo name="Internet-Draft" value="draft-scrm-aiproto-usecases-03"/>
    <author fullname="Roland Schott">
      <organization>Deutsche Telekom</organization>
      <address>
        <email>Roland.Schott@telekom.de</email>
      </address>
    </author>
    <author fullname="Julien Maisonneuve">
      <organization>Nokia</organization>
      <address>
        <email>julien.maisonneuve@nokia.com</email>
      </address>
    </author>
    <author fullname="L. M. Contreras">
      <organization>Telefonica</organization>
      <address>
        <email>luismiguel.contrerasmurillo@telefonica.com</email>
      </address>
    </author>
    <author fullname="Jordi Ros-Giralt">
      <organization>Qualcomm Europe, Inc.</organization>
      <address>
        <email>jros@qti.qualcomm.com</email>
      </address>
    </author>
    <date year="2026" month="June" day="21"/>
    <area>AREA</area>
    <workgroup>WG Working Group</workgroup>
    <keyword>AI Agents</keyword>
    <keyword>Use cases</keyword>
    <abstract>
      <?line 88?>

<t>Agentic AI systems rely on large language models to plan and execute multi-step tasks by interacting with tools and collaborating with other agents, creating new demands on Internet protocols for interoperability, scalability, and safe operation across administrative domains. This document inventories representative Agentic AI use cases and captures the protocol-relevant requirements they imply, with the goal of helping the IETF determine appropriate standardization scope and perform gap analysis against emerging proposals. The use cases are written to expose concrete needs such as long-lived and multi-modal interactions, delegation and coordination patterns, and security/privacy hooks that have protocol implications. Through use case analysis, the document also aims to help readers understand how agent-to-agent and agent-to-tool protocols (e.g., <xref target="A2A"/> and <xref target="MCP"/>), and potential IETF-standardized evolutions thereof, could be layered over existing IETF protocol substrates and how the resulting work could be mapped to appropriate IETF working groups.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-scrm-aiproto-usecases/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/https://github.com/giralt/draft-scrm-aiproto-usecases"/>.</t>
    </note>
  </front>
  <middle>
    <?line 92?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>Agentic AI systems—software agents that use large language models to reason, plan, and take actions by interacting with tools and with other agents—are seeing rapid adoption across multiple domains. The ecosystem is also evolving quickly through open-source implementations and emerging protocol proposals; however, open source alone does not guarantee interoperability, since rapid iteration and fragmentation can make stable interoperation difficult when long-term compatibility is required. Several protocols have been proposed to support agentic systems (e.g., <xref target="A2A"/>, <xref target="MCP"/>, ANP, Agntcy), each with different design choices and strengths, targeting different functions, properties, and operating assumptions.</t>
      <t>This document inventories a set of representative Agentic AI use cases to help the IETF derive protocol requirements and perform gap analysis across existing proposals, with a focus on Internet-scale interoperability. The use cases are intended to highlight protocol properties that matter in practice—such as long-lived interactions, multi-modal context exchange, progress reporting and cancellation, and safety-relevant security and privacy hooks—and to help the IETF determine appropriate scope as well as how related work should be organized across existing working groups or, if needed, a new effort.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.</t>
      <?line -18?>

</section>
    <section anchor="use-cases-requirements">
      <name>Use Cases Requirements</name>
      <t>The use cases in this document are intended to inform IETF standardization work on Agentic AI protocols by clarifying scope, enabling gap analysis, and guiding working group ownership. The requirements below define the minimum level of detail and structure expected from each use case so that the IETF can derive actionable protocol requirements and identify where coordination with other SDOs is necessary. Use cases that do not meet these requirements risk being insufficiently precise for protocol design and evaluation.</t>
      <ul spacing="normal">
        <li>
          <t><strong>IETF scope guidance</strong>: Use cases <bcp14>MUST</bcp14> clearly indicate which protocol behaviors are expected to fall under the IETF’s domain (e.g., Internet-facing interoperability, transport/session semantics, media/session behavior, congestion and reliability considerations, security and privacy hooks) versus what is out of scope for the IETF (e.g., model internals, proprietary orchestration logic). Use cases <bcp14>SHOULD</bcp14> also identify where coordination with other SDOs or industry initiatives is required to achieve interoperable and scalable outcomes.</t>
        </li>
        <li>
          <t><strong>Ecosystem boundary mapping</strong>: Use cases <bcp14>SHOULD</bcp14> describe the relevant protocol ecosystem and interfaces between components (e.g., agent-to-agent vs. agent-to-tool) so the IETF can understand what can be standardized as Internet protocols and what is better treated as application/framework conventions. Where applicable, use cases <bcp14>SHOULD</bcp14> illustrate complementary roles of protocols such as agent-to-agent interaction (e.g., <xref target="A2A"/>) and agent-to-tool interaction (e.g., <xref target="MCP"/>).</t>
        </li>
        <li>
          <t><strong>Gap analysis readiness</strong>: Use cases <bcp14>MUST</bcp14> be structured so that an engineer can map them to existing proposals and then identify missing, underspecified, or insufficiently mature protocol capabilities that block deployment. Use cases <bcp14>SHOULD</bcp14> include enough detail to reveal gaps, and <bcp14>MUST</bcp14> distinguish between gaps that plausibly belong in IETF standardization versus gaps that are purely implementation choices.</t>
        </li>
        <li>
          <t><strong>Adoption and layering</strong>: Use cases <bcp14>SHOULD</bcp14> explain how non-IETF protocols that may be brought into the IETF (e.g., an A2A-like protocol) could be layered on top of, and interoperate cleanly with, existing IETF protocols (e.g., HTTP, QUIC, WebRTC, TLS). Use cases <bcp14>MUST</bcp14> identify assumed transport/bindings and the key interoperation points (e.g., discovery, session establishment, streaming, error handling) needed to assess architectural fit and integration impact.</t>
        </li>
        <li>
          <t><strong>Communication mode detail</strong>: Use cases <bcp14>MUST</bcp14> describe the communication modes required between agents and between agents and tools reachable over the Internet, such as interactive request/response, asynchronous workflows, bulk transfer, incremental streaming, and notification patterns. Use cases <bcp14>SHOULD</bcp14> also indicate modality needs (text, audio/video, files, structured artifacts) when relevant.</t>
        </li>
        <li>
          <t><strong>Performance and safety needs</strong>: Use cases <bcp14>SHOULD</bcp14> include explicit performance requirements when meaningful (e.g., latency sensitivity, bandwidth intensity, jitter tolerance, session duration, scalability expectations). Use cases <bcp14>MUST</bcp14> also call out safety-relevant requirements that have protocol implications (e.g., authorization and consent gates, provenance/citation needs, integrity and replay protection, isolation boundaries for tool invocation).</t>
        </li>
        <li>
          <t><strong>WG ownership signals</strong>: Use cases <bcp14>SHOULD</bcp14> be decomposable into protocol functions that can be mapped to existing IETF working groups (e.g., transport, security, applications, operations/management, identity). Use cases <bcp14>MUST</bcp14> highlight cross-area dependencies (e.g., session + media + security) so the IETF can assess whether coordination across existing WGs is sufficient or whether forming a new WG is justified.</t>
        </li>
        <li>
          <t><strong>Operational realism</strong>: Use cases <bcp14>SHOULD</bcp14> reflect real deployment constraints on the Internet. This requirement helps ensure the resulting protocol requirements are implementable and deployable at scale, rather than being tied to a single controlled environment.</t>
        </li>
        <li>
          <t><strong>Trust boundaries explicit</strong>: Use cases <bcp14>MUST</bcp14> identify administrative domains and trust boundaries (e.g., user device, enterprise perimeter, third-party tool providers, external agent providers) and <bcp14>SHOULD</bcp14> summarize the expected security posture at those boundaries (authentication, authorization, confidentiality, and auditability expectations). This helps ensure the IETF does not miss protocol hooks needed to safely operate agentic systems across domains.</t>
        </li>
      </ul>
    </section>
    <section anchor="sec-taxonomy">
      <name>Use Cases Taxonomy</name>
      <t>This section defines a taxonomy for classifying Agentic AI use cases according to the functional protocol domains they exercise. The taxonomy serves three purposes: (1) it provides a structured vocabulary for describing and comparing use cases, (2) it helps identify the protocol areas that require IETF standardization attention, and (3) it helps map use cases and their requirements to relevant IETF working groups or areas.</t>
      <t>The taxonomy is organized into seven top-level functional domains, derived from analysis of the use cases identified in ongoing IETF standardization discussions in the agent protocol space. The domains correspond to distinct clusters of protocol-level concerns. They are not mutually exclusive; most realistic agentic deployments span multiple domains simultaneously, and protocol work in one domain frequently depends on mechanisms defined in another.</t>
      <t>The following figure presents the taxonomy in overview:</t>
      <figure anchor="fig-taxonomy">
        <name>Agentic AI Use Cases Taxonomy</name>
        <artwork type="ascii-art" align="left"><![CDATA[
Agentic AI Use Cases Taxonomy
|
|-- 1. Transport
|   |-- 1.1. Session Management
|   |-- 1.2. Communication Modes
|   |-- 1.3. Content Multimodality
|   |-- 1.4. Performance
|
|-- 2. Security and Trust
|   |-- 2.1. Authentication
|   |-- 2.2. Authorization
|   |-- 2.3. Accountability
|   |-- 2.4. Integrity
|   |-- 2.5. Confidentiality
|   |-- 2.6. Safety
|
|-- 3. Discovery
|   |-- 3.1. Agent Discovery
|   |-- 3.2. Capability Advertisement
|   |-- 3.3. Tool Discovery
|   |-- 3.4. Service Negotiation
|
|-- 4. Identity
|   |-- 4.1. Agent Naming and Addressing
|   |-- 4.2. Credential Management
|   |-- 4.3. Delegation Chains
|   |-- 4.4. Selective Disclosure
|
|-- 5. Coordination and Orchestration
|   |-- 5.1. Task Lifecycle Management
|   |-- 5.2. Agent-to-Agent Interaction
|   |-- 5.3. Agent-to-Tool Interaction
|   |-- 5.4. Multi-Agent Workflow Orchestration
|   |-- 5.5. Cross-Domain Coordination
|
|-- 6. Data and Context Management
|   |-- 6.1. Context Exchange
|   |-- 6.2. Provenance and Citations
|   |-- 6.3. Knowledge Representation
|   |-- 6.4. Data Minimization
|
|-- 7. Operations and Management
    |-- 7.1. Observability
    |-- 7.2. Policy Enforcement
    |-- 7.3. Lifecycle Management
    |-- 7.4. Human-in-the-Loop
]]></artwork>
      </figure>
      <t>The subsections below describe each domain and its constituent categories in detail.</t>
      <section anchor="transport">
        <name>Transport</name>
        <t>The <em>Transport</em> domain encompasses the protocol mechanisms required to carry agent communications reliably, efficiently, and with appropriate quality-of-service characteristics over Internet paths. Agent interactions introduce transport requirements that are more demanding than those of classical client-server applications: sessions may persist for minutes or hours, exchanges may involve heterogeneous data types, and the failure modes of multi-step workflows differ fundamentally from those of single-request transactions.</t>
        <section anchor="session-management">
          <name>Session Management</name>
          <t><em>Session Management</em> covers the establishment, maintenance, and termination of communication sessions between agents and between agents and tools. Agentic workflows are frequently long-lived, spanning multiple request-response cycles and potentially crossing network interruptions or endpoint restarts. Protocol mechanisms in this category include session establishment and capability negotiation, keep-alive and heartbeat signaling, graceful cancellation with defined cleanup semantics, progress reporting to prevent spurious timeouts at intermediaries, and state recovery after transient failures. Without robust session management, long-running agent tasks are vulnerable to silent failure, resource leakage, and loss of partial results that may be expensive to recompute.</t>
        </section>
        <section anchor="communication-modes">
          <name>Communication Modes</name>
          <t><em>Communication Modes</em> covers the diversity of interaction patterns that agents and tools must support. Unlike classical RPC-style interfaces, agentic systems require a range of modes depending on the nature of the task: synchronous request/response for low-latency exchanges, asynchronous task submission and status polling for long-running work, incremental streaming for partial results (e.g., token-by-token generation or iterative search updates), server-initiated notifications for event-driven workflows, and bulk data transfer for large artifacts. Different protocols serve different modes — for example, HTTP/REST for request/response, Server-Sent Events or WebSocket for streaming, and Media over QUIC Transport (MOQT) for low-latency bidirectional flows — and a given use case may require multiple modes within a single session.</t>
        </section>
        <section anchor="content-multimodality">
          <name>Content Multimodality</name>
          <t><em>Content Multimodality</em> covers the protocol implications of exchanging heterogeneous content types within a single agentic interaction. Agents may need to process and transmit plain text, structured data (e.g., JSON), binary files, audio streams, video streams, images, and computation artifacts within the same session and sometimes within the same message. Protocol design must account for content negotiation, MIME type handling, framing, and ordering of heterogeneous payloads, particularly when modality switches occur mid-session or when different modalities carry conflicting quality-of-service requirements (e.g., low-latency audio alongside bulk file transfer).</t>
        </section>
        <section anchor="performance">
          <name>Performance</name>
          <t><em>Performance</em> covers the quantitative operating requirements that agentic use cases impose on transport protocols. Relevant dimensions include end-to-end latency (particularly for interactive agent sessions where user-facing response times matter), bandwidth requirements for multi-modal exchanges, jitter tolerance for real-time audio/video modalities, session scalability (the number of concurrent agent sessions a deployment must support), and cost or resource budget constraints that may govern escalation decisions (e.g., in edge-cloud hybrid architectures). Performance requirements vary widely across use cases and must be made explicit so that protocol designers can assess the fitness of candidate transport mechanisms.</t>
        </section>
      </section>
      <section anchor="security-and-trust">
        <name>Security and Trust</name>
        <t>The <em>Security and Trust</em> domain covers the protocol mechanisms needed to ensure that agentic interactions are conducted by verified entities, operate within authorized boundaries, produce auditable records, and preserve the integrity and confidentiality of exchanged data. Agentic systems introduce qualitatively new challenges compared to classical service architectures: agents act autonomously on behalf of users or other agents, authority is routinely delegated across multiple hops and organizational boundaries, and the consequences of unauthorized or erroneous actions can propagate and amplify through complex multi-agent pipelines.</t>
        <section anchor="authentication">
          <name>Authentication</name>
          <t><em>Authentication</em> covers the verification of the identity of agents, users, and tools prior to substantive interaction. In agentic systems, the principals that require authentication include not only human users but also software agents themselves — which may be ephemeral, dynamically spawned, or operated by third parties. Authentication mechanisms must therefore be applicable to workload identities (e.g., service accounts, container identities, or platform-attested credentials) as well as to individual agent instances. Cross-domain authentication is particularly challenging when agents operate across administrative boundaries that lack pre-established trust relationships.</t>
        </section>
        <section anchor="authorization">
          <name>Authorization</name>
          <t><em>Authorization</em> covers the mechanisms by which an authenticated agent is permitted to perform specific operations on behalf of a principal. Agentic use cases typically involve multi-step delegation: a user authorizes an orchestrator agent, which in turn delegates authority to sub-agents, which invoke tools. Each link in this chain requires that the scope of authority be bounded and that delegation not introduce privilege escalation beyond what the delegating principal possessed. Relevant mechanisms include OAuth 2.0-based delegation flows, structured operation proposals subject to explicit authorization grants, user consent gates before sensitive operations are executed, and token formats that carry verifiable delegation chains.</t>
        </section>
        <section anchor="accountability">
          <name>Accountability</name>
          <t><em>Accountability</em> covers the protocol mechanisms needed to produce auditable records of agent actions, traceable from a user's original intent to each action taken by an agent on that user's behalf. In regulated environments — and increasingly in general deployments — it is necessary to establish a reliable evidence chain that can be inspected after the fact. Relevant mechanisms include structured audit logs with cryptographic integrity guarantees, verifiable conversation records, proof-of-process tokens that attest to the sequence of steps executed, and non-repudiation properties that prevent an agent from disavowing actions it performed. Accountability is closely coupled with authentication and authorization, since the evidentiary value of an audit record depends on the strength of the identity and authorization evidence it references.</t>
        </section>
        <section anchor="integrity">
          <name>Integrity</name>
          <t><em>Integrity</em> covers the protocol mechanisms that ensure agent messages and artifacts have not been modified in transit or at rest. Agentic pipelines can involve many hops across untrusted intermediaries, and the consequences of undetected tampering — incorrect tool invocations, falsified search results, corrupted planning state — can compound through the pipeline. Relevant mechanisms include end-to-end message authentication codes or digital signatures, replay protection (to prevent an attacker from re-injecting previously valid messages into a new context), and content-addressing schemes (e.g., hash-based artifact references) that allow recipients to verify data provenance independently of the transport channel.</t>
        </section>
        <section anchor="confidentiality">
          <name>Confidentiality</name>
          <t><em>Confidentiality</em> covers the mechanisms that protect agent communications and data from unauthorized disclosure. Agentic workflows may involve sensitive user data, proprietary model outputs, or business-critical information that must not be exposed to intermediaries, peer agents, or tool providers outside their authorized scope. Protocol mechanisms include transport-layer encryption (e.g., TLS), end-to-end encryption for multi-hop exchanges, and data-minimization protocols by which an agent redacts or summarizes sensitive information before forwarding it to a less-trusted tier (for example, before escalating from an on-device edge model to a cloud model).</t>
        </section>
        <section anchor="safety">
          <name>Safety</name>
          <t><em>Safety</em> covers the protocol-level mechanisms that constrain agent behavior to prevent harmful, unintended, or policy-violating actions. While model-level safety measures are outside the IETF's scope, protocols can provide safety hooks that bound what agents are permitted to do: isolation boundaries around tool invocations that prevent access to resources outside an agent's authorized scope, explicit human-in-the-loop consent gates before high-impact or irreversible operations, and rate or quota enforcement mechanisms that limit the blast radius of malfunctioning or compromised agents. Safety mechanisms often interact with authorization mechanisms but are distinguished by their focus on operational constraints rather than identity-based access control.</t>
        </section>
      </section>
      <section anchor="discovery">
        <name>Discovery</name>
        <t>The <em>Discovery</em> domain covers the protocol mechanisms by which agents, tools, and services locate and learn about one another at runtime. Effective discovery is a prerequisite for interoperability in open, decentralized agentic ecosystems where agents from different providers must collaborate without prior bilateral configuration. Discovery encompasses both the retrieval of existence information (where is a given agent or tool reachable?) and the retrieval of capability information (what can it do, and under what constraints?).</t>
        <section anchor="agent-discovery">
          <name>Agent Discovery</name>
          <t><em>Agent Discovery</em> covers the mechanisms by which a client or orchestrator locates agents that can fulfill a given role. Discovery may operate via well-known URI conventions (analogous to <tt>/.well-known/</tt> resources in HTTP), DNS-based service discovery (extending established patterns such as DNS-SD to the agent domain), or registry-based approaches in which agents register with and are queried through centralized or federated directories. Discovery mechanisms must be scalable, resilient to partial failures, and designed to avoid creating single points of control or failure in open deployments.</t>
        </section>
        <section anchor="capability-advertisement">
          <name>Capability Advertisement</name>
          <t><em>Capability Advertisement</em> covers the mechanisms by which an agent communicates its available skills, accepted input formats, produced output types, supported interaction modes, and applicable security constraints to potential callers. Standardized capability descriptor formats (such as Agent Cards in the A2A protocol) enable automated capability matching — allowing orchestrators to select appropriate agents dynamically — and eliminate the need for bespoke, bilateral configuration between agents. Capability descriptors must be versioned to support evolution and must be structured to allow partial matching when a caller requires only a subset of an agent's capabilities.</t>
        </section>
        <section anchor="tool-discovery">
          <name>Tool Discovery</name>
          <t><em>Tool Discovery</em> covers the mechanisms by which agents locate and enumerate tools available for invocation. The Model Context Protocol (MCP) provides a concrete example: agents query an MCP server for its list of available tools, each described with a typed schema, before deciding which tool to invoke for a given sub-task. Tool discovery must support dynamic registration and de-registration of tools, capability versioning, and schema negotiation to accommodate heterogeneous tool ecosystems that evolve independently of the agents that use them.</t>
        </section>
        <section anchor="service-negotiation">
          <name>Service Negotiation</name>
          <t><em>Service Negotiation</em> covers the protocol exchanges by which an agent and a peer (another agent or a tool) agree on interaction parameters before substantive communication begins. Negotiation may cover supported protocol versions, content types, authentication and authorization mechanisms, quality-of-service parameters, resource quotas, and privacy constraints. Explicit service negotiation reduces the frequency of mid-session failures caused by incompatible assumptions and provides a natural point at which policies can be enforced at capability boundaries before potentially expensive work is initiated.</t>
        </section>
      </section>
      <section anchor="identity">
        <name>Identity</name>
        <t>The <em>Identity</em> domain covers the mechanisms that establish and manage the stable, verifiable identities of agents throughout their operational lifecycle. Identity is a prerequisite for authentication, authorization, and accountability, but it raises distinct protocol concerns: agents may be spawned and decommissioned dynamically, may migrate across infrastructure, and may delegate their authority to other agents in ways that must remain traceable. The Identity domain is closely related to the Security and Trust domain but focuses specifically on the naming, addressing, and credential infrastructure that underpins identity-based security mechanisms.</t>
        <section anchor="agent-naming-and-addressing">
          <name>Agent Naming and Addressing</name>
          <t><em>Agent Naming and Addressing</em> covers the syntactic and semantic conventions used to identify agents in protocol messages. A naming scheme must be unambiguous within its intended scope, stable enough to support persistent references and audit records, and structured to enable efficient lookup or routing. Names and addresses may be decoupled — an agent may carry a stable logical name (identifier) and a separately resolved network address (locator) — analogous to the distinction between domain names and IP addresses in the Internet architecture. Standardized naming conventions are a prerequisite for interoperable discovery, delegation, and accountability.</t>
        </section>
        <section anchor="credential-management">
          <name>Credential Management</name>
          <t><em>Credential Management</em> covers the mechanisms by which agents are provisioned with credentials (e.g., private keys, tokens, or certificates) and by which those credentials are rotated, revoked, and verified. In agentic deployments, credentials must be deliverable to dynamically created agent instances without manual pre-configuration, and must be scoped to the specific agent, task, or deployment context in order to limit the impact of credential compromise. Relevant mechanisms include platform-attested identity (e.g., SPIFFE/SPIRE), short-lived token issuance by trusted authorities, and automated rotation procedures that operate without disrupting in-flight agent sessions.</t>
        </section>
        <section anchor="delegation-chains">
          <name>Delegation Chains</name>
          <t><em>Delegation Chains</em> covers the protocol representations of transitive authority: the sequence of principals through which a user's original authorization has been conveyed to a given agent. In multi-agent pipelines, an action by a leaf agent may reflect authority delegated through several intermediate agents, each of which may have further constrained the delegated scope. Delegation chain representations must be compact, cryptographically verifiable, and structured to enforce monotonic scope narrowing — i.e., a delegate cannot acquire authority beyond what its delegator possessed. Cross-domain delegation is particularly challenging when the delegating and receiving agents are operated by different organizations under different identity management systems.</t>
        </section>
        <section anchor="selective-disclosure">
          <name>Selective Disclosure</name>
          <t><em>Selective Disclosure</em> covers mechanisms that allow an agent to reveal only the subset of its identity and capability attributes that are relevant and appropriate for a given interaction. Full disclosure of an agent's capabilities during discovery can create information-leakage risks (revealing proprietary service details) and linkability risks (enabling cross-context tracking of agent identity). Selective disclosure mechanisms — such as those based on SD-JWT — allow agents to present minimal, context-appropriate credential subsets while maintaining cryptographic verifiability of the disclosed attributes.</t>
        </section>
      </section>
      <section anchor="coordination-and-orchestration">
        <name>Coordination and Orchestration</name>
        <t>The <em>Coordination and Orchestration</em> domain covers the protocol mechanisms that govern how agents and tools are composed into coherent multi-step workflows. Agentic systems are inherently distributed: a user request is decomposed into sub-tasks, assigned to specialized agents, executed — potentially in parallel and across administrative domains — and the results are synthesized into a final response. Coordination protocols must support the full lifecycle of this process reliably and in a manner that is interoperable across agents from different providers.</t>
        <section anchor="task-lifecycle-management">
          <name>Task Lifecycle Management</name>
          <t><em>Task Lifecycle Management</em> covers the protocol operations that govern a delegated task from its creation to its completion or cancellation. A well-specified task lifecycle includes: task creation with a structured description of the work to be performed; acknowledgment and queuing semantics; status inquiry and progress reporting; mid-execution cancellation with defined cleanup guarantees; and delivery of the final result or a structured error response. The lifecycle must be robust to partial failures, network interruptions, and agent restarts, and must provide sufficient progress visibility to allow orchestrators to make informed re-planning decisions without relying on timeouts alone.</t>
        </section>
        <section anchor="agent-to-agent-interaction">
          <name>Agent-to-Agent Interaction</name>
          <t><em>Agent-to-Agent Interaction</em> covers the protocol patterns by which peer agents exchange messages, negotiate task assignments, and share partial results. The Agent2Agent (A2A) protocol is an example of a specification targeting this category. Key interaction patterns include synchronous request/response for sub-task delegation, streaming for incremental result delivery, asynchronous task handoff for long-running work, and critique/revision cycles in which one agent reviews and refines the output of another. Agent-to-agent protocols must accommodate opaque agent implementations — neither agent need expose its internal model or reasoning process — and must support collaboration across organizational boundaries where one agent's internals are proprietary.</t>
        </section>
        <section anchor="agent-to-tool-interaction">
          <name>Agent-to-Tool Interaction</name>
          <t><em>Agent-to-Tool Interaction</em> covers the protocol patterns by which agents invoke external capabilities exposed as tools. The Model Context Protocol (MCP) is an example of a specification targeting this category. Tools differ from agents in that they are typically stateless (or near-stateless), do not reason autonomously, and expose well-defined, typed input/output interfaces. Agent-to-tool protocols must support capability schema description, consistent error reporting, streaming of partial outputs, and cancellation of in-progress invocations. Isolation semantics — ensuring that a tool invocation cannot access resources beyond its declared scope — are also a concern in this category.</t>
        </section>
        <section anchor="multi-agent-workflow-orchestration">
          <name>Multi-Agent Workflow Orchestration</name>
          <t><em>Multi-Agent Workflow Orchestration</em> covers the higher-level coordination mechanisms needed to manage complex workflows involving multiple cooperating agents. Orchestration concerns include task decomposition strategies (sequential, parallel, or conditional branching), shared working memory accessible to all agents in a workflow, synchronization primitives (fan-out, fan-in, barrier synchronization), and iterative refinement loops in which agents re-plan and re-execute based on intermediate results. Orchestration protocols must be composable — allowing sub-workflows to be embedded within larger workflows — and must expose sufficient visibility and control hooks for human operators to monitor and intervene in executing workflows.</t>
        </section>
        <section anchor="cross-domain-coordination">
          <name>Cross-Domain Coordination</name>
          <t><em>Cross-Domain Coordination</em> covers the additional protocol mechanisms required when agent workflows span multiple administrative domains. Cross-domain coordination introduces challenges absent in single-domain deployments: heterogeneous trust models must be reconciled, authorization scopes must be negotiated across domain boundaries, and attribution or billing mechanisms may be required. Protocols in this category must support federation — allowing domains to recognize and honor each other's identity and authorization assertions without requiring pre-established bilateral relationships — while preserving each domain's ability to enforce its own local policies.</t>
        </section>
      </section>
      <section anchor="data-and-context-management">
        <name>Data and Context Management</name>
        <t>The <em>Data and Context Management</em> domain covers the protocol mechanisms governing how agents represent, exchange, persist, and protect the information they operate on. Agentic workflows generate and consume substantial intermediate state: partial results, retrieved artifacts, reasoning traces, and provenance records. Protocol-level conventions for managing this data are essential for reproducibility, auditability, and interoperability across agents from different providers.</t>
        <section anchor="context-exchange">
          <name>Context Exchange</name>
          <t><em>Context Exchange</em> covers the mechanisms by which agents share the task-relevant state needed for coherent collaboration. Context may include the original user request, accumulated intermediate results, agent-specific observations, constraints, and shared working memory. Protocol mechanisms must define efficient representations for context (to avoid overwhelming bandwidth or model context window limits), versioning and conflict resolution for concurrently updated shared state, and access controls that limit each agent's visibility into context to what is necessary for its assigned sub-task.</t>
        </section>
        <section anchor="provenance-and-citations">
          <name>Provenance and Citations</name>
          <t><em>Provenance and Citations</em> covers the protocol mechanisms that link agent-produced outputs to the source materials from which they were derived. In research, regulatory, and high-stakes decision-making contexts, it is essential that the claims made by an agent can be traced to verifiable sources. Relevant protocol mechanisms include structured citation formats that capture source URI, retrieval timestamp, content hash, and the relevant excerpt; provenance chains that attribute composite outputs to their constituent sources; and integrity checks that allow a third party to independently verify that cited content has not been altered since retrieval.</t>
        </section>
        <section anchor="knowledge-representation">
          <name>Knowledge Representation</name>
          <t><em>Knowledge Representation</em> covers the data formats and schemas used by agents to represent structured domain knowledge in a form that peer agents can interpret consistently. Standardized information models are particularly important in multi-agent systems where different agents must share and act upon the same domain-specific data — such as network topology models in AIOps deployments (e.g., YANG-based models in the IETF operations area) or structured bibliographic records in research workflows. Consistent knowledge representations reduce the need for per-agent data translation and enable semantic interoperability across agents from different providers.</t>
        </section>
        <section anchor="data-minimization">
          <name>Data Minimization</name>
          <t><em>Data Minimization</em> covers the protocol mechanisms that limit the exposure of sensitive data as it flows through multi-agent pipelines. In workflows spanning administrative domains or involving untrusted intermediaries, agents should transmit only the minimum information necessary for a peer to perform its sub-task. Relevant mechanisms include structured redaction (replacing sensitive fields with anonymized tokens), summarization-before-escalation (e.g., in hybrid edge-cloud architectures where a local model redacts data before forwarding to a cloud model), and privacy-preserving context encoding. Data minimization is simultaneously a privacy mechanism and a safety mechanism, as limiting information exposure also bounds the consequences of a compromised intermediary.</t>
        </section>
      </section>
      <section anchor="operations-and-management">
        <name>Operations and Management</name>
        <t>The <em>Operations and Management</em> domain covers the protocol mechanisms that support the operational lifecycle of agentic systems: monitoring their behavior, enforcing policies at runtime, managing agent lifecycles, and enabling human oversight. These mechanisms are essential for deploying agentic systems safely and reliably in production environments, and they are particularly prominent in network management use cases (such as AI-based troubleshooting) where agents must operate across multi-vendor, multi-domain infrastructure.</t>
        <section anchor="observability">
          <name>Observability</name>
          <t><em>Observability</em> covers the protocol mechanisms that expose the runtime behavior of agentic systems to operators and auditors. Relevant mechanisms include distributed tracing (propagating trace context across agent hops to reconstruct end-to-end execution traces), structured logging of agent decisions and tool invocations, and telemetry export for performance monitoring and anomaly detection. Observability mechanisms must be designed to operate across administrative domain boundaries, enabling an operator to trace a workflow that spans agents from multiple providers, while respecting each provider's data governance and confidentiality constraints.</t>
        </section>
        <section anchor="policy-enforcement">
          <name>Policy Enforcement</name>
          <t><em>Policy Enforcement</em> covers the protocol mechanisms that ensure agents operate within defined behavioral and resource boundaries. Policies may govern resource consumption (e.g., rate limits, quota caps, cost budgets), data handling (e.g., prohibition on forwarding certain data categories to external providers), and operational scope (e.g., restricting an agent to read-only access to a particular system). Policy enforcement mechanisms must be expressible in standard formats, enforceable at protocol boundaries (e.g., at agent gateways or authorization servers), and auditable so that violations can be detected, attributed, and remediated.</t>
        </section>
        <section anchor="lifecycle-management">
          <name>Lifecycle Management</name>
          <t><em>Lifecycle Management</em> covers the protocol mechanisms for deploying, registering, updating, and decommissioning agents in dynamic environments. In practice, agents may be instantiated on demand, scaled horizontally to handle concurrent tasks, updated to new model or capability versions, and eventually decommissioned — ideally without disrupting in-flight workflows. Relevant protocol mechanisms include agent registration and capability publication, health checking and readiness signaling, graceful drain and shutdown procedures, and version negotiation to ensure that newly deployed agents can interoperate with peers running earlier versions of the same protocol.</t>
        </section>
        <section anchor="human-in-the-loop">
          <name>Human-in-the-Loop</name>
          <t><em>Human-in-the-Loop</em> covers the protocol mechanisms that insert human oversight and decision-making into agentic workflows at appropriate points. Not all agent decisions can or should be made autonomously: high-impact, irreversible, or ambiguous actions may require explicit human approval before execution. Relevant protocol mechanisms include structured approval request formats that surface proposed actions and their anticipated consequences to a human operator, consent flows with well-defined timeout and default-action semantics for unanswered requests, and escalation paths that route exceptional cases to human reviewers. Human-in-the-loop mechanisms are closely related to both authorization (which governs what requires approval) and safety (which enforces that unapproved high-risk actions are blocked at the protocol level).</t>
        </section>
      </section>
    </section>
    <section anchor="applying-the-taxonomy-a-worked-example">
      <name>Applying the Taxonomy: A Worked Example</name>
      <section anchor="overview">
        <name>Overview</name>
        <t>The taxonomy defined in <xref target="sec-taxonomy"/> is intended to be used as a classification instrument for individual Agentic AI use case documents. Its role is analogous to the ACM Computing Classification System (CCS), which authors use to attach a structured set of descriptors to a research paper so that readers and indexing systems can quickly understand its scope and locate related work <xref target="ACM-CCS"/>.</t>
        <t>The taxonomy can be visualized as a tree: each top-level domain (e.g., Transport, Security and Trust, Discovery) is a primary branch, and each subcategory (e.g., Session Management, Authentication, Agent Discovery) is a leaf. Given an Agentic AI use case, its <em>taxonomy profile</em> is the set of root-to-leaf paths that apply to it. For example, a use case that focuses exclusively on session management and mutual authentication between agents would carry the profile:</t>
        <artwork><![CDATA[
Transport => Session Management
Security and Trust => Authentication
]]></artwork>
        <t>Authors of individual use case Internet-Drafts are encouraged to include a dedicated taxonomy section that enumerates the applicable paths using this notation. Doing so serves three purposes. First, it makes the protocol scope of the use case explicit and comparable to other use cases in a machine-readable way. Second, it guides gap analysis by mapping each path to the protocol area where standardization work is needed. Third, it facilitates working group ownership decisions by surfacing cross-area dependencies — a use case with paths into both Transport and Security and Trust, for instance, signals that coordination between working groups in those areas will be required.</t>
        <t>When constructing a taxonomy profile, authors should include all paths that represent substantive protocol-level requirements of the use case, and omit paths that are merely incidental or out of scope for IETF standardization. Authors should also note whether a given path represents a "gap" (no adequate existing IETF mechanism) or a "layering point" (an existing IETF protocol that the agentic use case builds upon).</t>
      </section>
      <section anchor="example-discovery-of-agents-workloads-and-named-entities">
        <name>Example: Discovery of Agents, Workloads, and Named Entities</name>
        <t>This section illustrates the taxonomy methodology by applying it to the Internet-Draft "Use Cases for the Discovery of Agents, Workloads, and Named Entities" <xref target="DAWN-USE-CASES"/>, which describes scenarios in which distributed entities — including AI agents, software services, compute workloads, network functions, and application endpoints — must locate and obtain minimum descriptive information about peer entities before communication or selection can begin.</t>
        <t>The DAWN use cases span four discovery categories: capability-oriented discovery (locating entities that offer a needed function), resource-oriented discovery (locating data sources, compute pools, or inference services), administrative scope extensions (discovery across organizational or tenancy boundaries), and operational discovery (supporting human operators or management systems in locating entities across heterogeneous infrastructure). The draft explicitly excludes registration procedures, authentication, naming governance, candidate selection, and task orchestration from its scope; however, it identifies security and privacy considerations — including authenticity and integrity of discovery metadata, authorization controls on discovery queries, and privacy risks arising from the exposure of requester intent or deployment topology — as important constraints on any protocol that addresses the in-scope scenarios.</t>
        <t>The taxonomy profile for this use case is as follows.</t>
        <t><strong>Transport -&gt;</strong></t>
        <ul spacing="normal">
          <li>
            <t><strong>Session Management.</strong> Discovery interactions range from simple single-round-trip queries to multi-step lookups that cross administrative boundaries. The discovery protocol must define session semantics sufficient to support these patterns reliably, including error recovery and cancellation for multi-hop discovery flows.</t>
          </li>
          <li>
            <t><strong>Communication Modes.</strong> The DAWN use cases require at minimum a synchronous request/response mode for point-in-time capability lookups. Operational discovery scenarios — where management systems monitor dynamic entity populations — additionally motivate asynchronous notification or subscription patterns so that observers receive timely updates when entity availability or metadata changes.</t>
          </li>
        </ul>
        <t><strong>Security and Trust -&gt;</strong></t>
        <ul spacing="normal">
          <li>
            <t><strong>Authentication.</strong> The DAWN draft identifies the authenticity and integrity of discovery metadata as a key security consideration: a requester must be able to verify that the metadata returned by a discovery lookup genuinely describes the entity it purports to describe, and has not been tampered with in transit or at the registry. This motivates cryptographic authentication of discovery responses, distinct from — but complementary to — the authentication of the discovered entity itself.</t>
          </li>
          <li>
            <t><strong>Authorization.</strong> Discovery queries may themselves require authorization: not all requesters should be permitted to enumerate all entities within a registry, particularly across organizational boundaries. The DAWN use cases motivate authorization controls on discovery query scope, consistent with the principle that the ability to discover an entity should be governed by policy rather than assumed to be universally open.</t>
          </li>
          <li>
            <t><strong>Accountability.</strong> Operational discovery scenarios, in which management systems or AIOps agents enumerate and monitor entities across a production infrastructure, motivate audit logging of discovery queries and responses. Accountability mechanisms allow operators to reconstruct which systems queried which entities at what time, supporting both forensic analysis and compliance with data governance requirements.</t>
          </li>
        </ul>
        <t><strong>Discovery -&gt;</strong></t>
        <ul spacing="normal">
          <li>
            <t><strong>Agent Discovery.</strong> This is the primary focus of the DAWN document. All four discovery categories directly address the problem of locating agents or agent-equivalent entities (workloads, services, network functions) that satisfy a stated requirement. The use cases motivate standardized lookup mechanisms operating at multiple scopes: within an administrative domain, across organizational boundaries, and across heterogeneous multi-vendor infrastructure.</t>
          </li>
          <li>
            <t><strong>Capability Advertisement.</strong> Capability-oriented discovery presupposes that entities publish structured descriptions of their offered functions. The DAWN use cases identify the need for a "minimum discoverable information" set — a standardized baseline of metadata that any discoverable entity must expose — to enable consistent matching across heterogeneous registries or lookup services.</t>
          </li>
          <li>
            <t><strong>Service Negotiation.</strong> Administrative scope extension scenarios involve discovery queries that cross organizational or tenancy boundaries, which requires agreement on the scope, format, and authorization of discovery requests between domains. While the DAWN draft does not define a negotiation protocol, it motivates one by exposing the need for scoped discovery views and cross-domain metadata exchange.</t>
          </li>
        </ul>
        <t><strong>Identity -&gt;</strong></t>
        <ul spacing="normal">
          <li>
            <t><strong>Agent Naming and Addressing.</strong> The DAWN document explicitly addresses named entities and identifies naming as a prerequisite for discovery. A discovery protocol must be able to resolve both human-readable names and machine-oriented identifiers to network-reachable endpoints. The use cases surface the need for naming conventions that are stable enough to support persistent references while remaining resolvable across administrative boundaries.</t>
          </li>
          <li>
            <t><strong>Selective Disclosure.</strong> As noted in the Data and Context Management domain above, the DAWN privacy considerations motivate mechanisms by which discoverable entities can reveal capability attributes selectively — exposing different levels of detail to different requesters based on authorization context — without compromising the cryptographic verifiability of the disclosed information.</t>
          </li>
        </ul>
        <t><strong>Data and Context Management -&gt;</strong></t>
        <ul spacing="normal">
          <li>
            <t><strong>Provenance and Citations.</strong> The DAWN draft notes that dynamic properties (such as load, price, and availability) change too rapidly to be reliably embedded in discovery records, and recommends that stable discovery metadata include a pointer to a separate service for current state. This architectural pattern motivates a provenance convention by which discovery responses carry verifiable references to the authoritative source of each metadata field, enabling requesters to distinguish stable identity attributes from volatile operational properties and to verify the freshness of each.</t>
          </li>
          <li>
            <t><strong>Data Minimization.</strong> The DAWN draft identifies privacy risks arising from the exposure of requester intent through discovery queries and from the publication of deployment topology or model provenance through entity metadata. These considerations motivate data minimization at both ends: requesters should be able to issue queries without disclosing more about their intent than is necessary, and entities should be able to publish capability descriptors that reveal only the information required for matching without exposing proprietary implementation details. This overlaps with the Selective Disclosure subcategory of the Identity domain.</t>
          </li>
        </ul>
        <t>The following figure summarizes the taxonomy profile in compact notation:</t>
        <figure anchor="fig-dawn-taxonomy">
          <name>Taxonomy profile for draft-kay-dawn-use-cases</name>
          <artwork type="ascii-art" align="left"><![CDATA[
DAWN Use Cases Taxonomy Profile
|
|-- Transport
|   |-- Session Management
|   |-- Communication Modes
|
|-- Discovery
|   |-- Agent Discovery           [primary focus; gap]
|   |-- Capability Advertisement  (gap)
|   |-- Service Negotiation       (gap)
|
|-- Identity
|   |-- Agent Naming and Addressing  (gap)
|   |-- Selective Disclosure         (gap)
|
|-- Security and Trust
|   |-- Authentication  (gap)
|   |-- Authorization   (gap)
|   |-- Accountability  (layering point: existing audit log conventions)
|
|-- Data and Context Management
    |-- Provenance and Citations  (gap)
    |-- Data Minimization         (gap)
]]></artwork>
        </figure>
        <t>Paths annotated (gap) identify areas where no adequate existing IETF protocol mechanism covers the stated requirement. Paths annotated (layering point) identify areas where existing IETF mechanisms provide a foundation that the agentic use case extends or constrains.</t>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO Security</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="MCP" target="https://modelcontextprotocol.io/specification/2025-03-26">
          <front>
            <title>Model Context Protocol (MCP) Specification</title>
            <author>
              <organization/>
            </author>
            <date year="2025" month="March"/>
          </front>
        </reference>
        <reference anchor="MCP-GITHUB" target="https://github.com/modelcontextprotocol">
          <front>
            <title>Model Context Protocol – GitHub Organization</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="A2A" target="https://a2a-protocol.org/latest/">
          <front>
            <title>Agent2Agent (A2A) Protocol Specification</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="A2A-GITHUB" target="https://github.com/a2aproject/A2A">
          <front>
            <title>Agent2Agent Protocol – GitHub Repository</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ODS" target="https://arxiv.org/abs/2503.20201">
          <front>
            <title>Open Deep Search</title>
            <author>
              <organization/>
            </author>
            <date year="2025"/>
          </front>
        </reference>
        <reference anchor="ODS-GITHUB" target="https://github.com/sentient-agi/OpenDeepSearch">
          <front>
            <title>OpenDeepSearch</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="ACM-CCS" target="https://dl.acm.org/ccs">
          <front>
            <title>ACM Computing Classification System</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DAWN-USE-CASES" target="https://datatracker.ietf.org/doc/draft-kay-dawn-use-cases/">
          <front>
            <title>Use Cases for the Discovery of Agents, Workloads, and Named Entities</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 457?>

<section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA6V96ZIbV3bmfzxFTulHV9UAxRalbntK7qWapCS2xcUkFQyH
wxFOZF4A2ZXIROdSFKyWo99h/Gf+zbPMo/STzNnvuYmsImU73GIByOUuZz/f
OXe1Wi0WQzXU4To7e5f/0Dbt/pht2i672YZmqIrs5nn2fR+yJ3kf+rNFvl53
4e7Tri3yIWzb7nidVc2mXSzKtmjyPbyo7PLNsOqLbr/Kq0PXDu1q7EOBd61+
+cWiH9f7qu+rthmOB7j8+bN3X2fZZ1le9y28uWrKcAjwn2Y4W2ZnoayGtqvy
Gj88v/kD/AMjOnv+5t3XZ4tm3K9Dd70oYSjXi6Jt+tD0Y3+dDd0YFjCPLxZ5
F/Lr7ObNs5vFh7a73XbteLjO3n+TvYdPVbPNvsFvFrfhCD+X14tshdOkGff4
ASdMQ1/chWaEt+BQ7Sn0iaeRPg+/3+dVjRf9PvyQ7w91uCraPf2Qd8XuOtsN
w6G/fvTI/fqInritht24jhfwZ/p9W3V5PTx6YIXpBTWsRz/Mv+K7m3fP3r5b
LPJx2LUdThhuybLNWNe8fWdv2jpvyuxtsWuH4Yx+bbvtdfY0jENf7EL2LtTh
luaSZYFnKTdd8U2/H/iKqzKcLWbe8MexrkKTvcirvm2aMN4F95qX7W2VJ8/+
E11+tY+X/77Bi3A+s8//7ip7cZU9AQrrQpf37uE49E3bVEX6hnqs+n21HUMN
z5S79mNX1XVLc+Fb7n3fH4F0quxN26++oQ1yL/ynMa/htn32bOzaQ1hmz5vi
Kp1d1/a///NQXf1ZLpXXLJq22+dDdQdEt0AWi58++wweY19kb8ImdKEpYPfh
yS+evL6mFwjfZ2cv2jLUtBzhhyF7jfRStHV2DldeZG8Poag2MLsBOJIHTuyU
Pf41bBBQavb4l49/xQ/Mu21wZLXH5xb82IM89apqH/X+kY/wduD71eNfy+hW
3zx/9+33f/i0Qf7tr/87+6Yavh3X2atumzfVv7uBTgfkOGVubPj+m8c3kxcT
rz+m/2bn8PNFfPnM2kxfmT/OVzZ32PFHzHuP5F3zc/WvnJvpm3Boe5R7x4/O
E94Pr/9TKIZH8Dp866unbyevewXyFLg3HLK3AXc02eX7NjfvfqjuaEb5un/0
+Fe//OIKrv3l5/KK+Ynhm/BF/j0PDL5HvQL/W+Xb6lF6L63fkxerJ0+ms4Fv
gUz2h3FAcfukzkGX6B5lb4/9EPbzLy7rq7zY05SKgljl6c37l6vv3z5bPbl5
+2z6HlN1pAMHkHtPq75o70J3zNqNqIglyf26zUv4E6XmS5AIZfYM5gUz6+8Z
SD7kQ5cXt6G7qsKwoSGB+hS5fpsfV2X+oUGZviKhDtS0Wq0y2Ai8bVgsnEbu
acZ91oUaxtWA7IeXwX+b7ZjDH8QHfTa02QG+oyGGH0IxDvDTWA/VCu4+wAj7
2z5bH0GVDwFfgUv7ATYKbmzhdrwNaLTO122Xxx9bWJUuy2UlClC19FsTPmQl
iLem7HFEz/GZTRgy5RNeUXoViMQuX1d1NRyXWV/ktX3AV/b5JmR0CW1uXoCo
hMGU+6qpcClI+pUtCNKmv8re7aoePhXjHvmqakBho+kQcG0OXUBi4zvc6o2q
3nmK+WEY4UrabR3tClY23OXwyC78eay6gI+nS2C5QK3CWHml4J5tm9dIHLtQ
H3Al8Duyb8oAk4Vhhyw/wIMPYNHADvQDvDUH3cFCDRYAJksjgTmjfM+2+QE+
5/Wxh7nlW5zoAJojdFt8PD6p7cFwwskHP5kuZB+6ahiA8WHrww9wGfzWNrBH
8N4mBNiafgThnvdZ3TbbVQ0LU9KrmSyAbmAqRg5gWi1hEnXYylYQQaDaa/iL
Qz7gLgsXgDEC2nM4PoKJ3uXFMdu17S2uWT5ku/wuLi6toDAvzQKsp+3OZmJz
X9JS2uairZjl1Z4IGxcb9iYvQ9dnY4P/4LrCOz8wba7APqI/aGz2FZK2o8nz
cLW9WmY//ghy9Kef6NIffwR19dNPFzypQzsg3cCy4Jau4ubBwoW7th5pEjjQ
LrQb4Id2rMtsjcx4hK/KDGUH7AWQLm4e0YWtA1jFRNFCiTh2nDEQI24HMhzI
mfjIPZARPBFm7+mJHvlBDFEyUvsrFh37qizrAEYFWg5D15YjbeqcJPnbX/+z
bzfDB6QhZm3eN9yTe4ULLD/YZksSMrxaQ34L9zPpfESynMgSGAK+vQ8Br+7y
QwXbVrYHLwWITMGo9fwfslC0PI0M+QWpBHfmDh8DvFvcgowchMaA1ZpV345d
EYgKia+ZEFlMOi7jPTJ2+wr3J8BuLukpmTwlB07C8cAeNu2QwRp1IDZCmBN1
FZhrMrNqMAEHr910+dZGAkzQwF7fkqhY1/5J9HNZbUD1wUpkH3YwDuJkFDRA
KHvgyIpfh2shsqu8AhsABp57yieOXAd4AM+QCasfD4e2G3hLgEJU0aR8slQm
WWY3L1/Df7bNUByBY0IO0oV2FgeJ9ukAAqSvtjCpXVsVQuhA9KHZDjvkcFKT
uOLxjs3YqPQ50LxRqzKBySrA5WABjPsDi5DF4n41kANFDSieP0UfqGBxIryr
vORKtMH9Mpup1bjeaEi0Rg66sBgTPblCPXhKNHMyHq8BgUf7tau2uxr+N6QE
y0vGLLwnIQ13wS/IikVAZj9VA6nY9wpBLGqYT7EDKRBoW7awmKRkgVxoP0iV
AoGDwYDPiMp8OEZtqjqC187rCWT/ppzbgVklykqzzz7A+/BflJ3wFvitZKnZ
71RstuxCoKab7EsqNeHCZVZtSFGGEsZPNk3YwP4OVyhEwU9BujJh8TRswCah
z0iBIbsF6wAjCj14Nt+/fYfRC/w3e/mK/n7z7J++f/7m2VP8++23N999Z38s
5Iq33776/run8a9455NXL148e/mUb4Zvs+SrxdmLm38+4yU/e/X63fNXL2++
O8M9HxLGQPKBFV4LoR3QMIBl6RfApEVXrYkMsj88ef3//u/nXwKT/483Xz95
/Pnn/wtUI3/4+8//7kv4gIJHGLIB6cof0ThaoIrKidpy2BiwraqB6B62CHbk
Q5OhooTVvPwXXJl/vc7+YV0cPv/yt/IFTjj5Utcs+ZLW7PSbk5t5EWe+mnmN
rWby/WSl0/He/HPyWdfdffkPv6uRclef//3vfkt6OPoXb5wkYeqJXD67b57t
OTLADDK1J4n64V8n4KLUB51cgD6vNkeke+IikNoNqBniAyfEeHu3Y1WecEoG
+wj21q46sHhKhOI61C16AhucOHIx2u37cZ+BBAhkJwNH51WtigBsErC+0VoF
dzagKmz3rEfMHgSFTpLMZAIqSJHMLLBITd4vpCsMLMKckVC7kNqwzg55+/RV
j2qzCaCo+rwD6ft9VA04grIlJb8PgUbTT+beVf0tLAAuFBgnI6pp9HSBQ4DT
igouRx/IximakeyOu7weaUBou2WXl7y1JOVwD1CwXl5eu/EQtxQ1MFuNdlaJ
9jTY/7sKVs7esA6g5qu2Y8VhawwUtEH2JLvZlvVvf/0/vRhWqu9NO23ygmc1
tWnAfG161AHg11N8F0Q8OIFAeKhEQlnl9oMOBo1k0CK9WT8gtyt5IP7Uw3ax
qQOPuF9hXGRg0vSgRT/gzsC2tSPpeV40dd9pHWU2ZLnyHBoSSqxPgBzRu+8K
2NBBbKy63VbFhd9/ERxkXv4ceiKntxzhybhNoC3I/Oi9eUYWfbGrgEH8Ctfs
FbKDDB9gfmDhhV4o5JlZvet2RAlwJAcBtiklFBm4SnjxMEQfG6VEG5oYBkcB
ex6Qn4cPaCWicQmWLpK5LOfEzboDazxxsy6YcR3POj+NNg2/W3uPmJTRXOzA
bqloRGjQDBh54Btg2upPPgJTeh/EbzJ1fZW9p52SC2E1l07cygpVdT2yO0aT
Fd8AlrVra7gKSCuOR+2nyRo4G2piMl/MuKGzV7PzKXv8jbcq0dsFodr3M4KA
VlFkaWkCE5YX7Gy4B5aLnQoyrPYcHpgap+zBoUth9E05m2a7lJ3jyCjaRkTV
iYQDMxPluBEUqH7maTNE13Vb3AIdHur2iEs7w13gINVjCZKqIW9NNAW5mncB
LFFQUKKYaNYlT2Gs+p3RKV7C7wO3dOyrNYwNdRJJr3mNKXIk3onC8jBScC11
EtWLke25MfcURkQO/33cB6K3RrmKZmrTNqskDmCGOo40W5OnSrTUnogw2EQM
MNfVbVzqi5mgA0aAQE9vlpGd2XUKpDPIaANBtbwnMmE8/u27d+DfgQn2ZJm9
D+s37+Dfd9+9TSQjbYWRDPllKNNMMaxROzVboy8ykyc+7aGtnGQpNeaK8p+V
RyBfGDYa92JJHmS+J9IMXQfUCI5JiTbMhZjvJFN7vJsyb+BuI28ACW2qwdZk
K2+HTQY2lE190u73Y6OxZdQZQoczbJcI1eLkRifilTwluIIjmPmKwyMdmj8s
8u9UP4tIXJrkMeFxx0YI5h/AJTtgPhTN7WNT7LoW+Kgn420DVhmwznqsb3lr
NhjIqDA2SNRd+yXFoYCdEyPsGui7VyGq/UEOI6prjjaeo98IzxvLqn10BzTS
LmEDavTmnbjKwYMEZTOASqeIhmon2ZDX7GKjCeR8Sn7DLLOZFPkBpT3s98E9
ITHY6HV74AeY9maslf7QjWzAzsDMMgiwO7J01vDuD1UJ2p0s8Z6+/FPFugg0
RIePjwRbjp34wS7CLSYYGzenTERrWaBlhrbM1HeeRKIfjKqavKCErwo6DuBi
wnwAaTcENoFASeLQH8FK8WW0skvhELW9wNMH6UJvCwVPrOpb9vXVAqk0b8La
7a7l0ag2e/9N9BwyNH1hvrMbuEaWI4Oj1wBYG+dp4SFeBDEiYnA0FWkTH1/W
xaRTtDCX3ozolzEF0T8CygEmZcnDgm44nu5ejMVQmGGFKIRMcQ0Fro28XEnk
f7KBDP/qGE5NJpFhQKhkUiam5jSc8f4bMiujWkY1rXciA1CchqIasBVw5Z/A
3iGFLhv0SqecoxMFjNzvZ/enC5saiICucQqdaAtWlkQ5qiAnuCRT42iY4jww
ejAjOrVKNe59jyvX+aCt2sf8fv44ELMBF8I0diQ6iTgoK1OJUsAw7LamxMgA
ll2NgfzmrgJZSUYJr8S7DpbGk7XKkhklEFXfbI6KBfv0eUIKYIR2MIO7qiA/
nGIy6CfCRlR7jHxhWKXqytUBhOQx0+wFitKuR+3NvgzrkPgLW5uyW6CP9/DS
f+dFNifQPCvgMjLdyMPGlJEfJgoQiiNoUM8LFPLkNjz/PGbwUNwP90g8ooKT
nedIn8bQ0eqMJMBZpKjVUSxi1lPMmWmkWphCEwRp0MUQTj9+BtNfDfLxJwkg
9yzZJHqBsePBQ6IKTjtT6GQ+nVgUxJ7bTEw3FVUu8m5kQbnE8EPoMDDAgRR7
G1DFHZnNXSBLFOPz/XV2/vlFVtk2U2w7alGUtqDe0WHBwYppYqFZzA2geRqH
u8zOH9PzeDuMjH0eFHkuF0ErvDhvQ6OB0MS47/kX7snodqQ5V3hF1U0UWhu9
0jnBDVOisVxxsMyWCh1/C/CSoujBVyD7d8UhJ7cJsvZLiR5JtMk8LHDxhjQQ
x2tScVwUfIjW9Mp0AdBmHUmuS/wuRKaUbB8YmbLRSgNALmyzEWWzOwNytUBH
FBObzueUyWA6ly2xd0g/KBKJZcZhBLsBCQpvhrl9BbZYP4gYR0pVRonyusch
NSdJNRCQ+FXeBDAea+FpmwW51rQYegMsItqf5AWyuiPpvw+YLQAV0gs/0Rrm
DcVGZBc3IH/bD7imm2rL7iOlaDgZH/e4IUv4rgofrheL//iP/wC1WFQVaNjB
5zJP+Xzxl8VfVqvsc1gtVfiLv2RZxl9+jnkxVsUvTMO73x8jnMzb9AhX6t0F
XzDeDHf5BS6iWr/uki+vMme/ynge44tdXIu0jd30GAd2k8hd99tj/s1ksPsJ
hnMDEmhsVPi632Acz9Wec1//imbgRbj78dcwTLJBZdjwfEPD2GVf0GiJ0ud+
xDXUSMAxuynvMDXVpyv9BY78Haq2uSd8iYvVoYbMXoZtSwE0nDYNCaclBpnd
8mUc0ct8rwLwpiwxYwUf3YU4OpCdkuGfIYIvcWhPIwTiyQ45xP1Mo0NjCDU+
Dr9uUavJ8Gh5vcUGA3nlA432pF/hoN/l/W32XbUJxRG89Lnx/Ir2X6NIPMnn
MYzkrvvCXUdrO38ZjJ9IV571XlzFe0eJMyLr9inzvp+eTBrI5mk+5DRZhfbN
TOXXOGP9/ZmkFt2vMNHX5pzww8RB6d1VMM1/bNoPYMVtERMZU7xu1L/GWdKQ
XmAuwhiHRvt3V5mZvayc3FgzecLf4VhfrVEtK2vFn3CgLRiHx+wZpmWK6a0w
xNk9jVfA8L4dQUCsqmYFbL/6rm0PKOYWP15nn4FkNEMFXWUUwCtg1W3zm7M6
bIYzRq/95uxBSXj2E0tchJwEBWhIqkZiGJR0EZFOEZKhZ4u+Gkay7hn7XXGC
imMiV4RLjcKV3nFpny/1eeAAoQHS9xOcldcSPhxe5B3YMaxAk7hKL9kC1Esh
hh+XEVPi08SIroXNWrWbVS8yBF6HXAD6H7VizyGWGHEGv6FX6eEz4viBEDQh
+o4zHjnq433bBYHCMRwsb8SwBnXONmSBWfWaUJBk6nWJ73mtHmJPMUGgTjBO
BrLqQJyNCBfCiFc7sgvAnMPXotNdgyTaoe/QwixQhyPqMyfEugRPyTSF3Ru7
IHEqGJlDBlrASEAZaEKVOceJQMmT0WQzYndqJTEoXh1ZNKKOz+aU7OLy9MvL
jGQ/E8gk3odENLAokCkQKIClKi5roqdt+X5G1O3KTPo4e9xNZ9xEsMSSLCeM
GkXrSRZgpUG4jBi+T1Fk8BTyTxgxOYgxBZPpRsay4M6CBUXxUHSIB+D4/ioC
hh2/aJZYazIs7jUbM1Wso6riJurSZXYbwgFlyh0L2l2At64DutMUpaGg4BZY
IWCQzKM8BOwj9h2FlseDTwHOIEUoloM2OjwefJsKKRRsJ6BU3A9hO4qMdIb7
gZkMuMQCxc03nAECUqM4hxAz5nlgPBg869o1ety6FD6CQ9vYjbx9LGIYCovb
fTfWjSTf0JWoavf4JW4Io75gorf5VmixRocTTXUMZFLoBOMYaVQf3eAG7XJ2
dArCMgdhkDkrc3E5823CImWFf+Jewrt9LkmjtSKSpuHlPS0MA72usu8bSiZE
ufTm9ROQAkcFI1EWcHniZqszmGcdSh8SICRJ2APApZUIUMOJIfGtcKVBvrno
9DR4TXIO2G+lUViTcJOwNj4qi4VFRifw0wH8CvIq6FFuu5Hh7gl7c25+soUa
LmxvQ7NaH1f0R4ZyVVIHmAhjKN8dMh7VTowHhNn3F0v247uV5H1DGlXnWCkx
wqpEd7TxkXqSVRitZ+EtIXueEQEyLWqOVrlC51yGEl/tQHW8O3/763/yW7k4
iBM8j948e/uOvj5NJLzlGbzFRzy7I0qC696H9du2uA2slCaZgxcU1CS9iomj
aB1k5y9e/dO7i5MNXlclkJL66Cx6caAUS8q2tDIGBkF+UuIz2cuTQ1mEtotG
+IT5jcnmPDVks5nvE0abj7ADQQtlIvGkCreQZ5LOPRmX8pLjWdE+rMQx1sVS
si0ogdVIOm1fUVYTBT/lVVz0h6hEqPWPb1+9BOJbg37EYBDnWygHI1sFHykZ
Ez9W+3yrspZlkzgsSmQ6CVyPHkwBk6zEde0+oAQ/vWqPQJptcApMQC8khHL2
Vjm4JkuW6KUXz188o0W0/N4SsbKR1sD5oKQr4+/9Fhzyo1RoEE8XGBkTqFrM
UvUwXvRzsrYAdxwB0yudF4fOm5SDcslns3mKwU+gh4GBxieWZmIdambJkT3v
COKHtwh5YW7H3TJuvxDS9RGEhc+HJWQKQ0BHmEVRBMrOGKlCfy7OtadaAZTY
xqwmSq7Ar5LAXAmb3GiMS1P1JbqYgTLgPLHzZMWt7EOSlaxxzURjCA3GwRVk
ZIqASYrxqxc+AZdMicxih1Z16mKanRMZl9crfLRPS7rNjfkZn7g7J1VGpads
bzZAMEQWk/nkPiHiVe2FcldPeRkzJdYjuK5p7sQMhy3uLhpyOBIJTRdV7zN8
6FzBA1ZF3Y5guR3XHeLmY8o7YNT99X0J0DuUELCoGFGXyHkaqaUZUHrNJ1QV
YDKBsiEluqQVuRnVgJAVWjN0iFAzOiKL5ix7kjNhMXYpT38w33JOUjszOWYO
LOHgeCDx8XICczVYJ4Ep+yMiQzj6G6S2a2l5BxXqEovD6y1tQmYv+YqSCqnZ
du20YIzCFKifcdBpnnWSUXFqRqR8dFTUFouuKUshkgD1kRJ9cGcNNiz6h5wC
EP/azD2VVgnJXJvVWAw4RQwhUDA4ExxfvcGBIdeSPZDWhMmaSA1CizV7gWLD
FEaLOGxT37v20Is4j9WeMDa/ouq3Uv4aPbKC3daxcVuAlk0H5iFpAN1VpEgM
CeRbyhehUYF6fBOrQhju9YOIEQnbV4eA4F11YicB2cVl+kUiiZlsCvNOaZcl
TImfdaFo/ZbOND+AN9RxHcYaEwwkMBMz4XkzNcWXQvkgkKtDXk+SNWn+zqQ2
5gwIur3DuJNs5HqUIqvTUiB4T6jvxIBkkKk6NocdFs3k9TIrjw2o5oK8XPCP
PzSCFBOWIY6ibCarZHTX0kX0bEuCh8qqNhhPWXvwHq7QBynB1IVN8utC0mxe
9JSmHEBUYBlE6Vi5Q2tqQMm4QiXT4xgLiwdjFjUWGAyMcgFtMVq+FQvzUKb2
GhTV6Nlk0fvUBlGeJIdkF2MRltKcLXl0WVna4TovblGQrMzND5pnpkIIpP1d
dfD0G5MGTL72OaFetwnro2x2nkwqlLoAPUan9qhm2WKVahgtBncgilRy5JFg
ozxzdTjHg9CRBrRcdCpWJIKY4gy6iQAUIw7K24pQWso00DQdu8ZEUe9kFXPd
SnlTb7gDj08jRM8wQgpC4TbGXjAfoMzWR5g6g5Bxovb8tWyhVFwynjxmFpAj
oyBHpDNYgtvgdf86HFvFwVIAQO4mwISsJmbzUfli0ZeZbUnQiAXAK9z/7PHV
L1frHGu/3EjEAXXOhcPpGVgU1goL0KXSlM2CFG20xUI4kXIp7AhmQkyt+Krg
6YSR6lStXKpsRKebWx8Y6AcNcJazJBHc+GlPjOzThBjQffLFvJ83az3cq9JN
omdWPYUV24Gu4QQzrcEvUFVWwPVSY9vw4iFNSeAGyycbZLpcZALHULgOE+9n
BiIt0IXtyOVODr0S/WYKceTkcFL+lEMWdZL9xWurIal4oBGpPMHgDgfbYUfQ
TG44fl41CfIKFlsgJRKWo+hyMTxMgB7/hyuKkHv2H0EEHw9DC+Rz2ImFxuaR
1Vai/xq3nnDeXc+bb2YWbBf4YvD/6kUTFakHRNJeURpqT1A0GyRMP6E/BOx2
4QCjjEzgK+w0mmm7RpteVn1+x8ltyyEYFBHZM6VE3AZMHqKlBN8fEJfE+YxU
mTDAJgHhcF0pRc3vxHRE5sjrkUVQIyvMa+Nz9DR7KcY8MVRO3hSJgB6m/UeE
02J6eXFpf3+Uv2gBxTDnxZOQARuEMf5AWEcUklSzCu6awTI4DExOVc4x86hS
zIojYjVlkjdHMTrF52lIcWoV5CT4PG92YmEiV9OAOclBCGKohkAdJBkTFCQ8
bAOCk4ctkUIJMy4JCDIe8GlYTE2hSg554yNx6ISGHGkwbLPSgsrsHuY056HL
2k5pquAcUAc0u60oKIphf/IElqfAT/CF24Tmh4HaWjDZg0FSNagZWC0BybDj
AORYlXFzCanDWEQpLzX/mETjKrd8fYb9h/bRvNvl/U60lpKHo8YL4XAEliDF
V4dK8UUkM44cKou418w1n6qPFqc2FxXXE/yXGEVM0BIUP/Tf3GdKmb+MpDGb
2CQwI46N1jHxa0oDFsylqXziL6pUhhbC89I6Jy6CAqfsMA5sA6/HnspKVgVw
LPmE1nhI1Q8Z48x80ldCyhBTZjkE5wUqDthAifhSCnQx+stNj6yl+5JcTMS2
HyuqccCEMmoJVzqDZQlLT+zukhgjAq5PEgqy5qu9Qwak9ZLRAKZNA4VF8gjj
3gqs7N2y+7UTMwf+8yFnXGA1MAa1xvVWmQOapMvOk7C83KnGH2YnGKkGUnvF
eFEK+8h20jM5AkRfaOBQ4DuLS/5jVhoLsGxKqhaPknlr9Z5P3+3ybr8ZaywP
0upU9qoIDrGCy2Xwmg/O3u8qCdfrewXNvwdjhbqwoPnnCIXAdmD5SKlq3Bnx
6pG09Bmu3whZ2mwpaySjC6mvUrbX8wj2vGNBOxHfE11fiFFhgbxI30orv+hP
iHwZjeWdR3zULdDlrI2MqPIVF6hQsqnDAXRY1+StZqZk8h7hoj+PLYiRENEo
J7tbV5hLwPVd1zl6jHlZjQwDAANTAJMUV+9I9QDxVb26fb3iwvxj2w32ndFY
RTRdovXg/cqRoRKugEvDAygarDtC6wDpPkDq4d1qr6hK4I0RdDdHFSOsjIOJ
9vlTY4hRDIhwI4dQ295QtAF7KRQaYMKyXCCCNZWkYuuCRiJksNJga1R7kHbP
NhuBjVm5E/UvQRIjhxIESphtmkR4yAOW3Jdgt8M8QfH8u24OaAar5dTourCA
mKUuVyiCmcR7bPXEwU0cO8ej4K35QN4DBSe3Utni0IAJvmfdSmOkLgzAUHfc
HYmqFNh4dBLynAdI8+ZEn/g9ojysFOp3F2aKJY91iIbJc8VBqbBqm3eKy50/
JNJt6H+nwnIKYgRfMf3m41ESAfVQ0MsHIZg0+qS1Dg4OhOemwviSTB4rTf2y
ombXqNBdlVMwanXbYB+F79889xWu2TmimNstJcbb7N8eXcVrH/2bE1JAO5jz
BVX59OVb4RkNmEVCPMfKAk7j+/CSIQu0Cg2f8fapOlK8d8xSF0vOcmwxgmXM
idisnDJuMA7PUnIl7g9JDrL9MaANNluIVq8nd3j8JpQSWuQMMqHTkgWcBBSx
TlbqqQnNUfF+oU6TzL9CScQ24LwGV47ctVUZG55JMlcqFzknhCKHxiXgKmFU
73WrHXkfKBYMynt++qQg3cSwxIVG5XcHAyJnub8FesPJgZg8sMMDhqAGVyxx
UYqFqKgxyWGlbWI47S41HzE4a4UlSUqrda20MLQHEwE14iu/HSszJvGArKNh
n3MlOWbKJzlGXiTVfPP4xlXDBm4HgWmLPdGGezB8UezUVcsVfO55lYbaE6Q3
gRIKmfoYt8ZaAmrThhJbO+6zRmJ7jXnMWzTm5uXnBIqWAKXjAkTCJbXfNmmj
JutBlmTrXHAFCZd8ISVwWwIOPctmxBgmpQVyBooOGj8Qc8YXdQshT3Dbi8v0
i48TLa+rU56hGfcs8qRbmBEvK0O1yLiU4sE+p65SxvrgiY1tKS4UMRRxgzsE
sMMvwlEh7hKXwIYgip+xstY0R7o6IbOU7K7mZsNjxpZ7qNB8Sa2R70SRZXyT
Sn8MPyOoScDwURr7NLJSoIrWGBUqEYTpvkNPlkfrGECIyAAUPFiPuuBuFChC
WkrWprAKGr4zMDh+w77nrCM97SaHuSTDhZ7C+hEYevLtfBQpIl9PJSBDh8gf
PTfjSy2LPOP2FPkWy6vaJkvBc9hAgqpvNErtcnEpznQNy41ejRsqqWwarZOZ
NmRZfclIGUJo+dEgn2Od5RzWJI7agRTJDbCMM7dOcTIZTFDL58tjPBmA8BgL
gWsLCLagXfUoGdWWQGJjzyZ81WgfOhTCsUublhEpQ1KAiRIWCHXNB+1dg75j
JQE7DDewF1NmZDIZHTt/TbbJY2wj2pIRtn1mEDz2CKxohB0C/TjnD5wEK2N4
HCUuAUslkMpmhQtNu9ykpX3VlkH7mt0d7+XUWikQC1vu8Qo+UplJJJREmJfk
dmHoNq/QTrdys9izQ4rLTDZKjleSuSJlkAcYcol2V9SHS7p8X219EhOM8i43
dbSUNYtggDQYxGk4jyYgOzE/KiaGs5u0RZZjYT1gqyU76MLp2hdOrNRTKIne
syZLCHxPjOhoG+iaUQ8MZRXkmcUmJWYZa4jS+YrYQ7/jgJV1E1/VLKUJDOaz
B8uX1C+Z/TURlf0RNr+g4j9yVBmVnbgNo4byrIjZlt05why0vcpuZAkkJGv2
xghfr8GwoW4TDIyphj62LJPYh/SzlO4uzoqREgeOr2kkN9YSp+CZ1LgRa89q
QcCSaG+xR1kn0JPtFfVnlsfxQgUjbSRnTrawNadJCJTiXIOio6aWULDD2P49
O7fK0E46+8DyohAemOB6VIilQfzltdk5mTkt3MNvcx4bI7qZI71xKKTZ2BSe
v3azqNIq+wTFMzGvZef85hPE48F4Qx18M5aYZJ2TL+rZzBbUgVsz9/2nmoc5
txa6q0TsSJ7QoBoaBCY1N1CLmV5g2xyKLtCP2rBLxDtmr+BKFv8wfBsQf04Z
wC6goSapQAWEJUAc590tk+coe8C6IVZfoSvehyi0i1UKKLEIDLDsSNXjYZU4
D8vU3kf+MgFn6AvBPqBNSYuQtmoggxk91I66wLUuKKjxxo0XbTEO+HC+6RRT
YylF2aW3r59//fWzR/DPm2eIkt9RXJ8KsjnXD+plpNwMhgQlSq4qwtJy0cGj
vZLAPZgKo0ExPFgPVxNomQptqBnUasPdOlIAp1Dxac3n4vLku3m7tEuqELmq
nFOUBH9VTXd9kntOMFwc79C40hQ/kBqHu7zntCgx91EbXbiAGtHrLLyNekqJ
7YvIA4xdbpwU1F4fUUNHHJ+OspfuwjEfZA6zuEowu4gao1TuZuyko4kYpKH0
oJaYFXo6QXacrK8yAZmdxbBM8QPEZdEkm1chZGJm+xY8BTz0Q+A7DSgADhBQ
YvcqYEOdaLmAgYopsbyISDtF+kScDqpBuYMSIwbOSQBjDr3yUbDYBPnDvXmK
UN1ZOZMkURzqLgZ9PcJSGqe7X41RY72UwgzNZ5spdkan7fRr446pBc3xCNO1
sb0bhR4GrVIl+UNmhEckOB8A5Au431QPacWX1kNCglIWv/GOdoKo/Hqsa5dg
fSDigT2duFO1OuaUmScJ7qPPK6kOo36goJp4dtprTxOxFnSlQlpRSggu0+nJ
3dadlbsKqeCmsySk8kGUR+xMFLfDTcxtA9KzxtOk5wsZpHiYxtPVH9+/i/Ex
81pabc7AHV0R8CljWfl1dgqDdxGTEJT0Q6cT/sdT8Qgf5c5KAc9iC5H9Xrpt
Zt/tIxX17NE9fNGn5n2IrASEv4trEQG7jBjfc0acMA1Fu5NykZl62lPsNnf2
5VsQI43hG5psaeBGrazFhsAhfZlGjKg0LkaqyQDwSSGqE2ZIE+2s95UrjnmA
kKnFqHvgwA2LecZ+TTwHdDVgfWMXljzbVNxHiqs5Jp0QYiI3CW5x05za+cFM
D1Vv1VBa/y0wN3jRHgEaHW9W1U9bqMp0Hk6BaTDz3gYMi8t7f5u3Ahyi0VNR
7tUnPpFGRKX2lFjg+BuX3mOYUosMfdEt+mGU3bGGnPyouGZiiuGhaPiDPVri
lL5uTALNDqlOHgt3CTe02lewjrfSZ8GqiYEsR3IGtdz3K62/rBrUidq0d1oB
/BWFkJggKz7v4CMFxRH595UEIcigNmFhpIanIpCgd1PkBpGRDlE+xKVS60EK
hmczQbOV2mKECiiEC7WdVW7YhNiNzVYC3RiRdhaeP8lB0AkQrFXQxA0rQ4bF
GiC1a7FVqZbcWiU1HkzhwwnzHUMkmjD74zxlWxLQPCiH+7GorEUNlhZV5Opf
kVTiLpE1tiP3Li295X2iISXndMViTMJ6SzSfMeXJGWTuaImkTP4q+8dwnIR8
ZUKGTf1YebLK3cQjTiuJfY2xEKZS7VwdM9Y3tpvNfRXLHGUCKwQG8whBdRR9
lQ4DlkolqIEQJDZL6sU65G5muImS1SMbhxsxRdpI21X1sURTMwHtIYfXq7Ux
OT0FFUMTKhdpp0SYnEKk0SBqVicQtE4OkBHDiIS7qpdEKbhDqGLXw3tLhQTz
YGvxi/hmiyOoETZlj5NGOY47pr99KnNYQI3yPdaxLzEsFVOX91pq8NHU1n+d
/N+R5aKdPQhWZjE/LWDgzmKxDIPAqDWFsGDfmpB3K/sKPHjpi8/7mRSMMekK
FZDSEtm+lGwZ5Z8fCV3GjgOOLidHNqWkEb0ByWQ5hbbkbvIcV1QtIDrIs6tr
3WC4SHY1nF6iHgsrE+EOGAa+tcHITBUSJROuWXrADJJ2cndGD1IMG8VoiAPJ
viOe16DeMPMHOpt0FpYG7E9agQhdf0Jnp8Xlxy9KKB3xaKGzbnTOpJutmpD8
iFbYRdAqA1aTDirwtHi8j+TEk4FYgiLCQlkIs1Vc8RZQC/ct1YNxdAV3dmlG
LocDYX0rFR1YG4wZcQpF0WJr78F92GNjFd6gSsJ32J83ckxuc1qa3og4Uoyo
Ubv/803erIC6EASOqD8sZ+46BH5ObhIYdGwqweJ7L6HtwxxyZmXH/GE5mJz0
Zx5dEpUx7Zou7IS91urVkAmdYCVQ9cVdZDMx7NehLCUsW8lxhJ3b7ESsizBw
hpGzhxQC3lnnT9SIXKXI1KHmEawY1Xc1gkkBx54AN2JXiupkt0sj0/c1LsPo
9D2/JcSfl0Y1D3awilV9bhHSZov3HWiYxIUS/rLqsN5X9ebrniPH2ojJQkoW
lL6e5vAp5yXnuJn9G5C5wFEvp12jSfLEC82aK9NeqyfVuuq3iwcDG1wzT0VI
Fudg4jFlr40MT5obJWJfcF/45IQ4rbcq99jZYldQ7mgECqmTUCSaKL/oH6pz
QRxjN0wsbByj1DQkJZcR3ZOUXWqlbB202pvAdLHHGqKDoxOgMUiU+Qjvw0RR
bclwgbE+0FVPgK33X/GpIQ/2U6mlSQx4WMg19htbatIu9gelopddCvAkW0LD
8NbnJClfkG46QXkfzw+IoItpWJnMjuupt7BUVKhvJ790BiZliw0LYbUfkliM
lBfbrFqWjIoHcB3NlqIqDapT7HuJdXFnCUbPVXacqWuEPD2JQeXdzwlPnHRL
lO417qtPTaixz6UdmdwBbVR1JPqb+7JIPCuxwmPnRi4+EW2MHoamKHzsivCG
414KFucUkh4nEyuHudviYHAZha04n3GqqOdLSEhyyIFUMU08zSJYDxqY07mh
PXEtQZjXZCfGBiRIEWSc6x0gfUpgF8qgoUEcYVbW1AE7xXBmeLSalNhGBGxs
bhtlU6OdsDyrw7QnEH4uHxU/x+lRiUVKrLi1w3Nipadi3CxwaPAzaTpzX/PN
xeV9P31atR8VUPNuT9CmlggXABNm9zrKpBJjaLoWT9kLhKyjJs5SDssldUst
jG07YTkqoOixtLa3yMlqn99KMhwXCBsg0epEfrZKbjC/K1JVZUgqcwWeRHKl
tOoyhv2IHe/SpHOLMVMJa0cwTIqd6YRiXZXv3zw3cYcjxS45WIMYQWVYIRdL
F423QXSH7jB85QUgF0tbVSzHnjO1p8NkY6ou6Qgq8/zKRBvX6YJhWdymuR7X
9+EorRQcVFAK83iyFUF240xi0WdeD3S6jZyjqisg9HpvG9jF5X0/pe30qPRO
1j1CIwUisz66RIjJjiSSyur11t5FzgG1Q+DKIRck42JUOYHRean1cQLa8KpU
DDaLlWmGEJs3dagr8Y0+x5sWgUS1ouAusqhID7CQGUAEta55F88oimRaIZ86
0rjo0IKh0m6POkQYx83zV4c+qTaX3P8/37z8RuBP8Wot9Jr0AcgvMm4vp2u8
Bh+ssryR1t9Xkf19quVJdP7jpkzFPqMcU+A2jEFWMPbeq2MmSRBHBqf67+n0
077Ei8uT7z5VsCp+g1wsSWbG0kQ2W6gMXbw3yd/P971BsZp6L6zP5hNDAs1m
l/6Bemo1P+jIKutqZ5lfPS3SE36qswTW67qNoBaL2OlPbDrAdZxUK0QVzgVn
MnStNlWoy16LUdrmuCd+ZEQRBgqk9pMTvgxBXbleHbE7l7Tkck26klZLWqIl
Fj+bFVpkSjt2WkV6Uu6ZYHxXzt+wo3uboi0JC0e0lVS7VtOO/9ydheDCtoYK
cpvU/dHBrkR3jKmJm2YkSKEq8g372Ur6PCkwdPTCUawHunOzz3Pv7z8ryesT
kLN4XMuzx+TttQYh2DFA7RjPuGSHjhxGRTTH6r9ldCiY6+w1Yt5a0l8iH2RP
bnd0jA4eO+qGf+qHsNS1h7tss5ydwpEiSaMy0lPOhk+aiZgJcTxVOrRhjUQe
VA841Ejs5RMLd56L3AcjdgQJCjKgHejItqRKkdTSpBUSCyiwWUpcWv6kON8E
cCtCNW3VvrhMPn9iTwqOUpEBxZsWS6BPSYFgyxaeMuBq2/UPCySX7ydTEjft
XJuVmd9qbOw1CzewkEhHwyuQlL9bfpV934ukpQ+o622CHolJRUU3pL0r6NuA
KR88yRRXpxtUW1pvQccPtAYN7BF1fpPWEZMm+nPleb7i7uGGWDNhJ2MbFy0k
05VWMYZqhedBpaVq2qJz7owljuFg+k+aWpDLpRf8QoQ0h03MJZp28fNlF+Je
nR4ZAI7VyZc/v4FKP21RqMl0Jd+8FgGgDShtAeUgg0rg0QJZsAs5NpM0XaD3
sNe7lLLzgs7opDaX3NqSEkS4RtrDNYJ12x34qxwgbLyCQ7QuBTFzeqCdO0DN
piSBFg+7klawTmpzskTHiGFuadOags7ycsXVblbMnzspJ7x9Ycc73FNQr5QL
PNFpmgDDsWLHx9pKuV+PKounNJ8cC6ZtC6gVAJU/tN00KkuVajr52JRKW3NK
8wVtgEicxQ1rltHRE1QzJqrLWB3z2X0QmE9Hv7jlSTTS0up86QOFPKyMwpeW
ODAj0oHUvHntRPbpgZKxdChAUrHCQGoJU1PbVDyOgc9iDBgOhnVs5TgD2Hai
zOC7ugqqSmMycA22qrHM9WlFnSpuDBvyUUyTShnCkJaBfnoQj+xcmE+KH2jG
f1IO6IZ4AHVrdUI7GAKC59FJjwBSOVp4tuF/2emRIP1uHEoMT0egteHiezbV
kzpC33EV1o8PiAJKMFxa9IS90CILv88UAoFnnGOmTFdaUT/kpOrKCOWenqOy
uDz57tOEKtAQiKGpBaaUmsSRGPF2EtnO0xJiLhW/yl62Q0wiOsVbUO9C9Y20
6a7Ppl/7diDLpBkIpTVjFY62HPPt0tPWIzw0jCBpsxk1GH5+3MoepVjFJH4F
NIA5fWkeSHmjaK9L/ReuXHXIJfYTHQSSyWn6b2mNUniViWI8tEAxULJVmxy0
+kqcvZigR7k0gsbuPwT2B2nkysbRk6MjYXgiWFAUKIx2EEUj7SpbGSLDbqi0
/duT9i4Tm32mOo06Z6Ri/pyDnqyK5ax7K9XWZWfssPhmcocoG628bfjaIPFQ
xBbHbcD+qng4N1dZJkxB6RDqkJHdHA6MMsML9Fyh6+yGUANw6zPGorDTJse1
TQ7rcwfB/fhjcgLjT4rcbAQ4sA4ceMupeJtPXoxdbJH2SA8z1Mr6smp2yR3L
CHZiMarGwFxWW3PDkWn11c2TF3gSx4GTx0/SV74lWyA7f/IEu0xJKoV2ijtm
I51iH7QJvFJQ7L6cnyja4lWH/IAYAFHaKIeDOBAYIv2BghLiYqB4gI0vbjFX
QOexD7mgRNjeIQA519ErUZFb9uOPMLUVjPynn6anJ4ppcFf1o+KF6djLLoRr
NnTjOYpib2u7rXiC7mlB5TI2ALjQ8tVqjxEcBlsIk+Hz+3FtOV4tDzo5Gmg5
aRS8nDZrkbdg7cpV9g3XvTRz1LCk9bq0BQBCx5b7l3g/1+PQhnXgmqIjRcUw
TgJgmwsOYIMr/rXv2JVHgqMrtY7UDmTkMtLTA2kEGDGMUtYTZzk9q+gD6QUu
SxQmxbHzkYiLeMzGb347d+TSTNkrXDhpa40PWtwIXRPkyVjLpqfFhqunXb4R
+DfGl8Yu32pfOLFMgPBLaRjszjaVZqfsuEivB8FXxC4ivOhjb0nXRoq8rrKn
dAon9qmeOyYV9qXqkASrgTC0Ey1vnXkHd9Kna2Hb6FmpWq3H1cjurASGnCNi
CBsu5CVdCEY6HerYopUJz9mOVOa+zQ+ZHS+6PtIp1dGHzIedCp/kwFUJiEyP
GNVads7O0lm6Hb8NT06gxu+hT89NdQduRzsDxsEqOVaVnJ5VTbiKuEBsltGe
kLFDqiqSHC7bnBhg8cxFjUs981sSPR7bopQ+OfS10pPT+BjaD9gryQNGFov3
Oy57Y5lL9mw2Ze6lSWoxrYw+6zpR7zGt41o+TPrkJccnTMhIHFE6psXJDKq9
QYg2vpiiAjk5ES0jcZkicaXmDpbV4z5t8BRPBWYIdrS3ljURPdkkUB6eAf2d
ZecNqJwSxp2T9eJPRzeb5IJh82fUXZGjlrDPZ9g9Y3KLUaqlSNXwNWJZjxUG
zzGbxM211Da4dq2ZYOY3UpvyXnq5i/GF5dpgTkjnhMnZzEACI0P8JofE7mEx
2pLzUJitU2ulsj6/qeDKzuIpiXRo/S78F0Z3Btr16c37l6vv3z5bPbl5+wyU
rNoH2h8G9XNowMFvHXjPR/6CNomQBrJAnDhyUFtavWMd+bXb3FKO6QnWCN/V
KWgDv7Q3k8R3S+lYhe+i0IVrvdOuKeyiSRjD0k76WnJjO0rD2NDFiUgbpKA3
w6VojHbljilihOCyOblK8LgNaJGkvk5DP9fOn13hNw13/bKGZTQLEq06Iq4A
JpRzbogWWZmL2Cbl4adRBEry3HHND9xXh4SbtCuwncGITBqoZAanjmpydEt8
0zyaHcmREvS+0clMnMuNWBIYLmdg4WjFLyX1nEiJp2smw0nxgmmI/UKOsCYe
Ur2pJ0+jzksiEUmgYGLDSUeCGDpdujNijG4k9IxA3zbBrFrlFK3vV4hXQ2+Y
sRzanqGPTTambXCq0hJHKd/ZOPWuCG1AW941lxtybrCb+myG02kbdzW3spu0
4+EaT9je3nq8TvO34pgG7svAHYxcIb/l3klh9w4N4NuvUUzoOJHdsY0Eo/ZW
TKgmrKbOgqhTkZZVPCqIjO9eTvPG2y7jEbDZ6reXl4vFKrucOfLz6vLSydzk
LB4+VpBWpKdaEztoFBliBbLzoEtKcOBYbckNQNTKePgoDaFlG0KMdzjQmJ0H
ZbEDh112XUwGSs1ZBUg8qDaSllYhKPdPqwzSRsVxXApjxmWcORcS13FGpNoh
MIOJ9Pzh4iYMcHJWB5UEhS8w8+ViibK67tTkRA5FTcf4V7RjZ4SPordjYJeg
uIf2MNaOJyPeukZwycDNPZLqKX+iIjdlXseKxtivUhxsRhVScJFq5vmQMQPf
9YzcVmAwd32TsuTO+D2TvmNE6DNuVaT41LtKdonlp5NTZEn9TMnD3vptOKZN
F02yXVOoQeWHJirUs/GwK4aLylO7gKekCOrJvVZa64BeGPVIJ7VwSGpJu6qB
fbGOwVJ6jaDxPKCLO+drO5eTVv4MXuMGouTt9EYD/aSEfOI4J4ulxA2i11pe
kVxBCsOWT1ycQrVsfAIG/pBshz11cNJCDTecMWirzVXcc9MFqYBTeYVB2SGe
qeTParI7r2mZ0EOxDexdaDhpZR07JuL1pszt3EldxMlZiB+rpLuakymRCz9R
5x21+5MrxqL9HuKxVXVw3kQExeuDqNKNlzquAJsNTKTccDxpC02d52IosaHD
crmZF3i5uldpAyPYrI9ItWU04GekGpAt4960FjbuC8Z4ROZNja3c4y+m/dLc
csshKZq2P7EsNKvLxH5yvogPP3PFsS+n8SACnp9OSlvwalhZBz/IQUQEZ3HW
J0UG0BeA3S5i8EMDK6AT0VrmMu9J5tz71iRcI+s4mZpG/lioYvBYAz0caJQe
4syyLHElDgwrU9f3exrSShj5Q7p2SXwGpOYeH2hWs6bbBda5wtHf5XRitC3T
uXPPou924qjJqRV4iE2/kaZjg2QlZEWYG2cYsfeAURHRvjF7rKkbIsCBi3qu
TUY08+iK5UeFhCLUZ/wGj9o5xemQKXNPq2Pc1CcP+nsY5ECa64NBIGTFKdnZ
7+5pcqAkgW0XCZIZfcJ5eWeN8RKIaJ6dmZMsY+KGj9FLPqNYMofRki1CEBQi
LKmXpqpcNsibY/o4EXq+bI50k7W9czLV+vrO7oWogIrPeREqUYK8Uvv8pPMq
bsTNg95sEtvgPrCnksmZ4p/i6WoAJSa6sFMriVrFJ7NK4cW2dmBOH00sAM7t
TZrq2XkUQ2qUlW1gI0Xs/7Q9rroIHGA2ewTrzdcMjOo1SWbkIv3Z4ohidX7h
6/2MHLTKiqSgtbacCsHZDpCplSkyzzvq0e1rKJQVRXpTeoNU3PN8tvuoTQWb
kdznPzlbU1oisnbgoy8sdh57G2pY3Rg+tlnsGYNBcnNlxwLEeNZUPGrSOdmH
mR6IFqL9mc0pFRa2l5ZGPMGk5cy9Tqey22nPLOI3Ij7OkhJl3l/Upzm5fA3L
v4x0fE+Yw1TGXGHYqeDRLrzSnWu+81avs5CG6MYAEfJOgfOe86DY64pNO/3V
mbdWsnxqW+K8yaMU5IxhhpXXflZLKSem2c54YIkj091X9jTj1+EGCm2pi+tO
jTNILBoG1LSy0Eov53JeiJ+JYEwwbQ9VyalHSoAIeNcqr6smkXeuXWpHMKTA
8Ot8UDqfcSZj2o5YikH2sbGpdSyjyjXBSZGdIs6Zw7Xn1gnDicjk1K3Ig6ck
6Hy205MeHQ/qsRPSeU/0E4MV8cgRTLLZ7AjR7yCiju7Y1dCTaHSFYoFwpHby
G+8IWVenQHG3vQygje419c/ud3oONg5LRMBJocfDIYL/TtRQaz3m3QZ7hoOK
McOeBhqt+NHtpj5dDRZZdIWr3yeHypNiBDq7acAHlWCdzrq+qlKwSWiwWThI
HTI5FYViQoJzFWzx2VLkTVILqZh7kXmnr1KbcvaICssepj0MfcLEGgNwLbEe
wCBDNpHp2wOm/XW0S6BwGm5gnR/66EjPKZMEWyEycNImW0K8HLklYsIOs8Ef
bZYk2TQEXDXabtPy8gxDAKlWVNUq74YF0XDMsSliCAtL8RmLvyz+slrFHPLi
L1mW4Tcz2AX9aSb0KY+JJ1DotRM/MYv/9y+Jj/gVJun/Nb7iHpcky87hugs3
yhNjWR4v19GwrM98OqpZw+30DTNbms285DQEGV+XRrAmb0hCVdnJr2n8IDtP
c8PXMS9ssQlvWenoHupakMmr7tOsOiS97kReTtYD4Ss/XmefARWvyvxDY/gy
bApAlmNeV9vmN2d12AxnGexMHX5z9m4uwUHCd3WbH/lBYFiuyLA8+2mxeE3J
fWreQ146vdy1UGewAsW+70+9n0Irk9btM/7/yWvTDblnBPck/HvrUIdFqmia
RlTObFKfT4TqpXsOZ5aomCHS35NEzINoefX0lf26wEuf37y8Ob2Meiqop8IR
Yr5Szw2Ee1ew/eu8uCUkYtKLsIctb0YwhEDA/uYMz1gNuEn08ti1EFyp/w9i
ZoPIGb8AAA==

-->

</rfc>
