<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Randall Farrar</title>
	<atom:link href="http://randallfarrar.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://randallfarrar.com</link>
	<description>To lead Esquire Innovations in building-up it’s people, it’s product, it’s profit, and to change the lives of it’s customers in the process.</description>
	<lastBuildDate>Tue, 15 Jun 2010 21:35:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Checking if a Word Document is Dirty</title>
		<link>http://randallfarrar.com/?p=172</link>
		<comments>http://randallfarrar.com/?p=172#comments</comments>
		<pubDate>Tue, 15 Jun 2010 21:31:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free Code]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=172</guid>
		<description><![CDATA[Here&#8217;s a function that will tell you if the word document needs to be saved:

Private Function IsDocumentDirty(ByVal oWord As Microsoft.Office.Interop.Word.Application) As Boolean
    &#160;&#160;&#160;&#160;&#160;&#160;Dim x As Boolean
    &#160;&#160;&#160;&#160;&#160;&#160;x = Not oWord.ActiveDocument.Saved
    &#160;&#160;&#160;&#160;&#160;&#160;If oWord.ActiveDocument.Path.Length = 0 Then
    &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;x = True
    &#160;&#160;&#160;&#160;&#160;End If
 [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a function that will tell you if the word document needs to be saved:</p>
<div align="left">
<p>Private Function IsDocumentDirty(ByVal oWord As Microsoft.Office.Interop.Word.Application) As Boolean<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Dim x As Boolean<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x = Not oWord.ActiveDocument.Saved<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If oWord.ActiveDocument.Path.Length = 0 Then<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;x = True<br />
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;End If</p>
<p align="left"> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return x<br />
    End Function</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=172</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Metadata Opinions &#8211; Are You Complying?</title>
		<link>http://randallfarrar.com/?p=161</link>
		<comments>http://randallfarrar.com/?p=161#comments</comments>
		<pubDate>Tue, 25 May 2010 19:37:18 +0000</pubDate>
		<dc:creator>SusanMcClellan</dc:creator>
				<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=161</guid>
		<description><![CDATA[All across the United States, the debate surrounding and attorney's professional responsibility regarding metadata continues...Law associations throughout New York, including The New York State Bar Association, the New York City Bar Association and the New York County Lawyer's Association have released formal opinions on attorneys' ethical responsibilities regarding metadata.]]></description>
			<content:encoded><![CDATA[<p><a title="Metadata Article" href="http://www.esqinc.com/Content/Articles/NY_ALA_Metadata_4-10.pdf" target="_blank">Read Randy&#8217;s latest article on metadata</a>.</p>
<p>First published by the <a title="NYC ALA" href="http://www.alanyc.org/" target="_blank">New York City Chapter of the  ALA</a> .</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=161</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>MINNESOTA LAWYERS PROFESSIONAL RESPONSIBILITY BOARD DRAFTS OPINION ON METADATA: LAW FIRMS NEED TO PREPARE</title>
		<link>http://randallfarrar.com/?p=126</link>
		<comments>http://randallfarrar.com/?p=126#comments</comments>
		<pubDate>Tue, 23 Mar 2010 23:23:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Metadata]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=126</guid>
		<description><![CDATA[Written by me and originally printed in the March 2010 issue of the Minnesota ALA&#8217;s Verdict Newsletter
On January 26, 2010, Minnesota’s Lawyers Professional Responsibility Board released Proposed Opinion No. 22 that deals with a lawyer’s ethical obligations regarding metadata, as follows:
“A lawyer has a duty under Rule 1.6, Minnesota Rules of Professional Conduct (MRPC), not [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Written by me and originally printed in the March 2010 issue of the Minnesota ALA&#8217;s Verdict Newsletter</strong></p>
<p>On January 26, 2010, Minnesota’s Lawyers Professional Responsibility Board released Proposed Opinion No. 22 that deals with a lawyer’s ethical obligations regarding metadata, as follows:</p>
<p>“A lawyer has a duty under Rule 1.6, Minnesota Rules of Professional Conduct (MRPC), not to knowingly reveal information relating to the representation of a client, except as otherwise provided by the Rules. The lawyer’s duty not to knowingly reveal such information extends to and includes metadata in electronic documents.  Accordingly, a lawyer is ethically required to take reasonable care to avoid improper disclosure of confidential information in metadata in electronic documents. If a lawyer receives a document which the lawyer knows or reasonably should know contains inadvertently sent metadata, the lawyer shall promptly notify the document’s sender as required by Rule 4.4, MRPC.”</p>
<p>For the full draft of the opinion including the applicable rule and other published opinions on metadata, visit<a href=" http://www.mncourts.gov/lprb/Opinion22.pdf"> http://www.mncourts.gov/lprb/Opinion22.pdf</a></p>
<p><strong><a href="http://www.mlaa-ala.org/newsarticles/?page_id=31&#038;article_id=191">Get the full article here</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=126</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fallout of the i4i/Microsoft Patent Infringement &#8211; Alternative iCreate Demo</title>
		<link>http://randallfarrar.com/?p=124</link>
		<comments>http://randallfarrar.com/?p=124#comments</comments>
		<pubDate>Tue, 16 Mar 2010 19:43:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=124</guid>
		<description><![CDATA[It all boiled down to how custom XML was accessed. For those vendors who decided to go with XML Tags it didn&#8217;t go well. They had either to drop out of the Template market or rewrite their code.
We decided, early on, to use content controls in iCreate v7. On the down side, Content controls were [...]]]></description>
			<content:encoded><![CDATA[<p>It all boiled down to how custom XML was accessed. For those vendors who decided to go with XML Tags it didn&#8217;t go well. They had either to drop out of the Template market or rewrite their code.</p>
<p>We decided, early on, to use content controls in iCreate v7. On the down side, Content controls were not backward compatible with Office 2003, but we felt that Microsoft&#8217;s content controls were the future. Content controls are flexible, dynamic and can be built to be very smart. PLUS, I couldn’t stand the way XML Tags looked in the document. If not done right they could throw off pagination. That would’ve been a support nightmare.</p>
<p>Join us for a free iCreate webinar tomorrow (3/17/2010) that shows the power of Office 2007</p>
<p>iCreate: Smart document templates and formatting for law firms &#8211; https://www1.gotomeeting.com/register/681602433</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=124</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Below is a matrix that shows how iRedline enhances the Microsoft Word 2007 comparison and collaboration process. I hope to make you a believer in the Word 2007- iRedline 7 combination.</title>
		<link>http://randallfarrar.com/?p=59</link>
		<comments>http://randallfarrar.com/?p=59#comments</comments>
		<pubDate>Fri, 06 Nov 2009 03:30:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=59</guid>
		<description><![CDATA[Below is a matrix that shows how iRedline enhances the Microsoft Word 2007 comparison and collaboration process. I hope to make you a believer in the Word 2007- iRedline 7 combination.




Feature


Word 2007


iRedline 7 Added




Comparison    Process is performed inside of Word


Yes


Yes




The result    document from an original and revised document creates [...]]]></description>
			<content:encoded><![CDATA[<p>Below is a matrix that shows how iRedline enhances the Microsoft Word 2007 comparison and collaboration process. I hope to make you a believer in the Word 2007- iRedline 7 combination.</p>
<div align="left">
<table class="MsoNormalTable" border="1" cellspacing="0" cellpadding="0" width="379" style="width:284.3pt;border-collapse:collapse;border:none;">
<tr style="page-break-inside:avoid;">
<th width="151" valign="top" style="width:113.4pt;border-top:solid black 1.0pt;border-left:none;border-bottom:solid black 1.0pt;border-right:none;padding:0in 5.4pt 0in 5.4pt;" scope="col">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12.0pt; color:black; ">Feature</span></strong></p>
</th>
<th width="96" valign="top" style="width:71.85pt;border-top:solid black 1.0pt;border-left:none;border-bottom:solid black 1.0pt;border-right:none;padding:0in 5.4pt 0in 5.4pt;" scope="col">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12.0pt; color:black; ">Word 2007</span></strong></p>
</th>
<th width="132" valign="top" style="width:99.05pt;border-top:solid black 1.0pt;border-left:none;border-bottom:solid black 1.0pt;border-right:none;padding:0in 5.4pt 0in 5.4pt;" scope="col">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="font-size:12.0pt; color:black; ">iRedline 7 Added</span></strong></p>
</th>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Comparison    Process is performed inside of Word<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">The result    document from an original and revised document creates a Tracked Change    document for further collaboration<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">The result    document from an original and revised document creates static changes    (non-tracked changes)<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes &ndash; iRedline creates a result document    with &quot;iRedline changes&quot;</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Accept and reject    tracked changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Accept and reject    iRedline and DeltaView changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Convert tracked    changes to iRedline changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Convert iRedline    and DeltaView changes to tracked changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Navigate to    tracked changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Navigate to    iRedline and DeltaView changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Create different    comparison schemes for tracked changes and iRedline changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Browse system    files for original and revised documents<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Browse DMS for    original and revised documents<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Full DMS    integration<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Print pages with    tracked changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Print pages with    iRedline changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Create a three    way view<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Create a three    way view at any time<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;border-bottom:solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Synchronize any    two documents of a three way view<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;border-bottom:solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;border-bottom:solid black 1.0pt;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Email all three    documents (original, revised, result) with one click<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Create a    composite document with original and revised zipped inside the result    document<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Add Change    numbers to each revision<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Tag text to be    ignored during comparison<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Create a    statistical report for Word&#8217;s native comparison documents<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Add a report    after the fact (at any time)<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Add Office 2003    animation to changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Condition the    original and revised document before comparison for more accurate results<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Update TOC before    comparison<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Detailed footnote    and endnote comparison<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Unlink fields    codes before comparison<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Remove comments    before comparison<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Remove    unnecessary bookmarks before comparison <strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Convert Auto    numbering to text for more accurate comparison<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Compare Moves<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Compare    Formatting <strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Compare    Insertions and deletions<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Compare only    moves and NOT insertions and deletions<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Compare only    formats and NOT moves, insertions and deletions<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Compare text at    Word or Character level<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Compare table    cell changes<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Add line numbers    to result document<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Customize both    revision authors<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Remove change    date from revisions in result document<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Create Hyperlinks    for each change in a report<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Remove hidden    text before comparison<strong></strong></span></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">No</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;padding:0in 5.4pt 0in 5.4pt;">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">Yes</span></p>
</td>
</tr>
<tr style="page-break-inside:avoid;">
<td width="151" valign="top" style="width:113.4pt;border:none;border-bottom:solid black 1.0pt;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><strong><span style="color:black; ">&nbsp;</span></strong></p>
</td>
<td width="96" valign="top" style="width:71.85pt;border:none;border-bottom:solid black 1.0pt;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">&nbsp;</span></p>
</td>
<td width="132" valign="top" style="width:99.05pt;border:none;border-bottom:solid black 1.0pt;background:silver;padding:0in 5.4pt 0in 5.4pt;" bgcolor="silver">
<p class="MsoNormal" style="margin-bottom:.0001pt;line-height:normal;"><span style="color:black; ">&nbsp;</span></p>
</td>
</tr>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=59</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracked Changes and Tables &#8211; a Complex Issue</title>
		<link>http://randallfarrar.com/?p=121</link>
		<comments>http://randallfarrar.com/?p=121#comments</comments>
		<pubDate>Mon, 28 Sep 2009 23:09:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=121</guid>
		<description><![CDATA[I often am asked, &#8220;How does iRedline handle tables during the comparison process?&#8221; I say, &#8220;Great, because iRedline leverages Word 2007&#8217;s comparison engine, and Word tracks revisions in tables accurately.&#8221; This question is asked because comparison products that compare tables (Word documents) outside of Microsoft Word use very different comparison algorithms and usually have a [...]]]></description>
			<content:encoded><![CDATA[<p>I often am asked, &#8220;How does iRedline handle tables during the comparison process?&#8221; I say, &#8220;Great, because iRedline leverages Word 2007&#8217;s comparison engine, and Word tracks revisions in tables accurately.&#8221; This question is asked because comparison products that compare tables (Word documents) outside of Microsoft Word use very different comparison algorithms and usually have a difficult time with Words tables, especially complex tables, and the resulting documents have messed up table.</p>
<p>Under the hood, Word tables are very complex, and in Word 2007, they have hit a completely new level. I believe this is one of the reason many OpenXML (Microsoft Office&#8217;s new file format) will make it difficult for many non-Microsoft document viewers to show Word&#8217;s tables with Tracked Changes accurately. I&#8217;m amazed at how well Word handles tables during the comparison and document revision (Track Changes turned on) process, because of this complexity.</p>
<p>Observe the simple table below. This table has two deletions, one insertion and three deleted cells (pink). Yet look at the underlying OpenXML code below (see Simple Table as OpenXML Code) is very complex. The OpenXML code lists 18 revision changes and many of them are nested inside other changes.<br />
<img src='http://randallfarrar.com/wp-content/uploads/2009/09/track-changes-simple-table.jpg' alt='Tracked-Changes Simple Table' /></p>
<p>&nbsp;</p>
<p><strong>Simple Table as OpenXML Code</strong></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&lt;w:tbl </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">xmlns:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;http://schemas.openxmlformats.org/<br />
wordprocessingml/2006/main&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;w:tblPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tblW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tblBorders&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:top </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:left </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:bottom </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:right </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tblBorders&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tblLayout </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;fixed&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tblCellMar&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:left </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;30&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:right </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;30&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tblCellMar&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tblLook </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tblPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tblPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tblW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tblBorders&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:top </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&lt;w:left </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:bottom </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:right </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;single&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:sz</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;0&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tblBorders&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tblLayout </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;fixed&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tblCellMar&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:left </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;30&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:right </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;30&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tblCellMar&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tblLook </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;0000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tblPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tblPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tblPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;w:tblGrid&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;3240&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;180&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;840&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;1440&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tblGridChange </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;1&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tblGrid&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;3240&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;90&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;90&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:gridCol </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;1440&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tblGrid&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tblGridChange&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tblGrid&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;w:tr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:trPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:trHeight </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;310&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:trPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;2&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:trPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:trHeight </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;310&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:trPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:trPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;</span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:trPr&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;3240&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;3&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;3240&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;</span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pStyle </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;Heading1&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:numPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:ilvl </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:numId </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;0&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:numPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:b </span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:i </span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:b </span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:t&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:black; ">Chemical  Composition</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:t&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPr&gt;</span></span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;180&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;4&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;180&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:b </span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;840&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:cellDel </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;5&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPrChange </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;6&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;840&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:cellDel </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;7&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;</span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPr&gt;</span></span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;1440&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;8&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;2400&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;</span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:del </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;9&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:delText&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:black; background:yellow; ">Typical</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:delText&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:del&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;w:tr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:trPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:trHeight </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;310&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:trPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;10&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:trPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:trHeight </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;310&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:trPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:trPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:trPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;3240&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;11&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;3240&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:t&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:black; ">Ca(OH)</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:t&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:vertAlign </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;subscript&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:t&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:black; ">2</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:t&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:t </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">xml:space</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;preserve&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:t&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;180&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;12&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;180&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:jc </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;center&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;840&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:cellDel </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;13&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPrChange </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;14&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;840&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:cellDel </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;15&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:jc </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;center&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;1440&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;dxa&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;auto&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:tcPrChange </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;16&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:tcW </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;2400&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:type</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;dxa&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:shd </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;clear&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:color</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:fill</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;auto&quot; /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:tcPrChange&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tcPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:jc </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;center&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:pPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:t&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:black; ">96.</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:t&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:del </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;17&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:delText&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:black; background:yellow; ">0%</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:delText&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:del&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <span style="background:yellow; ">&lt;w:ins </span></span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:id</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;18&quot; </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:author</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;Randall  Farrar&quot;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:color </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; background:yellow; ">w:val</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">=&quot;000000&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:rPr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;w:t&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:black; background:yellow; ">5%</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:t&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:r&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; background:yellow; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; background:yellow; ">w:ins&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; "> </span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:p&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp;&nbsp;&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tc&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&nbsp; &lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tr&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&lt;</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">/</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">w:tbl&gt;</span></p>
<p class="MsoNormal" style="margin-top:0in;line-height:normal;text-autospace:none;"><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&lt;w:p </span><span style="font-family:'Courier New'; font-size:8.0pt; color:red; ">xmlns:w</span><span style="font-family:'Courier New'; font-size:8.0pt; color:blue; ">=&quot;http://schemas.openxmlformats.org/<br />
wordprocessingml/2006/main&quot;  /</span><span style="font-family:'Courier New'; font-size:8.0pt; color:maroon; ">&gt;</span><span style="font-family:'Courier New'; font-size:8.0pt; "> </span></p>
<p style="margin-left:0in;text-indent:0in;page-break-after:avoid;">&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=121</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant &#8211; Comments in the Reviewing Pane</title>
		<link>http://randallfarrar.com/?p=119</link>
		<comments>http://randallfarrar.com/?p=119#comments</comments>
		<pubDate>Wed, 23 Sep 2009 04:32:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=119</guid>
		<description><![CDATA[ Navigating through your document using Words Next and Previous revision buttons is straight forward, except when there are comments in your document. This is when you&#8217;ll get a little surprise. With comments in your document, and while you&#8217;re navigating through your document, Word will automatically open up the Reviewing Pane (if it&#8217;s not already [...]]]></description>
			<content:encoded><![CDATA[<p> Navigating through your document using Words Next and Previous revision buttons is straight forward, except when there are comments in your document. This is when you&#8217;ll get a little surprise. With comments in your document, and while you&#8217;re navigating through your document, Word will automatically open up the Reviewing Pane (if it&#8217;s not already open) when it hits a comment. Word then places the insertion point in that comment in the Reviewing Pane. At this point, you&#8217;re no longer in the document; rather you&#8217;re in the Reviewing pane.</p>
<p> Don&#8217;t panic, because if you click the Next or Previous button again it goes on to the next or previous revision in the document and out of the Reviewing Pane. Things only get sticky when you actually click in the Review Pane (it&#8217;s now the active Window)  and at this point you&#8217;ll be navigating inside the Reviewing Pane (see <a href="http://randallfarrar.com/?p=117">How to Navigate your Revisions Inside the Reviewing Pane</a>). You have to click back into your document or close the Reviewing Pane.</p>
<p> Solutions:</p>
<ul>
<li> Close the Reviewing Pane when it appears using the keyboard shortcut Shift+Alt+C.</li>
<p></p>
<li> Hide your comments in the Show Markup option by unchecking comments in the drop-down list (see Figure &#8211; Show Markup below).</li>
</ul>
<p><img src='http://randallfarrar.com/wp-content/uploads/2009/09/show-markup.jpg' alt='Show Markup'  width="100%" /><br />
Show Markup </p>
<p>&nbsp;</p>
<p><a href="http://esqinc.com/section/products/3/iredline.html">iRedline</a> handles this much more elegantly by ignoring the comments (using iRedline&#8217;s Next and Previous buttons) and navigating only the revisions in your document.
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navigate your Word 2007 Revisions Inside the Reviewing Pane</title>
		<link>http://randallfarrar.com/?p=117</link>
		<comments>http://randallfarrar.com/?p=117#comments</comments>
		<pubDate>Wed, 23 Sep 2009 03:58:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=117</guid>
		<description><![CDATA[Most people don&#8217;t know that you can use the inside of the Reviewing Pane (see Figure &#8211; Reviewing Pane below) to navigate your revisions. When you use the Reviewing Pane in this way, you&#8217;ll actually be navigating from one revision to the other inside the Reviewing Pane. This approach will highlight each revision inside the [...]]]></description>
			<content:encoded><![CDATA[<p>Most people don&rsquo;t know that you can use the inside of the Reviewing Pane (see Figure &#8211; Reviewing Pane below) to navigate your revisions. When you use the Reviewing Pane in this way, you&#8217;ll actually be navigating from one revision to the other inside the Reviewing Pane. This approach will highlight each revision inside the Reviewing Pane and at the same time scroll the document to show where that revision is located.</p>
<h2>How to Navigate your Revisions inside the Reviewing Pane</h2>
<ol>
<li>Point to a revision text beneath the bordered change type in the Reviewing Pane with your mouse pointer
</li>
<li>Click your mouse
</li>
<li>Click the Next button to navigate to the next revision<br />
    The next revision will be highlighted and you&#8217;ll see the actual revision in your document to the right.
  </li>
</ol>
<p><img src='http://randallfarrar.com/wp-content/uploads/2009/09/reviewing-pane.JPG' alt='Reviewing Pane'  width="100%" /><br />
The Reviewing Pane</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant &#8211; Revisions in Tables</title>
		<link>http://randallfarrar.com/?p=116</link>
		<comments>http://randallfarrar.com/?p=116#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:40:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=116</guid>
		<description><![CDATA[When working with rows and cells in a table, word will only be able to track inserted and deleted cells, while editing.  Word is unable to track merged or split cells.  Merged and split cells can only be tracked when you compare or combine documents&#8230; in Native Word or iRedline v7.
]]></description>
			<content:encoded><![CDATA[<p>When working with rows and cells in a table, word will only be able to track inserted and deleted cells, while editing.  Word is unable to track merged or split cells.  Merged and split cells can only be tracked when you compare or combine documents&#8230; in Native Word or iRedline v7.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=116</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant &#8211; Navigating Revisions</title>
		<link>http://randallfarrar.com/?p=115</link>
		<comments>http://randallfarrar.com/?p=115#comments</comments>
		<pubDate>Tue, 22 Sep 2009 08:31:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=115</guid>
		<description><![CDATA[Unfortunately there are no keyboard shortcuts for the Previous and Next button for navigating your revisions. Word forces you to use your mouse.
A way to solve this is to map two keyboard shortcuts to the Word commands:
 NextChangeOrComment and PreviousChangeOrComment.
iRedline v7 has solved this by mapping the keyboard shortcuts to iRedline&#8217;s Previous and Next revisions [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately there are no keyboard shortcuts for the <strong>Previous</strong> and <strong>Next</strong> button for navigating your revisions. Word forces you to use your mouse.</p>
<p>A way to solve this is to map two keyboard shortcuts to the Word commands:<br />
 <em>NextChangeOrComment </em>and <em>PreviousChangeOrComment</em>.</p>
<p><a href="http://esqinc.com/section/products/3/iredline.html">iRedline</a> v7 has solved this by mapping the keyboard shortcuts to iRedline&#8217;s <strong>Previous</strong> and <strong>Next</strong> revisions navigation button (which also gives you’re the ability to navigate DeltaView changes):</p>
<p>Move to <strong>Previous</strong> revision &#8211; Ctrl+Alt+P<br />
Move to <strong>Next</strong> revision- Crtl+Alt+N</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=115</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navigating Between Moves in Word 2007</title>
		<link>http://randallfarrar.com/?p=113</link>
		<comments>http://randallfarrar.com/?p=113#comments</comments>
		<pubDate>Fri, 18 Sep 2009 23:52:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=113</guid>
		<description><![CDATA[Often it isn’t obvious where a move tracked change has moved to or moved from, because it may be on another page.  I really like the way Microsoft has implemented this feature.  Using your mouse, right-click on a move and select Follow Move in the short cut menu (click image below).  This [...]]]></description>
			<content:encoded><![CDATA[<p>Often it isn’t obvious where a move tracked change has moved to or moved from, because it may be on another page.  I really like the way Microsoft has implemented this feature.  Using your mouse, right-click on a move and select Follow Move in the short cut menu (click image below).  This simple short-cut will navigate to the related move.</p>
<p><a href='http://randallfarrar.com/?attachment_id=114' rel='attachment wp-att-114' title='Navigating Between Moves in Word 2007'><img src='http://randallfarrar.com/wp-content/uploads/2009/09/navigating-moves.thumbnail.jpg' alt='Navigating Between Moves in Word 2007' /></a></br><br />
Navigating Moves</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=113</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google&#8217;s Spiders Ready to Expose your Google Docs to the World</title>
		<link>http://randallfarrar.com/?p=112</link>
		<comments>http://randallfarrar.com/?p=112#comments</comments>
		<pubDate>Fri, 18 Sep 2009 22:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=112</guid>
		<description><![CDATA[From the TheNextWeb blog:
&#8220;&#8230;Google just announced in an email to Google App admins that starting &#8220;in a few weeks&#8221; Google Docs published and shared to users outside of one’s domain and linked to from a public website will be crawled, indexed and appear in Google search results. &#8220;This is a very exciting change as your [...]]]></description>
			<content:encoded><![CDATA[<p>From the TheNextWeb blog:</p>
<blockquote><p>&#8220;&#8230;Google just announced in an email to Google App admins that starting &#8220;in a few weeks&#8221; Google Docs published and shared to users outside of one’s domain and linked to from a public website will be crawled, indexed and appear in Google search results. &#8220;This is a very exciting change as your published docs linked to from public websites will reach a much wider audience of people,” said Google in its announcement&#8230;&#8221;</p></blockquote>
<p>Excited?! No&#8230; they said &#8220;very excited.&#8221;  Yea, we want our documents read by a &#8220;much wider audience.&#8221;  Not! And I thought document metadata was high risk.</p>
<p>The blog goes on to say&#8230; </p>
<blockquote><p>&#8220;Thankfully, Google has given Google App admins the ability to regulate  sharing to users outside of their domain. However, the sharing options that Google currently offers are not nearly as granular as they need to be. Businesses using Google Apps may likely want tiers of users giving some the ability to share while prohibiting others. In addition, a business might also want to allow sharing with users of specific domains while prohibiting all others&#8230;&#8221;</p></blockquote>
<p>This will kill Google Docs or relegate it to a niche market. What law firm or company wants a document accidentally indexed and shown to the world? It only has to happen once. A miss step on Google’s part. Trust me, enterprises are not going to trust their users to not “publicly publish”.</p>
<p>Man… right when I was going to put resources into this platform! Forget that&#8230;for now.  Then, if Google uses attenuated terms like &#8220;document management&#8221; or &#8220;knowledge management&#8221; they may get some traction.</p>
<p>Can someone recommend an organic spider insecticide?</p>
<p><a href="http://thenextweb.com/2009/09/18/google-ready-to-expose-google-docs/">Read full blog here&#8230;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=112</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant &#8211; Reviewing Pane and Moves</title>
		<link>http://randallfarrar.com/?p=110</link>
		<comments>http://randallfarrar.com/?p=110#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:08:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=110</guid>
		<description><![CDATA[The Reviewing Pane show Moved From as Moved (insertion) when in fact it is a Deletion&#8230; very confusing.  I have no idea what Microsoft is trying to convey, except that the &#8220;result&#8221;, where it &#8220;moved to&#8221; is an insertion.  That is confusing.  Click the example below.

I believe the best way to handle [...]]]></description>
			<content:encoded><![CDATA[<p>The Reviewing Pane show Moved From as Moved (insertion) when in fact it is a Deletion&#8230; very confusing.  I have no idea what Microsoft is trying to convey, except that the &#8220;result&#8221;, where it &#8220;moved to&#8221; is an insertion.  That is confusing.  Click the example below.</p>
<p><a href='http://randallfarrar.com/?attachment_id=111' rel='attachment wp-att-111' title='Reviewing Pane with Moves'><img src='http://randallfarrar.com/wp-content/uploads/2009/09/reviewing-pane-with-moves.thumbnail.jpg' alt='Reviewing Pane with Moves' /></a></p>
<p>I believe the best way to handle Moves in the Reviewing Pane is to use them as Move location markers.  Double clicking on the specific Move in the Reviewing Pane will move the insertion point to that move revision in the document. </p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=110</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Revision Types in the Word 2007&#8217;s Reviewing Pane</title>
		<link>http://randallfarrar.com/?p=109</link>
		<comments>http://randallfarrar.com/?p=109#comments</comments>
		<pubDate>Thu, 17 Sep 2009 21:48:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=109</guid>
		<description><![CDATA[I feel that the Reviewing Pane, when tracking changes, is one of the most under utilized features of Word 2007. The power lies in the fact that it acts as a hyperlink list to your changes, gives a count of changes in your document, and tells you what has changed for each revision.
The powerful Reviewing [...]]]></description>
			<content:encoded><![CDATA[<p>I feel that the Reviewing Pane, when tracking changes, is one of the most under utilized features of Word 2007. The power lies in the fact that it acts as a hyperlink list to your changes, gives a count of changes in your document, and tells you what has changed for each revision.</p>
<p>The powerful Reviewing Pane can also be used to review changes in an <a href="http://esqinc.com/section/products/3/iredline.html">iRedline </a>result document as well.</p>
<p>Below is a list of the types of revisions you’ll see in the Reviewing Pane.</p>
<ul>
<li><strong>Insertions</strong> &#8211; Revisions that are  &quot;new&quot; content typed, pasted or moved to another location in the document  (if Track Moves is unchecked in Change Tracking Options).</li>
<p></p>
<li><strong>Deletions</strong> &#8211; Revisions that are deleted content  deleted, cut or moved to another location in the document.</li>
<p></p>
<li><strong>Moved</strong> (Deletion) &#8211; When tracking moves,  these revisions are tracked as &quot;moved from&quot;. &nbsp;Only paragraphs and sentences can be marked as  a move while editing the document.</li>
<p></p>
<li><strong>Moved Up </strong>(Insertion) &#8211; When tracking  moves, these revisions are tracked as &quot;moved to&quot; when they are moved  above  Moved (move from). &nbsp;Only  paragraphs and sentences can be marked as a move while editing the document.</li>
<p></p>
<li><strong>Moved Down</strong> (Insertion) &#8211; When tracking  moves, these revisions are tracked as &quot;moved to&quot; when they are moved below  the Moved (move from). &nbsp;Only paragraphs  and sentences can be marked as a move while editing the document</li>
<p></p>
<li><strong>Formatting</strong> &#8211; This revision occurs when  any &quot;direct&quot; formatting or style has been applied to the content.</li>
<p></p>
<li><strong>Style Definitions</strong> &#8211; When a style has been  changed in the document it is marked in the Reviewing Pane, but it is not a  revision you can navigate to.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=109</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Track Changes &#8211; Moves</title>
		<link>http://randallfarrar.com/?p=108</link>
		<comments>http://randallfarrar.com/?p=108#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:52:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=108</guid>
		<description><![CDATA[While editing a document &#8220;Moves&#8221; can only be paragraphs or sentences. If you drag any non paragraph or sentence content to another location, it shows as an insertion and deletion and not as a move.
]]></description>
			<content:encoded><![CDATA[<p>While editing a document &#8220;Moves&#8221; can only be paragraphs or sentences. If you drag any non paragraph or sentence content to another location, it shows as an insertion and deletion and not as a move.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=108</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant- Paragraph Numbering Changes</title>
		<link>http://randallfarrar.com/?p=106</link>
		<comments>http://randallfarrar.com/?p=106#comments</comments>
		<pubDate>Thu, 17 Sep 2009 05:45:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=106</guid>
		<description><![CDATA[Word doesn&#8217;t show paragraph numbering changes in the revision pane, and won&#8217;t navigate to it. It shows the list change as a formatting revision.  That isn&#8217;t very helpful if you have large number of paragraph changes spanning multiple pages. The user has to manually navigate those changes visually (click on example below).

Solution:
Use iRedline to [...]]]></description>
			<content:encoded><![CDATA[<p>Word doesn&#8217;t show paragraph numbering changes in the revision pane, and won&#8217;t navigate to it. It shows the list change as a formatting revision.  That isn&#8217;t very helpful if you have large number of paragraph changes spanning multiple pages. The user has to manually navigate those changes visually (click on example below).</p>
<p><a href='http://randallfarrar.com/wp-content/uploads/2009/09/reviewing-pane-miss-marking.JPG' title='Reviewing Pane Miss Markings'><img src='http://randallfarrar.com/wp-content/uploads/2009/09/reviewing-pane-miss-marking.thumbnail.JPG' alt='Reviewing Pane Miss Markings' /></a><br />
<strong>Solution:</strong><br />
Use iRedline to compare two documents with numbering lists to convert the auto numbers to text, which gives you a much more accurate result document.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=106</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant &#8211; Moving a Moved To</title>
		<link>http://randallfarrar.com/?p=105</link>
		<comments>http://randallfarrar.com/?p=105#comments</comments>
		<pubDate>Wed, 16 Sep 2009 01:08:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=105</guid>
		<description><![CDATA[If Track Changes is turned on you cannot move a &#8220;Move Up&#8221; or &#8220;Move Down&#8221; revision.  You will get a message that says,  &#8220;The selection is marked as deleted  text&#8221;

Talk about irritating and confusing, because the text has been inserted (Moved To).  I bet this &#8220;corrected adjective use&#8221; won&#8217;t be mentioned [...]]]></description>
			<content:encoded><![CDATA[<p>If Track Changes is turned on you cannot move a &#8220;Move Up&#8221; or &#8220;Move Down&#8221; revision.  You will get a message that says,  &#8220;The selection is marked as deleted  text&#8221;</p>
<p><img src='http://randallfarrar.com/wp-content/uploads/2009/09/movingmovesto.jpg' alt='Moving a Move' /></p>
<p>Talk about irritating and confusing, because the text has been inserted (Moved To).  I bet this &#8220;corrected adjective use&#8221; won&#8217;t be mentioned in a Service Pack.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=105</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracked Changes &#8211; Change the Font Style for Balloons</title>
		<link>http://randallfarrar.com/?p=101</link>
		<comments>http://randallfarrar.com/?p=101#comments</comments>
		<pubDate>Mon, 14 Sep 2009 22:23:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=101</guid>
		<description><![CDATA[If you like to use balloons but prefer the font to be  different (larger) than Word uses by default, you can change it by modifying  the Balloon Text style.

On the Home tab, in the Styles group, click the  Styles Dialog Box Launcher (see Figure 1  &#8211; Styles Dialog Box Launcher).

Figure 1 [...]]]></description>
			<content:encoded><![CDATA[<p>If you like to use balloons but prefer the font to be  different (larger) than Word uses by default, you can change it by modifying  the Balloon Text style.</p>
<ol>
<li>On the Home tab, in the Styles group, click the  Styles Dialog Box Launcher (see <em>Figure 1  &#8211; Styles Dialog Box Launcher</em><em>)</em>.</li>
<p><img src='http://randallfarrar.com/wp-content/uploads/2009/09/styles-dialog-box-launcher.jpg' alt='Styles Dialog Box Launcher' width="377" height="72" /></p>
<p>Figure 1 &#8211; Styles Dialog Box Launcher</p>
<li>In the Styles task pane, click Manage Styles <img src='http://randallfarrar.com/wp-content/uploads/2009/09/manage-styles.jpg' alt='Manage Styles' />, and then  click the Restrict tab.</li>
<li>In the Select a Style to edit list, select  Balloon Text</li>
<li>Click the Modify button</li>
<li>Change the Font characteristics and click OK</li>
<li>Click OK in the Manage Styles dialog box</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=101</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant &#8211; Revision count</title>
		<link>http://randallfarrar.com/?p=100</link>
		<comments>http://randallfarrar.com/?p=100#comments</comments>
		<pubDate>Fri, 11 Sep 2009 19:01:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=100</guid>
		<description><![CDATA[The Reviewing Pane is a handy reference for counting the revisions in your document, but I disagree with the way Word counts revisions. Word counts a contiguous revision as one.
I believe that if a paragraph has been inserted it should be two (the text and the paragraph mark) or one if is a lone paragraph [...]]]></description>
			<content:encoded><![CDATA[<p>The Reviewing Pane is a handy reference for counting the revisions in your document, but I disagree with the way Word counts revisions. Word counts a contiguous revision as one.</p>
<p>I believe that if a paragraph has been inserted it should be two (the text and the paragraph mark) or one if is a lone paragraph mark. I base my belief on the way Microsoft marks revisions in the underlying OpenXML content of the document.  Contiguous Text in a paragraph and paragraph marks are marked separately.  When <a href="http://esqinc.com/section/products/3/iredline.html">iRedline</a> counts revisions (for reports and iRedline Document Properties) the revised text and paragraphs are counted separately as Microsoft marks revisions in the OpenXML content.</p>
<p>Also, a move is a move.  When you move a paragraph its one move.  Word tracks this as two moves, iRedline tracks it as one.</p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=100</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word 2007 Irritant &#8211; Showing Markups</title>
		<link>http://randallfarrar.com/?p=98</link>
		<comments>http://randallfarrar.com/?p=98#comments</comments>
		<pubDate>Thu, 10 Sep 2009 20:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Document Comparison]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://randallfarrar.com/?p=98</guid>
		<description><![CDATA[This is so confusing. The difference between Final Showing Markup and Original Showing Markup have no effect unless balloons are showing.  This little settings is completely missed by users who are completely confused by it, and ignore these settings all together.  Who wants this as a support issue?
Changing the Review Display for  [...]]]></description>
			<content:encoded><![CDATA[<p>This is so confusing. The difference between Final Showing Markup and Original Showing Markup have no effect unless balloons are showing.  This little settings is completely missed by users who are completely confused by it, and ignore these settings all together.  Who wants this as a support issue?</p>
<h4><strong>Changing the Review Display for  Track Changes</strong></h4>
<p>If you want to view your document in different scenarios or  views for various stages of the edit process, you would use the Display for  Review list (see Figure 1  &#8211; Display for Review)  in the Tracking group. Each of the four options in the list provides a  different view of the document. Final Showing Markup is the default when you  open any document.</p>
<p><img src='http://randallfarrar.com/wp-content/uploads/2009/09/display-for-review.jpg' alt='Display for Review' /></p>
<p>Figure 1 &#8211; Display for Review </p>
<p><strong>Final Showing Markup</strong> &#8211; This view displays  the final document with all tracked changes and comments showing. This is the  default view for all documents opened in Word.&nbsp;  When balloons are displayed, the insertion are shown as inline revisions  and deletions are shown in the margin in balloons.</p>
<p><strong>Final</strong> &#8211; This view displays the document  without tracked changes showing. Don&#8217;t worry, any tracked changes that have not  been accepted, rejected, or deleted are still in the document.</p>
<p><strong>Original Showing Markup</strong> &#8211; This view  displays the original text with tracked <strong>(display balloons to see this view)</strong>.  Only deletions are shown as inline revisions and insertions are shown in the  margin in balloons.</p>
<p><strong>Original</strong> &#8211; This view displays the  original document without tracked changes and comments showing. Don&#8217;t worry,  any tracked changes that have not been accepted, rejected, or deleted are still  in the document. In other words &#8211; what did the original document look like?</p>
<p><a href="http://esqinc.com/section/products/3/iredline.html">iRedline</a> provides the Display for Review list button on its Ribbon without having to switch back to the Review tab. </p>
]]></content:encoded>
			<wfw:commentRss>http://randallfarrar.com/?feed=rss2&amp;p=98</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
