Add minor clarifications to channel ordering docs
authorMonty <xiphmont@xiph.org>
Tue, 26 Jan 2010 02:28:40 +0000 (02:28 +0000)
committerMonty <xiphmont@xiph.org>
Tue, 26 Jan 2010 02:28:40 +0000 (02:28 +0000)
svn path=/trunk/vorbis/; revision=16804

doc/04-codec.tex
doc/Vorbis_I_spec.html
doc/Vorbis_I_spec.pdf

index 73c874d..035496f 100644 (file)
@@ -1,3 +1,4 @@
+
 % -*- mode: latex; TeX-master: "Vorbis_I_spec"; -*-
 %!TEX root = Vorbis_I_spec.tex
 % $Id$
@@ -610,6 +611,11 @@ applications. As of revision 16781 (20100113), the specification adds
 defined channel locations for 6.1 and 7.1 surround.  Ordering/location
 for greater-than-eight channels remains 'left to the implementation'.
 
+These channel orderings refer to order within the encoded stream.  It
+is naturally possible for a decoder to produce output with channels in
+any order. Any such decoder should explicitly document channel
+reordering behavior.
+
 \begin{description} %[style=nextline]
  \item[one channel]
        the stream is monophonic
@@ -627,19 +633,19 @@ front right, rear left, rear right
 
 \item[five channels]
        the stream is five-channel surround.  channel order: front left,
-center, front right, surround rear left, surround rear right
+center, front right, rear left, rear right
 
 \item[six channels]
        the stream is 5.1 surround.  channel order: front left, center, 
-front right, surround rear left, surround rear right, LFE
+front right, rear left, rear right, LFE
 
 \item[seven channels]
         the stream is 6.1 surround.  channel order: front left, center, 
-front right, surround left, surround right, surround (center) rear, LFE
+front right, side left, side right, rear center, LFE
 
 \item[eight channels]
         the stream is 7.1 surround.  channel order: front left, center, 
-front right, surround left, surround right, surround rear left, surround rear right, 
+front right, side left, side right, rear left, rear right, 
 LFE
 
 \item[greater than eight channels]
index a091e9d..3cb6066 100644 (file)
@@ -7,7 +7,7 @@
 <meta name="originator" content="TeX4ht (http://www.cse.ohio-state.edu/~gurari/TeX4ht/)"> 
 <!-- html --> 
 <meta name="src" content="Vorbis_I_spec.tex"> 
-<meta name="date" content="2010-01-13 21:33:00"> 
+<meta name="date" content="2010-01-25 21:28:00"> 
 <link rel="stylesheet" type="text/css" href="Vorbis_I_spec.css"> 
 </head><body 
 >
@@ -24,7 +24,7 @@
 class="cmr-17">Xiph.org Foundation</span></div>
 <br />
 <div class="date" ><span 
-class="cmr-17">January 13, 2010</span></div>
+class="cmr-17">January 25, 2010</span></div>
 </div>
 <h3 class="likesectionHead"><a 
  id="x1-1000"></a>Contents</h3>
@@ -3612,10 +3612,10 @@ offset.
                                                                                         
 <h3 class="sectionHead"><span class="titlemark">4  </span> <a 
  id="x1-580004"></a>Codec Setup and Packet Decode</h3>
-<!--l. 6--><p class="noindent" >
+<!--l. 7--><p class="noindent" >
 <h4 class="subsectionHead"><span class="titlemark">4.1  </span> <a 
  id="x1-590004.1"></a>Overview</h4>
-<!--l. 8--><p class="noindent" >This document serves as the top-level reference document for the bit-by-bit decode specification
+<!--l. 9--><p class="noindent" >This document serves as the top-level reference document for the bit-by-bit decode specification
 of Vorbis I. This document assumes a high-level understanding of the Vorbis decode
 process, which is provided in <a 
 href="#x1-20001">Section&#x00A0;1</a>, &#8220;<a 
@@ -3624,19 +3624,19 @@ href="#x1-360002">Section&#x00A0;2</a>,
 &#8220;<a 
 href="#x1-360002">Bitpacking Convention<!--tex4ht:ref: vorbis:spec:bitpacking --></a>&#8221; covers reading and writing bit fields from and to bitstream
 packets.
-<!--l. 16--><p class="noindent" >
+<!--l. 17--><p class="noindent" >
 <h4 class="subsectionHead"><span class="titlemark">4.2  </span> <a 
  id="x1-600004.2"></a>Header decode and decode setup</h4>
-<!--l. 18--><p class="noindent" >A Vorbis bitstream begins with three header packets. The header packets are, in order, the
+<!--l. 19--><p class="noindent" >A Vorbis bitstream begins with three header packets. The header packets are, in order, the
 identification header, the comments header, and the setup header. All are required for decode
 compliance. An end-of-packet condition during decoding the first or third header packet renders
 the stream undecodable. End-of-packet decoding the comment header is a non-fatal error
 condition.
-<!--l. 25--><p class="noindent" >
+<!--l. 26--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.2.1  </span> <a 
  id="x1-610004.2.1"></a>Common header decode</h5>
-<!--l. 27--><p class="noindent" >Each header packet begins with the same header fields.
-<!--l. 30--><p class="noindent" >
+<!--l. 28--><p class="noindent" >Each header packet begins with the same header fields.
+<!--l. 31--><p class="noindent" >
 <div class="fancyvrb" id="fancyvrb20">
 <a 
  id="x1-61002r1"></a><span 
@@ -3673,17 +3673,17 @@ class="cmtt-8">&#x00A0;octets</span>
                                                                                         
 
                                                                                         
