<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:blogChannel="http://backend.userland.com/blogChannelModule" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
  <channel>
    <title>Beyond Web Logs</title>
    <description>Sharing the point!</description>
    <link>http://www.beyondweblogs.com/</link>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <generator>BlogEngine.NET 1.4.5.0</generator>
    <language>en-GB</language>
    <blogChannel:blogRoll>http://www.beyondweblogs.com/opml.axd</blogChannel:blogRoll>
    <blogChannel:blink>http://www.dotnetblogengine.net/syndication.axd</blogChannel:blink>
    <dc:creator>Waqas Ahmad</dc:creator>
    <dc:title>Beyond Web Logs</dc:title>
    <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/feedburner/bwl" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
      <title>PowerShell and SharePoint 2010</title>
      <description>&lt;p&gt;If you are a SharePoint developer or administrator, then start learning Power Shell. It’s a must have skill for dealing with SharePoint from now on wards.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx" target="_blank"&gt;Windows Power Shell&lt;/a&gt; is an interactive command line and task based scripting technology which allows administrators to automate administrative tasks. &lt;/p&gt;  &lt;p&gt;From SharePoint viewpoint, Power Shell has significant performance benefits:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/PowerShellandSharePoint2010/5618142E/image.png" width="305" height="247" /&gt; &lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/PowerShellandSharePoint2010/0C1F23ED/image.png" width="235" height="245" /&gt; &lt;/p&gt;  &lt;p&gt;Here is the Power Shell script to enable a feature on every SPSite:&lt;/p&gt;  &lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;   &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;     &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #cc6633"&gt;$&lt;/span&gt;rawdata = stsadm&lt;span style="color: #ff0000"&gt;.&lt;/span&gt;exe -o enumsites -url &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;WebAppURL   &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #cc6633"&gt;$&lt;/span&gt;sitexml = [XML]&lt;span style="color: #cc6633"&gt;$&lt;/span&gt;rawdata&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&lt;span style="color: #cc6633"&gt;$&lt;/span&gt;sitesxml&lt;span style="color: #ff0000"&gt;.&lt;/span&gt;Sites | foreach-object{ &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;_&lt;span style="color: #ff0000"&gt;.&lt;/span&gt;Site } | foreach-object{&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&amp;#160; stsadm -o activatefeature -url &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;_&lt;span style="color: #ff0000"&gt;.&lt;/span&gt;url -filename &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;featureFileName&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; if( &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;lastexitcode -ne 0 ){ &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Write-Host “Failure:&lt;span style="color: #cc6633"&gt;$&lt;/span&gt;lastexitcode `n&amp;quot; -Fore Red;&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;failure = &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;true; &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; }&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;}&lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;&amp;#160;&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;It will take 12+ hours for 5300 SharePoint sites. Whereas same code in Power Shell would be like following:&lt;/p&gt;

&lt;div style="border-bottom: silver 1px solid; text-align: left; border-left: silver 1px solid; padding-bottom: 4px; line-height: 12pt; background-color: #f4f4f4; margin: 20px 0px 10px; padding-left: 4px; width: 97.5%; padding-right: 4px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; max-height: 200px; font-size: 8pt; overflow: auto; border-top: silver 1px solid; cursor: text; border-right: silver 1px solid; padding-top: 4px" id="codeSnippetWrapper"&gt;
  &lt;div style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px" id="codeSnippet"&gt;
    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;Get-SPSite –Limit ALL –WebApplication &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;WebAppNameorUrl |%{ &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: #f4f4f4; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;   Enable-SPFeature &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;FeatureIdOrName –url &lt;span style="color: #cc6633"&gt;$&lt;/span&gt;_&lt;span style="color: #ff0000"&gt;.&lt;/span&gt;Url &lt;/pre&gt;
&lt;!--CRLF--&gt;

    &lt;pre style="border-bottom-style: none; text-align: left; padding-bottom: 0px; line-height: 12pt; border-right-style: none; background-color: white; margin: 0em; padding-left: 0px; width: 100%; padding-right: 0px; font-family: &amp;#39;Courier New&amp;#39;, courier, monospace; direction: ltr; border-top-style: none; color: black; font-size: 8pt; border-left-style: none; overflow: visible; padding-top: 0px"&gt;}&lt;/pre&gt;
&lt;!--CRLF--&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;And this will take only 30 minutes for same 5300 sites :-)&lt;/p&gt;

&lt;p&gt;So learn Power Shell and start rolling with all new 652 power shell cmdlets in SharePoint 2010 as compared to STSADM based 182 commands in SharePoint 2007.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/WKTKcXstZFo" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ivLVZd4aJhdJFJ-WdXBLytTib30/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ivLVZd4aJhdJFJ-WdXBLytTib30/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ivLVZd4aJhdJFJ-WdXBLytTib30/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ivLVZd4aJhdJFJ-WdXBLytTib30/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/_2aetJfkjhQ" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/_2aetJfkjhQ/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/PowerShell-and-SharePoint-2010.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=983d3786-cf7b-4ef1-90bc-27d592f10ea4</guid>
      <pubDate>Wed, 04 Nov 2009 09:58:57 -0200</pubDate>
      <category>SharePoint</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=983d3786-cf7b-4ef1-90bc-27d592f10ea4</pingback:target>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=983d3786-cf7b-4ef1-90bc-27d592f10ea4</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/PowerShell-and-SharePoint-2010.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=983d3786-cf7b-4ef1-90bc-27d592f10ea4</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=983d3786-cf7b-4ef1-90bc-27d592f10ea4</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/WKTKcXstZFo/post.aspx</feedburner:origLink></item>
    <item>
      <title>ERROR 1335 The Cabinet file ‘Data1.cab’ is corrupt</title>
      <description>&lt;p&gt;If you are facing this dreadful 1335 problem with your Windows Server 2008 or VISTA operation system during installation, try following:&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Start -&amp;gt; Run –&amp;gt; cmd&lt;/p&gt;  &lt;p&gt;   &lt;br /&gt;Then type in:    &lt;br /&gt;    &lt;br /&gt;msiexec /unregister (press enter)    &lt;br /&gt;msiexec /regserver (press enter)    &lt;br /&gt;&lt;/p&gt;  &lt;p&gt;Now install that program again without firewall or virus programs turned on or running :-)&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/fOKbL8Hs47Y" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ggDOsH-fesEnd8NsWUABCi7-Ou0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ggDOsH-fesEnd8NsWUABCi7-Ou0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ggDOsH-fesEnd8NsWUABCi7-Ou0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ggDOsH-fesEnd8NsWUABCi7-Ou0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/J5TcyLEkx7U" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/J5TcyLEkx7U/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/ERROR-1335-The-Cabinet-file-e28098Data1cabe28099-is-corrupt.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=c7549e61-ab15-437d-975d-3e5b3e57d247</guid>
      <pubDate>Mon, 02 Nov 2009 10:11:14 -0200</pubDate>
      <category>Tips n Tricks</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=c7549e61-ab15-437d-975d-3e5b3e57d247</pingback:target>
      <slash:comments>2</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=c7549e61-ab15-437d-975d-3e5b3e57d247</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/ERROR-1335-The-Cabinet-file-e28098Data1cabe28099-is-corrupt.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=c7549e61-ab15-437d-975d-3e5b3e57d247</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=c7549e61-ab15-437d-975d-3e5b3e57d247</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/fOKbL8Hs47Y/post.aspx</feedburner:origLink></item>
    <item>
      <title>Similar image search added to Google Images</title>
      <description>What a new Now Google started to show similar image search engine and now this is out of lab, Similar Images enables users to find images that look like an existing result by clicking on the “Find similar images”; link that appears under various pictures.
&lt;p&gt;&lt;/p&gt;
&lt;img src="http://www.beyondweblogs.com/image.axd?picture=2009%2f10%2fgoogle+image+search.PNG" alt="" /&gt;

