metanorma-generic 1.4.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. checksums.yaml +7 -0
  2. data/.github/workflows/macos.yml +39 -0
  3. data/.github/workflows/ubuntu.yml +39 -0
  4. data/.github/workflows/windows.yml +42 -0
  5. data/.gitignore +1 -0
  6. data/.hound.yml +3 -0
  7. data/.rubocop.ribose.yml +66 -0
  8. data/.rubocop.tb.yml +650 -0
  9. data/.rubocop.yml +10 -0
  10. data/CODE_OF_CONDUCT.md +74 -0
  11. data/Gemfile +11 -0
  12. data/LICENSE +25 -0
  13. data/README.adoc +52 -0
  14. data/Rakefile +6 -0
  15. data/bin/console +14 -0
  16. data/bin/rspec +17 -0
  17. data/bin/setup +8 -0
  18. data/lib/asciidoctor/generic.rb +7 -0
  19. data/lib/asciidoctor/generic/basicdoc.rng +1059 -0
  20. data/lib/asciidoctor/generic/biblio.rng +1142 -0
  21. data/lib/asciidoctor/generic/converter.rb +172 -0
  22. data/lib/asciidoctor/generic/generic.rng +79 -0
  23. data/lib/asciidoctor/generic/isodoc.rng +1033 -0
  24. data/lib/asciidoctor/generic/reqt.rng +171 -0
  25. data/lib/asciidoctor/generic/rsd.rng +225 -0
  26. data/lib/isodoc/generic.rb +10 -0
  27. data/lib/isodoc/generic/base_convert.rb +59 -0
  28. data/lib/isodoc/generic/html/generic.scss +766 -0
  29. data/lib/isodoc/generic/html/header.html +253 -0
  30. data/lib/isodoc/generic/html/html_generic_intro.html +8 -0
  31. data/lib/isodoc/generic/html/html_generic_titlepage.html +106 -0
  32. data/lib/isodoc/generic/html/htmlstyle.scss +710 -0
  33. data/lib/isodoc/generic/html/logo.jpg +0 -0
  34. data/lib/isodoc/generic/html/scripts.html +84 -0
  35. data/lib/isodoc/generic/html/scripts.pdf.html +72 -0
  36. data/lib/isodoc/generic/html/word_generic_intro.html +72 -0
  37. data/lib/isodoc/generic/html/word_generic_titlepage.html +75 -0
  38. data/lib/isodoc/generic/html/wordstyle.scss +1157 -0
  39. data/lib/isodoc/generic/html_convert.rb +63 -0
  40. data/lib/isodoc/generic/metadata.rb +48 -0
  41. data/lib/isodoc/generic/pdf_convert.rb +64 -0
  42. data/lib/isodoc/generic/word_convert.rb +56 -0
  43. data/lib/metanorma-generic.rb +8 -0
  44. data/lib/metanorma/generic.rb +88 -0
  45. data/lib/metanorma/generic/processor.rb +71 -0
  46. data/lib/metanorma/generic/version.rb +5 -0
  47. data/metanorma-generic.gemspec +43 -0
  48. data/metanorma.yml.example +19 -0
  49. metadata +276 -0
