<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:thr="http://purl.org/syndication/thread/1.0">
  <title type="html">[좐]군의 To-Be</title>
  <id>http://John.tobe30.com/tc/</id>
  <link rel="alternate" type="text/html" hreflang="ko" href="http://John.tobe30.com/tc/" />
  <subtitle type="html"></subtitle>
  <updated>2012-04-25T05:51:35+09:00</updated>
  <generator>Textcube 1.7.5 : Risoluto</generator>
  <entry>
    <title type="html">[펌]GRE</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%ED%8E%8CGRE" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/344" thr:count="0"/>
    <category term="Computing, IT, SW" />
    <category term="GRE" />
    <category term="Networking" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%ED%8E%8CGRE</id>
    <updated>2012-04-24T13:09:40+09:00</updated>
    <published>2012-04-24T13:09:23+09:00</published>
    <summary type="html">&lt;span style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;&lt;b&gt;GRE&lt;/b&gt; : Generic Routing Encapsulation. &lt;/span&gt;&lt;br style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;&lt;span style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;시스코에서 개발한 터널링 프로토콜. &lt;/span&gt;&lt;br style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;&lt;span style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;다양한 프로토콜의 패킷을 IP 터널내에 암호화하여 시스코 라우터 간의 가상의 점 대 점 링크를 만드는 것&lt;/span&gt;&lt;br style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;&lt;span style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;이종네트워크 세그먼트를 연결해주는 개념&lt;/span&gt;&lt;br style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;&lt;font color=&quot;#404040&quot; face=&quot;gulim, sans-serif&quot; size=&quot;2&quot;&gt;&lt;span style=&quot;line-height: 22px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;color: rgb(64, 64, 64); font-family: gulim, sans-serif; font-size: 13px; line-height: 22px; &quot;&gt;특징은 시스코(Sysco)사에서 개발한 VPN 프로토콜로서 데이타를 암호화하지 않으므로 속도가 빠릅니다. 시스코 라우터에 기본 내장되어 있으므로 시스코 라우터와 VPN 구성시 편합니다. 서버와 클라인트 양 쪽 다 고정 IP를 사용해야 합니다. 본사의 남는 공인 IP를 지사에 할당하는 경우 등에 사용합니다. &lt;/span&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">[SQL Server] DB에 접속하는 Client program이 non-Unicode program일 때 언어 설정 방법</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/SQL-Server-DB%EC%97%90-%EC%A0%91%EC%86%8D%ED%95%98%EB%8A%94-Client-program%EC%9D%B4-non-Unicode-program%EC%9D%BC-%EB%95%8C-%EC%96%B8%EC%96%B4-%EC%84%A4%EC%A0%95-%EB%B0%A9%EB%B2%95" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/342" thr:count="0"/>
    <category term="Database" />
    <category term="Collation" />
    <category term="SQL Server" />
    <category term="언어설정" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/SQL-Server-DB%EC%97%90-%EC%A0%91%EC%86%8D%ED%95%98%EB%8A%94-Client-program%EC%9D%B4-non-Unicode-program%EC%9D%BC-%EB%95%8C-%EC%96%B8%EC%96%B4-%EC%84%A4%EC%A0%95-%EB%B0%A9%EB%B2%95</id>
    <updated>2012-03-14T13:13:09+09:00</updated>
    <published>2012-03-14T13:13:09+09:00</published>
    <summary type="html">&lt;p class=&quot;MsoNormal&quot;&gt;DB에 접속하는 Client program이 non-Unicode program이라면 DB세팅전에 필히 확인하여 OS locale와 SQL Server collation 설정이 필수적이다.&lt;br&gt;(SQL Server에서 데이터가 저장된 DB의 Collation 변경 작업은 개안습이다.)&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;Windows OS에서 non-Unicode program 언어 설정방법&lt;br&gt;&lt;font size=&quot;1&quot; face=&quot;Tahoma, arial, helvetica, sans-serif&quot;&gt;Control Panel(제어판) &amp;gt; Region and Language(지역 및 언어설정) &amp;gt; &amp;nbsp;Advanced(고급) Tab 에서 &lt;br&gt;Language for non-Unicode program 설정을 해당 언어로 설정.&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;예를 들어 중국어 기반에 non-Unicode program과 이에 연동하는 DB를 세팅할 경우 다음과 같이 설정해야 한다.&lt;br&gt;non-Unicode program 이 구동되는 OS : Chinese(PRC)&lt;br&gt;SQL Server가 구동되는 OS : Chinese(PRC)&lt;br&gt;SQL Server default collation : Chinese_PRC_CI_AS&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;알고 있으면 아주 간단한 문제인데, 모르면 정말 아주 큰일이다... 언어 설정이 중구난방으로되어 DB에서 저장되는 문자열이 모두 엄하게 저장되었다. 조용히 다른 일자리를 찾아보도록 권고한다...ㅋㅋ&lt;br&gt;사실 프로그램과 DB가 유니코드 쓰면 이런 고민 자체가 필요 없어진다....&lt;br&gt;프로그램 초기 설계시 제발 유니코드로 좀....&lt;/p&gt;