Now if you are going to find Picture of Statue of Liberty, when you see link “Find similar images” click on this, you will get similar images. This feature is lately activated but is really useful.&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/c-bFqxU6Cts" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/7jditi-Fr4JJ7_7GmqjcruibZgM/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7jditi-Fr4JJ7_7GmqjcruibZgM/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/7jditi-Fr4JJ7_7GmqjcruibZgM/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/7jditi-Fr4JJ7_7GmqjcruibZgM/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/ZhR3eWZ-NZw" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/ZhR3eWZ-NZw/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (naveed)</author>
      <comments>http://www.beyondweblogs.com/post/Similar-image-search-added-to-Google-Images.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=43c9dfeb-4594-4154-90db-a7e3e7b18a56</guid>
      <pubDate>Wed, 28 Oct 2009 03:52:00 -0200</pubDate>
      <category>Tech News</category>
      <dc:publisher>naveed</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=43c9dfeb-4594-4154-90db-a7e3e7b18a56</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=43c9dfeb-4594-4154-90db-a7e3e7b18a56</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Similar-image-search-added-to-Google-Images.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=43c9dfeb-4594-4154-90db-a7e3e7b18a56</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=43c9dfeb-4594-4154-90db-a7e3e7b18a56</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/c-bFqxU6Cts/post.aspx</feedburner:origLink></item>
    <item>
      <title>Microsoft opening the Outlook .pst format</title>
      <description>&lt;p&gt;In its continuous effort to get the European Commission off its back, Microsoft has confirmed this week that it will be publishing the specifications of the .pst file format which is used to store Outlook data. Currently .pst files can only be accessed if Outlook is installed and that is just one of the interoperability issues the EC is concerned about.   &lt;br /&gt;By publishing the format's specs, Microsoft will enable customers and developers to access the data in .pst files on a variety of platforms.    &lt;br /&gt;According to Paul Lorimer, Group Manager, Microsoft Office Interoperability, the .pst documentation is &amp;quot;its early stages,&amp;quot; but, once done, will be offered under the Open Specification Promise, which allows anyone to implement the file format on &amp;quot;any platform and in any tool, without concerns about patents, and without the need to contact Microsoft in any way.&amp;quot; Viva la revolucion! &lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/iIYKvYrL5-Q" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Hx1VRlb8r4GGuGPiCmO4EZSFHKE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Hx1VRlb8r4GGuGPiCmO4EZSFHKE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Hx1VRlb8r4GGuGPiCmO4EZSFHKE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Hx1VRlb8r4GGuGPiCmO4EZSFHKE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/HhNZJ6P42VA" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/HhNZJ6P42VA/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (naveed)</author>
      <comments>http://www.beyondweblogs.com/post/Microsoft-opening-the-Outlook-pst-format.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=a6cdcd27-b947-4f68-a4c6-c5f372226b15</guid>
      <pubDate>Tue, 27 Oct 2009 06:00:05 -0200</pubDate>
      <category>Tech News</category>
      <dc:publisher>naveed</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=a6cdcd27-b947-4f68-a4c6-c5f372226b15</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=a6cdcd27-b947-4f68-a4c6-c5f372226b15</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Microsoft-opening-the-Outlook-pst-format.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=a6cdcd27-b947-4f68-a4c6-c5f372226b15</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=a6cdcd27-b947-4f68-a4c6-c5f372226b15</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/iIYKvYrL5-Q/post.aspx</feedburner:origLink></item>
    <item>
      <title>Google Social Search (to Search Content From Your Friend)</title>
      <description>&lt;p&gt;In this day an age it's not easy keeping up with what your friends are doing and between blogs, social sites and forums, you'll most likely miss something that would have been of interest. Trying to help you be friend informed without much hassle, Google has released via its &lt;a href="http://www.google.com/experimental/"&gt;Labs&lt;/a&gt; an experiment called Google Social Search.     &lt;br /&gt;Once activated, Social Search will personalize your search results so that, if there's relevant web content written by people in your social circle, it will be listed at the bottom of the result page under a section called &amp;quot;Results from people in your social circle.&amp;quot; The social circle can include Gmail contacts and chat friends, people from groups you are part of, as well as individuals connected via social sites like Twitter and FriendFeed.     &lt;br /&gt;According to the Google Blog - &amp;quot;All the information that appears as part of Google Social Search is published publicly on the web - you can find it without Social Search if you really want to. What we've done is surface that content together in one single place to make your results more relevant.&amp;quot;     &lt;br /&gt;For a bit more explaining on how Google Social Search works see this video below:&lt;/p&gt; &lt;object width="480" height="295"&gt;&lt;param name="movie" value="http://www.youtube.com/v/BlpTjP6h6Ms&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0xe1600f&amp;amp;color2=0xfebd01"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/BlpTjP6h6Ms&amp;amp;hl=en&amp;amp;fs=1&amp;amp;rel=0&amp;amp;color1=0xe1600f&amp;amp;color2=0xfebd01" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/E0ARfe6WD9s" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/MWty2l4BXHOVV6MQIeuzxQXeKVo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MWty2l4BXHOVV6MQIeuzxQXeKVo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/MWty2l4BXHOVV6MQIeuzxQXeKVo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/MWty2l4BXHOVV6MQIeuzxQXeKVo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/1SJzPl1y3fI" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/1SJzPl1y3fI/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (naveed)</author>
      <comments>http://www.beyondweblogs.com/post/Google-Social-Search-(to-Search-Content-From-Your-Friend).aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=8b5a1aca-fa91-43b2-9702-7b31f280067f</guid>
      <pubDate>Tue, 27 Oct 2009 04:41:17 -0200</pubDate>
      <category>Tech News</category>
      <dc:publisher>naveed</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=8b5a1aca-fa91-43b2-9702-7b31f280067f</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=8b5a1aca-fa91-43b2-9702-7b31f280067f</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Google-Social-Search-(to-Search-Content-From-Your-Friend).aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=8b5a1aca-fa91-43b2-9702-7b31f280067f</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=8b5a1aca-fa91-43b2-9702-7b31f280067f</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/E0ARfe6WD9s/post.aspx</feedburner:origLink></item>
    <item>
      <title>Top Reasons Why Windows 7 ?</title>
      <description>&lt;p&gt;Windows 7 is designed to simplify the things you do every day, work the way you want, and make some exciting new things possible. Want examples? Here are Top good reasons to make the move to Windows 7.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;strong&gt;Get quicker access to all of your stuff to keep the programs and files you use the most right at your fingertips.&lt;/strong&gt;       &lt;ul&gt;       &lt;li&gt;Pin          &lt;ul&gt;           &lt;li&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/68CC6042/pin_to_taskbar.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="pin_to_taskbar" border="0" alt="pin_to_taskbar" align="left" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/4A180708/pin_to_taskbar_thumb.jpg" width="244" height="87" /&gt;&lt;/a&gt; In Windows 7, you can use pinning to make your PC work even more the way you want. One big improvement is the ability to control where your programs appear on your taskbar. Always want your web browser right next to the start button? Drag the icon where you want it, and it'll stay there till you move it. You can also pin your program icon to the taskbar, so it's there all the time. You can even pin specific documents and web sites to Jump Lists on your taskbar. &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;        &lt;li&gt;Jump Lists          &lt;ul&gt;           &lt;li&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/707C7B04/jumplist.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="jumplist" border="0" alt="jumplist" align="right" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/337D6AD4/jumplist_thumb.jpg" width="142" height="133" /&gt;&lt;/a&gt; The taskbar gives you a quick way to find the programs and files you’ve got open. With Windows 7, you’ll see the next big jump (pun intended) in making it easier to find what you need. Jump Lists take you right to the documents, pictures, songs, or websites you use most often. To open a Jump List, just right-click a program icon on the Windows 7 taskbar. You can also see Jump Lists for the programs on your Start menu – just click on the arrow next to the program name. &lt;/li&gt;         &lt;/ul&gt;       &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Quickly find what you’re looking for&lt;/strong&gt;       &lt;ul&gt;       &lt;p&gt;With Windows Vista, we introduced Instant Search, which helps you easily locate files, e-mail messages, and other items on your PC. If you remember the type of file, when it was created, or even what it contains, Instant Search helps you find it quickly from the Start menu and other folders. In Windows 7, Windows Search improves upon this feature by making search results more relevant and easier to review. Now, you can find more things in more places—and do it faster.&lt;/p&gt;        &lt;p&gt;Start typing into the Start menu search box—and you'll instantly see a list of relevant documents, pictures, music, and e-mail on your PC. Results are now grouped by category and contain highlighted keywords and text snippets to make them easier to scan.&lt;/p&gt;        &lt;p&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/6E672E4E/start_search.jpg"&gt;&lt;img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="start_search" border="0" alt="start_search" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/7F707D93/start_search_thumb.jpg" width="198" height="244" /&gt;&lt;/a&gt; &lt;/p&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Share files and printers among multiple PCs&lt;/strong&gt;       &lt;ul&gt;       &lt;p&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/4754211F/homegroup_available.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="homegroup_available" border="0" alt="homegroup_available" align="left" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/763BF465/homegroup_available_thumb.jpg" width="244" height="180" /&gt;&lt;/a&gt; Have you ever needed to print a file at home when you weren’t connected to a printer? Did you decide that even with a home network, it was easier to just put the file on a USB drive and take it to the PC with the printer? That’s one reason we created HomeGroup. New with Windows 7, HomeGroup takes the headache out of sharing files, devices, and printers on a home network. Connect two or more PCs running Windows 7, and HomeGroup makes it easy to automatically start sharing your music, pictures, video, and document libraries with others in your home. &lt;/p&gt;        &lt;p&gt;Concerned about privacy? HomeGroup is password-protected so you just set up one password for all your PCs and you’re ready to go. You can decide what gets shared and what stays private, or use “Share with” to decide who you want to share specific folders with. You can also make your files &amp;quot;read only,&amp;quot; so other people can look at (but not change) your stuff.&lt;/p&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Stay entertained effortlessly&lt;/strong&gt;       &lt;ul&gt;       &lt;p&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/39A9172A/windowsmediacenter.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="windows-media-center" border="0" alt="windows-media-center" align="right" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/21A7C773/windowsmediacenter_thumb.jpg" width="240" height="191" /&gt;&lt;/a&gt; Watch, pause, and record live TV. Listen to your tunes. Show off your photo collection. Enjoy online entertainment. And do it all from your living-room couch. In Windows 7, we've made it even better—adding great new features and visual touch-ups. Windows Media Center is available in the Home Premium, Professional, and Ultimate editions of Windows 7. What do you need?           &lt;br /&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;&lt;strong&gt;More watching... &lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;With a TV tuner you can watch, pause, and record live TV. Windows Media Center supports more global TV standards and tuners, including digital and HD. It also now plays more popular audio and video formats—including 3GP, AAC, AVCHD, DivX, MOV, and Xvid. &lt;/p&gt;        &lt;p&gt;&lt;strong&gt;...less waiting &lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;Tired of trudging through TV listings or a massive music library? Zip to songs and shows more quickly using the new Turbo Scroll feature. &lt;/p&gt;        &lt;p&gt;&lt;strong&gt;Stunning new slide shows &lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;Make elegant photo collages (with background music) using the new slide show maker—perfect for parties or family get-togethers. And check out the updated slide show screen saver—its stunning visuals defy words. &lt;/p&gt;        &lt;p&gt;&lt;strong&gt;Better Internet TV &lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;Choose from a variety of online TV shows and movies right from the familiar program guide. &lt;/p&gt;        &lt;p&gt;&lt;strong&gt;Easier media sharing &lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;Enjoy recorded TV shows, music, video—even when it's not stored on your PC. Once you’ve joined a HomeGroup, your media is available to any PC with Windows 7 in the house. &lt;/p&gt;        &lt;p&gt;&lt;strong&gt;New gadget, bigger previews &lt;/strong&gt;&lt;/p&gt;        &lt;p&gt;A new Media Center gadget. Quick video skimming. More song and show details. Bigger, easier-to-see preview thumbnails. The improvements go on and on.&lt;/p&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Don't leave programs behind | Old software Support&lt;/strong&gt;       &lt;ul&gt;       &lt;p&gt;It's the best of both worlds: The new Windows XP Mode lets you run older Windows XP business software right on your Windows 7 desktop.&lt;/p&gt;        &lt;p&gt;This feature is designed primarily with small- and medium-sized businesses in mind. Windows XP Mode comes as a separate download and works only with Windows 7 Professional and Ultimate. Windows XP Mode also requires virtualization software such as Windows Virtual PC. Both are available free on the Microsoft website.&lt;/p&gt;       &lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/62D8617B/xpmode.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="xp-mode" border="0" alt="xp-mode" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/660F6AC5/xpmode_thumb.jpg" width="244" height="155" /&gt;&lt;/a&gt; &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Offers your PC better protection&lt;/strong&gt;       &lt;ul&gt;       &lt;p&gt;&lt;strong&gt;Backup and Restore&lt;/strong&gt;—improved for Windows 7—creates safety copies of your most important files, so if you lose something, it won't be lost forever.&lt;/p&gt;        &lt;p&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/1C167A84/backup.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="backup" border="0" alt="backup" align="right" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/38B58708/backup_thumb.jpg" width="240" height="209" /&gt;&lt;/a&gt; Let Windows choose what to back up, or pick individual folders, libraries, or drives. Windows can back up files on whatever schedule you choose. Just set it and forget it. In Windows 7, you can back up files to another drive, your network, or a DVD. Backup and Restore for your personal PC and attached DVD or external hard drives comes with all editions of Windows.&lt;/p&gt;        &lt;p&gt;If you want to backup to a network location, say on your company's central server, network attached storage, or another computer on your network, you'll need Windows 7 Professional or Ultimate.&lt;/p&gt;        &lt;p&gt;&lt;strong&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/7E5CA1D7/bitlocker.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="bitlocker" border="0" alt="bitlocker" align="left" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/7B4CD493/bitlocker_thumb.jpg" width="260" height="151" /&gt;&lt;/a&gt; BitLocker&lt;/strong&gt; To Go—a new feature of Windows 7—gives the lockdown treatment to easily-misplaced portable storage devices like USB flash drives and external hard drives.How can you help protect your data from loss, theft, or hackers? The answer: BitLocker. If you've got information on your PC that you need to protect, you can help prevent theft or loss by using BitLocker data encryption to put a virtual lock on your files.&lt;/p&gt;        &lt;p&gt;Improved for Windows 7 and available in the Ultimate edition, BitLocker helps keep everything from documents to passwords safer by encrypting the entire drive that Windows and your data reside on. Once BitLocker is turned on, any file you save on that drive is encrypted automatically.&lt;/p&gt;     &lt;/ul&gt;   &lt;/li&gt;    &lt;li&gt;&lt;strong&gt;Manage open windows easier&lt;/strong&gt;       &lt;ul&gt;       &lt;li&gt;&lt;a href="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/2145159B/snap2.jpg"&gt;&lt;img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; margin-left: 0px; border-left-width: 0px; margin-right: 0px" title="snap2" border="0" alt="snap2" align="left" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/TopReasonsWhyWindows7/44972BA2/snap2_thumb.jpg" width="130" height="83" /&gt;&lt;/a&gt; Snap is a quick (and fun) new way to resize open windows, simply by dragging them to the edges of your screen. Depending on which edge you choose—top or bottom, left or right—the window will expand vertically, fill the screen, or you can even position windows side by side. Snap makes reading, organizing, and comparing windows a...well, you get the picture. Windows simply by dragging their borders to the edge of your screen. &lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ul&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/2cXvK1mg9H4" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/mkd25jIXlMOUKniPRd8vBtW7BxU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mkd25jIXlMOUKniPRd8vBtW7BxU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/mkd25jIXlMOUKniPRd8vBtW7BxU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/mkd25jIXlMOUKniPRd8vBtW7BxU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/0iFHoDkmpDY" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/0iFHoDkmpDY/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (naveed)</author>
      <comments>http://www.beyondweblogs.com/post/Top-Reasons-Why-Windows-7-.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=a1336a29-fb3b-4a8d-8fa5-9de34a055c7d</guid>
      <pubDate>Fri, 23 Oct 2009 11:36:59 -0200</pubDate>
      <category>Technology</category>
      <dc:publisher>naveed</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=a1336a29-fb3b-4a8d-8fa5-9de34a055c7d</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=a1336a29-fb3b-4a8d-8fa5-9de34a055c7d</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Top-Reasons-Why-Windows-7-.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=a1336a29-fb3b-4a8d-8fa5-9de34a055c7d</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=a1336a29-fb3b-4a8d-8fa5-9de34a055c7d</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/2cXvK1mg9H4/post.aspx</feedburner:origLink></item>
    <item>
      <title>Display Fancy Status Message using JQuery</title>
      <description>&lt;p&gt;Recently in one of our projects, we needed to display fancy status alerts as shown below:&lt;/p&gt;  &lt;p&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="StatusBarMessage" border="0" alt="StatusBarMessage" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/DisplayFancyStatusMessageusingJQuery/5D546721/StatusBarHighlight.png" width="640" height="361" /&gt; &lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Instead of re-inventing the wheel, we leveraged very nicely written article from &lt;a href="http://www.west-wind.com" target="_blank"&gt;west-wind&lt;/a&gt;. Sharing its link below for others to benefit as well.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2&gt;&lt;a href="http://www.west-wind.com/WebLog/posts/388213.aspx" target="_blank"&gt;How to show fancy status messages using JQuery&lt;/a&gt;&lt;/h2&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/EEGbJfCmRWw" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Jpiajxnst_qSdRF3_z5mII-_wLU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jpiajxnst_qSdRF3_z5mII-_wLU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Jpiajxnst_qSdRF3_z5mII-_wLU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Jpiajxnst_qSdRF3_z5mII-_wLU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/kNsX6iCcL44" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/kNsX6iCcL44/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/Display-Fancy-Status-Message-using-JQuery.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=20fe84c0-19d4-4a95-850c-a0f6a81353fb</guid>
      <pubDate>Fri, 23 Oct 2009 03:19:46 -0200</pubDate>
      <category>Tips n Tricks</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=20fe84c0-19d4-4a95-850c-a0f6a81353fb</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=20fe84c0-19d4-4a95-850c-a0f6a81353fb</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Display-Fancy-Status-Message-using-JQuery.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=20fe84c0-19d4-4a95-850c-a0f6a81353fb</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=20fe84c0-19d4-4a95-850c-a0f6a81353fb</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/EEGbJfCmRWw/post.aspx</feedburner:origLink></item>
    <item>
      <title>A Complete Guide of Windows 7</title>
      <description>&lt;p&gt;&lt;a href="http://lifehacker.com" target="_blank"&gt;Lifehacker&lt;/a&gt; has presented a complete guide for windows 7. It’s a must must for anyone interested in the new promised OS by Microsoft.&lt;/p&gt;  &lt;p&gt;Follow the following link for details:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;h2 align="center"&gt;&lt;a href="http://lifehacker.com/5386953/lifehackers-complete-guide-to-windows-7" target="_blank"&gt;&lt;strong&gt;Windows 7 Complete Guide&lt;/strong&gt;&lt;/a&gt;&lt;/h2&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/lr0jQR04O5s" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/U-zacOfKJyPUNmAO76SgPOFKzFU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/U-zacOfKJyPUNmAO76SgPOFKzFU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/U-zacOfKJyPUNmAO76SgPOFKzFU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/U-zacOfKJyPUNmAO76SgPOFKzFU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/pAiVS2zUkYE" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/pAiVS2zUkYE/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/A-Complete-Guide-of-Windows-7.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=5c45170f-28d9-4ac0-80f0-de452b82dc91</guid>
      <pubDate>Fri, 23 Oct 2009 02:31:32 -0200</pubDate>
      <category>Technology</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=5c45170f-28d9-4ac0-80f0-de452b82dc91</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=5c45170f-28d9-4ac0-80f0-de452b82dc91</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/A-Complete-Guide-of-Windows-7.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=5c45170f-28d9-4ac0-80f0-de452b82dc91</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=5c45170f-28d9-4ac0-80f0-de452b82dc91</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/lr0jQR04O5s/post.aspx</feedburner:origLink></item>
    <item>
      <title>SharePoint 2010 Sneak Peak From Microsoft Team</title>
      <description>&lt;p&gt;&lt;a href="http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx" target="_blank"&gt;http://blogs.msdn.com/sharepoint/archive/2009/10/19/sharepoint-2010.aspx&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/fNfTKSu_6cA" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/JQquHDQZzE3xcczAYONAWMEw6xo/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JQquHDQZzE3xcczAYONAWMEw6xo/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/JQquHDQZzE3xcczAYONAWMEw6xo/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/JQquHDQZzE3xcczAYONAWMEw6xo/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/PLaA3NUt1To" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/PLaA3NUt1To/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/SharePoint-2010-Sneak-Peak-From-Microsoft-Team.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=68c74e58-cd9a-4bfc-976f-29aa5039f1d4</guid>
      <pubDate>Thu, 22 Oct 2009 11:01:59 -0200</pubDate>
      <category>SharePoint</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=68c74e58-cd9a-4bfc-976f-29aa5039f1d4</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=68c74e58-cd9a-4bfc-976f-29aa5039f1d4</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/SharePoint-2010-Sneak-Peak-From-Microsoft-Team.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=68c74e58-cd9a-4bfc-976f-29aa5039f1d4</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=68c74e58-cd9a-4bfc-976f-29aa5039f1d4</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/fNfTKSu_6cA/post.aspx</feedburner:origLink></item>
    <item>
      <title>SharePoint 2010 Overview for SharePoint Professionals</title>
      <description>&lt;p&gt;&lt;a href="http://spforsquirrels.blogspot.com/" target="_blank"&gt;Natalya Voskresenskaya&lt;/a&gt; has written a very nice blog post with an overview of SharePoint 2010. &lt;/p&gt;  &lt;p&gt;This post is targeted for SharePoint developers, professionals and virtually anyone working with SharePoint technology. &lt;/p&gt;  &lt;p&gt;Do read and get ready to embrace SharePoint 2010 :)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;a href="http://spforsquirrels.blogspot.com/2009/10/sharepoint-2010-overview-for-it-pros.html" target="_blank"&gt;&lt;strong&gt;SharePoint 2010 for Professionals&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/lMj6KEz4Gms" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/I0aP8gJtCyFpvK2qvtngl5lGPKg/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/I0aP8gJtCyFpvK2qvtngl5lGPKg/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/I0aP8gJtCyFpvK2qvtngl5lGPKg/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/I0aP8gJtCyFpvK2qvtngl5lGPKg/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/CwQgvr_90WY" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/CwQgvr_90WY/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/SharePoint-2010-Overview-for-SharePoint-Professionals.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=a3884e4e-a6a7-4fb8-a6c0-0b390d04a437</guid>
      <pubDate>Thu, 22 Oct 2009 09:58:49 -0200</pubDate>
      <category>SharePoint</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=a3884e4e-a6a7-4fb8-a6c0-0b390d04a437</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=a3884e4e-a6a7-4fb8-a6c0-0b390d04a437</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/SharePoint-2010-Overview-for-SharePoint-Professionals.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=a3884e4e-a6a7-4fb8-a6c0-0b390d04a437</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=a3884e4e-a6a7-4fb8-a6c0-0b390d04a437</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/lMj6KEz4Gms/post.aspx</feedburner:origLink></item>
    <item>
      <title>Free SharePoint Migration and Restructuring Tool</title>
      <description>&lt;p&gt;&lt;a href="http://www.oneclicksharepoint.com" target="_blank"&gt;Xavor&lt;/a&gt; SharePoint Migrator is a new one stop solution in the block for SharePoint migration and restructuring needs.&lt;/p&gt;  &lt;p&gt;Looks pretty promising with all cool migration and restructuring features under one roof which appears to be free as well :-)&lt;/p&gt;  &lt;p&gt;Please see &lt;a href="http://www.xavor.com/whatwedo/solutions/sharepointmigrationtool.aspx" target="_blank"&gt;http://www.xavor.com/whatwedo/solutions/sharepointmigrationtool.aspx&lt;/a&gt; for download and &lt;a href="http://oneclicksharepoint.com" target="_blank"&gt;oneclicksharepoint.com&lt;/a&gt; for more exciting offers.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/xw5TBPxEDk0" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/y_kfSfQQTI1rtD7SpdPkHaWdENU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/y_kfSfQQTI1rtD7SpdPkHaWdENU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/y_kfSfQQTI1rtD7SpdPkHaWdENU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/y_kfSfQQTI1rtD7SpdPkHaWdENU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/N6j9er9CApc" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/N6j9er9CApc/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/Free-SharePoint-Migration-and-Restructuring-Tool.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=80851fa4-c7ac-4b31-a924-4bbe1a38f8a8</guid>
      <pubDate>Thu, 22 Oct 2009 09:41:04 -0200</pubDate>
      <category>SharePoint</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=80851fa4-c7ac-4b31-a924-4bbe1a38f8a8</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=80851fa4-c7ac-4b31-a924-4bbe1a38f8a8</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Free-SharePoint-Migration-and-Restructuring-Tool.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=80851fa4-c7ac-4b31-a924-4bbe1a38f8a8</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=80851fa4-c7ac-4b31-a924-4bbe1a38f8a8</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/xw5TBPxEDk0/post.aspx</feedburner:origLink></item>
    <item>
      <title>HAJJ FLIGHT SCHEDULE FOR HAJJ GROUP ORGANIZERS</title>
      <description>&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt; &lt;meta content="text/html; charset=windows-1252" http-equiv="Content-Type" /&gt;&lt;meta name="ProgId" content="Excel.Sheet" /&gt;&lt;meta name="Generator" content="Microsoft Excel 11" /&gt;&lt;link rel="File-List" href="flt_Pvt_files/filelist.xml" /&gt;&lt;link rel="Edit-Time-Data" href="flt_Pvt_files/editdata.mso" /&gt;&lt;link rel="OLE-Object-Data" href="flt_Pvt_files/oledata.mso" /&gt;&lt;style&gt;
 
