metanorma-nist 1.2.7 → 1.2.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/rake.yml +4 -5
- data/lib/asciidoctor/nist/cleanup.rb +1 -0
- data/lib/asciidoctor/nist/converter.rb +2 -0
- data/lib/asciidoctor/nist/nist.rng +1 -0
- data/lib/isodoc/nist/fonts_manifest.yaml +4 -0
- data/lib/isodoc/nist/html/htmlstyle.css +221 -221
- data/lib/isodoc/nist/html/htmlstyle.scss +5 -6
- data/lib/isodoc/nist/html/nist.css +49 -50
- data/lib/isodoc/nist/html/nist.scss +49 -50
- data/lib/isodoc/nist/html/nist_cswp.css +48 -49
- data/lib/isodoc/nist/html/nist_cswp.scss +48 -49
- data/lib/isodoc/nist/html/wordstyle.css +42 -42
- data/lib/isodoc/nist/html/wordstyle.scss +42 -42
- data/lib/isodoc/nist/html/wordstyle_cswp.css +52 -52
- data/lib/isodoc/nist/html/wordstyle_cswp.scss +52 -52
- data/lib/isodoc/nist/html_convert.rb +4 -1
- data/lib/isodoc/nist/nist.cswp.xsl +106 -25
- data/lib/isodoc/nist/nist.sp.xsl +106 -25
- data/lib/isodoc/nist/refs.rb +2 -0
- data/lib/isodoc/nist/word_convert.rb +6 -1
- data/lib/metanorma/nist/fonts_manifest.yaml +6 -0
- data/lib/metanorma/nist/processor.rb +0 -8
- data/lib/metanorma/nist/version.rb +1 -1
- data/metanorma-nist.gemspec +1 -1
- metadata +6 -4
@@ -77,26 +77,26 @@
|
|
77
77
|
p.MsoNormal, li.MsoNormal, div.MsoNormal {
|
78
78
|
margin-top: 0cm;
|
79
79
|
margin-right: 0cm;
|
80
|
-
margin-bottom:
|
80
|
+
margin-bottom: {{normalfontsize}};
|
81
81
|
margin-left: 0cm;
|
82
|
-
font-size:
|
82
|
+
font-size: {{normalfontsize}};
|
83
83
|
font-family: {{bodyfont}}; }
|
84
84
|
|
85
85
|
p {
|
86
86
|
margin-top: 0cm;
|
87
87
|
margin-right: 0cm;
|
88
|
-
margin-bottom:
|
88
|
+
margin-bottom: {{normalfontsize}};
|
89
89
|
margin-left: 0cm;
|
90
|
-
font-size:
|
90
|
+
font-size: {{normalfontsize}};
|
91
91
|
font-family: {{bodyfont}}; }
|
92
92
|
|
93
93
|
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
|
94
94
|
margin-top: 0cm;
|
95
95
|
margin-right: 0cm;
|
96
|
-
margin-bottom:
|
96
|
+
margin-bottom: {{normalfontsize}};
|
97
97
|
/* do not put in margin-left, it is specific to list level */
|
98
98
|
/* margin-left:36.0pt; */
|
99
|
-
font-size:
|
99
|
+
font-size: {{normalfontsize}};
|
100
100
|
font-family: {{bodyfont}};
|
101
101
|
color: black; }
|
102
102
|
|
@@ -107,7 +107,7 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
107
107
|
/* do not put in margin-left, it is specific to list level */
|
108
108
|
/* margin-left:36.0pt; */
|
109
109
|
margin-bottom: .0001pt;
|
110
|
-
font-size:
|
110
|
+
font-size: {{normalfontsize}};
|
111
111
|
font-family: {{bodyfont}};
|
112
112
|
color: black; }
|
113
113
|
|
@@ -118,17 +118,17 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
118
118
|
/* do not put in margin-left, it is specific to list level */
|
119
119
|
/* margin-left:36.0pt; */
|
120
120
|
margin-bottom: .0001pt;
|
121
|
-
font-size:
|
121
|
+
font-size: {{normalfontsize}};
|
122
122
|
font-family: {{bodyfont}};
|
123
123
|
color: black; }
|
124
124
|
|
125
125
|
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
|
126
126
|
margin-top: 0cm;
|
127
127
|
margin-right: 0cm;
|
128
|
-
margin-bottom:
|
128
|
+
margin-bottom: {{normalfontsize}};
|
129
129
|
/* do not put in margin-left, it is specific to list level */
|
130
130
|
/* margin-left:36.0pt; */
|
131
|
-
font-size:
|
131
|
+
font-size: {{normalfontsize}};
|
132
132
|
font-family: {{bodyfont}};
|
133
133
|
color: black; }
|
134
134
|
|
@@ -136,49 +136,49 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText {
|
|
136
136
|
mso-style-link: "Comment Text Char";
|
137
137
|
margin-top: 0cm;
|
138
138
|
margin-right: 0cm;
|
139
|
-
margin-bottom:
|
139
|
+
margin-bottom: {{normalfontsize}};
|
140
140
|
margin-left: 0cm;
|
141
|
-
font-size:
|
141
|
+
font-size: {{normalfontsize}};
|
142
142
|
font-family: {{bodyfont}}; }
|
143
143
|
|
144
144
|
p.MsoHeader, li.MsoHeader, div.MsoHeader {
|
145
145
|
mso-style-link: "Header Char";
|
146
146
|
margin-top: 0cm;
|
147
147
|
margin-right: 0cm;
|
148
|
-
margin-bottom:
|
148
|
+
margin-bottom: {{normalfontsize}};
|
149
149
|
margin-left: 0cm;
|
150
150
|
tab-stops: right 482.0pt;
|
151
|
-
font-size:
|
151
|
+
font-size: {{normalfontsize}};
|
152
152
|
font-family: {{bodyfont}}; }
|
153
153
|
|
154
154
|
p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape {
|
155
155
|
mso-style-link: "Header Char";
|
156
156
|
margin-top: 0cm;
|
157
157
|
margin-right: 0cm;
|
158
|
-
margin-bottom:
|
158
|
+
margin-bottom: {{normalfontsize}};
|
159
159
|
margin-left: 0cm;
|
160
160
|
tab-stops: right 9.0in;
|
161
|
-
font-size:
|
161
|
+
font-size: {{normalfontsize}};
|
162
162
|
font-family: {{bodyfont}}; }
|
163
163
|
|
164
164
|
p.MsoFooter, li.MsoFooter, div.MsoFooter {
|
165
165
|
mso-style-link: "Footer Char";
|
166
166
|
margin-top: 0cm;
|
167
167
|
margin-right: 0cm;
|
168
|
-
margin-bottom:
|
168
|
+
margin-bottom: {{normalfontsize}};
|
169
169
|
margin-left: 0cm;
|
170
170
|
tab-stops: center 3.25in;
|
171
|
-
font-size:
|
171
|
+
font-size: {{normalfontsize}};
|
172
172
|
font-family: {{bodyfont}}; }
|
173
173
|
|
174
174
|
p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape {
|
175
175
|
mso-style-link: "Footer Char";
|
176
176
|
margin-top: 0cm;
|
177
177
|
margin-right: 0cm;
|
178
|
-
margin-bottom:
|
178
|
+
margin-bottom: {{normalfontsize}};
|
179
179
|
margin-left: 0cm;
|
180
180
|
tab-stops: center 4.5in;
|
181
|
-
font-size:
|
181
|
+
font-size: {{normalfontsize}};
|
182
182
|
font-family: {{bodyfont}}; }
|
183
183
|
|
184
184
|
span.MsoCommentReference {
|
@@ -274,16 +274,16 @@ a:visited, span.MsoHyperlinkFollowed {
|
|
274
274
|
p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject {
|
275
275
|
margin-top: 0cm;
|
276
276
|
margin-right: 0cm;
|
277
|
-
margin-bottom:
|
277
|
+
margin-bottom: {{normalfontsize}};
|
278
278
|
margin-left: 0cm;
|
279
|
-
font-size:
|
279
|
+
font-size: {{normalfontsize}};
|
280
280
|
font-family: {{bodyfont}};
|
281
281
|
font-weight: bold; }
|
282
282
|
|
283
283
|
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate {
|
284
284
|
margin-top: 0cm;
|
285
285
|
margin-right: 0cm;
|
286
|
-
margin-bottom:
|
286
|
+
margin-bottom: {{normalfontsize}};
|
287
287
|
margin-left: 0cm;
|
288
288
|
font-size: 8.0pt;
|
289
289
|
font-family: "Tahoma",sans-serif; }
|
@@ -308,14 +308,14 @@ div.figure, p.figure {
|
|
308
308
|
h1 {
|
309
309
|
margin-top: 0cm;
|
310
310
|
margin-right: 0cm;
|
311
|
-
margin-bottom:
|
311
|
+
margin-bottom: {{normalfontsize}};
|
312
312
|
margin-left: 28.8pt;
|
313
313
|
text-indent: -28.8pt;
|
314
314
|
page-break-after: avoid;
|
315
315
|
background: #244061;
|
316
316
|
border: none;
|
317
317
|
padding: 0cm;
|
318
|
-
font-size:
|
318
|
+
font-size: {{normalfontsize}};
|
319
319
|
font-family: {{headerfont}};
|
320
320
|
color: white;
|
321
321
|
font-weight: bold; }
|
@@ -323,13 +323,13 @@ h1 {
|
|
323
323
|
.h1Preface {
|
324
324
|
margin-top: 0cm;
|
325
325
|
margin-right: 0cm;
|
326
|
-
margin-bottom:
|
326
|
+
margin-bottom: {{normalfontsize}};
|
327
327
|
margin-left: 28.8pt;
|
328
328
|
text-indent: -28.8pt;
|
329
329
|
page-break-after: avoid;
|
330
330
|
border: none;
|
331
331
|
padding: 0cm;
|
332
|
-
font-size:
|
332
|
+
font-size: {{normalfontsize}};
|
333
333
|
font-family: {{headerfont}};
|
334
334
|
color: #244061;
|
335
335
|
text-align: center;
|
@@ -341,12 +341,12 @@ h1 {
|
|
341
341
|
margin-right: 0cm;
|
342
342
|
margin-bottom: 18.0pt;
|
343
343
|
margin-left: -43.2pt;
|
344
|
-
line-height:
|
344
|
+
line-height: {{normalfontsize}};
|
345
345
|
page-break-after: avoid;
|
346
346
|
background: black;
|
347
347
|
border: none;
|
348
348
|
padding: 0cm;
|
349
|
-
font-size:
|
349
|
+
font-size: {{normalfontsize}};
|
350
350
|
font-family: "Arial Black",sans-serif;
|
351
351
|
position: relative;
|
352
352
|
top: -4.0pt;
|
@@ -367,11 +367,11 @@ h1.NormalTitle {
|
|
367
367
|
.h2Preface {
|
368
368
|
margin-top: 0cm;
|
369
369
|
margin-right: 0cm;
|
370
|
-
margin-bottom:
|
370
|
+
margin-bottom: {{normalfontsize}};
|
371
371
|
margin-left: 28.8pt;
|
372
372
|
text-indent: -28.8pt;
|
373
373
|
page-break-after: avoid;
|
374
|
-
font-size:
|
374
|
+
font-size: {{normalfontsize}};
|
375
375
|
text-align: center;
|
376
376
|
font-family: {{headerfont}};
|
377
377
|
color: #244061;
|
@@ -380,7 +380,7 @@ h1.NormalTitle {
|
|
380
380
|
.h2Annex {
|
381
381
|
margin-top: 0cm;
|
382
382
|
margin-right: 0cm;
|
383
|
-
margin-bottom:
|
383
|
+
margin-bottom: {{normalfontsize}};
|
384
384
|
margin-left: 28.8pt;
|
385
385
|
text-indent: -28.8pt;
|
386
386
|
page-break-after: avoid;
|
@@ -392,7 +392,7 @@ h1.NormalTitle {
|
|
392
392
|
h2 {
|
393
393
|
margin-top: 0cm;
|
394
394
|
margin-right: 0cm;
|
395
|
-
margin-bottom:
|
395
|
+
margin-bottom: {{normalfontsize}};
|
396
396
|
margin-left: 28.8pt;
|
397
397
|
text-indent: -28.8pt;
|
398
398
|
page-break-after: avoid;
|
@@ -404,7 +404,7 @@ h2 {
|
|
404
404
|
h3 {
|
405
405
|
margin-top: 0cm;
|
406
406
|
margin-right: 0cm;
|
407
|
-
margin-bottom:
|
407
|
+
margin-bottom: {{normalfontsize}};
|
408
408
|
margin-left: 36.0pt;
|
409
409
|
text-indent: -36.0pt;
|
410
410
|
page-break-after: avoid;
|
@@ -416,7 +416,7 @@ h3 {
|
|
416
416
|
.h3Annex {
|
417
417
|
margin-top: 0cm;
|
418
418
|
margin-right: 0cm;
|
419
|
-
margin-bottom:
|
419
|
+
margin-bottom: {{normalfontsize}};
|
420
420
|
margin-left: 36.0pt;
|
421
421
|
text-indent: -36.0pt;
|
422
422
|
page-break-after: avoid;
|
@@ -429,7 +429,7 @@ h4 {
|
|
429
429
|
mso-style-link: "Heading 4 Char";
|
430
430
|
margin-top: 0cm;
|
431
431
|
margin-right: 0cm;
|
432
|
-
margin-bottom:
|
432
|
+
margin-bottom: {{normalfontsize}};
|
433
433
|
margin-left: 43.2pt;
|
434
434
|
text-indent: -43.2pt;
|
435
435
|
page-break-after: avoid;
|
@@ -442,7 +442,7 @@ h4 {
|
|
442
442
|
mso-style-link: "Heading 4 Char";
|
443
443
|
margin-top: 0cm;
|
444
444
|
margin-right: 0cm;
|
445
|
-
margin-bottom:
|
445
|
+
margin-bottom: {{normalfontsize}};
|
446
446
|
margin-left: 43.2pt;
|
447
447
|
text-indent: -43.2pt;
|
448
448
|
page-break-after: avoid;
|
@@ -454,7 +454,7 @@ h4 {
|
|
454
454
|
h5 {
|
455
455
|
margin-top: 0cm;
|
456
456
|
margin-right: 0cm;
|
457
|
-
margin-bottom:
|
457
|
+
margin-bottom: {{normalfontsize}};
|
458
458
|
margin-left: 50.4pt;
|
459
459
|
text-indent: -50.4pt;
|
460
460
|
page-break-after: avoid;
|
@@ -466,7 +466,7 @@ h5 {
|
|
466
466
|
.h5Annex {
|
467
467
|
margin-top: 0cm;
|
468
468
|
margin-right: 0cm;
|
469
|
-
margin-bottom:
|
469
|
+
margin-bottom: {{normalfontsize}};
|
470
470
|
margin-left: 50.4pt;
|
471
471
|
text-indent: -50.4pt;
|
472
472
|
page-break-after: avoid;
|
@@ -478,7 +478,7 @@ h5 {
|
|
478
478
|
h6 {
|
479
479
|
margin-top: 0cm;
|
480
480
|
margin-right: 0cm;
|
481
|
-
margin-bottom:
|
481
|
+
margin-bottom: {{normalfontsize}};
|
482
482
|
margin-left: 62.1pt;
|
483
483
|
text-indent: -57.6pt;
|
484
484
|
page-break-after: avoid;
|
@@ -493,7 +493,7 @@ h6 {
|
|
493
493
|
.h6Annex {
|
494
494
|
margin-top: 0cm;
|
495
495
|
margin-right: 0cm;
|
496
|
-
margin-bottom:
|
496
|
+
margin-bottom: {{normalfontsize}};
|
497
497
|
margin-left: 62.1pt;
|
498
498
|
text-indent: -57.6pt;
|
499
499
|
page-break-after: avoid;
|
@@ -509,10 +509,10 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle {
|
|
509
509
|
mso-style-name: "TOC Title";
|
510
510
|
margin-top: 0cm;
|
511
511
|
margin-right: 0cm;
|
512
|
-
margin-bottom:
|
512
|
+
margin-bottom: {{normalfontsize}};
|
513
513
|
margin-left: 0cm;
|
514
514
|
text-align: center;
|
515
|
-
font-size:
|
515
|
+
font-size: {{normalfontsize}};
|
516
516
|
font-family: "Arial Black",sans-serif; }
|
517
517
|
|
518
518
|
p.MsoToc1, li.MsoToc1, div.MsoToc1 {
|
@@ -520,7 +520,7 @@ p.MsoToc1, li.MsoToc1, div.MsoToc1 {
|
|
520
520
|
margin-right: 0cm;
|
521
521
|
margin-bottom: 6.0pt;
|
522
522
|
margin-left: 0cm;
|
523
|
-
font-size:
|
523
|
+
font-size: {{normalfontsize}};
|
524
524
|
font-family: {{headerfont}};
|
525
525
|
color: #244061;
|
526
526
|
font-weight: bold; }
|
@@ -530,7 +530,7 @@ p.MsoToc2, li.MsoToc2, div.MsoToc2 {
|
|
530
530
|
margin-right: 0cm;
|
531
531
|
margin-bottom: 6.0pt;
|
532
532
|
margin-left: 27.35pt;
|
533
|
-
font-size:
|
533
|
+
font-size: {{normalfontsize}};
|
534
534
|
font-family: {{headerfont}};
|
535
535
|
color: #244061; }
|
536
536
|
|
@@ -539,7 +539,7 @@ p.MsoToc3, li.MsoToc3, div.MsoToc3 {
|
|
539
539
|
margin-right: 0cm;
|
540
540
|
margin-bottom: 6.0pt;
|
541
541
|
margin-left: 54.0pt;
|
542
|
-
font-size:
|
542
|
+
font-size: {{normalfontsize}};
|
543
543
|
font-family: {{headerfont}};
|
544
544
|
color: #244061; }
|
545
545
|
|
@@ -551,7 +551,7 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText {
|
|
551
551
|
mso-style-link: "Footnote Text Char";
|
552
552
|
margin-top: 0cm;
|
553
553
|
margin-right: 0cm;
|
554
|
-
margin-bottom:
|
554
|
+
margin-bottom: {{normalfontsize}};
|
555
555
|
margin-left: 0.0pt;
|
556
556
|
text-indent: 0.0pt;
|
557
557
|
font-size: 9.0pt;
|
@@ -561,9 +561,9 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText {
|
|
561
561
|
mso-style-link: "Body Text Char";
|
562
562
|
margin-top: 0cm;
|
563
563
|
margin-right: 0cm;
|
564
|
-
margin-bottom:
|
564
|
+
margin-bottom: {{normalfontsize}};
|
565
565
|
margin-left: 0cm;
|
566
|
-
font-size:
|
566
|
+
font-size: {{normalfontsize}};
|
567
567
|
font-family: {{bodyfont}}; }
|
568
568
|
|
569
569
|
span.Heading1Char {
|
@@ -573,7 +573,7 @@ span.Heading1Char {
|
|
573
573
|
mso-style-locked: yes;
|
574
574
|
mso-style-parent: "";
|
575
575
|
mso-style-link: "Heading 1";
|
576
|
-
mso-ansi-font-size:
|
576
|
+
mso-ansi-font-size: {{normalfontsize}};
|
577
577
|
font-family: {{headerfont}};
|
578
578
|
mso-ascii-font-family: Cambria;
|
579
579
|
mso-fareast-font-family: {{headerfont}};
|
@@ -590,7 +590,7 @@ span.Heading2Char {
|
|
590
590
|
mso-style-locked: yes;
|
591
591
|
mso-style-parent: "";
|
592
592
|
mso-style-link: "Heading 2";
|
593
|
-
mso-ansi-font-size:
|
593
|
+
mso-ansi-font-size: {{normalfontsize}};
|
594
594
|
font-family: {{headerfont}};
|
595
595
|
mso-ascii-font-family: Cambria;
|
596
596
|
mso-fareast-font-family: {{headerfont}};
|
@@ -1182,7 +1182,7 @@ table.MsoNormalTable {
|
|
1182
1182
|
mso-para-margin: 0cm;
|
1183
1183
|
mso-para-margin-bottom: .0001pt;
|
1184
1184
|
mso-pagination: widow-orphan;
|
1185
|
-
font-size:
|
1185
|
+
font-size: {{smallerfontsize}};
|
1186
1186
|
font-family: {{bodyfont}}; }
|
1187
1187
|
|
1188
1188
|
ol {
|
@@ -67,24 +67,24 @@
|
|
67
67
|
p.MsoNormal, li.MsoNormal, div.MsoNormal
|
68
68
|
{margin-top:0cm;
|
69
69
|
margin-right:0cm;
|
70
|
-
margin-bottom
|
70
|
+
margin-bottom:$normalfontsize;
|
71
71
|
margin-left:0cm;
|
72
|
-
font-size
|
72
|
+
font-size:$normalfontsize;
|
73
73
|
font-family:$bodyfont;}
|
74
74
|
p
|
75
75
|
{margin-top:0cm;
|
76
76
|
margin-right:0cm;
|
77
|
-
margin-bottom
|
77
|
+
margin-bottom:$normalfontsize;
|
78
78
|
margin-left:0cm;
|
79
|
-
font-size
|
79
|
+
font-size:$normalfontsize;
|
80
80
|
font-family:$bodyfont;}
|
81
81
|
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
|
82
82
|
{margin-top:0cm;
|
83
83
|
margin-right:0cm;
|
84
|
-
margin-bottom
|
84
|
+
margin-bottom:$normalfontsize;
|
85
85
|
/* do not put in margin-left, it is specific to list level */
|
86
86
|
/* margin-left:36.0pt; */
|
87
|
-
font-size
|
87
|
+
font-size:$normalfontsize;
|
88
88
|
font-family:$bodyfont;
|
89
89
|
color:black;}
|
90
90
|
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst
|
@@ -94,7 +94,7 @@ p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphC
|
|
94
94
|
/* do not put in margin-left, it is specific to list level */
|
95
95
|
/* margin-left:36.0pt; */
|
96
96
|
margin-bottom:.0001pt;
|
97
|
-
font-size
|
97
|
+
font-size:$normalfontsize;
|
98
98
|
font-family:$bodyfont;
|
99
99
|
color:black;}
|
100
100
|
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle
|
@@ -104,16 +104,16 @@ p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagrap
|
|
104
104
|
/* do not put in margin-left, it is specific to list level */
|
105
105
|
/* margin-left:36.0pt; */
|
106
106
|
margin-bottom:.0001pt;
|
107
|
-
font-size
|
107
|
+
font-size:$normalfontsize;
|
108
108
|
font-family:$bodyfont;
|
109
109
|
color:black;}
|
110
110
|
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast
|
111
111
|
{margin-top:0cm;
|
112
112
|
margin-right:0cm;
|
113
|
-
margin-bottom
|
113
|
+
margin-bottom:$normalfontsize;
|
114
114
|
/* do not put in margin-left, it is specific to list level */
|
115
115
|
/* margin-left:36.0pt; */
|
116
|
-
font-size
|
116
|
+
font-size:$normalfontsize;
|
117
117
|
font-family:$bodyfont;
|
118
118
|
color:black;}
|
119
119
|
|
@@ -121,45 +121,45 @@ p.MsoCommentText, li.MsoCommentText, div.MsoCommentText
|
|
121
121
|
{mso-style-link:"Comment Text Char";
|
122
122
|
margin-top:0cm;
|
123
123
|
margin-right:0cm;
|
124
|
-
margin-bottom
|
124
|
+
margin-bottom:$normalfontsize;
|
125
125
|
margin-left:0cm;
|
126
|
-
font-size
|
126
|
+
font-size:$normalfontsize;
|
127
127
|
font-family:$bodyfont;}
|
128
128
|
p.MsoHeader, li.MsoHeader, div.MsoHeader
|
129
129
|
{mso-style-link:"Header Char";
|
130
130
|
margin-top:0cm;
|
131
131
|
margin-right:0cm;
|
132
|
-
margin-bottom
|
132
|
+
margin-bottom:$normalfontsize;
|
133
133
|
margin-left:0cm;
|
134
134
|
tab-stops:right 482.0pt;
|
135
|
-
font-size
|
135
|
+
font-size:$normalfontsize;
|
136
136
|
font-family:$bodyfont;}
|
137
137
|
p.MsoHeaderLandscape, li.MsoHeaderLandscape, div.MsoHeaderLandscape
|
138
138
|
{mso-style-link:"Header Char";
|
139
139
|
margin-top:0cm;
|
140
140
|
margin-right:0cm;
|
141
|
-
margin-bottom
|
141
|
+
margin-bottom:$normalfontsize;
|
142
142
|
margin-left:0cm;
|
143
143
|
tab-stops:right 9.0in;
|
144
|
-
font-size
|
144
|
+
font-size:$normalfontsize;
|
145
145
|
font-family:$bodyfont;}
|
146
146
|
p.MsoFooter, li.MsoFooter, div.MsoFooter
|
147
147
|
{mso-style-link:"Footer Char";
|
148
148
|
margin-top:0cm;
|
149
149
|
margin-right:0cm;
|
150
|
-
margin-bottom
|
150
|
+
margin-bottom:$normalfontsize;
|
151
151
|
margin-left:0cm;
|
152
152
|
tab-stops:center 3.25in;
|
153
|
-
font-size
|
153
|
+
font-size:$normalfontsize;
|
154
154
|
font-family:$bodyfont;}
|
155
155
|
p.MsoFooterLandscape, li.MsoFooterLandscape, div.MsoFooterLandscape
|
156
156
|
{mso-style-link:"Footer Char";
|
157
157
|
margin-top:0cm;
|
158
158
|
margin-right:0cm;
|
159
|
-
margin-bottom
|
159
|
+
margin-bottom:$normalfontsize;
|
160
160
|
margin-left:0cm;
|
161
161
|
tab-stops:center 4.5in;
|
162
|
-
font-size
|
162
|
+
font-size:$normalfontsize;
|
163
163
|
font-family:$bodyfont;}
|
164
164
|
span.MsoCommentReference
|
165
165
|
{mso-style-noshow:yes;
|
@@ -247,15 +247,15 @@ a:visited, span.MsoHyperlinkFollowed
|
|
247
247
|
p.MsoCommentSubject, li.MsoCommentSubject, div.MsoCommentSubject
|
248
248
|
{margin-top:0cm;
|
249
249
|
margin-right:0cm;
|
250
|
-
margin-bottom
|
250
|
+
margin-bottom:$normalfontsize;
|
251
251
|
margin-left:0cm;
|
252
|
-
font-size
|
252
|
+
font-size:$normalfontsize;
|
253
253
|
font-family:$bodyfont;
|
254
254
|
font-weight:bold;}
|
255
255
|
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
|
256
256
|
{margin-top:0cm;
|
257
257
|
margin-right:0cm;
|
258
|
-
margin-bottom
|
258
|
+
margin-bottom:$normalfontsize;
|
259
259
|
margin-left:0cm;
|
260
260
|
font-size:8.0pt;
|
261
261
|
font-family:"Tahoma",sans-serif;}
|
@@ -276,27 +276,27 @@ div.figure, p.figure
|
|
276
276
|
h1
|
277
277
|
{margin-top:0cm;
|
278
278
|
margin-right:0cm;
|
279
|
-
margin-bottom
|
279
|
+
margin-bottom:$normalfontsize;
|
280
280
|
margin-left:28.8pt;
|
281
281
|
text-indent:-28.8pt;
|
282
282
|
page-break-after:avoid;
|
283
283
|
background:#244061;
|
284
284
|
border:none;
|
285
285
|
padding:0cm;
|
286
|
-
font-size
|
286
|
+
font-size:$normalfontsize;
|
287
287
|
font-family:$headerfont;
|
288
288
|
color:white;
|
289
289
|
font-weight:bold;}
|
290
290
|
.h1Preface
|
291
291
|
{margin-top:0cm;
|
292
292
|
margin-right:0cm;
|
293
|
-
margin-bottom
|
293
|
+
margin-bottom:$normalfontsize;
|
294
294
|
margin-left:28.8pt;
|
295
295
|
text-indent:-28.8pt;
|
296
296
|
page-break-after:avoid;
|
297
297
|
border:none;
|
298
298
|
padding:0cm;
|
299
|
-
font-size
|
299
|
+
font-size:$normalfontsize;
|
300
300
|
font-family:$headerfont;
|
301
301
|
color:#244061;
|
302
302
|
text-align:center;
|
@@ -307,12 +307,12 @@ h1
|
|
307
307
|
margin-right:0cm;
|
308
308
|
margin-bottom:18.0pt;
|
309
309
|
margin-left:-43.2pt;
|
310
|
-
line-height
|
310
|
+
line-height:$normalfontsize;
|
311
311
|
page-break-after:avoid;
|
312
312
|
background:black;
|
313
313
|
border:none;
|
314
314
|
padding:0cm;
|
315
|
-
font-size
|
315
|
+
font-size:$normalfontsize;
|
316
316
|
font-family:"Arial Black",sans-serif;
|
317
317
|
position:relative;
|
318
318
|
top:-4.0pt;
|
@@ -337,11 +337,11 @@ h1.Annex {
|
|
337
337
|
.h2Preface
|
338
338
|
{margin-top:0cm;
|
339
339
|
margin-right:0cm;
|
340
|
-
margin-bottom
|
340
|
+
margin-bottom:$normalfontsize;
|
341
341
|
margin-left:28.8pt;
|
342
342
|
text-indent:-28.8pt;
|
343
343
|
page-break-after:avoid;
|
344
|
-
font-size
|
344
|
+
font-size:$normalfontsize;
|
345
345
|
text-align:center;
|
346
346
|
font-family:$headerfont;
|
347
347
|
color:#244061;
|
@@ -349,7 +349,7 @@ h1.Annex {
|
|
349
349
|
.h2Annex
|
350
350
|
{margin-top:0cm;
|
351
351
|
margin-right:0cm;
|
352
|
-
margin-bottom
|
352
|
+
margin-bottom:$normalfontsize;
|
353
353
|
margin-left:28.8pt;
|
354
354
|
text-indent:-28.8pt;
|
355
355
|
page-break-after:avoid;
|
@@ -360,7 +360,7 @@ h1.Annex {
|
|
360
360
|
h2
|
361
361
|
{margin-top:0cm;
|
362
362
|
margin-right:0cm;
|
363
|
-
margin-bottom
|
363
|
+
margin-bottom:$normalfontsize;
|
364
364
|
margin-left:28.8pt;
|
365
365
|
text-indent:-28.8pt;
|
366
366
|
page-break-after:avoid;
|
@@ -371,7 +371,7 @@ h2
|
|
371
371
|
h3
|
372
372
|
{margin-top:0cm;
|
373
373
|
margin-right:0cm;
|
374
|
-
margin-bottom
|
374
|
+
margin-bottom:$normalfontsize;
|
375
375
|
margin-left:36.0pt;
|
376
376
|
text-indent:-36.0pt;
|
377
377
|
page-break-after:avoid;
|
@@ -382,7 +382,7 @@ h3
|
|
382
382
|
.h3Annex
|
383
383
|
{margin-top:0cm;
|
384
384
|
margin-right:0cm;
|
385
|
-
margin-bottom
|
385
|
+
margin-bottom:$normalfontsize;
|
386
386
|
margin-left:36.0pt;
|
387
387
|
text-indent:-36.0pt;
|
388
388
|
page-break-after:avoid;
|
@@ -395,7 +395,7 @@ h4
|
|
395
395
|
{mso-style-link:"Heading 4 Char";
|
396
396
|
margin-top:0cm;
|
397
397
|
margin-right:0cm;
|
398
|
-
margin-bottom
|
398
|
+
margin-bottom:$normalfontsize;
|
399
399
|
margin-left:43.2pt;
|
400
400
|
text-indent:-43.2pt;
|
401
401
|
page-break-after:avoid;
|
@@ -407,7 +407,7 @@ h4
|
|
407
407
|
{mso-style-link:"Heading 4 Char";
|
408
408
|
margin-top:0cm;
|
409
409
|
margin-right:0cm;
|
410
|
-
margin-bottom
|
410
|
+
margin-bottom:$normalfontsize;
|
411
411
|
margin-left:43.2pt;
|
412
412
|
text-indent:-43.2pt;
|
413
413
|
page-break-after:avoid;
|
@@ -420,7 +420,7 @@ h4
|
|
420
420
|
h5
|
421
421
|
{margin-top:0cm;
|
422
422
|
margin-right:0cm;
|
423
|
-
margin-bottom
|
423
|
+
margin-bottom:$normalfontsize;
|
424
424
|
margin-left:50.4pt;
|
425
425
|
text-indent:-50.4pt;
|
426
426
|
page-break-after:avoid;
|
@@ -431,7 +431,7 @@ h5
|
|
431
431
|
.h5Annex
|
432
432
|
{margin-top:0cm;
|
433
433
|
margin-right:0cm;
|
434
|
-
margin-bottom
|
434
|
+
margin-bottom:$normalfontsize;
|
435
435
|
margin-left:50.4pt;
|
436
436
|
text-indent:-50.4pt;
|
437
437
|
page-break-after:avoid;
|
@@ -443,7 +443,7 @@ h5
|
|
443
443
|
h6
|
444
444
|
{margin-top:0cm;
|
445
445
|
margin-right:0cm;
|
446
|
-
margin-bottom
|
446
|
+
margin-bottom:$normalfontsize;
|
447
447
|
margin-left:62.1pt;
|
448
448
|
text-indent:-57.6pt;
|
449
449
|
page-break-after:avoid;
|
@@ -457,7 +457,7 @@ h6
|
|
457
457
|
.h6Annex
|
458
458
|
{margin-top:0cm;
|
459
459
|
margin-right:0cm;
|
460
|
-
margin-bottom
|
460
|
+
margin-bottom:$normalfontsize;
|
461
461
|
margin-left:62.1pt;
|
462
462
|
text-indent:-57.6pt;
|
463
463
|
page-break-after:avoid;
|
@@ -473,10 +473,10 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle
|
|
473
473
|
{mso-style-name:"TOC Title";
|
474
474
|
margin-top:0cm;
|
475
475
|
margin-right:0cm;
|
476
|
-
margin-bottom
|
476
|
+
margin-bottom:$normalfontsize;
|
477
477
|
margin-left:0cm;
|
478
478
|
text-align:center;
|
479
|
-
font-size
|
479
|
+
font-size:$normalfontsize;
|
480
480
|
font-family:"Arial Black",sans-serif;}
|
481
481
|
|
482
482
|
|
@@ -485,7 +485,7 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle
|
|
485
485
|
margin-right:0cm;
|
486
486
|
margin-bottom:6.0pt;
|
487
487
|
margin-left:0cm;
|
488
|
-
font-size
|
488
|
+
font-size:$normalfontsize;
|
489
489
|
font-family:$headerfont;
|
490
490
|
color:#244061;
|
491
491
|
font-weight:bold;}
|
@@ -494,7 +494,7 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle
|
|
494
494
|
margin-right:0cm;
|
495
495
|
margin-bottom:6.0pt;
|
496
496
|
margin-left:27.35pt;
|
497
|
-
font-size
|
497
|
+
font-size:$normalfontsize;
|
498
498
|
font-family:$headerfont;
|
499
499
|
color:#244061;}
|
500
500
|
p.MsoToc3, li.MsoToc3, div.MsoToc3
|
@@ -502,7 +502,7 @@ p.TOCTitle, li.TOCTitle, div.TOCTitle
|
|
502
502
|
margin-right:0cm;
|
503
503
|
margin-bottom:6.0pt;
|
504
504
|
margin-left:54.0pt;
|
505
|
-
font-size
|
505
|
+
font-size:$normalfontsize;
|
506
506
|
font-family:$headerfont;
|
507
507
|
color:#244061;}
|
508
508
|
|
@@ -514,7 +514,7 @@ p.MsoFootnoteText, li.MsoFootnoteText, div.MsoFootnoteText
|
|
514
514
|
{mso-style-link:"Footnote Text Char";
|
515
515
|
margin-top:0cm;
|
516
516
|
margin-right:0cm;
|
517
|
-
margin-bottom
|
517
|
+
margin-bottom:$normalfontsize;
|
518
518
|
margin-left:0.0pt;
|
519
519
|
text-indent:0.0pt;
|
520
520
|
font-size:9.0pt;
|
@@ -523,9 +523,9 @@ p.MsoBodyText, li.MsoBodyText, div.MsoBodyText
|
|
523
523
|
{mso-style-link:"Body Text Char";
|
524
524
|
margin-top:0cm;
|
525
525
|
margin-right:0cm;
|
526
|
-
margin-bottom
|
526
|
+
margin-bottom:$normalfontsize;
|
527
527
|
margin-left:0cm;
|
528
|
-
font-size
|
528
|
+
font-size:$normalfontsize;
|
529
529
|
font-family:$bodyfont;}
|
530
530
|
span.Heading1Char
|
531
531
|
{mso-style-name:"Heading 1 Char";
|
@@ -534,7 +534,7 @@ span.Heading1Char
|
|
534
534
|
mso-style-locked:yes;
|
535
535
|
mso-style-parent:"";
|
536
536
|
mso-style-link:"Heading 1";
|
537
|
-
mso-ansi-font-size
|
537
|
+
mso-ansi-font-size:$normalfontsize;
|
538
538
|
font-family:$headerfont;
|
539
539
|
mso-ascii-font-family:Cambria;
|
540
540
|
mso-fareast-font-family:$headerfont;
|
@@ -550,7 +550,7 @@ span.Heading2Char
|
|
550
550
|
mso-style-locked:yes;
|
551
551
|
mso-style-parent:"";
|
552
552
|
mso-style-link:"Heading 2";
|
553
|
-
mso-ansi-font-size
|
553
|
+
mso-ansi-font-size:$normalfontsize;
|
554
554
|
font-family:$headerfont;
|
555
555
|
mso-ascii-font-family:Cambria;
|
556
556
|
mso-fareast-font-family:$headerfont;
|
@@ -1082,7 +1082,7 @@ table.MsoNormalTable
|
|
1082
1082
|
mso-para-margin:0cm;
|
1083
1083
|
mso-para-margin-bottom:.0001pt;
|
1084
1084
|
mso-pagination:widow-orphan;
|
1085
|
-
font-size
|
1085
|
+
font-size:$smallerfontsize;
|
1086
1086
|
font-family:$bodyfont;}
|
1087
1087
|
ol
|
1088
1088
|
{margin-bottom:0cm;
|