<?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>TheAccessPond.com &#187; Accessibility and JAWS</title>
	<atom:link href="http://theaccesspond.com/category/accessibility-and-jaws/feed/" rel="self" type="application/rss+xml" />
	<link>http://theaccesspond.com</link>
	<description>Making Accessibility A Reality!</description>
	<lastBuildDate>Thu, 25 Mar 2010 22:13:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is the new CKEditor accessible?</title>
		<link>http://theaccesspond.com/2009/09/04/is-the-new-ckeditor-accessible/</link>
		<comments>http://theaccesspond.com/2009/09/04/is-the-new-ckeditor-accessible/#comments</comments>
		<pubDate>Fri, 04 Sep 2009 19:56:24 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Accessibility and JAWS]]></category>
		<category><![CDATA[Accessibility in the News]]></category>
		<category><![CDATA[Developer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>
		<category><![CDATA[Legal & Policy]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[WCAG]]></category>
		<category><![CDATA[section 508]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=125</guid>
		<description><![CDATA[The CKEditor is the newest release of the popular open source web page text editor formally known as the FCKEditor. Unfortunately the previous name was often misrepresented as the [bad word] editor. So the name has been updated and hopefully this will avoid any unpleasant or offensive connections in the future.
I first became aware of [...]]]></description>
			<content:encoded><![CDATA[<p>The CKEditor is the newest release of the popular open source web page text editor formally known as the FCKEditor. Unfortunately the previous name was often misrepresented as the [bad word] editor. So the name has been updated and hopefully this will avoid any unpleasant or offensive connections in the future.</p>
<p>I first became aware of the new version of this editor from the following news article:<a href="http://www.h-online.com/open/FCKEditor-drops-the-F--/news/item/114156" target="_blank"> FCKEditor drops the F</a>. This article mentioned that the editor was now &#8216;fully&#8217; accessible to screen readers and keyboard only users. Even the main page for the CKeditor website (<a href="http://ckeditor.com/" target="_blank">http://ckeditor.com/</a>) makes the claim that it has full accessibility support.</p>
<p>This editor is open source and versatile when it comes to implementation so it is has a large install base. You may have used this editor yourself without even knowing it. With the growing attention to accessibility and the legal requirements around this topic an updated &#8216;accessible&#8217; version of this editor is very timely.</p>
<p>I have done some testing in the past with the FCKEditor in regards to accessibility and was curious if this new version was really accessible. So I took a &#8216;quick&#8217; peek to see for myself. My focus for this quick test was not if the editor created accessible content, but on if the editor itself was accessible.</p>
<p><strong>Keyboard Only</strong></p>
<p>I was pleasantly surprised to find that the CKEditor does in fact support the use of only a keyboard! Many of the past keyboard problems with the FCKEditor have been fix. I honestly did not expect the level of keyboard support that I found in the new version of this editor.</p>
<p>To say the least I was very pleased! The one drawback was finding the reference to the keyboard only commands. It wasn’t that hard to find but did take me a few minutes. What would be nice is to have a link or easily discoverable way to allow a user to get this information from within the editor itself.</p>
<p>You can find the reference for the most common supported keyboard commands and navigation shortcuts in the <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor Accessibility topics document</a>.</p>
<p><strong>Screen Reader</strong></p>
<p>When it came to using a screen reader like JAWS with the CKEditor I was sure I would discover some major issues. Again, to my surprise JAWS and the CKEditor worked fairly well together. There is still a steep learning curve and at times JAWS got lost which required some screen refreshing and rediscovering of current focus to get my bearings. Compared to the way JAWS and the FCKEditor worked (or should I say did not work) together in the past this was a tremendous improvement.</p>
<p>To CKEditor&#8217;s credit most issues of using JAWS with this product are documented. This was in the <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor&#8217;s Accessibility document </a>mentioned early or if you prefer <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility#JAWS" target="_blank">jump directly to the JAWS section of that document here</a>.</p>
<p>In case you are interested I used IE 7.0.6001.18000 and JAWS 10.0.1142 for my testing.</p>
<p><strong>In Summary</strong></p>
<p>There are still some areas that are problematic such as switching from <abbr title="What You See Is What You Get">WYSIWYG</abbr> view to the Source view. When this switch occurs the focus jumps from the editor to the top of the page. This is not good for a screen reader user, screen magnifier user or a keyboard only user.</p>
<p>Also, I was not able to find a complete list of keyboard commands for ALL available tool bar options. It could be that those have been deprecated. The FCKEditor had a much larger list than that outlined in the current <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor Accessibility Document</a>.</p>
<p>In all fairness I did not do an exhaustive search but I still feel a reference like that, if still applicable,   should be easily discoverable and even be referenced within the <a href="http://docs.fckeditor.net/CKEditor_3.x/Accessibility" target="_blank">CKEditor Accessibility Document</a>.</p>
<p>I should also mention that I did not do a complete test of the editor for accessibility but took a high level approach. Even so, that high level approach shows that the creators of CKEditor have put great effort in making this an accessible product.</p>
<p>This is very commendable because all too often the minimal effort is done so a product can be called accessible. I am not saying that the CKEditor does not have accessibility issues but compared to the previous versions of the FCKEditor the difference is night and day! This was a <strong>*real*</strong> effort to create an accessible product and so I offer a hearty &#8216;WOOT!&#8217; to the CKEditor team!</p>
<p>If you have had a similar or different experience with the new CKEditor please post your comment here.</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2009/09/04/is-the-new-ckeditor-accessible/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JAWS, &lt;title&gt; Attributes &amp; IE/Firefox</title>
		<link>http://theaccesspond.com/2009/09/02/jaws-attributes-iefirefox/</link>
		<comments>http://theaccesspond.com/2009/09/02/jaws-attributes-iefirefox/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 19:56:29 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Accessibility and JAWS]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[JAWs]]></category>
		<category><![CDATA[Title]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=108</guid>
		<description><![CDATA[I&#8217;ve run across a few issues and concerns lately that talk about JAWS reading the &#60;Title&#62; attributes in IE but not in Firefox.  I had to spend a little time researching this one but here is the gist of it&#8230;
The fact that IE works is actually an old IE bug and some dumb luck.  You&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve run across a few issues and concerns lately that talk about JAWS reading the &lt;Title&gt; attributes in IE but not in Firefox.  I had to spend a little time researching this one but here is the gist of it&#8230;</p>
<p>The fact that IE works is actually an old IE bug and some dumb luck.  You&#8217;ll notice in IE that if there is only a title attribute it will be read by JAWS, if there is a title attribute and alt-text the alt-text is read by JAWS.</p>
<p>2.  JAWS defaults to read alt and not Title attributes however this can be modified through the configuration manager&#8230;Set Options&#8211;&gt;HTML Options&#8211;&gt;Links&#8211;&gt;Use Title; this will change your settings until you change them back which I don&#8217;t recommend but it is a good way to show that your code is working in this manner.</p>
<p>The real fix here would be to add alt-text which should be picked up by default with JAWS 10 in Firefox.</p>
<p>Just as another possibility you can do an about:config in Firefox and make sure browser.chrome.toolbar_tips is set to true or you won&#8217;t see the tool tips at all.</p>
<p>Long story short here is that we&#8217;ve all gotten so used to something not working right that we came to think of the behaviour as being correct.  Bad on us.</p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2009/09/02/jaws-attributes-iefirefox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook-Windows and JAWS shortcut keys</title>
		<link>http://theaccesspond.com/2008/11/04/outlook-windows-and-jaws-shortcut-keys/</link>
		<comments>http://theaccesspond.com/2008/11/04/outlook-windows-and-jaws-shortcut-keys/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 06:28:13 +0000</pubDate>
		<dc:creator>Mike Adams</dc:creator>
				<category><![CDATA[Accessibility and JAWS]]></category>
		<category><![CDATA[Accessibility and MS Office]]></category>
		<category><![CDATA[Keyboard Shortcuts]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[JAWs]]></category>
		<category><![CDATA[keyboard]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://theaccesspond.com/?p=78</guid>
		<description><![CDATA[Keyboard shortcuts aren&#8217;t just for users of Assistive Technologies such as the screen reader JAWS.  Most people could benefit by simply learning to use the keyboard a little more instead of relying solely on a mouse.  Call me crazy but I swear my shoulder ache&#8217;s at the end of the day thanks to that mouse [...]]]></description>
			<content:encoded><![CDATA[<p>Keyboard shortcuts aren&#8217;t just for users of Assistive Technologies such as the screen reader JAWS.  Most people could benefit by simply learning to use the keyboard a little more instead of relying solely on a mouse.  Call me crazy but I swear my shoulder ache&#8217;s at the end of the day thanks to that mouse and I&#8217;ve learned over time that using the keyboard isn&#8217;t just easier on the shoulder&#8230;its faster. <img src='http://theaccesspond.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;ve compiled a list of keyboard shortcuts that can apply to any Windows user for Outlook 2003 (most should still be the same for Outlook 2007).  In addition to the Windows keyboard shortcuts I also have a corresponding list for JAWS users that at the very least should be a quick reference for either user. </p>
<p>If there are additional keyboard shortcuts you might be looking for just let us know and we&#8217;ll get something posted as we&#8217;d love any feedback and/or requests for more content.  <span style="font-size: 12pt; line-height: 115%; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Additional information for Outlook can be found at <a href="http://office.microsoft.com/en-us/outlook/HP030842231033.aspx"><span style="color: #0000ff;">http://office.microsoft.com/en-us/outlook/HP030842231033.aspx</span></a> and additional information for JAWS can be found at <a href="http://www.freedomscientific.com/jaws-hq.asp">http://www.freedomscientific.com/jaws-hq.asp</a>. </span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 14pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Windows Shortcuts:<span style="mso-spacerun: yes;">  </span>Navigating Windows Outlook 2003 &#8211; Keyboard Shortcuts</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="mso-tab-count: 1;">            </span></span></strong></p>
<div>
<table class="MsoNormalTable" style="background: #f2f2f2; width: 100%; mso-cellspacing: 1.5pt; mso-shading: windowtext; mso-pattern: gray-5 auto; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 2.25pt 2.25pt 2.25pt 2.25pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext; border: windowtext 1pt solid;" border="1" cellpadding="0" width="100%">
<tbody>
<tr style="height: 16.85pt; mso-yfti-irow: 0; mso-yfti-firstrow: yes;">
<td style="width: 23.52%; height: 16.85pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Command</span></span></strong></p>
</td>
<td style="width: 75.46%; height: 16.85pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Description</span></span></strong></p>
</td>
</tr>
<tr style="mso-yfti-irow: 1;">
<td style="width: 99.32%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" colspan="2" width="99%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Inbox and Message Commands</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 2;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">CTRL+SHIFT+I</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Switch to Inbox.</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 3;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">CTRL+SHIFT+O</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Switch to Outbox.</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 4;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+ENTER</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Display message properties</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 5;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+A</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Mark All</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 6;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+SHIFT+B</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Open Address Book</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 7;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+C</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Copy selected text</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 8;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+D</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Delete selected message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 9;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+E</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Opens Search Dialog</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 10;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+F</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Forward to selected message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 11;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+SHIFT+F</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Open Advanced Search Window</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 12;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+G</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Follow-up to newsgroups</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 13;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+N</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Create new message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 14;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+P</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Print selected messages</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 15;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+R</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Reply to the author of selected message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 16;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+SHIFT+R</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Reply to author and all recipients of selected message.</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 17;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+U</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Display next unread message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 18;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+&lt;</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Display previous message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 19;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+&gt;</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Display next message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 20;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+F2</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Open message body in Notepad</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 21;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+F3</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Display message source code</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 22; mso-yfti-lastrow: yes;">
<td style="width: 23.52%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="23%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ESC</span></span></p>
</td>
<td style="width: 75.46%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="75%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Close window</span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><a name="page4"></a><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></p>
<div>
<table class="MsoNormalTable" style="background: #f2f2f2; width: 100%; mso-cellspacing: 3.0pt; mso-shading: windowtext; mso-pattern: gray-5 auto; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 3.0pt 3.0pt 3.0pt 3.0pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext; border: windowtext 1pt solid;" border="1" cellspacing="4" cellpadding="0" width="100%">
<tbody>
<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Command</span></span></strong></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Description</span></span></strong></p>
</td>
</tr>
<tr style="mso-yfti-irow: 1;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT+A</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Appointment</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 2;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT+C</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Contact</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 3;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT+E</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Folder</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 4;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT+J</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Journal entry</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 5;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT+L</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Distribution list</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 6;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT+M</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Message</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 7;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT+Q</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Meeting request</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 8;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT +N</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Note</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 9;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT +K</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Task</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 10;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT +S</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Post in this folder</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 11; mso-yfti-lastrow: yes;">
<td style="width: 23.3%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="23%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+SHIFT +U</span></span></p>
</td>
<td style="width: 74.44%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 3pt;" width="74%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Task request</span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><a name="page5"></a><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;"> </span></span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Calendar Shortcuts</span></span></strong></p>
<div>
<table class="MsoNormalTable" style="background: #f2f2f2; width: 100%; border-collapse: collapse; mso-shading: windowtext; mso-pattern: gray-5 auto; mso-border-alt: double windowtext 1.5pt; mso-yfti-tbllook: 191; mso-padding-alt: 0in 5.4pt 0in 5.4pt; mso-border-insideh: 1.5pt double windowtext; mso-border-insidev: 1.5pt double windowtext;" border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;">
<td style="padding-right: 5.4pt; padding-left: 5.4pt; padding-bottom: 0in; width: 30.7%; padding-top: 0in; background-color: transparent; border: windowtext 1.5pt double;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Command</span></span></strong></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: windowtext 1.5pt double; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Description</span></span></strong></p>
</td>
</tr>
<tr style="mso-yfti-irow: 1;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 100%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" colspan="2" width="100%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Day/Week/Month View</span></strong></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 2;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+# (1-9)</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">View days 1 through 9</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 3;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">ALT</span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"> +0 (Zero)</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">View 10 days </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 4;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">ALT</span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"> +HYPHEN</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Switch to weeks</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 5;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">ALT</span><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"> +EQUAL</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Switch to months</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 6;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">CTRL+TAB or F6</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Move between <span style="mso-bidi-font-weight: bold;">Calendar</span>, <span style="mso-bidi-font-weight: bold;">TaskPad</span>, and the <span style="mso-bidi-font-weight: bold;">Folder List</span></span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 7;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">SHIFT+TAB</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Select previous appointment</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 8;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">LEFT ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to previous day</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 9;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">RIGHT ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Move to next day</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 10;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+LEFT ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Move selected item to the previous day when multiple days appear</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 11;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+RIGHT ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Move selected item to the next day if multiple days appear</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 12;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+DOWN ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to same day in the next week</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 13;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+UP ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to same day in the previous week</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 14;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 100%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" colspan="2" width="100%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Day View</span></strong></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 15;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">HOME</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Select time that begins your work day </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 16;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">END</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Select time that ends your work day </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 17;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">UP ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Select previous block of time </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 18;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">DOWN ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Select next block of time </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 19;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">PAGE UP</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Select block of time at the top of the screen </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 20;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">PAGE DOWN</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Select block of time at the bottom of the screen </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 21;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">SHIFT+ UP or DOWN ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Extend or reduce the selected time </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 22;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">With Cursor In Appointment; ALT+UP or DOWN ARROW </span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Move appointment </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 23;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">With Cursor In Appointment; ALT+SHIFT+UP or DOWN ARROW </span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Change appointment start or end time </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 24;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+DOWN ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Move selected item to the same day in the next week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 25;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+UP ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Move selected item to the same day in the previous week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 26;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 100%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" colspan="2" width="100%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Week or Month Views</span></strong></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 27;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">HOME</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to first day of the week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 28;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">END</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to last day of the week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 29;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">PAGE UP</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to same day of the week in the previous week (or 5 weeks previous if viewing by month) </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 30;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">PAGE DOWN</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Go to the same day of the week in the next week (or 5 weeks ahead if viewing by month) </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 31;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+UP, DOWN, LEFT or RIGHT ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Shift appointment up, down, left, or right </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 32;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><a name="page6"></a><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">SHIFT+UP, DOWN, LEFT or RIGHT ARROW or SHIFT+HOME or END </span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Change duration of the selected block of time </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 33;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 100%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" colspan="2" width="100%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><span style="font-size: small;"><strong style="mso-bidi-font-weight: normal;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Date Navigation</span></strong></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 34;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+HOME</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to first day of the current week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 35;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+END</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to last day of the current week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 36;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+UP ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to same day in the previous week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 37;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+DOWN ARROW</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to same day in the next week </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 38;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+PAGE UP</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to first day of the month </span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 39; mso-yfti-lastrow: yes;">
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: windowtext 1.5pt double; width: 30.7%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-top-alt: double windowtext 1.5pt;" width="30%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">ALT+PAGE DOWN</span></span></p>
</td>
<td style="border-right: windowtext 1.5pt double; padding-right: 5.4pt; border-top: #f0f0f0; padding-left: 5.4pt; padding-bottom: 0in; border-left: #f0f0f0; width: 69.3%; padding-top: 0in; border-bottom: windowtext 1.5pt double; background-color: transparent; mso-border-left-alt: double windowtext 1.5pt; mso-border-top-alt: double windowtext 1.5pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Jump to last day of the month </span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"> </span></strong></p>
<p><span style="font-size: 11pt; line-height: 115%; font-family: &quot;Calibri&quot;,&quot;sans-serif&quot;; mso-fareast-font-family: Calibri; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA; mso-bidi-font-family: 'Times New Roman';"><br style="page-break-before: always; mso-special-character: line-break;" /></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;"> </span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><a name="page7"></a><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 14pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">JAWS Shortcuts:<span style="mso-spacerun: yes;">  </span>Navigating Windows Outlook 2003 – JAWS Keyboard Shortcuts</span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 14pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"> </span></strong></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: 14pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Note:<span style="mso-spacerun: yes;">  </span>JAWS has no special installation or setup requirements for Outlook.<span style="mso-spacerun: yes;">  </span>Start the program and use as normal.<span style="mso-spacerun: yes;">  </span>Please refer to the following link for additional JAWS support.<span style="mso-spacerun: yes;">  </span><a href="http://www.freedomscientific.com/support.asp">http://www.freedomscientific.com/support.asp</a></span></p>
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong style="mso-bidi-font-weight: normal;"><span style="font-size: 14pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"> </span></strong></p>
<div>
<table class="MsoNormalTable" style="background: #f2f2f2; width: 100%; mso-cellspacing: 1.5pt; mso-shading: windowtext; mso-pattern: gray-5 auto; mso-border-alt: solid windowtext .5pt; mso-yfti-tbllook: 1184; mso-padding-alt: 2.25pt 2.25pt 2.25pt 2.25pt; mso-border-insideh: .5pt solid windowtext; mso-border-insidev: .5pt solid windowtext; border: windowtext 1pt solid;" border="1" cellpadding="0" width="100%">
<tbody>
<tr style="mso-yfti-irow: 0; mso-yfti-firstrow: yes;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Command</span></span></strong></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Description</span></span></strong></p>
</td>
</tr>
<tr style="height: 16.3pt; mso-yfti-irow: 1;">
<td style="width: 99.32%; height: 16.3pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" colspan="2" width="99%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Navigational Commands</span></span></strong></p>
</td>
</tr>
<tr style="mso-yfti-irow: 2;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Alt+GRAVE</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Move cursor to body text window</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 3;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">CTRL+COMMA</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%" valign="top">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Move back one item</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 4;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+PERIOD</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Move forward one item</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 5;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">INSERT+A</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Move to Attachments list</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 6;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+SHIFT+9</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Select Address button in Contact</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 7;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+SHIFT+4</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Select CC: button</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 8;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+SHIFT+7</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Select Reminder Sounds</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 9;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+SHIFT+3</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Select To: button</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 10;">
<td style="width: 99.32%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" colspan="2" width="99%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><span style="font-size: small;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Header Commands</span></strong><strong style="mso-bidi-font-weight: normal;"></strong></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 11;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+1</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read First Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 12;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+2</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Second Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 13;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+3</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Third Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 14;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+4</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Fourth Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 15;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+5</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Fifth Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 16;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+6</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Sixth Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 17;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+7</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Seventh Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 18;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+8</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Eighth Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 19;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+9</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Ninth Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 20;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+0</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Read Tenth Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 21;">
<td style="width: 29.06%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">ALT+EQUALS</span></span></p>
</td>
<td style="width: 69.92%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Eleventh Header</span></span></p>
</td>
</tr>
<tr style="mso-yfti-irow: 22;">
<td style="width: 99.32%; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" colspan="2" width="99%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><span style="font-size: small;"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';">Reading Commands</span></strong><strong style="mso-bidi-font-weight: normal;"></strong></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 23;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><a name="page8"></a><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+PAGE DOWN</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Next Screen</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 24;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+PAGE UP</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Prior Screen</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 25;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">CTRL+INSERT+DOWN ARROW</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="font-size: small;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;">Read Current Screen</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 26;">
<td style="width: 99.32%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" colspan="2" width="99%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; text-align: center; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;" align="center"><strong><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman';"><span style="font-size: small;">Other Commands</span></span></strong></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 27;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">CTRL+INSERT+F4</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Close Office Assistant</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 28;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">CTRL+D</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Delete Message</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 29;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">INSERT+F7</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Read Misspelled and Suggestion</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 30;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">CTRL+INSERT+D</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Say Date</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 31;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">INSERT+WINDOWS key+R</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Move to Reminder Window</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 32;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">ALT+CTRL+SHIFT+Z</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Retrain Calendar Highlight</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 33;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">ALT+CTRL+SHIFT+M</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Read MSAA Information</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 34;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">CTRL+SHIFT+S</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">View Attendee Status</span></span></p>
</td>
</tr>
<tr style="height: 3.7pt; mso-yfti-irow: 35; mso-yfti-lastrow: yes;">
<td style="width: 29.06%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="29%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">INSERT+SHIFT+R</span></span></p>
</td>
<td style="width: 69.92%; height: 3.7pt; background-color: transparent; mso-border-alt: solid windowtext .5pt; border: windowtext 1pt solid; padding: 2.25pt;" width="69%">
<p class="MsoNormal" style="margin: 0in 0in 10pt; line-height: normal; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto;"><span style="color: #000000; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;; mso-fareast-font-family: 'Times New Roman'; mso-bidi-font-weight: bold;"><span style="font-size: small;">Reply Directly to Sender</span></span></p>
</td>
</tr>
</tbody>
</table>
</div>
<p class="MsoNormal" style="margin: 0in 0in 10pt;"><span style="font-size: small; font-family: Calibri;"> </span></p>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2008/11/04/outlook-windows-and-jaws-shortcut-keys/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Alt Text to a Watermark in Microsoft Word</title>
		<link>http://theaccesspond.com/2007/11/17/adding-alt-text-to-a-watermark-in-microsoft-word-2/</link>
		<comments>http://theaccesspond.com/2007/11/17/adding-alt-text-to-a-watermark-in-microsoft-word-2/#comments</comments>
		<pubDate>Sat, 17 Nov 2007 01:37:06 +0000</pubDate>
		<dc:creator>Jeff Singleton</dc:creator>
				<category><![CDATA[Accessibility and JAWS]]></category>
		<category><![CDATA[Accessibility and MS Office]]></category>
		<category><![CDATA[Accessibility and Window Eyes]]></category>
		<category><![CDATA[alt text]]></category>
		<category><![CDATA[alternate text]]></category>
		<category><![CDATA[JAWs]]></category>
		<category><![CDATA[Microsoft Office]]></category>
		<category><![CDATA[Office]]></category>
		<category><![CDATA[section 508]]></category>
		<category><![CDATA[watermark]]></category>
		<category><![CDATA[watermarks]]></category>
		<category><![CDATA[Window Eyes]]></category>
		<category><![CDATA[Word]]></category>
		<category><![CDATA[Word 2003]]></category>

		<guid isPermaLink="false">http://bayfirstaccessibility.wordpress.com/2007/11/17/adding-alt-text-to-a-watermark-in-microsoft-word/</guid>
		<description><![CDATA[A client of ours recently came to us with a problem. They wanted to add a watermark to their document that indicated the document was a DRAFT copy. Since this particular client needed to make sure their documents met the Section 508 requirements it was important that screen readers such as JAWS or Window Eyes [...]]]></description>
			<content:encoded><![CDATA[<p>A client of ours recently came to us with a problem. They wanted to add a watermark to their document that indicated the document was a DRAFT copy. Since this particular client needed to make sure their documents met the Section 508 requirements it was important that screen readers such as JAWS or Window Eyes would read the watermark.</p>
<p>“Simple!” we said.  “Just add alt text to the watermark.” Then our client asked, “How?”</p>
<p>That is when we discovered that there is no clear way to add alt text to a watermark in Microsoft Word.</p>
<p>I spent a great deal of effort and time searching the Word help topics, Microsoft’s KB articles and Googling every phrase combination I could think for watermarks and accessibility. I could not find anything that would tell me how to add alt text to a watermark in a Word document.</p>
<p>Even our contacts at Microsoft didn’t have an answer for us. Then just as I was about to give up I discovered the secret of the watermark alt text. The secret is revealed below. But before you head off to happily add alt text to the watermarks in your documents you should know that screen readers will not read them. At least the two major contenders in this market do not read them…JAWS and Window Eyes. I didn’t try any of the other screen readers yet and I figure it is a safe bet that other screen readers will not read the watermark’s alt text either.</p>
<p>Now you may ask, “Why bother telling me how to configure the alt text for a watermark if the screen readers don’t read them in the first place?” Well if you have to deal with Section 508 requirements or any other accessibility guidelines then you need to make the effort now to ensure that your documents are compliant in the future. Otherwise you may find yourself going back and retrofitting your documents and you don’t want to have to do that!</p>
<p>I also have it from a very good source that while JAWS v9.0 will not read these watermarks when released the ability to read the alt text for watermarks in Word will be addressed in the next update after v9.0. So it appears that JAWS will have this ability in the very near future. I also know that GW Micro has been informed of this issue and that they will be working on fixing that issue in their next major release.</p>
<p>One more thing I should mention before I let you in on the details of how to add alt text to your watermarks. The process is not totally keyboard accessible. At some point you will have to use your mouse to complete the process. Microsoft has been informed of this and will be apparently be addressing this issue in a future release of Office. With all these ‘future release promises’ you can be sure that we’ll be watching to see if they follow through! ?</p>
<p>So on with the show! The steps outlined below are for adding alt text to a watermark in Word 2003. If you have a need to add alt text to a watermark in Word 2007 the steps are a bit more convoluted and I just didn’t care to confuse the matter by trying to explain that process. If you have a need to add alt text to a watermark in Word 2007 and just can’t figure it out on your own, just post a comment here asking for it and I’ll be happy to guide you along the way.</p>
<p>How to add ALT TEXT to a Watermark in Office 2003 Word</p>
<ol>
<li>Select ‘Format’ from the menu bar. (Alt + O)</li>
<li>Select ‘Background’ from the Format menu that appears. (K)</li>
<li>Select ‘Printed Watermark…’ from the Background menu that appears. (W)</li>
<li>When the ‘Printed Watermark’ dialog appears select the type of watermark you wish to use, a text or picture watermark.</li>
<li>Once you have added the watermark of your choice and closed out of the ‘Printed Watermark’ dialog you will need to add the ALT TEXT. Select ‘View’ from the menu bar. (Alt + V)</li>
<li>Select ‘Header and Footer’ from the View menu when it appears. (H)</li>
<li>If you added a picture watermark then:
<ul>
<li>Select the Watermark object on the page, right click on it and select ‘Format Picture…’. This will open the Format Picture dialog.</li>
<li>Select the ‘Web’ tab on the Format Picture dialog and add the Alternative Text you wish to be associated with your Watermark.</li>
<li>Close the Format Picture dialog and save your document.</li>
</ul>
</li>
<li>If you added a text watermark then:
<ul>
<li>Select the Watermark object on the page, right click on it and select ‘Format WordArt…’. This will open the Format WordArt dialog.</li>
<li>Select the ‘Web’ tab on this dialog and add the Alternative Text you wish to be associated with your Watermark.</li>
<li>Close the Format WordArt dialog and save your document.</li>
</ul>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://theaccesspond.com/2007/11/17/adding-alt-text-to-a-watermark-in-microsoft-word-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