-<!--l. 35--><p class="noindent" >Decode continues according to packet type; the identification header is type 1, the comment
+<!--l. 36--><p class="noindent" >Decode continues according to packet type; the identification header is type 1, the comment
 header type 3 and the setup header type 5 (these types are all odd as a packet with a leading
 single bit of &#8217;0&#8217; is an audio packet). The packets must occur in the order of identification,
 comment, setup.
-<!--l. 43--><p class="noindent" >
+<!--l. 44--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.2.2  </span> <a 
  id="x1-620004.2.2"></a>Identification header</h5>
-<!--l. 45--><p class="noindent" >The identification header is a short header of only a few fields used to declare the stream
+<!--l. 46--><p class="noindent" >The identification header is a short header of only a few fields used to declare the stream
 definitively as Vorbis, and provide a few externally relevant pieces of information about the audio
 stream. The identification header is coded as follows:
-<!--l. 50--><p class="noindent" >
+<!--l. 51--><p class="noindent" >
 <div class="fancyvrb" id="fancyvrb21">
 <a 
  id="x1-62002r1"></a><span 
@@ -3813,7 +3813,7 @@ class="cmtt-8">&#x00A0;read</span><span
 class="cmtt-8">&#x00A0;one</span><span 
 class="cmtt-8">&#x00A0;bit</span>
 </div>
-<!--l. 62--><p class="noindent" ><span 
+<!--l. 63--><p class="noindent" ><span 
 class="cmtt-12">[vorbis_version] </span>is to read &#8217;0&#8217; in order to be compatible with this document. Both
 <span 
 class="cmtt-12">[audio_channels] </span>and <span 
@@ -3823,7 +3823,7 @@ class="cmtt-12">[blocksize_0]</span>
 must be less than or equal to <span 
 class="cmtt-12">[blocksize_1]</span>. The framing bit must be nonzero. Failure to meet
 any of these conditions renders a stream undecodable.
-<!--l. 70--><p class="noindent" >The bitrate fields above are used only as hints. The nominal bitrate field especially may be
+<!--l. 71--><p class="noindent" >The bitrate fields above are used only as hints. The nominal bitrate field especially may be
 considerably off in purely VBR streams. The fields are meaningful only when greater than
 zero.
       <ul class="itemize1">
@@ -3838,34 +3838,34 @@ zero.
       <li class="itemize">Maximum and or minimum set implies a VBR bitstream that obeys the bitrate limits
       </li>
       <li class="itemize">None set indicates the encoder does not care to speculate.</li></ul>
-<!--l. 84--><p class="noindent" >
+<!--l. 85--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.2.3  </span> <a 
  id="x1-630004.2.3"></a>Comment header</h5>
-<!--l. 85--><p class="noindent" >Comment header decode and data specification is covered in <a 
+<!--l. 86--><p class="noindent" >Comment header decode and data specification is covered in <a 
 href="#x1-810005">Section&#x00A0;5</a>, &#8220;<a 
 href="#x1-810005">comment field and
 header specification<!--tex4ht:ref: vorbis:spec:comment --></a>&#8221;.
-<!--l. 89--><p class="noindent" >
+<!--l. 90--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.2.4  </span> <a 
  id="x1-640004.2.4"></a>Setup header</h5>
-<!--l. 91--><p class="noindent" >Vorbis codec setup is configurable to an extreme degree:
+<!--l. 92--><p class="noindent" >Vorbis codec setup is configurable to an extreme degree:
 <div class="center" 
 >
-<!--l. 93--><p class="noindent" >
+<!--l. 94--><p class="noindent" >
 
-<!--l. 94--><p class="noindent" ><img 
+<!--l. 95--><p class="noindent" ><img 
 src="components.png" alt="PIC"  
 >
 <br /> <div class="caption" 
 ><span class="id">Figure&#x00A0;6: </span><span  
 class="content">decoder pipeline configuration</span></div><!--tex4ht:label?: x1-640016 -->
 </div>
-<!--l. 99--><p class="noindent" >The setup header contains the bulk of the codec setup information needed for decode. The setup
+<!--l. 100--><p class="noindent" >The setup header contains the bulk of the codec setup information needed for decode. The setup
 header contains, in order, the lists of codebook configurations, time-domain transform
 configurations (placeholders in Vorbis I), floor configurations, residue configurations, channel
 mapping configurations and mode configurations. It finishes with a framing bit of &#8217;1&#8217;. Header
 decode proceeds in the following order:
-<!--l. 107--><p class="noindent" ><span class="paragraphHead"><a 
+<!--l. 108--><p class="noindent" ><span class="paragraphHead"><a 
  id="x1-650004.2.4"></a><span 
 class="cmbx-12">Codebooks</span></span>
                                                                                         
@@ -3884,12 +3884,12 @@ href="#x1-470003">Section&#x00A0;3</a>,
 href="#x1-470003">Probability Model and Codebooks<!--tex4ht:ref: vorbis:spec:codebook --></a>&#8221;. Save each configuration, in order, in an array
       of codebook configurations <span 
 class="cmtt-12">[vorbis_codebook_configurations]</span>.</li></ol>
-<!--l. 119--><p class="noindent" ><span class="paragraphHead"><a 
+<!--l. 120--><p class="noindent" ><span class="paragraphHead"><a 
  id="x1-660004.2.4"></a><span 
 class="cmbx-12">Time domain transforms</span></span>
 These hooks are placeholders in Vorbis I. Nevertheless, the configuration placeholder values must
 be read to maintain bitstream sync.
-<!--l. 125--><p class="noindent" >
+<!--l. 126--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-66002x1"><span 
@@ -3899,12 +3899,12 @@ class="cmtt-12">[vorbis_time_count] </span>= read 6 bits as unsigned integer and
   class="enumerate" id="x1-66004x2">read <span 
 class="cmtt-12">[vorbis_time_count] </span>16 bit values; each value should be zero. If any value is
       nonzero, this is an error condition and the stream is undecodable.</li></ol>
-<!--l. 132--><p class="noindent" ><span class="paragraphHead"><a 
+<!--l. 133--><p class="noindent" ><span class="paragraphHead"><a 
  id="x1-670004.2.4"></a><span 
 class="cmbx-12">Floors</span></span>
 Vorbis uses two floor types; header decode is handed to the decode abstraction of the appropriate
 type.
-<!--l. 137--><p class="noindent" >
+<!--l. 138--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-67002x1"><span 
@@ -3946,11 +3946,11 @@ class="cmtt-12">[vorbis_floor_configurations]</span>.
   class="enumerate" id="x1-67012x4">If the the floor type is greater than one, this stream is undecodable; ERROR
            CONDITION</li></ol>
       </li></ol>
-<!--l. 156--><p class="noindent" ><span class="paragraphHead"><a 
+<!--l. 157--><p class="noindent" ><span class="paragraphHead"><a 
  id="x1-680004.2.4"></a><span 
 class="cmbx-12">Residues</span></span>
 Vorbis uses three residue types; header decode of each type is identical.
-<!--l. 161--><p class="noindent" >
+<!--l. 162--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-68002x1"><span 
@@ -3979,7 +3979,7 @@ class="cmtt-12">[vorbis_residue_configurations]</span>.
   class="enumerate" id="x1-68010x3">If the the residue type is greater than two, this stream is undecodable; ERROR
            CONDITION</li></ol>
       </li></ol>
-<!--l. 176--><p class="noindent" ><span class="paragraphHead"><a 
+<!--l. 177--><p class="noindent" ><span class="paragraphHead"><a 
  id="x1-690004.2.4"></a><span 
 class="cmbx-12">Mappings</span></span>
 Mappings are used to set up specific pipelines for encoding multichannel audio with varying
@@ -3988,7 +3988,7 @@ channel mappings.
                                                                                         
 
                                                                                         
-<!--l. 186--><p class="noindent" >
+<!--l. 187--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-69002x1"><span 
@@ -4128,7 +4128,7 @@ class="cmtt-12">[i] </span>of the mapping configuration array
 class="cmtt-12">[vorbis_mapping_configurations]</span>.</li></ol>
            </li></ol>
       </li></ol>
-<!--l. 246--><p class="noindent" ><span class="paragraphHead"><a 
+<!--l. 247--><p class="noindent" ><span class="paragraphHead"><a 
  id="x1-700004.2.4"></a><span 
 class="cmbx-12">Modes</span></span>
       <ol  class="enumerate1" >
@@ -4177,21 +4177,21 @@ class="cmtt-12">[vorbis_mode_configurations]</span>.</li></ol>
                                                                                         
 
                                                                                         
-<!--l. 267--><p class="noindent" >After reading mode descriptions, setup header decode is complete.
-<!--l. 276--><p class="noindent" >
+<!--l. 268--><p class="noindent" >After reading mode descriptions, setup header decode is complete.
+<!--l. 277--><p class="noindent" >
 <h4 class="subsectionHead"><span class="titlemark">4.3  </span> <a 
  id="x1-710004.3"></a>Audio packet decode and synthesis</h4>
-<!--l. 278--><p class="noindent" >Following the three header packets, all packets in a Vorbis I stream are audio. The first step of
+<!--l. 279--><p class="noindent" >Following the three header packets, all packets in a Vorbis I stream are audio. The first step of
 audio packet decode is to read and verify the packet type. <span 
 class="cmti-12">A non-audio packet when audio is</span>
 <span 
 class="cmti-12">expected indicates stream corruption or a non-compliant stream. The decoder must ignore the</span>
 <span 
 class="cmti-12">packet and not attempt decoding it to audio</span>.
-<!--l. 285--><p class="noindent" >
+<!--l. 286--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.1  </span> <a 
  id="x1-720004.3.1"></a>packet type, mode and window decode</h5>
-<!--l. 287--><p class="noindent" >
+<!--l. 288--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-72002x1">read 1 bit <span 
@@ -4256,7 +4256,7 @@ href="#x1-260001.3.2">Window  shape  decode  (long  windows  only)<!--tex4ht:ref
   class="enumerate" id="x1-72020x2">if this is a short window, the window is always the same short-window
            shape.</li></ol>
       </li></ol>
-<!--l. 320--><p class="noindent" >Vorbis windows all use the slope function <span 
+<!--l. 321--><p class="noindent" >Vorbis windows all use the slope function <span 
 class="cmmi-12">y </span>= sin(<img 
 src="Vorbis_I_spec1x.png" alt="&pi;2"  class="frac" align="middle"> <span 
 class="cmsy-10x-x-120">&lowast;</span> sin <sup><span 
@@ -4273,7 +4273,7 @@ class="cmmi-12">&hellip;</span><span
 class="cmmi-12">n</span><span 
 class="cmsy-10x-x-120">&minus; </span>1, but dissimilar lapping requirements can affect overall shape. Window
 generation proceeds as follows:
-<!--l. 325--><p class="noindent" >
+<!--l. 326--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-72022x1"><span 
@@ -4302,7 +4302,7 @@ class="cmtt-12">[blocksize_0]</span>/4
   class="enumerate" id="x1-72030x3"><span 
 class="cmtt-12">[left_n] </span>= <span 
 class="cmtt-12">[blocksize_0]</span>/2</li></ol>
-      <!--l. 335--><p class="noindent" >else
+      <!--l. 336--><p class="noindent" >else
            <ol  class="enumerate2" >
            <li 
   class="enumerate" id="x1-72032x1"><span 
@@ -4342,7 +4342,7 @@ class="cmtt-12">[blocksize_0]</span>/4
   class="enumerate" id="x1-72044x3"><span 
 class="cmtt-12">[right_n] </span>= <span 
 class="cmtt-12">[blocksize_0]</span>/2</li></ol>
-      <!--l. 351--><p class="noindent" >else
+      <!--l. 352--><p class="noindent" >else
            <ol  class="enumerate2" >
            <li 
   class="enumerate" id="x1-72046x1"><span 
@@ -4411,16 +4411,16 @@ src="Vorbis_I_spec6x.png" alt="&pi;
   class="enumerate" id="x1-72060x8">window from range <span 
 class="cmtt-12">[right_window_start] </span>... <span 
 class="cmtt-12">[n]</span>-1 is zero</li></ol>
-<!--l. 367--><p class="noindent" >An end-of-packet condition up to this point should be considered an error that discards this
+<!--l. 368--><p class="noindent" >An end-of-packet condition up to this point should be considered an error that discards this
 packet from the stream. An end of packet condition past this point is to be considered a possible
 nominal occurrence.
                                                                                         
 
                                                                                         
-<!--l. 374--><p class="noindent" >
+<!--l. 375--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.2  </span> <a 
  id="x1-730004.3.2"></a>floor curve decode</h5>
-<!--l. 376--><p class="noindent" >From this point on, we assume out decode context is using mode number <span 
+<!--l. 377--><p class="noindent" >From this point on, we assume out decode context is using mode number <span 
 class="cmtt-12">[mode_number]</span>
 from configuration array <span 
 class="cmtt-12">[vorbis_mode_configurations] </span>and the map number
@@ -4428,8 +4428,8 @@ class="cmtt-12">[vorbis_mode_configurations] </span>and the map number
 class="cmtt-12">[vorbis_mode_mapping] </span>(specified by the current mode) taken from the mapping configuration
 array <span 
 class="cmtt-12">[vorbis_mapping_configurations]</span>.
-<!--l. 383--><p class="noindent" >Floor curves are decoded one-by-one in channel order.
-<!--l. 385--><p class="noindent" >For each floor <span 
+<!--l. 384--><p class="noindent" >Floor curves are decoded one-by-one in channel order.
+<!--l. 386--><p class="noindent" >For each floor <span 
 class="cmtt-12">[i] </span>of <span 
 class="cmtt-12">[audio_channels]</span>
       <ol  class="enumerate1" >
@@ -4470,12 +4470,12 @@ class="cmtt-12">[i] </span>to true,
       else set vector <span 
 class="cmtt-12">[no_residue] </span>element <span 
 class="cmtt-12">[i] </span>to false</li></ol>
-<!--l. 405--><p class="noindent" >An end-of-packet condition during floor decode shall result in packet decode zeroing all channel
+<!--l. 406--><p class="noindent" >An end-of-packet condition during floor decode shall result in packet decode zeroing all channel
 output vectors and skipping to the add/overlap output stage.
-<!--l. 411--><p class="noindent" >
+<!--l. 412--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.3  </span> <a 
  id="x1-740004.3.3"></a>nonzero vector propagate</h5>
-<!--l. 413--><p class="noindent" >A possible result of floor decode is that a specific vector is marked &#8217;unused&#8217; which indicates that
+<!--l. 414--><p class="noindent" >A possible result of floor decode is that a specific vector is marked &#8217;unused&#8217; which indicates that
 that final output vector is all-zero values (and the floor is zero). The residue for that vector is not
 coded in the stream, save for one complication. If some vectors are used and some are not,
                                                                                         
@@ -4483,10 +4483,10 @@ coded in the stream, save for one complication. If some vectors are used and som
                                                                                         
 channel coupling could result in mixing a zeroed and nonzeroed vector to produce two nonzeroed
 vectors.
-<!--l. 420--><p class="noindent" >for each <span 
+<!--l. 421--><p class="noindent" >for each <span 
 class="cmtt-12">[i] </span>from 0 ... <span 
 class="cmtt-12">[vorbis_mapping_coupling_steps]</span>-1
-<!--l. 422--><p class="noindent" >
+<!--l. 423--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-74002x1">if either <span 
@@ -4498,15 +4498,15 @@ class="cmtt-12">[vorbis_mapping_angle] </span>element <span
 class="cmtt-12">[i]</span>) are set to false, then both
       must be set to false. Note that an &#8217;unused&#8217; floor has no decoded floor information; it
       is important that this is remembered at floor curve synthesis time.</li></ol>
-<!--l. 435--><p class="noindent" >
+<!--l. 436--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.4  </span> <a 
  id="x1-750004.3.4"></a>residue decode</h5>
-<!--l. 437--><p class="noindent" >Unlike floors, which are decoded in channel order, the residue vectors are decoded in submap
+<!--l. 438--><p class="noindent" >Unlike floors, which are decoded in channel order, the residue vectors are decoded in submap
 order.
-<!--l. 440--><p class="noindent" >for each submap <span 
+<!--l. 441--><p class="noindent" >for each submap <span 
 class="cmtt-12">[i] </span>in order from 0 ... <span 
 class="cmtt-12">[vorbis_mapping_submaps]</span>-1
-<!--l. 442--><p class="noindent" >
+<!--l. 443--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-75002x1"><span 
@@ -4535,7 +4535,7 @@ class="cmtt-12">[j] </span>is true
   class="enumerate" id="x1-75010x1">vector <span 
 class="cmtt-12">[do_not_decode_flag] </span>element <span 
 class="cmtt-12">[ch] </span>is set</li></ol>
-               <!--l. 452--><p class="noindent" >else
+               <!--l. 453--><p class="noindent" >else
                    <ol  class="enumerate4" >
                    <li 
   class="enumerate" id="x1-75012x1">vector <span 
@@ -4600,13 +4600,13 @@ class="cmtt-12">[ch]</span>
 class="cmtt-12">[ch]</span></li></ol>
            </li></ol>
       </li></ol>
-<!--l. 479--><p class="noindent" >
+<!--l. 480--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.5  </span> <a 
  id="x1-760004.3.5"></a>inverse coupling</h5>
-<!--l. 481--><p class="noindent" >for each <span 
+<!--l. 482--><p class="noindent" >for each <span 
 class="cmtt-12">[i] </span>from <span 
 class="cmtt-12">[vorbis_mapping_coupling_steps]</span>-1 descending to 0
-<!--l. 483--><p class="noindent" >
+<!--l. 484--><p class="noindent" >
       <ol  class="enumerate1" >
       <li 
   class="enumerate" id="x1-76002x1"><span 
@@ -4651,7 +4651,7 @@ class="cmtt-12">[M]</span>
 class="cmtt-12">[new_A] </span>= <span 
 class="cmtt-12">[M]</span>-<span 
 class="cmtt-12">[A]</span></li></ol>
-               <!--l. 497--><p class="noindent" >else
+               <!--l. 498--><p class="noindent" >else
                    <ol  class="enumerate4" >
                    <li 
   class="enumerate" id="x1-76016x1"><span 
@@ -4664,7 +4664,7 @@ class="cmtt-12">[new_M] </span>= <span
 class="cmtt-12">[M]</span>+<span 
 class="cmtt-12">[A]</span></li></ol>
                </li></ol>
-           <!--l. 504--><p class="noindent" >else
+           <!--l. 505--><p class="noindent" >else
                <ol  class="enumerate3" >
                <li 
   class="enumerate" id="x1-76020x1">if (<span 
@@ -4680,7 +4680,7 @@ class="cmtt-12">[M]</span>
 class="cmtt-12">[new_A] </span>= <span 
 class="cmtt-12">[M]</span>+<span 
 class="cmtt-12">[A]</span></li></ol>
-               <!--l. 511--><p class="noindent" >else
+               <!--l. 512--><p class="noindent" >else
                    <ol  class="enumerate4" >
                    <li 
   class="enumerate" id="x1-76026x1"><span 
@@ -4709,23 +4709,23 @@ class="cmtt-12">[A] </span>in vector <span
 class="cmtt-12">[angle_vector] </span>to <span 
 class="cmtt-12">[new_A]</span></li></ol>
       </li></ol>
-<!--l. 528--><p class="noindent" >
+<!--l. 529--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.6  </span> <a 
  id="x1-770004.3.6"></a>dot product</h5>
-<!--l. 530--><p class="noindent" >For each channel, synthesize the floor curve from the decoded floor information, according to
+<!--l. 531--><p class="noindent" >For each channel, synthesize the floor curve from the decoded floor information, according to
 packet type. Note that the vector synthesis length for floor computation is <span 
 class="cmtt-12">[n]</span>/2.
-<!--l. 534--><p class="noindent" >For each channel, multiply each element of the floor curve by each element of that
+<!--l. 535--><p class="noindent" >For each channel, multiply each element of the floor curve by each element of that
 channel&#8217;s residue vector. The result is the dot product of the floor and residue vectors for
 each channel; the produced vectors are the length <span 
 class="cmtt-12">[n]</span>/2 audio spectrum for each
 channel.
-<!--l. 542--><p class="noindent" >One point is worth mentioning about this dot product; a common mistake in a fixed point
+<!--l. 543--><p class="noindent" >One point is worth mentioning about this dot product; a common mistake in a fixed point
 implementation might be to assume that a 32 bit fixed-point representation for floor and
 residue and direct multiplication of the vectors is sufficient for acceptable spectral depth
 in all cases because it happens to mostly work with the current Xiph.Org reference
 encoder.
-<!--l. 549--><p class="noindent" >However, floor vector values can span <span 
+<!--l. 550--><p class="noindent" >However, floor vector values can span <span 
 class="cmsy-10x-x-120">&sim;</span>140dB (<span 
 class="cmsy-10x-x-120">&sim;</span>24 bits unsigned), and the audio spectrum
 vector should represent a minimum of 120dB (<span 
@@ -4742,10 +4742,10 @@ residue vector must be able to represent a 48 bit range and the dot product must
 be able to handle an effective 48 bit times 24 bit multiplication. This range may be
 achieved using large (64 bit or larger) integers, or implementing a movable binary point
 representation.
-<!--l. 566--><p class="noindent" >
+<!--l. 567--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.7  </span> <a 
  id="x1-780004.3.7"></a>inverse MDCT</h5>
-<!--l. 568--><p class="noindent" >Convert the audio spectrum vector of each channel back into time domain PCM audio via an
+<!--l. 569--><p class="noindent" >Convert the audio spectrum vector of each channel back into time domain PCM audio via an
                                                                                         
 
                                                                                         
@@ -4753,10 +4753,10 @@ inverse Modified Discrete Cosine Transform (MDCT). A detailed description of the
 available in <span class="cite">[<a 
 href="#XSporer/Brandenburg/Edler">1</a>]</span>. The window function used for the MDCT is the function described
 earlier.
-<!--l. 575--><p class="noindent" >
+<!--l. 576--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.8  </span> <a 
  id="x1-790004.3.8"></a>overlap&#x02D9;add</h5>
-<!--l. 577--><p class="noindent" >Windowed MDCT output is overlapped and added with the right hand data of the previous
+<!--l. 578--><p class="noindent" >Windowed MDCT output is overlapped and added with the right hand data of the previous
 window such that the 3/4 point of the previous window is aligned with the 1/4 point of the
 current window (as illustrated in <a 
 href="#x1-260001.3.2">paragraph&#x00A0;1.3.2</a>, &#8220;<a 
@@ -4769,7 +4769,7 @@ overlapped portions. When overlapping a short and long window, much of the retur
 range does not actually overlap. This does not damage transform orthogonality. Pay
 attention however to returning the correct data range; the amount of data to be returned
 is:
-<!--l. 591--><p class="noindent" >
+<!--l. 592--><p class="noindent" >
 <div class="fancyvrb" id="fancyvrb22">
 <a 
  id="x1-79002r1"></a><span 
@@ -4777,22 +4777,25 @@ class="cmr-6">1</span><span
 class="cmtt-8">&#x00A0;</span><span 
 class="cmtt-8">&#x00A0;window_blocksize(previous_window)/4+window_blocksize(current_window)/4</span>
 </div>
-<!--l. 595--><p class="noindent" >from the center (element windowsize/2) of the previous window to the center (element
+<!--l. 596--><p class="noindent" >from the center (element windowsize/2) of the previous window to the center (element
 windowsize/2-1, inclusive) of the current window.
-<!--l. 598--><p class="noindent" >Data is not returned from the first frame; it must be used to &#8217;prime&#8217; the decode engine. The
+<!--l. 599--><p class="noindent" >Data is not returned from the first frame; it must be used to &#8217;prime&#8217; the decode engine. The
 encoder accounts for this priming when calculating PCM offsets; after the first frame, the proper
 PCM output offset is &#8217;0&#8217; (as no data has been returned yet).
-<!--l. 605--><p class="noindent" >
+<!--l. 606--><p class="noindent" >
 <h5 class="subsubsectionHead"><span class="titlemark">4.3.9  </span> <a 
  id="x1-800004.3.9"></a>output channel order</h5>
-<!--l. 607--><p class="noindent" >Vorbis I specifies only a channel mapping type 0. In mapping type 0, channel mapping is
+<!--l. 608--><p class="noindent" >Vorbis I specifies only a channel mapping type 0. In mapping type 0, channel mapping is
 implicitly defined as follows for standard audio applications. As of revision 16781 (20100113), the
 specification adds defined channel locations for 6.1 and 7.1 surround. Ordering/location for
                                                                                         
 
                                                                                         
 greater-than-eight channels remains &#8217;left to the implementation&#8217;.
-<!--l. 613--><p class="noindent" >
+<!--l. 614--><p class="noindent" >These channel orderings refer to order within the encoded stream. It is naturally possible for a
+decoder to produce output with channels in any order. Any such decoder should explicitly
+document channel reordering behavior.
+<!--l. 619--><p class="noindent" >
       <dl class="description"><dt class="description">
 <span 
 class="cmssbx-10x-x-120">one channel</span> </dt><dd 
@@ -4814,28 +4817,28 @@ class="description">the stream is quadraphonic surround. channel order: front le
 <span 
 class="cmssbx-10x-x-120">five channels</span> </dt><dd 
 class="description">the stream is five-channel surround. channel order: front left, center, front
-      right, surround rear left, surround rear right
+      right, rear left, rear right
       </dd><dt class="description">
 <span 
 class="cmssbx-10x-x-120">six channels</span> </dt><dd 
-class="description">the  stream  is  5.1  surround.  channel  order:  front  left,  center,  front  right,
-      surround rear left, surround rear right, LFE
+class="description">the stream is 5.1 surround. channel order: front left, center, front right, rear
+      left, rear right, LFE
       </dd><dt class="description">
 <span 
 class="cmssbx-10x-x-120">seven channels</span> </dt><dd 
 class="description">the stream is 6.1 surround. channel order: front left, center, front right,
-      surround left, surround right, surround (center) rear, LFE
+      side left, side right, rear center, LFE
       </dd><dt class="description">
 <span 
 class="cmssbx-10x-x-120">eight channels</span> </dt><dd 
 class="description">the stream is 7.1 surround. channel order: front left, center, front right,
-      surround left, surround right, surround rear left, surround rear right, LFE
+      side left, side right, rear left, rear right, LFE
       </dd><dt class="description">
 <span 
 class="cmssbx-10x-x-120">greater than eight channels</span> </dt><dd 
 class="description">channel use and order is defined by the application
       </dd></dl>
-<!--l. 650--><p class="noindent" >Applications using Vorbis for dedicated purposes may define channel mapping as seen fit. Future
+<!--l. 656--><p class="noindent" >Applications using Vorbis for dedicated purposes may define channel mapping as seen fit. Future
 channel mappings (such as three and four channel <a 
 href="http://www.ambisonic.net/" >Ambisonics</a>) will make use of channel
 mappings other than mapping 0.
index 6d71738..d35a3c5 100644 (file)
@@ -603,8 +603,8 @@ endobj
 >>
 stream
 xÚí\9a[o\9c8\14Çßó)x4Ra}¿<nÛM/R´Uw´Z©»\ f\f¸S«\ 4X.éöÛ¯Á@f\ 6¢$¨i34/13\1a\1fÛ?Îåï£@oçAïÕ\19¼e|¾9ûå\1cI\ fÓPH\81¼ÍG\ fI\12\12äqNC\ 5\95·I¼\ fàO\9f \90û\ 4\82rk*? \\807íÀAUØ\11\ 1\1d\9b¿!¢qT\9b<óÿÙ¼\1d\97°ö\95\87D\88\11£­}ÊCʼÀ\ eÂ\19ÿË\14\9f¼ÜY;\10\83s_H\907Y2Zò\10\ e\15§v
-\f%í'½\8d2\1fsÐDåW7\ f\91\ 1C\ 4\8f7 ÷7\10 \ 1C\81­A\86CÆ°3ø"Ïj\9dÕÕÁÔaDö/ôÊ\9dç\1eÞ\ fFQ¨:\ 3\1fí\97\ 1æ!\96ÌYC~ \90\ 2o²ºÌÛm\81¤\89»ótè¢,q\ f/u\15\97¦¨\8d\1ebó>\ 4\98 )\ 1=øzv'l\7f'ö¤\8c){J\1aRÊûí\84vC\bB\ 4~¿ò±\0º¼2úËd=\ 6\a\fþL\ 3UêúÓ\11\10dCâVþ\9e}ïªõ¦#à\1dr\84!øµ(R3\13\18v\ 1aíÿ°Ã>à°\88#\9c"Ä=Â\17iTU7%\18»\80\91\11ø\91\0Ù5@2ø MÚ\bTÍ¥M4EK°\9a\ 4?g'\e¶ßÃ\15éà\8a6\9fc  \12\1dÛ\14n+Ð\1fºn
-÷èÒºM¯ïÊ6\9fo£­IMÝæÛ¯î\a\17íKhç\v;?=Þ\1a¡òq9\1c[\80\89õ\98Î}i\8fZ^Fu\8f©è\8e}³Lh³!cë\88\0\1cïÁ½\8eÊäKë3Q©÷½©Å\96êIâCüÔãt\11À`¾èâ^å¼Ôñ\10f¥ó?+ïZ\82»¦\9cw=¬N¡®>\94?Þ@s\940¯R\9bÍRç\8e\ 3Éã\95\98$ëÒ\84s$Žk0\1eEÌÅP9¦¥\97¯YTßÙMŽÓ&\1e\ 5ÎET\14&\9b8%Åt%qý=`\ e\1aç<u®\9a\97\13\8dÂÑ\93«Zºr\ 1ÝA\1a½×\95I\9ai)çâ\14ôô\ 3¸ê\12\98üX\8eo»zïª~þyz½QxÍt\17a=\14QcÅ"½\88zmv\9f\82\86QêdÔ\9e°r_¼+Ý\v\88­FÕU5ÕU|UÍ µLI\91QIõ\0å\bÐÝ\1f\8fÖâ\ 4­?\87ª{\87=\19µÔ\ 4£óC\ 1b\9d4åTaI¶~\82woV\aÔb\95¤K\0hh\80cײ~nê"\8a?·Zªëï[¹\7f¥³¹;\13f\94p\80¾E\7f\1a?õ§\17¥$"ñí/`6'á½\ 6u\9fÁk]WÏ\4m»¦U­«\83Æ\16\a]c"/\93I\9e''-B\88DwÀxtµÃ{ýé­©ÝåزÑ\13ÑL\19ü  \95Ýý î¹åp¥\e\9cð\9a¬Õ\18\13¸L<Q½\vÕán7ÔM\97àÛX7u\1fæ&k\89×ùa\ ep\9f*ýo£³XO"_aòX¯Á\1d\80ÕpS«Ì.ÓI6£k\19#k®:ß\8c$¿Éëô\7fÑe1ígsÆÖ\1c¸lV°\8d?C\12\87P!/à4\14T\rÿJ07ç·ÍÙÿ\12}°­
+\f%í'½\8d2\1fsÐDåW7\ f³gý\ 3Dðx\ 3r\7f\ 3\ 1\120\14Ø\1ad8d\f;\83/ò¬ÖY]\1dL\1dFdÿB¯Üyîáý`\14\85ª3ðÑ~\19`\1e\9c\a
+)ð&«Ë¼Ý\16H\9a¸;O\87\12÷ðRWqi\8aÚø\16ï!6ïC\80      \92\12Ð\83¯gwÂöwbOÊ\98²§¤!¥¼ßNh7\84 Dà÷+\1f\v Ë+£¿LÖc\10\84~ÀàÏ4P¥®?\1d\ 1A6$nåïÙ÷®Zo:\ 2Þ!G\18\82_\8b"53\81a\17\10Öþ\ f\ 3\ e\8b8Â)BÜ#|\91FUuS\82±\vH\86\1f\19\81\1f   \90]\ 3$\83\ fÚ¤\8d@Õ\ÚDS´\ 4«Iðsv²aû=\\91\ e®hó9\96 Ñ±Má¶\ 2ý¡ë¦p\8f.­Ûôú®lóù6Ú\9aÔÔm¾ýê~pѾ\84v¾°óÓã­\11*\1f\97ñ\ 5\98X\8féÜ\97ö¨åeT÷\98\8aîØ7Ë\846\e\8e\vÀñ\1eÜë¨L¾´>\13\95\9bZl©\9e$>ÄO=N\17\ 1\fæ\8b.îUÎK\1d\ faV:ÿ³ò®%¸kÊy×Ãê\14êêCùã\r4G    ó*µÙ,uî8\90<^\89I².M8GRÜ»\ 6ãQÄ\\f\95cZzù\9a\9dÝTÜ;mâQà\DEa²\89SRLW\12×ß\ 3æ qÎSçªy9Ñ(\1c=¹ª¥+\17Ð\1d¤Ñ{]\99¤\99\96r.NAO?\80«.\81É\8fåø¶«÷®êç\9f§×\e\85×Lw\11ÖC\115V,Ò\8b¨×f÷)Hµk\18¥NFí        +÷Żҽ\80ØjT]US]ÅWÕ\f\94\14\19\95T\ fP\8e\0Ýýñh-NÐús¨ºwØ\93QKM0:?\14 ÖISN\15\96dë'x÷fu@-VIº\ 4\80\86\ 68v-ëç¦.¢øs«¥ºþ¾\95ûW:\9b»3aF       \aè[ô§ñS\7fzQJ"\12ßþ\ 2fs\12ÞkP÷\19¼ÖuõÌEÓ¶kZÕº:hlqÐ5&ò2\99äyrÒ"\84Ht\a\8cGW;¼×\9fÞ\9aÚ]\8e-\e=\11Í\94Á\9fPÙÝ\ fê\9e[\ eWºÁ  ¯ÉZ\8d1\81ËÄ\13Õ»P\1dîvCÝt      ¾\8duS÷an²\96x\9d\1fæ\0÷©Òÿ6:\8bõ$ò\15&\8fõ\1aܱb\vX\r7µÊì2\9dd3º\961²æªóÍHò\9b¼Nÿ\17]\16Ó~6glÍ\81Ëf\ 5Ûø3$q\b\15ò\ 2NCAÕð¯\ 4ss~Û\9cý\ fuQ°°
 endstream
 endobj
 402 0 obj <<
@@ -3497,15 +3497,14 @@ endobj
 /ProcSet [ /PDF /Text ]
 >> endobj
 890 0 obj <<
-/Length 1259      
+/Length 1410      
 /Filter /FlateDecode
 >>
 stream
-xÚµWK\93Û6\f¾ï¯Ð-òÌ\8a!E\91\94zÛÎd;}Ìô²\93\83bÑkMlÉÕc·ù÷\ 5\bêi×]·\93\93(\ 2\82\80\ f\1f@\90\aÏ\ 1\ f~ºã«ç\8fOwï\1fE\1a\bÁ2¥âài\17\9880"e1Ï\82§"ø\14&L²l\13)ÅúïN}·\89¤6áv\9fW\95\8b\ eë\8däaSØfóÇÓ/£q°¬æ\96y\10Å\19\93ÞîÇM\1a\87uó¥l7Q\1cóðgz´'x¦¡Ý\96\9f¹H6"´N.à\1f\ eßH+§Çv\13\9bpp\ 47\8eùéTVÏôÒ¡ô\eÚ3¡¥-Î6QÂágÕeý\94ôÓQÿ\1e\9e\89\98~\84\ e]ú×\10Ey\8c\10\ 3\8cU$,I4\ 5{:\94Û²sÞ\ 3v\85ÅØ*[Ðk\8eßê4ÜÕ\87C\8d\8e\e\ri´]^\15y3è÷EY\93F~\ 2\87ÐxÞ\95uÕbtB\87\ f-)Ö;ÒjÐë\97²\ 5\15Ú\10Ú¤\82t>sÅc.8\17BÂZÜ_r¿Û#\1eRPvÌ\90\1dú+Iò¢hi5\8fN\8aU\8e`ãP;\eÞeÚ£Ha¡\99ðö*ÿ½\19vÚ¾iê¾*\
-eø;ò\rð\7f¿°wÉ{g\Æ:|nlÞÙ&êÀ\9dÈ\96Ï{t­#ÙÌÍ\96v\1a{ÌËÊ¿¼;Ø\9dÓ\84\ fjÚr à¢<\9e\ eöh+gÍyñ\8e­\v!]\17\82`Z§ä_]ÙeM]+"#\18Ob\10M\89A\1fÚ\ eb;\92\83¥÷ùXWõi_Wåöª7\917I>ùêì6\80ø+\96u½ð­½î\9cf±Öor®\85\1as)Õ\92#(­1¹?\90\10\91¿÷)\19sv= rc\19о±ö\86\84eo
-$§\87\81 $·Õ\96\88Y\0I\97qb'ó¡\9a\7f
-uëùd\9bÛbw~/"ßÕ}sK\ e\1c±\b\921t\»f\aÏ?û¼hrO1Ò\9aÕh\9c¬j\1fäc°"\vwM]ù\ 2\10;tç\95d\8c\9czS\94dL\18ík\\91\9fà\9c\11C3Û|#xp<ÅZ-áÃför\vs\8cb&M\96Ü\91éÄ\1d\99\85%0 ¥¥3\8f®Ùh\8b½\7f¬\ 2\90\ 1\9a 8\ 2jVÍ\14­\8e\80ª\ 5 (\1a\80ÀãkA&Ø\98T    QÍ\94È\96]s\86:q\7fÆn=Bkæ\9c½¬ò¿ÐoË¿n\81\9e3£å\ 2z`È\b\91»\10c¨ðXqÂ\89²&[!\8cò\ 1amä\1ca\14ùÐ\13£\96\b'&Y«\9eqX°$K\97\88_C\18xàIý¯ ûdüöøá\ 6¸ýQÔÚ\17\bä\86\99\96fÉu55\v©$õIØs';nÀ»\b{$ö\80»\12fÅl5k\15é\92Ùjj\15\9a¯\98­ùZ\95PIGÜ\95a\12&Ü+¸Ïú\87\13\80£cO¿^\138JMþà05åè?%Å×\0N*Ý-I\81\81}\95\13\9dM9\81µË    <Ýlå\84S\11(-WÉ\0ù\90\f\15/\11\ 6Ñ\80\93\91\ eÉHÏTÏ\92\910ÃÕ÷IÆÅ\ 3á»Ö\8e\9f.)Q8bÒÝèÖì        ¥\19×cþÎF£¾õÃH>\0á\92ãGQ?\94ÌfpÔøân6~|\1d\86\19¸¾\f\17\aJÇðç\ 5ù\1e&-wbA\ 2Zwë\912^Üáä0Æ£ °\ 5~äþ\ fû§¾¡\8bCÝZ¯zÌÝí\8c^\ 6wéã!d\1c\93è\9c\8b§Ë\16ªçÞFk]³\ 21~Þ±KÃÿ#ºØw}\83g\ 1_\8d$x\8fð\96[\12c\r·=\9dÄ´\93{   ¶`\9a!Ý.\82\8f\8b\9dãdsn\9cr\8c\83\14\ f¾\ 6Ãê×»à\93ûíÃ\11u\ 19\1c\9e\96\8cpC\a6\ f4ùZ\1eFG¿nè&\8bo\8e\ 6¨\0\97¼\va\9fÑf
-ÓÍ×À\82\83\9bGée\82\19\94øò\16\17Ç\92é\ 4y¢53~\0\93ú¢ò\87§»¿\ 1b|Eª
+xÚµXM\8fÛ6\10½ï¯Ð-2°fH}Pto[ [¤-ÐË"\97¤\aÅ¢×BlÉ\15¥Ýì¿ï\f\87\94DÙY¬\83ö$jf4\9cy|\1c\ eÅ£Ç\88G¿ÝðÅó×\87\9b÷÷BEB°M\9e'ÑÃ.*\92¨\10\8a%|\13=TÑç8c)Û¬ÖyÎãvèOC¿Z§²\88·û²iô\ 1_dÜ®R\1ew\95îV\7f?ü>:\aÏùÜ3\8fÖÉ\86¥Îï§\95Jâ¶ûZ\9bÕ:Ixü\91\1eæ\ 4O\15ëmý\85\8bl%bmõ\ 2æ\10qsx!«\92\1eÛURÄ>\10\14\1cËÓ©n\1eé¥Gí\vú+bM"ÎVë\8cÃdÍe{Eöj´¿\85g&¦\890 Ksù,êã\1a1À\EƲLR²§C½­{\e=`WiÌ­Ñ\15½\96ø­Tñ®=\1cZ\8cáy\14tdaú²©ÊÎÛ\ f\92Ey\82\80ÐyÙ×mc0;!ã;C\86í\8e¬:\8cú©6`B\ 2!\v%Èæ\vÏyÂ\ 5çB¤0\16·\97Âï÷\88G*hu
+¿:4+iʪ24\9ag\97\8aÅ\1a\81àÐZ\1f.d\92Q¦0\90L8\7f\8dû¾ð\123t];4\95]Â4þ\vù\ 6ø¿\ fü]\8aÞ:O\13\19?vºìu·î!\9cµ®\1f÷\18ZOºY\98\86$\9d>\96uã^Þ\1dôÎZÂ\a-\89,(8¨\8f§\83>êÆz³Q¼c>\8eD0)\15Åñ°×F\93\8f\0\14\14´.\e\9dÞén>\9d³ ásÝïëÆ©÷Î¥n¶\ 4D\85È£Äô\90ï\11áJ\8bø£\8b¾¶3¨\18\99\öCW\1e\90\95¨!â·ÆÔ_\ fú\878fI\82»/Kp¡Ç\19\9d\ 2cEÍ©s\8aa«IãK\aj1|\92\86ÛÊ\90\103³³4v?ºï1{H¥\80ïïæ
+3\90\93\1f\85döíp¨.¥£¿O»\12\97±r<\1aüR\9e\11ÃóÂ/\16áö\95¶Ä¾DÃ'Ȥn;¶,\84jY\b\91\17®\12\8d\ ekêkE´\10\8cg      ¨¦\8d\89AÑZÏ\97XÆǶiOû¶©·¯F³v.\ 3®ö+ØqÏXÖÛ 6ózp\92%R¾)8\ 3\e\96\9cù9Æ\16á_H\89;ïÖA?îÙ×\13¢0\ 2\90û}§õ\15©¨\8c\94HI\ fQ­}\81ZîG`J\98'\9edáÎ?OuëH¨»ër·q\a\99ïÚ¡»f\r\15l\11\11¤\9el²1u\1cÛÃ\ e\9eÿ\f\95\8ebd5«ÑI¶¨ý \1f\93\15\9bx×µ~\9f¡Êç\ e§óB3fNgÓ:Û0QÈp3Cp®È\8f\18\16\eÁ\83ö$\91y\b\1f\1efO×0§ÈY¡²\90\9a¸\93\1a\18`hhÝchz½Å²6î\ 2Ð\ 1\9a`8\ 2Z,\ eSô:\ 2\9a\a\80¢Ê\ 3\81íK@&\10\84¨d¹Ø8Ds\87è\84º+{ÿ\17¦þ~\r¼\9c\152]ðSÍø©\1c?U\9cÛÖ\ 1\95sZÊ%-g(&\1e\1a\9bPäÙ\ 2E\10ìpyfTU!h`añ!\88\ 5Ë6*$í¼²9 \vçBÅ\1eâ?ï?ü\ 4¤úI7×T;ÉdZ\84\9cͧM\9fæ)Õ;\90Ù\ e\r\ 5ð.â\ 1      ê±ÍŲ³Ég[^\85\fͧ-/ù\ 2\97¦3T,\9cyÁR¸©\ 4p\9aºÒg\f\9d\84?&ôY­½\ eswdbCÙ_\839Ü«\16\90ËÍ\ 49\8c-äð´-°UN<ÎeºÀ\1aô\1eë<     \ 1\ 4\95\87D9¬\95OW\9d\99\9ea\9d±\82çÿ\11Ö¯\17\8f\9fÂßqÞu÷´\ 2ØâÓÝôÚe\11¹d\\8e\v\9a\fÆåXú\93~ìÌåØ\14Ìî@Ô"RÃ:kØáûÓxq#\9cýÌAVw\93\95=1`Ë\19j=Ó$¸C§þ\1a\85
\ 3àGv~\90\9f\86\8e.n­ÑÎôhÛÕ\17zñáÒÇ>elSè\9cI¦Ë.\9a\97Î\87ѶÈ\80\1a?ïYÐe»cä\1eC\1cà¢\81\17\ 1¾h ð\1eç<\eRãuÔ¶ôʶô )\9d¦\87\87³R\ 4\1f\a;ü/\80\rÎÒ9­162<ú\16ùÑ\1f7Ñg;íÝ\11m\ 19l^BFØC?\17äò¹>\8c\81~[Ñ\9f\ 4|³4@\ 3¸d_¸\\9cÑfJÓö·À\ 2\7f¿£~\90^&\98Á\88\87·\881¼$I\99Ì,O \18;\9e¤ò¢ñ\87\87\9b\7f\ 1\11\7f¦½
 endstream
 endobj
 889 0 obj <<
@@ -3519,7 +3518,7 @@ endobj
 887 0 obj <<
 /Type /Annot
 /Border[0 0 0]/H/I/C[0 1 1]
-/Rect [377.519 338.134 437.517 352.082]
+/Rect [377.519 287.574 437.517 301.521]
 /Subtype/Link/A<</Type/Action/S/URI/URI(http://www.ambisonic.net/)>>
 >> endobj
 891 0 obj <<
@@ -5673,43 +5672,38 @@ endobj
 /FontFile 1137 0 R
 >> endobj
 1139 0 obj <<
-/Length1 1046
-/Length2 4182
+/Length1 1045
+/Length2 4185
 /Length3 0
-/Length 4849      
+/Length 4855      
 /Filter /FlateDecode
 >>
 stream
-xÚ­\93y<Ô}×Ç­¥)K\96TÄÏN\981\18{ÖÆ\1aÙ×,cf0b\861\b#Ù²\15%e§\91\9a]v\85¬eOYJdÍ\9a,ñL×õÜW=×ýïó\9a\7fæ}Îç\9có\99ó=#Ägl&©\81Â9£µqX\82$\14\fU\ 2´\fM¡ò\0\14,\ 5\12\12Ò£\11\ 4\f\ e{\19A@+\ 1PEE( áë
-HK\ 1P9%\19\ 5%iY\90\10 \85ó
-Àc\Ý\b\80¨\96Ø/\91< á\89Æc\90\b,`\88 ¸¡=)=\90\b\ fÀ\f\87Ä    \ 1`@ÃÃ\ 30ýUá\ 3\98¢}Ðx?4
-\f\82B\ 1\14\ 6I\0\9cÑ®\18,\bòË\90\1eÖ\ 5\aÈÿ\1dFùzý'å\87ÆûPL\ 1¢\14\93b\0Å"
-\87õ\b\0Ph\17\10Ä\bG\99\85¦8ùÿ0õïæÚ¾\1e\1eF\bÏ_í\7f-é¿Ò\bO\8cGÀÿ
-p\9e\ 44\1e0Ä¡Ðxì¿¥V追\19¢Q\18\7f\b\b\ f\fR\ 3ëê\81\ 6¤þ\ ea|´17Ð(c\f\ 1é\ 6¸ <|Ð\7fÅÑXÔ¿MPöö\97\ 5\b\\13~ÙÊ\üï÷ü+g\8cÀ` æ\ 1^ÿtý%þ\8b¡¿\99²\1d\ 6`'\ 5\96\92\82R\84\94Ï\7f¾Ùÿk\16\1c\8bÄ¡0XÊAÀä\0\ 4\1e\8f\b\0Q.\83B0 \b
-`°(ô\r\0}\83b\18\ 2Æâ\b\94\12\80²\93\ 5\87\aýzNy)\0¢ý+ô7É\ 2\10ý\7fHA\ 1\80XÿC\94×\83 þ!Y\8a\12\89óôü\1d\81JQZ¡þ@\19\0âú\aR
-Üþ@\18\0ÁüF(¥\16û\aB\ 1\bî÷,E
-aÑ\7f¤¥\ 1\88×ï´\1c\85(g\85ûc8\942\rÿ\aR$\84\7f\10FéNpã\7fw\84\13üq\7f\14P~¬ïo\94¦T\ 4ü\1eHÙK \1aÿ·ü¿_^S\13w#HRF\ 6\90\94¦ôU\94\85QÖª\18ü\7ftH_<\1e\8d%üõ§¢\9cÏ\7fØ\ 5C964ú\ 6\1a \1a\1fÁ!\95\93«n\93\9f\f\14Ð_¤Öt­¾gô¢y°ádøØ}j\8f¼7\ 6Þ\17'Ë­÷
-ÓØ\98æèçxý\ f¸|b_\12Mzµ¿\85zßK\19>\9cós\9aK\v¬å²ÞH3\føâÅ¿\13¾Ä\_5´µ\f£¾ún²\9b\9cd\93û*síõ\12ÉXô²ùüñ\ f|T-v~\15\11ròÖÚi\1e\16Q\91åÂ2|¦,)ÞähÙ¨\8fþ,I\89t\1fûÃoºG1Ô\88O¬ã^ú²î=axüàÐñ¸Ãc\12\88£t\85~\9863\97\fûðI_²P®Ø\v»¢\0\fë\81\92è.îÍ{àiÊ'\1d_\87\9b!?¨\eJ\99ÒÓ\19®OÌ­ôG\9cW-y½-zuE\ 5©\1eYg4}àN\83}ôhØÂW\97\8b*hW%×tUÍ{L­àÅøäÇ\8b \8f^E0\15Û}ùð\80ÿë\85#\a!Æ%\ 5,knv×þnEë5éð;|\83°\e¤ÒÌü\85â«u%\ 2+ÛO¦\83\15\15ìM9tÚ
-
-ã«éõ|±uñ[ð\12}="YðyÏ¥a8.^â¦\\92»Ýº\11øaÊÃ\9d®«zlxËFm}\81Û\11Ã"\89\ 2º\98Å\99¼±¢­\19\85ê$ü;2È\83\9c%\90Ô\ 3ô*høHisÚ\ 1}\8dò\ 2"Ml\9añ+îª\90©\88Ö\89ÜÒ"k£\85©Ê³¢\835\9b\91\11\bëÖ\8c´6=\8fZ\8cä[\9as\98 ðÐ\90PÛÃ\90±v'F¿iø+\ 4\1fvÍ^\81\13¯ÕÆ\1e\15\88\82\95\97\11çÁ_rΤ\13\85¯|\7f\e\9eY?\1a«\8e`\96`$B¦³÷Rø\8f,hm\87\85´\93\99ÃWß\r2\15\96\9eàyyú©|:k½\9aº\83<ǹ§ªä\11\ 4aE(ç\8b9rÙ\9b\1c4Ûl 8\17Êú\10ÁÙ)$YµÏ^\88230èµ\8c\13ô¬\91I\11\9d\17\8ek"T\95¶Üº?Sö#Xz\ 4g8 ðv\9dñ¢¿\1cÙiçb3¯\8fÒi\1a\ 5é^·}çè§ÉþZ;¡|\86 äæ¶\9d[Tl|C\8aþÞ;¢?³¾\10\ f\83ï'ÖD-G«\96\19\e» _h§\8a    
-\16\ 5ÖÐ\1c½\ 4\13\18ßwÅ\90Å\17E0üø3á$©Ùã\9f­4\ 5\11\9c\91\a"at!Wh\15GÓÏÜ\96|\90­$¿\13oÄG\98Ý_\976˨v\ 2\ 2R\8fn\7f\7f²4\e_Jz\8347þ¹º\93\19©¦¼U]\80*\189xrèºmÙt\9eÉ¡µÈ\8a¿ãÃtJpèݵÏßÛÙ®¿\8aJ"É ÎÀ\1a?\1d\1dú¾eY\1dôMOyö\9eKdâ©îáÖɹ©Ðo\1eÔ«¼§çÛ#·èapµñ#ß}æáÓ_IÞÁ\8f3:åų=Î6­X\ 5а\8fø?\8eÎ|{ÌE9×8\87Ðhæÿ|£        )Ê\15ÎÑ\84¬¦\11¶®Þï\88¡rý68xM#wÐè=\86ù\98\99\eÜ\85¿\7f´X:\87è\92¢\8e\ 6¨OÕÝÚ\17i®?Éò\8c+\85)P\17$\9cà¶\90tï¢\88õ\88K(ê¼ÆÂ\9a;'<)]¨uF\96)Ç6ÜÄ\15yáóË·-Ê\ 5Ì)à\8a\81\1eÖnÐ9IÒÜ\1a\93!ؤ65m
-\98¡\13¼­¥¸\a\95ê<Jg=\96\18ÝÍ¿:òL§ó©\9e]òGÉc¥?Ùdaó0\9fU¢¿Caè\bAF\18\7f»¿ï~ñ\90²\91g\19\a_\963\93M:.\91m©>îîÐ\97\ ep!O¶:JPWxå\e\1fò0\1aÞAN½þb\9esT
-ÄóÚ\80»\9cÄ{fe/±¨\1f°\9a+\84M¹øh'È+\89ÜÔïÚ˵\84\14¤(\89.\8cu\923iýäC\ føÍôi]Ó¹\14G\83\8cN\9a\9dh\94     jHZ~UÁ\86îd©Þ0\fûÊ´Î;\ 3y°oá,h\13\10W¤vÿ\8eT|\ 2Qá ½6ÿêíJ\83Hª}ñ\89^I\ fçª\17úi2iåãW,|®;¡},´\90\86\19ðÛÚþ"ÍÞ\e?"c3Vû\ 6a\91ùÅ\12MZc«\fÜ\86\8b\9f\87/åçaÀ§¼øtùyVv@\e5Öú\92\a\8dnß×v\99¨®8\1e\8a5Bo
-%o\ 3ÃlA²³\87.\19\12?ææoÑê»Þ[êYÈÒP*ìEf\9e·Ip]ßiH\81\eÙdº\86½x\1eÙÀ1èc½f%\\8f^\19j\18àñË\90\r\a\89»¥5¥ïÍ36²¬ø¶[ÛçÄÄ2:í\8fú]>r\16\9f\81ôk§\9f»Ù5<ó¹\7f÷èÃc­\1a\19ãk=˹·!$T\8c­ÈÛ\9fïc\1a\19]z³\15Ø\17]
-A\ 1;&   \11ò¼%\ 1\a"Í´\9fËû"÷\e>g\ fû$°\8e\92Y²H|o\8a\13\15æÊß¹\1c\ 3¥P[\1e\81^w \13\88ö)ÇmìÙJo\14\86\9bJ\91è½uá\81J\9f:B\82\80·\97Ú£´X\a1ÈO\87\9dÇá
-IÅþEÝ\95g²cá\11é\ fÎvèé2\1agÓÃÙ\8a\ 6ïb>\85òVõåðD'Ôò\eáÚ\f\17Æ«ånµp\82\7f\9c¸3?{\8d¡[\85\9c·²¯\12ñ\8a\18caúÆy´iµø+"W³\ 1Ì:\14%/¤
-õä©Hv\13¦¦¢\1dI94\1d¤)xz©·\Ù½Á\1cUÖ8Ë»\1eM\a*l8%-\95j\97Xð³ Ö|1=ôÎ÷
-éÍ«I-SÜçòt\8a\8f8¿\9dy4N\1dõ¼\8dµg÷Ü%Ç"Ë\eBeç¬FY\1ak\9b\9d\94\99\bõi\1e0®Ñ^ïa\15\96ü\9b\ 6xóݽã3Í\8c]´t4Ìpù:\92ÄÚ³vÕ]­ºoÜ\f¹L¸wfVÙ§\9e:eìT<eªø®\9fÓ·*Ëð´¹HÐ\91Ó\9eåa\10³éË\bR*ó\88\17\a %\1aG\1a\9c\85wJ}Íz¶ùåá\ 2\10\82Ýø  A©#\ 4åûÓ\r\ 3\9flùËà       z´\89Ü5\12ÙUêEÓ==ñùy¸Oüî^&Û\a,\ 1þEÞ¼¼\81ODO"c¾\ 4ßêU\19-ßµÒÖÏÁñ\8cÅÁTLÓº\ e¼\bAe\86A\1fµk\86\8d\87²î¥\9f´]X$GÝ\ f\f1]nÕw\90ÊP»Õ \9cUiBÇèrz\85N'LöÄ\195æa\ 42q\99îã\13Þî\12§Y­\0#¹j*õ¦WQ5?\ e\0ËÖÍû\1do{¢q\ 3\8e$O(_öß,y×\85p\99(Öì>c\85æÿîÄ\18=\15¹t\0\9e\90Ū\91\85\8co&v\bH`@g*¯\8fù^d~?I\8c²s3O\967$Òý¸p­\88tüò¢BîÇ\ 2o\07vë`
-ìòÂ/B¢#\ 2\e,ës¼Ð¨ò£X¿ìX¦4H7\86½oèq\f\97$\13ØZ1¡_\1afûÚöSgòÅ\18×\17\90âúÛí·ðÇ\ 6\b¾\ 6\81>\eõéW\ 5×2ESûß\8e\9dÉ\9fa#oêwê;\1e\1f2«hÿ¹ý\0¥\10³ßÁçúeÂáîx\88`cÒ\156*Øì319¿±Nü$¯g,GÐÖæDÿçI[è\9d8½òÈ\12­Fµºjï\86×\98\1f\ 2Ã0¹Ô\1e\85»Þ\19\96hgö)¥¨GÜ\8a\1aR²îýJÆKÜghU6¾)\89,\89ª¦\92ÝJ/@k\18\1d ÞÛÏRÞÿè©Tjξ[^È9awL/;\±û<¯\1eä{®\9fxò%!Õ/FÓìan\8fz,ír\ 5Ðí4¶Î­üùí¸\90\rg\92\92Us¨b|E¥Ð½¾Æ(pG\94÷óò«§§ã\8f\87~\18~ð}!~~kÂiÛðóõ\88P\96p\89\9f
-\¡¨;Y\15\9c©ãô¡l\ 2?gó\1eý,uÇ\89ÚÏ.3\1fÈ7pùU/\8bé¸\ 2©LìÏ\vn⢱?,Gb0m\ f©
-Z5̺v4 ÓV\bWjVÑ\16<\8dû8\10íäúÎt\1cq\16æÛÇ\ 5É[Q\r\ 1j¸BCÖ3òtØV¿Ùö\aE\11«?rrQ9ßP¸p\84\18ð\#\15k\89\953\eë\13i¦|C\18z\ 4x+ÑKÂ\87Ý=\82\9c\9dÍ©\8f_¤^]\85\12Û9JNCöjs¦Ó¸³Yï¨54ËU§Îr|MÊh5O\80ìî?\90ÓYÅ6Ä+j5iò\15\ e\1e¹Ê\1d5\ 6÷û­\8e\9eó\99¤[\eŪ\ßuÔ\10º°\16¿"\18Î\15\92\10`?Ò\18[\1f\9cpäé¤*'a¸.³-º¿Úv\ 1¯§v$Í\1e¿W¸|xqæ\12ê\1d\15BI9\96\17\81Ü¡»7dUü\86\17\ 5\14Ò­tù\87ý7®·\1c2qßÒ\ 4©Îk\81bS\8fÖ¢JT\ 6¯}ß®\7fÃ@N\14c\81WïB\15ø\165\9aÆ5kj\9f\fl·¿·_ɬáp\85\7fÕ3¨\14ç6\9f\14/k\99\17\8b\eBL:»]\9c´\97\16ë<õô\18SÖåo³7>\ 3~+\f\a\97H$=\9f¹é!-9ñÕÆ\0n¡7Ñ\8c     «\13¦#rôjâ@±Þ'\8b\87õÖÙþÜ6    \8f\9fË(Û\\15ÙË\1aÉ\97OØü¼Ð\ 5·¸V¨\e\17EÄgë\8b<\9cn%>%°H\84:íÒÔÐQq\95Æ&ë\80Ú¿8÷|\8d¿¬#×/ãí\12äΫ-¬\8e\86\b¾\9ahÁæb\15ÛÝuÚ&õã\85\7fÞбèìi\85k0gÔ»nø1&;¬e\8c^?\94t\96uI\14\ 6\9e9\\979ƨ­+\1c²W\86Üthÿ¶ÖT\95íx¨-wd¶'å3(m)~2¸V&q£¹kÇ\ 1fwQà´Ú{nb\8edzy\e\93£ÌNÐNȼ\96x\84TCvig\19yqüÚI\83ç\8eîy»}¶¯ù\19Hc;_ýóN 7§2M\83¯\90\1e\15×vÃ\8c{æöÓsf\85l\93\ 5&j'èy4H\80{ø©\88+\8bÕÉ,\1eò\96\83úBÏ\13¶¶¢5µ\88í\89\ 4µøÝ       Ã\bA}3\9b%¡>±\99SDNI㣵p\82ó"h\ 25äõLï5\13\83#\7fË\8dÂ42U\b\aøITÕ\9bô°êUh\97\15ÓiI\18G¶çdü8Ùé\82$ú´$;\e5cÒê -[\94B\87­Ô+õ°|\9d@\vË|äYÕw¯ÃóXÂ,O¸ø½º½þ"Y\156«¥ët\fg\8b¾[\12»á¢g°\ 3µ1\0Uu\ f¹§ÉM\f\16\93OÔ|\82»8q5îä=È\91±®»3\18÷øl^ÜûÀ\97Ïl\9d w®\?z ¤2\94Â\ 4\7f¸hOæ<ü\964¼h¥\94CuÎD³Äx\ 4\9b¢À\979?Ú\17ÆãK\ 5:]HQO×8$Õ\1fX\11Î\8c\9e\1fëÐÍ\v<Év(i]j×G\7f\81KöÐ4¹\a\17\16\85AvGJ×Ý\9f÷7¤7oKÉ\fY5\95bµ4XIgóL=y\80«.*O\8a\8d-,Þ­\8bQ\99:FEÞo\16Cæzµ5òí3\11Û\1e>^Ð!\9f\92}×ÀîS\83\ 2"nÂì\ 6MKò\82U\8779\99"²ú<z\16â¸^ò\88ÆI¦ù\9fVæv±c¯//>¬ðJF°ä]<q+C¸2|\b½üÁü\9b\83Ü#t³z\ 6\1c;P5þ3\95\ f\97\90Á'ÉÚ#\8b÷>kÃ`Xõ\86öÚ@³ \8cËúQ\ 4­µ\89ÊÙ\9eú\16z\95\99$ûâ>)E\89ÒÞ\851ï+ðɸÔ\11ø¤ú\16s\14¿Æ¹µ2\eô8æneî\8b\8a\16X\1d\v\92àd^\16FUwÅ£²ÇB\88¾ý\1a9w7G2r>Ï\1f÷ÞDÅämµc|Â;p\9cæäë\12\9b\aE\88=\ú\8a\9a\9w      ]î\9b¥s%ë\8b¬K´D£)ÛY\14øý{ÞKy¦}%¤o\8aþÛvá\85\93ý\83ÜUûlé''TïöÕ\1cîX*\88Ï\99¼\99ùÊ\1a\83ÛUrnÐúQ\9cÕ1«\17t6w)%ØÕÅw±±\89ûG:«IX\84\88ÅuÍ\1c«\ f ënõ[üÊ#\\847W· å
-ÌIBr°öt*!ý\89ìÚR\8bÊçVg#\\1e\98:®ùû! òghò%\9bEsi\ e?ØòÛ\ 5\11\95\ 1\9e3øÉ\13x\99Ú\ 4»»yL\86¶"&`çKÏy\ 6Úu'\9b%U©ïêi\©ò\97¡×ô+0c\ 68\ 5C\86Ä\82$jÊ.¬p=4ÇÇÈw\87ÜÜó¸{Æy\e\8e_\9b9â,í\8fãkueî\83\98\92\87Ö¿\1a\b&!\94L
-\82\86\96\rÓG?\1em\9e£v\Z\aB/['ÐMß\90      L©\v\19"ç@\80\ 1Ù\8d\a!\ 3]L\80³z\8f®9É        Ùj\1f\0ß\18Z\0óÖ¹Þ§þÉÝêv°³þ\82ïH\98TH+\17@t8<\ 68Åîî\99Vo\84/ÛÛ\89¥Íy£¯ëÝ\93£º\13vûê\az$\ f\87\1fWYm¯Ñmb§£d\1dËbryô\1d4i²tòuñ      Âýø\ e·­ä\8f\ 4\8aᬳ«D\1a\93X7\9d6\8e#\94£\18ñò$úîY\88 \95Ϥóä\13óä\96ÇVv\9aP=å\82Úÿ\ 1Z!lI
+xÚ­\93y<\94}ÛÆ-YRv\12Âe\97e\16ëØÉ\96\94%cf0\96\19\8d\19ûÎÐJ"dì\94-E\88\94%[e˾\16\8aH²ïK¼Ó}¿Ï]ïýüû~®\7fæ{\9eÇu\9cÇ\9c¿ß%*ha%£\8dĺ ô±\18¼\f\14\ 4U\ 1tL-¡J\0\14\ 4a\10\15ÕÁ¡àx4\16£\vÇ£T\0¨²2\14Ð&¸\ 1²\10\0ª¨"\aS\91\95g\10\ 5t°>\81\9b;\1e\90Ð9ÿK¤\ 4h{£ph\ 4\1c\ 3\98Âñî(o²\a\ 2î\ 5Xa\11h\14>\10\ 4h{y\ 1\96¿Þð\ 5,Q¾(\9c\1f
+       b\80B\ 1$\1a\81\a\Pnh\f\ 3øW C\8c+\16Pú»\8c$øü§å\87Âù\92C\ 1\12ä\90ç\ 1rD$\16ã\15\b Q®\f`3,y\16\8a\9cäÿ#Ô¿Íõ      ^^fpï_ö¿\96ô_m¸7Ú+ð\7f\ 5Xo\1f\ 2\1e\85\ 3L±H\14\ eóoéeÔßÙLQH4Áûß]C<Ü\v\8dÐƸy¡\0Èß%´¯>:\0\85´@ã\11î\80+ÜË\17õW\1d\85Aþ;\ 4yo\7fE\0\9b\µ35½$õ÷yþÕ³\80£1xë@\9f\7f\\7f\89ÿbèo&o\a\87\ e\0ì! \b\ 4J\16\92\9fÿürü×,=\f\ 2\8bDcÈ\17BA\11\80ãpð@\ 6òÍ \93\ 2\10\f\ 5Ð\18$*\0@\ 5\90\ 3\83A\18,\9eü
+@ÞI(à\8aÅ1ü:N%\b\0ÖÿUú\9bä\ 1°Ñ?\ 4\83\ 1\7f\88|z`ø?$OV"°ÞÞ¿+P\bÙ
\ f\ 1`W´\1fê\8f>¹âö\a\92\1dÜÿ@\ 5\0\8cþ\8d\19æ\ f\84\ 2`ìïáÊdÂüa\r\95\ 5À>¿Û\8ad"ß3,ò\ f\ 5y\1aî\ f$Kð¿³\92\87áý±\7f´Éÿ\95ð\eeÉÓ\ 3\7fÛ\93×\12\84Âý-ÿï\83¿p\ 1\e\10,#'\aÈÈ\92}\95å\15È[U\ eý?:\ 4\ 1\87Cað\7f}SäÛó\1fvE\93ï\1a
+\15\80B0\8c\rc\11ª1\1e©/b\8bÃôò{Kh$)/¸ÕÜ3«l\1a¨?\15=\9aHéõ¸Ãøºääs»ýÒtv¦9\9a9\ 1ÿC^ß[¯C.uë¯D^¿\976t4çç<\97\1eô\92×n=Ý4ð«\8fÐNô"ó«\17\83\9b?\14(Íû';\8b\93¯\14´e®¶/æZHèZÏÓ}\14¤xcïWõ\86\14£¨d§\9fîe\13G|.&'hÉ\92v½ø\86|Ü'\7f\96äû'>}\88\ eó\88£¯\95\9aXþ&°íçÓç$\1d]£sÊÉeà,_¢\19¢Î,à\95­À<ÈïI\15-8_i_\16\88f;\94\8dW\91ØÃv\8c\ 3\8fÒ¾\18\10\9cÂÂw)ëË\99H$zÏ\89¹¥\ f1<\1aÏÚ·$Ì\97Ô\10ZÄ:³éC\ f*LJÊ\90\rá"/Eð\9eZ\81å²æõQÍ\92ʱÉO\92 )m1LOí¿~L\12úÆwì$ʸ\bð\15d¿?Ø«jv\90\8dÞè)4\8e
+È-Ï,\xj^÷Lxi+\7f:T\19æhÉiÐRR\1a_CcHÀÔÅoê=32\f)\16yÒ¥>¤\87\8d\97\ eSLö°_3\ 3=H{°óÞÜ\90\1dgÛ o$\1c\e3$~_ø"úûçÇ£e\9b\9fa5ɸþb\ 6¯â,áä. \e¦í\vÑç²\az\1a\94\84Å\eÙ/Ä/yh\80§b\9a'
+ÊËìÌ\16¦ªÏJ\fÔn\10càvÍ\19é-\86^/Ñ2}TÜè`Ðà hË\83ðÑVgF¿i½6¸ fÕ\11Æ\85Óiá\88\vBç6\83T\7fÀy@_óÎ\90BÄL¶û¢3_\8dÜÒ\823K3\86\80§³÷Ó\84\8em¨¯\ e\89ê§2G/÷\ f0\95VlP\9fä\7fÍúH\89ÄöJSËI\89\93û\91Fñ0\1c¿$\9a÷Õ\1añãzqðl\93±ò\$Û\ 38×;Q\99\17\a\1c¥H+cãnÛÛ"ÞµriR°îy±Û\8dø\17åo"\12?Wì\86Ê\ ecM{\85ûÖ\18\15\8b\9dw$\9b\ 4|UX©`²Ýî\a.7\1e¥úëìD
+\9a&\147µìDP°\v\ e*û_ß\91ø\99õ5ä(4ñ~mÜ\8f\e\1a\15\16\16îb|­\147\83C%\80U\14g7þ\92\82à¶rø÷Ê2\ 5ÜX\91X2d\96næò\ 5\118\17ñP<êD¸ µò\béL¬LR¶\8aÒN¼\99 ~ö`MÖ*£Æ\19\b|x\1c»\9d¿8\e_\9eÛ\81°¶ø¹¼\93UáMÔTݬ)A\96\f\1fæ\1f¹mÙ6ò095\97]\16zûq:-4òîêÌv+»g[\r®¢Èg\85\86/Ç°\96#B\1fËò\0\81\94V4Î+>ñèâÑ橹©È\15/Êe\ 1ÖùVâ&\8d\82\9eæØ1á\80y\88õ[îõÐ\9c\8cwJRÙ^g\e\97.\aRq\fûçÜÈì£uU-°ÈÃ7Xù?YoDHðFs6"j¨Äìj\ eÞÞ¤p[\19\18pÐ.\180\eG3ÓZ¹ë¹
+}\18y*\9b\17â\9a¦\85\ 2(O×E\1c\887½:ÅRÄ\9bÆ\14t\91A,Á}!ù\9e¤¸Ý°k$\92G{aÕ\83K/\99$ÚüY\9e)ïjô%7\ 4ßÌë¾7ª%Ìi ªÞ.¶N\ 6n\99ܹU&SÐ¥\97\ fÓ§\80Ï'Dbu\94÷¡\90wÇ$6Úû7:\85\96\87\8b\fÞ=2´Oý$C[þ\93]^a^Áw9Äß©4r\18/'\86\8býÐ\93øtPÕÌ»¢Xª\vW\91÷9;\97N:ÛVkÌé\87\ 4ð"N5_\93¦¬ò)´8âg4½\83\98jÿj\9dw\\ eÄ\v\\ 1½w\96ê\9a\95WgÑ:d³\86EM¹úê'(©\88\87\19½ß/°\ 5\97¤©H,\8c¾+ΤöS\8a<\14²2¢vK\8fæU\1e  fh3;eu²A.¸>ùG[\15\1dKͺiÔ7¦µs\1c;à¤\ 3\e\17\91+\81·Ë4\13ï@â\13B`\87¤\97\85æ±ÕÆD\8a\ 3©\89n\19/\97\17\95FéréÏÇLl|=\9dQ¾6:\bÓ\f½X}\7fñ¦ëë»Ä[\19Ë=\ 3
+ħÒ\8d:£ËôçL¿Ï\f©\17>F\83\b^\14â_ÚaX¯µ3\929lpß^Ýc¢0¹vt¾\ 1\1a&\9aº\ 5\f±\aËÏ\1e¹fHïÎÍGP\e¹Ý[ìZÈÒV)íFdò\Ip[Û©OÓ3»\92é\16\84XÏ9àk·zYì\15ji°¾\97ß/CìÝ\94\86\v·\7f}\87«,¸.\176gr<\ fÞ¥>ËßC²ÛÐ=.ØZZ©vhÿÜÜ×µ\92\99\8d§Õ¿98\9d\a\12ð%\98\r¯«wÇùP¹\17YzR1°/:sæá«8o¥y{ÞÖt"Ôоcã÷§\1dµ\11ëÒ\9bIÙ]ÿÂÉRç¯\eZ\ 3Ý\96\19\9d¥`\85åL¾þ\92xÉõÉ\96âBÎg\8d\1c\7f\aØ4s\r\ f]Õ"wG9á6r\ 6ú\86ùrä5Í;SÀ\8e\ 3\8b9Óùq©±¡7\10ûùI\9dNp¿·æ\87S^W\98å\1fè¨åÐ¥\ 4\ 5Þc-õ\11     gÜ'ÞÝ\9eÉPåÀVaØ¥ãi4\ 6\18\8bW\9e\82¸ø\8cuØY(\18@\9b\8b\8f`\1foÞ}6é Õ\14Å\98-Öàzê\9bàºÈ2Õxþá]ÃÇ\8b·¿\1dO\ f\18:-J\9fÍß`ã;\813'å\1a8ï3Ò\1f¿\11äÙthÍTL\92ºØ\99]¢r¾\16\93 ù i¿Tæd*<¿»âCPi«&&\9fOÈ|Û¥ÌöÚ@ü\ 6cÌå²èKWÊ\1fÙj\94\ eu\ e\1e\9dη7(Ï}\9f®\7fÙ×\11*tÈp\95Oè¬\89Ã\8brsî\86£\98"\r!\16\19ö¸Øq\1dê³m0\91£(ÎûóP\r\1a;y×\r¡Iô5Ã\v°îÒkqÉ3ï\9fÄÈêª\93>±?û\96%²8ùÜ\83¨:N9,#UÛh\8a*¬~\90´M/á\ 1âɼ\a£Å\861&àâ¾U5§\18\10Ç'äW\87ý>\8eEÌ@\96W\17\9cL\12ém5¶\15ý{\88\116'#\aPÌtéT\8bf%\96wlÍâo\ 2þ
+\90Wt\8aì\þÝ\98àL;!Úk\174ñ     \1a\99,\ 6:êS\91µ\9d}_?Þ¾"rï´\1c¯ëãV%\9afGå÷J&Cð\86VÕ¾äÆ\9bîk\8aÛÐ\9e7IùÚ\82Ú«ãT¹ù:\ 3D\ fÃÆ÷1\94#\1dð)\ 3aé{ÉW\80jÕ®\17ª\83\85Ç\fs\98\97±þî6\19L\83\1e®>Q¬æûºs\rCA{-zM\1eTj kJ\11I
\89­Ó\16µ¡Ó\8c×\9eþ´×\16M¬"\ 6ĦÎÉ\97\10T\8e¸|×ò\7f¸\15ÒA\93\17\83Î\aàKR¦G0øj¥'³\Ñ»b¶êuº\1dÃo×lë6Â9À\9dZ\82ÍQÍÌÈEávÉ\11þø£\ f4K¯ªït\96]\19.\8aí̵±¯$©\1e÷ÄzÁm
+EF\ 5\9cKo\15ðµ0\r[F\16*) Ö]l^*\88'ÀÆ÷\8døE6D\8bնݧÈJÜSL\1cv<¬\88=A/²ÅÀØû=[:O­\9d¿"hX2ât\8d]¹ÀóHèN c\9auGÓ\ 4·KáË\fó\8cÙ¡ñ~\98æ#«Þ´JS\8dÃ칺âè\9c\91Ì*º¯îßé3\1cL­ùl¢f\9aN;\99F\97$`\16TiÁ±ç£\16o2ä_\1aò¾\89\87\9e©\86\85[MÄõW\876\r\88Ä%k\9d\1cÿ¹\9a¢Ç*e\8dX;£;'÷ÚÀ  \ eÊ\1fü\ 2\91\11=J\86àúR©\98\11e.\1cïøx«\99ôåÔÔ?ò  Ý'=|\8e\92&:p¡G¦\9c\9e}3\v|qÂ\80\86X¦Ï{!\ eXi÷¦ØÈæwva\ 4\85ô×D¨ÛpEITî\1a8òZJ\9bäþ\18q&Üã\a[nPv|ë?,Ñj¯\9bâ¦c1g\99æ%9^n\89Õb\8a-\ 2\a\8e\86Óí\84Ö\9d¸âøÕ¨Ì|7»ú\87ß×Ød-Y\85(\98êqD3I\ 67:\12mM±?ìH\12ö<\87íºh[Éü,pI\aºv\18ø\80\8a'ì-J}\ruk°3\99¦÷â{ã\83\1dï»#ÓÕY¤ÇtV ã,£\8cqöÞ\92Ä 9\166z\8aTµÚLùx\v\832çäðâÎ2ü$Åi6ÒuE\15Ñ-ÊîZ\89\90\96Jî6\ e«3\90ÄÚP¤Áã\13lo¹Ä¤Uíæ¢ÕöOn"Ïì\99çì\8bê|\8b,-\8dÞE\16\r\12Ûo74\9f¡=\12Ã\85H=X·²\rà·ÕW52\19\1e\85yz\87$v·ë\9f\ 3?\í?\7fG¹Aµ\ 4l¶0¢yáFkd\14íÚèO\8aÔ\84©7*?UOúy    ÀÅÓ'\aó®r\1fR\ 5\k­\17\9b4~Í×Ï\f\19\14Oü2Öö6¦ÿÎâ\1dÙr5ÚðÓCâÆ\92\8bÓ\11¸µ±ùÁØ-¥ªOZ<ª\8f¤\85_\11XÀ®ö}§\13\7fÜ£[\ e¡\b¡esÆõ4ÕÆ        +W¨fn/V\9e³¯Ü¤ªW\7f\18L\11R\1cóRt+ü!¬\99"ZOg°#Ç>\88Í\1f¶h?ÉÝMH8i\15ÀÚÖk¨rèÃ5ú6ç\84\1f-ôè\81hM\8f\ 2úñQáN'G\9aóâW®\15    £É\1f¡sÍf`R8µg\8fæÓÚ\9fÅéÙe\9b\93âºÛ(\ 3Øóñ\94v\róÎûö|\e%òM@%Ò¾ò<
+\92Zf\11·Ð#\99é\97\81ÕÞ#©Udp®>Di~¿\9bþ£Þc\82\83\87µKÖ±¨j\7f\98+\95r\bû9GR-Ámh£Ä_¹ÿY9ÎVsÚ«§ÅÚ\8c&àê}%å\94ÕÕó\15\9eÄÚjkÞ¤;x-Ç׫¾
+)oª=îÎñÉðø}?e20c\95,\12x\\1d\19\99tq¥Ïù\*J#úÞ\e£³\9f^n\ e\9b󿧠³»qgÏ\98\8d-\8bã¹å\9c\9b\80}»iéî\10¯íåÂ\81ܨC×»Oh*Ü!Ñ\9aÃg¹\9c_ã²\f<l¥'\15§]\84\99å¦\1a\9dÁ\15ôg%¢\ e³Í\8cÔ\0]\8fþ­\8a1ë'GT¦0\ 1Ê]i\87ÅÑ\99O\87ëÇ\13im!\ e\ f_\82Àª\11;bJOe%»bXS\9a·¿{½6Y\1eäöæXVþi\aÊUÔþ²­Â¶I\170ÝT\15G\13\10¸M[ +XÐr÷Æ\814ÛÆõGjl\8eÄÍþàSc®,s\8br®ËK)c\92\934\9fxÑ #v§ùFv¾    ¹{\8f¨S=Ào\14\ 2ä[ì\9c®\1fs¾çªÕ¼ÊÔÔzÎrÏQ\9d\90ç!Ô¹¦lU ¦I\9e\98ÕØ$\18²ýrù­Ø¼\11ÇZßñ·[5aAr#\91ç´¨Z4V\85;ÄØCE²ìüÍ\1fÏo\18\9e¸íä\9c `æ9S@\12A\96R\86\8eW\rFÃus\89î\8aREfta\1f\9eÑDÙï>N\11Ò\ f    \82x\1dÖu\7f\18\14u\v\bª\95¿à¾X ãU|X´ìp@\99Ã25\19Q\8f<+ó9ÞÿúÈ\8b\94\e\95~$Wÿ°ïëOë\ 4ú¡Q×Á\17\99Â^>\16»fêá\9a0vº1É\12ÏWm¾\e]N"\9e\95í\rëyEmì\16À¶\eÙ\eNH´ª\eÛï\19ë½Fu¶c²P©Nk'hËÒ9\94¤ì\19OÀµ\8aÜÀ¤[/ØoÓöU+\86\8eÉYË.\87¨\0m:\98®³\8e°
+$§=^\97\93¿
+]¢_*Ú¼¦·\98^\9b\9f$=kfáT\13\96=Ëj7¯ÒÛѵ5VÜ\19\7fÇ\96¨ù\\9bï\83\85úl\91ø\ 1\b¤¸|`IîARL\85¬ÿÒ;o+¢ZÝùdQ\7fNÏÆÓôçØ·|´×n)­jô\86ô\98\b\80.L\ 4f\ fé\9f\8e;å+@y|Rî        \8dùýÙ5yÿî\ 5\97\fý\993ºº\96èOü\9f-\f\89\0´uóÊB%\ f³\1c·9xµ9¬]Ü\84+ë=\19nÔÛÙ>­[
+EnË~\949\9f\ 2))ÓË\1e&\1a \9bÐ\13\ 6{\8cy\80±\8b!h\1cY\9cV«PÔ¬ {ó\81ÁeÄ\10\1eO\1d.å7S\98õã
+U÷:\83cRÑÆÄsßçî77èßÙd\85Ù\88\96qVÙñ\94T\1dcSHÎÌÁ÷\9d\ßËR7\880¦èþp2ï\eRâYð\94êªõ7\ 6J~\9eâÙeB={\9c3wó!c¿à;\9e'\92ÇNÆ\96Oû¼öB=ê׺+:,éCXA'ï\exîÖÝù0\9fÞ¾V\e¡\91þs×KäÉ3_û¼ Æg\19\17öº     >\82Ã\r\9c%u­MK\1cB¾]ÚÃE=\ 5E\8e)«¹Vú\1aÊðæîG8\95v\9as   ©\88&\bÜ£hÏØ\88úÓSÓ
+4ÁWo:ð2×\8a\ 3~\8b\9bz9\bE\1d\bì^ÐâÖ\86ÖoÒå\12¿Î\ 5.]ô\89Ã\94ۺɪY\8cø´?\rFù*8Ä\bóü@"!\96py¹ìÑâü\83þ)#Iè\81AÕîÕ)Ë\15\13\17-ý¬6ê\87yO ¬BÞ\87íÌ\85h\0?7\94\98×8\9a¾\105º_H½­5þ\10Q\83[\93\17\8870jxûÂÉù»vèàÿ\0\87ùhC
 endstream
 endobj
 1140 0 obj <<
 /Type /FontDescriptor
-/FontName /EBEDWT+CMR17
+/FontName /LZXMMQ+CMR17
 /Flags 4
 /FontBBox [-33 -250 945 749]
 /Ascent 694
@@ -5718,7 +5712,7 @@ endobj
 /ItalicAngle 0
 /StemV 53
 /XHeight 430
-/CharSet (/F/J/X/a/comma/d/g/h/i/n/o/one/p/period/r/t/three/two/u/y/zero)
+/CharSet (/F/J/X/a/comma/d/five/g/h/i/n/o/one/p/period/r/t/two/u/y/zero)
 /FontFile 1139 0 R
 >> endobj
 1141 0 obj <<
@@ -6189,7 +6183,7 @@ endobj
 435 0 obj <<
 /Type /Font
 /Subtype /Type1
-/BaseFont /EBEDWT+CMR17
+/BaseFont /LZXMMQ+CMR17
 /FontDescriptor 1140 0 R
 /FirstChar 44
 /LastChar 121
@@ -7404,8 +7398,8 @@ endobj
 >> endobj
 1241 0 obj <<
 /Author()/Title()/Subject()/Creator(LaTeX with hyperref package)/Producer(pdfTeX-1.40.3)/Keywords()
-/CreationDate (D:20100113213332-05'00')
-/ModDate (D:20100113213332-05'00')
+/CreationDate (D:20100125212818-05'00')
+/ModDate (D:20100125212818-05'00')
 /Trapped /False
 /PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6)
 >> endobj
@@ -7418,399 +7412,399 @@ xref
 0000000000 00000 f 
 0000000015 00000 n 
 0000033011 00000 n 
-0000401705 00000 n 
+0000401861 00000 n 
 0000000060 00000 n 
 0000000106 00000 n 
 0000033066 00000 n 
-0000401596 00000 n 
+0000401752 00000 n 
 0000000156 00000 n 
 0000000183 00000 n 
 0000033122 00000 n 
-0000401522 00000 n 
+0000401678 00000 n 
 0000000239 00000 n 
 0000000269 00000 n 
 0000033178 00000 n 
-0000401435 00000 n 
+0000401591 00000 n 
 0000000325 00000 n 
 0000000358 00000 n 
 0000033234 00000 n 
-0000401348 00000 n 
+0000401504 00000 n 
 0000000414 00000 n 
 0000000444 00000 n 
 0000036483 00000 n 
-0000401261 00000 n 
+0000401417 00000 n 
 0000000500 00000 n 
 0000000552 00000 n 
 0000048315 00000 n 
-0000401174 00000 n 
+0000401330 00000 n 
 0000000608 00000 n 
 0000000647 00000 n 
 0000048371 00000 n 
-0000401100 00000 n 
+0000401256 00000 n 
 0000000703 00000 n 
 0000000738 00000 n 
 0000048427 00000 n 
-0000400977 00000 n 
+0000401133 00000 n 
 0000000789 00000 n 
 0000000829 00000 n 
 0000050958 00000 n 
-0000400903 00000 n 
+0000401059 00000 n 
 0000000885 00000 n 
 0000000917 00000 n 
 0000051014 00000 n 
-0000400816 00000 n 
+0000400972 00000 n 
 0000000973 00000 n 
 0000000996 00000 n 
 0000051070 00000 n 
-0000400729 00000 n 
+0000400885 00000 n 
 0000001052 00000 n 
 0000001078 00000 n 
 0000053676 00000 n 
-0000400642 00000 n 
+0000400798 00000 n 
 0000001134 00000 n 
 0000001158 00000 n 
 0000053732 00000 n 
-0000400555 00000 n 
+0000400711 00000 n 
 0000001214 00000 n 
 0000001240 00000 n 
 0000053788 00000 n 
-0000400481 00000 n 
+0000400637 00000 n 
 0000001296 00000 n 
 0000001324 00000 n 
 0000056210 00000 n 
-0000400371 00000 n 
+0000400527 00000 n 
 0000001375 00000 n 
 0000001419 00000 n 
 0000056266 00000 n 
-0000400297 00000 n 
+0000400453 00000 n 
 0000001475 00000 n 
 0000001506 00000 n 
 0000056493 00000 n 
-0000400223 00000 n 
+0000400379 00000 n 
 0000001562 00000 n 
 0000001597 00000 n 
 0000075331 00000 n 
-0000400097 00000 n 
+0000400253 00000 n 
 0000001643 00000 n 
 0000001683 00000 n 
 0000075387 00000 n 
-0000399998 00000 n 
+0000400154 00000 n 
 0000001734 00000 n 
 0000001761 00000 n 
 0000075443 00000 n 
-0000399924 00000 n 
+0000400080 00000 n 
 0000001817 00000 n 
 0000001859 00000 n 
 0000075499 00000 n 
-0000399837 00000 n 
+0000399993 00000 n 
 0000001915 00000 n 
 0000001943 00000 n 
 0000075555 00000 n 
-0000399750 00000 n 
+0000399906 00000 n 
 0000001999 00000 n 
 0000002028 00000 n 
 0000078047 00000 n 
-0000399661 00000 n 
+0000399817 00000 n 
 0000002084 00000 n 
 0000002135 00000 n 
 0000078103 00000 n 
-0000399570 00000 n 
+0000399726 00000 n 
 0000002192 00000 n 
 0000002222 00000 n 
 0000078160 00000 n 
-0000399478 00000 n 
+0000399634 00000 n 
 0000002279 00000 n 
 0000002313 00000 n 
 0000079381 00000 n 
-0000399386 00000 n 
+0000399542 00000 n 
 0000002370 00000 n 
 0000002406 00000 n 
 0000081678 00000 n 
-0000399294 00000 n 
+0000399450 00000 n 
 0000002463 00000 n 
 0000002506 00000 n 
 0000081735 00000 n 
-0000399216 00000 n 
+0000399372 00000 n 
 0000002563 00000 n 
 0000002600 00000 n 
 0000084422 00000 n 
-0000399084 00000 n 
+0000399240 00000 n 
 0000002647 00000 n 
 0000002698 00000 n 
 0000084479 00000 n 
-0000398966 00000 n 
+0000399122 00000 n 
 0000002750 00000 n 
 0000002778 00000 n 
 0000084536 00000 n 
-0000398901 00000 n 
+0000399057 00000 n 
 0000002835 00000 n 
 0000002872 00000 n 
 0000084593 00000 n 
-0000398769 00000 n 
+0000398925 00000 n 
 0000002924 00000 n 
 0000002966 00000 n 
 0000084650 00000 n 
-0000398704 00000 n 
+0000398860 00000 n 
 0000003023 00000 n 
 0000003058 00000 n 
 0000099730 00000 n 
-0000398625 00000 n 
+0000398781 00000 n 
 0000003110 00000 n 
 0000003161 00000 n 
 0000104555 00000 n 
-0000398492 00000 n 
+0000398648 00000 n 
 0000003208 00000 n 
 0000003257 00000 n 
 0000104612 00000 n 
-0000398413 00000 n 
+0000398569 00000 n 
 0000003309 00000 n 
 0000003337 00000 n 
 0000104669 00000 n 
-0000398281 00000 n 
+0000398437 00000 n 
 0000003389 00000 n 
 0000003439 00000 n 
 0000104726 00000 n 
-0000398202 00000 n 
+0000398358 00000 n 
 0000003496 00000 n 
 0000003536 00000 n 
 0000104781 00000 n 
-0000398109 00000 n 
+0000398265 00000 n 
 0000003593 00000 n 
 0000003634 00000 n 
 0000107378 00000 n 
-0000398016 00000 n 
+0000398172 00000 n 
 0000003691 00000 n 
 0000003725 00000 n 
 0000107435 00000 n 
-0000397937 00000 n 
+0000398093 00000 n 
 0000003782 00000 n 
 0000003814 00000 n 
 0000122241 00000 n 
-0000397819 00000 n 
+0000397975 00000 n 
 0000003866 00000 n 
 0000003919 00000 n 
 0000122298 00000 n 
-0000397740 00000 n 
+0000397896 00000 n 
 0000003976 00000 n 
 0000004031 00000 n 
 0000129449 00000 n 
-0000397647 00000 n 
+0000397803 00000 n 
 0000004088 00000 n 
 0000004126 00000 n 
 0000129848 00000 n 
-0000397554 00000 n 
+0000397710 00000 n 
 0000004183 00000 n 
 0000004227 00000 n 
 0000131722 00000 n 
-0000397461 00000 n 
+0000397617 00000 n 
 0000004284 00000 n 
 0000004318 00000 n 
 0000132631 00000 n 
-0000397368 00000 n 
+0000397524 00000 n 
 0000004375 00000 n 
 0000004411 00000 n 
 0000135343 00000 n 
-0000397275 00000 n 
+0000397431 00000 n 
 0000004468 00000 n 
 0000004499 00000 n 
 0000138866 00000 n 
-0000397182 00000 n 
+0000397338 00000 n 
 0000004556 00000 n 
 0000004588 00000 n 
 0000138923 00000 n 
-0000397089 00000 n 
+0000397245 00000 n 
 0000004645 00000 n 
 0000004679 00000 n 
-0000140813 00000 n 
-0000397010 00000 n 
+0000140964 00000 n 
+0000397166 00000 n 
 0000004736 00000 n 
 0000004776 00000 n 
-0000143361 00000 n 
-0000396877 00000 n 
+0000143512 00000 n 
+0000397033 00000 n 
 0000004823 00000 n 
 0000004881 00000 n 
-0000143418 00000 n 
-0000396798 00000 n 
+0000143569 00000 n 
+0000396954 00000 n 
 0000004933 00000 n 
 0000004961 00000 n 
-0000143475 00000 n 
-0000396680 00000 n 
+0000143626 00000 n 
+0000396836 00000 n 
 0000005013 00000 n 
 0000005049 00000 n 
-0000143532 00000 n 
-0000396601 00000 n 
+0000143683 00000 n 
+0000396757 00000 n 
 0000005106 00000 n 
 0000005135 00000 n 
-0000146423 00000 n 
-0000396508 00000 n 
+0000146574 00000 n 
+0000396664 00000 n 
 0000005192 00000 n 
 0000005233 00000 n 
-0000149421 00000 n 
-0000396429 00000 n 
+0000149572 00000 n 
+0000396585 00000 n 
 0000005290 00000 n 
 0000005318 00000 n 
-0000153447 00000 n 
-0000396296 00000 n 
+0000153598 00000 n 
+0000396452 00000 n 
 0000005365 00000 n 
 0000005414 00000 n 
-0000153504 00000 n 
-0000396217 00000 n 
+0000153655 00000 n 
+0000396373 00000 n 
 0000005466 00000 n 
 0000005494 00000 n 
-0000153561 00000 n 
-0000396099 00000 n 
+0000153712 00000 n 
+0000396255 00000 n 
 0000005546 00000 n 
 0000005580 00000 n 
-0000153618 00000 n 
-0000396020 00000 n 
+0000153769 00000 n 
+0000396176 00000 n 
 0000005637 00000 n 
 0000005670 00000 n 
-0000153675 00000 n 
-0000395927 00000 n 
+0000153826 00000 n 
+0000396083 00000 n 
 0000005727 00000 n 
 0000005760 00000 n 
-0000157155 00000 n 
-0000395848 00000 n 
+0000157306 00000 n 
+0000396004 00000 n 
 0000005817 00000 n 
 0000005854 00000 n 
-0000164353 00000 n 
-0000395715 00000 n 
+0000164504 00000 n 
+0000395871 00000 n 
 0000005901 00000 n 
 0000005950 00000 n 
-0000164410 00000 n 
-0000395636 00000 n 
+0000164561 00000 n 
+0000395792 00000 n 
 0000006002 00000 n 
 0000006030 00000 n 
-0000164467 00000 n 
-0000395518 00000 n 
+0000164618 00000 n 
+0000395674 00000 n 
 0000006082 00000 n 
 0000006116 00000 n 
-0000164524 00000 n 
-0000395439 00000 n 
+0000164675 00000 n 
+0000395595 00000 n 
 0000006173 00000 n 
 0000006198 00000 n 
-0000184923 00000 n 
-0000395360 00000 n 
+0000185074 00000 n 
+0000395516 00000 n 
 0000006255 00000 n 
 0000006288 00000 n 
-0000198493 00000 n 
-0000395227 00000 n 
+0000198644 00000 n 
+0000395383 00000 n 
 0000006335 00000 n 
 0000006379 00000 n 
-0000198551 00000 n 
-0000395148 00000 n 
+0000198702 00000 n 
+0000395304 00000 n 
 0000006431 00000 n 
 0000006459 00000 n 
-0000198609 00000 n 
-0000395055 00000 n 
+0000198760 00000 n 
+0000395211 00000 n 
 0000006511 00000 n 
 0000006545 00000 n 
-0000234411 00000 n 
-0000394962 00000 n 
+0000234562 00000 n 
+0000395118 00000 n 
 0000006597 00000 n 
 0000006626 00000 n 
-0000234469 00000 n 
-0000394869 00000 n 
+0000234620 00000 n 
+0000395025 00000 n 
 0000006678 00000 n 
 0000006707 00000 n 
-0000256256 00000 n 
-0000394776 00000 n 
+0000256407 00000 n 
+0000394932 00000 n 
 0000006759 00000 n 
 0000006788 00000 n 
-0000258985 00000 n 
-0000394658 00000 n 
+0000259136 00000 n 
+0000394814 00000 n 
 0000006840 00000 n 
 0000006874 00000 n 
-0000259043 00000 n 
-0000394579 00000 n 
+0000259194 00000 n 
+0000394735 00000 n 
 0000006931 00000 n 
 0000006964 00000 n 
-0000261821 00000 n 
-0000394486 00000 n 
+0000261972 00000 n 
+0000394642 00000 n 
 0000007021 00000 n 
 0000007054 00000 n 
-0000265215 00000 n 
-0000394393 00000 n 
+0000265366 00000 n 
+0000394549 00000 n 
 0000007111 00000 n 
 0000007149 00000 n 
-0000265273 00000 n 
-0000394300 00000 n 
+0000265424 00000 n 
+0000394456 00000 n 
 0000007206 00000 n 
 0000007244 00000 n 
-0000267252 00000 n 
-0000394221 00000 n 
+0000267403 00000 n 
+0000394377 00000 n 
 0000007301 00000 n 
 0000007339 00000 n 
-0000269180 00000 n 
-0000394088 00000 n 
+0000269331 00000 n 
+0000394244 00000 n 
 0000007386 00000 n 
 0000007422 00000 n 
-0000269238 00000 n 
-0000394009 00000 n 
+0000269389 00000 n 
+0000394165 00000 n 
 0000007474 00000 n 
 0000007502 00000 n 
-0000269296 00000 n 
-0000393891 00000 n 
+0000269447 00000 n 
+0000394047 00000 n 
 0000007554 00000 n 
 0000007583 00000 n 
-0000269354 00000 n 
-0000393812 00000 n 
+0000269505 00000 n 
+0000393968 00000 n 
 0000007640 00000 n 
 0000007664 00000 n 
-0000269412 00000 n 
-0000393719 00000 n 
+0000269563 00000 n 
+0000393875 00000 n 
 0000007721 00000 n 
 0000007758 00000 n 
-0000272076 00000 n 
-0000393626 00000 n 
+0000272227 00000 n 
+0000393782 00000 n 
 0000007815 00000 n 
 0000007852 00000 n 
-0000272134 00000 n 
-0000393533 00000 n 
+0000272285 00000 n 
+0000393689 00000 n 
 0000007909 00000 n 
 0000007944 00000 n 
-0000272192 00000 n 
-0000393440 00000 n 
+0000272343 00000 n 
+0000393596 00000 n 
 0000008001 00000 n 
 0000008037 00000 n 
-0000272250 00000 n 
-0000393347 00000 n 
+0000272401 00000 n 
+0000393503 00000 n 
 0000008094 00000 n 
 0000008129 00000 n 
-0000274008 00000 n 
-0000393268 00000 n 
+0000274159 00000 n 
+0000393424 00000 n 
 0000008186 00000 n 
 0000008220 00000 n 
-0000276673 00000 n 
-0000393135 00000 n 
+0000276824 00000 n 
+0000393291 00000 n 
 0000008268 00000 n 
 0000008294 00000 n 
-0000276731 00000 n 
-0000393070 00000 n 
+0000276882 00000 n 
+0000393226 00000 n 
 0000008347 00000 n 
 0000008399 00000 n 
-0000280542 00000 n 
-0000392937 00000 n 
+0000280693 00000 n 
+0000393093 00000 n 
 0000008447 00000 n 
 0000008502 00000 n 
-0000280600 00000 n 
-0000392819 00000 n 
+0000280751 00000 n 
+0000392975 00000 n 
 0000008554 00000 n 
 0000008582 00000 n 
-0000280658 00000 n 
-0000392740 00000 n 
+0000280809 00000 n 
+0000392896 00000 n 
 0000008639 00000 n 
 0000008671 00000 n 
-0000280716 00000 n 
-0000392661 00000 n 
+0000280867 00000 n 
+0000392817 00000 n 
 0000008728 00000 n 
 0000008757 00000 n 
-0000283340 00000 n 
-0000392582 00000 n 
+0000283491 00000 n 
+0000392738 00000 n 
 0000008809 00000 n 
 0000008842 00000 n 
-0000285872 00000 n 
-0000392502 00000 n 
+0000286023 00000 n 
+0000392658 00000 n 
 0000008890 00000 n 
 0000008937 00000 n 
 0000010085 00000 n 
@@ -7845,11 +7839,11 @@ xref
 0000008989 00000 n 
 0000014582 00000 n 
 0000014639 00000 n 
-0000389651 00000 n 
-0000389220 00000 n 
+0000389807 00000 n 
+0000389376 00000 n 
 0000014696 00000 n 
-0000389075 00000 n 
-0000390669 00000 n 
+0000389231 00000 n 
+0000390825 00000 n 
 0000016866 00000 n 
 0000017028 00000 n 
 0000017190 00000 n 
@@ -7943,7 +7937,7 @@ xref
 0000033375 00000 n 
 0000036426 00000 n 
 0000036539 00000 n 
-0000390232 00000 n 
+0000390388 00000 n 
 0000038281 00000 n 
 0000048545 00000 n 
 0000038162 00000 n 
@@ -7955,7 +7949,7 @@ xref
 0000050782 00000 n 
 0000048674 00000 n 
 0000050901 00000 n 
-0000390787 00000 n 
+0000390943 00000 n 
 0000053844 00000 n 
 0000053500 00000 n 
 0000051211 00000 n 
@@ -7998,13 +7992,13 @@ xref
 0000066029 00000 n 
 0000066086 00000 n 
 0000066147 00000 n 
-0000388784 00000 n 
-0000389799 00000 n 
-0000389508 00000 n 
+0000388940 00000 n 
+0000389955 00000 n 
+0000389664 00000 n 
 0000066208 00000 n 
 0000063855 00000 n 
 0000065725 00000 n 
-0000290981 00000 n 
+0000291132 00000 n 
 0000069145 00000 n 
 0000069591 00000 n 
 0000069006 00000 n 
@@ -8023,9 +8017,9 @@ xref
 0000072654 00000 n 
 0000072711 00000 n 
 0000072768 00000 n 
-0000389365 00000 n 
-0000390524 00000 n 
-0000390905 00000 n 
+0000389521 00000 n 
+0000390680 00000 n 
+0000391061 00000 n 
 0000075611 00000 n 
 0000075155 00000 n 
 0000072948 00000 n 
@@ -8050,14 +8044,14 @@ xref
 0000083595 00000 n 
 0000081890 00000 n 
 0000084365 00000 n 
-0000390378 00000 n 
+0000390534 00000 n 
 0000087047 00000 n 
 0000087266 00000 n 
 0000086908 00000 n 
 0000084831 00000 n 
 0000087209 00000 n 
-0000390086 00000 n 
-0000391023 00000 n 
+0000390242 00000 n 
+0000391179 00000 n 
 0000089752 00000 n 
 0000089913 00000 n 
 0000090075 00000 n 
@@ -8104,7 +8098,7 @@ xref
 0000101673 00000 n 
 0000104498 00000 n 
 0000104347 00000 n 
-0000391141 00000 n 
+0000391297 00000 n 
 0000106867 00000 n 
 0000107019 00000 n 
 0000107554 00000 n 
@@ -8162,7 +8156,7 @@ xref
 0000115138 00000 n 
 0000115194 00000 n 
 0000115251 00000 n 
-0000388492 00000 n 
+0000388648 00000 n 
 0000118426 00000 n 
 0000117168 00000 n 
 0000115432 00000 n 
@@ -8214,7 +8208,7 @@ xref
 0000122978 00000 n 
 0000124968 00000 n 
 0000125025 00000 n 
-0000388930 00000 n 
+0000389086 00000 n 
 0000125082 00000 n 
 0000125139 00000 n 
 0000125196 00000 n 
@@ -8235,7 +8229,7 @@ xref
 0000126049 00000 n 
 0000126106 00000 n 
 0000126163 00000 n 
-0000391259 00000 n 
+0000391415 00000 n 
 0000128760 00000 n 
 0000128922 00000 n 
 0000129084 00000 n 
@@ -8251,7 +8245,7 @@ xref
 0000129734 00000 n 
 0000129791 00000 n 
 0000129905 00000 n 
-0000187993 00000 n 
+0000188144 00000 n 
 0000132688 00000 n 
 0000131546 00000 n 
 0000130060 00000 n 
@@ -8298,366 +8292,366 @@ xref
 0000138178 00000 n 
 0000135498 00000 n 
 0000138809 00000 n 
-0000140583 00000 n 
-0000140870 00000 n 
-0000140444 00000 n 
+0000140734 00000 n 
+0000141021 00000 n 
+0000140595 00000 n 
 0000139104 00000 n 
-0000140756 00000 n 
-0000143589 00000 n 
-0000143185 00000 n 
-0000140955 00000 n 
-0000143304 00000 n 
-0000391377 00000 n 
-0000146537 00000 n 
-0000146247 00000 n 
-0000143739 00000 n 
-0000146366 00000 n 
-0000146480 00000 n 
-0000149134 00000 n 
-0000149534 00000 n 
-0000148995 00000 n 
-0000146648 00000 n 
-0000149307 00000 n 
-0000149364 00000 n 
-0000149477 00000 n 
-0000150956 00000 n 
-0000150495 00000 n 
-0000149658 00000 n 
-0000150614 00000 n 
-0000150671 00000 n 
-0000150728 00000 n 
-0000150785 00000 n 
-0000150842 00000 n 
-0000150899 00000 n 
-0000153228 00000 n 
-0000153732 00000 n 
-0000153089 00000 n 
-0000151054 00000 n 
-0000153390 00000 n 
-0000156937 00000 n 
-0000157212 00000 n 
-0000156798 00000 n 
-0000153869 00000 n 
-0000157098 00000 n 
-0000388639 00000 n 
-0000160502 00000 n 
-0000159927 00000 n 
-0000157400 00000 n 
-0000160046 00000 n 
-0000160103 00000 n 
-0000160160 00000 n 
-0000160217 00000 n 
-0000160274 00000 n 
-0000389944 00000 n 
-0000160331 00000 n 
-0000160388 00000 n 
-0000160445 00000 n 
-0000391495 00000 n 
-0000161621 00000 n 
-0000161160 00000 n 
-0000160690 00000 n 
-0000161279 00000 n 
-0000161336 00000 n 
-0000161393 00000 n 
-0000161450 00000 n 
-0000161507 00000 n 
-0000161564 00000 n 
-0000165542 00000 n 
-0000164581 00000 n 
-0000164177 00000 n 
-0000161706 00000 n 
-0000164296 00000 n 
-0000169201 00000 n 
-0000173193 00000 n 
-0000180401 00000 n 
-0000178282 00000 n 
-0000165423 00000 n 
-0000164679 00000 n 
-0000178039 00000 n 
-0000178096 00000 n 
-0000178158 00000 n 
-0000178220 00000 n 
-0000168768 00000 n 
-0000172762 00000 n 
-0000177536 00000 n 
-0000184980 00000 n 
-0000180282 00000 n 
-0000178424 00000 n 
-0000184804 00000 n 
-0000184861 00000 n 
-0000184370 00000 n 
-0000187614 00000 n 
-0000187774 00000 n 
-0000188050 00000 n 
-0000187467 00000 n 
-0000185148 00000 n 
-0000187936 00000 n 
-0000190643 00000 n 
-0000190805 00000 n 
-0000192660 00000 n 
-0000191081 00000 n 
-0000190496 00000 n 
-0000188187 00000 n 
-0000190967 00000 n 
-0000191024 00000 n 
-0000391613 00000 n 
-0000192878 00000 n 
-0000192521 00000 n 
-0000191218 00000 n 
-0000192821 00000 n 
-0000195028 00000 n 
-0000195190 00000 n 
-0000195352 00000 n 
-0000195568 00000 n 
-0000194873 00000 n 
-0000192989 00000 n 
-0000195510 00000 n 
-0000198667 00000 n 
-0000198312 00000 n 
-0000195705 00000 n 
-0000198434 00000 n 
-0000199952 00000 n 
-0000199464 00000 n 
-0000199283 00000 n 
-0000198779 00000 n 
-0000199405 00000 n 
-0000232671 00000 n 
-0000199830 00000 n 
-0000199537 00000 n 
-0000232549 00000 n 
-0000232608 00000 n 
-0000231707 00000 n 
-0000234527 00000 n 
-0000234229 00000 n 
-0000232790 00000 n 
-0000234352 00000 n 
-0000391734 00000 n 
-0000235557 00000 n 
-0000256377 00000 n 
-0000235434 00000 n 
-0000234639 00000 n 
-0000256197 00000 n 
-0000256314 00000 n 
-0000255421 00000 n 
-0000259101 00000 n 
-0000258803 00000 n 
-0000256522 00000 n 
-0000258926 00000 n 
-0000261879 00000 n 
-0000261639 00000 n 
-0000259226 00000 n 
-0000261762 00000 n 
-0000263714 00000 n 
-0000263532 00000 n 
-0000262004 00000 n 
-0000263655 00000 n 
-0000265331 00000 n 
-0000265033 00000 n 
-0000263813 00000 n 
-0000265156 00000 n 
-0000267487 00000 n 
-0000267070 00000 n 
-0000265469 00000 n 
-0000267193 00000 n 
-0000267310 00000 n 
-0000267369 00000 n 
-0000267428 00000 n 
-0000391859 00000 n 
-0000269470 00000 n 
-0000268998 00000 n 
-0000267625 00000 n 
-0000269121 00000 n 
-0000272307 00000 n 
-0000271894 00000 n 
-0000269608 00000 n 
-0000272017 00000 n 
-0000274066 00000 n 
-0000273826 00000 n 
-0000272432 00000 n 
-0000273949 00000 n 
-0000276788 00000 n 
-0000276491 00000 n 
-0000274178 00000 n 
-0000276614 00000 n 
-0000277605 00000 n 
-0000277423 00000 n 
-0000276913 00000 n 
-0000277546 00000 n 
-0000279845 00000 n 
-0000279997 00000 n 
-0000280150 00000 n 
-0000280317 00000 n 
-0000280774 00000 n 
-0000279674 00000 n 
-0000277704 00000 n 
-0000280483 00000 n 
-0000391984 00000 n 
-0000283398 00000 n 
-0000283158 00000 n 
-0000280886 00000 n 
-0000283281 00000 n 
-0000285141 00000 n 
-0000284900 00000 n 
-0000283523 00000 n 
-0000285023 00000 n 
-0000285082 00000 n 
-0000285930 00000 n 
-0000285690 00000 n 
-0000285253 00000 n 
-0000285813 00000 n 
-0000287363 00000 n 
-0000288926 00000 n 
-0000289095 00000 n 
-0000289273 00000 n 
-0000289726 00000 n 
-0000287192 00000 n 
-0000286029 00000 n 
-0000289608 00000 n 
-0000289667 00000 n 
-0000289440 00000 n 
-0000288665 00000 n 
-0000288822 00000 n 
-0000288903 00000 n 
-0000290451 00000 n 
-0000291038 00000 n 
-0000290298 00000 n 
-0000289855 00000 n 
-0000290864 00000 n 
-0000290923 00000 n 
-0000290658 00000 n 
-0000291137 00000 n 
-0000291161 00000 n 
-0000291607 00000 n 
-0000292121 00000 n 
-0000292147 00000 n 
-0000292179 00000 n 
-0000292703 00000 n 
-0000293275 00000 n 
-0000293355 00000 n 
-0000293513 00000 n 
-0000294164 00000 n 
-0000294742 00000 n 
-0000295162 00000 n 
-0000295805 00000 n 
-0000296289 00000 n 
-0000296932 00000 n 
-0000298560 00000 n 
-0000298788 00000 n 
-0000301689 00000 n 
-0000302023 00000 n 
-0000307416 00000 n 
-0000307696 00000 n 
-0000309837 00000 n 
-0000310065 00000 n 
-0000325902 00000 n 
-0000326478 00000 n 
-0000331448 00000 n 
-0000331728 00000 n 
-0000335059 00000 n 
-0000335327 00000 n 
-0000337962 00000 n 
-0000338212 00000 n 
-0000349984 00000 n 
-0000350417 00000 n 
-0000352470 00000 n 
-0000352757 00000 n 
-0000353968 00000 n 
-0000354194 00000 n 
-0000355756 00000 n 
-0000355998 00000 n 
-0000365415 00000 n 
-0000365766 00000 n 
-0000374214 00000 n 
-0000374616 00000 n 
-0000387944 00000 n 
-0000392109 00000 n 
-0000392229 00000 n 
-0000392352 00000 n 
-0000392425 00000 n 
-0000401815 00000 n 
-0000401993 00000 n 
-0000402172 00000 n 
-0000402350 00000 n 
-0000402529 00000 n 
-0000402706 00000 n 
-0000402883 00000 n 
-0000403062 00000 n 
-0000403240 00000 n 
-0000403419 00000 n 
-0000403598 00000 n 
-0000403768 00000 n 
-0000403939 00000 n 
-0000404109 00000 n 
-0000404280 00000 n 
-0000404450 00000 n 
-0000404621 00000 n 
-0000404790 00000 n 
-0000404959 00000 n 
-0000405130 00000 n 
-0000405300 00000 n 
-0000405471 00000 n 
-0000405641 00000 n 
-0000405812 00000 n 
-0000405982 00000 n 
-0000406153 00000 n 
-0000406357 00000 n 
-0000406541 00000 n 
-0000406716 00000 n 
-0000406887 00000 n 
-0000407057 00000 n 
-0000407228 00000 n 
-0000407398 00000 n 
-0000407569 00000 n 
-0000407739 00000 n 
-0000407910 00000 n 
-0000408083 00000 n 
-0000408257 00000 n 
-0000408434 00000 n 
-0000408609 00000 n 
-0000408791 00000 n 
-0000408994 00000 n 
-0000409196 00000 n 
-0000409399 00000 n 
-0000409601 00000 n 
-0000409803 00000 n 
-0000409992 00000 n 
-0000410179 00000 n 
-0000410393 00000 n 
-0000410620 00000 n 
-0000410847 00000 n 
-0000411074 00000 n 
-0000411314 00000 n 
-0000411575 00000 n 
-0000411836 00000 n 
-0000412099 00000 n 
-0000412366 00000 n 
-0000412633 00000 n 
-0000412900 00000 n 
-0000413167 00000 n 
-0000413434 00000 n 
-0000413701 00000 n 
-0000413908 00000 n 
-0000414026 00000 n 
-0000414143 00000 n 
-0000414258 00000 n 
-0000414374 00000 n 
-0000414490 00000 n 
-0000414606 00000 n 
-0000414726 00000 n 
-0000414853 00000 n 
-0000414988 00000 n 
-0000415128 00000 n 
-0000415232 00000 n 
-0000415350 00000 n 
-0000415469 00000 n 
-0000415563 00000 n 
-0000415603 00000 n 
-0000415735 00000 n 
+0000140907 00000 n 
+0000143740 00000 n 
+0000143336 00000 n 
+0000141106 00000 n 
+0000143455 00000 n 
+0000391533 00000 n 
+0000146688 00000 n 
+0000146398 00000 n 
+0000143890 00000 n 
+0000146517 00000 n 
+0000146631 00000 n 
+0000149285 00000 n 
+0000149685 00000 n 
+0000149146 00000 n 
+0000146799 00000 n 
+0000149458 00000 n 
+0000149515 00000 n 
+0000149628 00000 n 
+0000151107 00000 n 
+0000150646 00000 n 
+0000149809 00000 n 
+0000150765 00000 n 
+0000150822 00000 n 
+0000150879 00000 n 
+0000150936 00000 n 
+0000150993 00000 n 
+0000151050 00000 n 
+0000153379 00000 n 
+0000153883 00000 n 
+0000153240 00000 n 
+0000151205 00000 n 
+0000153541 00000 n 
+0000157088 00000 n 
+0000157363 00000 n 
+0000156949 00000 n 
+0000154020 00000 n 
+0000157249 00000 n 
+0000388795 00000 n 
+0000160653 00000 n 
+0000160078 00000 n 
+0000157551 00000 n 
+0000160197 00000 n 
+0000160254 00000 n 
+0000160311 00000 n 
+0000160368 00000 n 
+0000160425 00000 n 
+0000390100 00000 n 
+0000160482 00000 n 
+0000160539 00000 n 
+0000160596 00000 n 
+0000391651 00000 n 
+0000161772 00000 n 
+0000161311 00000 n 
+0000160841 00000 n 
+0000161430 00000 n 
+0000161487 00000 n 
+0000161544 00000 n 
+0000161601 00000 n 
+0000161658 00000 n 
+0000161715 00000 n 
+0000165693 00000 n 
+0000164732 00000 n 
+0000164328 00000 n 
+0000161857 00000 n 
+0000164447 00000 n 
+0000169352 00000 n 
+0000173344 00000 n 
+0000180552 00000 n 
+0000178433 00000 n 
+0000165574 00000 n 
+0000164830 00000 n 
+0000178190 00000 n 
+0000178247 00000 n 
+0000178309 00000 n 
+0000178371 00000 n 
+0000168919 00000 n 
+0000172913 00000 n 
+0000177687 00000 n 
+0000185131 00000 n 
+0000180433 00000 n 
+0000178575 00000 n 
+0000184955 00000 n 
+0000185012 00000 n 
+0000184521 00000 n 
+0000187765 00000 n 
+0000187925 00000 n 
+0000188201 00000 n 
+0000187618 00000 n 
+0000185299 00000 n 
+0000188087 00000 n 
+0000190794 00000 n 
+0000190956 00000 n 
+0000192811 00000 n 
+0000191232 00000 n 
+0000190647 00000 n 
+0000188338 00000 n 
+0000191118 00000 n 
+0000191175 00000 n 
+0000391769 00000 n 
+0000193029 00000 n 
+0000192672 00000 n 
+0000191369 00000 n 
+0000192972 00000 n 
+0000195179 00000 n 
+0000195341 00000 n 
+0000195503 00000 n 
+0000195719 00000 n 
+0000195024 00000 n 
+0000193140 00000 n 
+0000195661 00000 n 
+0000198818 00000 n 
+0000198463 00000 n 
+0000195856 00000 n 
+0000198585 00000 n 
+0000200103 00000 n 
+0000199615 00000 n 
+0000199434 00000 n 
+0000198930 00000 n 
+0000199556 00000 n 
+0000232822 00000 n 
+0000199981 00000 n 
+0000199688 00000 n 
+0000232700 00000 n 
+0000232759 00000 n 
+0000231858 00000 n 
+0000234678 00000 n 
+0000234380 00000 n 
+0000232941 00000 n 
+0000234503 00000 n 
+0000391890 00000 n 
+0000235708 00000 n 
+0000256528 00000 n 
+0000235585 00000 n 
+0000234790 00000 n 
+0000256348 00000 n 
+0000256465 00000 n 
+0000255572 00000 n 
+0000259252 00000 n 
+0000258954 00000 n 
+0000256673 00000 n 
+0000259077 00000 n 
+0000262030 00000 n 
+0000261790 00000 n 
+0000259377 00000 n 
+0000261913 00000 n 
+0000263865 00000 n 
+0000263683 00000 n 
+0000262155 00000 n 
+0000263806 00000 n 
+0000265482 00000 n 
+0000265184 00000 n 
+0000263964 00000 n 
+0000265307 00000 n 
+0000267638 00000 n 
+0000267221 00000 n 
+0000265620 00000 n 
+0000267344 00000 n 
+0000267461 00000 n 
+0000267520 00000 n 
+0000267579 00000 n 
+0000392015 00000 n 
+0000269621 00000 n 
+0000269149 00000 n 
+0000267776 00000 n 
+0000269272 00000 n 
+0000272458 00000 n 
+0000272045 00000 n 
+0000269759 00000 n 
+0000272168 00000 n 
+0000274217 00000 n 
+0000273977 00000 n 
+0000272583 00000 n 
+0000274100 00000 n 
+0000276939 00000 n 
+0000276642 00000 n 
+0000274329 00000 n 
+0000276765 00000 n 
+0000277756 00000 n 
+0000277574 00000 n 
+0000277064 00000 n 
+0000277697 00000 n 
+0000279996 00000 n 
+0000280148 00000 n 
+0000280301 00000 n 
+0000280468 00000 n 
+0000280925 00000 n 
+0000279825 00000 n 
+0000277855 00000 n 
+0000280634 00000 n 
+0000392140 00000 n 
+0000283549 00000 n 
+0000283309 00000 n 
+0000281037 00000 n 
+0000283432 00000 n 
+0000285292 00000 n 
+0000285051 00000 n 
+0000283674 00000 n 
+0000285174 00000 n 
+0000285233 00000 n 
+0000286081 00000 n 
+0000285841 00000 n 
+0000285404 00000 n 
+0000285964 00000 n 
+0000287514 00000 n 
+0000289077 00000 n 
+0000289246 00000 n 
+0000289424 00000 n 
+0000289877 00000 n 
+0000287343 00000 n 
+0000286180 00000 n 
+0000289759 00000 n 
+0000289818 00000 n 
+0000289591 00000 n 
+0000288816 00000 n 
+0000288973 00000 n 
+0000289054 00000 n 
+0000290602 00000 n 
+0000291189 00000 n 
+0000290449 00000 n 
+0000290006 00000 n 
+0000291015 00000 n 
+0000291074 00000 n 
+0000290809 00000 n 
+0000291288 00000 n 
+0000291312 00000 n 
+0000291758 00000 n 
+0000292272 00000 n 
+0000292298 00000 n 
+0000292330 00000 n 
+0000292854 00000 n 
+0000293426 00000 n 
+0000293506 00000 n 
+0000293664 00000 n 
+0000294315 00000 n 
+0000294893 00000 n 
+0000295313 00000 n 
+0000295956 00000 n 
+0000296440 00000 n 
+0000297083 00000 n 
+0000298711 00000 n 
+0000298939 00000 n 
+0000301840 00000 n 
+0000302174 00000 n 
+0000307567 00000 n 
+0000307847 00000 n 
+0000309988 00000 n 
+0000310216 00000 n 
+0000326053 00000 n 
+0000326629 00000 n 
+0000331605 00000 n 
+0000331884 00000 n 
+0000335215 00000 n 
+0000335483 00000 n 
+0000338118 00000 n 
+0000338368 00000 n 
+0000350140 00000 n 
+0000350573 00000 n 
+0000352626 00000 n 
+0000352913 00000 n 
+0000354124 00000 n 
+0000354350 00000 n 
+0000355912 00000 n 
+0000356154 00000 n 
+0000365571 00000 n 
+0000365922 00000 n 
+0000374370 00000 n 
+0000374772 00000 n 
+0000388100 00000 n 
+0000392265 00000 n 
+0000392385 00000 n 
+0000392508 00000 n 
+0000392581 00000 n 
+0000401971 00000 n 
+0000402149 00000 n 
+0000402328 00000 n 
+0000402506 00000 n 
+0000402685 00000 n 
+0000402862 00000 n 
+0000403039 00000 n 
+0000403218 00000 n 
+0000403396 00000 n 
+0000403575 00000 n 
+0000403754 00000 n 
+0000403924 00000 n 
+0000404095 00000 n 
+0000404265 00000 n 
+0000404436 00000 n 
+0000404606 00000 n 
+0000404777 00000 n 
+0000404946 00000 n 
+0000405115 00000 n 
+0000405286 00000 n 
+0000405456 00000 n 
+0000405627 00000 n 
+0000405797 00000 n 
+0000405968 00000 n 
+0000406138 00000 n 
+0000406309 00000 n 
+0000406513 00000 n 
+0000406697 00000 n 
+0000406872 00000 n 
+0000407043 00000 n 
+0000407213 00000 n 
+0000407384 00000 n 
+0000407554 00000 n 
+0000407725 00000 n 
+0000407895 00000 n 
+0000408066 00000 n 
+0000408239 00000 n 
+0000408413 00000 n 
+0000408590 00000 n 
+0000408765 00000 n 
+0000408947 00000 n 
+0000409150 00000 n 
+0000409352 00000 n 
+0000409555 00000 n 
+0000409757 00000 n 
+0000409959 00000 n 
+0000410148 00000 n 
+0000410335 00000 n 
+0000410549 00000 n 
+0000410776 00000 n 
+0000411003 00000 n 
+0000411230 00000 n 
+0000411470 00000 n 
+0000411731 00000 n 
+0000411992 00000 n 
+0000412255 00000 n 
+0000412522 00000 n 
+0000412789 00000 n 
+0000413056 00000 n 
+0000413323 00000 n 
+0000413590 00000 n 
+0000413857 00000 n 
+0000414064 00000 n 
+0000414182 00000 n 
+0000414299 00000 n 
+0000414414 00000 n 
+0000414530 00000 n 
+0000414646 00000 n 
+0000414762 00000 n 
+0000414882 00000 n 
+0000415009 00000 n 
+0000415144 00000 n 
+0000415284 00000 n 
+0000415388 00000 n 
+0000415506 00000 n 
+0000415625 00000 n 
+0000415719 00000 n 
+0000415759 00000 n 
+0000415891 00000 n 
 trailer
 << /Size 1242
 /Root 1240 0 R
 /Info 1241 0 R
-/ID [<3390FE56A01137C030F91887F7C870C5> <3390FE56A01137C030F91887F7C870C5>] >>
+/ID [<E99D77B10254DAF8C23155BD3F9FF2F6> <E99D77B10254DAF8C23155BD3F9FF2F6>] >>
 startxref
-416067
+416223
 %%EOF