@@ -0,0 +1,84 @@
1
+ <script>
2
+ //TOC generation
3
+ $('#toc').toc({
4
+ 'selectors': toclevel(), //elements to use as headings
5
+ 'container': 'main', //element to find all selectors in
6
+ 'smoothScrolling': true, //enable or disable smooth scrolling on click
7
+ 'prefix': 'toc', //prefix for anchor tags and class names
8
+ 'onHighlight': function(el) {}, //called when a new section is highlighted
9
+ 'highlightOnScroll': true, //add class to heading that is currently in focus
10
+ 'highlightOffset': 100, //offset to trigger the next headline
11
+ 'anchorName': function(i, heading, prefix) { //custom function for anchor name
12
+ return prefix+i;
13
+ },
14
+ 'headerText': function(i, heading, $heading) { //custom function building the header-item text
15
+ return $heading.text();
16
+ },
17
+ 'itemClass': function(i, heading, $heading, prefix) { // custom function for item class
18
+ return $heading[0].tagName.toLowerCase();
19
+ }
20
+ });
21
+
22
+ </script>
23
+
24
+ <script>
25
+ //TOC toggle animation
26
+ $('#toggle').on('click', function(){
27
+ if( $('nav').is(':visible') ) {
28
+ $('nav').animate({ 'left': '-353px' }, 'slow', function(){
29
+ $('nav').hide();
30
+ });
31
+ $('.container').animate({ 'padding-left': '31px' }, 'slow');
32
+ }
33
+ else {
34
+ $('nav').show();
35
+ $('nav').animate({ 'left': '0px' }, 'slow');
36
+ $('.container').animate({ 'padding-left': '360px' }, 'slow');
37
+ }
38
+ });
39
+ </script>
40
+
41
+ <script>
42
+ // Scroll to top button
43
+ window.onscroll = function() {scrollFunction()};
44
+
45
+ function scrollFunction() {
46
+ if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
47
+ document.getElementById("myBtn").style.display = "block";
48
+ } else {
49
+ document.getElementById("myBtn").style.display = "none";
50
+ }
51
+ }
52
+
53
+ // When the user clicks on the button, scroll to the top of the document
54
+ function topFunction() {
55
+ document.body.scrollTop = 0;
56
+ document.documentElement.scrollTop = 0;
57
+ }
58
+ </script>
59
+
60
+ <script>
61
+ /**
62
+ * AnchorJS - v4.1.0 - 2017-09-20
63
+ * https://github.com/bryanbraun/anchorjs
64
+ * Copyright (c) 2017 Bryan Braun; Licensed MIT
65
+ */
66
+ !function(A,e){"use strict";"function"==typeof define&&define.amd?define([],e):"object"==typeof module&&module.exports?module.exports=e():(A.AnchorJS=e(),A.anchors=new A.AnchorJS)}(this,function(){"use strict";return function(A){function e(A){A.icon=A.hasOwnProperty("icon")?A.icon:"",A.visible=A.hasOwnProperty("visible")?A.visible:"hover",A.placement=A.hasOwnProperty("placement")?A.placement:"right",A.ariaLabel=A.hasOwnProperty("ariaLabel")?A.ariaLabel:"Anchor",A.class=A.hasOwnProperty("class")?A.class:"",A.truncate=A.hasOwnProperty("truncate")?Math.floor(A.truncate):64}function t(A){var e;if("string"==typeof A||A instanceof String)e=[].slice.call(document.querySelectorAll(A));else{if(!(Array.isArray(A)||A instanceof NodeList))throw new Error("The selector provided to AnchorJS was invalid.");e=[].slice.call(A)}return e}function i(){if(null===document.head.querySelector("style.anchorjs")){var A,e=document.createElement("style");e.className="anchorjs",e.appendChild(document.createTextNode("")),void 0===(A=document.head.querySelector('[rel="stylesheet"], style'))?document.head.appendChild(e):document.head.insertBefore(e,A),e.sheet.insertRule(" .anchorjs-link { opacity: 0; text-decoration: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }",e.sheet.cssRules.length),e.sheet.insertRule(" *:hover > .anchorjs-link, .anchorjs-link:focus { opacity: 1; }",e.sheet.cssRules.length),e.sheet.insertRule(" [data-anchorjs-icon]::after { content: attr(data-anchorjs-icon); }",e.sheet.cssRules.length),e.sheet.insertRule(' @font-face { font-family: "anchorjs-icons"; src: url(data:n/a;base64,AAEAAAALAIAAAwAwT1MvMg8yG2cAAAE4AAAAYGNtYXDp3gC3AAABpAAAAExnYXNwAAAAEAAAA9wAAAAIZ2x5ZlQCcfwAAAH4AAABCGhlYWQHFvHyAAAAvAAAADZoaGVhBnACFwAAAPQAAAAkaG10eASAADEAAAGYAAAADGxvY2EACACEAAAB8AAAAAhtYXhwAAYAVwAAARgAAAAgbmFtZQGOH9cAAAMAAAAAunBvc3QAAwAAAAADvAAAACAAAQAAAAEAAHzE2p9fDzz1AAkEAAAAAADRecUWAAAAANQA6R8AAAAAAoACwAAAAAgAAgAAAAAAAAABAAADwP/AAAACgAAA/9MCrQABAAAAAAAAAAAAAAAAAAAAAwABAAAAAwBVAAIAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAMCQAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAg//0DwP/AAEADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAAIAAAACgAAxAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADAAAAAIAAgAAgAAACDpy//9//8AAAAg6cv//f///+EWNwADAAEAAAAAAAAAAAAAAAAACACEAAEAAAAAAAAAAAAAAAAxAAACAAQARAKAAsAAKwBUAAABIiYnJjQ3NzY2MzIWFxYUBwcGIicmNDc3NjQnJiYjIgYHBwYUFxYUBwYGIwciJicmNDc3NjIXFhQHBwYUFxYWMzI2Nzc2NCcmNDc2MhcWFAcHBgYjARQGDAUtLXoWOR8fORYtLTgKGwoKCjgaGg0gEhIgDXoaGgkJBQwHdR85Fi0tOAobCgoKOBoaDSASEiANehoaCQkKGwotLXoWOR8BMwUFLYEuehYXFxYugC44CQkKGwo4GkoaDQ0NDXoaShoKGwoFBe8XFi6ALjgJCQobCjgaShoNDQ0NehpKGgobCgoKLYEuehYXAAAADACWAAEAAAAAAAEACAAAAAEAAAAAAAIAAwAIAAEAAAAAAAMACAAAAAEAAAAAAAQACAAAAAEAAAAAAAUAAQALAAEAAAAAAAYACAAAAAMAAQQJAAEAEAAMAAMAAQQJAAIABgAcAAMAAQQJAAMAEAAMAAMAAQQJAAQAEAAMAAMAAQQJAAUAAgAiAAMAAQQJAAYAEAAMYW5jaG9yanM0MDBAAGEAbgBjAGgAbwByAGoAcwA0ADAAMABAAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAP) format("truetype"); }',e.sheet.cssRules.length)}}this.options=A||{},this.elements=[],e(this.options),this.isTouchDevice=function(){return!!("ontouchstart"in window||window.DocumentTouch&&document instanceof DocumentTouch)},this.add=function(A){var n,o,s,a,r,c,h,l,u,d,f,p=[];if(e(this.options),"touch"===(f=this.options.visible)&&(f=this.isTouchDevice()?"always":"hover"),A||(A="h2, h3, h4, h5, h6"),0===(n=t(A)).length)return this;for(i(),o=document.querySelectorAll("[id]"),s=[].map.call(o,function(A){return A.id}),r=0;r<n.length;r++)if(this.hasAnchorJSLink(n[r]))p.push(r);else{if(n[r].hasAttribute("id"))a=n[r].getAttribute("id");else if(n[r].hasAttribute("data-anchor-id"))a=n[r].getAttribute("data-anchor-id");else{u=l=this.urlify(n[r].textContent),h=0;do{void 0!==c&&(u=l+"-"+h),c=s.indexOf(u),h+=1}while(-1!==c);c=void 0,s.push(u),n[r].setAttribute("id",u),a=u}a.replace(/-/g," "),(d=document.createElement("a")).className="anchorjs-link "+this.options.class,d.href="#"+a,d.setAttribute("aria-label",this.options.ariaLabel),d.setAttribute("data-anchorjs-icon",this.options.icon),"always"===f&&(d.style.opacity="1"),""===this.options.icon&&(d.style.font="1em/1 anchorjs-icons","left"===this.options.placement&&(d.style.lineHeight="inherit")),"left"===this.options.placement?(d.style.position="absolute",d.style.marginLeft="-1em",d.style.paddingRight="0.5em",n[r].insertBefore(d,n[r].firstChild)):(d.style.paddingLeft="0.375em",n[r].appendChild(d))}for(r=0;r<p.length;r++)n.splice(p[r]-r,1);return this.elements=this.elements.concat(n),this},this.remove=function(A){for(var e,i,n=t(A),o=0;o<n.length;o++)(i=n[o].querySelector(".anchorjs-link"))&&(-1!==(e=this.elements.indexOf(n[o]))&&this.elements.splice(e,1),n[o].removeChild(i));return this},this.removeAll=function(){this.remove(this.elements)},this.urlify=function(A){var t=/[& +$,:;=?@"#{}|^~[`%!'<>\]\.\/\(\)\*\\]/g;return this.options.truncate||e(this.options),A.trim().replace(/\'/gi,"").replace(t,"-").replace(/-{2,}/g,"-").substring(0,this.options.truncate).replace(/^-+|-+$/gm,"").toLowerCase()},this.hasAnchorJSLink=function(A){var e=A.firstChild&&(" "+A.firstChild.className+" ").indexOf(" anchorjs-link ")>-1,t=A.lastChild&&(" "+A.lastChild.className+" ").indexOf(" anchorjs-link ")>-1;return e||t||!1}}}); </script>
67
+
68
+ <script>
69
+ /*
70
+ $(document).ready(function() {
71
+ $('[id^=toc]').each(function ()
72
+ {
73
+ var currentToc = $(this);
74
+ var url = window.location.href;
75
+ currentToc.wrap("<a href='" + url + "#" + currentToc.attr("id") + "' </a>");
76
+ });
77
+ });
78
+ */
79
+ anchors.options = {
80
+ placement: 'left'
81
+ };
82
+ anchors.add('h1, h2, h3, h4');
83
+ </script>
84
+
@@ -0,0 +1,72 @@
1
+ <script>
2
+ //TOC generation
3
+ $('#toc').toc({
4
+ 'selectors': toclevel(), //elements to use as headings
5
+ 'container': 'main', //element to find all selectors in
6
+ 'smoothScrolling': true, //enable or disable smooth scrolling on click
7
+ 'prefix': 'toc', //prefix for anchor tags and class names
8
+ 'onHighlight': function(el) {}, //called when a new section is highlighted
9
+ 'highlightOnScroll': false, //add class to heading that is currently in focus
10
+ 'highlightOffset': 100, //offset to trigger the next headline
11
+ 'anchorName': function(i, heading, prefix) { //custom function for anchor name
12
+ return prefix+i;
13
+ },
14
+ 'headerText': function(i, heading, $heading) { //custom function building the header-item text
15
+ return $heading.text();
16
+ },
17
+ 'itemClass': function(i, heading, $heading, prefix) { // custom function for item class
18
+ return $heading[0].tagName.toLowerCase();
19
+ }
20
+ });
21
+
22
+ </script>
23
+
24
+ <script>
25
+ //TOC toggle animation
26
+ $('#toggle').on('click', function(){
27
+ if( $('nav').is(':visible') ) {
28
+ $('nav').animate({ 'left': '-353px' }, 'slow', function(){
29
+ $('nav').hide();
30
+ });
31
+ $('.container').animate({ 'padding-left': '31px' }, 'slow');
32
+ }
33
+ else {
34
+ $('nav').show();
35
+ $('nav').animate({ 'left': '0px' }, 'slow');
36
+ $('.container').animate({ 'padding-left': '360px' }, 'slow');
37
+ }
38
+ });
39
+ </script>
40
+
41
+ <script>
42
+ // Scroll to top button
43
+ window.onscroll = function() {scrollFunction()};
44
+
45
+ function scrollFunction() {
46
+ if (document.body.scrollTop > 100 || document.documentElement.scrollTop > 100) {
47
+ document.getElementById("myBtn").style.display = "block";
48
+ } else {
49
+ document.getElementById("myBtn").style.display = "none";
50
+ }
51
+ }
52
+
53
+ // When the user clicks on the button, scroll to the top of the document
54
+ function topFunction() {
55
+ document.body.scrollTop = 0;
56
+ document.documentElement.scrollTop = 0;
57
+ }
58
+ </script>
59
+
60
+ <script>
61
+ /*
62
+ $(document).ready(function() {
63
+ $('[id^=toc]').each(function ()
64
+ {
65
+ var currentToc = $(this);
66
+ var url = window.location.href;
67
+ currentToc.wrap("<a href='" + url + "#" + currentToc.attr("id") + "' </a>");
68
+ });
69
+ });
70
+ */
71
+ </script>
72
+
@@ -0,0 +1,72 @@
1
+ <div style='mso-element:para-border-div;border:solid windowtext 1.0pt;
2
+ border-bottom:none;mso-border-top-alt:solid windowtext .5pt;mso-border-left-alt:
3
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 0cm 4.0pt;
4
+ margin-left:5.1pt;margin-right:5.1pt'>
5
+
6
+ <p class="zzCopyright" align="left" style='margin-top:2.0pt;margin-right:0cm;
7
+ margin-bottom:12.0pt;margin-left:0cm;text-align:left;page-break-before:always;
8
+ mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-top-alt:
9
+ solid windowtext .5pt;mso-border-left-alt:solid windowtext .5pt;mso-border-right-alt:
10
+ solid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 0cm 4.0pt'><span
11
+ lang="EN-GB" style='color:windowtext'>© {{ agency }} {{ docyear }}, Published in Switzerland.<o:p></o:p></span></p>
12
+
13
+ <p class="zzCopyright" style='margin-top:0cm;margin-right:0cm;margin-bottom:12.0pt;
14
+ margin-left:0cm;mso-layout-grid-align:none;text-autospace:none;border:none;
15
+ mso-border-left-alt:solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;
16
+ padding:0cm;mso-padding-alt:0cm 4.0pt 0cm 4.0pt'><span lang="EN-GB"
17
+ style='font-size:10.0pt;mso-bidi-font-size:11.0pt;color:windowtext'>All rights
18
+ reserved. Unless otherwise specified, no part of this publication may be
19
+ reproduced or utilized otherwise in any form or by any means, electronic or
20
+ mechanical, including photocopying, or posting on the internet or an intranet,
21
+ without prior written permission. Permission can be requested from either ISO
22
+ at the address below or ISO’s member body in the country of the requester.<o:p></o:p></span></p>
23
+
24
+ <p class="zzCopyright" style='margin:0cm;margin-bottom:.0001pt;text-indent:20.15pt;
25
+ mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-left-alt:
26
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:0cm;
27
+ mso-padding-alt:0cm 4.0pt 0cm 4.0pt'><span lang="EN-GB" style='font-size:10.0pt;
28
+ mso-bidi-font-size:11.0pt;color:windowtext'>ISO copyright office<o:p></o:p></span></p>
29
+
30
+ <p class="zzCopyright" style='margin:0cm;margin-bottom:.0001pt;text-indent:20.15pt;
31
+ mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-left-alt:
32
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:0cm;
33
+ mso-padding-alt:0cm 4.0pt 0cm 4.0pt'><span lang="EN-GB" style='font-size:10.0pt;
34
+ mso-bidi-font-size:11.0pt;color:windowtext'>Ch. de Blandonnet 8 &#x2022; CP 401<o:p></o:p></span></p>
35
+
36
+ <p class="zzCopyright" style='margin:0cm;margin-bottom:.0001pt;text-indent:20.15pt;
37
+ mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-left-alt:
38
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:0cm;
39
+ mso-padding-alt:0cm 4.0pt 0cm 4.0pt'><span lang="EN-GB" style='font-size:10.0pt;
40
+ mso-bidi-font-size:11.0pt;color:windowtext'>CH-1214 Vernier, Geneva,
41
+ Switzerland<o:p></o:p></span></p>
42
+
43
+ <p class="zzCopyright" style='margin:0cm;margin-bottom:.0001pt;text-indent:20.15pt;
44
+ mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-left-alt:
45
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:0cm;
46
+ mso-padding-alt:0cm 4.0pt 0cm 4.0pt'><span lang="EN-GB" style='font-size:10.0pt;
47
+ mso-bidi-font-size:11.0pt;color:windowtext'>Tel.&nbsp;&nbsp;+ 41 22 749 01 11<o:p></o:p></span></p>
48
+
49
+ <p class="zzCopyright" style='margin:0cm;margin-bottom:.0001pt;text-indent:20.15pt;
50
+ mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-left-alt:
51
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:0cm;
52
+ mso-padding-alt:0cm 4.0pt 0cm 4.0pt'><span lang="EN-GB" style='font-size:10.0pt;
53
+ mso-bidi-font-size:11.0pt;color:windowtext'>Fax&nbsp;&nbsp;+ 41 22 749 09 47<o:p></o:p></span></p>
54
+
55
+ <p class="zzCopyright" style='margin:0cm;margin-bottom:.0001pt;text-indent:20.15pt;
56
+ mso-layout-grid-align:none;text-autospace:none;border:none;mso-border-left-alt:
57
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:0cm;
58
+ mso-padding-alt:0cm 4.0pt 0cm 4.0pt'><span lang="EN-GB" style='font-size:10.0pt;
59
+ mso-bidi-font-size:11.0pt;color:windowtext'>copyright@iso.org<o:p></o:p></span></p>
60
+
61
+ <p class="zzCopyright" style='margin-top:0cm;margin-right:0cm;margin-bottom:12.0pt;
62
+ margin-left:0cm;text-indent:20.15pt;mso-layout-grid-align:none;text-autospace:
63
+ none;border:none;mso-border-left-alt:solid windowtext .5pt;mso-border-bottom-alt:
64
+ solid windowtext .5pt;mso-border-right-alt:solid windowtext .5pt;padding:0cm;
65
+ mso-padding-alt:0cm 4.0pt 1.0pt 4.0pt'><span lang="EN-GB" style='font-size:10.0pt;
66
+ mso-bidi-font-size:11.0pt;color:windowtext'>www.iso.org<o:p></o:p></span></p>
67
+
68
+ </div>
69
+
70
+ <p class="zzContents" style='margin-top:0cm'><span lang="EN-GB">Contents</span></p>
71
+
72
+ WORDTOC
@@ -0,0 +1,75 @@
1
+ <p class="MsoNormal" align="right" style='text-align:right'><b style='mso-bidi-font-weight:
2
+ normal'><span lang="EN-GB" style='font-size:14.0pt;mso-no-proof:yes'>{{ docnumber }}:{{ docyear }} {{ draftinfo }}</span></b><b
3
+ style='mso-bidi-font-weight:normal'><span lang="EN-GB" style='font-size:14.0pt'><o:p></o:p></span></b></p>
4
+
5
+ <p class="MsoNormal" align="right" style='text-align:right'><span lang="EN-GB"
6
+ style='mso-no-proof:yes'>{{ agency }}&nbsp;</span><span lang="EN-GB"><span
7
+ style='mso-no-proof:yes'>{{ tc | join: "/" }}</span></p>
8
+
9
+ <p class="MsoNormal" align="center" style='text-align:center;line-height:18.0pt;margin-bottom:0.0pt'><b
10
+ style='mso-bidi-font-weight:normal'><span lang="EN-GB" style='font-size:24.0pt'>{{ doctitle }}</span>
11
+ </b><br/><span lang="EN-GB" style='font-size:16.0pt'>{{ docsubtitle }}</span></p>
12
+
13
+ <p class="MsoNormal" style='margin-top:100.0pt'><span lang="EN-GB"><o:p>&nbsp;</o:p></span></p>
14
+
15
+ <div style='mso-element:para-border-div;border:solid windowtext 1.0pt;
16
+ mso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
17
+ margin-left:4.25pt;margin-right:4.25pt'>
18
+
19
+ <p class="MsoNormal" align="center" style='text-align:center;border:none;
20
+ mso-border-alt:solid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span
21
+ lang="EN-GB" style='font-size:16.0pt'>{% if unpublished %}{{ stage }} {% endif %}{{ doctype }}</span></p>
22
+
23
+ {% if security %}
24
+ <p class="MsoNormal" align="center" style='text-align:center;border:none;
25
+ mso-border-alt:solid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span
26
+ lang="EN-GB" style='font-size:16.0pt'> Classification: {{ security }}</span></p>
27
+ {% endif %}
28
+
29
+ {% if doctype == "Policy And Procedures" or doctype == "Proposal" %}
30
+ <p class="MsoNormal" align="center" style='text-align:center;border:none;
31
+ mso-border-alt:solid windowtext .5pt;padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span
32
+ lang="EN-GB" style='font-size:16.0pt'>{{ revdate }}<o:p></o:p></span></p>
33
+ {% endif %}
34
+ </div>
35
+
36
+ <p class="MsoNormal" style='margin-bottom:6.0pt'><span lang="EN-GB"><o:p>&nbsp;</o:p></span></p>
37
+
38
+ <div style='mso-element:para-border-div;border:solid windowtext 1.0pt;
39
+ mso-border-alt:solid windowtext .5pt;padding:1.0pt 4.0pt 1.0pt 4.0pt;
40
+ margin-left:4.25pt;margin-right:4.25pt'>
41
+
42
+ {% if unpublished %}
43
+ <p class="MsoNormal" align="center" style='margin-bottom:6.0pt;text-align:center;
44
+ border:none;mso-border-alt:solid windowtext .5pt;padding:0cm;mso-padding-alt:
45
+ 1.0pt 4.0pt 1.0pt 4.0pt'><b style='mso-bidi-font-weight:normal'><span
46
+ lang="EN-GB" style='font-size:10.0pt;mso-bidi-font-size:11.0pt'>Warning for drafts<o:p></o:p></span></b></p>
47
+
48
+ <p class="MsoNormal" style='margin-bottom:6.0pt;border:none;mso-border-alt:solid windowtext .5pt;
49
+ padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span lang="EN-GB"
50
+ style='font-size:10.0pt;mso-bidi-font-size:11.0pt;mso-bidi-font-weight:bold'>This document
51
+ is not a {{ agency }} Standard. It is distributed for review and
52
+ comment, and is subject to change without notice and may not be referred to as
53
+ a Standard. Recipients of this draft are invited to submit, with their
54
+ comments, notification of any relevant patent rights of which they are aware
55
+ and to provide supporting documentation.<o:p></o:p></span></p>
56
+
57
+ <p class="MsoNormal" style='border:none;mso-border-alt:solid windowtext .5pt;
58
+ padding:0cm;mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt'><span lang="EN-GB"
59
+ style='font-size:10.0pt;mso-bidi-font-size:11.0pt;mso-bidi-font-weight:bold'>Recipients
60
+ of this draft are invited to submit, with their comments, notification of any
61
+ relevant patent rights of which they are aware and to provide supporting
62
+ documentation.</span><span lang="EN-GB" style='font-size:10.0pt;mso-bidi-font-size:
63
+ 11.0pt'><o:p></o:p></span></p>
64
+
65
+ {% endif %}
66
+
67
+ </div>
68
+
69
+ <p class="MsoNormal" align="center" style='text-align:center'><span lang="EN-GB"
70
+ style='mso-no-proof:yes'>{{ publisher }}&nbsp;</span><span lang="EN-GB"><span
71
+ style='mso-no-proof:yes'>{{ docyear }}</span></p>
72
+
73
+
74
+
75
+
@@ -0,0 +1,1157 @@
1
+ /* Font Definitions */
2
+ @font-face
3
+ {font-family:Wingdings;
4
+ panose-1:5 0 0 0 0 0 0 0 0 0;
5
+ mso-font-charset:2;
6
+ mso-generic-font-family:decorative;
7
+ mso-font-pitch:variable;
8
+ mso-font-signature:0 268435456 0 0 -2147483648 0;}
9
+ @font-face
10
+ {font-family:"MS Mincho";
11
+ panose-1:2 2 6 9 4 2 5 8 3 4;
12
+ mso-font-alt:"MS 明朝";
13
+ mso-font-charset:128;
14
+ mso-generic-font-family:modern;
15
+ mso-font-pitch:fixed;
16
+ mso-font-signature:-536870145 1791491579 134217746 0 131231 0;}
17
+ @font-face
18
+ {font-family:"Cambria Math";
19
+ panose-1:2 4 5 3 5 4 6 3 2 4;
20
+ mso-font-charset:0;
21
+ mso-generic-font-family:roman;
22
+ mso-font-pitch:variable;
23
+ mso-font-signature:-536870145 1107305727 0 0 415 0;}
24
+ @font-face
25
+ {font-family:"Arial Narrow";
26
+ panose-1:2 11 5 6 2 2 2 3 2 4;
27
+ mso-font-charset:0;
28
+ mso-generic-font-family:swiss;
29
+ mso-font-pitch:variable;
30
+ mso-font-signature:3 0 0 0 1 0;}
31
+ @font-face
32
+ {font-family:"Source Sans Pro";
33
+ panose-1:2 11 5 3 3 4 3 2 2 4;
34
+ mso-font-alt:Arial;
35
+ mso-font-charset:77;
36
+ mso-generic-font-family:swiss;
37
+ mso-font-pitch:variable;
38
+ mso-font-signature:536870919 1 0 0 403 0;}
39
+ @font-face
40
+ {font-family:Tahoma;
41
+ panose-1:2 11 6 4 3 5 4 4 2 4;
42
+ mso-font-charset:0;
43
+ mso-generic-font-family:swiss;
44
+ mso-font-pitch:variable;
45
+ mso-font-signature:-520081665 -1073717157 41 0 66047 0;}
46
+ @font-face
47
+ {font-family:Times;
48
+ panose-1:2 0 5 0 0 0 0 0 0 0;
49
+ mso-font-charset:0;
50
+ mso-generic-font-family:auto;
51
+ mso-font-pitch:variable;
52
+ mso-font-signature:-536870145 1342185562 0 0 415 0;}
53
+ @font-face
54
+ {font-family:"Wingdings 2";
55
+ panose-1:5 2 1 2 1 5 7 7 7 7;
56
+ mso-font-charset:2;
57
+ mso-generic-font-family:decorative;
58
+ mso-font-pitch:variable;
59
+ mso-font-signature:0 268435456 0 0 -2147483648 0;}
60
+ @font-face
61
+ {font-family:"\@MS Mincho";
62
+ panose-1:2 2 6 9 4 2 5 8 3 4;
63
+ mso-font-charset:128;
64
+ mso-generic-font-family:modern;
65
+ mso-font-pitch:fixed;
66
+ mso-font-signature:-536870145 1791491579 134217746 0 131231 0;}
67
+ p.MsoNormal, li.MsoNormal, div.MsoNormal
68
+ {mso-style-unhide:no;
69
+ mso-style-qformat:yes;
70
+ mso-style-parent:"";
71
+ margin:0cm;
72
+ margin-bottom:12.0pt;
73
+ mso-pagination:widow-orphan;
74
+ font-size:10.5pt;
75
+ font-family:$bodyfont;
76
+ mso-fareast-font-family:"Times New Roman";
77
+ mso-ansi-language:EN-US;
78
+ mso-fareast-language:EN-US;}
79
+ p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
80
+ {mso-style-priority:34;
81
+ mso-style-unhide:no;
82
+ mso-style-qformat:yes;
83
+ margin-top:0cm;
84
+ margin-right:0cm;
85
+ margin-bottom:12.0pt;
86
+ /* do not put in margin-left, it is specific to list level */
87
+ mso-add-space:auto;
88
+ mso-pagination:widow-orphan;
89
+ font-size:10.5pt;
90
+ font-family:$bodyfont;
91
+ mso-ansi-language:EN-AU;
92
+ mso-fareast-language:EN-US;}
93
+ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
94
+ {mso-style-priority:34;
95
+ mso-style-unhide:no;
96
+ mso-style-qformat:yes;
97
+ mso-style-type:export-only;
98
+ margin-top:0cm;
99
+ margin-right:0cm;
100
+ margin-bottom:12.0pt;
101
+ /* do not put in margin-left, it is specific to list level */
102
+ mso-add-space:auto;
103
+ mso-pagination:widow-orphan;
104
+ font-size:10.5pt;
105
+ font-family:$bodyfont;
106
+ mso-ansi-language:EN-AU;
107
+ mso-fareast-language:EN-US;}
108
+ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
109
+ {mso-style-priority:34;
110
+ mso-style-unhide:no;
111
+ mso-style-qformat:yes;
112
+ mso-style-type:export-only;
113
+ margin-top:0cm;
114
+ margin-right:0cm;
115
+ margin-bottom:12.0pt;
116
+ /* do not put in margin-left, it is specific to list level */
117
+ mso-add-space:auto;
118
+ mso-pagination:widow-orphan;
119
+ font-size:10.5pt;
120
+ font-family:$bodyfont;
121
+ mso-ansi-language:EN-AU;
122
+ mso-fareast-language:EN-US;}
123
+ p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
124
+ {mso-style-priority:34;
125
+ mso-style-unhide:no;
126
+ mso-style-qformat:yes;
127
+ mso-style-type:export-only;
128
+ margin-top:0cm;
129
+ margin-right:0cm;
130
+ margin-bottom:12.0pt;
131
+ /* do not put in margin-left, it is specific to list level */
132
+ mso-add-space:auto;
133
+ mso-pagination:widow-orphan;
134
+ font-size:10.5pt;
135
+ font-family:$bodyfont;
136
+ mso-ansi-language:EN-AU;
137
+ mso-fareast-language:EN-US;}
138
+
139
+ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
140
+ {mso-style-noshow:yes;
141
+ mso-style-unhide:no;
142
+ margin:0cm;
143
+ margin-bottom:.0001pt;
144
+ mso-pagination:widow-orphan;
145
+ font-size:10.0pt;
146
+ font-family:$bodyfont;
147
+ mso-fareast-font-family:"Times New Roman";
148
+ mso-ansi-language:EN-US;
149
+ mso-fareast-language:EN-US;}
150
+ p.MsoHeader, li.MsoHeader, div.MsoHeader
151
+ {mso-style-unhide:no;
152
+ margin:0cm;
153
+ margin-bottom:.0001pt;
154
+ mso-pagination:widow-orphan;
155
+ tab-stops:center 216.0pt right 482.0pt;
156
+ font-size:10.5pt;
157
+ font-family:$bodyfont;
158
+ mso-fareast-font-family:"Times New Roman";
159
+ mso-ansi-language:EN-US;
160
+ mso-fareast-language:EN-US;}
161
+ p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape
162
+ {mso-style-unhide:no;
163
+ margin:0cm;
164
+ margin-bottom:.0001pt;
165
+ mso-pagination:widow-orphan;
166
+ tab-stops:center 367.0pt right 734.0pt;
167
+ font-size:10.5pt;
168
+ font-family:$bodyfont;
169
+ mso-fareast-font-family:"Times New Roman";
170
+ mso-ansi-language:EN-US;
171
+ mso-fareast-language:EN-US;}
172
+ p.MsoFooter, li.MsoFooter, div.MsoFooter
173
+ {mso-style-unhide:no;
174
+ margin:0cm;
175
+ margin-bottom:.0001pt;
176
+ mso-pagination:widow-orphan;
177
+ tab-stops:right 482.0pt;
178
+ font-size:10.5pt;
179
+ font-family:$bodyfont;
180
+ mso-fareast-font-family:"Times New Roman";
181
+ mso-ansi-language:EN-US;
182
+ mso-fareast-language:EN-US;}
183
+ p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape
184
+ {mso-style-unhide:no;
185
+ margin:0cm;
186
+ margin-bottom:.0001pt;
187
+ mso-pagination:widow-orphan;
188
+ tab-stops:right 734.0pt;
189
+ font-size:10.5pt;
190
+ font-family:$bodyfont;
191
+ mso-fareast-font-family:"Times New Roman";
192
+ mso-ansi-language:EN-US;
193
+ mso-fareast-language:EN-US;}
194
+ span.MsoCommentReference
195
+ {mso-style-noshow:yes;
196
+ mso-style-unhide:no;
197
+ mso-style-parent:"";
198
+ mso-ansi-font-size:8.0pt;
199
+ mso-bidi-font-size:8.0pt;}
200
+ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
201
+ {mso-style-unhide:no;
202
+ margin-top:9.0pt;
203
+ margin-right:0cm;
204
+ margin-bottom:0cm;
205
+ margin-left:0cm;
206
+ margin-bottom:.0001pt;
207
+ mso-pagination:widow-orphan;
208
+ font-size:12.0pt;
209
+ font-family:$bodyfont;
210
+ mso-fareast-font-family:"Times New Roman";
211
+ mso-bidi-font-family:"Times New Roman";
212
+ mso-ansi-language:EN-US;
213
+ mso-fareast-language:EN-US;}
214
+ p.MsoTitle, li.MsoTitle, div.MsoTitle
215
+ {mso-style-priority:10;
216
+ mso-style-unhide:no;
217
+ mso-style-qformat:yes;
218
+ mso-style-link:"Title Char";
219
+ mso-style-next:Normal;
220
+ margin:0cm;
221
+ margin-bottom:.0001pt;
222
+ mso-add-space:auto;
223
+ mso-pagination:widow-orphan;
224
+ font-size:28.0pt;
225
+ font-family:"Calibri Light",sans-serif;
226
+ mso-fareast-font-family:"Times New Roman";
227
+ mso-bidi-font-family:"Times New Roman";
228
+ letter-spacing:-.5pt;
229
+ mso-font-kerning:14.0pt;
230
+ mso-ansi-language:EN-US;
231
+ mso-fareast-language:EN-US;}
232
+ p.MsoTitleCxSpFirst, li.MsoTitleCxSpFirst, div.MsoTitleCxSpFirst
233
+ {mso-style-priority:10;
234
+ mso-style-unhide:no;
235
+ mso-style-qformat:yes;
236
+ mso-style-link:"Title Char";
237
+ mso-style-next:Normal;
238
+ mso-style-type:export-only;
239
+ margin:0cm;
240
+ margin-bottom:.0001pt;
241
+ mso-add-space:auto;
242
+ mso-pagination:widow-orphan;
243
+ font-size:28.0pt;
244
+ font-family:"Calibri Light",sans-serif;
245
+ mso-fareast-font-family:"Times New Roman";
246
+ mso-bidi-font-family:"Times New Roman";
247
+ letter-spacing:-.5pt;
248
+ mso-font-kerning:14.0pt;
249
+ mso-ansi-language:EN-US;
250
+ mso-fareast-language:EN-US;}
251
+ p.MsoTitleCxSpMiddle, li.MsoTitleCxSpMiddle, div.MsoTitleCxSpMiddle
252
+ {mso-style-priority:10;
253
+ mso-style-unhide:no;
254
+ mso-style-qformat:yes;
255
+ mso-style-link:"Title Char";
256
+ mso-style-next:Normal;
257
+ mso-style-type:export-only;
258
+ margin:0cm;
259
+ margin-bottom:.0001pt;
260
+ mso-add-space:auto;
261
+ mso-pagination:widow-orphan;
262
+ font-size:28.0pt;
263
+ font-family:"Calibri Light",sans-serif;
264
+ mso-fareast-font-family:"Times New Roman";
265
+ mso-bidi-font-family:"Times New Roman";
266
+ letter-spacing:-.5pt;
267
+ mso-font-kerning:14.0pt;
268
+ mso-ansi-language:EN-US;
269
+ mso-fareast-language:EN-US;}
270
+ p.MsoTitleCxSpLast, li.MsoTitleCxSpLast, div.MsoTitleCxSpLast
271
+ {mso-style-priority:10;
272
+ mso-style-unhide:no;
273
+ mso-style-qformat:yes;
274
+ mso-style-link:"Title Char";
275
+ mso-style-next:Normal;
276
+ mso-style-type:export-only;
277
+ margin:0cm;
278
+ margin-bottom:.0001pt;
279
+ mso-add-space:auto;
280
+ mso-pagination:widow-orphan;
281
+ font-size:28.0pt;
282
+ font-family:"Calibri Light",sans-serif;
283
+ mso-fareast-font-family:"Times New Roman";
284
+ mso-bidi-font-family:"Times New Roman";
285
+ letter-spacing:-.5pt;
286
+ mso-font-kerning:14.0pt;
287
+ mso-ansi-language:EN-US;
288
+ mso-fareast-language:EN-US;}
289
+ a:link, span.MsoHyperlink
290
+ {mso-style-unhide:no;
291
+ mso-style-parent:"";
292
+ color:blue;
293
+ text-decoration:underline;
294
+ text-underline:single;}
295
+ a:visited, span.MsoHyperlinkFollowed
296
+ {mso-style-unhide:no;
297
+ mso-style-parent:"";
298
+ color:purple;
299
+ text-decoration:underline;
300
+ text-underline:single;}
301
+ p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject
302
+ {mso-style-noshow:yes;
303
+ mso-style-unhide:no;
304
+ mso-style-parent:"Comment Text";
305
+ mso-style-next:"Comment Text";
306
+ margin:0cm;
307
+ margin-bottom:.0001pt;
308
+ mso-pagination:widow-orphan;
309
+ font-size:10.0pt;
310
+ font-family:$bodyfont;
311
+ mso-fareast-font-family:"Times New Roman";
312
+ mso-ansi-language:EN-US;
313
+ mso-fareast-language:EN-US;
314
+ font-weight:bold;}
315
+ p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
316
+ {mso-style-noshow:yes;
317
+ mso-style-unhide:no;
318
+ margin:0cm;
319
+ margin-bottom:.0001pt;
320
+ mso-pagination:widow-orphan;
321
+ font-size:8.0pt;
322
+ font-family:"Tahoma",sans-serif;
323
+ mso-fareast-font-family:"Times New Roman";
324
+ mso-ansi-language:EN-US;
325
+ mso-fareast-language:EN-US;}
326
+ span.blackgraphtxsidebar
327
+ {mso-style-name:blackgraphtxsidebar;
328
+ mso-style-unhide:no;
329
+ mso-style-parent:"";}
330
+ span.blackgraphtx
331
+ {mso-style-name:blackgraphtx;
332
+ mso-style-unhide:no;
333
+ mso-style-parent:"";}
334
+ .MsoChpDefault
335
+ {mso-style-type:export-only;
336
+ mso-default-props:yes;}
337
+ div.figure, p.figure
338
+ {text-align: center;}
339
+
340
+
341
+ h1
342
+ {mso-style-priority:1;
343
+ mso-style-unhide:no;
344
+ mso-style-qformat:yes;
345
+ mso-style-link:"Heading 1 Char";
346
+ mso-style-next:Normal;
347
+ margin-top:13.5pt;
348
+ margin-right:0cm;
349
+ margin-bottom:12.0pt;
350
+ margin-left:0cm;
351
+ text-indent:0cm;
352
+ line-height:13.5pt;
353
+ mso-pagination:widow-orphan;
354
+ page-break-after:avoid;
355
+ mso-outline-level:1;
356
+ mso-list:l1 level1 lfo6;
357
+ mso-hyphenate:none;
358
+ tab-stops:20.0pt list 21.6pt left 28.0pt;
359
+ font-size:13.0pt;
360
+ mso-bidi-font-size:11.0pt;
361
+ font-family:$headerfont;
362
+ mso-fareast-font-family:$headerfont;
363
+ color:#0E1A85;
364
+ mso-font-kerning:0pt;
365
+ mso-ansi-language:EN-GB;
366
+ mso-fareast-language:JA;
367
+ mso-bidi-font-weight:normal;}
368
+ h1.Annex
369
+ {mso-style-priority:1;
370
+ mso-style-unhide:no;
371
+ mso-style-qformat:yes;
372
+ mso-style-link:"Heading 1 Char";
373
+ mso-style-next:Normal;
374
+ margin-top:3.0pt;
375
+ margin-right:0cm;
376
+ margin-bottom:12.0pt;
377
+ margin-left:0cm;
378
+ text-indent:0cm;
379
+ line-height:12.5pt;
380
+ text-align:center;
381
+ mso-pagination:widow-orphan;
382
+ page-break-after:avoid;
383
+ font-weight:normal;
384
+ mso-outline-level:1;
385
+ mso-list:l1 level1 lfo6;
386
+ mso-hyphenate:none;
387
+ tab-stops:20.0pt list 21.6pt left 28.0pt;
388
+ font-size:12.0pt;
389
+ mso-bidi-font-size:11.0pt;
390
+ font-family:$headerfont;
391
+ mso-fareast-font-family:$headerfont;
392
+ color:#0E1A85;
393
+ mso-font-kerning:0pt;
394
+ mso-ansi-language:EN-GB;
395
+ mso-fareast-language:JA;
396
+ mso-bidi-font-weight:normal;}
397
+ .h2Annex
398
+ {mso-style-priority:2;
399
+ mso-style-unhide:no;
400
+ mso-style-qformat:yes;
401
+ mso-style-parent:"Heading 1";
402
+ mso-style-link:"Heading 2 Char";
403
+ mso-style-next:Normal;
404
+ margin-top:3.0pt;
405
+ margin-right:0cm;
406
+ margin-bottom:12.0pt;
407
+ margin-left:0cm;
408
+ text-indent:0cm;
409
+ line-height:12.5pt;
410
+ mso-pagination:widow-orphan;
411
+ page-break-after:avoid;
412
+ mso-outline-level:2;
413
+ mso-hyphenate:none;
414
+ tab-stops:27.0pt 35.0pt;
415
+ font-size:12.0pt;
416
+ font-weight:bold;
417
+ mso-bidi-font-size:11.0pt;
418
+ font-family:$headerfont;
419
+ mso-fareast-font-family:$headerfont;
420
+ color:#0E1A85;
421
+ mso-ansi-language:EN-GB;
422
+ mso-fareast-language:JA;
423
+ mso-bidi-font-weight:normal;}
424
+ h2
425
+ {mso-style-priority:2;
426
+ mso-style-unhide:no;
427
+ mso-style-qformat:yes;
428
+ mso-style-parent:"Heading 1";
429
+ mso-style-link:"Heading 2 Char";
430
+ mso-style-next:Normal;
431
+ margin-top:3.0pt;
432
+ margin-right:0cm;
433
+ margin-bottom:12.0pt;
434
+ margin-left:0cm;
435
+ text-indent:0cm;
436
+ line-height:12.5pt;
437
+ mso-pagination:widow-orphan;
438
+ page-break-after:avoid;
439
+ mso-outline-level:2;
440
+ mso-list:l1 level2 lfo6;
441
+ mso-hyphenate:none;
442
+ tab-stops:27.0pt 35.0pt;
443
+ font-size:12.0pt;
444
+ mso-bidi-font-size:11.0pt;
445
+ font-family:$headerfont;
446
+ mso-fareast-font-family:$headerfont;
447
+ color:#0E1A85;
448
+ mso-ansi-language:EN-GB;
449
+ mso-fareast-language:JA;
450
+ mso-bidi-font-weight:normal;}
451
+ h3
452
+ {mso-style-priority:3;
453
+ mso-style-unhide:no;
454
+ mso-style-qformat:yes;
455
+ mso-style-parent:"Heading 1";
456
+ mso-style-link:"Heading 3 Char";
457
+ mso-style-next:Normal;
458
+ margin-top:3.0pt;
459
+ margin-right:0cm;
460
+ margin-bottom:12.0pt;
461
+ margin-left:0cm;
462
+ text-indent:0cm;
463
+ line-height:12.0pt;
464
+ mso-pagination:widow-orphan;
465
+ page-break-after:avoid;
466
+ mso-outline-level:3;
467
+ mso-list:l1 level3 lfo6;
468
+ mso-hyphenate:none;
469
+ tab-stops:list 36.0pt left 44.0pt;
470
+ font-size:11.0pt;
471
+ font-family:$headerfont;
472
+ color:#0E1A85;
473
+ mso-fareast-font-family:$headerfont;
474
+ mso-ansi-language:EN-GB;
475
+ mso-fareast-language:JA;
476
+ mso-bidi-font-weight:normal;}
477
+ h4
478
+ {mso-style-priority:4;
479
+ mso-style-unhide:no;
480
+ mso-style-qformat:yes;
481
+ mso-style-parent:"Heading 3";
482
+ mso-style-link:"Heading 4 Char";
483
+ mso-style-next:Normal;
484
+ margin-top:3.0pt;
485
+ margin-right:0cm;
486
+ margin-bottom:12.0pt;
487
+ margin-left:0cm;
488
+ text-indent:0cm;
489
+ line-height:12.0pt;
490
+ mso-pagination:widow-orphan;
491
+ page-break-after:avoid;
492
+ mso-outline-level:4;
493
+ mso-list:l1 level4 lfo6;
494
+ mso-hyphenate:none;
495
+ tab-stops:51.05pt 57.0pt 68.0pt;
496
+ font-size:11.0pt;
497
+ font-family:$headerfont;
498
+ color:#0E1A85;
499
+ mso-fareast-font-family:$headerfont;
500
+ mso-ansi-language:EN-GB;
501
+ mso-fareast-language:JA;
502
+ mso-bidi-font-weight:normal;}
503
+ h5
504
+ {mso-style-priority:5;
505
+ mso-style-unhide:no;
506
+ mso-style-qformat:yes;
507
+ mso-style-parent:"Heading 4";
508
+ mso-style-link:"Heading 5 Char";
509
+ mso-style-next:Normal;
510
+ margin-top:3.0pt;
511
+ margin-right:0cm;
512
+ margin-bottom:12.0pt;
513
+ margin-left:0cm;
514
+ text-indent:0cm;
515
+ line-height:12.0pt;
516
+ mso-pagination:widow-orphan;
517
+ page-break-after:avoid;
518
+ mso-outline-level:5;
519
+ mso-list:l1 level5 lfo6;
520
+ mso-hyphenate:none;
521
+ tab-stops:51.05pt list 54.0pt;
522
+ font-size:11.0pt;
523
+ font-family:$headerfont;
524
+ mso-fareast-font-family:$headerfont;
525
+ color:#0E1A85;
526
+ mso-ansi-language:EN-GB;
527
+ mso-fareast-language:JA;
528
+ mso-bidi-font-weight:normal;}
529
+ h6
530
+ {mso-style-priority:6;
531
+ mso-style-unhide:no;
532
+ mso-style-qformat:yes;
533
+ mso-style-parent:"Heading 5";
534
+ mso-style-link:"Heading 6 Char";
535
+ mso-style-next:Normal;
536
+ margin-top:3.0pt;
537
+ margin-right:0cm;
538
+ margin-bottom:12.0pt;
539
+ margin-left:0cm;
540
+ text-indent:0cm;
541
+ line-height:12.0pt;
542
+ mso-pagination:widow-orphan;
543
+ page-break-after:avoid;
544
+ mso-outline-level:6;
545
+ mso-list:l1 level6 lfo6;
546
+ mso-hyphenate:none;
547
+ tab-stops:51.05pt list 72.0pt;
548
+ font-size:11.0pt;
549
+ font-family:$headerfont;
550
+ color:#0E1A85;
551
+ mso-fareast-font-family:$headerfont;
552
+ mso-ansi-language:EN-GB;
553
+ mso-fareast-language:JA;
554
+ mso-bidi-font-weight:normal;}
555
+ p.MsoToc1, li.MsoToc1, div.MsoToc1
556
+ {mso-style-priority:39;
557
+ mso-style-unhide:no;
558
+ mso-style-next:Normal;
559
+ margin-top:6.0pt;
560
+ margin-right:25.0pt;
561
+ margin-bottom:0cm;
562
+ margin-left:36.0pt;
563
+ margin-bottom:.0001pt;
564
+ text-indent:-36.0pt;
565
+ line-height:12.0pt;
566
+ mso-pagination:widow-orphan;
567
+ mso-hyphenate:none;
568
+ tab-stops:20.15pt 36.0pt right dotted 487.6pt;
569
+ font-size:10.5pt;
570
+ font-family:$bodyfont;
571
+ mso-fareast-font-family:$bodyfont;
572
+ mso-bidi-font-family:$bodyfont;
573
+ mso-ansi-language:EN-GB;
574
+ font-weight:bold;
575
+ mso-bidi-font-weight:normal;}
576
+ p.MsoToc2, li.MsoToc2, div.MsoToc2
577
+ {mso-style-noshow:yes;
578
+ mso-style-priority:39;
579
+ mso-style-unhide:no;
580
+ mso-style-parent:"TOC 1";
581
+ mso-style-next:Normal;
582
+ margin-top:0cm;
583
+ margin-right:25.0pt;
584
+ margin-bottom:0cm;
585
+ margin-left:36.0pt;
586
+ margin-bottom:.0001pt;
587
+ text-indent:-36.0pt;
588
+ line-height:12.0pt;
589
+ mso-pagination:widow-orphan;
590
+ mso-hyphenate:none;
591
+ tab-stops:20.15pt 36.0pt right dotted 487.6pt;
592
+ font-size:10.5pt;
593
+ font-family:$bodyfont;
594
+ mso-fareast-font-family:$bodyfont;
595
+ mso-bidi-font-family:$bodyfont;
596
+ mso-ansi-language:EN-GB;
597
+ font-weight:bold;
598
+ mso-bidi-font-weight:normal;}
599
+ p.MsoToc3, li.MsoToc3, div.MsoToc3
600
+ {mso-style-noshow:yes;
601
+ mso-style-priority:39;
602
+ mso-style-unhide:no;
603
+ mso-style-parent:"TOC 2";
604
+ mso-style-next:Normal;
605
+ margin-top:0cm;
606
+ margin-right:25.0pt;
607
+ margin-bottom:0cm;
608
+ margin-left:36.0pt;
609
+ margin-bottom:.0001pt;
610
+ text-indent:-36.0pt;
611
+ line-height:12.0pt;
612
+ mso-pagination:widow-orphan;
613
+ mso-hyphenate:none;
614
+ tab-stops:20.15pt 36.0pt right dotted 487.6pt;
615
+ font-size:10.5pt;
616
+ font-family:$bodyfont;
617
+ mso-fareast-font-family:$bodyfont;
618
+ mso-bidi-font-family:$bodyfont;
619
+ mso-ansi-language:EN-GB;
620
+ font-weight:bold;
621
+ mso-bidi-font-weight:normal;}
622
+ span.MsoFootnoteReference
623
+ {mso-style-priority:99;
624
+ vertical-align:super;}
625
+ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
626
+ {mso-style-noshow:yes;
627
+ mso-style-priority:99;
628
+ mso-style-link:"Footnote Text Char";
629
+ margin-top:0cm;
630
+ margin-right:0cm;
631
+ margin-bottom:12.0pt;
632
+ margin-left:0cm;
633
+ text-align:justify;
634
+ line-height:12.0pt;
635
+ mso-pagination:widow-orphan;
636
+ tab-stops:20.15pt;
637
+ font-size:10.0pt;
638
+ font-family:$bodyfont;
639
+ mso-fareast-font-family:$bodyfont;
640
+ mso-bidi-font-family:$bodyfont;
641
+ mso-ansi-language:EN-GB;
642
+ mso-fareast-language:EN-US;}
643
+ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
644
+ {mso-style-noshow:yes;
645
+ mso-style-priority:99;
646
+ mso-style-unhide:no;
647
+ mso-style-link:"Body Text Char";
648
+ margin-top:0cm;
649
+ margin-right:0cm;
650
+ margin-bottom:6.0pt;
651
+ margin-left:0cm;
652
+ text-align:justify;
653
+ line-height:12.0pt;
654
+ mso-pagination:widow-orphan;
655
+ font-size:10.5pt;
656
+ font-family:$bodyfont;
657
+ mso-fareast-font-family:$bodyfont;
658
+ mso-bidi-font-family:$bodyfont;
659
+ mso-ansi-language:EN-GB;}
660
+ span.Heading1Char
661
+ {mso-style-name:"Heading 1 Char";
662
+ mso-style-priority:1;
663
+ mso-style-unhide:no;
664
+ mso-style-locked:yes;
665
+ mso-style-parent:"";
666
+ mso-style-link:"Heading 1";
667
+ mso-ansi-font-size:13.0pt;
668
+ font-family:$headerfont;
669
+ mso-ascii-font-family:Cambria;
670
+ mso-fareast-font-family:$headerfont;
671
+ mso-hansi-font-family:$headerfont;
672
+ mso-ansi-language:EN-GB;
673
+ mso-fareast-language:JA;
674
+ font-weight:bold;
675
+ mso-bidi-font-weight:normal;}
676
+ span.Heading2Char
677
+ {mso-style-name:"Heading 2 Char";
678
+ mso-style-priority:2;
679
+ mso-style-unhide:no;
680
+ mso-style-locked:yes;
681
+ mso-style-parent:"";
682
+ mso-style-link:"Heading 2";
683
+ mso-ansi-font-size:12.0pt;
684
+ font-family:$headerfont;
685
+ mso-ascii-font-family:Cambria;
686
+ mso-fareast-font-family:$headerfont;
687
+ mso-hansi-font-family:$headerfont;
688
+ mso-ansi-language:EN-GB;
689
+ mso-fareast-language:JA;
690
+ font-weight:bold;
691
+ mso-bidi-font-weight:normal;}
692
+ span.Heading3Char
693
+ {mso-style-name:"Heading 3 Char";
694
+ mso-style-priority:3;
695
+ mso-style-unhide:no;
696
+ mso-style-locked:yes;
697
+ mso-style-parent:"";
698
+ mso-style-link:"Heading 3";
699
+ mso-ansi-font-size:11.0pt;
700
+ font-family:$headerfont;
701
+ mso-ascii-font-family:$headerfont;
702
+ mso-fareast-font-family:$headerfont;
703
+ mso-hansi-font-family:$headerfont;
704
+ mso-ansi-language:EN-GB;
705
+ mso-fareast-language:JA;
706
+ font-weight:bold;
707
+ mso-bidi-font-weight:normal;}
708
+ span.Heading4Char
709
+ {mso-style-name:"Heading 4 Char";
710
+ mso-style-priority:4;
711
+ mso-style-unhide:no;
712
+ mso-style-locked:yes;
713
+ mso-style-parent:"";
714
+ mso-style-link:"Heading 4";
715
+ mso-ansi-font-size:11.0pt;
716
+ font-family:$headerfont;
717
+ mso-ascii-font-family:$headerfont;
718
+ mso-fareast-font-family:$headerfont;
719
+ mso-hansi-font-family:$headerfont;
720
+ mso-ansi-language:EN-GB;
721
+ mso-fareast-language:JA;
722
+ font-weight:bold;
723
+ mso-bidi-font-weight:normal;}
724
+ span.Heading5Char
725
+ {mso-style-name:"Heading 5 Char";
726
+ mso-style-priority:5;
727
+ mso-style-unhide:no;
728
+ mso-style-locked:yes;
729
+ mso-style-parent:"";
730
+ mso-style-link:"Heading 5";
731
+ mso-ansi-font-size:11.0pt;
732
+ font-family:$headerfont;
733
+ mso-ascii-font-family:$headerfont;
734
+ mso-fareast-font-family:$headerfont;
735
+ mso-hansi-font-family:$headerfont;
736
+ mso-ansi-language:EN-GB;
737
+ mso-fareast-language:JA;
738
+ font-weight:bold;
739
+ mso-bidi-font-weight:normal;}
740
+ span.Heading6Char
741
+ {mso-style-name:"Heading 6 Char";
742
+ mso-style-priority:6;
743
+ mso-style-unhide:no;
744
+ mso-style-locked:yes;
745
+ mso-style-parent:"";
746
+ mso-style-link:"Heading 6";
747
+ mso-ansi-font-size:11.0pt;
748
+ font-family:$headerfont;
749
+ mso-ascii-font-family:$headerfont;
750
+ mso-fareast-font-family:$headerfont;
751
+ mso-hansi-font-family:$headerfont;
752
+ mso-ansi-language:EN-GB;
753
+ mso-fareast-language:JA;
754
+ font-weight:bold;
755
+ mso-bidi-font-weight:normal;}
756
+ p.Tablebody, li.Tablebody, div.Tablebody
757
+ {mso-style-name:"Table body";
758
+ mso-style-noshow:yes;
759
+ mso-style-unhide:no;
760
+ margin-top:3.0pt;
761
+ margin-right:0cm;
762
+ margin-bottom:3.0pt;
763
+ margin-left:0cm;
764
+ line-height:10.5pt;
765
+ mso-pagination:widow-orphan;
766
+ font-size:10.0pt;
767
+ mso-bidi-font-size:11.0pt;
768
+ font-family:$bodyfont;
769
+ mso-fareast-font-family:$bodyfont;
770
+ mso-bidi-font-family:$bodyfont;
771
+ mso-ansi-language:EN-GB;}
772
+
773
+
774
+ /* Page Definitions */
775
+ @page
776
+ {
777
+ size:612.0pt 792.0pt;
778
+ margin:36.0pt 53.85pt 21.55pt 53.85pt;
779
+ mso-header-margin:42.55pt;
780
+ mso-footer-margin:43.1pt;
781
+ mso-footnote-separator:url("file:///C:/Doc/FILENAME_files/header.html") fs;
782
+ mso-footnote-continuation-separator:url("file:///C:/Doc/FILENAME_files/header.html") fcs;
783
+ mso-endnote-separator:url("file:///C:/Doc/FILENAME_files/header.html") es;
784
+ mso-endnote-continuation-separator:url("file:///C:/Doc/FILENAME_files/header.html") ecs;
785
+ }
786
+ /* List Definitions */
787
+ @list l0
788
+ {mso-list-id:145051656;
789
+ mso-list-template-ids:2112159680;}
790
+ @list l0:level1
791
+ {mso-level-number-format:alpha-upper;
792
+ mso-level-style-link:ANNEX;
793
+ mso-level-suffix:none;
794
+ mso-level-text:"Annex\00A0%1";
795
+ mso-level-tab-stop:none;
796
+ mso-level-number-position:left;
797
+ margin-left:0cm;
798
+ text-indent:0cm;
799
+ mso-ansi-font-size:14.0pt;
800
+ mso-bidi-font-size:14.0pt;
801
+ font-family:$bodyfont;
802
+ mso-bidi-font-family:$bodyfont;
803
+ mso-ansi-font-weight:bold;
804
+ mso-ansi-font-style:normal;}
805
+ @list l0:level2
806
+ {mso-level-style-link:a2;
807
+ mso-level-text:"%1\.%2";
808
+ mso-level-tab-stop:18.0pt;
809
+ mso-level-number-position:left;
810
+ margin-left:0cm;
811
+ text-indent:0cm;
812
+ mso-bidi-font-family:$bodyfont;
813
+ mso-ansi-font-weight:bold;
814
+ mso-ansi-font-style:normal;}
815
+ @list l0:level3
816
+ {mso-level-style-link:a3;
817
+ mso-level-text:"%1\.%2\.%3";
818
+ mso-level-tab-stop:36.0pt;
819
+ mso-level-number-position:left;
820
+ margin-left:0cm;
821
+ text-indent:0cm;
822
+ mso-bidi-font-family:$bodyfont;
823
+ mso-ansi-font-weight:bold;
824
+ mso-ansi-font-style:normal;}
825
+ @list l0:level4
826
+ {mso-level-style-link:a4;
827
+ mso-level-text:"%1\.%2\.%3\.%4";
828
+ mso-level-tab-stop:54.0pt;
829
+ mso-level-number-position:left;
830
+ margin-left:0cm;
831
+ text-indent:0cm;
832
+ mso-bidi-font-family:$bodyfont;
833
+ mso-ansi-font-weight:bold;
834
+ mso-ansi-font-style:normal;}
835
+ @list l0:level5
836
+ {mso-level-style-link:a5;
837
+ mso-level-text:"%1\.%2\.%3\.%4\.%5";
838
+ mso-level-tab-stop:54.0pt;
839
+ mso-level-number-position:left;
840
+ margin-left:0cm;
841
+ text-indent:0cm;
842
+ mso-bidi-font-family:$bodyfont;
843
+ mso-ansi-font-weight:bold;
844
+ mso-ansi-font-style:normal;}
845
+ @list l0:level6
846
+ {mso-level-style-link:a6;
847
+ mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6";
848
+ mso-level-tab-stop:72.0pt;
849
+ mso-level-number-position:left;
850
+ margin-left:0cm;
851
+ text-indent:0cm;
852
+ mso-bidi-font-family:$bodyfont;
853
+ mso-ansi-font-weight:bold;
854
+ mso-ansi-font-style:normal;}
855
+ @list l0:level7
856
+ {mso-level-reset-level:level2;
857
+ mso-level-suffix:space;
858
+ mso-level-text:"Figure\00A0%1\.%7\00A0—";
859
+ mso-level-tab-stop:none;
860
+ mso-level-number-position:left;
861
+ margin-left:0cm;
862
+ text-indent:0cm;
863
+ mso-bidi-font-family:$bodyfont;}
864
+ @list l0:level8
865
+ {mso-level-reset-level:level2;
866
+ mso-level-suffix:space;
867
+ mso-level-text:"Table\00A0%1\.%8\00A0—";
868
+ mso-level-tab-stop:none;
869
+ mso-level-number-position:left;
870
+ margin-left:0cm;
871
+ text-indent:0cm;
872
+ mso-bidi-font-family:$bodyfont;}
873
+ @list l0:level9
874
+ {mso-level-number-format:roman-lower;
875
+ mso-level-text:"\(%9\)";
876
+ mso-level-tab-stop:306.0pt;
877
+ mso-level-number-position:left;
878
+ margin-left:0cm;
879
+ text-indent:0cm;
880
+ mso-bidi-font-family:$bodyfont;}
881
+ @list l1
882
+ {mso-list-id:866942648;
883
+ mso-list-template-ids:-1756330000;}
884
+ @list l1:level1
885
+ {mso-level-style-link:"Heading 1";
886
+ mso-level-text:"%1";
887
+ mso-level-tab-stop:21.6pt;
888
+ mso-level-number-position:left;
889
+ margin-left:21.6pt;
890
+ text-indent:-21.6pt;
891
+ mso-bidi-font-family:$headerfont;
892
+ mso-ansi-font-weight:bold;
893
+ mso-ansi-font-style:normal;}
894
+ @list l1:level2
895
+ {mso-level-style-link:"Heading 2";
896
+ mso-level-text:"%1\.%2";
897
+ mso-level-tab-stop:18.0pt;
898
+ mso-level-number-position:left;
899
+ margin-left:0cm;
900
+ text-indent:0cm;
901
+ mso-bidi-font-family:$headerfont;
902
+ mso-ansi-font-weight:bold;
903
+ mso-ansi-font-style:normal;}
904
+ @list l1:level3
905
+ {mso-level-style-link:"Heading 3";
906
+ mso-level-text:"%1\.%2\.%3";
907
+ mso-level-tab-stop:36.0pt;
908
+ mso-level-number-position:left;
909
+ margin-left:0cm;
910
+ text-indent:0cm;
911
+ mso-bidi-font-family:$headerfont;
912
+ mso-ansi-font-weight:bold;
913
+ mso-ansi-font-style:normal;}
914
+ @list l1:level4
915
+ {mso-level-style-link:"Heading 4";
916
+ mso-level-text:"%1\.%2\.%3\.%4";
917
+ mso-level-tab-stop:54.0pt;
918
+ mso-level-number-position:left;
919
+ margin-left:0cm;
920
+ text-indent:0cm;
921
+ mso-bidi-font-family:$headerfont;
922
+ mso-ansi-font-weight:bold;
923
+ mso-ansi-font-style:normal;}
924
+ @list l1:level5
925
+ {mso-level-style-link:"Heading 5";
926
+ mso-level-text:"%1\.%2\.%3\.%4\.%5";
927
+ mso-level-tab-stop:54.0pt;
928
+ mso-level-number-position:left;
929
+ margin-left:0cm;
930
+ text-indent:0cm;
931
+ mso-bidi-font-family:$headerfont;
932
+ mso-ansi-font-weight:bold;
933
+ mso-ansi-font-style:normal;}
934
+ @list l1:level6
935
+ {mso-level-style-link:"Heading 6";
936
+ mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6";
937
+ mso-level-tab-stop:72.0pt;
938
+ mso-level-number-position:left;
939
+ margin-left:0cm;
940
+ text-indent:0cm;
941
+ mso-bidi-font-family:$headerfont;
942
+ mso-ansi-font-weight:bold;
943
+ mso-ansi-font-style:normal;}
944
+ @list l1:level7
945
+ {mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7";
946
+ mso-level-tab-stop:72.0pt;
947
+ mso-level-number-position:left;
948
+ margin-left:0cm;
949
+ text-indent:0cm;
950
+ mso-bidi-font-family:$headerfont;}
951
+ @list l1:level8
952
+ {mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8";
953
+ mso-level-tab-stop:90.0pt;
954
+ mso-level-number-position:left;
955
+ margin-left:0cm;
956
+ text-indent:0cm;
957
+ mso-bidi-font-family:$headerfont;}
958
+ @list l1:level9
959
+ {mso-level-text:"%1\.%2\.%3\.%4\.%5\.%6\.%7\.%8\.%9";
960
+ mso-level-tab-stop:90.0pt;
961
+ mso-level-number-position:left;
962
+ margin-left:0cm;
963
+ text-indent:0cm;
964
+ mso-bidi-font-family:$headerfont;}
965
+ /* ordered list */
966
+ @list l2
967
+ {mso-list-id:525294607;
968
+ mso-list-template-ids:67633181;}
969
+ @list l2:level1
970
+ {mso-level-number-format:alpha-lower;
971
+ mso-level-text:"%1\)";
972
+ mso-level-tab-stop:none;
973
+ mso-level-number-position:left;
974
+ margin-left:18.0pt;
975
+ text-indent:-18.0pt;}
976
+ @list l2:level2
977
+ {mso-level-text:"%2\)";
978
+ mso-level-tab-stop:none;
979
+ mso-level-number-position:left;
980
+ margin-left:36.0pt;
981
+ text-indent:-18.0pt;}
982
+ @list l2:level3
983
+ {mso-level-number-format:roman-lower;
984
+ mso-level-text:"%3\)";
985
+ mso-level-tab-stop:none;
986
+ mso-level-number-position:left;
987
+ margin-left:54.0pt;
988
+ text-indent:-18.0pt;}
989
+ @list l2:level4
990
+ {mso-level-number-format:alpha-upper;
991
+ mso-level-text:"%4\)";
992
+ mso-level-tab-stop:none;
993
+ mso-level-number-position:left;
994
+ margin-left:72.0pt;
995
+ text-indent:-18.0pt;}
996
+ @list l2:level5
997
+ {mso-level-number-format:roman-upper;
998
+ mso-level-text:"%5\)";
999
+ mso-level-tab-stop:none;
1000
+ mso-level-number-position:left;
1001
+ margin-left:90.0pt;
1002
+ text-indent:-18.0pt;}
1003
+ @list l2:level6
1004
+ {mso-level-number-format:alpha-lower;
1005
+ mso-level-text:"%6\)";
1006
+ mso-level-tab-stop:none;
1007
+ mso-level-number-position:left;
1008
+ margin-left:108.0pt;
1009
+ text-indent:-18.0pt;}
1010
+ @list l2:level7
1011
+ {mso-level-tab-stop:none;
1012
+ mso-level-text:"%7\)";
1013
+ mso-level-number-position:left;
1014
+ margin-left:126.0pt;
1015
+ text-indent:-18.0pt;}
1016
+ @list l2:level8
1017
+ {mso-level-number-format:roman-lower;
1018
+ mso-level-text:"%8\)";
1019
+ mso-level-tab-stop:none;
1020
+ mso-level-number-position:left;
1021
+ margin-left:144.0pt;
1022
+ text-indent:-18.0pt;}
1023
+ @list l2:level9
1024
+ {mso-level-number-format:alpha-upper;
1025
+ mso-level-text:"%9\)";
1026
+ mso-level-tab-stop:none;
1027
+ mso-level-number-position:left;
1028
+ margin-left:162.0pt;
1029
+ text-indent:-18.0pt;}
1030
+ /* Unordered list */
1031
+ @list l3
1032
+ {mso-list-id:1308196397;
1033
+ mso-list-type:hybrid;
1034
+ mso-list-template-ids:-277327948 -457018030 67633155 67633157 67633153 67633155 67633157 67633153 67633155 67633157;}
1035
+ @list l3:level1
1036
+ {mso-level-number-format:bullet;
1037
+ mso-level-text:—;
1038
+ mso-level-tab-stop:none;
1039
+ mso-level-number-position:left;
1040
+ margin-left:18.0pt;
1041
+ text-indent:-18.0pt;}
1042
+ @list l3:level2
1043
+ {mso-level-number-format:bullet;
1044
+ mso-level-text:—;
1045
+ mso-level-tab-stop:none;
1046
+ mso-level-number-position:left;
1047
+ margin-left:36.0pt;
1048
+ text-indent:-18.0pt;}
1049
+ @list l3:level3
1050
+ {mso-level-number-format:bullet;
1051
+ mso-level-text:—;
1052
+ mso-level-tab-stop:none;
1053
+ mso-level-number-position:left;
1054
+ margin-left:54.0pt;
1055
+ text-indent:-18.0pt;}
1056
+ @list l3:level4
1057
+ {mso-level-number-format:bullet;
1058
+ mso-level-text:—;
1059
+ mso-level-tab-stop:none;
1060
+ mso-level-number-position:left;
1061
+ margin-left:72.0pt;
1062
+ text-indent:-18.0pt;}
1063
+ @list l3:level5
1064
+ {mso-level-number-format:bullet;
1065
+ mso-level-text:—;
1066
+ mso-level-tab-stop:none;
1067
+ mso-level-number-position:left;
1068
+ margin-left:90.0pt;
1069
+ text-indent:-18.0pt;}
1070
+ @list l3:level6
1071
+ {mso-level-number-format:bullet;
1072
+ mso-level-text:—;
1073
+ mso-level-tab-stop:none;
1074
+ mso-level-number-position:left;
1075
+ margin-left:108.0pt;
1076
+ text-indent:-18.0pt;}
1077
+ @list l3:level7
1078
+ {mso-level-number-format:bullet;
1079
+ mso-level-text:—;
1080
+ mso-level-tab-stop:none;
1081
+ mso-level-number-position:left;
1082
+ margin-left:126.0pt;
1083
+ text-indent:-18.0pt;}
1084
+ @list l3:level8
1085
+ {mso-level-number-format:bullet;
1086
+ mso-level-text:—;
1087
+ mso-level-tab-stop:none;
1088
+ mso-level-number-position:left;
1089
+ margin-left:144.0pt;
1090
+ text-indent:-18.0pt;}
1091
+ @list l3:level9
1092
+ {mso-level-number-format:bullet;
1093
+ mso-level-text:—;
1094
+ mso-level-tab-stop:none;
1095
+ mso-level-number-position:left;
1096
+ margin-left:162.0pt;
1097
+ text-indent:-18.0pt;}
1098
+
1099
+ div.ListContLevel1
1100
+ {mso-style-priority:34;
1101
+ margin-left:18.0pt;
1102
+ margin-right:0cm;}
1103
+ div.ListContLevel2
1104
+ {mso-style-priority:34;
1105
+ margin-top:0cm;
1106
+ margin-left:36.0pt;
1107
+ margin-right:0cm;}
1108
+ div.ListContLevel3
1109
+ {mso-style-priority:34;
1110
+ margin-left:54.0pt;
1111
+ margin-right:0cm;}
1112
+ div.ListContLevel4
1113
+ {mso-style-priority:34;
1114
+ margin-left:72.0pt;
1115
+ margin-right:0cm;}
1116
+ div.ListContLevel5
1117
+ {mso-style-priority:34;
1118
+ margin-left:90.0pt;
1119
+ margin-right:0cm;}
1120
+ div.ListContLevel6
1121
+ {mso-style-priority:34;
1122
+ margin-left:108.0pt;
1123
+ margin-right:0cm;}
1124
+ div.ListContLevel7
1125
+ {mso-style-priority:34;
1126
+ margin-left:126.0pt;
1127
+ margin-right:0cm;}
1128
+ div.ListContLevel8
1129
+ {mso-style-priority:34;
1130
+ margin-left:144.0pt;
1131
+ margin-right:0cm;}
1132
+ div.ListContLevel9
1133
+ {mso-style-priority:34;
1134
+ margin-left:162.0pt;
1135
+ margin-right:0cm;}
1136
+
1137
+
1138
+ table.MsoNormalTable
1139
+ {mso-style-name:"Table Normal";
1140
+ mso-tstyle-rowband-size:0;
1141
+ mso-tstyle-colband-size:0;
1142
+ mso-style-noshow:yes;
1143
+ mso-style-priority:99;
1144
+ mso-style-parent:"";
1145
+ mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
1146
+ mso-para-margin:0cm;
1147
+ mso-para-margin-bottom:.0001pt;
1148
+ mso-pagination:widow-orphan;
1149
+ font-size:10.0pt;
1150
+ font-family:$bodyfont;}
1151
+ ol
1152
+ {margin-bottom:0cm;
1153
+ margin-left:18pt;}
1154
+ ul
1155
+ {margin-bottom:0cm;
1156
+ margin-left:18pt;}
1157
+