&amp;lt;Windows Locale와 SQL Server Default Collation&amp;gt; &lt;br&gt;&lt;table class=&quot;MsoNormalTable&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;71%&quot; style=&quot;width: 71.28%; &quot;&gt;
 &lt;tbody&gt;&lt;tr style=&quot;mso-yfti-irow:0;mso-yfti-firstrow:yes;height:15.75pt&quot;&gt;
  &lt;td width=&quot;40%&quot; style=&quot;width: 40.52%; border-top-color: rgb(187, 187, 187); border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(229, 229, 229); padding-top: 3pt; padding-right: 3pt; padding-bottom: 3pt; padding-left: 3pt; height: 15.75pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot; align=&quot;center&quot; style=&quot;text-align:center&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Windows locale&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; style=&quot;width: 14.32%; border-top-color: rgb(187, 187, 187); border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-style: none; border-left-width: initial; border-left-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(229, 229, 229); padding-top: 3pt; padding-right: 3pt; padding-bottom: 3pt; padding-left: 3pt; height: 15.75pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot; align=&quot;center&quot; style=&quot;text-align:center&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Windows LCID&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td style=&quot;border-top-color: rgb(187, 187, 187); border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-style: none; border-left-width: initial; border-left-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(229, 229, 229); padding-top: 3pt; padding-right: 3pt; padding-bottom: 3pt; padding-left: 3pt; height: 15.75pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot; align=&quot;center&quot; style=&quot;text-align:center&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;SQL LCID&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; style=&quot;width: 32.82%; border-top-color: rgb(187, 187, 187); border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-top-width: 1pt; border-right-width: 1pt; border-bottom-width: 1pt; border-left-style: none; border-left-width: initial; border-left-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(229, 229, 229); padding-top: 3pt; padding-right: 3pt; padding-bottom: 3pt; padding-left: 3pt; height: 15.75pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot; align=&quot;center&quot; style=&quot;text-align:center&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Default collation&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Afrikaans
  (South Africa)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0436&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Albanian
  (Albania)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Albanian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Alsatian
  (France)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0484&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Amharic
  (Ethiopia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x045e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Algeria)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Bahrain)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x3c01&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Egypt)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c01&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Iraq)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0801&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Jordan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2c01&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Kuwait)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x3401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Lebanon)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x3001&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Libya)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1001&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Morocco)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1801&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Oman)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2001&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Qatar)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x4001&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Saudi Arabia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Syria)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2801&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Tunisia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1c01&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (U.A.E.)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x3801&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic
  (Yemen)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0401&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Arabic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Armenian
  (Armenia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Assamese
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x044d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x044d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Azeri
  (Azerbaijan, Cyrillic)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x082c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x082c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Deprecated,
  not available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Azeri
  (Azerbaijan, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Deprecated,
  not available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Bashkir
  (Russia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x046d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x046d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Basque
  (Basque)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Belarusian
  (Belarus)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0423&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Bengali
  (Bangladesh)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0845&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0445&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Bengali
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0445&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Bosnian
  (Bosnia and Herzegovina, Cyrillic)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x201a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x201a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Bosnian
  (Bosnia and Herzegovina, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x141a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x141a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Breton
  (France)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x047e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x047e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Bulgarian
  (Bulgaria)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0402&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Catalan
  (Catalan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0403&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (Hong Kong SAR, PRC)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c04&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese_Taiwan_Stroke_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (Macao SAR)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (Macau)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x21404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x21404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (PRC)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0804&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0804&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese_PRC_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (PRC)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x20804&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x20804&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese_PRC_Stroke_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (Singapore)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1004&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0804&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese_PRC_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (Singapore)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x21004&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x20804&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese_PRC_Stroke_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (Taiwan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x30404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x30404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese_Taiwan_Bopomofo_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese
  (Taiwan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0404&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Chinese_Taiwan_Stroke_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Corsican
  (France)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0483&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0483&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Croatian
  (Bosnia and Herzegovina, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x101a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Croatian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Croatian
  (Croatia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Croatian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Czech
  (Czech Republic)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0405&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0405&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Czech_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Danish
  (Denmark)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0406&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0406&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Danish_Norwegian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Dari
  (Afghanistan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x048c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x048c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Divehi
  (Maldives)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0465&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0465&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Dutch
  (Belgium)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0813&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Dutch
  (Netherlands)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0413&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Australia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c09&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Belize)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2809&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Canada)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1009&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Caribbean)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x4009&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Ireland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1809&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Jamaica)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2009&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Malaysia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x4409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (New Zealand)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Philippines)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x3409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Singapore)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x4809&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (South Africa)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1c09&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Trinidad and Tobago)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2c09&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (United Kingdom)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0809&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (United States)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;SQL_Latin1_General_CP1_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;English
  (Zimbabwe)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x3009&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Estonian
  (Estonia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0425&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0425&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Estonian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Faroese
  (Faroe Islands)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0438&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Filipino
  (Philippines)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0464&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Finnish
  (Finland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Finnish_Swedish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French
  (Belgium)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x080c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French
  (Canada)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French
  (France)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French
  (Luxembourg)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x140c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French
  (Monaco)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x180c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French
  (Switzerland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x100c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Frisian
  (Netherlands)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0462&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0462&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Galician
  (Spain)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0456&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Georgian
  (Georgia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x10437&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x10437&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Georgian_Modern_Sort_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Georgian
  (Georgia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0437&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;German
  - Phone Book Sort (DIN)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x10407&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x10407&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;German_PhoneBook_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;German
  (Austria)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c07&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;German
  (Germany)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0407&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;German
  (Liechtenstein)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1407&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;German
  (Luxembourg)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1007&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;German
  (Switzerland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0807&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Greek
  (Greece)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0408&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0408&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Greek_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Greenlandic
  (Greenland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x046f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0406&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Danish_Norwegian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Gujarati
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0447&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hausa
  (Nigeria, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0468&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hebrew
  (Israel)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hebrew_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hindi
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hungarian
  (Hungary)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hungarian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hungarian
  Technical Sort&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x1040e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1040e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Hungarian_Technical_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Icelandic
  (Iceland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Icelandic_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Igbo
  (Nigeria)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0470&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Indonesian
  (Indonesia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0421&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Inuktitut
  (Canada, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x085d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Inuktitut
  (Syllabics) Canada&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x045d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x045d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Irish
  (Ireland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Italian
  (Italy)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0410&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Italian
  (Switzerland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0810&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Japanese
  (Japan XJIS)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0411&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0411&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Japanese_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Japanese
  (Japan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;*0x040411&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x40411&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Kannada
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x044b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Kazakh
  (Kazakhstan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Kazakh_90_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Khmer
  (Cambodia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0453&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0453&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;K&#039;iche
  (Guatemala)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0486&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Kinyarwanda
  (Rwanda)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0487&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Konkani
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0457&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Korean
  (Korea Dictionary Sort)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0412&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0412&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Korean_Wansung_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Kyrgyz
  (Kyrgyzstan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0440&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Lao
  (Lao PDR)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0454&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0454&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latvian
  (Latvia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0426&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0426&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latvian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Lithuanian
  (Lithuania)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0427&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0427&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Lithuanian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Lower
  Sorbian (Germany)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x082e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Luxembourgish
  (Luxembourg)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x046e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Macedonian
  (Macedonia, FYROM)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Macedonian_FYROM_90_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Malay
  (Brunei Darussalam)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Malay
  (Malaysia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Malayalam
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x044c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Maltese
  (Malta)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Maori
  (New Zealand)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0481&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0481&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Mapudungun
  (Chile)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x047a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x047a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Marathi
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x044e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Mohawk
  (Canada)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x047c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x047c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Mongolian
  (Mongolia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0450&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Mongolian
  (PRC)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0850&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Nepali
  (Nepal)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0461&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0461&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Norwegian
  (Bokmål, Norway)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0414&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0414&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Norwegian
  (Nynorsk, Norway)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0814&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0414&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Occitan
  (France)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0482&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Oriya
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0448&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Pashto
  (Afghanistan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0463&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0463&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Persian
  (Iran)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0429&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0429&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Polish
  (Poland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0415&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0415&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Polish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Portuguese
  (Brazil)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0416&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Portuguese
  (Portugal)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0816&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Punjabi
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0446&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Quechua
  (Bolivia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x046b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Quechua
  (Ecuador)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x086b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Quechua
  (Peru)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c6b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Romanian
  (Romania)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0418&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0418&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Romanian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Romansh
  (Switzerland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0417&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0417&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Russian
  (Russia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Inari, Finland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x243b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Lule, Norway)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x103b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Lule, Sweden)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x143b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Northern, Finland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c3b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Northern, Norway)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Northern, Sweden)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Skolt, Finland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x203b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Southern, Norway)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x183b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x043b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sami
  (Southern, Sweden)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1c3b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x083b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sanskrit
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x044f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Serbian
  (Bosnia and Herzegovina, Cyrillic)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1c1a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c1a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Serbian
  (Bosnia and Herzegovina, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x181a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x081a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Serbian
  (Serbia, Cyrillic)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c1a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c1a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Serbian
  (Serbia, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x081a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x081a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sesotho
  sa Leboa/Northern Sotho (South Africa)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x046c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Setswana/Tswana
  (South Africa)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0432&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Sinhala
  (Sri Lanka)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x045b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Slovak
  (Slovakia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Slovak_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Slovenian
  (Slovenia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0424&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0424&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Slovenian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Argentina)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x2c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Bolivia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x400a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Chile)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x340a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Colombia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x240a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Costa Rica)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x140a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Dominican Republic)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x1c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Ecuador)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x300a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (El Salvador)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x440a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Guatemala)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x100a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Honduras)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x480a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Mexico)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x080a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Nicaragua)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x4c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Panama)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x180a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Paraguay)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x3c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Peru)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x280a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Puerto Rico)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x500a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Spain)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Spain, Traditional Sort)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Traditional_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (United States)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x540a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Uruguay)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x380a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Spanish
  (Venezuela)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x200a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0c0a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Modern_Spanish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Swahili
  (Kenya)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0441&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Swedish
  (Finland)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x081d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Finnish_Swedish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Swedish
  (Sweden)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041d&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040b&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Finnish_Swedish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Syriac
  (Syria)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x045a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x045a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Tajik
  (Tajikistan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0428&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Tamazight
  (Algeria, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x085f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x085f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Tamil
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0449&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Tatar
  (Russia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0444&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0444&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Telugu
  (India)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x044a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0439&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Thai
  (Thailand)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Thai_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Tibetan
  (PRC)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0451&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0451&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Not
  available at server level&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Turkish
  (Turkey)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x041f&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Turkish_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Turkmen
  (Turkmenistan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0442&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0442&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Uighur
  (PRC)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0480&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0480&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Ukrainian
  (Ukraine)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0422&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0422&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Ukrainian_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Upper
  Sorbian (Germany)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042e&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Urdu
  (Pakistan)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0420&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0420&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Uzbek
  (Uzbekistan, Cyrillic)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0843&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0419&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Cyrillic_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Uzbek
  (Uzbekistan, Latin)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0443&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0443&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Uzbek_Latin_90_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Vietnamese
  (Vietnam)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x042a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Vietnamese_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Welsh
  (United Kingdom)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0452&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0452&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Wolof
  (Senegal)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0488&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x040c&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;French_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Xhosa/isiXhosa
  (South Africa)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0434&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Yakut
  (Russia)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0485&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0485&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AI&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Yi
  (PRC)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0478&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Yoruba
  (Nigeria)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x046a&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
  &lt;td width=&quot;40%&quot; valign=&quot;top&quot; style=&quot;width: 40.52%; border-right-color: rgb(187, 187, 187); border-bottom-color: rgb(187, 187, 187); border-left-color: rgb(187, 187, 187); border-right-width: 1pt; border-bottom-width: 1pt; border-left-width: 1pt; border-top-style: none; border-top-width: initial; border-top-color: initial; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Zulu/isiZulu
  (South Africa)&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;14%&quot; valign=&quot;top&quot; style=&quot;width: 14.32%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0435&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td valign=&quot;top&quot; style=&quot;border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;0x0409&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
  &lt;td width=&quot;32%&quot; valign=&quot;top&quot; style=&quot;width: 32.82%; border-top-style: none; border-top-width: initial; border-top-color: initial; border-left-style: none; border-left-width: initial; border-left-color: initial; border-bottom-color: rgb(187, 187, 187); border-bottom-width: 1pt; border-right-color: rgb(187, 187, 187); border-right-width: 1pt; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: white; padding-top: 6.75pt; padding-right: 3pt; padding-bottom: 6.75pt; padding-left: 3pt; background-position: initial initial; background-repeat: initial initial; &quot;&gt;
  &lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;Latin1_General_CI_AS&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;
  &lt;/td&gt;
 &lt;/tr&gt;
&lt;/tbody&gt;&lt;/table&gt;

&lt;p class=&quot;MsoNormal&quot;&gt;&lt;span lang=&quot;EN-US&quot; style=&quot;font-size:8.0pt;font-family:Consolas&quot;&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot;&gt;출처&lt;span lang=&quot;EN-US&quot;&gt;&amp;nbsp;: &lt;a href=&quot;http://msdn.microsoft.com/en-us/library/ms143508.aspx&quot;&gt;http://msdn.microsoft.com/en-us/library/ms143508.aspx&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Consolas; font-size: 8pt; &quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</summary>
  </entry>
  <entry>
    <title type="html">[펌]모든 IT 전문가가 마스터해야 하는 10가지 비즈니스 기술</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%ED%8E%8C%EB%AA%A8%EB%93%A0-IT-%EC%A0%84%EB%AC%B8%EA%B0%80%EA%B0%80-%EB%A7%88%EC%8A%A4%ED%84%B0%ED%95%B4%EC%95%BC-%ED%95%98%EB%8A%94-10%EA%B0%80%EC%A7%80-%EB%B9%84%EC%A6%88%EB%8B%88%EC%8A%A4-%EA%B8%B0%EC%88%A0" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/341" thr:count="0"/>
    <category term="Computing, IT, SW" />
    <category term="IT전무가" />
    <category term="비지니스" />
    <category term="협상" />
    <category term="협업" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%ED%8E%8C%EB%AA%A8%EB%93%A0-IT-%EC%A0%84%EB%AC%B8%EA%B0%80%EA%B0%80-%EB%A7%88%EC%8A%A4%ED%84%B0%ED%95%B4%EC%95%BC-%ED%95%98%EB%8A%94-10%EA%B0%80%EC%A7%80-%EB%B9%84%EC%A6%88%EB%8B%88%EC%8A%A4-%EA%B8%B0%EC%88%A0</id>
    <updated>2012-02-14T13:24:43+09:00</updated>
    <published>2012-02-14T13:24:31+09:00</published>
    <summary type="html">&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;출처 : ITWorld.co.kr&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;a href=&quot;http://www.itworld.co.kr/insight/74153/%EB%AA%A8%EB%93%A0%20IT%20%EC%A0%84%EB%AC%B8%EA%B0%80%EA%B0%80%20%EB%A7%88%EC%8A%A4%ED%84%B0%ED%95%B4%EC%95%BC%20%ED%95%98%EB%8A%94%2010%EA%B0%80%EC%A7%80%20%EB%B9%84%EC%A6%88%EB%8B%88%EC%8A%A4%20%EA%B8%B0%EC%88%A0?page=0,2&quot; target=&quot;_blank&quot;&gt;원문보기&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&lt;b&gt;[요약]&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;1. 듣기&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;2. 협업&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;3. 협상&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;4. 기본적인 비지니스 재무&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;5. 회사의 비지니스 모델 이해&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;6. 회사 운영 모델 이해&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;7. 대명사 사용방법 알기&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;8. 정치적인 권력 구도 파악&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;9. 상사관리 &lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;10. 업무 충실&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px;&quot;&gt;&lt;b&gt;[본문]&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 전문가가 성공하기 위해서는 비즈니스 기술을 개발해야 한다는 말은 항상 듣는다. 그러나 어떤 비즈니스 기술인지에 구체적으로 설명해주는 경우는 드물다. 사실 비즈니스 기술 중에서는 IT에 중요하지 않은 것도 있다.&lt;p style=&quot;margin-top: 15px; margin-bottom: 15px; &quot;&gt;모든 비즈니스 기술이 필요하다면 IT 전문가라는 직업을 아마 포기해야 할 것이다. 회계사, 카피라이터, 영업 사원, 채용 담당자, 구매 담당자의 일까지 배우기엔 IT인들은 너무 바쁘다. 그런 것들은 모두 무시하라. 이제부터 IT 경력에 있어 가장 중요한 10가지 비즈니스 기술을 살펴보자.&lt;/p&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 1 : 듣기&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;습득하거나 개선해야 할 한 가지 기술만 선택하라고 한다면 바로 이것이다. 단순히 말을 듣는 것이 아니라, 상대방이 설명을 잘 하는지 여부, 또는 여러분과 같은 의견인지 여부에 관계없이 상대방이 말하고자 하는 바를 이해하는 것이 다른 어떤 기술보다 중요하다.&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;잘 듣는 사람은 다른 누구보다 유리한 위치에 있다. 주변 사람들이 아는 것을 지속적으로 학습하며, 따라서 본인의 명석함을 자랑하는라 바쁜 사람보다 더 현명한 시각을 갖게 된다.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 2 : 협업&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;민첩함이 중요한 요소로 부각되기 전부터 협업(다른 사람들과 함께 일하여 혼자서는 불가능한 결과를 달성하는 것)은 중요했다. 민첩함이 작용하는 구심점은 개발자와 비즈니스 사용자 간의 협업이므로 결국 민첩함은 협업을 더욱 중요하게 만드는 요소일 뿐이다.&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;협업은 같은 편의 사람들이 공동의 문제를 해결할 방법을 모색하고 함께 공유하는 기회를 추구하는 것이다. 누가 같은 편인지 파악하는 것은 별개의 문제다.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 3 : 협상&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;협업은 같은 편에 있는 사람들이 함께 일하는 것이지만, 협상은 서로 다른 편에 있는 사람들이 서로 상이한 의견을 가진 상황에서도 모두가 동의하는 길을 찾는 것이다.&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;생산적인 협상 방법을 모르는 사람은 더 이상 길이 없는 막다른 상황에 갇히는 경우가 많다. 이런 경우 대부분 문제는 바로 그 사람이지만 본인은 그것을 알지 못한다.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-family: 나눔고딕web, 나눔고딕, NanumGothic, NanumGothicOTF, 맑은고딕, &#039;Malgun Gothic&#039;, &#039;Trebuchet MS&#039;, &#039;Lucida Grande&#039;, Tahoma, Helvetica, Arial, sans-serif; color: rgb(0, 0, 0); line-height: 22px; &quot;&gt;&lt;div&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 4 : 기본적인 비즈니스 재무&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 전문가는 대차대조표, 현금흐름표 또는 여러 재무비율 등을 알 필요는 없다. 그러나 손익계산서는 볼 줄 알아야 한다. 손익계산서를 통해 사업 현황을 알고, IT 부서가 예산 대비 얼만큼의 성과를 내고 있는지도 알 수 있다.&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;또한 ROI에 대해서도 잘 알아야 한다. 즉, 내년의 1달러가 지금의 1달러보다 가치가 낮은 이유, 통화 가치 하락의 원리, 자본 비용과 영업 비용의 차이를 알아야 한다. ROI는 지금 하는 일이 그에 상응하는 가치가 있는지 여부를 말해주는 지표다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 5 : 회사의 비즈니스 모델 이해&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&quot;비즈니스 모델&quot;은 &quot;비즈니스가 성립하는 방식&quot;을 그럴듯하게 포장한 용어다. 회사가 판매하는 상품을 고객이 이윤이 남는 가격에 구매하도록 유도하는 과정이다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;비즈니스 모델을 이해하는 IT 전문가는 현재의 IT를 통해 회사의 효율성을 높이는 방안을 제안할 수 있다. 반면 비즈니스 모델을 이해하지 못하는 IT 전문가는 회사가 더 성공하는 데 관련될 수 있지만 전혀 관련되지 않을 수도 있는 일반론밖에 이야기하지 못한다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 6 : 회사 운영 모델 이해&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;비즈니스 모델이 회사의 경쟁 방법을 설명한다면 운영 모델은 회사가 움직이는 방법을 설명한다. 즉, 원료가 완성된 상품이 되기까지 여러 부분들이 어떻게 조화를 이루는지에 대한 것이다. &lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;운영 모델을 이해하면 비즈니스 모델을 이해할 때와 같은 이점을 얻게 된다. 운영 모델을 이해하면 가설 상의 개선과 실질적인 개선을 구분하는 데 필요한 맥락을 알 수 있다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 7 : 대명사 사용 방법 알기&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;대화할 때 : &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&amp;nbsp; 1. &quot;나&quot;라는 표현은 자신이 과거 잘못한 것에 대한 예를 들 때만 사용하라. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&amp;nbsp; 2. 상대방을 지칭하는 명사는 긍정적인 문장에서만 사용하라. 예를 들어, “대명사 사용에 대해서는 저보다 훨씬 더 잘 아시죠.&quot; 같은 경우에 사용한다. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&amp;nbsp; 3. &quot;우리&quot;라는 표현은 설득을 위한 기반을 조성할 때 사용하라. &lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&amp;nbsp; 4. &amp;nbsp;모든 잘못된 의견, 태도, 개념 및 작업 방식에는 &quot;그 사람들&quot;이라는 표현을 붙이라.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;이 네 가지 규칙은 아무것도 모른 채 무턱대고 들이대는 사람과 달리 설득력을 최대화하고 저항을 최소화하면서 아이디어를 제시하기 위해 매우 중요하다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 8 : 정치적 권력 구도 파악&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;경력은 자기 스스로 만들어 나가는 것이지만, 회사 내에서의 승진은 여러분에게 기회를 줄 가치가 있는지 여부를 판단하는 다른 사람들에게 달렸다. 이런 사람들이 누구인지 알아야 한다. 누가 실세이고, 이 실세의 확고한 동지는 누구인지를 알아야 한다. 이것을 알면 누구와 관계를 맺어야 하는지도 알 수 있다. &lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;하지만 더 중요한 점은 가치를 잃지 않으려면 누구를 피해야 하는지도 알 수 있다는 것이다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 9 : 상사 관리&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;상사를 잘 관리해야 한다는 말은 흔히 듣는 말이다. 그러나 흔한 만큼 필수적인 기술이라는 것을 잊어서는 안된다. &lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;이 기술이 없으면 단조롭고 무의미한 일을 맡게 될 가능성이 훨씬 더 높아진다. 이 기술을 갖추면 좋은 아이디어와 그렇지 않은 아이디어에 대해 상사를 설득할 수 있게 된다. 더 중요한 점은 상사가 생각을 정리하기 전에 의견을 구하게 된다는 것이다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;strong style=&quot;font-weight: bold; &quot;&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;IT 비즈니스 기술 10 : 업무에 충실&lt;/span&gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;맡은 일이 기술적인 업무에 치우쳐 있더라도 능숙한 업무 수행은 그 자체로 비즈니스 기술로 간주된다. 이유는 단순하다. 정작 본인의 주 업무를 제대로 처리하지 못한다면 다른 어떤 주제에 대해서도, 아이디어가 아무리 훌륭하더라도 아무도 귀를 기울이지 않기 때문이다.&lt;/span&gt;&lt;br&gt;&amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-size: 14px; &quot;&gt;이 업무 수행에는 업무가 큰 그림(비즈니스 기술 1~9번)에서 어떻게 작용하는지 이해하는 것도 포함된다. 그래야 최대한의 효과를 얻는 방향을 잡을 수 있기 때문이다.&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">6 Startups to Watch in 2012</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/6-Startups-to-Watch-in-2012" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/339" thr:count="1"/>
    <category term="Computing, IT, SW" />
    <category term="2012 Startup" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/6-Startups-to-Watch-in-2012</id>
    <updated>2012-01-25T23:37:30+09:00</updated>
    <published>2012-01-13T13:29:09+09:00</published>
    <summary type="html">&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;출처 : &lt;a href=&quot;http://mashable.com/2012/01/08/6-startups-to-watch-in-2012/&quot;&gt;http://mashable.com/2012/01/08/6-startups-to-watch-in-2012/&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;An Olympic games, a U.S. presidential election and the end of the world are already planned for 2012, but we’re more excited about the startups.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;Here are six of them (in no particular order) that we expect to help define the coming year. We chose companies based on the momentum they gained in 2011, promising new takes on old problems and, in one case, the possibility of an IPO.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;Did we look at every startup in the world before compiling this list? Nope. Did we overlook some of the startups speeding toward 2012 definition-dom? Yep. Which is where you come in. Let us know in the comments which startups are on your list to watch in 2012.&lt;/p&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;h2 style=&quot;margin-top: 24px; margin-bottom: 24px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 16px; vertical-align: baseline; background-image: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: 21px; &quot;&gt;1. Skillshare&lt;/h2&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;center style=&quot;color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://8.mshcdn.com/wp-content/uploads/2012/01/Skillshare-dropshadow-640.jpg&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-style: initial; border-color: initial; &quot;&gt;&lt;/center&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;&lt;a href=&quot;http://www.mashable.com/tag/skillshare&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;Skillshare&lt;/a&gt;&amp;nbsp;is an online marketplace for offline classes. When we spoke to the startup in May, a month after it launched, more than 100 users had posted classes about everything from crocheted jewelery to how to invest your first $10,000. Eight months later, thousands of teachers have used Skillshare to teach more than 15,000 hours of classes. A few have even &lt;a href=&quot;http://mashable.com/2011/12/29/new-working-economy/&quot; target=&quot;_blank&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;quit their jobs&lt;/a&gt;&amp;nbsp;to teach Skillshare classes full-time.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;While the startup began with classes clustered in New York City, it now has budding communities in San Francisco, Chicago, Boston and elsewhere. Its site interface is already set up to accommodate more than 70 U.S. and International cities. There are no or few classes offered in most of them, but by the end of 2012, we’re betting there will be.&lt;/p&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;h2 style=&quot;margin-top: 24px; margin-bottom: 24px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 16px; vertical-align: baseline; background-image: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: 21px; &quot;&gt;2. Zaarly, Taskrabbit or Something Similar&lt;/h2&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;center style=&quot;color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://4.mshcdn.com/wp-content/uploads/2012/01/zarly-640.jpg&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-style: initial; border-color: initial; &quot;&gt;&lt;/center&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;We’re pretty sure that the mobile, local version of Craigslist will gain traction in 2012. We’re just not settled on which one yet. &lt;a href=&quot;http://www.mashable.com/tag/zaarly&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;Zaarly&lt;/a&gt;&amp;nbsp;and &lt;a href=&quot;http://www.mashable.com/tag/taskrabbit&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;TaskRabbit&lt;/a&gt;&amp;nbsp;both allow users to find someone nearby to complete odd jobs. Zaarly also lets people request items like a reverse eBay. Both are liable to gain traction in 2012.&lt;/p&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;h2 style=&quot;margin-top: 24px; margin-bottom: 24px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 16px; vertical-align: baseline; background-image: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: 21px; &quot;&gt;3. LevelUp/SCVNGR&lt;/h2&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;center style=&quot;color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://5.mshcdn.com/wp-content/uploads/2012/01/Levelup-dropshadow-640.jpg&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-style: initial; border-color: initial; &quot;&gt;&lt;/center&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;While solutions such as &lt;a href=&quot;http://www.mashable.com/tag/google-wallet&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;Google Wallet&lt;/a&gt;&amp;nbsp;try to introduce mobile payments through NFC technology at a time when there are few devices on the market that supports it, SCVNGR has launched a solution called &lt;a href=&quot;http://mashable.com/tag/levelup/&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;LevelUp&lt;/a&gt;that works with any phone and any bank account. The app gives any merchant the ability to run a loyalty program that works similarly to the &lt;a href=&quot;http://mashable.com/2011/06/28/starbucks-mobile-pay-tech/&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;Starbucks App&lt;/a&gt;, which allows users to pay using a code displayed on their phone and collect reward points.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;LevelUp users link any credit or debit card to their LevelUp accounts the same way that Starbucks links a gift card to its app. When they get to a LevelUp merchant, the app generates a unique QR code at the register that can be scanned with a merchant app to pay. Merchants can add rewards to LevelUp that are already waiting for customers the first time that they use the app, and customers earn free credit at that merchant every time they spend money there using the app.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;Since launching in October, the app has signed up more than 100,000 users and has about 1,000 businesses. Meanwhile, T-Mobile has helped deploy more than 2,500 docking stations that stand in for the merchant app as a scanning mechanism at checkout counters. It’s a modest start, but LevelUp has all of the ingredients to become more widespread than competing mobile payment options.&lt;/p&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;h2 style=&quot;margin-top: 24px; margin-bottom: 24px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 16px; vertical-align: baseline; background-image: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: 21px; &quot;&gt;4. Dwolla&lt;/h2&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;center style=&quot;color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://6.mshcdn.com/wp-content/uploads/2012/01/dwolla-640.jpg&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-style: initial; border-color: initial; &quot;&gt;&lt;/center&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;Let’s be frank: transferring money through social networks sounds shady. Which is what makes it impressive that &lt;a href=&quot;http://mashable.com/2012/01/08/6-startups-to-watch-in-2012/href=&quot; http:=&quot;&quot; www.mashable.com=&quot;&quot; tag=&quot;&quot; dwolla&quot;=&quot;&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;Dwolla&lt;/a&gt;, a payments startup that makes transfers through Twitter, Facebook, SMS and other virtual channels, was processing $1 million per day less than a year after launch.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;Dwolla’s 70,000 users make payments through Twitter, Facebook, SMS and other virtual channels by connecting their bank accounts to their Dwolla accounts. The service integrates with social networks to alert payment recipients there is money waiting for them in their own Dwolla accounts that can be transferred to their bank account. Payments of up to $10 are free and anything larger costs $0.25 — which is cheaper than paying a credit card fee.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;In December, the company launched a new feature called &lt;a href=&quot;http://mashable.com/2011/12/15/dwolla-loans-users-500-to-make-instant-payments-through-facebook-and-twitter/&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;Instant&lt;/a&gt;&amp;nbsp;that lets users pay on up to $500 of credit while waiting for bank transfers from their accounts, making this process instant.&lt;/p&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;h2 style=&quot;margin-top: 24px; margin-bottom: 24px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 16px; vertical-align: baseline; background-image: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: 21px; &quot;&gt;5. Eventbrite&lt;/h2&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;center style=&quot;color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://9.mshcdn.com/wp-content/uploads/2012/01/eventbrite-640.jpg&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-style: initial; border-color: initial; &quot;&gt;&lt;/center&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;Eventbrite is the oddball on our list of companies to watch in 2012 because the ticketing platform launched five years ago. But here are some reasons we think that 2012 is a good time to keep an eye on the startup:&lt;/p&gt;&lt;ul style=&quot;margin-top: 0px; margin-bottom: 18px; margin-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; list-style-type: square; list-style-position: outside; list-style-image: url(http://mashable.com/wp-content/themes/v7/img/bullet_img.gif); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;&lt;li style=&quot;margin-bottom: 1em; margin-left: 1.5em; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-color: transparent; &quot;&gt;&lt;b style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;It’s on a growth streak.&lt;/b&gt;&amp;nbsp;Last year it sold about 11 million tickets. This year it sold about 21 million.&lt;/li&gt;&lt;li style=&quot;margin-bottom: 1em; margin-left: 1.5em; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-color: transparent; &quot;&gt;&lt;b style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;It’s being taken seriously by big events.&lt;/b&gt;&amp;nbsp;This summer, for instance, it handled tickets for a Black Eyed Peas concert in New York City’s Central Park in addition to 458,000 other events (more than twice as many as last year).&lt;/li&gt;&lt;li style=&quot;margin-bottom: 1em; margin-left: 1.5em; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-color: transparent; &quot;&gt;&lt;b style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;It’s expanding internationally.&lt;/b&gt;&amp;nbsp;Eventbrite opened a London office in October and launched localized versions of its platform in Ireland and Canada in December.&lt;/li&gt;&lt;li style=&quot;margin-bottom: 1em; margin-left: 1.5em; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-color: transparent; &quot;&gt;&lt;b style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;It’s offline.&lt;/b&gt;&amp;nbsp;A new &lt;a href=&quot;http://mashable.com/2011/06/09/eventbrite-for-the-ipad/&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;iPad app&lt;/a&gt;&amp;nbsp;lets event organizer sell tickets through Eventbrite at the door.&lt;/li&gt;&lt;li style=&quot;margin-bottom: 1em; margin-left: 1.5em; padding-left: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-color: transparent; &quot;&gt;&lt;b style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; &quot;&gt;It could IPO.&lt;/b&gt;&amp;nbsp;In a &lt;a href=&quot;http://www.zurb.com/soapbox/events/20/Kevin-Hartz-ZURBsoapbox&quot; target=&quot;_blank&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;ZURB podcast&lt;/a&gt;&amp;nbsp;this summer, Eventbrite CEO Kevin Hartz said that Eventbrite could file as early as 2012. “We have to continue to perform to very lofty expectations to do that,” he said.&lt;/li&gt;&lt;/ul&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;h2 style=&quot;margin-top: 24px; margin-bottom: 24px; padding-bottom: 0px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 16px; vertical-align: baseline; background-image: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; letter-spacing: normal; line-height: 21px; &quot;&gt;6. Codecademy&lt;/h2&gt;&lt;hr style=&quot;height: 1px; border-style: initial; border-color: initial; border-image: initial; border-top-style: none; margin-bottom: 24px; border-right-style: none; border-left-style: none; border-width: initial; border-color: initial; border-bottom-style: dotted; border-bottom-color: rgb(204, 204, 204); color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;center style=&quot;color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; font-size: 13px; line-height: 21px; &quot;&gt;&lt;br&gt;&lt;img src=&quot;http://6.mshcdn.com/wp-content/uploads/2012/01/codeacademy-dropshadow-640.jpg&quot; style=&quot;border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; border-style: initial; border-color: initial; &quot;&gt;&lt;/center&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;&lt;a href=&quot;http://www.mashable.com/tag/codecademy&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;Codecademy&lt;/a&gt;&amp;nbsp;took something that scared people, learning JavaScript, and turned it into a game. And when it’s not intimidating, it turns out that learning how to code is something that a lot of people want to do. In its first 72 hours after launching this summer, Codecademy signed up 200,000 people for coding lessons. When it launched a New Years resolution class on Jan. 1, Code Year, it signed up 97,000 people in less than 48 hours to receive emails with weekly coding lessons. By the end of the week, more than 170,000 people had signed up for the class, including &lt;a href=&quot;http://mashable.com/2012/01/05/bloomberg-codecademy/&quot; target=&quot;_blank&quot; style=&quot;vertical-align: baseline; color: rgb(30, 89, 142); &quot;&gt;the Mayor&lt;/a&gt;.&lt;/p&gt;&lt;p style=&quot;margin-top: 18px; margin-bottom: 18px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-style: initial; border-color: initial; border-image: initial; outline-width: 0px; outline-style: initial; outline-color: initial; font-size: 13px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: rgb(71, 71, 71); font-family: Arial, Helvetica, sans-serif; line-height: 21px; &quot;&gt;What’s interesting about Codecademy’s traction is that its product is still quite limited. Lessons are restricted to JavaScript, and there isn’t a clear pathway for working through the lessons. In 2012, Codecademy will expand to other coding languages, and as it does so, it will also expand its potential userbase. Thanks to Code Year, the startup will for the first time have thousands of students working on specific lessons around the same time, which could present an opportunity to add social features to the platform or create curriculum.&lt;/p&gt;</summary>
  </entry>
  <entry>
    <title type="html">[SQL] SQL Server - Trace Stop &amp; Close &amp; Remove</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/SQL-SQL-Server-Trace-Stop-Close-Remove" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/336" thr:count="0"/>
    <category term="Database" />
    <category term="SQL Server" />
    <category term="Trace" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/SQL-SQL-Server-Trace-Stop-Close-Remove</id>
    <updated>2011-10-11T14:47:23+09:00</updated>
    <published>2011-10-11T14:46:53+09:00</published>
    <summary type="html">&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;span style=&quot;line-height: 17px;&quot;&gt;&lt;b&gt;SQL Server에서 Trace를 멈추거나 제거할 때 사용하는 SQL&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;span style=&quot;line-height: 17px;&quot;&gt;&lt;b&gt;(서비스 중간에 긴급하게 잠시동안 Profiler를 실행한 후 종료가 되지 않을 때 유용)&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-family: DotumChe, sans-serif; line-height: 17px; font-size: x-small; &quot;&gt;&lt;b&gt;-------------------------------------------------------------------&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;b&gt;--서버에 존재하고 있는 trace 정보를 반환한다.&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;b&gt;-- traceid : Trace id&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;b&gt;-- property : Trace property&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;--&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;1= 추적 옵션&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;--&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;2 = 파일 이름&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;--&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;3 = 최대 크기&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;--&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;4 = 중지 시간&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;--&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;5 = 현재 추적 상태. 0 = 중지됨. 1 = 실행 중.&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;b&gt;-- value : Property value.&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;b&gt;-------------------------------------------------------------------&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;DECLARE @v_traceid&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;INT&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;SELECT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;@v_traceid &amp;nbsp;= null&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;--NULL=ALL&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;SELECT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;* &lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;FROM&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;::fn_trace_getinfo(@v_traceid)&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;--------------------------------------------------------------------&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;--------------------------------------------------&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;-- Define constant.&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;DECLARE @STOP&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt;INT&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;DECLARE @START&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt;INT&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;DECLARE @CLOSE_REMOVE&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;INT&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;SELECT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;@STOP&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt;= 0&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;SELECT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;@START&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;			&lt;/span&gt;= 1&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;SELECT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;@CLOSE_REMOVE&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;= 2&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;--------------------------------------------------&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;DECLARE @v_traceid&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;INT&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;SELECT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;@v_traceid&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;		&lt;/span&gt;= 2&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;span style=&quot;line-height: 17px;&quot;&gt;&lt;b&gt;--지정한 trace id를 상태를 변경한다.&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; size=&quot;1&quot;&gt;&lt;span style=&quot;line-height: 17px;&quot;&gt;&lt;b&gt;--아래는 trace id 2를 서버에서 닫고 제거한다.&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;exec sp_trace_setstatus @traceid=@v_traceid &amp;nbsp;, @status=@CLOSE_REMOVE&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;-- &lt;/b&gt;&lt;/font&gt;&lt;span style=&quot;font-family: DotumChe, sans-serif; line-height: 17px; font-size: x-small; &quot;&gt;&lt;b&gt;trace id 2&lt;/b&gt;&lt;/span&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;&amp;nbsp; 닫고 제거되었기 때문에 &lt;/b&gt;&lt;/font&gt;&lt;span style=&quot;font-family: DotumChe, sans-serif; line-height: 17px; font-size: x-small; &quot;&gt;&lt;b&gt;반환하는 정보가 없다.&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;SELECT&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;* &lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;FROM&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;	&lt;/span&gt;::fn_trace_getinfo(@v_traceid)&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;font size=&quot;1&quot; face=&quot;DotumChe, sans-serif&quot;&gt;&lt;b&gt;---------------------------------------------------&lt;/b&gt;&lt;/font&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;출처 : 직접 작성.&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">구성원이 몰입하지 못하는 이유</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EA%B5%AC%EC%84%B1%EC%9B%90%EC%9D%B4-%EB%AA%B0%EC%9E%85%ED%95%98%EC%A7%80-%EB%AA%BB%ED%95%98%EB%8A%94-%EC%9D%B4%EC%9C%A0" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/322" thr:count="0"/>
    <category term="Etc" />
    <category term="LGERI" />
    <category term="경영정보" />
    <category term="몰입" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EA%B5%AC%EC%84%B1%EC%9B%90%EC%9D%B4-%EB%AA%B0%EC%9E%85%ED%95%98%EC%A7%80-%EB%AA%BB%ED%95%98%EB%8A%94-%EC%9D%B4%EC%9C%A0</id>
    <updated>2011-08-04T01:10:15+09:00</updated>
    <published>2011-08-03T01:55:00+09:00</published>
    <summary type="html">&lt;P&gt;김현기 | 2010.02.23&lt;BR&gt;원문 : &lt;A href=&quot;http://www.lgeri.com/management/organization/article.asp?grouping=01020200&amp;amp;seq=440&quot;&gt;http://www.lgeri.com/management/organization/article.asp?grouping=01020200&amp;amp;seq=440&lt;/A&gt;&lt;BR&gt;&lt;BR&gt;몰입은 구성원 성장과 고객 감동의 원천 에너지다. 그래서 인지 최근 몰입 에너지를 높이기 위한 방법을 고민하는 기업이 늘고 있다. 하지만 여전히 기업 경영 현장에는 구성원들의 몰입을 저해하는 요인들이 남아 있다. 구성원 몰입을 가로막은 장애물과 개선 방안에 대해 알아 본다.&lt;BR&gt;&lt;BR&gt;한 분야의 정상에 오른 인물을 대가라고 한다. 대가는 그 분야 사람들이 가장 본받고 싶은 롤 모델이자, “프로는 역시, 달라!”란 찬사를 달고 다니는 인물들이다. 이들이 정상의 자리에 오르는 데는 타고난 재능도 한 몫 했겠지만, 정상의 자리에서도 항상 혼신의 힘을 다하는 모습이 진정한 프로페셔널로 인정받는 계기가 되었을 것이다. 세계 정상급 바이올리니스트 장영주가 공연 때마다 극찬 받는 이유를 한번 들어보자.&lt;BR&gt;&lt;BR&gt;그녀와 협연했던 뉴욕 필하모니의 수석 지휘자 크르트 마주어는 “정상급 연주자 중에 재능이 뛰어나지 않은 사람은 한 명도 없다. 장영주가 높게 평가 받는 이유는 하나다. 항상 자신의 연주에 신들린 듯 몰입하기 때문이다. 무아지경에 빠져 연주에 몰입할 때면 우리 오케스트라 단원들은 물론 청중도 넋을 잃는다. 바로 이런 것이 정상의 자리에서 혼신의 힘을 다했을 때 대가만이 누릴 수 있는 희열이 아닐까.”라고 말한다.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;몰입이 주는 이점&lt;BR&gt;&lt;/STRONG&gt;정상급 연주자는 타고난 재능도 필요하지만 매 순간 신들린 듯 연주할 수 있는 몰입 에너지가 충만해야 한다. 그래야만 청중을 압도하는 감동을 끌어내고, 본인 스스로도 행복감을 느낄 수 있다. 이러한 이치는 기업 경영 현장에도 그대로 적용된다. 몰입 에너지가 넘치는 기업도 고객 감동과 직원의 행복을 동시에 얻는다. 몰입 경영의 중요성이 주목 받는 이유다. 이에 대해 이 분야 최고 전문가 클레어몬트 대학 심리학과 칙센트미하이 교수는 “몰입은 사람들이 자신의 능력을 최대로 발휘하는 최고의 경험(Peak experience)이다. 기업 경영의 세계에서는 구성원들이 일에 흥미를 느끼며 기꺼이 위험을 감수하면서도 새로운 아이디어와 도전을 하는 것을 의미한다. 아울러 구성원들의 몰입은 조직 내부의 상상력과 창의성을 극대화할 수 있는 가장 유용한 수단이다.”라고 지적한다.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;몰입을 가로막는 장애물들&lt;BR&gt;&lt;/STRONG&gt;기업의 몰입 에너지는 개별 구성원 한 사람 한 사람의 몰입으로부터 출발한다. 구성원들이 자신의 업무에 전념하지 못할수록 기업의 몰입 에너지는 떨어질 수 밖에 없다. 더욱이 뛰어난 실력을 믿고 높은 몸 값을 지불하며 확보한 우수 인재가 몰입하지 않는다면, 기업에게는 매우 불행한 일이 될 것이다. 물론, 인재가 몰입하지 못하는 이유는 여러 가지다. 개인들의 사적인 문제에서부터 일터의 문제까지 너무도 다양하다.&lt;BR&gt;&lt;BR&gt;이 중에서도 잘못된 기업 운영 방식에서 비롯된 문제는 하루 빨리 바로잡을 필요가 있다. 애매한 목표 관리 시스템, 잘못된 업무 배정, 부적절한 피드백, 잡무로 인한 집중력 분산 등 이를 그대로 방치해 구성원의 몰입 에너지를 줄이는 우(愚)를 범해서는 안될 일이다. 조속히 개선되지 않게 되면 직원 사기 저하, 인재의 이직, 고객 불만 초래 등 부작용이 크기 때문이다. 이하에서는 구성원들의 몰입을 방해하는 주된 원인과 이를 개선할 수 있는 방안들에 대해 보다 구체적으로 알아본다.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;1. 일의 수행과정과 학습과정 경시&lt;BR&gt;&lt;/STRONG&gt;구성원들의 몰입을 가로막는 첫 번째 장애물은 일의 수행 과정과 학습을 중시하지 않는 조직 운영 방식에서 찾아 볼 수 있다. 구성원들이 좋은 결과를 향해 자신이 달성하고자 하는 일의 목표를 수립하고, 이에 매진해야 하는 것은 너무나도 당연한 일이다. 하지만, 구성원들이 지나치게 최종적인 결과 목표 달성에만 신경 쓰다 보면, 주어진 목표 달성에 급급해서 어떤 사안에 대해 깊이 고민하지 않는 습관이 생길 수 있다.&lt;BR&gt;&lt;BR&gt;게다가 자신의 급여와 상당한 액수의 인센티브가 최종적인 목표 달성 여부에 따라 좌우되는 상황이라면 문제는 더욱 심각해진다. 단기 성과주의에 길들여진 구성원들은 더 이상 리스크가 큰 도전적인 일이나 창의적인 시도를 하려 들지 않을 것이기 때문이다. 요즘 많은 전문가들이 과정보다는 최종 결과만을 중시하는 목표 관리 시스템이나 보상 제도의 문제점을 지적하는 이유도 여기에 있다. 이에 대해 하버드 대학의 테레사 아마빌 교수는 “임직원들에게 단기적인 결과 목표에 따라 지나치게 인센티브를 차등하게 되면, 구성원들이 자유로운 탐색 과정에서 우연히 학습할 수 있는 기회(Incidental Learning)를 저해해 조직의 창의성을 낮추는 부작용을 낳을 수 있다.”고 경고한 바 있다.&lt;BR&gt;&lt;BR&gt;더욱이, 구성원들이 밤을 세워가면 일했지만 자신이 발전하기보다는 소모품이 된 것 같다는 느낌을 받게 된다면, 시간이 지날수록 일에 대한 열정과 호기심은 사라질 수 밖에 없다. 구성원들의 몰입은 목표를 달성하는 과정에서 경험하는 것이다. 구성원들은 일의 각 단계에서 성취의 즐거움을 맛볼 때 성장할 수 있다. 따라서, 구성원들의 몰입 에너지를 극대화하기 위해서는 일의 결과 못지않게 과정 속에서 배우는 학습의 가치를 중시할 필요가 있다. 따라서, 기업이 구성원의 몰입 에너지를 높이고 싶다면 하루 빨리 결과 목표에만 치우쳐 있는 목표 관리 시스템부터 수정해야 할지 모른다. 비록 최종 목표를 달성하지 못했더라도 기존과는 차별화된 방식으로 일에 도전했다면 이에 대해서도 인정하고 보상해 줄 수 있는 시스템이 필요하다. J.P. 모건 체이스社에서는 구성원들이 목표를 완수하지 못했더라도 일의 수행 과정의 난이도를 고려하여 보상한다고 한다. 어렵고 도전적인 과제를 수행하는 구성원들이 일의 수행 과정에서 배웠다면 이를 회사의 자산으로 인정해 주겠다는 회사의 의지의 표현이다.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;2. 기회와 역량의 불균형&lt;BR&gt;&lt;/STRONG&gt;일의 난이도와 개별 구성원의 능력을 적절히 고려하지 않은 업무 기회와 개인 역량 간의 불균형도 구성원들의 몰입을 가로막는 장애물이다. 구성원들의 경우, 어떤 과제나 일이 주어졌을 때 실행 가능한 일이라는 확신이 들면 그 일에 완전히 몰입하게 된다. 그런데, 그 일이 자신의 능력 범위를 넘어서는 것이라 판단하게 되면 심리적인 불안을 갖는다. 반면 과제가 너무 쉬운 경우에는 쉽게 지루함을 느낄 수도 있다. 심리적인 불안을 느끼는 사람은 결과에 대한 염려 때문에 일에 집중하지 못하고, 지루함을 느끼는 사람은 다른 할 일을 찾아 나서기에 바쁠 수 있다는 말이다. 따라서, 개별 구성원들에게 업무를 배분할 때는 그 사람의 현재 실력과 잠재 역량을 충분히 고려해 적절한 업무 기회가 주어져야 한다. 구성원들의 몰입 에너지를 극대화 하기 위해서는 구성원의 역량 단계별로 일을 배분하고, 실력 향상의 정도에 맞추어 새로운 업무나 도전 과제를 제시하는 것이 바람직하다는 얘기다.&lt;BR&gt;&lt;BR&gt;이와 관련해서는 칙센트미하이 교수가 제시하고 있는 ‘몰입의 역학’이란 개념을 눈여겨볼 필요가 있다(&amp;lt;그림 2&amp;gt; 참조). 그는 “몰입의 경험은 실력과 과제의 난이도가 모두 높을 때 생긴다. 대개의 활동들은 실력과 과제의 난이도가 모두 낮은 A지점에서 출발해, 인내심을 가지고 잘 버텨내면 실력은 향상될 것이고, 이에 따라 그 활동은 점차 B의 경우처럼 지루해지게 된다. 이 시점에 도달하면 다음 몰입 상태인 C의 단계로 올라가기 위해 과제의 난이도를 또 다시 높여주어야 한다. 바람직한 몰입 활동은 이 같은 단계적 발전 과정이 있어야 가능하다.”고 지적한다. 구성원들도 자신의 실력 향상이 이루어질 때까지 참을성을 갖고 기다릴 줄도 알아야 한다.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;BR&gt;&lt;STRONG&gt;3. 잦은 업무 변경과 폭주하는 잡무&lt;BR&gt;&lt;/STRONG&gt;과정을 중시하는 목표 관리 방식과 적절한 업무 배분이 아무리 합리적으로 이루어졌다해도 의외의 곳에 복병이 있을 수 있다. 무언가에 몰입하는 상황이 반복될수록 사람들의 집중력은 강화된다. 집중력의 향상은 몰입 에너지의 선순환을 가져오는 좋은 신호다. 그런데 집중력이 높아질만 하면 찬물을 끼얹듯 구성원들의 몰입을 가로막는 장애물들이 있다. 갑작스런 업무 변경과 폭주하는 잡동사니 업무가 바로 그것이다. 특히, 기업은 비생산적인 회의 문화나 부가가치가 낮은 단순 행정 업무 등을 하루 빨리 줄여야 한다. 이를 통해 구성원들이 보다 가치 있는 일에 집중할 수 있도록 배려해야 한다.&lt;BR&gt;이를 위한 방법의 하나로 아예 ‘몰입 전담자 제도를 운영하자’는 의견을 제시하는 전문가도 있다. 일례로, 경영 컨설턴트이자 리더십 전문가인 존 맥스웰은 그의 저서 ‘생각의 법칙 10+1’에서 “기업이 몰입 에너지를 높이려면 별도의 몰입 전담 인력을 두어야 한다.”고 권고 하며, “다소 생소한 아이디어일지 몰라도, 몰입해서 생각하는 것을 좋아하고 이를 통해 문제를 잘 해결하는 사람을 골라 몰입 전담자로 선정한 다음, 다른 업무를 경감해 주고 1년 중 몇 달을 집중적으로 생각만 하게 하는 것이다. 물론 생각하다가 문제 해결을 위해 필요하면 자료도 찾고 외출도 할 수 있다.”고 말한다.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR&gt;4. 적절한 피드백의 부재&lt;BR&gt;&lt;/STRONG&gt;적절한 시점에 적절한 피드백이 주어지지 않는 것도 구성원들이 업무에 지속적으로 몰입하지 못하게 만드는 장애물이다. 구성원들의 몰입 에너지를 높이기 위해서는 무슨 일을 수행할 때 ‘자신이 얼마나 잘하고 있는지’를 알게 해야 한다. 또한, 상당 부분 자신이 하고 있는 일이 얼마나 중요한 것이며, 업무가 어떤 영향과 결과를 가져오는지 아는 것이 중요하다. 이를 위해서는 피드백은 가급적 일 자체와 관련되어 있는 것이 바람직하다. 그런데, 많은 기업들이 적절한 피드백 시스템을 갖추고 있지 못한 경우가 많다. 그나마 피드백 시스템이 가동되는 기업도 년 1회 혹은 반기 1회 실시되는 직속 상사의 고과 면담이나 육성 면담에만 의존한다. 상사들의 피드백 기술이 일 중심으로 이루어지면 좋겠지만, 코칭 역량이 일천한 경우 부하 직원에 마음에 상처만 남길 때도 있다. 예컨대, 개인의 가치관이나 태도만을 문제 삼는 피드백을 일삼는 경우이다.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;5. 시어머니式 리더십&lt;BR&gt;&lt;/STRONG&gt;앞선 피드백 문제와 반대로 사소한 일 처리 방식까지 시시콜콜 개입해 통제하고 가르치려 드는 시어머니 같은 리더십도 구성원들의 몰입을 방해한다. 이런 리더 휘하의 구성원들은 창의적이고 유연한 생각은 꿈도 꿀 수 없는 경우가 많다. 이를 바로 잡기 위해서는 통제와 간섭보다는 ‘지적 자극(Intellectual Stimulation)’으로 직원들을 동기부여하는 것이 더 효과적이라는 것을 리더들이 깨우쳐야 한다. 또한 어느 정도 부하 직원을 믿고 맡길 수 있는 임파워먼트형 리더십을 키우는 노력도 필요하다. 아울러 기업은 꼭 리더만이 부하 직원들을 지적으로 자극하게 한다는 생각에서 벗어나, ‘동료 집단의 사회적 압력(Peer Pressure)’을 건전한 지적 자극의 문화로 형성하는 것도 필요해 보인다. 이는 서로가 선의의 경쟁을 하게 만드는 원동력이 되기 때문에 건전한 조직 문화를 강화하는 가장 좋은 방법일 수 있다.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR&gt;6. 냉소주의의 그늘&lt;BR&gt;&lt;/STRONG&gt;조직 전반에 펴져있을지 모르는 냉소적 분위기도 몰입을 저해하는 장애물 중 하나다. 이는 구성원들이 경영진이나 리더를 불신하고 있다는 결정적 증거이기 때문이다. 냉소적인 구성원들이 적극적으로 몰입한다는 것은 거의 불가능한 일이다. 따라서, 평소 구성원들로부터 ‘우리 회사의 경영진은 항상 말뿐이지 뭐…’라는 얘기가 자주 나온다면, 이러한 기업의 몰입 에너지는 그리 높지 않을 것이 확실하다. 이러한 현상은 립 서비스가 공공연히 이루어지고 있는 기업에서 흔히 볼 수 있다. 마치 유권자들의 마음을 사로잡기 위해 멋지고 화려한 공약을 늘어놓기는 하지만, 항상 실제 실천에 옮기지 않는 립 서비스형 정치인들과 흡사한 모습이다. 경영진이나 관리자들이 약속 불이행, 언행 불일치의 모습을 보인 대가는 불을 보듯 훤하다. 이를 극복하기 위해서는 CEO를 비롯한 경영진이 분명한 원칙과 소신에 입각해 평소 일관된 말과 행동을 견지하는 것이 무엇보다 중요하다. 특히, 진정성에 입각해서 구성원을 소중히 생각하는 마음을 일관되게 견지해야 한다. 아무리 바빠도 현장을 자주 방문하고 구성원들과 직접적인 상호작용의 기회를 늘릴 필요가 있다. 이때 열린 마음으로 구성원들의 말에 귀 기울여 주고, 고된 업무에 대한 격려의 말을 건네는 것도 효과적이다. 이와 같은 작은 배려가 축적되다 보면, 자연스럽게 신뢰와 믿음의 문화가 쌓일 것이다.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;BR&gt;7. 긴장감 부족&lt;BR&gt;&lt;/STRONG&gt;긴장감 부족도 구성원이 몰입 에너지를 발산하는데 독(毒)이 된다. 구성원들에 대한 물심양면의 배려 없이 지나친 압박과 스트레스만을 주는 것도 문제지만, 배려만 있고 긴장하지 않는 조직도 무사안일로 가득 찬 죽은 조직이 되기 마련이다. 몰입 에너지가 충만한 기업들이 일하기 좋은 근무 환경을 제공하는 동시에 구성원들의 건설적 긴장감을 조성하는 이유도 여기에 있다.&lt;BR&gt;&lt;BR&gt;구글社는 업계 최고의 복리 후생을 제공하는 것으로 유명하다. 최고의 요리사가 유기농 재료를 사용해 직원들에게 아침, 점심, 저녁 모두를 무료로 제공한다. 애견을 데리고 출근할 수도 있으며, 업무 시간 중에는 언제라도 수영이나 발리볼을 즐길 수 있는 자유로운 분위기이다. 반면, 구글은 1년에 2번 동료 5명으로부터 평가와 피드백을 받는 ‘동료 평가제(Peer Assessment)’를 실시한다. 직원들이 내놓은 다양한 아이디어 중 사업화할 훌륭한 아이템을 선정하기 위해 사내 투표를 실시하는 등 내부 아이디어 경쟁도 치열하다. 이와 같이 배려와 긴장감을 동시에 조성함으로써 개별 구성원들의 자발적 몰입을 유도하고 있는 모습이다.&lt;BR&gt;&amp;nbsp;&lt;BR&gt;&lt;STRONG&gt;&lt;BR&gt;일의 의미감을 찾게 도와야&lt;BR&gt;&lt;/STRONG&gt;지금까지 조직 운영 상에서 구성원들의 몰입을 저해하는 주요한 장애물들과 이에 대한 개선 포인트를 살펴보았다. 앞서 언급한 7가지 구성원 몰입의 장애물을 슬기롭게 극복하는 것도 중요하다. 이에 더하여 구성원들이 자신의 일 속에서 의미감(Meaningfulness)을 찾을 수 있도록 기업이 적극적으로 도와야 한다. 아무리 고액 연봉을 받는 CEO나 전문직 종사자라 하더라도 자신의 일이 싫으면 가급적 빨리 그 일에서 벗어나고 싶어한다. 반면, 흥미 없어 보이는 일도 구성원들이 나름의 가치를 발견한다면 자신의 몰입 에너지를 그 일에 쏟기 마련이다. 기업이 구성원 모두를 자신의 일에 몰입하도록 유도하기는 어렵겠지만, 기업의 노력과 의지에 의해 좌우될 수 있는 여지는 상당히 크다고 할 수 있다. &amp;lt;끝&amp;gt;&lt;BR&gt;&lt;/P&gt;</summary>
  </entry>
  <entry>
    <title type="html">발전하는 조직은?</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EB%B0%9C%EC%A0%84%ED%95%98%EB%8A%94-%EC%A1%B0%EC%A7%81%EC%9D%80" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/335" thr:count="0"/>
    <category term="Hard Thinking" />
    <category term="실패" />
    <category term="조직" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EB%B0%9C%EC%A0%84%ED%95%98%EB%8A%94-%EC%A1%B0%EC%A7%81%EC%9D%80</id>
    <updated>2011-04-29T02:27:10+09:00</updated>
    <published>2011-04-29T02:15:00+09:00</published>
    <summary type="html">&lt;b&gt;&lt;br&gt;
몰락하는 조직 &amp;nbsp;vs 발전하는 조직&lt;/b&gt;&lt;br&gt;
&lt;table&gt;
&lt;tbody&gt;&lt;tr&gt;
&lt;td style=&quot;text-align: center;width:50%&quot;&gt;몰락하는 조직&lt;/td&gt;
&lt;td style=&quot;text-align: center;width:50%&quot;&gt;발전하는 조직&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;팀원들이 비난이나 문잭을 우려해 좋지 않는 사실을 상부에 숨김&lt;/td&gt;
&lt;td&gt;좋지 않은 사실을 공론화하며 리더는&lt;br&gt;어려운 현실을 드러내는 사람을 비난하지 않음.&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;믿을 만한 데이터나 증거 없이 주장&lt;/td&gt;
&lt;td&gt;데이터, 증거, 논리, 근거를 갖고 토론&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;실패의 장본인을 찾기 위해 서로 비난하면&lt;br&gt;실수에 대해 논의&lt;/td&gt;
&lt;td&gt;서로 비난하지 않고, 뼈아픈 경험에서&lt;br&gt;지혜를 얻기 위해 실수를 분석&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;저조한 성과, 실수, 실패에 대한 책임을 다른&lt;br&gt;사람이나 외부 요인으로 돌림.&lt;/td&gt;
&lt;td&gt;성과가 줄어든 경우 전적으로 책임을 수용하며 실수로 부터 학습&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div&gt;&lt;div&gt;출처 : Seri.org - 그리스 비극에서 배우는 경영의 지혜 &lt;div&gt;자료 : &lt;font size=&quot;1&quot;&gt;Collins, J (2009) How The Mighty Fall : And Why Some Companies Never Give In. HarperCollins.&lt;/font&gt;&lt;br&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;09~10년 몰락하는 조직. 11년은 발전하는 조직을 몸소 체험중....&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">VisualSVN에서 Log Message 수정하기 설정방법</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/VisualSVN%EC%97%90%EC%84%9C-Log-Message-%EC%88%98%EC%A0%95%ED%95%98%EA%B8%B0-%EC%84%A4%EC%A0%95%EB%B0%A9%EB%B2%95" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/332" thr:count="0"/>
    <category term="Programming" />
    <category term="SVN" />
    <category term="VisualSVN" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/VisualSVN%EC%97%90%EC%84%9C-Log-Message-%EC%88%98%EC%A0%95%ED%95%98%EA%B8%B0-%EC%84%A4%EC%A0%95%EB%B0%A9%EB%B2%95</id>
    <updated>2011-03-08T11:28:02+09:00</updated>
    <published>2011-03-08T08:51:50+09:00</published>
    <summary type="html">&lt;div&gt;간만에 모닝 포스팅! ㅋ&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;VisaulSVN에서는 Log Message 수정하기 설정하는 방법을&lt;/b&gt;&amp;nbsp;따로 정리해봅니다.&lt;/div&gt;&lt;div&gt;당근 윈도우즈 환경 기준으로 설명합니다.&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;1. &amp;nbsp;해당 SVN저장소에서 hook 폴더 하위에 &lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Monaco, &#039;Courier New&#039;, monospace; &quot;&gt;pre-revprop-change.bat을 생성.&lt;/span&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;code&gt;&lt;i&gt;&amp;nbsp; {SVNHome}&lt;/i&gt;\&lt;i&gt;{저장소}&lt;/i&gt;\hook\pre-revprop-change.bat&lt;/code&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp; ex)D:\svnhome\testproject\&lt;/code&gt;&lt;span style=&quot;font-family: Monaco, &#039;Courier New&#039;, monospace; &quot;&gt;hook\pre-revprop-change.bat&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-family: Monaco, &#039;Courier New&#039;, monospace; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;code&gt;2. &lt;/code&gt;&lt;span style=&quot;font-family: Monaco, &#039;Courier New&#039;, monospace; &quot;&gt;pre-revprop-change.bat 파일을 열어 아래 내용 복사 후 저장.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;padding:10px; background-color:#E4E4E4&quot;&gt;&lt;div&gt;@ECHO OFF&lt;/div&gt;&lt;div&gt;:: Set all parameters. Even though most are not used, in case you want to add&lt;/div&gt;&lt;div&gt;:: changes that allow, for example, editing of the author or addition of log messages.&lt;/div&gt;&lt;div&gt;set repository=%1&lt;/div&gt;&lt;div&gt;set revision=%2&lt;/div&gt;&lt;div&gt;set userName=%3&lt;/div&gt;&lt;div&gt;set propertyName=%4&lt;/div&gt;&lt;div&gt;set action=%5&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:: Only allow the log message to be changed, but not author, etc.&lt;/div&gt;&lt;div&gt;if /I not &quot;%propertyName%&quot; == &quot;svn:log&quot; goto ERROR_PROPNAME&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:: Only allow modification of a log message, not addition or deletion.&lt;/div&gt;&lt;div&gt;if /I not &quot;%action%&quot; == &quot;M&quot; goto ERROR_ACTION&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:: Make sure that the new svn:log message is not empty.&lt;/div&gt;&lt;div&gt;set bIsEmpty=true&lt;/div&gt;&lt;div&gt;for /f &quot;tokens=*&quot; %%g in (&#039;find /V &quot;&quot;&#039;) do (&lt;/div&gt;&lt;div&gt;set bIsEmpty=false&lt;/div&gt;&lt;div&gt;)&lt;/div&gt;&lt;div&gt;if &quot;%bIsEmpty%&quot; == &quot;true&quot; goto ERROR_EMPTY&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;goto :eof&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:ERROR_EMPTY&lt;/div&gt;&lt;div&gt;echo Empty svn:log messages are not allowed. &amp;gt;&amp;amp;2&lt;/div&gt;&lt;div&gt;goto ERROR_EXIT&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:ERROR_PROPNAME&lt;/div&gt;&lt;div&gt;echo Only changes to svn:log messages are allowed. &amp;gt;&amp;amp;2&lt;/div&gt;&lt;div&gt;goto ERROR_EXIT&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:ERROR_ACTION&lt;/div&gt;&lt;div&gt;echo Only modifications to svn:log revision properties are allowed. &amp;gt;&amp;amp;2&lt;/div&gt;&lt;div&gt;goto ERROR_EXIT&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;:ERROR_EXIT&lt;/div&gt;&lt;div&gt;exit /b 1&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;3. 로컬에서 TotoisSVN으로 폴더를 선택하고, 아래와 같이 log message 수정한다. &lt;/div&gt;&lt;div&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/9838505293.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;368&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;우리 이제 소스 커밋 후에도 로그메세지 수정해서 변경내역 잘 관리해봅시다.&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;참조 : &lt;a href=&quot;http://stackoverflow.com/questions/197224/what-is-a-pre-revprop-change-hook-in-svn-and-how-do-i-create-it/197240&quot; target=&quot;_blank&quot;&gt;http://stackoverflow.com/questions/197224/what-is-a-pre-revprop-change-hook-in-svn-and-how-do-i-create-it/197240&lt;/a&gt;&lt;br&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">팀 빌딩에 대해서</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%ED%8C%80-%EB%B9%8C%EB%94%A9%EC%97%90-%EB%8C%80%ED%95%B4%EC%84%9C" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/330" thr:count="0"/>
    <category term="Hard Thinking" />
    <category term="팀빌딩" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%ED%8C%80-%EB%B9%8C%EB%94%A9%EC%97%90-%EB%8C%80%ED%95%B4%EC%84%9C</id>
    <updated>2010-11-25T23:55:41+09:00</updated>
    <published>2010-11-25T23:49:00+09:00</published>
    <summary type="html">1. 팀 빌딩의 중요성&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 조직이 무사안일화 되고 있을 때&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 변화하는 호나경에 적응이 지연되고 있을 때&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 조직 내 문제가 많아 팀 활동에 지장이 있을 때&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 변화나 목표달성이 필요할 때&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;2. 팀 빌딩의 장애&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 구성원의 성숙도가 낮은 경우&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 조직의 풍토, 관행이 보수적일 때&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 개인의 욕구나 성격&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 목표 역할의 애매성, 정보의 수집부족 불확실, 리더의 능력&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;3. 팀 빌딩 기술&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 공유화 된 매력있는 목표설정&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 참여&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;- 의사소통&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;4. 팀 빌딩의 필요성&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 생산성 향상과 문제해결&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 근무환경 변화에 따른 소외감 극복&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - Bottom Up 분위기 형성&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 창의력 발휘&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;5. 팀 빌딩의 기술&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 목표의 공유화&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 적극적인 전원 참여&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 개방된 의사소통&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 다양한 의견 반영&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 팀원간의 상호 배려&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 유능한 리더 선정&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 구성원의 역할 이해&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; - 상호경쟁과 자유성 유지&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-size: small;&quot;&gt;참조 : &lt;span class=&quot;Apple-style-span&quot; style=&quot;color: rgb(89, 88, 88); font-family: dotum, Dotum, AppleGothic, sans-serif; line-height: 18px; &quot;&gt;팀 활성화와 팀 빌딩 이해&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.seri.org/kz/kzBndbV.html?ucgb=KZBNDB&amp;amp;no=18844&amp;amp;cateno=1&quot;&gt;http://www.seri.org/kz/kzBndbV.html?ucgb=KZBNDB&amp;amp;no=18844&amp;amp;cateno=1&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">Thinking Smart.</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/Thinking-Smart" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/329" thr:count="0"/>
    <category term="Hard Thinking" />
    <category term="Thinking Smart." />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/Thinking-Smart</id>
    <updated>2010-11-25T23:36:32+09:00</updated>
    <published>2010-11-25T23:35:00+09:00</published>
    <summary type="html">&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; font-weight: bold; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 13px; line-height: normal;&quot;&gt;Thinking Smart.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 13px; line-height: normal; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 13px; line-height: normal;&quot;&gt;1. &amp;nbsp; &amp;nbsp; 생각할 재료를 읽어라.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 13px; line-height: normal;&quot;&gt;2. &amp;nbsp; &amp;nbsp; 생각할 재료를 들어라.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 13px; line-height: normal;&quot;&gt;3. &amp;nbsp; &amp;nbsp; 막연한 생각을 수정하고, 정리하기 위해 토론하라&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 13px; line-height: normal;&quot;&gt;4. &amp;nbsp; &amp;nbsp; 상대방이나 대상의 상황을 관찰하라&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p class=&quot;MsoNormal&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; &quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot; face=&quot;arial, sans-serif&quot; size=&quot;3&quot;&gt;&lt;span class=&quot;Apple-style-span&quot; style=&quot;border-collapse: collapse; font-size: 13px; line-height: normal; &quot;&gt;5. &amp;nbsp; &amp;nbsp; 일고 듣고 토론하고 관찰한 내용을 생각하라.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;/p&gt;</summary>
  </entry>
  <entry>
    <title type="html">연말이 다가오는데 대한민국에 이런거 필요한거 아닌가?</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EC%97%B0%EB%A7%90%EC%9D%B4-%EB%8B%A4%EA%B0%80%EC%98%A4%EB%8A%94%EB%8D%B0-%EB%8C%80%ED%95%9C%EB%AF%BC%EA%B5%AD%EC%97%90-%EC%9D%B4%EB%9F%B0%EA%B1%B0-%ED%95%84%EC%9A%94%ED%95%9C%EA%B1%B0-%EC%95%84%EB%8B%8C%EA%B0%80" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/328" thr:count="0"/>
    <category term="Etc" />
    <category term="Tiger-Stone" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EC%97%B0%EB%A7%90%EC%9D%B4-%EB%8B%A4%EA%B0%80%EC%98%A4%EB%8A%94%EB%8D%B0-%EB%8C%80%ED%95%9C%EB%AF%BC%EA%B5%AD%EC%97%90-%EC%9D%B4%EB%9F%B0%EA%B1%B0-%ED%95%84%EC%9A%94%ED%95%9C%EA%B1%B0-%EC%95%84%EB%8B%8C%EA%B0%80</id>
    <updated>2010-11-19T00:52:00+09:00</updated>
    <published>2010-11-19T00:41:00+09:00</published>
    <summary type="html">&lt;div&gt;연말만 되면 인도 까뒤집어 보도블록 다시 까는 대한민국에 &lt;/div&gt;&lt;div&gt;꼭 필요한 기계가 아닐까? 생각해봄.ㅋㅋㅋ&lt;/div&gt;&lt;div&gt;기계이름이 Tiger-Stone이라네...&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;object width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/jkVBg_-OviI?fs=1&amp;amp;hl=ko_KR&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/jkVBg_-OviI?fs=1&amp;amp;hl=ko_KR&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/7799352394.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;299&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/3572712173.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;336&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;출처 : &lt;a href=&quot;http://inhabitat.com/2010/11/15/amazing-brick-machine-rolls-out-roads-like-carpet/&quot;&gt;http://inhabitat.com/2010/11/15/amazing-brick-machine-rolls-out-roads-like-carpet/&lt;/a&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">경청 = 잘 들어주기</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EA%B2%BD%EC%B2%AD-%EC%9E%98-%EB%93%A4%EC%96%B4%EC%A3%BC%EA%B8%B0" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/326" thr:count="0"/>
    <category term="Etc" />
    <category term="경청" />
    <category term="잘 들어주기" />
    <category term="커뮤니케이션 스킬" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EA%B2%BD%EC%B2%AD-%EC%9E%98-%EB%93%A4%EC%96%B4%EC%A3%BC%EA%B8%B0</id>
    <updated>2010-11-09T03:07:37+09:00</updated>
    <published>2010-11-09T03:06:55+09:00</published>
    <summary type="html">&lt;span style=&quot;color: rgb(51, 51, 51); font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; line-height: 16px; &quot;&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: small;&quot;&gt;잘 들어주기란?&lt;/span&gt;&lt;/strong&gt;&lt;font size=&quot;3&quot;&gt;&lt;span style=&quot;font-size: 11px;&quot;&gt;&amp;nbsp;다른 말로는 경청(Listening)이라고 하면, 흔히 말하는 듣는 것(Hearing)과는 다른 것이다.&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; font-size: 11px; &quot;&gt;귀에서 감각적으로 소리를 인지하는 행동이 &#039;듣는 것&#039;이라면&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; font-size: 11px; &quot;&gt;상대방의 이야기를 이해하려고 노력하는 적극적이고 의식적 선택이 바로 &#039;경청&#039;인 것이다. &lt;/p&gt;&lt;br&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: small;&quot;&gt;잘못된 듣기&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;1. 걸러 듣기&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 자신과 상대방의 의견이 일치하는 부분만 취하려 하는 경우.&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;2. 에누리하여 듣기&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 상대방의 존중 부족이 원인.&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;3. 멋대로 추측하기&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 오해로 인한 의미전달의 왜곡.&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;4. 자신과 연관짓기&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 자기중심적 성향인 경우&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;5. 내용을 혼자 앞서 가기&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 대화 도중 나온 내용 중에 일부에 대해 혼자 앞서 가면서 나머지 부분을 귀기우려 듣지 않는 경우.&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;6. 상대방 기분만 맟추려 하기&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;: 상대방의 말에 무조건 동의하는 경우. 쌍방향 소통이 아닌 경우 소득이 없음.&lt;/p&gt;&lt;br&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;&lt;strong&gt;&lt;span style=&quot;font-size: small;&quot;&gt;잘 듣어주기 기본 자세&lt;/span&gt;&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;1. 상대방에게 주의를 집중하라.&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;2. 당신이 이해한 내용이 맞는지 확인하라.&lt;/p&gt;&lt;br&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;잘 들어주는 것은 신뢰 형성의 지름길이다.&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;사업이든 연애이든 진정한 소통을 원하다고 &#039;잘 들어주는 것&#039;부터 시작해 보자. &amp;nbsp;&lt;/p&gt;&lt;br&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; line-height: 1.5em; &quot;&gt;참조 : Creating Passion-Driven Teams - 저.Dan Bobinski&lt;/p&gt;&lt;/span&gt;</summary>
  </entry>
  <entry>
    <title type="html">기획서 작성에 유용한 통계자료 관련 사이트모음</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EA%B8%B0%ED%9A%8D%EC%84%9C-%EC%9E%91%EC%84%B1%EC%97%90-%EC%9C%A0%EC%9A%A9%ED%95%9C-%ED%86%B5%EA%B3%84%EC%9E%90%EB%A3%8C-%EA%B4%80%EB%A0%A8-%EC%82%AC%EC%9D%B4%ED%8A%B8%EB%AA%A8%EC%9D%8C" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/325" thr:count="0"/>
    <category term="Computing, IT, SW" />
    <category term="기획서" />
    <category term="통계자료" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EA%B8%B0%ED%9A%8D%EC%84%9C-%EC%9E%91%EC%84%B1%EC%97%90-%EC%9C%A0%EC%9A%A9%ED%95%9C-%ED%86%B5%EA%B3%84%EC%9E%90%EB%A3%8C-%EA%B4%80%EB%A0%A8-%EC%82%AC%EC%9D%B4%ED%8A%B8%EB%AA%A8%EC%9D%8C</id>
    <updated>2010-11-05T00:41:02+09:00</updated>
    <published>2010-11-05T00:40:57+09:00</published>
    <summary type="html">&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;출처 : &lt;span class=&quot;Apple-style-span&quot; style=&quot;line-height: normal; color: rgb(128, 128, 128); &quot;&gt;&lt;a href=&quot;http://www.facebook.com/brandhoony&quot; style=&quot;cursor: pointer; color: rgb(59, 89, 152); text-decoration: none; &quot;&gt;Brand Hoony&lt;/a&gt;&amp;nbsp;님 페이스북&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;&lt;a href=&quot;http://www.facebook.com/note.php?note_id=147136588665897&quot;&gt;http://www.facebook.com/note.php?note_id=147136588665897&lt;/a&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;&amp;nbsp;&lt;br&gt;&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;&lt;strong style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &quot;&gt;[국내 사이트]&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;1. 국가통계포털 &amp;nbsp;(http://www.kosis.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 통계청 및 각 시도청의 통계 자료 검색 용이, 모든 분야의 통계 자료를 보유&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;2. 통계청 (http://www.nso.go.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 통계 안내, 통계 간행물, 통계 조사, 그래프로 본 한국, 통계 데이터베이스 등 제공.&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;3. 산업연구원 산업통계 (http://www.istans.or.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 산업의 흐름을 한 눈에 파악할 수 있는 산업통계,등록된 콘텐츠 총 6,197건(2009년 4월)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;4. 특허청 (http://www.kipo.go.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 지적 재산과 산업 재산권에 대한 통계 자료 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;5. 한국갤럽 (http://www.gallup.co.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 조사 전문회사, 마케팅, 사회여론 등 조사 프로그램 안내, 조사 자료모음 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;6. 매경리서치 (http://www.c-news.co.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 각 업종별·상품별 브랜드의 선호도·인지도·만족도 순위 자료 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;7. IT 통계 포털 사이트 (http://www.iti.or.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 한국 정보통신산업협회에서 만든 IT 관련 생산ㆍ수출입ㆍ인력 등 기초적인 통계에서 부터 세부적인관련자료까지 체계적으로 정리, 다양한 3차원 그래프를 곁들여 알기 쉽게 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;8. 한국 금융 연구원 (http://www.kif.re.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 한국 경제 지표와 금융에 관련된 통계 자료 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;9. 인터넷 통계 정보검색시스템 (http://isis.nida.or.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷에 관련된 국내외 통계 자료 제공(무료)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;10. 인터넷 마케팅 통계 센터 (http://www.marketcast.co.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷 마케팅, 광고, 전자상거래, 인터넷 비즈니스에 관련된 통계 자료 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;11. 삼성 경제 연구소 소비자 실태조사 (http://www.seri.org/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 경제 동향, 경제 통계, 소비자, 태도 조사 등 삼성 경제 연구소 연구 결과 자료&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;12. i-biznet 인터넷 통계 (http://www.i-biznet.com/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 사용자수 통계, EC 통계, 광고 통계, 트래픽 통계, 사용자 특성 분석, 웹 브라우저, 웹 서버 통계&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;13. 한국사회과학데이터센터 (http://www.ksdc.re.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 국내외 통계자료, 국내여론조사자료, 통계항목 검색서비스 제공&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;14. 한국은행 경제통계시스템 (http://ecos.bok.or.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 통계검색, 증감률 계산, 생산자, 수출입물가지수 및 검색결과 다운로드 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;15. 인구통계 (http://www.census.gov/main/www/popclock.html)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 세계 인구 실시간 통계 수록.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;16. 노동통계정보시스템 (http://laborstat.molab.go.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;&lt;strong style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &quot;&gt;-&lt;/strong&gt;&amp;nbsp;노동통계소개, 보도분석자료, 임금구조 기본, 기업체노동비용 등 조사통계 자료 수록.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;17. 통계박사 (http://tongtong.tnaru.net/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 논문 통계 분석 전문업체, 학술연구, 통계상담, 통계교육 등 업무 안내.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;18. 국토해양통계통계누리 (http://stat.mltm.go.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 국토해양통계 제공 사이트, 국토, 해양, 주택, 교통, 항공 등 통계 자료 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;19. 한국바송광고공사 광고통계시스템 (http://adstat.kobaco.co.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 정보시스템 소개, 사업체매출, 거래트래픽, MCR미디어 통계 등 서비스 안내.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;20. 한국관세무역개발원 무역통계서비스 (http://trass.kctdi.or.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 한국관세무역개발원 운영, 무역통계, HS정보, 수출입통계, 수출입실적증명서 등 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;21. 환경부 환경통계포털 (http://stat.me.go.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 환경부 환경통계 정보서비스, 분야별, 등록순위, 검색순위별 통계, OECD 환경지표 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;22. 국가에너지통계종합정보시스템 (http://www.kesis.net/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 에너지 정보, 통계 포털 사이트, 해외에너지통계, 유관기관, 이용사례 등 수록.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;23. 신재생에너지통계정보시스템 (http://konesis.kemco.or.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 사업소개, 신재생에너지 및 설비현황, 모니터링, 보급통계, 데이터분석 등 안내.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;24. 소재종합정보통합시스템 (http://www.matis.or.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 한국부품소재산업진흥원 운영 솔루션, 특허, 표준화, 통계, 연구개발정보 등 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;25. 한국정보통계인포나라 (http://www.infonara.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 입찰 정보 사이트, 용역, 구매 등 공공기관 입찰 정보 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;26. 온실가스배출량 정보시스템 (http://geis.kemco.or.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 기후변화 협약, GEIS 소개, 배출량 계산, 통계분석, 해외배출량 가이드라인 안내.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;27. 관광통계-한국관광공사 (http://korean.visitkorea.or.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 월별, 국가별 통계자료 수록, 관광시장 정보, 관광법령 등 정보 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;28. 중소기업통계 (http://stat.kfsb.or.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 중소기업 기술통계 및 임금실태조사, 월별동향, 통계 법률, 용어 수록.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;29. 한국교육개발원 취업통계시스템 (http://swiss.kedi.re.kr/)&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 취업률 조사 전문기관, 업종별, 지역별 취업현황, 학과별 순위, 취업률 비교 안내.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;30. 통계지리정보 (http://kogis.nso.go.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 시, 도별 국토, 기후, 인구, 재정, 재해 등 통계지리정보 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;31&lt;strong style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &quot;&gt;.&lt;/strong&gt;&amp;nbsp;어업생산통계시스템 (http://fs.fips.go.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 행정구역, 어법, 품종별 어업생산통계 자료 수록.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;32. 사업체기초통계조사 (http://www.nso.go.kr/eb/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;&lt;strong style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &quot;&gt;- &lt;/strong&gt;통계청 사업체기초통계조사, 부서소개, 통계작성절차, 표준산업분류 검색 등 제공.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;33. 논문통계정보 (http://www.rsinfo.co.kr/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 논문자료 제공업체, 통계 분석, 리서치, 영작, 번역, 논문 복사 등 서비스 안내.&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;34. NTIS 과학기술 통계서비스 (http://sts.ntis.go.kr/index.jsp)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- R&amp;amp;D 관련 투자현형과 성과. 인력정보 등 과학기술과 관련한 각종자료 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;&lt;strong style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; &quot;&gt;[해외 사이트]&lt;/strong&gt;&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;1. Internet.com의 Cyberatlas (http://cyberatlas.internet.com/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷과 관련된 다양한 최신 통계를 뉴스 형태로 제공(무료)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;2. Forrester Research (http://www.forrester.com/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷 비즈니스에 대한 통계와 자체 분석 자료 제공(유료)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;3. Grunwald (http://www.grunwald.com/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷과 컴퓨터에 대한 통계 자료 제공(무료)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;4. Jupiter Communications (http://www.jup.com/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷 및 정보 기술에 대한 정보, 기업의 정보 활용 전략 제공(유료)&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;5. Internet Society (http://www.isoc.org/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷과 관련된 각종 통계 정보 제공&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;6. IDC (http://www.idc.com/)&lt;/p&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;- 인터넷과 IT에 관련된 통계와 분석 자료&lt;/p&gt;&lt;br /&gt;&lt;p style=&quot;font-family: &#039;lucida grande&#039;, tahoma, verdana, arial, sans-serif; font-size: 11px; line-height: 16px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(0, 0, 0); &quot;&gt;&lt;br&gt;&lt;/p&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">Using XMLHttpRequest object</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/Using-XMLHttpRequest-object" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/324" thr:count="5"/>
    <category term="Programming" />
    <category term="XMLHttpRequest" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/Using-XMLHttpRequest-object</id>
    <updated>2010-11-29T00:12:10+09:00</updated>
    <published>2010-10-27T08:48:21+09:00</published>
    <summary type="html">Using XMLHttpRequest object&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;이런 저런 설명 필요 없이 바로 소스로...&lt;/div&gt;&lt;div&gt;다음 소스는 &amp;nbsp;XMLHttpRequest를 Get/Post 방식 사용 예제(XmlHttpRequestSample.htm)&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;lt;html xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;lt;head&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;title&amp;gt;POST/ GET XHR Example&amp;lt;/title&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;meta http-equiv=&quot;content-type&quot; content=&quot;text/html; charset=utf-8&quot; /&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;script type=&quot;text/javascript&quot;&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;var url = &quot;http://www.google.co.uk/search&quot;; &lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;var params = &quot;hl=en&amp;amp;q=ff3+request.open+post+problem&amp;amp;meta=&quot;; &lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;function post()&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;span style=&quot;white-space: pre;&quot;&gt;&amp;nbsp;     &lt;/span&gt;{&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var xmlhttp=new XMLHttpRequest();&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;br&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //&lt;/font&gt;&lt;span style=&quot;font-family: DotumChe, sans-serif; &quot;&gt;onreadystatechange &amp;nbsp;이벤트 설정&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlhttp.onreadystatechange = function() {&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (xmlhttp.readyState == 4 &amp;amp;&amp;amp; xmlhttp.status == 200) {&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DisplayResult(xmlhttp.responseText);&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;xmlhttp.open(&quot;POST&quot;, url, true);&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; //Post 방식에서 다음 헤더 지정&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlhttp.setRequestHeader(&quot;Content-type&quot;, &quot;application/x-www-form-urlencoded&quot;);&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlhttp.setRequestHeader(&quot;Content-length&quot;, params.length);&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlhttp.setRequestHeader(&quot;Connection&quot;, &quot;close&quot;);&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlhttp.send(params); &amp;nbsp;//params를 전송&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;function get()&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; var xmlhttp=new XMLHttpRequest();&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlhttp.onreadystatechange = function() {&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;if (xmlhttp.readyState == 4 &amp;amp;&amp;amp; xmlhttp.status == 200) {&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; DisplayResult(xmlhttp.responseText);&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; };&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;xmlhttp.open(&quot;GET&quot;, url+&quot;?&quot;+params, true);&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#FF0000&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; xmlhttp.send(null);&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;function DisplayResult(strResult)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;		&lt;/font&gt;&lt;/span&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;document.all[&quot;result&quot;].value=strResult;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;}&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/script&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/head&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;lt;body&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a href=&quot;javascript:get();&quot;&amp;gt;GET request&amp;lt;/a&amp;gt; &amp;nbsp;실행&amp;lt;br /&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;a href=&quot;javascript:post();&quot;&amp;gt;POST request&amp;lt;/a&amp;gt; 실행&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;br/&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;textarea name=&quot;result&quot; rows=&quot;10&quot; cols=&quot;80&quot;&amp;gt;&amp;lt;/textarea&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;lt;/body&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&amp;lt;/html&amp;gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">균형감각이란?</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EA%B7%A0%ED%98%95%EA%B0%90%EA%B0%81%EC%9D%B4%EB%9E%80" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/317" thr:count="0"/>
    <category term="Etc" />
    <category term="균형감각" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EA%B7%A0%ED%98%95%EA%B0%90%EA%B0%81%EC%9D%B4%EB%9E%80</id>
    <updated>2010-08-25T12:12:19+09:00</updated>
    <published>2010-06-15T22:34:00+09:00</published>
    <summary type="html">&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/8857226463.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;280&quot; width=&quot;397&quot; /&gt;&lt;/div&gt;&lt;blockquote&gt;&lt;span class=&quot;entry-content&quot;&gt;작가 시오노 나나미 『균형감각』이란? &lt;/span&gt;양극단의 중간점이 아니라 오히려 양극단을 오가면서 최적점을 
찾으려고 노력하는 과정이다. 답은 한쪽에 있지 않고 항상 움직인다는 것이다. &lt;/blockquote&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;span class=&quot;entry-content&quot;&gt;&amp;lt;안철수 교수님 세미나에서 발취&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: right;&quot;&gt;&lt;span class=&quot;entry-content&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">Android - Google Maps API(MapView)를 이용한 애플리케이션 제작 - 1</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/Android_GoogleMapsAPI_Using" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/310" thr:count="20"/>
    <category term="Programming" />
    <category term="Android" />
    <category term="Google Maps" />
    <category term="Google Maps API" />
    <category term="Location based service" />
    <category term="안드로이드" />
    <category term="위치기반서비스" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/Android_GoogleMapsAPI_Using</id>
    <updated>2010-03-31T12:59:42+09:00</updated>
    <published>2010-03-31T12:59:42+09:00</published>
    <summary type="html">&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;서론 &lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgb(208, 255, 157); &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgb(255, 255, 255); &quot;&gt;- 위치 기반 서비스(LBS:Location Based Service)에 대해&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;(개인적이 주관으로 기술한 내용)&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot;&gt;&amp;nbsp;&amp;nbsp; 스마트 폰에서 유용하다라고 생각하는 것 중에 위치 기반 기술, 맵 정보, 그리고 여기에 다른 유용한 정보를 융합하여 더 나은 정보를 제공하는 애플리케이션이 상당 부분을 차지합니다. 사례를 보면 자기 주위 가장 싼 주유소를 찾아주는 앱(App.: Application 의 줄임말 ), 특정 책이 있는 서점을 찾아주는 앱 등이 이를 대표하는 앱입니다. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgb(208, 255, 157); &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;[휴대전화의 위치 기반(맵정보 활용) 서비스의 특징 및 문제점]&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&amp;nbsp; - 하나 이상의 서비스를 융합하여 새로운 서비스 제공하는 Mashup 형태&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&amp;nbsp; - 프라이버시 침해 우려(맵서비스 제공자에게 개인의 위치정보 전달)&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&amp;nbsp; - 위치정보(맵정보)와 융합할 소스 정보 제공자에 의존적&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; 위치(맵정보)와 융합할 정보를 공급자가 차단하는 경우 서비스 불가.&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgb(208, 255, 157); &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgb(255, 255, 255); &quot;&gt;이런 몇 가지 문제점이 보완된다면 더욱 다양한 방향으로 활용될 것이기 때문에 위치기반(맵정보) 서비스&lt;/span&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; background-color: rgb(255, 255, 255); &quot;&gt;말로 스마트 폰에 핵심라고 할 수 있습니다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;1. 위치 기반 애플리케이션(Location Based Application)&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp; 위치 기반 애플리케이션은 무선 기기내에 GPS(Global Positioning System) 등을 이용하여 사용자의 현재 위치 정보(맵 정보)에 따르는 다른 유용한 정보를 결합하여 새로운 기능를 제공하는 애플리케이션입니다. (제나름대로 정의한 것)&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;이런 애플리케이션을 안드로이드에서 Google Maps API와 android.location Library를 이용하며 아주 손쉽게 제작이 가능합니다.(리스트1-1)&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;[리스트1-1]위치 기반 관련 패키지(라이브러리)&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot;&gt;com.google.android.maps&lt;/a&gt;&amp;nbsp;&lt;/b&gt;Package&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp; Google Maps Service에 접근하는 인터페이스를 제공하는 패키지로써 주요 클래스는 맵을 표시하는 &amp;nbsp;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot;&gt;MapView&lt;/a&gt;&amp;nbsp;클래스와 MapView를 Activity를 관리하는 &lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot;&gt;MapActivity&lt;/a&gt;&amp;nbsp;클래스 등으로 구성되어 있습니다.&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://developer.android.com/reference/android/location/package-summary.html&quot; target=&quot;_blank&quot;&gt;android.location&lt;/a&gt;&lt;/b&gt;&amp;nbsp;Package&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp; GPS나 무선랜 등의 정보를 이용하여 휴대전화의 현재 위치 정보(위도,경도)를 얻기 위한 기능을 제공하는 패키지로써 시스템의 위치 서비스(Location Service)의 접근을 제공하는 &lt;a href=&quot;http://developer.android.com/reference/android/location/LocationManager.html&quot; target=&quot;_blank&quot;&gt;LocationManager &lt;/a&gt;클래스, 위치정보와 주소정보를 변환하는 &lt;a href=&quot;http://developer.android.com/reference/android/location/Geocoder.html&quot; target=&quot;_blank&quot;&gt;Geocoder &lt;/a&gt;클래스, GPS엔진 상태를 표현하는 &lt;a href=&quot;http://developer.android.com/reference/android/location/GpsStatus.html&quot; target=&quot;_blank&quot;&gt;GpsStatus&lt;/a&gt; 클래스 등으로 구성되어 있습니다.&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;*** 이제 구글맵을 연동하는 안드로이드 애플리케이션을 제작 방법을 소개하려고 합니다. 시작 전에 컴퓨터에 안드로이드 개발환경 구축 전인 경우 지금부터 과정을 진행할 수가 없습니다. 만일 이런 경우의 독자라면 &amp;nbsp;&quot;&lt;a href=&quot;http://john.tobe30.com/tc/entry/Android_Development_Environment&quot; target=&quot;_blank&quot;&gt;안드로이드(Android) 개발환경 구축하기&lt;/a&gt;&quot; 포스트를 참고하여 개발환경을 먼저 구축하고 다음 내용 진행하시기 바랍니다. &lt;/font&gt;&lt;/div&gt;&lt;b&gt;&lt;b&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;2. Google Maps API Key 발급받기&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp; &lt;span style=&quot;font-weight: normal;&quot;&gt;Google Maps 데이터에 접근하는 Android에 애플리케이션을 제작하기 위해서 Google Maps service에 등록 및 약관 동의 절차(Maps API Key Signup)를 거쳐야 합니다. 참고로 Maps API Key 발급은 무료이며, 로그인 가능한 구글 계정이 필요합니다.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;1) SDK 디버그 서명 증명서의 MD5 핑거프린트(Fingerprint:지문) 확인하기&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;디버그 서명 증명서(debug.keystore 파일)는 Android SDK가 자동으로 생성하며, 개발환경의OS마다 다른 경로가 생성됩니다. (리스트2-1 참고)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[리스트2-1]OS별 디버그 서명 증명서(dubug.keystore) 저장 경로&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Win Vista: C:\Users\%username%\.android\debug.keystore&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Win XP: C:\Documents and Settings\%username%\.android\debug.keystore&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;OS X and Linux: ~/.android/debug.keystore&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;debug.keystore의 저장된 위치를 확인했으면 썬 JDK에 포함되어 있는 keytool를 이용하여 핑커프린트 확인할 수 있다. ([예제2-1])&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[예제2-1]keytool로 Fingerprint를 확인(붉은색 글씨가 Fingerprint) (Vista환경예시)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div style=&quot;padding:10px; background-color:#E4E4E4&quot;&gt;&lt;div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;C:\Users\test\.android&amp;gt;dir *.keystore&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;C 드라이브의 볼륨에는 이름이 없습니다.&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;볼륨 일련 번호: BXXX-XXXX&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;C:\Users\test\.android 디렉터리&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;2010-02-06 &amp;nbsp;오후 09:07 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1,268 debug.keystore&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1개 파일 &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1,268 바이트&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0개 디렉터리 &amp;nbsp; X,XXX,654,592 바이트 남음&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;C:\Users\test\.android&amp;gt;&lt;/span&gt;&lt;font color=&quot;#0000FF&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&quot;%java_home%\bin\keytool.exe&quot; -list -keystore debug.keystore -keypas&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#0000FF&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;s android -storepass android -alias androiddebugkey&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;androiddebugkey, 2010. 2. 6, PrivateKeyEntry,&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;인증서 지문(MD5): &lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;AA:22:33:F7:32:12:22:EC:68:93:8B:55:44:69:ED:47&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;2) 구글 지도 API 가입하기(Maps API Key Signup)&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;다음 URL 이동하여 위에서 확인한 인증서 지문(MD5) 값을 복사하여 [My certificate&#039;s MD5 fingerprint] 입력란에 넣고 Generate API Key를 클릭합니다. 여기서 구글 로그인 이 필요합니다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;URL : &lt;/span&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/maps-api-signup.html&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/maps-api-signup.html&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[그림2-1] Maps API Key Signup - Start Webpage&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/9147314530.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;393&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[그림2-2] Maps API Key Signup - Result Webpage&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/6225444679.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;309&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Gulim, sans-serif; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;발급된 사용자 키를 다른 곳에 잘 저장해 두고 애플리케이션 제작하는 단계로 넘어갑니다.&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b&gt;&lt;span style=&quot;background-color: rgb(208, 255, 157);&quot;&gt;3. Google Maps API 이용한 애플리케이션 제작하기 (GoogleMapHello)&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Google Maps API를 이용하여 맵 정보를 표시하는 간단한 애플리케이션 만들어 보겠습니다. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;1)&lt;span style=&quot;font-weight: normal;&quot;&gt; Eclipse 에서 GoogleMapHello 프로젝트를 생성하기&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[그림3-1]New Android Project : GoogleMapHello &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/5320218042.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;652&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;2)&lt;span style=&quot;font-weight: normal;&quot;&gt; Maps library를 사용 설정 및 인터넷 접속 허용 설정하기(&lt;/span&gt;&lt;font color=&quot;#0000FF&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;AndroidManifest.xml&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;)&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Standard Android library에는 Maps library가 포함되어 있지 않으므로 사용하려면 별도의 설정이 필요합니다. 또한 인터넷에 접속하여 Maps data를 조회하려면 INTERNET Permission을 지정해야 합니다.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[예제3-1] GoogleMapHello의 AndroidManifest.xml&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;manifest xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;package=&quot;tobe30.sample.googlemaphello&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;android:versionCode=&quot;1&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;android:versionName=&quot;1.0&quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;application android:icon=&quot;@drawable/icon&quot; android:label=&quot;@string/app_name&quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;activity android:name=&quot;.GoogleMapHello&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;android:label=&quot;@string/app_name&quot;&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;intent-filter&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;action android:name=&quot;android.intent.action.MAIN&quot; /&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;category android:name=&quot;android.intent.category.LAUNCHER&quot; /&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/intent-filter&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/activity&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;!--map library 사용 설정--&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;	&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;uses-library android:name=&quot;com.google.android.maps&quot; /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;/application&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;uses-sdk android:minSdkVersion=&quot;7&quot; /&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;!--INTERNET Permission 지정--&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;uses-permission android:name=&quot;android.permission.INTERNET&quot; /&amp;gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;/manifest&amp;gt; &lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;3)&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;애플리케이션의 레이아웃 작성하기 (&lt;/span&gt;&lt;font color=&quot;#0000FF&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;res/layout/main.xml&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;)&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;com.google.android.maps.MapView 클래스를 레이아웃에 추가한다.&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[예제3-2] GoogleMapHello의 res/layout/main.xml&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;lt;&lt;/span&gt;&lt;font color=&quot;#0000FF&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;com.google.android.maps.MapView&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;xmlns:android=&quot;http://schemas.android.com/apk/res/android&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;android:id=&quot;@+id/mapview&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;android:layout_width=&quot;fill_parent&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;android:layout_height=&quot;fill_parent&quot;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;android:clickable=&quot;true&quot;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;android:apiKey=&quot;043KehnZyxJK7Ny0hTKJPBcp_rihr6VLCMoDQeA&quot;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;/&amp;gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;android:clickable 속성은 사용자의 상호작용 허용 여부를 설정하는 것입니다. 이것을 false로 설정하는 경우 터칭(에뮬레이터에서는 마우스로)으로 맵을 조작할 수 없게 됩니다.&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;android:apiKey에는 위에 &quot;&lt;/span&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;2. Google Maps API Key 발급받기&quot; 과정을 통해 얻은 자신의 &amp;nbsp;Maps API Key를 설정합니다.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;4)&lt;span style=&quot;font-weight: normal;&quot;&gt; 애플리케이션의 Activity를 구현하기 (GoogleMapHello.java)&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;MapActivity 클래스는 MapView에 지도 표시를 관리하는 역할을 합니다. 그래서GoogleMapHello Activity는 MapActivity 클래스를 상속받아 구현해야 합니다. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[예제3-3]GoogleMapHello Activity 소스 &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;package tobe30.sample.googlemaphello;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;import com.google.android.maps.MapActivity;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;import com.google.android.maps.MapView;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;import android.os.Bundle;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;// &lt;/span&gt;&lt;span style=&quot;color: rgb(255, 0, 0); &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;GoogleMapHello 는 MapActivity를 상속&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;public class &lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;GoogleMapHello extends MapActivity&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt; {&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;/** Called when the activity is first created. */&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;@Override&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;public void onCreate(Bundle savedInstanceState) {&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;super.onCreate(savedInstanceState);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;setContentView(R.layout.main);&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;MapView mapView = (MapView) findViewById(R.id.mapview);&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;mapView.setBuiltInZoomControls(true); &amp;nbsp;//줌컨트롤을 활성&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;@Override&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;protected boolean isRouteDisplayed() {&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;	&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;return false;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;}&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;}&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;isRouteDisplayed() 메소드는 MapActivity의 추상 메소드이므로 반드시 구현해야 합니다. &lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;isRouteDisplayed() 메소드는&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;애플리케이션에 라우트 정보를 표시할 경우 true를 반환하고, 그렇지 않은 경우 false를 반환합니다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;5)&lt;span style=&quot;font-weight: normal;&quot;&gt; 실행&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Eclipse &amp;gt; Run &amp;gt; Run as &amp;gt; Android Application&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[그림3-2]GoogleMapHello 실행화면&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/2541015521.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;316&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;※ GoogleMapHello는 Map API를 이용하는 애플리케이션이므로 실행할 때 타켓이 Google APIs(Google Inc.) - API Level &lt;/span&gt;&lt;i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;n&lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;으로 설정된 ADV로 실행해야 한다.(그림3-3)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;[그림3-3]Google APIs(Google Inc.) - API Level &lt;/span&gt;&lt;i style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;n &lt;/span&gt;&lt;/i&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;타켓의 AVD 생성&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/4282187169.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;554&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;b&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;참고&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot;&gt;Google APIs Reference &lt;/a&gt;&lt;span style=&quot;color: rgb(102, 102, 102); font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot;&gt;/&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;com.google.android.maps&lt;/span&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Gulim, sans-serif; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;Google APIs Project Site &lt;/a&gt;&lt;span style=&quot;color: rgb(102, 102, 102); font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Gulim, sans-serif; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;/&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font&gt;&lt;span style=&quot;color: rgb(0, 0, 0); font-family: Gulim, sans-serif; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/reference/index.html&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/a&gt;&lt;/span&gt;&lt;a href=&quot;http://code.google.com/intl/ko-KR/android/add-ons/google-apis/mapkey.html&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;Obtaining a Maps API Key&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;a href=&quot;http://developer.android.com/reference/packages.html&quot; target=&quot;_blank&quot;&gt;Android Developer&#039;s Guide &lt;/a&gt;&lt;span style=&quot;color: rgb(102, 102, 102); font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;a href=&quot;http://developer.android.com/reference/packages.html&quot; target=&quot;_blank&quot;&gt;/&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;a href=&quot;http://developer.android.com/reference/packages.html&quot; target=&quot;_blank&quot;&gt;&amp;nbsp;Reference&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b&gt;&lt;b&gt;&lt;b&gt;&lt;div style=&quot;display: inline !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;a href=&quot;http://developer.android.com/guide/topics/fundamentals.html&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;Android Developer&#039;s Guide / Dev Guide / Application Fundamentals&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; display: inline !important; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; font-weight: normal; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-weight: normal; &quot;&gt;&lt;a href=&quot;http://developer.android.com/guide/topics/location/index.html&quot; target=&quot;_blank&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; color: rgb(203, 137, 179) !important; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: rgb(204, 51, 153); text-decoration: none !important; &quot;&gt;Android Developer&#039;s Guide / Dev Guide / Location and Maps&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;a href=&quot;http://developer.android.com/resources/tutorials/views/hello-mapview.html&quot; target=&quot;_blank&quot;&gt;Android Developer&#039;s Guide / Resource/ Hello Views&lt;/a&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Location-based_service&quot; target=&quot;_blank&quot;&gt;Wikipedia / Location-based service&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; color: rgb(102, 102, 102); &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;끝!&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;font-weight: normal;&quot;&gt;노트북에서 해보느라고 아주 죽는 줄 알았습니다. 노트북이 사양이 좀 딸려서 애플리케이션 한번 실행하는데 꽤나 느립니다. 역시 최고에 장벽은 영어! 나에게는 존재하지 않는 영어 실력으로 영문 문서 읽어가면서 하려니 포스팅 하나 작성하는데 하루 종일 걸렸습니다. 나름 최선을 다해 자세히 설명을 하려고 노력했는데 보시는 분들이 얼마나 잘 이해하실지.....그리고 이 글은 맘으로대 퍼가셔도 상관없습니다. 출처만 분명히 밝혀주시면 됩니다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/b&gt;</summary>
  </entry>
  <entry>
    <title type="html">안드로이드(Android) 개발환경 구축하기</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/Android_Development_Environment" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/292" thr:count="19"/>
    <category term="Programming" />
    <category term="Android" />
    <category term="Eclipse" />
    <category term="JDK" />
    <category term="안드로이드" />
    <category term="안드로이드 개발환경" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/Android_Development_Environment</id>
    <updated>2010-06-15T23:11:24+09:00</updated>
    <published>2010-02-17T11:31:34+09:00</published>
    <summary type="html">&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/8429627755.png&quot; alt=&quot;Android&quot; height=&quot;172&quot; width=&quot;232&quot; /&gt;&lt;/div&gt;&lt;span style=&quot;FONT-SIZE: x-large&quot;&gt;&lt;b&gt;&lt;font face=&quot;Dotum, sans-serif&quot;&gt;안&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;드로이드 개발 환경은 크로스(Cross) 개발 환경이다. 크로스 개발 환경이란 개발할 때와 실행 때에 다른 컴퓨터 환경에서 이루어지는 개발 방법을 말한다. 여기서 애플리케이션을 개발하는 환경을 호스트(host) 환경, 애플리케이션을 실행하는 환경을 타켓(Target) 환경이라고 한다.&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;※ 안드로이드에 내용은 다음 포스트를 참고 : &lt;/font&gt;&lt;/font&gt;&lt;a href=&quot;http://john.tobe30.com/tc/entry/What_is_Android&quot; target=&quot;_blank&quot;&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;What is Android?&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;※ Android 개발툴이 동작하는 환경&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 10px; BACKGROUND-COLOR: rgb(250,255,169); MARGIN: 0px; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; Windows XP(32bit), Windows Vista(32bit/64bit), Windows 7(32bit/64bit)&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; Mac OS X 10.3.8 이후(x86판만)&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&amp;nbsp;&amp;nbsp; Linux &lt;a style=&quot;BORDER-BOTTOM: rgb(204,51,153) 1px dashed; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: rgb(203,137,179) !important; TEXT-DECORATION: none !important; PADDING-TOP: 0px&quot; href=&quot;http://en.wikipedia.org/wiki/Ubuntu_(operating_system)&quot; target=&quot;_blank&quot;&gt;Ubuntu Dapper Drake&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;※ 용어&lt;br&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #faffa9; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;ADT : Android Development Tools&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;AVD : Android Virtual Device&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;a href=&quot;http://developer.android.com/guide/developing/tools/ddms.html&quot; target=&quot;_blank&quot;&gt;Android DDMS : Android Dalvik Debug Monitor Server&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;a href=&quot;http://developer.android.com/guide/developing/tools/adb.html&quot; target=&quot;_blank&quot;&gt;ADB : Android Debug Bridge&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;b&gt;
&lt;div&gt;&lt;font face=&quot;Gulim, sans-serif&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;b&gt;A. 윈도우에서 &lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b&gt;Eclipse IDE 개발환경 구축하기 &lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;A.1. Android 개발환경에 필요한 소프트웨어를 다운로드하여 설치한다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #faffa9; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px&quot;&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;* &lt;/span&gt;&lt;a href=&quot;http://developer.android.com/sdk/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;Android SDK &lt;/span&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Version : 2.1 &amp;nbsp; / &amp;nbsp;1.6 &amp;nbsp; / &amp;nbsp; 1.5 &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Download : &lt;/span&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;a href=&quot;http://developer.android.com/sdk/index.html&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;http://developer.android.com/sdk/index.html&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;압축을 적당한 위치에 해제한다. (D:\AndroidDev\android-sdk-windows) &amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;* &lt;/span&gt;&lt;a href=&quot;http://java.sun.com/javase/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;Java SE Development Kit (JDK6) &lt;/span&gt;&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Download : &lt;/span&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;a href=&quot;http://java.sun.com/javase/downloads/widget/jdk6.jsp&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;http://java.sun.com/javase/downloads/widget/jdk6.jsp&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;* &lt;/span&gt;&lt;a href=&quot;http://www.eclipse.org/&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;Eclipse IDE for Java Developers&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Download : &lt;/span&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;a href=&quot;http://www.eclipse.org/downloads/&quot;&gt;http://www.eclipse.org/downloads/&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&amp;nbsp;따로 인스톨 필요없고, 적당한 폴더에 해제한다.&lt;font face=&quot;Gulim, sans-serif&quot;&gt;(D:\AndroidDev\eclipse)&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;A. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;2. Eclipse에서 Andorid 개발툴 플러그인을 설치하기&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; Eclipse를 시작한다&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; Help &amp;gt; Install New Software... 선택한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; Install 창에서 [Add...]버튼을 선택하고, 플러그인 사이트를 등록한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Name : Android plugin&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp;Location : &amp;nbsp; &amp;nbsp;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt; 
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; LINE-HEIGHT: 16px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: monospace; WHITE-SPACE: pre; COLOR: rgb(0,112,0); FONT-SIZE: 13px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot; class=&quot;pln&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; BACKGROUND-COLOR: rgb(208,255,157); MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;http&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: rgb(102,102,0); PADDING-TOP: 0px&quot; class=&quot;pun&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; BACKGROUND-COLOR: rgb(208,255,157); MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;:&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; COLOR: rgb(136,0,0); PADDING-TOP: 0px&quot; class=&quot;com&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; BACKGROUND-COLOR: rgb(208,255,157); MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;//dl-ssl.google.com/android/eclipse/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/5378820026.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;166&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; Install 창에서 Work with 에 &amp;nbsp;위에서 등록한 사이트를 선택한다. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; 아래 화면과 같이 Developer Tools를 체크하고, [Next &amp;gt;]버튼을 클릭한다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/9355316499.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;384&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp; Install Details에서 Android DDMS, Android Developement Tools 를 선택하고,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp; [Next &amp;gt;] 버튼을 선택한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/5203783776.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;384&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; 설치중....&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/1901628801.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;322&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;A. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;2. Eclipse에서 Android SDK의 경로 지정하기&lt;/span&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Eclipse를 실행하여 Window &amp;gt; Perferences를 선택한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;Android 를 선택하고 SDK Location 에 위에서 Android SDK 설치한 폴더를 선택한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;(여기서는 D:\AndroidDev\android-sdk-windows로 설정) &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/6872315471.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;369&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;A. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;3. &lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;Eclipse에서 Windows &amp;gt; Android SDK and AVD Manager 선택한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; Available Packages를 선택하고 설치할 SDK과 Google API를 체크한다. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; [Install Selected]버튼을 클릭한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/3157190098.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;261&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&amp;nbsp;&amp;nbsp; Accept All을 선택하고, [Install Accepted]버튼을 선택한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/4415405710.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;300&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;&amp;nbsp; 설치가 완료되면 [Yes] 버튼을 선택하고 ADB를 재시작한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/6093579996.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;272&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;A. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;4. 이제 Virtual Device를 생성해야 한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp; &amp;nbsp;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt; 
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;Android SDK and AVD Manager 창에서 Virtual Devices를 선택하고,&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; [New...]버튼을 선택한다.&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt; 
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/1477332131.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;261&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp; Create new AVD창에서 아래와 같이 입력하고, [Create AVD]버튼을 선택한다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp; 여기서 SD Card 사이즈를 너무 크게 설정하면 해당 Virtual Device를 구동(Android 부팅)할 때 메모리를 많이 소비하고 부팅시간이 오래 걸리기 때문에 실행하려는 애플리케이션에서 사용하는 메모리를 고려하여 설정한다. 여기서는 간단한 프로그램을 구동할 것이므로 SD 카드 메모리의 크기를 64MB &amp;nbsp;또는 128MB 정도 설정한다. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/6334933243.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;554&quot; width=&quot;400&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;여기까지 하면 Android 애플리케이션을 개발하기 위한 개발환경 세팅&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt; 
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;완료되었다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;B. Android 애플리케이션 프로젝트 생성/컴파일/실행&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;B.1. Eclipse 에서 File &amp;gt; New &amp;gt; Android Project 를 선택한다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; 아래 화면과 같이 입력하고, [Finish]버튼을 선택하고 프로젝트를 생성한다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&amp;nbsp; ( &lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;HelloWorld 라는 2.1 버전 플랫폼에서 돌아가는 프로젝트를 생성하는 예)&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;br&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/1876708892.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;652&quot; width=&quot;450&quot; /&gt;&lt;/div&gt; 
&lt;div style=&quot;PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #faffa9; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px&quot;&gt;- Application Name : 안드로이드 메인화면에 표시되는 애플리케이션의 이름&lt;br&gt;- Package Name : Java의 패키지명. 패키지는 컨테이너에 포함된 타입의 고유의 식별자 및 접속 경로를 제공하는 것. &lt;br&gt;- Create Activity : 안드로이드 어플리케이션을 윈도우를 제어하는 클래스의 이름. Activity는 UI화면을 제어하는 클래스.&lt;/div&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; 다음 프로젝트를 생성한 결과이다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/7071678635.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;270&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp; Eclipse에서 Run &amp;gt; Run 을 선택하고 &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp; Run As 에서 Android Application을 선택하고, [OK]버튼을 선택하다.&lt;div class=&quot;imageblock center&quot; style=&quot;text-align: center; clear: both;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/5966236964.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;350&quot; width=&quot;350&quot; /&gt;&lt;/div&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;Android SDK and AVD Manager가 실행되면 여기서 기존 등록해 둔 AVD를 선택하고&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;[Start...]버튼을 선택한다. &lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/4487475170.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;261&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;드디어 Android가 실행되는 화면을...&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/2266549456.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;316&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;(여기서 컴사양에 따라 실행속도가 많이 차이난다. &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 10px; BACKGROUND-COLOR: #d0ff9d; PADDING-LEFT: 10px; PADDING-RIGHT: 10px; PADDING-TOP: 10px&quot;&gt;* 만일 부팅 시간이 생각보다 오래(3분이상) 걸리다면&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt; 
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&amp;nbsp;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt; 
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&amp;nbsp;AVD의 SD 카드 메모리 사이즈를 너무 크게 설정한 것이 아닌지 확인해본다. 여기서 간단한 프로그램 구동하는 것이므로 64mb 또는 128mb정도가 무안하다. 이 이상으로 설정했다면 이클립스의 &lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;Android SDK and AVD Manager 창에 가서 실행하려는 AVD의 &amp;nbsp;SD 카드 메모리 사이즈를 조정하면 부팅속도가 빨라질 것 이다.&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0); PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;부팅이 완료되고, 위에서 생성한 HelloWorld라는 애플리캐이션이 실행된다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/6814538119.png&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;316&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;모든 프로그램 HelloWorld하면 끝난거 아닌가?ㅋㅋ&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102); PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;&lt;b style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot;&gt;
&lt;div style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; DISPLAY: inline !important; PADDING-TOP: 0px&quot;&gt;&lt;font style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px&quot; color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; FONT-WEIGHT: normal; PADDING-TOP: 0px&quot;&gt;iPhone App. 개발의 경우 Mac OS가 필요하고, 실제 하드웨어에 프로그램을 배포할 때도 애플 별도의 인증을 거쳐야 하나, &lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;Android App. 같은 경우 개발환경(윈도우/리눅스/Mac)의 거의 제약이 없고, 배포도 USB로 가능하도고 하니 조만간 많은 App.과 그런 애플케이션을 개발을 용이하게 하는 많은 툴이나 라이브러리가 쏟아져 날올 것으로 예상된다. 개인적으로 Android 개발 환경이 Java 계열이라&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/span&gt;&amp;nbsp;GUI 디자이너가 iPhone GUI 디자이너나 Visual Studio (Mobile Window 개발툴)와 같은 툴에 비해 다소 불편한 것 어쩔수가 없다. 하지만 Android는 모든 것이 오픈소스이니 수년내에 iPhone을 뛰어 넘을 정도로 발전하지 않을까 &lt;span style=&quot;FONT-FAMILY: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; COLOR: rgb(102,102,102)&quot;&gt;&lt;b&gt;
&lt;div style=&quot;DISPLAY: inline !important&quot;&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;조심스런 기대를 해 본다.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/b&gt;&lt;/span&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;Gulim, sans-serif&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;참고 자료&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;a href=&quot;http://developer.android.com/sdk/requirements.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;Android SDK System Requirements&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;a href=&quot;http://developer.android.com/sdk/installing.html#Installing&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;Android SDK Installing&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span style=&quot;FONT-FAMILY: Gulim, sans-serif; COLOR: rgb(0,0,0)&quot;&gt;&lt;a href=&quot;http://developer.android.com/sdk/eclipse-adt.html&quot; target=&quot;_blank&quot;&gt;&lt;span style=&quot;FONT-WEIGHT: normal&quot;&gt;Android SDK : Installing and Updating ADT fof Eclipse&lt;/span&gt;&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/b&gt;</summary>
  </entry>
  <entry>
    <title type="html">보고 깜짝 놀란 영상 - 피아니스트 임현정의 연주</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EB%B3%B4%EA%B3%A0-%EA%B9%9C%EC%A7%9D-%EB%86%80%EB%9E%80-%EC%98%81%EC%83%81-%ED%94%BC%EC%95%84%EB%8B%88%EC%8A%A4%ED%8A%B8-%EC%9E%84%ED%98%84%EC%A0%95%EC%9D%98-%EC%97%B0%EC%A3%BC" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/300" thr:count="0"/>
    <category term="Etc" />
    <category term="임현정" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EB%B3%B4%EA%B3%A0-%EA%B9%9C%EC%A7%9D-%EB%86%80%EB%9E%80-%EC%98%81%EC%83%81-%ED%94%BC%EC%95%84%EB%8B%88%EC%8A%A4%ED%8A%B8-%EC%9E%84%ED%98%84%EC%A0%95%EC%9D%98-%EC%97%B0%EC%A3%BC</id>
    <updated>2010-02-13T01:23:51+09:00</updated>
    <published>2010-02-13T01:21:00+09:00</published>
    <summary type="html">&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/ZKCZZf6ixj4&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=ko_KR&amp;amp;feature=player_embedded&amp;amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/ZKCZZf6ixj4&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=ko_KR&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;
&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;/font&gt;
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/sUfqv-G9QCM&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=ko_KR&amp;amp;feature=player_embedded&amp;amp;fs=1&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowScriptAccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/sUfqv-G9QCM&amp;amp;color1=0xb1b1b1&amp;amp;color2=0xcfcfcf&amp;amp;hl=ko_KR&amp;amp;feature=player_embedded&amp;amp;fs=1&quot; type=&quot;application/x-shockwave-flash&quot; allowfullscreen=&quot;true&quot; allowScriptAccess=&quot;always&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;&lt;div&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;br&gt;임현정은 도대체 누구?&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;p&gt;&lt;/p&gt;&lt;font class=&quot;Apple-style-span&quot; color=&quot;#000000&quot;&gt;&lt;div style=&quot;padding:10px; background-color:#FFDAED&quot;&gt;만 3살에 피아노 시작&lt;br&gt;12세에 프랑스로 유학&lt;br&gt;콤피엔느 콘서바토리의 피아노, 이론부문을 최연소로 조기 수석 졸업&lt;br&gt;프랑스 노르망디 전국 부문 음악 디플롬을 만 15살에 최연소로 취득&lt;br&gt;루앙 국립 음악원 피아노 및 실내악 부문 최고연주자 과정 수석, 최연소 취득&lt;br&gt;프랑스 France 3 Normandie 뉴스방송에 천재 피아니스트로 출연&lt;br&gt;파리 국립 고등음악원에 최연소 입학&lt;br&gt;3년 뒤인 만 19세에 피아노 부문을 최연소로 조기, 수석 졸업&lt;br&gt;한국인 최초로 퀸 엘리자베스 국립음악원의 최고 연주자 과정 합격 및&lt;br&gt;벨기에 국가 장학생으로 선발&lt;/div&gt;&lt;/font&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;div class=&quot;autosourcing-stub&quot;&gt;
&lt;/div&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">수영 : 평영 시작</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EC%88%98%EC%98%81-%ED%8F%89%EC%98%81-%EC%8B%9C%EC%9E%91" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/301" thr:count="0"/>
    <category term="LifeLog" />
    <category term="수영" />
    <category term="평영" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EC%88%98%EC%98%81-%ED%8F%89%EC%98%81-%EC%8B%9C%EC%9E%91</id>
    <updated>2010-02-18T20:33:16+09:00</updated>
    <published>2010-02-12T19:06:00+09:00</published>
    <summary type="html">&lt;div&gt;자유영으로 25m 완주하면 수영샘이 평영을 가르쳐주기로.&lt;/div&gt;&lt;div&gt;호흡이 제대로 안되는 지금 숨참고, 물먹어 가면서 스마트하지 못하게 25m 완주했다. ^^v&lt;/div&gt;&lt;div&gt;수영샘 왈 &quot;머~ 어찌됐던 완주했으니 바로 평영으로&quot;&lt;/div&gt;&lt;div&gt;어린용 풀로 이동해서 샘의 평영의 발차기에 대해서 설명을 들었다.&lt;/div&gt;&lt;div&gt;설명 듣고, 실제로 해볼려니 너무 어렵다. &lt;/div&gt;&lt;div&gt;다리를 접었다 폇다하니 무릎도 아프고....머가 수영하는 느낌이 안온다는 ㅡㅡ;&lt;/div&gt;&lt;div&gt;샘 말씀이 특별한 방법은 없고, 연습 열심히 해야 된다고...&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;그래서 준비한 TI 평영 동영상.&lt;/div&gt;&lt;object classid=&#039;clsid:d27cdb6e-ae6d-11cf-96b8-444553540000&#039; codebase=&#039;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0&#039;  id=&#039;NFPlayer30554&#039; width=&quot;450&quot; height=&quot;408&quot;&gt;&lt;param name=&#039;movie&#039; value=&#039;http://serviceapi.nmv.naver.com/flash/NFPlayer.swf?vid=0E2CF8AB71C5DF2CF17401D2991DD77D6E08&amp;amp;outKey=V122d0147abe50480c2fc0c6d1b1808f8cced69a92b61ade43c310c6d1b1808f8cced&#039; /&gt;&lt;param name=&#039;wmode&#039; value=&#039;transparent&#039; /&gt;&lt;param name=&#039;allowScriptAccess&#039; value=&#039;always&#039; /&gt;&lt;param name=&#039;allowFullScreen&#039; value=&#039;true&#039; /&gt;&lt;embed src=&#039;http://serviceapi.nmv.naver.com/flash/NFPlayer.swf?vid=0E2CF8AB71C5DF2CF17401D2991DD77D6E08&amp;amp;outKey=V122d0147abe50480c2fc0c6d1b1808f8cced69a92b61ade43c310c6d1b1808f8cced&#039; wmode=&#039;transparent&#039; width=&quot;450&quot; height=&quot;408&quot; allowScriptAccess=&#039;always&#039; name=&#039;NFPlayer30554&#039; id=&#039;NFPlayer30554&#039; allowFullScreen=&#039;true&#039; type=&#039;application/x-shockwave-flash&#039; /&gt;&lt;/object&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">[펌]올해 기업 시장 네트워킹 10대 트렌드</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%ED%8E%8C%EC%98%AC%ED%95%B4-%EA%B8%B0%EC%97%85-%EC%8B%9C%EC%9E%A5-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%82%B9-10%EB%8C%80-%ED%8A%B8%EB%A0%8C%EB%93%9C" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/299" thr:count="0"/>
    <category term="Computing, IT, SW" />
    <category term="FoCE" />
    <category term="VoIP" />
    <category term="WiFi" />
    <category term="가상화" />
    <category term="네트워킹" />
    <category term="클라우드컴퓨팅" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%ED%8E%8C%EC%98%AC%ED%95%B4-%EA%B8%B0%EC%97%85-%EC%8B%9C%EC%9E%A5-%EB%84%A4%ED%8A%B8%EC%9B%8C%ED%82%B9-10%EB%8C%80-%ED%8A%B8%EB%A0%8C%EB%93%9C</id>
    <updated>2010-02-12T00:02:41+09:00</updated>
    <published>2010-02-12T00:00:00+09:00</published>
    <summary type="html">&lt;p&gt;원문 : &lt;a href=&quot;http://www.bloter.net/wp-content/bloter_html/2010/02/25471.html&quot; target=&quot;_blank&quot;&gt;http://www.bloter.net/wp-content/bloter_html/2010/02/25471.html&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;strong&gt;1. 세계 기업 시장 네트워크 장비 시장은 10% 성장&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2009년은 기업 시장&amp;nbsp; 장비 시장에 있어서 어려운 한해였다. 하지만 다행스럽게도 음성과 인터넷전화(video over IP), 네트워크 
기반의 비즈니스, 디바이스가 네트워크에 접속되는 경향, 가상화, 클라우드 컴퓨팅(Cloud Computing) 등은 호재로 작용했다. 또한 
차세대 IT 투자의 우선 순위에서도 네트워킹 분야가 상위에 놓여져 있었다.&lt;/p&gt;
&lt;p&gt;2010년에 큰 관심사는 시스코가 2009년에 약 3% 정도 시장 점유율이 감소(하이엔드 모듈러 스위칭에서 5.5% 감소&amp;nbsp; 포함) 했는데 
그것을 만회할 수 있느냐이다. 2002년도에 경험했던 침체기와는 다르게, 대부분 네트워킹 벤더들은 재정적 측면에서 무사히 견디어 냈다. 
2010년 내내 경쟁이 치열해지기에 가격과 다른 경쟁 요소들로 인해 매출 성장에 큰 영향을 미칠 것이다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;2. 네트워크에 접목되는 스토리지&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;융합(컨버전스)으로 인해 이더넷(&lt;strong&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Ethernet&quot; target=&quot;_blank&quot;&gt;Ethernet&lt;/a&gt;&lt;/strong&gt;)이 스토리지 네트워킹을 위한 좋은 선택이 되는 해가 될 것이다.&lt;strong&gt; 
&lt;a href=&quot;http://en.wikipedia.org/wiki/FCoE&quot; target=&quot;_blank&quot;&gt;FCoE&lt;/a&gt;&lt;/strong&gt;(FC 
over Ethernet)와 통합형 진보된 이더넷(converged enhanced Ethernet)의 결합으로 이더넷이 스토리지 네트워킹의 
중요한 한축을 담당하게 될 것이다.&lt;/p&gt;
&lt;p&gt;10기가비트 이더넷(GbE)을 지원하는 포트 수가 크게 성장하고 가격이 하락함에 따라, 기업 시장 IT는 데이터센터의 네트워크 연결 통합의 
수단으로 이더넷을 고려할 것이다. 이더넷 선호에 있어 다른 호재는 클라우드의 비정형화된 콘텐츠이다. 고성능이면서 저비용 스토리지를 요구하는 
클라우드 서비스 회사들은 이더넷 기반의 스토리지를 선호하게 될 것으로 예상된다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;3. 가상 네트워크 서비스의 현실화&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;가상 네트워크 서비스 형태가 2010년에는 현실화되리라 전망한다. 이 시장에서 과거에는 소프트웨어에 기반을 둔 솔루션들이 제한적으로 
채용됐고, 현재에는 어플라이언스와 스위칭 플랫폼이 이 시장에서 주류로 자리 매김하고 있다.&lt;/p&gt;
&lt;p&gt;향후 이 시장은 매우 역동적으로 변화하리라 전망한다. 많은 IT 제공업체들이 가상 네트워크 서비스를 위한 제품을 출시할 것이다. 현재 
우리는 가상의 레이어 4-7 스위치와&lt;strong&gt; &lt;a href=&quot;http://en.wikipedia.org/wiki/Wide_Area_Network&quot; target=&quot;_blank&quot;&gt;WAN&lt;/a&gt;&lt;/strong&gt;(Wide Area Network) 애플리케이션을 가능하게 하는 새로운 패러다임에 
들어섰다. 물론 소프트웨어 어플라이언스가 가격적인 측면에서 매력적이기는 하지만 더욱 중요한 것은 새로운 어플라이언스를 물리적 케이블 없이 신속히 
도입을 할 수 있기 때문이다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;4. 인정받는 WAD의 가치&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2009년 WAN 애플리케이션 시장은 2008년 대비 10% 감소를 보였다. 이는 이더넷 스위치 시장보다는 감소 폭이 적은 수치인데, 많은 
기업들이 주요 IT 요구사항(특히&amp;nbsp; 데이터센터와 애플리케이션 통합)을 용이하게 하기 위해 WAD(WAN Application 
Delivery)기술 도입을 고려하고 있다고 평가된다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;5. PBX의 종말이 될 2010년&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;2010년에는 &lt;strong&gt;&lt;a href=&quot;http://en.wikipedia.org/wiki/Session_Initiation_Protocol&quot; target=&quot;_blank&quot;&gt;SIP&lt;/a&gt;&lt;/strong&gt;(Session Initiation Protocol) 아키텍처의 도입 계획이 가속화 될 
것이다. 그 이유는 고가의 레거시 아키텍처를 개선함은 물론 차세대 음성과 영상 서비스 플랫폼을 제공하기 위함이다. 수년 동안 아키텍처의 변환 
시점이 논의돼 왔지만, 2010년에는 본격적으로 고객들이 SIP 아키텍처를 수용을 할 것이다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;6. 보편화되는 텔레프레즌스(telepresence)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;IDC는 2009년 기업에서 많은 비디오 경험(예를 들면, 화상회의)을 할 것이라고 예측했었다. 경기 위축에도 불구하고 2009년 
텔레프레즌스 시장은 10% 성장을 보였다. 시스코, 폴리콤, 탠드버그는 2009년 이 시장에서 성공적인 비즈니스를 했으며 사용자 인터뷰, 
설문조사, 직원 미팅 등에 화상회의 시스템을 적용해 비용을 절감하는 수단으로 관심도가 높아졌다. 2010년에는 규모가 작은 기업, 지사 또는 
일반&amp;nbsp; 소비자 시장에서도 텔레프레즌스 솔루션 도입이 활발해 지리라 예측한다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;7. 802.11n 무선랜이 이더넷 스위치 포트 수요 잠식&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;IEEE는 802.11n 표준을 2009년 9월13일에 승인했다. 그 이후로 802.11n 판매가 급격히 증가되었다. IDC는 
802.11n 제품의 점유율이 향후 12개월 동안 꾸준히 증가하리라 전망한다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;8. 네트워크의 개방화 촉진&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;네트워크 장비의 구조적인 모델 개방이 더욱 활발해질 것으로 전망된다. 네트워크와 단말기 가격의 지속적인 하락에 따라 중소 기업에 공급되는 
장비의 가격이 낮아짐으로써 데이터센터 네트워크에 대한 수요가 진작될 수 있다. 또한 관련 소프트웨어와 개발자 에코시스템에서의 투자도 늘어나게 
되어 네트워크가 상호 연계되는 네트워크의 개방화가 앞당겨지게 된다.&lt;/p&gt;
&lt;p&gt;네트워크 벤더들이 네트워크 장비 구축을 위한 IT 레이어에 변화를 추진함으로써 애플리케이션 도입을 원활히 하며 IT 인프라에 대한 상호 
작용을 촉진하는 형태의 전략을 취하고 있는 것이 대표적인 사례라 할 수 있다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;9. 네트워크 공급 업체, 전문 서비스 강화&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;이윤이 높고 매력적인 전문 서비스가 지속적으로 비중이 높아질 것으로 예상된다. 복잡한 형태의 진보된 기술 도입 즉, 데이터센터와 가상화, 
통합커뮤니케이션(UC) 등으로 포진된 전문 서비스는 2010년에 더욱 거센 바람을 몰고 오게 될 것이다. 제품 이윤율이 감소하고 진보된 기술과 
관련된 서비스 이윤은 증가하고 있어 전문 서비스에 대한 벤더들의 강화 움직임도 보다 활발해질 전망이다.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;10. 통신이 네트워크 보안의 주요 개발자와 리셀러로 등극&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;커뮤니케이션 인프라 기능의 ‘옵션’은 2010년에 비약적으로 높아질 것으로 예상된다. 이러한 옵션의 대부분은 ‘클라우드’ 형태로, 인프라 
서비스의 성숙 단계에 접어들고 있는 것으로 분석된다. 이러한 서비스의 핵심은 보안으로, 지속적인 업데이트와 지능이 겸비되어 
SaaS(Software as a Service)의 중앙화를 이끌고 있으며 클라우드, 호스트형 모델이 기업 전반에 걸쳐 침투하고 있다.&lt;/p&gt;
&lt;p&gt;통신 서비스 사업자들은&amp;nbsp; 보안 제품의 단순 구매자에서 벗어나 제품과 서비스의 재판매 영역으로 확장하고 있다. 과거 TDM에서 IP 
네트워크로의 전환은 통신 사업자들로 하여금 자사의 보안 전문 경험을 고객들에게 제공하는데 이점을 제공해주었다. 이보다 더 나아가 전통적인 관리형 
보안 서비스를 뛰어넘는 최근의 이러한 전환으로, 통신 사업자들은 서비스 거부(DoS) 방어나 네트워크 보안, 메시징 보안, 웹 보안 등 클라우드 
기반의 관리형 보안 서비스를 제공할 수 있게 되었다.&lt;/p&gt;
&lt;p&gt;고객들이 자신의 단말기(스마트폰, 노트북, 넷북 등)를 연결해 기업 네트워크와 애플리케이션, 데이터에 접속하는 비중이 늘어남에 따라 
기업들은 컴플라이언스를 준수하고 지적 자산을 보호하기 위해 클라우드 기반의 보안 서비스에 주목하고 있다. 이에 따라 통신 사업자들은 
고객댁내장비(CPE) 프로비저닝과 네트워크 서비스, 보안 서비스를 제공하면서 이러한 고객과 기업 환경에 능동적으로 대처해나갈 것으로 
예상된다.&lt;/p&gt;
&lt;p&gt;그 결과, 내외부의 보안 필요성이 높아짐에 따라 통신 분야에서의 보안 제품과 서비스 성장 추세는 보안 시장의 평균 성장률을 상회할 것으로 
전망된다.&lt;/p&gt;</summary>
  </entry>
  <entry>
    <title type="html">SQL Server 2005 - XML- exist 메소드를 이용하여 어떤 속성 특정값이 존재하는지를 검사</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/SQLServer2005_XML_exist_method_example" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/297" thr:count="0"/>
    <category term="Database" />
    <category term="exist 메소드" />
    <category term="SQL" />
    <category term="SQL Server 2005" />
    <category term="XML" />
    <category term="XQuery" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/SQLServer2005_XML_exist_method_example</id>
    <updated>2010-02-11T23:24:00+09:00</updated>
    <published>2010-02-11T23:16:00+09:00</published>
    <summary type="html">&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;-- XML 의 exist 메소드를 활용 사례&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;-- &amp;nbsp;: XML 문서에서 어떤 속성의 특정값이 존재하는지를 검사&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;-- (only SQL Server 2005)&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;padding:10px; background-color:#FAFFA9&quot;&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font color=&quot;#0000FF&quot;&gt;DECLARE&lt;/font&gt; @v_xml &lt;font color=&quot;#0000FF&quot;&gt;XML&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;font color=&quot;#0000FF&quot;&gt;SELECT&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;	&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;@v_xml = N&lt;font color=&quot;#FF0000&quot;&gt;&#039;&amp;lt;rows&amp;gt;&amp;lt;row id=&quot;1&quot; tag=&quot;1&quot;/&amp;gt;&amp;lt;row id=&quot;1&quot; tag=&quot;0&quot;/&amp;gt;&amp;lt;/rows&amp;gt;&#039;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;font color=&quot;#008000&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;--rows/row/@tag속성의 값이 1인 엘리멘트가 존재하지를 반환&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;white-space:pre&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; line-height: 20px; white-space: normal; font-size: 12px; color: rgb(102, 102, 102); &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: small; &quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#0000FF&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;SELECT&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;	&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;@v_xml.exist(&lt;/font&gt;&lt;/span&gt;&lt;font color=&quot;#FF0000&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&#039;rows/row[@tag=&quot;1&quot;]&#039;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;) &amp;nbsp; result&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;font color=&quot;#008000&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;---존재함 &lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;font color=&quot;#008000&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;---result = 1 &amp;nbsp; &lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;span class=&quot;Apple-tab-span&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; white-space: pre; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;span style=&quot;font-family: Helvetica, AppleGothic, Gulim, 굴림, sans-serif; line-height: 20px; white-space: normal; font-size: 12px; color: rgb(102, 102, 102); &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;span style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-size: small; &quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#0000FF&quot; style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;SELECT&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;	&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/span&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;@v_xml.exist(&lt;font color=&quot;#FF0000&quot;&gt;&#039;rows/row[@tag=&quot;2&quot;]&#039;&lt;/font&gt;) &amp;nbsp; result&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;font color=&quot;#008000&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;---존재하지 않음&lt;br&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font&gt;&lt;font&gt;&lt;font color=&quot;#008000&quot;&gt;&lt;span style=&quot;font-size: small;&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;---result = 0&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;font face=&quot;DotumChe, sans-serif&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot; face=&quot;DotumChe, sans-serif&quot;&gt;출처 : 직접 작성.&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">관자 형님 말씀!!!!</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EC%98%A4%EB%8A%98%EC%9D%98-%EB%AA%85%EC%96%B8" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/295" thr:count="0"/>
    <category term="Etc" />
    <category term="관자" />
    <category term="명언" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EC%98%A4%EB%8A%98%EC%9D%98-%EB%AA%85%EC%96%B8</id>
    <updated>2010-09-30T01:31:59+09:00</updated>
    <published>2010-02-11T00:15:00+09:00</published>
    <summary type="html">&lt;blockquote&gt;&lt;div&gt;모든 일은 계획으로 시작하고,&lt;/div&gt;&lt;div&gt;노력으로 성취되며, 오만으로 망친다&lt;/div&gt;&lt;div&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;- 관자(管子)&lt;/div&gt;&lt;/blockquote&gt;</summary>
  </entry>
  <entry>
    <title type="html">영화 &#039;악마는 프라다를 입는다&#039; 영어대본</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/%EC%98%81%ED%99%94-%EC%95%85%EB%A7%88%EB%8A%94-%ED%94%84%EB%9D%BC%EB%8B%A4%EB%A5%BC-%EC%9E%85%EB%8A%94%EB%8B%A4-%EC%98%81%EC%96%B4%EB%8C%80%EB%B3%B8" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/293" thr:count="0"/>
    <category term="Hard Thinking" />
    <category term="악마는 프라다를 입는다" />
    <category term="영어공부" />
    <category term="영화" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/%EC%98%81%ED%99%94-%EC%95%85%EB%A7%88%EB%8A%94-%ED%94%84%EB%9D%BC%EB%8B%A4%EB%A5%BC-%EC%9E%85%EB%8A%94%EB%8B%A4-%EC%98%81%EC%96%B4%EB%8C%80%EB%B3%B8</id>
    <updated>2010-02-08T20:37:11+09:00</updated>
    <published>2010-02-08T20:34:00+09:00</published>
    <summary type="html">&lt;div&gt;대본 파일&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;Word 2007 파일 &lt;br&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;a class=&quot;extensionIcon&quot; href=&quot;http://john.tobe30.com/tc/attachment/6813097656.docx&quot;&gt;&lt;img src=&quot;http://john.tobe30.com/tc/image/extension/unknown.gif&quot; alt=&quot;&quot; /&gt; TheDevilWearsPrada.docx&lt;/a&gt;&lt;/div&gt;&lt;br&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;</summary>
  </entry>
  <entry>
    <title type="html">수영 시작</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/swimming_001day" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/288" thr:count="0"/>
    <category term="LifeLog" />
    <category term="swimming" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/swimming_001day</id>
    <updated>2010-02-03T09:45:25+09:00</updated>
    <published>2010-02-01T23:23:00+09:00</published>
    <summary type="html">수영 첫날 (2월 1일)&lt;BR&gt;6시 20분에 기상하여 출근준비를 해두고 수영장으로 출발.&lt;BR&gt;날씨가 산듯하고, 일찍 일어나서 여유있고 가뿐한 시작이다.&lt;BR&gt;수영장에 도착해서 장비를 챙기고 수영장에 풀 있는 곳으로 들어갔다.&lt;BR&gt;ㅎㅎ 생각보다 수강생이 적었다. 다랑 7명&lt;BR&gt;헐 그중에 내가 가장 초보임.&lt;BR&gt;같이 하시는 분들은 자유형하고 접형하고 그러는데...&lt;BR&gt;혼자 다른 레인에서 자유형 팔젓기/팔차기/호흡법 연습을 했다. &lt;BR&gt;새마을 수영이 몸에 배어 있어서 그런지 물에는 뜨는데 자세는 엉망이고 호흡법은 존재하지 않고...아휴 얼마나 해야 익숙해지련지...갈 길이 멀다 멀어~.&lt;BR&gt;&amp;nbsp;일단 시작은 했으면 반은 이룬 것ㅋㅋ&lt;BR&gt;최우선 목표는 자유형으로 25m &amp;nbsp;완주!!&lt;BR&gt;&amp;nbsp;내일도 열심히...&lt;BR&gt;&lt;BR&gt;</summary>
  </entry>
  <entry>
    <title type="html">[펌]What is Android?</title>
    <link rel="alternate" type="text/html" href="http://John.tobe30.com/tc/entry/What_is_Android" />
    <link rel="replies" type="application/atom+xml" href="http://John.tobe30.com/tc/atom/response/277" thr:count="0"/>
    <category term="Computing, IT, SW" />
    <category term="Android" />
    <category term="안드로이드" />
    <author>
      <name>(좐군)</name>
    </author>
    <id>http://John.tobe30.com/tc/entry/What_is_Android</id>
    <updated>2010-01-27T23:50:09+09:00</updated>
    <published>2010-01-27T23:37:19+09:00</published>
    <summary type="html">&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;Android is a software stack for mobile devices that includes an operating system, middleware and key applications. The &lt;a href=&quot;http://developer.android.com/sdk/index.html&quot; target=&quot;_blank&quot;&gt;Android SDK&lt;/a&gt; provides the tools and APIs necessary to begin developing applications on the Android platform using the Java programming language.&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Features&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•Application framework enabling reuse and replacement of components&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;a href=&quot;http://en.wikipedia.org/wiki/Dalvik_virtual_machine&quot; target=&quot;_blank&quot;&gt;Dalvik virtual machine&lt;/a&gt;&amp;nbsp;optimized for mobile devices&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•Integrated browser based on the open source &lt;a href=&quot;http://webkit.org/&quot; target=&quot;_blank&quot;&gt;WebKit &lt;/a&gt;engine &lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•Optimized graphics powered by a custom 2D graphics library; 3D graphics based on the &lt;a href=&quot;http://en.wikipedia.org/wiki/OpenGL_ES&quot; target=&quot;_blank&quot;&gt;OpenGL ES &lt;/a&gt;1.0 specification (hardware acceleration optional)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;a href=&quot;http://en.wikipedia.org/wiki/SQLite&quot; target=&quot;_blank&quot;&gt;SQLite &lt;/a&gt;for structured data storage&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•Media support for common audio, video, and still image formats (MPEG4, H.264, MP3, AAC, AMR, JPG, PNG, GIF)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•GSM Telephony (hardware dependent)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;a href=&quot;http://en.wikipedia.org/wiki/Bluetooth&quot; target=&quot;_blank&quot;&gt;Bluetooth&lt;/a&gt;, EDGE, 3G, and &lt;a href=&quot;http://en.wikipedia.org/wiki/WiFi&quot; target=&quot;_blank&quot;&gt;WiFi &lt;/a&gt;(hardware dependent)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•Camera, GPS, compass, and accelerometer (hardware dependent)&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;•Rich development environment including a device emulator, tools for debugging, memory and performance profiling, and a plugin for the &lt;a href=&quot;http://en.wikipedia.org/wiki/Eclipse_IDE&quot; target=&quot;_blank&quot;&gt;Eclipse IDE&lt;/a&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;b&gt;&lt;span style=&quot;font-size: medium;&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Android Architecture&lt;/font&gt;&lt;/span&gt;&lt;/b&gt;&lt;/div&gt;&lt;div&gt;&lt;div class=&quot;imageblock left&quot; style=&quot;float: left; margin-right: 10px;&quot;&gt;&lt;img src=&quot;http://tobe30.com/tc/attach/1/7919496545.jpg&quot; alt=&quot;사용자 삽입 이미지&quot; height=&quot;323&quot; width=&quot;450&quot; /&gt;&lt;/div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b&gt;&lt;font color=&quot;#000000&quot;&gt;Applications&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Android will ship with a set of core applications including an email client, SMS program, calendar, maps, browser, contacts, and others. All applications are written using the Java programming language.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b&gt;&lt;font color=&quot;#000000&quot;&gt;Application Framework&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;By providing an open development platform, Android offers developers the ability to build extremely rich and innovative applications. Developers are free to take advantage of the device hardware, access location information, run background services, set alarms, add notifications to the status bar, and much, much more. &lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Developers have full access to the same framework APIs used by the core applications. The application architecture is designed to simplify the reuse of components; any application can publish its capabilities and any other application may then make use of those capabilities (subject to security constraints enforced by the framework). This same mechanism allows components to be replaced by the user.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Underlying all applications is a set of services and systems, including: &lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•A rich and extensible set of Views that can be used to build an application, including lists, grids, text boxes, buttons, and even an embeddable web browser&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•Content Providers that enable applications to access data from other applications (such as Contacts), or to share their own data&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•A Resource Manager, providing access to non-code resources such as localized strings, graphics, and layout files&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•A Notification Manager that enables all applications to display custom alerts in the status bar&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•An Activity Manager that manages the lifecycle of applications and provides a common navigation backstack&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;For more details and a walkthrough of an application, see the Notepad Tutorial.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b&gt;&lt;font color=&quot;#000000&quot;&gt;Libraries&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Android includes a set of C/C++ libraries used by various components of the Android system. These capabilities are exposed to developers through the Android application framework. Some of the core libraries are listed below:&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;System C library&lt;/b&gt; - a BSD-derived implementation of the standard C system library (libc), tuned for embedded Linux-based devices&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;Media Libraries&lt;/b&gt; - based on PacketVideo&#039;s OpenCORE; the libraries support playback and recording of many popular audio and video formats, as well as static image files, including MPEG4, H.264, MP3, AAC, AMR, JPG, and PNG&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;Surface Manager&lt;/b&gt; - manages access to the display subsystem and seamlessly composites 2D and 3D graphic layers from multiple applications&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;LibWebCore&lt;/b&gt; - a modern web browser engine which powers both the Android browser and an embeddable web view&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;SGL&lt;/b&gt; - the underlying 2D graphics engine&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;3D libraries&lt;/b&gt; - an implementation based on OpenGL ES 1.0 APIs; the libraries use either hardware 3D acceleration (where available) or the included, highly optimized 3D software rasterizer&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;FreeType&lt;/b&gt; - bitmap and vector font rendering&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;•&lt;b&gt;SQLite&lt;/b&gt; - a powerful and lightweight relational database engine available to all applications&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b&gt;&lt;font color=&quot;#000000&quot;&gt;Android Runtime&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Android includes a set of core libraries that provides most of the functionality available in the core libraries of the Java programming language.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Every Android application runs in its own process, with its own instance of the Dalvik virtual machine. Dalvik has been written so that a device can run multiple VMs efficiently. The Dalvik VM executes files in the Dalvik Executable (.dex) format which is optimized for minimal memory footprint. The VM is register-based, and runs classes compiled by a Java language compiler that have been transformed into the .dex format by the included &quot;dx&quot; tool.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;The Dalvik VM relies on the Linux kernel for underlying functionality such as threading and low-level memory management.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;b&gt;&lt;font color=&quot;#000000&quot;&gt;Linux Kernel&lt;/font&gt;&lt;/b&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;Android relies on &lt;a href=&quot;http://en.wikipedia.org/wiki/Linux_kernel_2.6&quot; target=&quot;_blank&quot;&gt;Linux version 2.6&lt;/a&gt; for core system services such as security, memory management, process management, network stack, and driver model. The kernel also acts as an abstraction layer between the hardware and the rest of the software stack.&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font color=&quot;#000000&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font color=&quot;#000000&quot;&gt;원문 : &lt;/font&gt;&lt;a href=&quot;http://developer.android.com/guide/basics/what-is-android.html&quot; target=&quot;_blank&quot;&gt;&lt;font color=&quot;#000000&quot;&gt;http://developer.android.com/guide/basics/what-is-android.html&lt;/font&gt;&lt;/a&gt;&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</summary>
  </entry>
</feed>