&lt;!--table
	{mso-displayed-decimal-separator:"\.";
	mso-displayed-thousand-separator:"\,";}
@page
	{margin:1.0in .75in 1.0in .75in;
	mso-header-margin:.5in;
	mso-footer-margin:.5in;}
tr
	{mso-height-source:auto;}
col
	{mso-width-source:auto;}
br
	{mso-data-placement:same-cell;}
.style0
	{mso-number-format:general;
	text-align:general;
	vertical-align:bottom;
	white-space:nowrap;
	mso-rotate:0;
	mso-background-source:auto;
	mso-pattern:auto;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border:none;
	mso-protection:locked visible;
	mso-style-name:normal;
	mso-style-id:0;}
.style20
	{mso-number-format:general;
	text-align:general;
	vertical-align:bottom;
	white-space:nowrap;
	mso-rotate:0;
	mso-background-source:auto;
	mso-pattern:auto;
	color:black;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	border:none;
	mso-protection:locked visible;
	mso-style-name:normal_sheet1;}
td
	{mso-style-parent:style0;
	padding-top:1px;
	padding-right:1px;
	padding-left:1px;
	mso-ignore:padding;
	color:windowtext;
	font-size:10.0pt;
	font-weight:400;
	font-style:normal;
	text-decoration:none;
	font-family:arial;
	mso-generic-font-family:auto;
	mso-font-charset:0;
	mso-number-format:general;
	text-align:general;
	vertical-align:bottom;
	border:none;
	mso-background-source:auto;
	mso-pattern:auto;
	mso-protection:locked visible;
	white-space:nowrap;
	mso-rotate:0;}
