Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1828 lines
50 KiB

  1. <html xmlns:v="urn:schemas-microsoft-com:vml"
  2. xmlns:o="urn:schemas-microsoft-com:office:office"
  3. xmlns:w="urn:schemas-microsoft-com:office:word"
  4. xmlns="http://www.w3.org/TR/REC-html40">
  5. <head>
  6. <meta http-equiv=Content-Type content="text/html; charset=windows-1252">
  7. <meta name=ProgId content=Word.Document>
  8. <meta name=Generator content="Microsoft Word 9">
  9. <meta name=Originator content="Microsoft Word 9">
  10. <link rel=File-List href="./ndis_files/filelist.xml">
  11. <link rel=Edit-Time-Data href="./ndis_files/editdata.mso">
  12. <title>NDIS Component Help</title>
  13. <!--[if gte mso 9]><xml>
  14. <o:DocumentProperties>
  15. <o:Author>SStonich</o:Author>
  16. <o:Description>Contact name: arvindm</o:Description>
  17. <o:Template>comptemp1</o:Template>
  18. <o:LastAuthor>Arvind Murching</o:LastAuthor>
  19. <o:Revision>2</o:Revision>
  20. <o:TotalTime>2</o:TotalTime>
  21. <o:LastPrinted>2000-10-23T19:48:00Z</o:LastPrinted>
  22. <o:Created>2000-11-13T20:48:00Z</o:Created>
  23. <o:LastSaved>2000-11-13T20:48:00Z</o:LastSaved>
  24. <o:Pages>1</o:Pages>
  25. <o:Words>90</o:Words>
  26. <o:Characters>515</o:Characters>
  27. <o:Company>MSFT</o:Company>
  28. <o:Lines>4</o:Lines>
  29. <o:Paragraphs>1</o:Paragraphs>
  30. <o:CharactersWithSpaces>632</o:CharactersWithSpaces>
  31. <o:Version>9.3821</o:Version>
  32. </o:DocumentProperties>
  33. </xml><![endif]--><!--[if gte mso 9]><xml>
  34. <w:WordDocument>
  35. <w:ActiveWritingStyle Lang="EN-US" VendorID="8" DLLVersion="513" NLCheck="0">1</w:ActiveWritingStyle>
  36. <w:UpdateStylesOnOpen/>
  37. <w:TrackRevisions/>
  38. <w:DisplayHorizontalDrawingGridEvery>0</w:DisplayHorizontalDrawingGridEvery>
  39. <w:DisplayVerticalDrawingGridEvery>0</w:DisplayVerticalDrawingGridEvery>
  40. <w:UseMarginsForDrawingGridOrigin/>
  41. <w:Compatibility>
  42. <w:FootnoteLayoutLikeWW8/>
  43. <w:ShapeLayoutLikeWW8/>
  44. <w:AlignTablesRowByRow/>
  45. <w:ForgetLastTabAlignment/>
  46. <w:LayoutRawTableWidth/>
  47. <w:LayoutTableRowsApart/>
  48. </w:Compatibility>
  49. </w:WordDocument>
  50. </xml><![endif]--><![if !supportAnnotations]>
  51. <style id="dynCom" type="text/css"><!-- --></style>
  52. <script language="JavaScript"><!--
  53. function msoCommentShow(anchor_id, com_id)
  54. {
  55. if(msoBrowserCheck())
  56. {
  57. c = document.all(com_id);
  58. if (null != c)
  59. {
  60. a = document.all(anchor_id);
  61. var cw = c.offsetWidth;
  62. var ch = c.offsetHeight;
  63. var aw = a.offsetWidth;
  64. var ah = a.offsetHeight;
  65. var x = a.offsetLeft;
  66. var y = a.offsetTop;
  67. var el = a;
  68. while (el.tagName != "BODY")
  69. {
  70. el = el.offsetParent;
  71. x = x + el.offsetLeft;
  72. y = y + el.offsetTop;
  73. }
  74. var bw = document.body.clientWidth;
  75. var bh = document.body.clientHeight;
  76. var bsl = document.body.scrollLeft;
  77. var bst = document.body.scrollTop;
  78. if (x + cw + ah / 2 > bw + bsl && x + aw - ah / 2 - cw >= bsl )
  79. { c.style.left = x + aw - ah / 2 - cw; }
  80. else
  81. { c.style.left = x + ah / 2; }
  82. if (y + ch + ah / 2 > bh + bst && y + ah / 2 - ch >= bst )
  83. { c.style.top = y + ah / 2 - ch; }
  84. else
  85. { c.style.top = y + ah / 2; }
  86. c.style.visibility = "visible";
  87. } } }
  88. function msoCommentHide(com_id)
  89. {
  90. if(msoBrowserCheck())
  91. {
  92. c = document.all(com_id);
  93. if (null != c)
  94. {
  95. c.style.visibility = "hidden";
  96. c.style.left = -1000;
  97. c.style.top = -1000;
  98. } }
  99. }
  100. function msoBrowserCheck()
  101. {
  102. ms = navigator.appVersion.indexOf("MSIE");
  103. vers = navigator.appVersion.substring(ms + 5, ms + 6);
  104. ie4 = (ms > 0) && (parseInt(vers) >= 4);
  105. return ie4;
  106. }
  107. if (msoBrowserCheck())
  108. {
  109. document.styleSheets.dynCom.addRule(".msocomanchor","background: infobackground");
  110. document.styleSheets.dynCom.addRule(".msocomoff","display: none");
  111. document.styleSheets.dynCom.addRule(".msocomtxt","visibility: hidden");
  112. document.styleSheets.dynCom.addRule(".msocomtxt","position: absolute");
  113. document.styleSheets.dynCom.addRule(".msocomtxt","top: -1000");
  114. document.styleSheets.dynCom.addRule(".msocomtxt","left: -1000");
  115. document.styleSheets.dynCom.addRule(".msocomtxt","width: 33%");
  116. document.styleSheets.dynCom.addRule(".msocomtxt","background: infobackground");
  117. document.styleSheets.dynCom.addRule(".msocomtxt","color: infotext");
  118. document.styleSheets.dynCom.addRule(".msocomtxt","border-top: 1pt solid threedlightshadow");
  119. document.styleSheets.dynCom.addRule(".msocomtxt","border-right: 2pt solid threedshadow");
  120. document.styleSheets.dynCom.addRule(".msocomtxt","border-bottom: 2pt solid threedshadow");
  121. document.styleSheets.dynCom.addRule(".msocomtxt","border-left: 1pt solid threedlightshadow");
  122. document.styleSheets.dynCom.addRule(".msocomtxt","padding: 3pt 3pt 3pt 3pt");
  123. }
  124. // --></script>
  125. <![endif]>
  126. <style>
  127. <!--
  128. /* Font Definitions */
  129. @font-face
  130. {font-family:Wingdings;
  131. panose-1:5 0 0 0 0 0 0 0 0 0;
  132. mso-font-charset:2;
  133. mso-generic-font-family:auto;
  134. mso-font-pitch:variable;
  135. mso-font-signature:0 268435456 0 0 -2147483648 0;}
  136. @font-face
  137. {font-family:Verdana;
  138. panose-1:2 11 6 4 3 5 4 4 2 4;
  139. mso-font-charset:0;
  140. mso-generic-font-family:swiss;
  141. mso-font-pitch:variable;
  142. mso-font-signature:536871559 0 0 0 415 0;}
  143. @font-face
  144. {font-family:"Microsoft Logo 95";
  145. panose-1:0 0 0 0 0 0 0 0 0 0;
  146. mso-font-alt:Symbol;
  147. mso-font-charset:2;
  148. mso-generic-font-family:auto;
  149. mso-font-format:other;
  150. mso-font-pitch:variable;
  151. mso-font-signature:0 0 0 0 0 0;}
  152. /* Style Definitions */
  153. p.MsoNormal, li.MsoNormal, div.MsoNormal
  154. {mso-style-parent:"";
  155. margin-top:3.0pt;
  156. margin-right:0in;
  157. margin-bottom:3.0pt;
  158. margin-left:0in;
  159. line-height:13.0pt;
  160. mso-line-height-rule:exactly;
  161. mso-pagination:widow-orphan;
  162. font-size:10.0pt;
  163. font-family:Verdana;
  164. mso-fareast-font-family:"Times New Roman";
  165. mso-bidi-font-family:"Times New Roman";
  166. color:yellow;}
  167. h1
  168. {mso-style-parent:"";
  169. mso-style-next:"Text\,t";
  170. margin-top:9.0pt;
  171. margin-right:0in;
  172. margin-bottom:3.0pt;
  173. margin-left:0in;
  174. line-height:18.0pt;
  175. mso-line-height-rule:exactly;
  176. mso-pagination:widow-orphan;
  177. page-break-after:avoid;
  178. mso-outline-level:1;
  179. font-size:16.0pt;
  180. mso-bidi-font-size:10.0pt;
  181. font-family:Verdana;
  182. color:black;
  183. mso-font-kerning:12.0pt;
  184. mso-bidi-font-weight:normal;}
  185. h2
  186. {mso-style-parent:"Heading 1\,h1\,Level 1 Topic Heading";
  187. mso-style-next:"Text\,t";
  188. margin-top:9.0pt;
  189. margin-right:0in;
  190. margin-bottom:3.0pt;
  191. margin-left:0in;
  192. line-height:18.0pt;
  193. mso-line-height-rule:exactly;
  194. mso-pagination:widow-orphan;
  195. page-break-after:avoid;
  196. mso-outline-level:2;
  197. font-size:16.0pt;
  198. mso-bidi-font-size:10.0pt;
  199. font-family:Verdana;
  200. color:gray;
  201. mso-font-kerning:12.0pt;
  202. mso-bidi-font-weight:normal;}
  203. h3
  204. {mso-style-parent:"Heading 1\,h1\,Level 1 Topic Heading";
  205. mso-style-next:"Text\,t";
  206. margin-top:9.0pt;
  207. margin-right:0in;
  208. margin-bottom:3.0pt;
  209. margin-left:0in;
  210. line-height:18.0pt;
  211. mso-line-height-rule:exactly;
  212. mso-pagination:widow-orphan;
  213. page-break-after:avoid;
  214. mso-outline-level:3;
  215. font-size:16.0pt;
  216. mso-bidi-font-size:10.0pt;
  217. font-family:Verdana;
  218. color:silver;
  219. mso-font-kerning:12.0pt;
  220. mso-bidi-font-weight:normal;}
  221. h4
  222. {mso-style-parent:"Heading 1\,h1\,Level 1 Topic Heading";
  223. mso-style-next:"Text\,t";
  224. margin-top:9.0pt;
  225. margin-right:0in;
  226. margin-bottom:3.0pt;
  227. margin-left:0in;
  228. line-height:16.0pt;
  229. mso-line-height-rule:exactly;
  230. mso-pagination:widow-orphan;
  231. page-break-after:avoid;
  232. mso-outline-level:4;
  233. font-size:14.0pt;
  234. mso-bidi-font-size:10.0pt;
  235. font-family:Verdana;
  236. color:black;
  237. mso-font-kerning:12.0pt;
  238. mso-bidi-font-weight:normal;}
  239. h5
  240. {mso-style-parent:"Heading 1\,h1\,Level 1 Topic Heading";
  241. mso-style-next:"Text\,t";
  242. margin-top:9.0pt;
  243. margin-right:0in;
  244. margin-bottom:3.0pt;
  245. margin-left:0in;
  246. line-height:15.0pt;
  247. mso-line-height-rule:exactly;
  248. mso-pagination:widow-orphan;
  249. page-break-after:avoid;
  250. mso-outline-level:5;
  251. font-size:13.0pt;
  252. mso-bidi-font-size:10.0pt;
  253. font-family:Verdana;
  254. color:black;
  255. mso-font-kerning:12.0pt;
  256. mso-bidi-font-weight:normal;}
  257. h6
  258. {mso-style-parent:"Heading 1\,h1\,Level 1 Topic Heading";
  259. mso-style-next:"Text\,t";
  260. margin-top:9.0pt;
  261. margin-right:0in;
  262. margin-bottom:3.0pt;
  263. margin-left:0in;
  264. line-height:12.0pt;
  265. mso-line-height-rule:exactly;
  266. mso-pagination:widow-orphan;
  267. page-break-after:avoid;
  268. mso-outline-level:6;
  269. font-size:10.0pt;
  270. font-family:Verdana;
  271. color:black;
  272. mso-font-kerning:12.0pt;
  273. mso-bidi-font-weight:normal;}
  274. p.MsoIndex1, li.MsoIndex1, div.MsoIndex1
  275. {mso-style-parent:"Text\,t";
  276. margin-top:3.0pt;
  277. margin-right:0in;
  278. margin-bottom:3.0pt;
  279. margin-left:9.0pt;
  280. text-indent:-9.0pt;
  281. line-height:11.0pt;
  282. mso-line-height-rule:exactly;
  283. mso-pagination:widow-orphan;
  284. font-size:8.0pt;
  285. mso-bidi-font-size:10.0pt;
  286. font-family:Verdana;
  287. mso-fareast-font-family:"Times New Roman";
  288. mso-bidi-font-family:"Times New Roman";
  289. color:maroon;}
  290. p.MsoIndex2, li.MsoIndex2, div.MsoIndex2
  291. {mso-style-parent:"Index 1\,idx1";
  292. margin-top:3.0pt;
  293. margin-right:0in;
  294. margin-bottom:3.0pt;
  295. margin-left:27.0pt;
  296. text-indent:-9.0pt;
  297. line-height:11.0pt;
  298. mso-line-height-rule:exactly;
  299. mso-pagination:widow-orphan;
  300. font-size:8.0pt;
  301. mso-bidi-font-size:10.0pt;
  302. font-family:Verdana;
  303. mso-fareast-font-family:"Times New Roman";
  304. mso-bidi-font-family:"Times New Roman";
  305. color:maroon;}
  306. p.MsoIndex3, li.MsoIndex3, div.MsoIndex3
  307. {mso-style-parent:"Index 1\,idx1";
  308. margin-top:3.0pt;
  309. margin-right:0in;
  310. margin-bottom:3.0pt;
  311. margin-left:45.0pt;
  312. text-indent:-9.0pt;
  313. line-height:11.0pt;
  314. mso-line-height-rule:exactly;
  315. mso-pagination:widow-orphan;
  316. font-size:8.0pt;
  317. mso-bidi-font-size:10.0pt;
  318. font-family:Verdana;
  319. mso-fareast-font-family:"Times New Roman";
  320. mso-bidi-font-family:"Times New Roman";
  321. color:maroon;}
  322. p.MsoToc1, li.MsoToc1, div.MsoToc1
  323. {mso-style-parent:"Heading 1\,h1\,Level 1 Topic Heading";
  324. margin-top:3.0pt;
  325. margin-right:0in;
  326. margin-bottom:3.0pt;
  327. margin-left:0in;
  328. line-height:12.0pt;
  329. mso-line-height-rule:exactly;
  330. mso-pagination:widow-orphan;
  331. page-break-after:avoid;
  332. tab-stops:.25in;
  333. font-size:10.0pt;
  334. font-family:Verdana;
  335. mso-fareast-font-family:"Times New Roman";
  336. mso-bidi-font-family:"Times New Roman";
  337. color:maroon;
  338. mso-font-kerning:12.0pt;
  339. font-weight:bold;
  340. mso-bidi-font-weight:normal;}
  341. p.MsoToc2, li.MsoToc2, div.MsoToc2
  342. {mso-style-parent:"Text\,t";
  343. margin-top:3.0pt;
  344. margin-right:0in;
  345. margin-bottom:3.0pt;
  346. margin-left:.25in;
  347. line-height:13.0pt;
  348. mso-line-height-rule:exactly;
  349. mso-pagination:widow-orphan;
  350. font-size:10.0pt;
  351. font-family:Verdana;
  352. mso-fareast-font-family:"Times New Roman";
  353. mso-bidi-font-family:"Times New Roman";
  354. color:maroon;}
  355. p.MsoToc3, li.MsoToc3, div.MsoToc3
  356. {mso-style-parent:"TOC 2\,toc2";
  357. margin-top:3.0pt;
  358. margin-right:0in;
  359. margin-bottom:3.0pt;
  360. margin-left:.5in;
  361. line-height:13.0pt;
  362. mso-line-height-rule:exactly;
  363. mso-pagination:widow-orphan;
  364. font-size:10.0pt;
  365. font-family:Verdana;
  366. mso-fareast-font-family:"Times New Roman";
  367. mso-bidi-font-family:"Times New Roman";
  368. color:maroon;}
  369. p.MsoToc4, li.MsoToc4, div.MsoToc4
  370. {mso-style-parent:"TOC 2\,toc2";
  371. margin-top:3.0pt;
  372. margin-right:0in;
  373. margin-bottom:3.0pt;
  374. margin-left:.75in;
  375. line-height:13.0pt;
  376. mso-line-height-rule:exactly;
  377. mso-pagination:widow-orphan;
  378. font-size:10.0pt;
  379. font-family:Verdana;
  380. mso-fareast-font-family:"Times New Roman";
  381. mso-bidi-font-family:"Times New Roman";
  382. color:maroon;}
  383. p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
  384. {mso-style-parent:"Text\,t";
  385. margin-top:3.0pt;
  386. margin-right:0in;
  387. margin-bottom:3.0pt;
  388. margin-left:0in;
  389. line-height:13.0pt;
  390. mso-line-height-rule:exactly;
  391. mso-pagination:widow-orphan;
  392. font-size:10.0pt;
  393. font-family:Verdana;
  394. mso-fareast-font-family:"Times New Roman";
  395. mso-bidi-font-family:"Times New Roman";
  396. color:red;}
  397. p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
  398. {mso-style-parent:"Text\,t";
  399. margin-top:3.0pt;
  400. margin-right:0in;
  401. margin-bottom:3.0pt;
  402. margin-left:0in;
  403. line-height:13.0pt;
  404. mso-line-height-rule:exactly;
  405. mso-pagination:widow-orphan;
  406. font-size:10.0pt;
  407. font-family:Verdana;
  408. mso-fareast-font-family:"Times New Roman";
  409. mso-bidi-font-family:"Times New Roman";
  410. color:black;}
  411. p.MsoHeader, li.MsoHeader, div.MsoHeader
  412. {mso-style-parent:"Footer\,f";
  413. margin:0in;
  414. margin-bottom:.0001pt;
  415. text-align:right;
  416. line-height:11.0pt;
  417. mso-line-height-rule:exactly;
  418. mso-pagination:widow-orphan;
  419. font-size:8.0pt;
  420. mso-bidi-font-size:10.0pt;
  421. font-family:Verdana;
  422. mso-fareast-font-family:"Times New Roman";
  423. mso-bidi-font-family:"Times New Roman";
  424. color:maroon;}
  425. p.MsoFooter, li.MsoFooter, div.MsoFooter
  426. {mso-style-parent:"";
  427. margin:0in;
  428. margin-bottom:.0001pt;
  429. text-align:right;
  430. line-height:11.0pt;
  431. mso-line-height-rule:exactly;
  432. mso-pagination:widow-orphan;
  433. font-size:8.0pt;
  434. mso-bidi-font-size:10.0pt;
  435. font-family:Verdana;
  436. mso-fareast-font-family:"Times New Roman";
  437. mso-bidi-font-family:"Times New Roman";
  438. color:maroon;}
  439. p.MsoIndexHeading, li.MsoIndexHeading, div.MsoIndexHeading
  440. {mso-style-parent:"Heading 1\,h1\,Level 1 Topic Heading";
  441. mso-style-next:"Index 1\,idx1";
  442. margin-top:9.0pt;
  443. margin-right:0in;
  444. margin-bottom:3.0pt;
  445. margin-left:0in;
  446. line-height:15.0pt;
  447. mso-line-height-rule:exactly;
  448. mso-pagination:widow-orphan;
  449. page-break-after:avoid;
  450. mso-outline-level:5;
  451. font-size:13.0pt;
  452. mso-bidi-font-size:10.0pt;
  453. font-family:Verdana;
  454. mso-fareast-font-family:"Times New Roman";
  455. mso-bidi-font-family:"Times New Roman";
  456. color:maroon;
  457. mso-font-kerning:12.0pt;
  458. font-weight:bold;
  459. mso-bidi-font-weight:normal;}
  460. span.MsoFootnoteReference
  461. {color:red;
  462. vertical-align:super;}
  463. span.MsoPageNumber
  464. {mso-ansi-font-size:8.0pt;
  465. mso-ascii-font-family:Verdana;
  466. mso-hansi-font-family:Verdana;
  467. color:maroon;
  468. font-weight:bold;}
  469. p.Text, li.Text, div.Text
  470. {mso-style-name:"Text\,t";
  471. mso-style-parent:"";
  472. margin-top:3.0pt;
  473. margin-right:0in;
  474. margin-bottom:3.0pt;
  475. margin-left:0in;
  476. line-height:13.0pt;
  477. mso-line-height-rule:exactly;
  478. mso-pagination:widow-orphan;
  479. font-size:10.0pt;
  480. font-family:Verdana;
  481. mso-fareast-font-family:"Times New Roman";
  482. mso-bidi-font-family:"Times New Roman";
  483. color:black;}
  484. p.Figure, li.Figure, div.Figure
  485. {mso-style-name:"Figure\,fig";
  486. mso-style-parent:"Text\,t";
  487. mso-style-next:"Text\,t";
  488. margin-top:3.0pt;
  489. margin-right:0in;
  490. margin-bottom:9.0pt;
  491. margin-left:0in;
  492. mso-pagination:widow-orphan;
  493. font-size:10.0pt;
  494. font-family:Verdana;
  495. mso-fareast-font-family:"Times New Roman";
  496. mso-bidi-font-family:"Times New Roman";
  497. color:black;}
  498. p.Code, li.Code, div.Code
  499. {mso-style-name:"Code\,c";
  500. mso-style-parent:"";
  501. margin-top:0in;
  502. margin-right:0in;
  503. margin-bottom:3.0pt;
  504. margin-left:0in;
  505. line-height:15.0pt;
  506. mso-line-height-rule:exactly;
  507. mso-pagination:widow-orphan;
  508. font-size:10.0pt;
  509. font-family:"Courier New";
  510. mso-fareast-font-family:"Times New Roman";
  511. mso-bidi-font-family:"Times New Roman";
  512. color:black;}
  513. p.LabelinList2, li.LabelinList2, div.LabelinList2
  514. {mso-style-name:"Label in List 2\,l2";
  515. mso-style-parent:"Text in List 2\,t2";
  516. mso-style-next:"Text in List 2\,t2";
  517. margin-top:3.0pt;
  518. margin-right:0in;
  519. margin-bottom:3.0pt;
  520. margin-left:.5in;
  521. line-height:13.0pt;
  522. mso-line-height-rule:exactly;
  523. mso-pagination:widow-orphan;
  524. font-size:10.0pt;
  525. font-family:Verdana;
  526. mso-fareast-font-family:"Times New Roman";
  527. mso-bidi-font-family:"Times New Roman";
  528. color:black;
  529. font-weight:bold;
  530. mso-bidi-font-weight:normal;}
  531. p.TextinList2, li.TextinList2, div.TextinList2
  532. {mso-style-name:"Text in List 2\,t2";
  533. mso-style-parent:"Text\,t";
  534. margin-top:3.0pt;
  535. margin-right:0in;
  536. margin-bottom:3.0pt;
  537. margin-left:.5in;
  538. line-height:13.0pt;
  539. mso-line-height-rule:exactly;
  540. mso-pagination:widow-orphan;
  541. font-size:10.0pt;
  542. font-family:Verdana;
  543. mso-fareast-font-family:"Times New Roman";
  544. mso-bidi-font-family:"Times New Roman";
  545. color:black;}
  546. p.Label, li.Label, div.Label
  547. {mso-style-name:"Label\,l";
  548. mso-style-parent:"Text\,t";
  549. mso-style-next:"Text\,t";
  550. margin-top:3.0pt;
  551. margin-right:0in;
  552. margin-bottom:3.0pt;
  553. margin-left:0in;
  554. line-height:13.0pt;
  555. mso-line-height-rule:exactly;
  556. mso-pagination:widow-orphan;
  557. font-size:10.0pt;
  558. font-family:Verdana;
  559. mso-fareast-font-family:"Times New Roman";
  560. mso-bidi-font-family:"Times New Roman";
  561. color:black;
  562. font-weight:bold;
  563. mso-bidi-font-weight:normal;}
  564. p.NumberedList2, li.NumberedList2, div.NumberedList2
  565. {mso-style-name:"Numbered List 2\,nl2";
  566. mso-style-parent:"Text in List 2\,t2";
  567. margin-top:3.0pt;
  568. margin-right:0in;
  569. margin-bottom:3.0pt;
  570. margin-left:.5in;
  571. text-indent:-.25in;
  572. line-height:13.0pt;
  573. mso-line-height-rule:exactly;
  574. mso-pagination:widow-orphan;
  575. mso-list:l43 level1 lfo63;
  576. tab-stops:list .5in;
  577. font-size:10.0pt;
  578. font-family:Verdana;
  579. mso-fareast-font-family:"Times New Roman";
  580. mso-bidi-font-family:"Times New Roman";
  581. color:black;}
  582. p.Syntax, li.Syntax, div.Syntax
  583. {mso-style-name:"Syntax\,s";
  584. mso-style-parent:"Code\,c";
  585. margin-top:0in;
  586. margin-right:0in;
  587. margin-bottom:3.0pt;
  588. margin-left:0in;
  589. line-height:15.0pt;
  590. mso-line-height-rule:exactly;
  591. mso-pagination:widow-orphan;
  592. font-size:10.0pt;
  593. font-family:"Courier New";
  594. mso-fareast-font-family:"Times New Roman";
  595. mso-bidi-font-family:"Times New Roman";
  596. color:black;}
  597. p.TableFootnote, li.TableFootnote, div.TableFootnote
  598. {mso-style-name:"Table Footnote\,tf";
  599. mso-style-parent:"Text\,t";
  600. mso-style-next:"Text\,t";
  601. margin-top:2.0pt;
  602. margin-right:0in;
  603. margin-bottom:4.0pt;
  604. margin-left:0in;
  605. line-height:11.0pt;
  606. mso-line-height-rule:exactly;
  607. mso-pagination:widow-orphan;
  608. border:none;
  609. mso-border-top-alt:solid windowtext .5pt;
  610. padding:0in;
  611. mso-padding-alt:1.0pt 0in 0in 0in;
  612. font-size:8.0pt;
  613. mso-bidi-font-size:10.0pt;
  614. font-family:Verdana;
  615. mso-fareast-font-family:"Times New Roman";
  616. mso-bidi-font-family:"Times New Roman";
  617. color:black;}
  618. span.CodeEmbedded
  619. {mso-style-name:"Code Embedded\,ce";
  620. mso-ansi-font-size:10.0pt;
  621. mso-ascii-font-family:"Courier New";
  622. mso-hansi-font-family:"Courier New";}
  623. span.LabelEmbedded
  624. {mso-style-name:"Label Embedded\,le";
  625. mso-ansi-font-size:10.0pt;
  626. mso-ascii-font-family:Verdana;
  627. mso-hansi-font-family:Verdana;
  628. font-weight:bold;
  629. text-decoration:none;
  630. text-underline:none;}
  631. span.LinkText
  632. {mso-style-name:"Link Text\,lt";
  633. color:green;
  634. text-decoration:underline;
  635. text-underline:double;}
  636. span.LinkTextPopup
  637. {mso-style-name:"Link Text Popup\,ltp";
  638. color:green;
  639. text-decoration:underline;
  640. text-underline:single;}
  641. span.LinkID
  642. {mso-style-name:"Link ID\,lid";
  643. color:red;
  644. display:none;
  645. mso-hide:all;}
  646. p.TableSpacingAfter, li.TableSpacingAfter, div.TableSpacingAfter
  647. {mso-style-name:"Table Spacing After\,tsa";
  648. mso-style-parent:"Text\,t";
  649. mso-style-next:"Text\,t";
  650. margin-top:3.0pt;
  651. margin-right:0in;
  652. margin-bottom:0in;
  653. margin-left:0in;
  654. margin-bottom:.0001pt;
  655. line-height:6.0pt;
  656. mso-line-height-rule:exactly;
  657. mso-pagination:widow-orphan;
  658. font-size:6.0pt;
  659. mso-bidi-font-size:10.0pt;
  660. font-family:Verdana;
  661. mso-fareast-font-family:"Times New Roman";
  662. mso-bidi-font-family:"Times New Roman";
  663. color:yellow;}
  664. p.CodeinList2, li.CodeinList2, div.CodeinList2
  665. {mso-style-name:"Code in List 2\,c2";
  666. mso-style-parent:"Code\,c";
  667. margin-top:0in;
  668. margin-right:0in;
  669. margin-bottom:3.0pt;
  670. margin-left:.5in;
  671. line-height:15.0pt;
  672. mso-line-height-rule:exactly;
  673. mso-pagination:widow-orphan;
  674. font-size:10.0pt;
  675. font-family:"Courier New";
  676. mso-fareast-font-family:"Times New Roman";
  677. mso-bidi-font-family:"Times New Roman";
  678. color:black;}
  679. span.ConditionalMarker
  680. {mso-style-name:"Conditional Marker\,cm";
  681. mso-ansi-font-size:10.0pt;
  682. mso-ascii-font-family:"Courier New";
  683. mso-hansi-font-family:"Courier New";
  684. color:black;
  685. display:none;
  686. mso-hide:all;
  687. border:none;
  688. background:#FFFFBF;
  689. mso-shading:windowtext;
  690. mso-pattern:gray-375 yellow;}
  691. p.FigureinList2, li.FigureinList2, div.FigureinList2
  692. {mso-style-name:"Figure in List 2\,fig2";
  693. mso-style-parent:"Figure\,fig";
  694. mso-style-next:"Text in List 2\,t2";
  695. margin-top:3.0pt;
  696. margin-right:0in;
  697. margin-bottom:9.0pt;
  698. margin-left:.5in;
  699. mso-pagination:widow-orphan;
  700. font-size:10.0pt;
  701. font-family:Verdana;
  702. mso-fareast-font-family:"Times New Roman";
  703. mso-bidi-font-family:"Times New Roman";
  704. color:black;}
  705. p.FigureEmbedded, li.FigureEmbedded, div.FigureEmbedded
  706. {mso-style-name:"Figure Embedded\,fige";
  707. mso-style-parent:"Text\,t";
  708. margin-top:3.0pt;
  709. margin-right:0in;
  710. margin-bottom:9.0pt;
  711. margin-left:0in;
  712. mso-pagination:widow-orphan;
  713. font-size:10.0pt;
  714. font-family:Verdana;
  715. mso-fareast-font-family:"Times New Roman";
  716. mso-bidi-font-family:"Times New Roman";
  717. color:black;}
  718. p.TableFootnoteinList2, li.TableFootnoteinList2, div.TableFootnoteinList2
  719. {mso-style-name:"Table Footnote in List 2\,tf2";
  720. mso-style-parent:"Text in List 2\,t2";
  721. mso-style-next:"Text in List 2\,t2";
  722. margin-top:2.0pt;
  723. margin-right:0in;
  724. margin-bottom:4.0pt;
  725. margin-left:.5in;
  726. line-height:11.0pt;
  727. mso-line-height-rule:exactly;
  728. mso-pagination:widow-orphan;
  729. border:none;
  730. mso-border-top-alt:solid windowtext .5pt;
  731. padding:0in;
  732. mso-padding-alt:1.0pt 0in 0in 0in;
  733. font-size:8.0pt;
  734. mso-bidi-font-size:10.0pt;
  735. font-family:Verdana;
  736. mso-fareast-font-family:"Times New Roman";
  737. mso-bidi-font-family:"Times New Roman";
  738. color:black;}
  739. p.LabelinList1, li.LabelinList1, div.LabelinList1
  740. {mso-style-name:"Label in List 1\,l1";
  741. mso-style-parent:"Text in List 1\,t1";
  742. mso-style-next:"Text in List 1\,t1";
  743. margin-top:3.0pt;
  744. margin-right:0in;
  745. margin-bottom:3.0pt;
  746. margin-left:.25in;
  747. line-height:13.0pt;
  748. mso-line-height-rule:exactly;
  749. mso-pagination:widow-orphan;
  750. font-size:10.0pt;
  751. font-family:Verdana;
  752. mso-fareast-font-family:"Times New Roman";
  753. mso-bidi-font-family:"Times New Roman";
  754. color:black;
  755. font-weight:bold;
  756. mso-bidi-font-weight:normal;}
  757. p.TextinList1, li.TextinList1, div.TextinList1
  758. {mso-style-name:"Text in List 1\,t1";
  759. mso-style-parent:"Text\,t";
  760. margin-top:3.0pt;
  761. margin-right:0in;
  762. margin-bottom:3.0pt;
  763. margin-left:.25in;
  764. line-height:13.0pt;
  765. mso-line-height-rule:exactly;
  766. mso-pagination:widow-orphan;
  767. font-size:10.0pt;
  768. font-family:Verdana;
  769. mso-fareast-font-family:"Times New Roman";
  770. mso-bidi-font-family:"Times New Roman";
  771. color:black;}
  772. p.CodeinList1, li.CodeinList1, div.CodeinList1
  773. {mso-style-name:"Code in List 1\,c1";
  774. mso-style-parent:"Code\,c";
  775. margin-top:0in;
  776. margin-right:0in;
  777. margin-bottom:3.0pt;
  778. margin-left:.25in;
  779. line-height:15.0pt;
  780. mso-line-height-rule:exactly;
  781. mso-pagination:widow-orphan;
  782. font-size:10.0pt;
  783. font-family:"Courier New";
  784. mso-fareast-font-family:"Times New Roman";
  785. mso-bidi-font-family:"Times New Roman";
  786. color:black;}
  787. p.FigureinList1, li.FigureinList1, div.FigureinList1
  788. {mso-style-name:"Figure in List 1\,fig1";
  789. mso-style-parent:"Figure\,fig";
  790. mso-style-next:"Text in List 1\,t1";
  791. margin-top:3.0pt;
  792. margin-right:0in;
  793. margin-bottom:9.0pt;
  794. margin-left:.25in;
  795. mso-pagination:widow-orphan;
  796. font-size:10.0pt;
  797. font-family:Verdana;
  798. mso-fareast-font-family:"Times New Roman";
  799. mso-bidi-font-family:"Times New Roman";
  800. color:black;}
  801. p.TableFootnoteinList1, li.TableFootnoteinList1, div.TableFootnoteinList1
  802. {mso-style-name:"Table Footnote in List 1\,tf1";
  803. mso-style-parent:"Text in List 1\,t1";
  804. mso-style-next:"Text in List 1\,t1";
  805. margin-top:2.0pt;
  806. margin-right:0in;
  807. margin-bottom:4.0pt;
  808. margin-left:.25in;
  809. line-height:11.0pt;
  810. mso-line-height-rule:exactly;
  811. mso-pagination:widow-orphan;
  812. border:none;
  813. mso-border-top-alt:solid windowtext .5pt;
  814. padding:0in;
  815. mso-padding-alt:1.0pt 0in 0in 0in;
  816. font-size:8.0pt;
  817. mso-bidi-font-size:10.0pt;
  818. font-family:Verdana;
  819. mso-fareast-font-family:"Times New Roman";
  820. mso-bidi-font-family:"Times New Roman";
  821. color:black;}
  822. span.HTML
  823. {mso-style-name:HTML;
  824. mso-ansi-font-size:10.0pt;
  825. mso-ascii-font-family:"Courier New";
  826. mso-hansi-font-family:"Courier New";
  827. color:black;
  828. display:none;
  829. mso-hide:all;
  830. border:none;
  831. background:#DDFFDD;
  832. mso-shading:windowtext;
  833. mso-pattern:gray-25 lime;}
  834. p.AlertText, li.AlertText, div.AlertText
  835. {mso-style-name:"Alert Text\,at";
  836. mso-style-parent:"Text\,t";
  837. margin-top:3.0pt;
  838. margin-right:0in;
  839. margin-bottom:3.0pt;
  840. margin-left:.25in;
  841. line-height:13.0pt;
  842. mso-line-height-rule:exactly;
  843. mso-pagination:widow-orphan;
  844. font-size:10.0pt;
  845. font-family:Verdana;
  846. mso-fareast-font-family:"Times New Roman";
  847. mso-bidi-font-family:"Times New Roman";
  848. color:black;}
  849. p.AlertTextinList1, li.AlertTextinList1, div.AlertTextinList1
  850. {mso-style-name:"Alert Text in List 1\,at1";
  851. mso-style-parent:"Text in List 1\,t1";
  852. margin-top:3.0pt;
  853. margin-right:0in;
  854. margin-bottom:3.0pt;
  855. margin-left:.5in;
  856. line-height:13.0pt;
  857. mso-line-height-rule:exactly;
  858. mso-pagination:widow-orphan;
  859. font-size:10.0pt;
  860. font-family:Verdana;
  861. mso-fareast-font-family:"Times New Roman";
  862. mso-bidi-font-family:"Times New Roman";
  863. color:black;}
  864. p.AlertTextinList2, li.AlertTextinList2, div.AlertTextinList2
  865. {mso-style-name:"Alert Text in List 2\,at2";
  866. mso-style-parent:"Text in List 2\,t2";
  867. margin-top:3.0pt;
  868. margin-right:0in;
  869. margin-bottom:3.0pt;
  870. margin-left:.75in;
  871. line-height:13.0pt;
  872. mso-line-height-rule:exactly;
  873. mso-pagination:widow-orphan;
  874. font-size:10.0pt;
  875. font-family:Verdana;
  876. mso-fareast-font-family:"Times New Roman";
  877. mso-bidi-font-family:"Times New Roman";
  878. color:black;}
  879. p.RevisionHistory, li.RevisionHistory, div.RevisionHistory
  880. {mso-style-name:"Revision History\,rh";
  881. mso-style-parent:"Text\,t";
  882. margin-top:3.0pt;
  883. margin-right:1.0in;
  884. margin-bottom:3.0pt;
  885. margin-left:0in;
  886. line-height:13.0pt;
  887. mso-line-height-rule:exactly;
  888. mso-pagination:widow-orphan;
  889. font-size:10.0pt;
  890. font-family:Verdana;
  891. mso-fareast-font-family:"Times New Roman";
  892. mso-bidi-font-family:"Times New Roman";
  893. color:purple;
  894. display:none;
  895. mso-hide:all;
  896. font-style:italic;
  897. mso-bidi-font-style:normal;}
  898. p.BulletedList1, li.BulletedList1, div.BulletedList1
  899. {mso-style-name:"Bulleted List 1\,bl1";
  900. mso-style-parent:"Text in List 1\,t1";
  901. margin-top:3.0pt;
  902. margin-right:0in;
  903. margin-bottom:3.0pt;
  904. margin-left:.25in;
  905. text-indent:-.25in;
  906. line-height:13.0pt;
  907. mso-line-height-rule:exactly;
  908. mso-pagination:widow-orphan;
  909. mso-list:l28 level1 lfo56;
  910. tab-stops:.25in;
  911. font-size:10.0pt;
  912. font-family:Verdana;
  913. mso-fareast-font-family:"Times New Roman";
  914. mso-bidi-font-family:"Times New Roman";
  915. color:black;}
  916. p.TextIndented, li.TextIndented, div.TextIndented
  917. {mso-style-name:"Text Indented\,ti";
  918. mso-style-parent:"Text\,t";
  919. margin-top:3.0pt;
  920. margin-right:.25in;
  921. margin-bottom:3.0pt;
  922. margin-left:.25in;
  923. line-height:13.0pt;
  924. mso-line-height-rule:exactly;
  925. mso-pagination:widow-orphan;
  926. font-size:10.0pt;
  927. font-family:Verdana;
  928. mso-fareast-font-family:"Times New Roman";
  929. mso-bidi-font-family:"Times New Roman";
  930. color:black;}
  931. p.BulletedList2, li.BulletedList2, div.BulletedList2
  932. {mso-style-name:"Bulleted List 2\,bl2";
  933. mso-style-parent:"Text in List 2\,t2";
  934. margin-top:3.0pt;
  935. margin-right:0in;
  936. margin-bottom:3.0pt;
  937. margin-left:.5in;
  938. text-indent:-.25in;
  939. line-height:13.0pt;
  940. mso-line-height-rule:exactly;
  941. mso-pagination:widow-orphan;
  942. mso-list:l46 level1 lfo61;
  943. tab-stops:.5in;
  944. font-size:10.0pt;
  945. font-family:Verdana;
  946. mso-fareast-font-family:"Times New Roman";
  947. mso-bidi-font-family:"Times New Roman";
  948. color:black;}
  949. p.DefinedTerm, li.DefinedTerm, div.DefinedTerm
  950. {mso-style-name:"Defined Term\,dt";
  951. mso-style-parent:"Text\,t";
  952. mso-style-next:"Definition\,d";
  953. margin-top:3.0pt;
  954. margin-right:0in;
  955. margin-bottom:0in;
  956. margin-left:0in;
  957. margin-bottom:.0001pt;
  958. line-height:13.0pt;
  959. mso-line-height-rule:exactly;
  960. mso-pagination:widow-orphan;
  961. font-size:10.0pt;
  962. font-family:Verdana;
  963. mso-fareast-font-family:"Times New Roman";
  964. mso-bidi-font-family:"Times New Roman";
  965. color:black;}
  966. p.Definition, li.Definition, div.Definition
  967. {mso-style-name:"Definition\,d";
  968. mso-style-parent:"Text\,t";
  969. mso-style-next:"Defined Term\,dt";
  970. margin-top:0in;
  971. margin-right:0in;
  972. margin-bottom:3.0pt;
  973. margin-left:.25in;
  974. line-height:13.0pt;
  975. mso-line-height-rule:exactly;
  976. mso-pagination:widow-orphan;
  977. font-size:10.0pt;
  978. font-family:Verdana;
  979. mso-fareast-font-family:"Times New Roman";
  980. mso-bidi-font-family:"Times New Roman";
  981. color:black;}
  982. p.NumberedList1, li.NumberedList1, div.NumberedList1
  983. {mso-style-name:"Numbered List 1\,nl1";
  984. mso-style-parent:"Text in List 1\,t1";
  985. margin-top:3.0pt;
  986. margin-right:0in;
  987. margin-bottom:3.0pt;
  988. margin-left:.25in;
  989. text-indent:-.25in;
  990. line-height:13.0pt;
  991. mso-line-height-rule:exactly;
  992. mso-pagination:widow-orphan;
  993. mso-list:l47 level1 lfo58;
  994. tab-stops:.25in;
  995. font-size:10.0pt;
  996. font-family:Verdana;
  997. mso-fareast-font-family:"Times New Roman";
  998. mso-bidi-font-family:"Times New Roman";
  999. color:black;}
  1000. p.GlueLinkText, li.GlueLinkText, div.GlueLinkText
  1001. {mso-style-name:"Glue Link Text\,glt";
  1002. mso-style-parent:"Text\,t";
  1003. mso-style-next:"Text\,t";
  1004. margin-top:3.0pt;
  1005. margin-right:0in;
  1006. margin-bottom:3.0pt;
  1007. margin-left:0in;
  1008. line-height:13.0pt;
  1009. mso-line-height-rule:exactly;
  1010. mso-pagination:widow-orphan;
  1011. font-size:10.0pt;
  1012. font-family:Verdana;
  1013. mso-fareast-font-family:"Times New Roman";
  1014. mso-bidi-font-family:"Times New Roman";
  1015. color:black;}
  1016. p.IndexTag, li.IndexTag, div.IndexTag
  1017. {mso-style-name:"Index Tag\,it";
  1018. mso-style-parent:"Text\,t";
  1019. margin-top:3.0pt;
  1020. margin-right:1.0in;
  1021. margin-bottom:0in;
  1022. margin-left:0in;
  1023. margin-bottom:.0001pt;
  1024. line-height:13.0pt;
  1025. mso-line-height-rule:exactly;
  1026. mso-pagination:widow-orphan;
  1027. font-size:10.0pt;
  1028. font-family:Verdana;
  1029. mso-fareast-font-family:"Times New Roman";
  1030. mso-bidi-font-family:"Times New Roman";
  1031. color:olive;
  1032. display:none;
  1033. mso-hide:all;}
  1034. span.CodeFeaturedElement
  1035. {mso-style-name:"Code Featured Element\,cfe";
  1036. mso-ansi-font-size:10.0pt;
  1037. mso-ascii-font-family:"Courier New";
  1038. mso-hansi-font-family:"Courier New";
  1039. font-weight:bold;}
  1040. p.Copyright, li.Copyright, div.Copyright
  1041. {mso-style-name:"Copyright\,copy";
  1042. mso-style-parent:"Text\,t";
  1043. margin-top:3.0pt;
  1044. margin-right:0in;
  1045. margin-bottom:3.0pt;
  1046. margin-left:0in;
  1047. line-height:11.0pt;
  1048. mso-line-height-rule:exactly;
  1049. mso-pagination:widow-orphan;
  1050. font-size:8.0pt;
  1051. mso-bidi-font-size:10.0pt;
  1052. font-family:Verdana;
  1053. mso-fareast-font-family:"Times New Roman";
  1054. mso-bidi-font-family:"Times New Roman";
  1055. color:black;}
  1056. p.PrintDivisionTitle, li.PrintDivisionTitle, div.PrintDivisionTitle
  1057. {mso-style-name:"Print Division Title\,pdt";
  1058. mso-style-parent:"";
  1059. margin-top:9.0pt;
  1060. margin-right:0in;
  1061. margin-bottom:9.0pt;
  1062. margin-left:0in;
  1063. text-align:right;
  1064. line-height:20.0pt;
  1065. mso-line-height-rule:exactly;
  1066. mso-pagination:widow-orphan;
  1067. font-size:18.0pt;
  1068. mso-bidi-font-size:10.0pt;
  1069. font-family:Verdana;
  1070. mso-fareast-font-family:"Times New Roman";
  1071. mso-bidi-font-family:"Times New Roman";
  1072. color:maroon;
  1073. font-weight:bold;
  1074. mso-bidi-font-weight:normal;}
  1075. p.PrintMSCorp, li.PrintMSCorp, div.PrintMSCorp
  1076. {mso-style-name:"Print MS Corp\,pms";
  1077. mso-style-parent:"";
  1078. mso-style-next:"Text\,t";
  1079. margin-top:9.0pt;
  1080. margin-right:0in;
  1081. margin-bottom:3.0pt;
  1082. margin-left:0in;
  1083. text-align:right;
  1084. line-height:15.0pt;
  1085. mso-line-height-rule:exactly;
  1086. mso-pagination:widow-orphan;
  1087. font-size:13.0pt;
  1088. mso-bidi-font-size:10.0pt;
  1089. font-family:"Microsoft Logo 95";
  1090. mso-fareast-font-family:"Times New Roman";
  1091. mso-bidi-font-family:"Times New Roman";
  1092. color:maroon;}
  1093. p.Slugline, li.Slugline, div.Slugline
  1094. {mso-style-name:"Slugline\,slug";
  1095. mso-style-parent:"Footer\,f";
  1096. margin:0in;
  1097. margin-bottom:.0001pt;
  1098. line-height:9.0pt;
  1099. mso-line-height-rule:exactly;
  1100. mso-pagination:widow-orphan;
  1101. mso-element:frame;
  1102. mso-element-frame-height:40.0pt;
  1103. mso-element-frame-hspace:9.0pt;
  1104. mso-element-frame-vspace:9.0pt;
  1105. mso-element-wrap:around;
  1106. mso-element-anchor-vertical:page;
  1107. mso-element-anchor-horizontal:margin;
  1108. mso-element-top:730.05pt;
  1109. mso-height-rule:exactly;
  1110. font-size:6.0pt;
  1111. mso-bidi-font-size:10.0pt;
  1112. font-family:Verdana;
  1113. mso-fareast-font-family:"Times New Roman";
  1114. mso-bidi-font-family:"Times New Roman";
  1115. color:maroon;}
  1116. span.MultilanguageMarkerAuto
  1117. {mso-style-name:"Multilanguage Marker Auto\,mma";
  1118. mso-ansi-font-size:8.0pt;
  1119. mso-ascii-font-family:Verdana;
  1120. mso-hansi-font-family:Verdana;
  1121. color:fuchsia;}
  1122. p.MultilanguageMarkerExplicitBegin, li.MultilanguageMarkerExplicitBegin, div.MultilanguageMarkerExplicitBegin
  1123. {mso-style-name:"Multilanguage Marker Explicit Begin\,mmeb";
  1124. mso-style-parent:"Text\,t";
  1125. margin-top:3.0pt;
  1126. margin-right:0in;
  1127. margin-bottom:3.0pt;
  1128. margin-left:0in;
  1129. line-height:11.0pt;
  1130. mso-line-height-rule:exactly;
  1131. mso-pagination:widow-orphan;
  1132. font-size:8.0pt;
  1133. mso-bidi-font-size:10.0pt;
  1134. font-family:Verdana;
  1135. mso-fareast-font-family:"Times New Roman";
  1136. mso-bidi-font-family:"Times New Roman";
  1137. color:fuchsia;}
  1138. p.MultilanguageMarkerExplicitEnd, li.MultilanguageMarkerExplicitEnd, div.MultilanguageMarkerExplicitEnd
  1139. {mso-style-name:"Multilanguage Marker Explicit End\,mmee";
  1140. mso-style-parent:"Multilanguage Marker Explicit Begin\,mmeb";
  1141. margin-top:3.0pt;
  1142. margin-right:0in;
  1143. margin-bottom:3.0pt;
  1144. margin-left:0in;
  1145. line-height:11.0pt;
  1146. mso-line-height-rule:exactly;
  1147. mso-pagination:widow-orphan;
  1148. font-size:8.0pt;
  1149. mso-bidi-font-size:10.0pt;
  1150. font-family:Verdana;
  1151. mso-fareast-font-family:"Times New Roman";
  1152. mso-bidi-font-family:"Times New Roman";
  1153. color:purple;}
  1154. span.Bold
  1155. {mso-style-name:"Bold\,b";
  1156. font-weight:bold;}
  1157. span.BoldItalic
  1158. {mso-style-name:"Bold Italic\,bi";
  1159. font-weight:bold;
  1160. font-style:italic;}
  1161. span.Italic
  1162. {mso-style-name:"Italic\,i";
  1163. font-style:italic;}
  1164. p.LabelSpecial, li.LabelSpecial, div.LabelSpecial
  1165. {mso-style-name:"Label Special\,ls";
  1166. mso-style-parent:"Label\,l";
  1167. margin-top:3.0pt;
  1168. margin-right:0in;
  1169. margin-bottom:3.0pt;
  1170. margin-left:0in;
  1171. line-height:13.0pt;
  1172. mso-line-height-rule:exactly;
  1173. mso-pagination:widow-orphan;
  1174. font-size:10.0pt;
  1175. font-family:Verdana;
  1176. mso-fareast-font-family:"Times New Roman";
  1177. mso-bidi-font-family:"Times New Roman";
  1178. color:black;
  1179. font-weight:bold;
  1180. mso-bidi-font-weight:normal;}
  1181. p.PrintDivisionNumber, li.PrintDivisionNumber, div.PrintDivisionNumber
  1182. {mso-style-name:"Print Division Number\,pdn";
  1183. mso-style-parent:"Print Division Title\,pdt";
  1184. margin-top:9.0pt;
  1185. margin-right:-6.0pt;
  1186. margin-bottom:0in;
  1187. margin-left:0in;
  1188. margin-bottom:.0001pt;
  1189. text-align:right;
  1190. line-height:13.0pt;
  1191. mso-line-height-rule:exactly;
  1192. mso-pagination:widow-orphan;
  1193. font-size:10.0pt;
  1194. font-family:Verdana;
  1195. mso-fareast-font-family:"Times New Roman";
  1196. mso-bidi-font-family:"Times New Roman";
  1197. color:maroon;
  1198. text-transform:uppercase;
  1199. letter-spacing:6.0pt;}
  1200. span.Strikethrough
  1201. {mso-style-name:"Strikethrough\,strike";
  1202. text-decoration:line-through;}
  1203. span.Subscript
  1204. {mso-style-name:"Subscript\,sub";
  1205. vertical-align:sub;}
  1206. span.Superscript
  1207. {mso-style-name:"Superscript\,sup";
  1208. vertical-align:super;}
  1209. span.msoIns
  1210. {mso-style-type:export-only;
  1211. mso-style-name:"";
  1212. text-decoration:underline;
  1213. text-underline:single;
  1214. color:teal;}
  1215. span.msoDel
  1216. {mso-style-type:export-only;
  1217. mso-style-name:"";
  1218. text-decoration:line-through;
  1219. color:red;}
  1220. @page Section1
  1221. {size:8.5in 11.0in;
  1222. margin:1.0in 70.5pt 1.0in 91.5pt;
  1223. mso-header-margin:.75in;
  1224. mso-footer-margin:.75in;
  1225. mso-even-footer:url("./ndis_files/header.htm") ef1;
  1226. mso-footer:url("./ndis_files/header.htm") f1;
  1227. mso-paper-source:0;}
  1228. div.Section1
  1229. {page:Section1;}
  1230. /* List Definitions */
  1231. @list l0
  1232. {mso-list-id:-132;
  1233. mso-list-type:simple;
  1234. mso-list-template-ids:-1025456648;}
  1235. @list l0:level1
  1236. {mso-level-tab-stop:1.25in;
  1237. mso-level-number-position:left;
  1238. margin-left:1.25in;
  1239. text-indent:-.25in;}
  1240. @list l1
  1241. {mso-list-id:-131;
  1242. mso-list-type:simple;
  1243. mso-list-template-ids:1704917546;}
  1244. @list l1:level1
  1245. {mso-level-tab-stop:1.0in;
  1246. mso-level-number-position:left;
  1247. margin-left:1.0in;
  1248. text-indent:-.25in;}
  1249. @list l2
  1250. {mso-list-id:-130;
  1251. mso-list-type:simple;
  1252. mso-list-template-ids:-1166372666;}
  1253. @list l2:level1
  1254. {mso-level-tab-stop:.75in;
  1255. mso-level-number-position:left;
  1256. margin-left:.75in;
  1257. text-indent:-.25in;}
  1258. @list l3
  1259. {mso-list-id:-129;
  1260. mso-list-type:simple;
  1261. mso-list-template-ids:-1283709830;}
  1262. @list l3:level1
  1263. {mso-level-tab-stop:.5in;
  1264. mso-level-number-position:left;
  1265. text-indent:-.25in;}
  1266. @list l4
  1267. {mso-list-id:-128;
  1268. mso-list-type:simple;
  1269. mso-list-template-ids:-1261818240;}
  1270. @list l4:level1
  1271. {mso-level-number-format:bullet;
  1272. mso-level-text:\F0B7;
  1273. mso-level-tab-stop:1.25in;
  1274. mso-level-number-position:left;
  1275. margin-left:1.25in;
  1276. text-indent:-.25in;
  1277. font-family:Symbol;}
  1278. @list l5
  1279. {mso-list-id:-127;
  1280. mso-list-type:simple;
  1281. mso-list-template-ids:-2137080934;}
  1282. @list l5:level1
  1283. {mso-level-number-format:bullet;
  1284. mso-level-text:\F0B7;
  1285. mso-level-tab-stop:1.0in;
  1286. mso-level-number-position:left;
  1287. margin-left:1.0in;
  1288. text-indent:-.25in;
  1289. font-family:Symbol;}
  1290. @list l6
  1291. {mso-list-id:-126;
  1292. mso-list-type:simple;
  1293. mso-list-template-ids:480825406;}
  1294. @list l6:level1
  1295. {mso-level-number-format:bullet;
  1296. mso-level-text:\F0B7;
  1297. mso-level-tab-stop:.75in;
  1298. mso-level-number-position:left;
  1299. margin-left:.75in;
  1300. text-indent:-.25in;
  1301. font-family:Symbol;}
  1302. @list l7
  1303. {mso-list-id:-125;
  1304. mso-list-type:simple;
  1305. mso-list-template-ids:-629221776;}
  1306. @list l7:level1
  1307. {mso-level-number-format:bullet;
  1308. mso-level-text:\F0B7;
  1309. mso-level-tab-stop:.5in;
  1310. mso-level-number-position:left;
  1311. text-indent:-.25in;
  1312. font-family:Symbol;}
  1313. @list l8
  1314. {mso-list-id:-120;
  1315. mso-list-type:simple;
  1316. mso-list-template-ids:1309295726;}
  1317. @list l8:level1
  1318. {mso-level-tab-stop:.25in;
  1319. mso-level-number-position:left;
  1320. margin-left:.25in;
  1321. text-indent:-.25in;}
  1322. @list l9
  1323. {mso-list-id:-119;
  1324. mso-list-type:simple;
  1325. mso-list-template-ids:1565455404;}
  1326. @list l9:level1
  1327. {mso-level-number-format:bullet;
  1328. mso-level-text:\F0B7;
  1329. mso-level-tab-stop:.25in;
  1330. mso-level-number-position:left;
  1331. margin-left:.25in;
  1332. text-indent:-.25in;
  1333. font-family:Symbol;}
  1334. @list l10
  1335. {mso-list-id:68771112;
  1336. mso-list-type:simple;
  1337. mso-list-template-ids:67698703;}
  1338. @list l10:level1
  1339. {mso-level-tab-stop:.25in;
  1340. mso-level-number-position:left;
  1341. margin-left:.25in;
  1342. text-indent:-.25in;}
  1343. @list l11
  1344. {mso-list-id:98985430;
  1345. mso-list-type:simple;
  1346. mso-list-template-ids:67698703;}
  1347. @list l11:level1
  1348. {mso-level-tab-stop:.25in;
  1349. mso-level-number-position:left;
  1350. margin-left:.25in;
  1351. text-indent:-.25in;}
  1352. @list l12
  1353. {mso-list-id:152069974;
  1354. mso-list-type:simple;
  1355. mso-list-template-ids:67698703;}
  1356. @list l12:level1
  1357. {mso-level-tab-stop:.25in;
  1358. mso-level-number-position:left;
  1359. margin-left:.25in;
  1360. text-indent:-.25in;}
  1361. @list l13
  1362. {mso-list-id:213931746;
  1363. mso-list-type:simple;
  1364. mso-list-template-ids:67698689;}
  1365. @list l13:level1
  1366. {mso-level-number-format:bullet;
  1367. mso-level-text:\F0B7;
  1368. mso-level-tab-stop:.25in;
  1369. mso-level-number-position:left;
  1370. margin-left:.25in;
  1371. text-indent:-.25in;
  1372. font-family:Symbol;}
  1373. @list l14
  1374. {mso-list-id:309751557;
  1375. mso-list-type:simple;
  1376. mso-list-template-ids:1104607418;}
  1377. @list l14:level1
  1378. {mso-level-tab-stop:.75in;
  1379. mso-level-number-position:left;
  1380. text-indent:-.25in;}
  1381. @list l15
  1382. {mso-list-id:318533751;
  1383. mso-list-type:simple;
  1384. mso-list-template-ids:67698703;}
  1385. @list l15:level1
  1386. {mso-level-tab-stop:.25in;
  1387. mso-level-number-position:left;
  1388. margin-left:.25in;
  1389. text-indent:-.25in;}
  1390. @list l16
  1391. {mso-list-id:414674143;
  1392. mso-list-type:simple;
  1393. mso-list-template-ids:67698689;}
  1394. @list l16:level1
  1395. {mso-level-number-format:bullet;
  1396. mso-level-text:\F0B7;
  1397. mso-level-tab-stop:.25in;
  1398. mso-level-number-position:left;
  1399. margin-left:.25in;
  1400. text-indent:-.25in;
  1401. font-family:Symbol;}
  1402. @list l17
  1403. {mso-list-id:475953915;
  1404. mso-list-type:simple;
  1405. mso-list-template-ids:1980517918;}
  1406. @list l17:level1
  1407. {mso-level-tab-stop:.25in;
  1408. mso-level-number-position:left;
  1409. margin-left:.25in;
  1410. text-indent:-.25in;}
  1411. @list l18
  1412. {mso-list-id:521362406;
  1413. mso-list-type:simple;
  1414. mso-list-template-ids:67698689;}
  1415. @list l18:level1
  1416. {mso-level-number-format:bullet;
  1417. mso-level-text:\F0B7;
  1418. mso-level-tab-stop:.25in;
  1419. mso-level-number-position:left;
  1420. margin-left:.25in;
  1421. text-indent:-.25in;
  1422. font-family:Symbol;}
  1423. @list l19
  1424. {mso-list-id:555043825;
  1425. mso-list-type:simple;
  1426. mso-list-template-ids:309995936;}
  1427. @list l19:level1
  1428. {mso-level-number-format:bullet;
  1429. mso-level-text:\F0B7;
  1430. mso-level-tab-stop:.25in;
  1431. mso-level-number-position:left;
  1432. margin-left:.25in;
  1433. text-indent:-.25in;
  1434. font-family:Symbol;}
  1435. @list l20
  1436. {mso-list-id:624120574;
  1437. mso-list-type:simple;
  1438. mso-list-template-ids:67698703;}
  1439. @list l20:level1
  1440. {mso-level-tab-stop:.25in;
  1441. mso-level-number-position:left;
  1442. margin-left:.25in;
  1443. text-indent:-.25in;}
  1444. @list l21
  1445. {mso-list-id:653800487;
  1446. mso-list-type:simple;
  1447. mso-list-template-ids:67698689;}
  1448. @list l21:level1
  1449. {mso-level-number-format:bullet;
  1450. mso-level-text:\F0B7;
  1451. mso-level-tab-stop:.25in;
  1452. mso-level-number-position:left;
  1453. margin-left:.25in;
  1454. text-indent:-.25in;
  1455. font-family:Symbol;}
  1456. @list l22
  1457. {mso-list-id:657225592;
  1458. mso-list-type:hybrid;
  1459. mso-list-template-ids:101086550 67698689 67698691 67698693 67698689 67698691 67698693 67698689 67698691 67698693;}
  1460. @list l22:level1
  1461. {mso-level-number-format:bullet;
  1462. mso-level-text:\F0B7;
  1463. mso-level-tab-stop:.5in;
  1464. mso-level-number-position:left;
  1465. text-indent:-.25in;
  1466. font-family:Symbol;}
  1467. @list l23
  1468. {mso-list-id:681705840;
  1469. mso-list-type:simple;
  1470. mso-list-template-ids:67698703;}
  1471. @list l23:level1
  1472. {mso-level-tab-stop:.25in;
  1473. mso-level-number-position:left;
  1474. margin-left:.25in;
  1475. text-indent:-.25in;}
  1476. @list l24
  1477. {mso-list-id:769737302;
  1478. mso-list-type:simple;
  1479. mso-list-template-ids:67698689;}
  1480. @list l24:level1
  1481. {mso-level-number-format:bullet;
  1482. mso-level-text:\F0B7;
  1483. mso-level-tab-stop:.25in;
  1484. mso-level-number-position:left;
  1485. margin-left:.25in;
  1486. text-indent:-.25in;
  1487. font-family:Symbol;}
  1488. @list l25
  1489. {mso-list-id:1054350067;
  1490. mso-list-type:simple;
  1491. mso-list-template-ids:-1624840694;}
  1492. @list l25:level1
  1493. {mso-level-number-format:bullet;
  1494. mso-level-text:\F0B7;
  1495. mso-level-tab-stop:.25in;
  1496. mso-level-number-position:left;
  1497. margin-left:.25in;
  1498. text-indent:-.25in;
  1499. font-family:Symbol;}
  1500. @list l26
  1501. {mso-list-id:1079012351;
  1502. mso-list-type:simple;
  1503. mso-list-template-ids:67698689;}
  1504. @list l26:level1
  1505. {mso-level-number-format:bullet;
  1506. mso-level-text:\F0B7;
  1507. mso-level-tab-stop:.25in;
  1508. mso-level-number-position:left;
  1509. margin-left:.25in;
  1510. text-indent:-.25in;
  1511. font-family:Symbol;}
  1512. @list l27
  1513. {mso-list-id:1157041145;
  1514. mso-list-type:simple;
  1515. mso-list-template-ids:-13829058;}
  1516. @list l27:level1
  1517. {mso-level-tab-stop:.25in;
  1518. mso-level-number-position:left;
  1519. margin-left:.25in;
  1520. text-indent:-.25in;}
  1521. @list l28
  1522. {mso-list-id:1161654485;
  1523. mso-list-type:simple;
  1524. mso-list-template-ids:520143332;}
  1525. @list l28:level1
  1526. {mso-level-number-format:bullet;
  1527. mso-level-style-link:Copyright;
  1528. mso-level-text:\F0B7;
  1529. mso-level-tab-stop:.25in;
  1530. mso-level-number-position:left;
  1531. margin-left:.25in;
  1532. text-indent:-.25in;
  1533. font-family:Symbol;}
  1534. @list l29
  1535. {mso-list-id:1242174498;
  1536. mso-list-type:simple;
  1537. mso-list-template-ids:67698689;}
  1538. @list l29:level1
  1539. {mso-level-number-format:bullet;
  1540. mso-level-text:\F0B7;
  1541. mso-level-tab-stop:.25in;
  1542. mso-level-number-position:left;
  1543. margin-left:.25in;
  1544. text-indent:-.25in;
  1545. font-family:Symbol;}
  1546. @list l30
  1547. {mso-list-id:1247305601;
  1548. mso-list-type:simple;
  1549. mso-list-template-ids:67698689;}
  1550. @list l30:level1
  1551. {mso-level-number-format:bullet;
  1552. mso-level-text:\F0B7;
  1553. mso-level-tab-stop:.25in;
  1554. mso-level-number-position:left;
  1555. margin-left:.25in;
  1556. text-indent:-.25in;
  1557. font-family:Symbol;}
  1558. @list l31
  1559. {mso-list-id:1352609911;
  1560. mso-list-type:simple;
  1561. mso-list-template-ids:67698689;}
  1562. @list l31:level1
  1563. {mso-level-number-format:bullet;
  1564. mso-level-text:\F0B7;
  1565. mso-level-tab-stop:.25in;
  1566. mso-level-number-position:left;
  1567. margin-left:.25in;
  1568. text-indent:-.25in;
  1569. font-family:Symbol;}
  1570. @list l32
  1571. {mso-list-id:1387410818;
  1572. mso-list-type:simple;
  1573. mso-list-template-ids:67698703;}
  1574. @list l32:level1
  1575. {mso-level-tab-stop:.25in;
  1576. mso-level-number-position:left;
  1577. margin-left:.25in;
  1578. text-indent:-.25in;}
  1579. @list l33
  1580. {mso-list-id:1434664814;
  1581. mso-list-type:simple;
  1582. mso-list-template-ids:-1000035972;}
  1583. @list l33:level1
  1584. {mso-level-tab-stop:.25in;
  1585. mso-level-number-position:left;
  1586. margin-left:.25in;
  1587. text-indent:-.25in;}
  1588. @list l34
  1589. {mso-list-id:1435589206;
  1590. mso-list-type:simple;
  1591. mso-list-template-ids:67698689;}
  1592. @list l34:level1
  1593. {mso-level-number-format:bullet;
  1594. mso-level-text:\F0B7;
  1595. mso-level-tab-stop:.25in;
  1596. mso-level-number-position:left;
  1597. margin-left:.25in;
  1598. text-indent:-.25in;
  1599. font-family:Symbol;}
  1600. @list l35
  1601. {mso-list-id:1440906259;
  1602. mso-list-type:simple;
  1603. mso-list-template-ids:67698689;}
  1604. @list l35:level1
  1605. {mso-level-number-format:bullet;
  1606. mso-level-text:\F0B7;
  1607. mso-level-tab-stop:.25in;
  1608. mso-level-number-position:left;
  1609. margin-left:.25in;
  1610. text-indent:-.25in;
  1611. font-family:Symbol;}
  1612. @list l36
  1613. {mso-list-id:1484086278;
  1614. mso-list-type:simple;
  1615. mso-list-template-ids:67698703;}
  1616. @list l36:level1
  1617. {mso-level-tab-stop:.25in;
  1618. mso-level-number-position:left;
  1619. margin-left:.25in;
  1620. text-indent:-.25in;}
  1621. @list l37
  1622. {mso-list-id:1602645195;
  1623. mso-list-type:simple;
  1624. mso-list-template-ids:67698689;}
  1625. @list l37:level1
  1626. {mso-level-number-format:bullet;
  1627. mso-level-text:\F0B7;
  1628. mso-level-tab-stop:.25in;
  1629. mso-level-number-position:left;
  1630. margin-left:.25in;
  1631. text-indent:-.25in;
  1632. font-family:Symbol;}
  1633. @list l38
  1634. {mso-list-id:1610774877;
  1635. mso-list-type:simple;
  1636. mso-list-template-ids:67698689;}
  1637. @list l38:level1
  1638. {mso-level-number-format:bullet;
  1639. mso-level-text:\F0B7;
  1640. mso-level-tab-stop:.25in;
  1641. mso-level-number-position:left;
  1642. margin-left:.25in;
  1643. text-indent:-.25in;
  1644. font-family:Symbol;}
  1645. @list l39
  1646. {mso-list-id:1615479013;
  1647. mso-list-type:simple;
  1648. mso-list-template-ids:70557352;}
  1649. @list l39:level1
  1650. {mso-level-number-format:bullet;
  1651. mso-level-text:\F0B7;
  1652. mso-level-tab-stop:.25in;
  1653. mso-level-number-position:left;
  1654. margin-left:.25in;
  1655. text-indent:-.25in;
  1656. font-family:Symbol;}
  1657. @list l40
  1658. {mso-list-id:1656881520;
  1659. mso-list-type:simple;
  1660. mso-list-template-ids:67698689;}
  1661. @list l40:level1
  1662. {mso-level-number-format:bullet;
  1663. mso-level-text:\F0B7;
  1664. mso-level-tab-stop:.25in;
  1665. mso-level-number-position:left;
  1666. margin-left:.25in;
  1667. text-indent:-.25in;
  1668. font-family:Symbol;}
  1669. @list l41
  1670. {mso-list-id:1686596083;
  1671. mso-list-type:simple;
  1672. mso-list-template-ids:67698689;}
  1673. @list l41:level1
  1674. {mso-level-number-format:bullet;
  1675. mso-level-text:\F0B7;
  1676. mso-level-tab-stop:.25in;
  1677. mso-level-number-position:left;
  1678. margin-left:.25in;
  1679. text-indent:-.25in;
  1680. font-family:Symbol;}
  1681. @list l42
  1682. {mso-list-id:1780173060;
  1683. mso-list-type:simple;
  1684. mso-list-template-ids:67698703;}
  1685. @list l42:level1
  1686. {mso-level-tab-stop:.25in;
  1687. mso-level-number-position:left;
  1688. margin-left:.25in;
  1689. text-indent:-.25in;}
  1690. @list l43
  1691. {mso-list-id:1809861688;
  1692. mso-list-type:simple;
  1693. mso-list-template-ids:1656119020;}
  1694. @list l43:level1
  1695. {mso-level-style-link:"Numbered List 2";
  1696. mso-level-tab-stop:.5in;
  1697. mso-level-number-position:left;
  1698. text-indent:-.25in;}
  1699. @list l44
  1700. {mso-list-id:1835412302;
  1701. mso-list-type:simple;
  1702. mso-list-template-ids:67698689;}
  1703. @list l44:level1
  1704. {mso-level-number-format:bullet;
  1705. mso-level-text:\F0B7;
  1706. mso-level-tab-stop:.25in;
  1707. mso-level-number-position:left;
  1708. margin-left:.25in;
  1709. text-indent:-.25in;
  1710. font-family:Symbol;}
  1711. @list l45
  1712. {mso-list-id:1839688267;
  1713. mso-list-type:simple;
  1714. mso-list-template-ids:67698689;}
  1715. @list l45:level1
  1716. {mso-level-number-format:bullet;
  1717. mso-level-text:\F0B7;
  1718. mso-level-tab-stop:.25in;
  1719. mso-level-number-position:left;
  1720. margin-left:.25in;
  1721. text-indent:-.25in;
  1722. font-family:Symbol;}
  1723. @list l46
  1724. {mso-list-id:1892156636;
  1725. mso-list-type:simple;
  1726. mso-list-template-ids:2143072124;}
  1727. @list l46:level1
  1728. {mso-level-number-format:bullet;
  1729. mso-level-style-link:"Index 1";
  1730. mso-level-text:\F0B7;
  1731. mso-level-tab-stop:.5in;
  1732. mso-level-number-position:left;
  1733. text-indent:-.25in;
  1734. font-family:Symbol;}
  1735. @list l47
  1736. {mso-list-id:1908110580;
  1737. mso-list-type:simple;
  1738. mso-list-template-ids:-1994478282;}
  1739. @list l47:level1
  1740. {mso-level-style-link:"Numbered List 1";
  1741. mso-level-tab-stop:.25in;
  1742. mso-level-number-position:left;
  1743. margin-left:.25in;
  1744. text-indent:-.25in;}
  1745. @list l48
  1746. {mso-list-id:1925800502;
  1747. mso-list-type:simple;
  1748. mso-list-template-ids:-387552862;}
  1749. @list l48:level1
  1750. {mso-level-tab-stop:.25in;
  1751. mso-level-number-position:left;
  1752. margin-left:.25in;
  1753. text-indent:-.25in;}
  1754. @list l49
  1755. {mso-list-id:2128041332;
  1756. mso-list-type:simple;
  1757. mso-list-template-ids:67698689;}
  1758. @list l49:level1
  1759. {mso-level-number-format:bullet;
  1760. mso-level-text:\F0B7;
  1761. mso-level-tab-stop:.25in;
  1762. mso-level-number-position:left;
  1763. margin-left:.25in;
  1764. text-indent:-.25in;
  1765. font-family:Symbol;}
  1766. ol
  1767. {margin-bottom:0in;}
  1768. ul
  1769. {margin-bottom:0in;}
  1770. -->
  1771. </style>
  1772. <!--[if gte mso 9]><xml>
  1773. <o:shapedefaults v:ext="edit" spidmax="2050"/>
  1774. </xml><![endif]--><!--[if gte mso 9]><xml>
  1775. <o:shapelayout v:ext="edit">
  1776. <o:idmap v:ext="edit" data="1"/>
  1777. </o:shapelayout></xml><![endif]-->
  1778. </head>
  1779. <body lang=EN-US style='tab-interval:5.0in'>
  1780. <div class=Section1>
  1781. <h1>NDIS Component </h1>
  1782. <p class=Text>The Network Driver Interface Specification (NDIS) component
  1783. provides the run time environment (APIs, execution context) used by all network
  1784. device (NIC) drivers, as well as by network protocols (e.g. TCP/IP). NIC
  1785. drivers and network drivers use NDIS APIs to interact with each other. NDIS
  1786. also supports a mechanism for administering network protocols by using
  1787. NetConfig. </p>
  1788. <h2><span style='color:black'>Configuring the Component<o:p></o:p></span></h2>
  1789. <p class=Text>There are no configuration requirements for this component.</p>
  1790. <h3><span style='color:black'>Design Issues<o:p></o:p></span></h3>
  1791. <p class=Text style='margin-left:.5in;text-indent:-.5in;mso-text-indent-alt:
  1792. -.25in;mso-list:l22 level1 lfo64;mso-list-change:\F0B7 "Arvind Murching" 20001113T1247;
  1793. tab-stops:list .5in'><![if !supportLists]><span style='font-family:Symbol'><span
  1794. style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  1795. </span></span><![endif]>NDIS is a base component required for any type of
  1796. network functionality.</p>
  1797. <p class=Text style='margin-left:.5in;text-indent:-.5in;mso-text-indent-alt:
  1798. -.25in;mso-list:l22 level1 lfo64;mso-list-change:\F0B7 "Arvind Murching" 20001113T1247;
  1799. tab-stops:list .5in'><![if !supportLists]><span style='font-family:Symbol'><span
  1800. style='font:7.0pt "Times New Roman"'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  1801. </span></span><![endif]>NDIS must be started before any other network driver
  1802. starts.</p>
  1803. <p class=Text><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
  1804. <p class=Text><![if !supportEmptyParas]>&nbsp;<![endif]><o:p></o:p></p>
  1805. </div>
  1806. <div style='mso-element:comment-list'><![if !supportAnnotations]>
  1807. <hr class=msocomoff align=left size=1 width="33%">
  1808. <![endif]></div>
  1809. </body>
  1810. </html>