.xl25
	{mso-style-parent:style0;
	font-weight:700;
	text-decoration:underline;
	text-underline-style:single;
	font-family:arial, sans-serif;
	mso-font-charset:0;
	text-align:center;}
.xl26
	{mso-style-parent:style20;
	color:black;
	font-weight:700;
	font-family:arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl27
	{mso-style-parent:style20;
	color:black;
	text-align:center;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl28
	{mso-style-parent:style20;
	color:black;
	text-align:center;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;}
.xl29
	{mso-style-parent:style20;
	color:black;
	mso-number-format:"Medium Date";
	text-align:center;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl30
	{mso-style-parent:style0;
	text-align:center;}
.xl31
	{mso-style-parent:style0;
	font-weight:700;
	text-decoration:underline;
	text-underline-style:single;
	font-family:arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:.5pt solid windowtext;}
.xl32
	{mso-style-parent:style0;
	font-weight:700;
	text-decoration:underline;
	text-underline-style:single;
	font-family:arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	border-top:.5pt solid windowtext;
	border-right:none;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl33
	{mso-style-parent:style0;
	font-weight:700;
	text-decoration:underline;
	text-underline-style:single;
	font-family:arial, sans-serif;
	mso-font-charset:0;
	text-align:center;
	border-top:.5pt solid windowtext;
	border-right:.5pt solid windowtext;
	border-bottom:.5pt solid windowtext;
	border-left:none;}
.xl34
	{mso-style-parent:style0;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;}
.xl35
	{mso-style-parent:style0;
	font-weight:700;
	text-decoration:underline;
	text-underline-style:single;
	font-family:arial, sans-serif;
	mso-font-charset:0;
	text-align:left;}
.xl36
	{mso-style-parent:style20;
	color:black;
	font-weight:700;
	font-family:arial, sans-serif;
	mso-font-charset:0;
	text-align:left;
	vertical-align:middle;
	border:.5pt solid windowtext;
	background:white;
	mso-pattern:black none;
	white-space:normal;}
.xl37
	{mso-style-parent:style20;
	color:black;
	text-align:left;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl38
	{mso-style-parent:style0;
	text-align:left;}
.xl39
	{mso-style-parent:style20;
	color:black;
	text-align:center;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl40
	{mso-style-parent:style0;
	color:black;
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;}
.xl41
	{mso-style-parent:style20;
	color:black;
	text-align:left;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl42
	{mso-style-parent:style0;
	color:black;
	text-align:left;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;}
.xl43
	{mso-style-parent:style20;
	color:black;
	mso-number-format:"Medium Date";
	text-align:center;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;
	white-space:normal;}
.xl44
	{mso-style-parent:style0;
	color:black;
	mso-number-format:"Medium Date";
	text-align:center;
	vertical-align:middle;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;}
.xl45
	{mso-style-parent:style20;
	color:black;
	text-align:center;
	border:.5pt solid windowtext;
	mso-background-source:auto;
	mso-pattern:auto;}
--&gt;&lt;/style&gt;  &lt;table style="width: 508pt; border-collapse: collapse; table-layout: fixed" border="0" cellspacing="0" cellpadding="0" width="676" x:str="x:str"&gt;&lt;colgroup&gt;&lt;col style="width: 43pt; mso-width-source: userset; mso-width-alt: 2084" class="xl30" width="57" /&gt;&lt;col style="width: 38pt; mso-width-source: userset; mso-width-alt: 1865" class="xl30" width="51" /&gt;&lt;col style="width: 251pt; mso-width-source: userset; mso-width-alt: 12214" class="xl38" width="334" /&gt;&lt;col style="width: 54pt; mso-width-source: userset; mso-width-alt: 2633" class="xl30" width="72" /&gt;&lt;col style="width: 53pt; mso-width-source: userset; mso-width-alt: 2560" class="xl30" width="70" /&gt;&lt;col style="width: 69pt; mso-width-source: userset; mso-width-alt: 3364" class="xl30" width="92" /&gt;&lt;/colgroup&gt;&lt;tbody&gt;     &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 508pt; height: 12.75pt; border-right: black 0.5pt solid" class="xl31" height="17" width="676" colspan="6"&gt;HAJJ - 2009&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="height: 12.75pt; border-right: black 0.5pt solid" class="xl31" height="17" colspan="6"&gt;HAJJ FLIGHT'S SCHEDULE OF HAJJ GROUP ORGANIZERS&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="height: 12.75pt; mso-ignore: colspan" class="xl25" height="17" colspan="2"&gt;&lt;/td&gt;        &lt;td class="xl35"&gt;&lt;/td&gt;        &lt;td style="mso-ignore: colspan" class="xl25" colspan="3"&gt;&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; height: 25.5pt" class="xl26" height="34" width="57"&gt;Station&lt;/td&gt;        &lt;td style="width: 38pt; border-left-style: none" class="xl26" width="51"&gt;Enr. No.&lt;/td&gt;        &lt;td style="width: 251pt; border-left-style: none" class="xl36" width="334"&gt;Name of Company&lt;/td&gt;        &lt;td style="width: 54pt; border-left-style: none" class="xl26" width="72"&gt;Flight No.&lt;/td&gt;        &lt;td style="width: 53pt; border-left-style: none" class="xl26" width="70"&gt;Date&lt;/td&gt;        &lt;td style="width: 69pt; border-left-style: none" class="xl26" width="92"&gt;No of Seats Allotted&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1101&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN AL AHMAD HAJJ SERVICES PVT LTD TAKHT BHAI&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;220&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1101&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN AL AHMAD HAJJ SERVICES PVT LTD TAKHT BHAI&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;220&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1102&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MINHAJ TOURS PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9337&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1103&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;PIR INTERNATIONAL PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1104&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-NISMA HAJJ &amp;amp; UMRAH&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;(PVT) LTD LAKKI MARWAT&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1105&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHOAIB HAJJ UMRAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1345&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;190&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1106&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;JABL E NOOR HAJJ UMRAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1107&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AMANULLAH HAJJ SERVICES PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1859&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;101&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1108&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E HAMZA PVT LTD PESHAWAR&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1911&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40110"&gt;24-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;282&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1109&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HUMAYUN SHINWARI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1929&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1110&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SAFARI MAKKAH HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1861&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;190&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1111&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KOHAT HAJJ AND UMRAH SERVIES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3529&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;220&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1112&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ZUBAIR KHAN SHINWARI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1913&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40111"&gt;25-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;203&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1112&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ZUBAIR KHAN SHINWARI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1807&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40109"&gt;23-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;91&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1114&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MAMA KARWAN E HAJJ AND UMRA SERVIES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1117&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KURRAM TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1937&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1118&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KHORFAKKAN HAJJ AND UMRAH TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9709&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40109"&gt;23-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;143&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1119&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL SHAIRE HAJJ UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9031&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;39&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1121&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ABU HANZALA HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1923&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;241&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1122&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ABU TALHA HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1921&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40115"&gt;29-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;206&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1122&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ABU TALHA HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1913&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40111"&gt;25-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;44&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1123&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TRIBAL HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1921&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40115"&gt;29-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;123&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1123&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TRIBAL HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1923&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;81&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1124&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E QURESH HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1851&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1126&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL MARWAT HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1127&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;GUL FARAZ KHAN LIL HAJJ PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV727&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1128&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL BAITH HAJJ SERVICES PVT LTD NORTH WAZINISTAN&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1853&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;104&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1130&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ITTEFAQ HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1131&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ZAM ZAM HAJJ UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1925&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1132&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ABU HAMID HAJJ SERVICES PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1855&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1133&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E QUBA PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1935&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;190&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1134&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL MANARAAT HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1851&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;115&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1135&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;NOWSHER WAN HAJJ AND UMRAH SERVICE&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;106&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1136&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E MUHAMMAD HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1853&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1137&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;PIR KAFLA AL HUJJAJ PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1429&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;220&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1138&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ALMAROOF TRAVEL TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1849&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;250&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1139&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;REHLAT UL HARMAIN SHARIFAIN PVT LTD BANNU&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9031&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;190&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1143&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL HIDAYA HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1925&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1144&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E NIJAT HAJJ AND UMRAH SERVIES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1925&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;99&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1145&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BAIT UL ATTIQ HAJJ SERVIES PVT LTD PESHAWAR&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1911&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40110"&gt;24-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;47&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1145&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BAIT UL ATTIQ HAJJ SERVIES PVT LTD PESHAWAR&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1913&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40111"&gt;25-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;82&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1146&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL JAZEERA HAJJ SERVICES PVT LTD 9 10 JEDDAH MEDICEN MARKET BARA&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1147&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E SARHAD PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1148&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL SAADAT HAJJ &amp;amp; UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1149&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ANGAZEY HAJJ UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1857&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;146&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1150&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;FAIZ HAJJ UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV721&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1151&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BILAL TRAVEL AND TOURS SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1937&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;72&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1152&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL KHATEEM HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1153&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHAH SHINWARI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1929&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1154&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL HAMEED HAJJ AND UMRAH PVT COMPANY LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1155&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E MARDAN HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1743&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1156&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHEIKH BANOORI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1857&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1157&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;JABBAR HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;1&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1158&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHAHRAHE ALL HAJJ AND UMRA SERIVE&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1345&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1159&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MIK MOVERS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1925&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;32&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1160&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;FAHEEM HAJJ AND TRAVEL TOUR PVT LTD TANK&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl28"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1161&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HAIDRY HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1855&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1162&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MUKHTAR HAJJ AND UMRA SERVICES PVT TLD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1743&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1163&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SABIREEN TRAVELERS AND TRADERS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1141&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1166&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;LAWARI HAJJ UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1927&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1167&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ANWAR UL HARMAIN HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1929&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;65&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1168&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HAJI JEHANZEB AFRIDI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1929&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;102&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1169&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BROTHERS TRAVEL AND HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;109&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1170&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E LANDI KOTAL HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1859&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;80&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1171&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;DAUUAR ENTERPRISES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1649&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1172&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;JABIR IBN-E-ABDULLAH HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1141&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1173&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;PESHAWAR INTERNATIONAL AIR PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1859&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;98&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1176&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MOHMAND HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9337&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1177&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL HAZRAT LIL HAJJ WA UMRAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1937&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;106&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1178&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-ATEEQ TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1861&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1180&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHARF-E-MADINA PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1935&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1181&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BAKHTIYAR HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1853&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;75&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1181&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BAKHTIYAR HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1849&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1183&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;RAMOZE HAJJ PVT LTD PESHAWAR&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1851&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;104&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1184&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SWABI ENTERPRISES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1343&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1185&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E KHATME NABOWAT PESHAWAR PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1927&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1186&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;GHUFRAN HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1343&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1187&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHAHNGLA HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1831&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1189&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHAKIR TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1859&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1190&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ILAF HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV727&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1193&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;THABBA HAJJ &amp;amp; UMRAH SRVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1623&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1194&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;CHITRALI HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9337&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1195&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SAFI HAJJ &amp;amp; UMRA SERVICES PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1929&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1196&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;M/S HAZRAT UMMI AYESHA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1935&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;16&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1197&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TAZKERA AL HARMAIN AL SHARFAIN HAJJ &amp;amp; UMRA PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1141&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1198&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;M/S KARWAN E ASIA HAJJ &amp;amp; UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1429&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1199&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;QAFL ALSAMAD HAJJ SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1855&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1202&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ISRAR UL HUJJAJ HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1859&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1203&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWA N E ABQA HAJJ &amp;amp; UMRA SERVICE (NEW)&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9031&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1204&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TIRAH HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1859&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1205&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;JAMRUD LIL HAJJ PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1857&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;PWR&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1207&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SAFFI TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1857&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1208&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;THE BROTHERS HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3529&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;1210&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SPINGHAR HAJJ UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1621&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;89&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2101&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TALBIA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1659&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;41&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2102&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;7 SEAS HAJJ &amp;amp; UMRA SERVICES PVT LTD ISLAMABAD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;147&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2104&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;GALAXY HAJJ &amp;amp; UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1659&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;288&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2106&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TAQWA HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1743&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;113&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2107&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;RIAZ UL HARMAIN PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1641&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;141&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2109&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ALWALEED INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1641&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;58&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2111&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL YOUSAF TRAVEL &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1623&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;111&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2113&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL HATEEM INTERNATIONAL TRAVEL PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1623&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;62&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2114&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;PAK ARABIAN INTERLINKS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2115&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL RAHAM INTERNATIONAL HAJJ &amp;amp; UMRAH SMC PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1621&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;65&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2117&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E AL JANNAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV727&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40111"&gt;25-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;126&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2118&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HAFIZ IFTIKHAR INTERNATIONAL TRAVEL &amp;amp; TOUR PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1641&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;138&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2119&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SHAH FAISAL SHAHEED INTERNATIONAL TOUR OPERATORS&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3547&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2120&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL HABIB HAJJ &amp;amp; UMRA PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3547&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;57&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2121&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL TOHEED INTERNATIONAL HAJJ &amp;amp; UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1645&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;235&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2122&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HABIBI TRAVEL SERVICES PVT LTD RAWALPINDI&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;32&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2125&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;DAR AL SALAM PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1635&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2127&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;CARVAN AR RAHEEM PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1655&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;300&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2130&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TAIBA HARMAYN PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3547&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;103&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2131&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ALHASHMI HAJJ &amp;amp; UMRA SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9731&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;24&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2132&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HAJ PLANNERS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1635&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;57&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2135&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-AHBAB HAJ GORUP (PRIVATE) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1627&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;246&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2136&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SALMANS INTERNATIONAL TRAVELS PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9731&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;71&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2137&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ABDULLAH BIN SULTAN HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1621&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;101&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2138&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;PAK SAUDIA NAJM SERVICES &amp;amp; DEVELOPMENT (PRIVATE) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV795&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;96&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2139&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;DIYAR-E-NOOR HAJJ UMRAH &amp;amp; SERVICES (PRIVATE) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3529&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2140&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;JAMIL TOURS PVT LTD. HAJJ UMRAH SERVICES&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1635&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;98&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2142&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;FARIS INTERNATIONAL PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1657&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;184&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2145&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SAFAR-E-MADINA HAJJ &amp;amp; UMRAH TOURS (PVT) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1639&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2147&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;CARVAN AL FAZILAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1625&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;247&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2148&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ALFURQAN INTERNATIONAL PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3543&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;143&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2149&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-MAMOORAH INTERNATIONAL PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1655&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2151&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;DAR AL SALAM PAKISTAN HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9727&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;300&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2153&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-MURTAZA HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1657&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;59&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2154&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;UNITED HAJJ &amp;amp; UMRA SERVICES CORPORATION (PVT) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV727&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40111"&gt;25-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;34&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2155&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN-E-BAITULLAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1657&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;220&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2157&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;CARWAN-E-HARMAIN PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV721&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;139&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2158&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;CARVAN-E-AZMAT PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV797&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;135&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2159&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-HARMAIN SERVICES (PRIVATE) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9709&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40109"&gt;23-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;268&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2160&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SABR-PVT-LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3547&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;37&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2161&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MADNI (PRIVATE) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1621&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2162&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-ASRAA TRAVEL &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV727&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2163&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BROTHERS INTERNATIONAL TRAVELS HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3543&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;139&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2164&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN-E-SAIFI PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1649&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;146&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2165&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TRAVEL LINES &amp;amp; TOURS PRIVATES LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1057&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;160&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2166&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARVAN AL SIDDIQUI INT PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2168&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SONYA TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1743&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;35&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2170&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN-E-ZAIN INTERNATIONAL TRAVEL &amp;amp; TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1655&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2171&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;LALA GI PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1641&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2172&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SOUTHERN HAJJ SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1639&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2174&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN-E-SHAHZEB HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;149&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2176&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MULTI FAITH INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1649&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2178&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SAFA MAKKAH HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2179&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN-E-AMINULLAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1623&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;1&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2181&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;TAUHEED ENTERPRISES PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV723&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;118&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2182&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MELODY SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1635&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2183&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ABDULLAH MALIK &amp;amp; BROTHERS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;102&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2184&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-HURRIYA HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3543&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;98&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2185&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;QAFALA-E-HIJAZ HAJJ UMRAH &amp;amp; SERVICES (PVT) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1057&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;107&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2188&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;YAKTA TRAVELS &amp;amp; TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV795&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;105&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2189&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SOUTHERN TRAVELS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1659&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;40&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2190&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;DEEDAR-E-RAHAMAT INTERNATIONAL TRAVEL &amp;amp; TOURS PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV727&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2191&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ABBASS TOURS PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1645&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;114&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2193&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E MAKKAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3547&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2194&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ALLAH U AKBAR HAJJ &amp;amp; UMRAH SERVICES PVT LTD ISLAMABAD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1655&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;58&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2195&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL SAHIB TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1623&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;118&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2196&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;CARVAN-E-AMAN PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1743&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2197&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MAKKA TOURS TRAVEL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1621&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;55&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2198&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AMEER UR REHMAN PVT LTD HAJJ SERVICES&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1617&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2199&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;BHALWAL TOURS PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1645&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;115&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2200&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;ASHYANA HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;48&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2203&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KHANKAH SIRAJEA HAJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1659&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;97&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2204&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-GUROSHI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1649&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2206&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MUSTAJAB TRAVELS &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3547&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;106&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2207&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-QASIM HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1639&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;106&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2212&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HAMDARD HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1051&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;IBD&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;2213&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;SAJJAD TRAVELS &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;109&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3101&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL NASR TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1465&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;75&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3102&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL MULTAZAM TRAVELS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1405&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40108"&gt;22-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;172&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3102&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL MULTAZAM TRAVELS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9331&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;97&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3103&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL-MUQADAS TOURS &amp;amp; TRAVEL PVT&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1461&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;43&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3104&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-SUO-A-HARAM PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1457&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;92&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3105&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;HARAM PAK PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1449&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;77&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3105&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;HARAM PAK PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1751&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;141&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3106&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL QURASH PVT LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1425&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;135&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3107&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL TAWAKAL TOURS &amp;amp; TRAVEL INTERNATIONAL (PV&lt;span style="display: none"&gt;T) LIMITED&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1417&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3107&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL TAWAKAL TOURS &amp;amp; TRAVEL INTERNATIONAL (PV&lt;span style="display: none"&gt;T) LIMITED&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9317&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;188&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3108&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;TAWAF TRAVELS &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9307&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40109"&gt;23-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;202&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3109&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ALWARIS TOURISM SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9307&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40109"&gt;23-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;220&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3110&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MAKHDOOM HAJJ SRVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1437&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;190&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3111&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;RIAZ UL JANNAH HAJJ SERVICES PVT LD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1425&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;75&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3112&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ZEESHAN HAJJ SERVICES PVT LTD.&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1443&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3113&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;GLOBAL HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1505&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;87&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3114&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-ARAFAT TRAVEL &amp;amp; TOURS PVT LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1505&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3115&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL MAKKAH SULEMAN TOURS &amp;amp; TRAVEL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1505&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;130&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3117&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;PAN ISLAMIC TOURS AND TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9327&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;206&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3118&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SUFA INTERNATION TRAVEL AND TOURS PRIVATE LI&lt;span style="display: none"&gt;MITED&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9315&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40113"&gt;27-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;88&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3118&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SUFA INTERNATION TRAVEL AND TOURS PRIVATE LI&lt;span style="display: none"&gt;MITED&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9317&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;101&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3119&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;IDARA AL-HARMAIN PVT LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1465&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;51&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3121&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL ARIFA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1757&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3122&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;DIYAR-E-MADIANA TRAVEL &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1749&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3123&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;GENEVA TRAVELS &amp;amp; TOURS PVT LD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1441&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;89&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3124&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL-RAZA INTERNATION TOURS &amp;amp; TRAVEL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1749&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;196&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3125&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL MOHID HAJJ &amp;amp; UMRAH SERVICE PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1461&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3126&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL HAJAZ TRAVELS PVT LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1449&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;128&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3127&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;RG TOURS AND TRAVELS PVT LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1453&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;214&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3128&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MAJEED TOURS &amp;amp; TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9329&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;149&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3129&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-REHMAN PVT LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9317&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;179&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3129&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-REHMAN PVT LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1423&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;111&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3131&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;WORLD TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1757&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;147&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3132&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;BAB UL SALAM TRAVEL &amp;amp; TOURS PVT LTD (HAJJ UM&lt;span style="display: none"&gt;RAH SERVICE)&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9329&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;114&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3134&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ANSAR E PAKISTAN TRAVEL &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1445&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;43&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3135&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;HAFIZ AIR INTL TGRAVEL HAJJ AND UMRA SERVICES&lt;span style="display: none"&gt; PVT LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1465&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3136&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SAUDI PAK TOURIST &amp;amp;&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;TRAVEL BUREAU PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1753&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;217&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3139&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-ABDULLAH PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1761&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;28&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3140&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MOEEN TRAVEL &amp;amp; TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1463&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40137"&gt;20-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;200&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3141&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-QAMAR-UL-ISLAM PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9307&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40109"&gt;23-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;30&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3141&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-QAMAR-UL-ISLAM PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1459&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;137&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3142&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ALSAFEER HAJ AND UMRA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9327&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;92&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3143&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;CHALO MADINAH SHARIF TOURS AND TRAVELS PVT &lt;span style="display: none"&gt;LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1405&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40108"&gt;22-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;53&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3144&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;EMAD TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1443&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3144&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;EMAD TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1513&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;81&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3146&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;GRACE TRAVEL SERVICE PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1463&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40137"&gt;20-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;243&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3147&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL-KARIMEE TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1461&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;169&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3148&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;LABAIK INTERNATIONAL TRAVEL AND TOUR PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1449&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;67&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3149&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;NEW AL-MULTAZAM TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1505&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;102&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3149&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;NEW AL-MULTAZAM TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1753&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;118&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3150&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN-E-MUSTAFA TRAVEL AND TOURS SEVICES&lt;span style="display: none"&gt; PVT LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1347&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;47&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3151&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MUSLIM TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1761&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;242&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3153&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;FAIZ-E-ALAM TOURISM SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9327&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;92&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3154&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;CARVAN JAMIL TRAVELS AND TOUR PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1517&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40137"&gt;20-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3156&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;CARVAN AFZAL AL HAJJ PAKISTAN PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1417&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;68&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3158&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ANAS TOURS AND TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1417&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3159&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MADNI TOGERVI TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;SV739&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3160&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARVAN E HAJJ VALI AL ASAR PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1435&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;225&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3160&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARVAN E HAJJ VALI AL ASAR PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1437&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;68&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3161&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E SIDDIQUE AKBAR PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1507&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;300&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3162&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SKY WORLD TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;SV739&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;79&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3163&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SIDDIQUI INTERNATIONAL TOURS AND TRAVEL&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1449&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3164&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARVAN E AQIDAT PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1757&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3165&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;QAUMI TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1425&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;13&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3165&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;QAUMI TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1427&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;96&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3165&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;QAUMI TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9327&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;78&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3166&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SUKHERA TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9311&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40111"&gt;25-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;45&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3166&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SUKHERA TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9315&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40113"&gt;27-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;88&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3167&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;DASP PILGRIMAGE SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9325&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;79&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3168&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ARQEM PVT LTD LAHORE&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1751&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;183&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3169&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E MINHAJ UL HUSSAIN PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9311&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40111"&gt;25-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;85&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3169&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E MINHAJ UL HUSSAIN PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1505&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;52&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3170&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;FAIZ E MADINA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9329&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3171&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E ISMAEEL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1507&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3172&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E SHABBIR PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1445&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;188&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3173&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ALQADIR HAJJ &amp;amp; UMRAH SERVICES PRIVATE LIMITE&lt;span style="display: none"&gt;D&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1347&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;40&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3174&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ALTALIB TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1445&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;136&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3180&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SADIPAK HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1461&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;126&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3182&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;WORLD LINKS TRAVEL TOURS CONSULTANTS PVT L&lt;span style="display: none"&gt;TD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1457&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;142&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3183&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARAVAN E IBRAHEEM TOURS AND TRAVELS PVT L&lt;span style="display: none"&gt;TD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1459&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;23&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3183&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARAVAN E IBRAHEEM TOURS AND TRAVELS PVT L&lt;span style="display: none"&gt;TD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1761&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;163&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3186&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AYUB INTERNATIONAL TRAVELS PRIVATE LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1465&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;212&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3187&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;CARVAN MAKKAH MADINA INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK3557&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;220&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3188&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL HAMRA TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9329&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;66&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3192&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL SAUD TOURS AND TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1453&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3193&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;NUMAIR TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1517&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40137"&gt;20-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;129&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3195&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E HUSSAINI INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1423&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3197&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;EASY HAJ AND UMRA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9325&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;31&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3198&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL QADSIA INTERNATIONAL TRAVEL N TOURS PVT L&lt;span style="display: none"&gt;TD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1505&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;52&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3199&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL ZAHID MADNI TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1507&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;103&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3199&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL ZAHID MADNI TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1453&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;37&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3203&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;RAUF IBRAHIM TRAVELS ANT TOURS PRIVATE LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1427&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;41&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3205&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ADNAN-MUNIR-TRAVELS-VT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1347&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;104&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3206&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;BAB-E-HARAM HAJJ/UMRAH SERVICES PRIVATE LTD&lt;span style="display: none"&gt; GUJRANWALA&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1347&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3207&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;M/S AL-MUTAYYAB PRIVAT LTD FAISAL ABAD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1513&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;11&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3207&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;M/S AL-MUTAYYAB PRIVAT LTD FAISAL ABAD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;SV735&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;79&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3208&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E HERAMIN TRAVEL &amp;amp; TOUR OPERATORS &lt;span style="display: none"&gt;PVT LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1427&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;148&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3209&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;HURMAT E RASSOL TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9325&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;89&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3210&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;FATIMA INTERNATIONAL HAJJ &amp;amp; UMRAH SERVICES P&lt;span style="display: none"&gt;VT LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1423&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;113&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3211&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E HAJJ HUSSAINIA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9325&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;105&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3212&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E HAIDERI PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1425&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;72&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3213&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;TOOBA UMRAH AND HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1513&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;95&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3214&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;IBADAT INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1459&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;81&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3215&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;SHAMCO TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1515&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;18&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3216&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ZIA E HARAM TRAVEL AND TOURS SERVICE PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1443&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;78&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3217&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;RR.HAJJ AND UMRRAH SERVICE PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1443&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;40&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3219&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;GOHAR TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1453&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;127&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3220&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;PAK-INDUS HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1513&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;138&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3221&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E MUZAMMAL ALLAMA IQBAL ROAD NEAR &lt;span style="display: none"&gt;PLOT AKBRI MASJID T.T.S&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1145&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3222&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;RAB ON LINE SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1459&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;115&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3223&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E SANA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1445&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;84&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3224&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ZUMAR E HIRA TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1515&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;113&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3225&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AZZIAFAH PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1515&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3226&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;DAR UL HARMAIN HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1459&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;112&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3228&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;CARVAN BAQIR UL ULLOM TRAVEL AND TOURS&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;SV733&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;149&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3229&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AKLOTA TRAVELS AND TOUR OPERATORS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1423&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;91&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3230&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;HARRAM AL HAJJAZ TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1761&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40135"&gt;18-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;36&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3232&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL BADAR INTERNATION TRAVELS AND TOURS PVT &lt;span style="display: none"&gt;LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9315&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40113"&gt;27-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;80&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3233&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;BAAB E JIBRAEEL HAJJ AND UMRAH SERVICES PVT &lt;span style="display: none"&gt;LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1753&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;131&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3236&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;ARHAM INTERNATIONAL HAJJ AND UMRAH PVT LTD &lt;span style="display: none"&gt;LHR&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1347&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;81&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3237&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MADINAY DA PANDHI PVT LTD REG. KOT ADDU&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1449&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;106&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3237&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MADINAY DA PANDHI PVT LTD REG. KOT ADDU&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9037&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;44&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3237&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MADINAY DA PANDHI PVT LTD REG. KOT ADDU&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9035&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;62&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3241&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;AL JOHRA TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1427&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;115&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3242&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E ABUDAWOOD PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1443&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3243&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KHUDDAM UL HARMAIN INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9325&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;130&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3245&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;NAJAFI HAJJ &amp;amp; UMRAH TRAVELS &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1417&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;114&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3246&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;TAKBEER TRAVELS &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9331&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;112&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3249&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;JAMIAT UL HUJJAJ PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1457&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;114&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3249&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;JAMIAT UL HUJJAJ PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;SV739&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;22&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3249&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;JAMIAT UL HUJJAJ PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK3557&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;10&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3251&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E IQBAL PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1457&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40134"&gt;17-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3252&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E SIRAJIA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1465&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3255&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;GOLDEN FALCON TRAVEL SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1425&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3256&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;KARWAN E JAMSHED TOURS &amp;amp; TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1405&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40108"&gt;22-Oct-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;31&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3257&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;CARVAN FALAH PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1751&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3259&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;GHULAM MURSHAD T&amp;amp;T PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1427&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;66&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3259&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;GHULAM MURSHAD T&amp;amp;T PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9329&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;38&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3260&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;WATCH OUT HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK9325&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;34&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3260&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;WATCH OUT HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1425&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;63&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3261&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MOTO TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1347&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;76&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3261&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MOTO TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1749&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;32&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3262&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;TAWAF E MAKKA PVT LTD&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1441&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="border-top-style: none; height: 12.75pt" class="xl34" height="17"&gt;LHR&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;3265&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl42"&gt;MASHHAD BILAL HAJJ AND UMARAH SERVICES PVT &lt;span style="display: none"&gt;LTD&lt;/span&gt;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;PK1517&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl44" x:num="40137"&gt;20-Nov-09&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl40"&gt;108&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4101&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MUSHTAQ-E-HARAM TRAVEL AND TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9021&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;219&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4102&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HUJJAJ-E-MADINA TRAVEL AND TOURS PVT. LTD.&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9023&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4103&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;PROFICIENT SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40112"&gt;26-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;133&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4104&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;HARRAM KHUDDAM-E-HUJJAJ (PRIVATE&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;105&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4105&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;LABBAIK E HARRAM TRAVEL AND TROURS (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1117&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;108&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4110&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL BAKKA TRAVEL AND TOURS (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40112"&gt;26-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;16&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4111&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL RASHEED HAJJ AND UMRA GROUP (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1043&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;41&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4112&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;IDARA KHIDMAT UL HUJJAJ PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1501&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;112&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4113&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;IKHWAN-UL-HUJJAJ PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9025&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;289&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4114&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MEMON TRAVEL AND TOURS (PVT) LTD.&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9029&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4115&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-FATTANI TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1043&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4116&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL-KHADIM TOURS HAJJ AND UMRAH (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1047&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;62&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4119&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN-E-UMUL QURA (PVT) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1125&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;92&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4121&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;LABBAIK HAJJ AND UMRAH SERVICES (PVT) LTD.&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK3649&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;102&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4124&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL- SAFI TOURS AND TRAVELS PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1127&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;35&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4125&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL WAFA INTERNATIONAL TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1049&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;39&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4126&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL MOAZZIN HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1127&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;43&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4127&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;KARWAN E RAMZANI (PRIVATE) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;SV701&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;222&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4128&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;MAJMU-E-RAMZANI (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK1045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl27" width="51"&gt;4129&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl37" width="334"&gt;AL- BADAR TRAVELS AND TOURS (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl27" width="72"&gt;PK9021&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl29" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl27" width="92" x:num="x:num"&gt;27&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4131&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SALEEM AKHTER TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1129&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;285&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4132&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL ZAHID TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1129&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;18&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4133&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ALKHANDWANI INTL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1129&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;66&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4134&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL- SAAD TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;52&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4135&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN-E-HANFI PAKISTAN TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV701&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40115"&gt;29-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;43&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4136&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL KISWA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;15&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4138&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ZIAFAT UL HARMAIN HAJJ GROUP PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1125&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4139&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-MUSANI INTERNATIONAL (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9035&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;85&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4140&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN-E-AHLE-SUNNAT HAJJ UMRAH WA ZIYARAH GROUP PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1135&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;239&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4141&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;BAVERIA TRAVEL &amp;amp; TOUR OPERATOR PVT LTD KARACHI&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV701&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;146&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4144&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;INTERNATIONAL KARWAN MALIK RIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;31&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4145&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SHAN E HARAM TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1043&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;104&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4146&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;TARBEYYAT UL HUJJAJ TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV707&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;79&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4149&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;CARWAN E HASHMI PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV701&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;126&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4150&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KHATAM E NUBUWWAT HAJJ GROUP PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1125&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;184&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4152&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL RASHEDIN HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9035&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;122&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4153&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;HUJAJ AL ANSAR HAJJ AND UMRAH TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;93&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4156&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AROMA TRAVEL SERVICE PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;21&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4159&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;NAWAB HAJJ GROUP PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9035&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;109&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4160&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SAFEENA TUL HUJJAJ INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV707&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;26&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4162&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN-E-ASRA INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1129&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;95&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4165&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;M/S EMINENT AVIATION (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9023&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;24&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4167&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL HIRA TRAVEL &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9035&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;31&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4170&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;LABBAIK TOURS &amp;amp; TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;99&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4176&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;BAIT US SALAM PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1049&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;59&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4178&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL SHAKOOR SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;58&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4180&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;FIDA HAJJ AND UMRAH SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1133&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;82&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4181&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ABDUL SALAM &amp;amp; ZEESHAN TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1501&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4185&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL ANSAR TRAVEL AND TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1049&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;246&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4186&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;COLUMBUS TRAVEL SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1047&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;166&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4188&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AAMIR TOURS &amp;amp; TRAVELS PAKISTAN PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1133&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;60&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4190&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SADIQ UL HAJAJ ENTERPRISES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9025&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;85&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4192&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;CARVAN E ABUZAR HAJJ N UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9025&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;84&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4193&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E AMJADIA HAJJ N UMRAH SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1043&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;87&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4196&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;UNI PAK TRAVELS N TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1133&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;109&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4197&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL MEEZAN HAJJ GROUP PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV707&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4198&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ALLAMA BANORI HAJJ N UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1117&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;232&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4199&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;RAJA TRAVEL N TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1133&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;70&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4200&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL ZAFAR HAJJ N UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV707&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;69&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4201&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SAKHI WAHAB HAJJ COMPANY PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1135&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;101&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4202&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL HUDA TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1133&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;35&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4205&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SIDDIQ AHMAD MEHER ELAHI HAJJ GROUP PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1117&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;123&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4206&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;BAIT ULLAH TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4208&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ILLAL HARAM TRAVEL &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9029&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;95&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4209&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL HARAM TRAVELS &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9035&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;38&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4213&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;NAEEM HAJJ SERVICES AND TOUR OPERATOR PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4214&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SALEH AL-GHAFFAR TRAVEL AGENCY HAJJ SERVICES PVT LTM&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9037&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;216&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4215&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;TRAVEL CLUB PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9027&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;212&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4216&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;PAKBAN INTERNATIONAL PVT LD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1131&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;76&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4217&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-MARWA HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV707&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40132"&gt;15-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;79&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4218&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MUAWIN UL HUJJANJ PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3649&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;139&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4219&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN-E-MUSTAFAI (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9033&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;76&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4221&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;HUJJAJ UL HARMAIN TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9033&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;103&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4222&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;REHBAR UL HUJJAJ PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1125&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;25&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4225&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;LUDHYANVI TRAVELS (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9033&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;81&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4227&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN-AL-SUGHRAN TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1135&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40123"&gt;06-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;108&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4229&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;TRAVEL INN PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9027&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;108&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4230&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL HUDAIBIYAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9033&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;92&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4232&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SADIKABAD HAJJ &amp;amp; UMRAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40112"&gt;26-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;125&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4233&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MPL TRAVELS DIVISION OF MAHDI PAKISTAN PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;61&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4235&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;CARVAN-E-MUSLIM HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1131&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;28&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4236&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;DWYNE TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV715&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;101&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4237&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E AJAM PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9027&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;49&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4239&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;DAWOOD BILAL HAJJ AND UMRA TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1501&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4241&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SAFFAR-E-SAEED-O-NAVEED UMRAH-O-HAJJ INTERNATIONAL PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1049&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4242&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ROYAL ZUL HAJJ AND UMRAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9013&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40112"&gt;26-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4243&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;THE HOLY HAJJ SERVICE PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1047&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4244&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AIR MAX TRAVEL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV715&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4245&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;JAN AND BROTHERS HAJJ AND UMRA PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;119&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4246&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN-E-JAMAL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9037&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4247&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-ARAB ZIARAT PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1131&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;27&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4248&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;CARVAN-E-AMEER HAMZA PILGRIMAGE SERVICES PVT LIIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9009&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40110"&gt;24-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;49&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4249&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;JANWIRY BROTHERS HAJJ UMRAH SERVICE PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV701&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;53&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4250&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MASHAL AVIATION PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;SV715&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;39&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4252&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ANWAR UL HARMAIN PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;116&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4253&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;DIYAR E RASOOL TRAVELS PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4254&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;HASSAN USMAN INTERNATIONAL HAJJ UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9029&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;21&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4255&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SAFINA E MALIK PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9023&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;97&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4256&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E AL MEMBER HAJJ GROUP PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1047&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4257&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;TAHIR SADIQ HAJJ UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1127&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4258&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E KHAIR AL WARA PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9023&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;108&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4262&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ARKAYS TRAVEL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9037&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;119&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4263&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E ASRA AL MADINA PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3651&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4265&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E AKHTAR INTERNATIONAL (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;104&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4267&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;GERRYS TRAVEL AGENCY PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1129&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;4&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4268&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;NEW INTER NATIONAL KARWAN.E.ARAFAT PVT LTD HYDERABAD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4269&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;QAFLA E BAITULLAH PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1127&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;65&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4270&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-SAFA PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1127&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;43&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4273&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;IMRAN TRAVEL AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1043&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40127"&gt;10-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4275&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-MANASIK INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1127&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4277&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;REHMAT NADIR HAJJ AND UMRAH COMPNAY PRIVATE LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4278&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-IMDAD TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK9023&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40117"&gt;31-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;71&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4279&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;LAKHANI HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK1501&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40129"&gt;12-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;101&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4281&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-WAHID HAJJ &amp;amp; UMRAH SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="SV705 "&gt;SV705&lt;span style="mso-spacerun: yes"&gt; &lt;/span&gt;&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;KHI&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;4283&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;FAISAL AIR TRAVEL SERVICES (PVT) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3651&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40131"&gt;14-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5101&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL ARAFAT INTERNATIONAL TRAVEL &amp;amp; TOURS PVT LTD QUETTA&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3041&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;85&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5102&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ZAFI TRAVELS AND TOURS (PVT) LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3061&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;300&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5103&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;NADEEM TOURS AND TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5105&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;GULF HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3049&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40130"&gt;13-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;190&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5106&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MUZDALFAH TRAVELS AND TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;51&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5107&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL KHIDMAT AL WATTAN HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5108&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KHIDMAT-E-MILLAT IBRAHIMI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3031&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5110&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SALEEM TOURS &amp;amp; TRAVELS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3029&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;250&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5111&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;BALOCH CONSULTANTS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;179&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5112&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MUHAMMAD KHAN HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3009&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40110"&gt;24-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5113&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ALADIL HAJJ UMRA SERVICES PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl45"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;0&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5114&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL HAJJ SHARJA KARWAN PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3029&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40120"&gt;03-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;79&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5115&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;WALI HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3063&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40137"&gt;20-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;131&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5116&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SHAKIR HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3009&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40110"&gt;24-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;191&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5117&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL SHAMS HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5118&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;CHISHTI TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3037&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;72&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5119&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;NEW SALEEM TOURS &amp;amp; TRAVELS PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3041&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;106&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5120&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;JILAN PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3065&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5121&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN QAIS BIN MAHSAR HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl45"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;0&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5123&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;GULISTAN E MADINA HAJJ SERVICES PVT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3009&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40110"&gt;24-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;28&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5124&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL KAUSAR TRAVELS &amp;amp; TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3037&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;90&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5125&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL QASWA TRAVEL &amp;amp; TOUR (PVT) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl45"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;0&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5126&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ALBAKHT HAJJ UMRA SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl45"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5127&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;LALA IQBAL HAJJ AND UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3031&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;49&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5129&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SAHAR TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;60&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5131&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL WAHID TRAVEL &amp;amp; TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5132&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E BADDAR HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3037&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40124"&gt;07-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5133&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ALDOOLAT HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3017&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;137&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5134&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN E PISHIN HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3033&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5135&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;PAK HARMAIN TRAVELS AND TOURS PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3061&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40136"&gt;19-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;9&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5136&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MIRZA KHAN HAJJ SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3033&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40122"&gt;05-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5137&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL QASMI HAJJ AND UMRAH SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3031&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40121"&gt;04-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;150&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5138&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;YALAMLAM HAJJ &amp;amp; UMRAH SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl45"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5139&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;YASIN HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3065&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;120&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5140&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;KARWAN-E-HAFIZ HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3055&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40133"&gt;16-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5141&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;HIKMATULLAH HAJJ SERVICES PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3021&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5142&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;JALAL INTERNATIONAL PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3045&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40128"&gt;11-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5143&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL-SUBHAN TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3021&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5144&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;ZAKRIA HAJJ SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3021&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5145&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MANZOOR AHEMED CONFIDENCE HAJJ SERVICES (PRIVATE) LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72" x:str="x:str"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="border-top-style: none; border-left-style: none" class="xl45"&gt;&amp;#160;&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;0&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5147&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;NEW MUZZAMIL TRAVELS AND TOURS PVT LTD&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3065&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40138"&gt;21-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5148&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;BOLAN HAJJ UMRAH SERVICES PRIVAT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3017&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40114"&gt;28-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5149&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SAIF SUPER STAR HAJJ SERVICES PRIVAT LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3021&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40116"&gt;30-Oct-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;46&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5150&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;FANOOS HAJJ PVT LTD DISTRICT KILLA SAIFULLAH&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3041&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40126"&gt;09-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;98&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 12.75pt" height="17"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 12.75pt" class="xl27" height="17" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5151&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;SHARAF HAJJ SERVICES PVT LTD TURBAT&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3043&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40119"&gt;02-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5152&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;IKRAM UL HAQ HAJJ SERVICES PVT LTD GAWADAR&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3039&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40125"&gt;08-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;100&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5153&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;MOHAMMAD ESSA HAJJ SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3025&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;50&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5154&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;HABSHA TRAVELS &amp;amp; TOURS PRIVATE LIMITED ZIARAT&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3025&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40118"&gt;01-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;110&lt;/td&gt;     &lt;/tr&gt;      &lt;tr style="height: 25.5pt" height="34"&gt;       &lt;td style="width: 43pt; border-top-style: none; height: 25.5pt" class="xl27" height="34" width="57"&gt;QTA&lt;/td&gt;        &lt;td style="width: 38pt; border-top-style: none; border-left-style: none" class="xl39" width="51"&gt;5155&lt;/td&gt;        &lt;td style="width: 251pt; border-top-style: none; border-left-style: none" class="xl41" width="334"&gt;AL SANDAL HAJJ AND UMRA SERVICES PRIVATE LIMITED&lt;/td&gt;        &lt;td style="width: 54pt; border-top-style: none; border-left-style: none" class="xl39" width="72"&gt;PK3063&lt;/td&gt;        &lt;td style="width: 53pt; border-top-style: none; border-left-style: none" class="xl43" width="70" x:num="40137"&gt;20-Nov-09&lt;/td&gt;        &lt;td style="width: 69pt; border-top-style: none; border-left-style: none" class="xl39" width="92" x:num="x:num"&gt;107&lt;/td&gt;     &lt;/tr&gt;   &lt;/tbody&gt;&lt;/table&gt;  &lt;p&gt;Ref: &lt;a href="http://www.hajjinfo.org/flt_pvt.htm" target="_blank"&gt;http://www.hajjinfo.org/flt_pvt.htm&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/64vQ4bgk3bc" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/2MpAstIqJYJniDNt4cNxxqCZsEs/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2MpAstIqJYJniDNt4cNxxqCZsEs/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/2MpAstIqJYJniDNt4cNxxqCZsEs/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/2MpAstIqJYJniDNt4cNxxqCZsEs/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/b5-PLLiGTUQ" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/b5-PLLiGTUQ/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/HAJJ-FLIGHT-SCHEDULE-FOR-HAJJ-GROUP-ORGANIZERS.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=78addf6f-5e1a-44a9-9b5d-871ae58d6840</guid>
      <pubDate>Thu, 22 Oct 2009 08:38:24 -0200</pubDate>
      <category>Pakistan</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=78addf6f-5e1a-44a9-9b5d-871ae58d6840</pingback:target>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=78addf6f-5e1a-44a9-9b5d-871ae58d6840</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/HAJJ-FLIGHT-SCHEDULE-FOR-HAJJ-GROUP-ORGANIZERS.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=78addf6f-5e1a-44a9-9b5d-871ae58d6840</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=78addf6f-5e1a-44a9-9b5d-871ae58d6840</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/64vQ4bgk3bc/post.aspx</feedburner:origLink></item>
    <item>
      <title>SharePoint Power Tools – Must have goodies for SharePoint Administrator</title>
      <description>&lt;p align="justify"&gt;Recently encountered excellent SharePoint admin tools from &lt;a href="http://www.xavor.com/whatwedo/solutions/OneClickSharepoint.aspx" target="_blank"&gt;Xavor&lt;/a&gt;. Great thing is, that they are free and can really ease the pain for regular day to day SharePoint troubleshooting tasks. There is no need to open SharePoint farm and use stsadm for administrative activities. Some mostly used functions of stsadm are easily available right within SharePoint main website through very nice Action Menu based user interface.&lt;/p&gt;  &lt;p&gt;Only administrators can access these functions. Some of the functions you can perform using SharePoint power tools are;&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Check User Security &lt;/li&gt;    &lt;li&gt;Check Group Security &lt;/li&gt;    &lt;li&gt;Get List Information like its ID, template, size etc &lt;/li&gt;    &lt;li&gt;Web Information &lt;/li&gt;    &lt;li&gt;Bulk Add Web Part &lt;/li&gt;    &lt;li&gt;Bulk Delete Web Part &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;You can get these goodies free of cost right from &lt;a href="http://oneclicksharepoint.com" target="_blank"&gt;oneclicksharepoint.com&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/fJYP_a7ZyAI" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/Wi4-nDDsZtnuxZZcqOEPhNhJKdE/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Wi4-nDDsZtnuxZZcqOEPhNhJKdE/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/Wi4-nDDsZtnuxZZcqOEPhNhJKdE/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/Wi4-nDDsZtnuxZZcqOEPhNhJKdE/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/dZgRNQMeeEM" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/dZgRNQMeeEM/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (waqas)</author>
      <comments>http://www.beyondweblogs.com/post/SharePoint-Power-Tools-e28093-Must-have-goodies-for-SharePoint-Administrator.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=20ed97bc-a061-47ca-91ee-dd1fafa43baa</guid>
      <pubDate>Tue, 20 Oct 2009 07:19:07 -0200</pubDate>
      <category>SharePoint</category>
      <dc:publisher>waqas</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=20ed97bc-a061-47ca-91ee-dd1fafa43baa</pingback:target>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=20ed97bc-a061-47ca-91ee-dd1fafa43baa</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/SharePoint-Power-Tools-e28093-Must-have-goodies-for-SharePoint-Administrator.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=20ed97bc-a061-47ca-91ee-dd1fafa43baa</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=20ed97bc-a061-47ca-91ee-dd1fafa43baa</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/fJYP_a7ZyAI/post.aspx</feedburner:origLink></item>
    <item>
      <title>Vmware Vs Normal Server Good &amp; Funny Intro...</title>
      <description>&lt;object width="425" height="344"&gt;&lt;param name="movie" value="http://www.youtube.com/v/EBsw5y5sDKQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/EBsw5y5sDKQ&amp;amp;hl=en&amp;amp;fs=1&amp;amp;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/sqOio-8mfJ4" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/ASV-WZkaTUqMebd5gN-C0LnNLX0/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ASV-WZkaTUqMebd5gN-C0LnNLX0/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/ASV-WZkaTUqMebd5gN-C0LnNLX0/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/ASV-WZkaTUqMebd5gN-C0LnNLX0/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/X6XxCTryOC0" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/X6XxCTryOC0/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (naveed)</author>
      <comments>http://www.beyondweblogs.com/post/Vmware-Vs-Normal-Server-Good-Funny-Intro.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=65bba462-c2fa-43d4-869e-948429ebfdbe</guid>
      <pubDate>Wed, 07 Oct 2009 11:16:44 -0200</pubDate>
      <category>Tech News</category>
      <dc:publisher>naveed</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=65bba462-c2fa-43d4-869e-948429ebfdbe</pingback:target>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=65bba462-c2fa-43d4-869e-948429ebfdbe</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Vmware-Vs-Normal-Server-Good-Funny-Intro.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=65bba462-c2fa-43d4-869e-948429ebfdbe</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=65bba462-c2fa-43d4-869e-948429ebfdbe</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/sqOio-8mfJ4/post.aspx</feedburner:origLink></item>
    <item>
      <title>Microsoft WebsiteSpark: Free Software For Web Developers</title>
      <description>&lt;p&gt;&lt;a href="http://www.microsoft.com/web/websitespark/"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="image" border="0" alt="image" align="left" src="http://www.beyondweblogs.com/image.axd?picture=WindowsLiveWriter/MicrosoftWebsiteSparkFreeSoftwareForWebD/60616746/image.png" width="244" height="99" /&gt;&lt;/a&gt; Microsoft has launched&lt;a href="http://www.microsoft.com/web/websitespark/"&gt;WebsiteSpark&lt;/a&gt; , a new program to provide free copies of Microsoft development tools, applications and server licenses to web developers and designers for a period of three years.&lt;/p&gt;  &lt;p&gt;The program is the third and latest launch as part of the ’spark’ series to engage communities with new Microsoft products. The initial programs to launch were &lt;a href="http://www.microsoft.com/bizspark/"&gt;BizSpark&lt;/a&gt; , for startups, and &lt;a href="https://www.dreamspark.com/Default.aspx"&gt;DreamSpark&lt;/a&gt;, for students.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;What does the program provide?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;WebSiteSpark provides software licenses that you can use for three years at no cost.&amp;#160; Once enrolled, you can download and immediately use the following software from Microsoft:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;3 licenses of Visual Studio 2008 Professional Edition &lt;/li&gt;    &lt;li&gt;1 license of Expression Studio 3 (which includes Expression Blend, Sketchflow, and Web) &lt;/li&gt;    &lt;li&gt;2 licenses of Expression Web 3 &lt;/li&gt;    &lt;li&gt;4 processor licenses of Windows Web Server 2008 R2 &lt;/li&gt;    &lt;li&gt;4 processor licenses of SQL Server 2008 Web Edition &lt;/li&gt;    &lt;li&gt;DotNetPanel control panel (enabling easy remote/hosted management of your servers)&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;The Windows Server and SQL Server licenses can be used for both development and production deployment.&amp;#160; You can either self-host the servers on your own, or use the licenses with a hoster.&amp;#160; WebsiteSpark makes it easy to find hosters who are also enrolled in the program, and who can use your licenses to provide you with either dedicated or virtual dedicated servers to host your sites on.&lt;/p&gt;  &lt;p&gt;In addition to software, WebsiteSpark provides partner opportunities to grow and build your business (including customer referrals through our partner programs).&amp;#160; It also includes product support (including 2 professional support incidents) and free online training for the products.&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Who can join the program?&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;WebSiteSpark is available to independent web developers and small web development companies.&amp;#160; The only two requirements to join the program are:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Your company builds web sites and web application on behalf of others. &lt;/li&gt;    &lt;li&gt;Your company currently has less than 10 employees.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;If you meet these requirements you can visit the &lt;a href="http://www.microsoft.com/web/websitespark/"&gt;WebsiteSpark website&lt;/a&gt; and sign-up.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/BeyondWebLogs/~4/EZ-blCtkdus" height="1" width="1"/&gt;
&lt;p&gt;&lt;a href="http://feedads.g.doubleclick.net/~a/4ZcpovU599kTJ-5Q7b9rRYs7QRU/0/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4ZcpovU599kTJ-5Q7b9rRYs7QRU/0/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;br/&gt;
&lt;a href="http://feedads.g.doubleclick.net/~a/4ZcpovU599kTJ-5Q7b9rRYs7QRU/1/da"&gt;&lt;img src="http://feedads.g.doubleclick.net/~a/4ZcpovU599kTJ-5Q7b9rRYs7QRU/1/di" border="0" ismap="true"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/feedburner/bwl/~4/JdmRWLIB5H4" height="1" width="1"/&gt;</description>
      <link>http://feedproxy.google.com/~r/feedburner/bwl/~3/JdmRWLIB5H4/post.aspx</link>
      <author>support.nospam@nospam.beyondweblogs.com (naveed)</author>
      <comments>http://www.beyondweblogs.com/post/Microsoft-WebsiteSpark-Free-Software-For-Web-Developers.aspx#comment</comments>
      <guid isPermaLink="false">http://www.beyondweblogs.com/post.aspx?id=e2662a24-2a9e-4b10-bdba-4f974e310263</guid>
      <pubDate>Wed, 07 Oct 2009 05:55:01 -0200</pubDate>
      <category>Tech News</category>
      <dc:publisher>naveed</dc:publisher>
      <pingback:server>http://www.beyondweblogs.com/pingback.axd</pingback:server>
      <pingback:target>http://www.beyondweblogs.com/post.aspx?id=e2662a24-2a9e-4b10-bdba-4f974e310263</pingback:target>
      <slash:comments>4</slash:comments>
      <trackback:ping>http://www.beyondweblogs.com/trackback.axd?id=e2662a24-2a9e-4b10-bdba-4f974e310263</trackback:ping>
      <wfw:comment>http://www.beyondweblogs.com/post/Microsoft-WebsiteSpark-Free-Software-For-Web-Developers.aspx#comment</wfw:comment>
      <wfw:commentRss>http://www.beyondweblogs.com/syndication.axd?post=e2662a24-2a9e-4b10-bdba-4f974e310263</wfw:commentRss>
    <feedburner:origLink>http://www.beyondweblogs.com/post.aspx?id=e2662a24-2a9e-4b10-bdba-4f974e310263</feedburner:origLink><feedburner:origLink>http://feedproxy.google.com/~r/BeyondWebLogs/~3/EZ-blCtkdus/post.aspx</feedburner:origLink></item>
  </channel>
</rss>
