metanorma-iso 2.0.8.1 → 2.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/lib/html2doc/lists.rb +169 -0
  3. data/lib/isodoc/iso/base_convert.rb +11 -1
  4. data/lib/isodoc/iso/html/html_iso_titlepage.html +7 -0
  5. data/lib/isodoc/iso/html/isodoc-dis.css +407 -427
  6. data/lib/isodoc/iso/html/isodoc-dis.scss +482 -438
  7. data/lib/isodoc/iso/html/isodoc.css +38 -13
  8. data/lib/isodoc/iso/html/isodoc.scss +38 -12
  9. data/lib/isodoc/iso/html/style-human.css +14 -1
  10. data/lib/isodoc/iso/html/style-human.scss +10 -1
  11. data/lib/isodoc/iso/html/style-iso.css +35 -23
  12. data/lib/isodoc/iso/html/style-iso.scss +31 -23
  13. data/lib/isodoc/iso/html/word_iso_intro-dis.html +3 -1
  14. data/lib/isodoc/iso/html/word_iso_titlepage-dis.html +26 -13
  15. data/lib/isodoc/iso/html/word_iso_titlepage-prf.html +58 -0
  16. data/lib/isodoc/iso/html/word_iso_titlepage.html +16 -6
  17. data/lib/isodoc/iso/html/wordstyle-dis.css +168 -48
  18. data/lib/isodoc/iso/html/wordstyle-dis.scss +158 -43
  19. data/lib/isodoc/iso/html_convert.rb +7 -2
  20. data/lib/isodoc/iso/i18n-en.yaml +33 -4
  21. data/lib/isodoc/iso/i18n-fr.yaml +30 -3
  22. data/lib/isodoc/iso/i18n-ru.yaml +33 -4
  23. data/lib/isodoc/iso/i18n-zh-Hans.yaml +33 -3
  24. data/lib/isodoc/iso/i18n.rb +1 -1
  25. data/lib/isodoc/iso/init.rb +17 -1
  26. data/lib/isodoc/iso/iso.amendment.xsl +1711 -367
  27. data/lib/isodoc/iso/iso.international-standard.xsl +1711 -367
  28. data/lib/isodoc/iso/metadata.rb +72 -78
  29. data/lib/isodoc/iso/presentation_bibdata.rb +74 -0
  30. data/lib/isodoc/iso/presentation_xml_convert.rb +52 -100
  31. data/lib/isodoc/iso/presentation_xref.rb +132 -0
  32. data/lib/isodoc/iso/sections.rb +3 -3
  33. data/lib/isodoc/iso/word_cleanup.rb +17 -0
  34. data/lib/isodoc/iso/word_convert.rb +32 -12
  35. data/lib/isodoc/iso/word_dis_cleanup.rb +235 -0
  36. data/lib/isodoc/iso/word_dis_convert.rb +122 -0
  37. data/lib/isodoc/iso/xref.rb +78 -29
  38. data/lib/metanorma/iso/base.rb +20 -1
  39. data/lib/metanorma/iso/biblio.rng +69 -42
  40. data/lib/metanorma/iso/boilerplate-fr.xml +4 -1
  41. data/lib/metanorma/iso/boilerplate-ru.xml +4 -3
  42. data/lib/metanorma/iso/boilerplate.xml +4 -3
  43. data/lib/metanorma/iso/cleanup.rb +29 -1
  44. data/lib/metanorma/iso/front.rb +31 -6
  45. data/lib/metanorma/iso/front_id.rb +2 -0
  46. data/lib/metanorma/iso/isodoc.rng +65 -0
  47. data/lib/metanorma/iso/isostandard.rng +30 -12
  48. data/lib/metanorma/iso/macros.rb +29 -0
  49. data/lib/metanorma/iso/version.rb +1 -1
  50. data/lib/metanorma-iso.rb +1 -0
  51. data/lib/relaton/render/config.yml +4 -0
  52. data/lib/relaton/render/general.rb +13 -0
  53. data/metanorma-iso.gemspec +1 -1
  54. data/spec/isodoc/amd_spec.rb +35 -60
  55. data/spec/isodoc/blocks_spec.rb +783 -179
  56. data/spec/isodoc/i18n_spec.rb +331 -100
  57. data/spec/isodoc/inline_spec.rb +35 -42
  58. data/spec/isodoc/iso_spec.rb +51 -170
  59. data/spec/isodoc/metadata_spec.rb +240 -99
  60. data/spec/isodoc/postproc_spec.rb +68 -7
  61. data/spec/isodoc/ref_spec.rb +66 -69
  62. data/spec/isodoc/section_spec.rb +88 -80
  63. data/spec/isodoc/table_spec.rb +2 -2
  64. data/spec/isodoc/terms_spec.rb +2 -2
  65. data/spec/isodoc/word_dis_spec.rb +1886 -0
  66. data/spec/isodoc/xref_spec.rb +138 -64
  67. data/spec/metanorma/amd_spec.rb +53 -1
  68. data/spec/metanorma/base_spec.rb +195 -20
  69. data/spec/metanorma/blocks_spec.rb +54 -0
  70. data/spec/metanorma/lists_spec.rb +2 -2
  71. data/spec/metanorma/section_spec.rb +2 -2
  72. data/spec/spec_helper.rb +23 -4
  73. data/spec/vcr_cassettes/withdrawn_iso.yml +25 -25
  74. metadata +15 -10
  75. data/docs/asciiiso-syntax.adoc +0 -307
  76. data/docs/guidance.adoc +0 -487
  77. data/docs/navigation.adoc +0 -23
  78. data/docs/quickstart.adoc +0 -179
  79. data/spec/vcr_cassettes/docrels.yml +0 -385
@@ -1,5 +1,5 @@
1
1
  p.Sourcecode, li.Sourcecode, div.Sourcecode, pre.Sourcecode
2
- {mso-style-name:sourcecode;
2
+ {mso-style-name:Sourcecode;
3
3
  mso-style-unhide:no;
4
4
  mso-style-qformat:yes;
5
5
  mso-style-parent:"";
@@ -52,7 +52,7 @@ p.Biblio, li.Biblio, div.Biblio, p.biblio, li.biblio, div.biblio
52
52
  mso-fareast-font-family:"SimSun",serif;
53
53
  mso-bidi-font-family:$bodyfont;
54
54
  mso-ansi-language:EN-GB;}
55
- p.NormRef, li.NormRef, div.NormRef, p.normref, li.normref, div.normref
55
+ p.NormRef, li.NormRef, div.NormRef
56
56
  {mso-style-name:normref;
57
57
  mso-style-unhide:no;
58
58
  mso-style-qformat:yes;
@@ -70,7 +70,7 @@ p.NormRef, li.NormRef, div.NormRef, p.normref, li.normref, div.normref
70
70
  mso-fareast-font-family:"SimSun",serif;
71
71
  mso-bidi-font-family:$bodyfont;
72
72
  mso-ansi-language:EN-GB;}
73
- p.FigureTitle, li.FigureTitle, div.FigureTitle, p.figuretitle, li.figuretitle, div.figuretitle
73
+ p.FigureTitle, li.FigureTitle, div.FigureTitle
74
74
  {mso-style-name:figuretitle;
75
75
  mso-style-unhide:no;
76
76
  mso-style-qformat:yes;
@@ -322,7 +322,7 @@ span.AnnexTableTitleChar
322
322
  mso-ansi-language:EN-GB;
323
323
  font-weight:bold;
324
324
  mso-bidi-font-weight:normal;}
325
- p.AdmonitionTitle, p.admonitiontitle, li.admonitiontitle, div.admonitiontitle
325
+ p.AdmonitionTitle
326
326
  {mso-style-name:recommendationtitle;
327
327
  mso-style-unhide:no;
328
328
  mso-style-qformat:yes;
@@ -363,7 +363,7 @@ p.recommendationtitle, li.recommendationtitle, div.recommendationtitle
363
363
  mso-ansi-language:EN-GB;
364
364
  mso-fareast-language:ZH-CN;
365
365
  font-weight:bold;}
366
- p.SourceTitle, p.sourcetitle, li.sourcetitle, div.sourcetitle
366
+ p.SourceTitle
367
367
  {mso-style-name:sourcetitle;
368
368
  mso-style-unhide:no;
369
369
  mso-style-qformat:yes;
@@ -382,11 +382,32 @@ p.SourceTitle, p.sourcetitle, li.sourcetitle, div.sourcetitle
382
382
  mso-fareast-font-family:"SimSun",serif;
383
383
  mso-bidi-font-family:$bodyfont;
384
384
  mso-ansi-language:EN-GB;}
385
- p.Tabletitle, li.Tabletitle, div.Tabletitle, p.tabletitle, li.tabletitle, div.tabletitle
386
- {mso-style-name:tabletitle;
385
+ p.ListTitle
386
+ {mso-style-name:"List title";
387
+ mso-style-unhide:no;
388
+ mso-style-qformat:yes;
389
+ mso-style-parent:"Figure title";
390
+ margin-top:0cm;
391
+ margin-right:0cm;
392
+ margin-bottom:6.0pt;
393
+ margin-left:0.0pt;
394
+ text-align:center;
395
+ line-height:12.0pt;
396
+ page-break-after:avoid;
397
+ line-height:12.0pt;
398
+ mso-pagination:widow-orphan;
399
+ tab-stops:20.15pt;
400
+ font-size:$normalfontsize;
401
+ font-weight:bold;
402
+ font-family:$bodyfont;
403
+ mso-fareast-font-family:"SimSun",serif;
404
+ mso-bidi-font-family:$bodyfont;
405
+ mso-ansi-language:EN-GB;}
406
+ p.Tabletitle, li.Tabletitle, div.Tabletitle
407
+ {mso-style-name:"Table title";
387
408
  mso-style-unhide:no;
388
409
  mso-style-qformat:yes;
389
- mso-style-parent:"";
410
+ mso-style-parent:"Figure title";
390
411
  margin-top:0cm;
391
412
  margin-right:0cm;
392
413
  margin-bottom:6.0pt;
@@ -523,8 +544,8 @@ span.AnnexFigureTitleChar
523
544
  mso-bidi-font-size:11.0pt;
524
545
  mso-ansi-language:EN-GB;
525
546
  font-weight:bold;}
526
- p.Note, div.Note, li.Note, p.note, li.note, div.note
527
- {mso-style-name:note;
547
+ p.Note, div.Note, li.Note
548
+ {
528
549
  mso-style-unhide:no;
529
550
  mso-style-qformat:yes;
530
551
  mso-style-parent:"";
@@ -536,12 +557,15 @@ p.Note, div.Note, li.Note, p.note, li.note, div.note
536
557
  line-height:12.0pt;
537
558
  mso-pagination:widow-orphan;
538
559
  tab-stops:20.15pt;
539
- font-size:$smallerfontsize;
540
560
  mso-bidi-font-size:$normalfontsize;
541
- font-family:$bodyfont;
542
561
  mso-fareast-font-family:"SimSun",serif;
543
562
  mso-bidi-font-family:$bodyfont;
544
563
  mso-ansi-language:EN-GB;}
564
+ p.Note, div.Note, li.Note {
565
+ mso-style-name:Note;
566
+ font-size:$smallerfontsize;
567
+ font-family:$bodyfont;
568
+ }
545
569
  /* may need to be revised */
546
570
  p.tablefootnote, li.tablefootnote, div.tablefootnote
547
571
  {mso-style-name:tablefootnote;
@@ -566,8 +590,8 @@ p.tablefootnote, li.tablefootnote, div.tablefootnote
566
590
  mso-fareast-language:ZH-CN;}
567
591
  p.ANNEX, li.ANNEX, div.ANNEX
568
592
  {mso-style-name:ANNEX;
569
- mso-style-priority:10;
570
593
  mso-style-unhide:no;
594
+ mso-style-parent:Base_Heading;
571
595
  mso-style-next:Normal;
572
596
  margin-top:0cm;
573
597
  margin-right:0cm;
@@ -581,13 +605,12 @@ p.ANNEX, li.ANNEX, div.ANNEX
581
605
  mso-pagination:widow-orphan;
582
606
  page-break-after:avoid;
583
607
  mso-outline-level:1;
584
- mso-list:l0 level1 lfo12;
585
- tab-stops:20.15pt;
608
+ mso-list:l11 level1 lfo4;
586
609
  font-size:14.0pt;
587
- mso-bidi-font-size:$normalfontsize;
610
+ mso-bidi-font-size:10.0pt;
588
611
  font-family:$headerfont;
589
- mso-fareast-font-family:"SimHei",serif;
590
- mso-bidi-font-family:$headerfont;
612
+ mso-fareast-font-family:"MS Mincho";
613
+ mso-bidi-font-family:"Times New Roman";
591
614
  mso-ansi-language:EN-GB;
592
615
  mso-fareast-language:JA;
593
616
  font-weight:bold;
@@ -633,29 +656,29 @@ p.Definition, li.Definition, div.Definition
633
656
  mso-bidi-font-family:$bodyfont;
634
657
  mso-ansi-language:EN-GB;}
635
658
  p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
636
- {mso-style-name:"Foreword Title";
637
- mso-style-noshow:yes;
638
- mso-style-unhide:no;
639
- margin-top:15.5pt;
640
- margin-right:0cm;
641
- margin-bottom:15.5pt;
642
- margin-left:0cm;
643
- text-align:justify;
644
- line-height:15.5pt;
645
- page-break-before:always;
646
- mso-pagination:widow-orphan;
647
- page-break-after:avoid;
648
- mso-outline-level:1;
649
- mso-hyphenate:none;
659
+ {mso-style-name:"Foreword Title";
660
+ mso-style-unhide:no;
661
+ mso-style-parent:Base_Heading;
662
+ margin-top:15.5pt;
663
+ margin-right:0cm;
664
+ margin-bottom:15.5pt;
665
+ margin-left:0cm;
666
+ line-height:15.5pt;
667
+ page-break-before:always;
650
668
  tab-stops:20.15pt;
651
- font-size:14.0pt;
652
- mso-bidi-font-size:$normalfontsize;
653
- font-family:$headerfont;
654
- mso-fareast-font-family:"SimHei",serif;
655
- mso-bidi-font-family:$headerfont;
656
- mso-ansi-language:EN-GB;
657
- font-weight:bold;
658
- mso-bidi-font-weight:normal;}
669
+ mso-pagination:widow-orphan;
670
+ page-break-after:avoid;
671
+ mso-outline-level:1;
672
+ mso-hyphenate:none;
673
+ font-size:14.0pt;
674
+ mso-bidi-font-size:11.0pt;
675
+ font-family:$headerfont;
676
+ mso-fareast-font-family:Calibri;
677
+ mso-bidi-font-family:"Times New Roman";
678
+ mso-ansi-language:EN-GB;
679
+ mso-fareast-language:EN-US;
680
+ font-weight:bold;
681
+ mso-bidi-font-weight:normal;}
659
682
  p.IntroTitle, li.IntroTitle, div.IntroTitle
660
683
  {mso-style-name:"Intro Title";
661
684
  mso-style-noshow:yes;
@@ -680,10 +703,11 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
680
703
  mso-ansi-language:EN-GB;
681
704
  font-weight:bold;
682
705
  page-break-before:always;
683
- mso-bidi-font-weight:normal;}
684
- p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead, p.titlepagesubhead, li.titlepagesubhead, div.titlepagesubhead {
685
- mso-style-name:titlepagesubhead;
686
- mso-style-noshow:yes;
706
+ mso-bidi-font-weight:normal;
707
+ page-break-before:always;}
708
+ p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
709
+ mso-style-name:titlepagesubhead;
710
+ mso-style-noshow:yes;
687
711
  mso-style-unhide:no;
688
712
  mso-style-parent:"Foreword Title";
689
713
  margin-top:15.5pt;
@@ -774,6 +798,24 @@ p.TermNum, li.TermNum, div.TermNum
774
798
  mso-ansi-language:EN-GB;
775
799
  font-weight:bold;
776
800
  mso-bidi-font-weight:normal;}
801
+ p.zzHelp, li.zzHelp, div.zzHelp
802
+ {mso-style-name:zzHelp;
803
+ mso-style-unhide:no;
804
+ margin-top:0cm;
805
+ margin-right:0cm;
806
+ margin-bottom:12.0pt;
807
+ margin-left:0cm;
808
+ text-align:justify;
809
+ line-height:12.0pt;
810
+ mso-pagination:widow-orphan;
811
+ font-size:$normalfontsize;
812
+ mso-bidi-font-size:10.0pt;
813
+ font-family:$bodyfont;
814
+ mso-fareast-font-family:"MS Mincho";
815
+ mso-bidi-font-family:"Times New Roman";
816
+ color:green;
817
+ mso-ansi-language:EN-GB;
818
+ mso-fareast-language:JA;}
777
819
  p.zzContents, li.zzContents, div.zzContents
778
820
  {mso-style-name:zzContents;
779
821
  mso-style-noshow:yes;
@@ -800,48 +842,30 @@ p.zzContents, li.zzContents, div.zzContents
800
842
  mso-bidi-font-weight:normal;}
801
843
  p.zzCopyright, li.zzCopyright, div.zzCopyright
802
844
  {mso-style-name:zzCopyright;
803
- mso-style-noshow:yes;
804
845
  mso-style-unhide:no;
805
846
  mso-style-next:Normal;
806
847
  margin-top:0cm;
807
- margin-right:0pt;
848
+ margin-right:14.2pt;
808
849
  margin-bottom:12.0pt;
809
- margin-left:0pt;
850
+ margin-left:14.2pt;
810
851
  text-align:justify;
811
852
  line-height:12.0pt;
812
853
  mso-pagination:widow-orphan;
813
- tab-stops:20.15pt 25.7pt 481.15pt;
854
+ tab-stops:25.7pt 481.15pt;
814
855
  border:none;
856
+ mso-border-alt:solid blue .5pt;
815
857
  padding:0cm;
816
858
  mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
817
- font-size:10.0pt;
859
+ font-size:$normalfontsize;
860
+ mso-bidi-font-size:10.0pt;
818
861
  font-family:$bodyfont;
819
- mso-fareast-font-family:"SimSun",serif;
820
- mso-bidi-font-family:$bodyfont;
821
- mso-ansi-language:EN-GB;}
822
- p.zzCopyright1
823
- {mso-style-name:zzCopyright;
824
- mso-style-noshow:yes;
825
- mso-style-unhide:no;
826
- mso-style-next:Normal;
827
- margin-top:0cm;
828
- margin-right:0pt;
829
- margin-bottom:12.0pt;
830
- margin-left:0pt;
831
- text-align:justify;
832
- line-height:12.0pt;
833
- mso-pagination:widow-orphan;
834
- tab-stops:20.15pt 25.7pt 481.15pt;
835
- border:none;
836
- padding:0cm;
837
- mso-padding-alt:1.0pt 4.0pt 1.0pt 4.0pt;
838
- font-size:10.0pt;
839
- font-family:$bodyfont;
840
- mso-fareast-font-family:"SimSun",serif;
841
- mso-bidi-font-family:$bodyfont;
842
- mso-ansi-language:EN-GB;}
843
- p.zzAddress, p.zzaddress, li.zzaddress, div.zzaddress {
844
- mso-style-name:zzaddress;
862
+ mso-fareast-font-family:"MS Mincho";
863
+ mso-bidi-font-family:"Times New Roman";
864
+ color:blue;
865
+ mso-ansi-language:EN-GB;
866
+ mso-fareast-language:JA;}
867
+ p.zzAddress {
868
+ mso-style-name:zzAddress;
845
869
  margin:0cm;
846
870
  margin-bottom:12pt;
847
871
  margin-left:20.15pt;
@@ -850,10 +874,11 @@ mso-layout-grid-align:none;
850
874
  text-autospace:none;
851
875
  padding:0cm;
852
876
  mso-padding-alt:0cm 4.0pt 0cm 4.0pt;
877
+ color:blue;
853
878
  font-size:10.0pt;
854
879
  font-family:$bodyfont;
855
880
  }
856
- p.zzWarning, p.zzwarning, li.zzwarning, div.zzwarning {
881
+ p.zzWarning {
857
882
  mso-style-name:zzwarning;
858
883
  mso-style-unhide:no;
859
884
  mso-margin-top-alt:auto;
@@ -869,7 +894,7 @@ font-size:10.0pt;
869
894
  mso-bidi-font-weight:bold;
870
895
  font-family:$bodyfont;
871
896
  }
872
- p.zzWarningHdr, p.zzwarninghdr, li.zzwarninghdr, div.zzwarninghdr {
897
+ p.zzWarningHdr {
873
898
  mso-style-name:zzwarninghdr;
874
899
  mso-style-unhide:no;
875
900
  mso-margin-top-alt:auto;
@@ -907,51 +932,9 @@ p.zzSTDTitle, li.zzSTDTitle, div.zzSTDTitle
907
932
  mso-fareast-font-family:"SimHei",serif;
908
933
  mso-bidi-font-family:$headerfont;
909
934
  mso-ansi-language:EN-GB;
935
+ color:blue;
910
936
  font-weight:bold;
911
937
  mso-bidi-font-weight:normal;}
912
- p.zzSTDTitle1, li.zzSTDTitle1, div.zzSTDTitle1
913
- {mso-style-name:zzSTDTitle;
914
- mso-style-noshow:yes;
915
- mso-style-unhide:no;
916
- mso-style-next:Normal;
917
- margin-top:0pt;
918
- margin-right:0cm;
919
- margin-bottom:18.0pt;
920
- margin-left:0cm;
921
- line-height:17.5pt;
922
- mso-line-height-rule:exactly;
923
- mso-pagination:widow-orphan;
924
- mso-hyphenate:none;
925
- tab-stops:20.15pt;
926
- font-size:16.0pt;
927
- mso-bidi-font-size:$normalfontsize;
928
- font-family:$headerfont;
929
- mso-fareast-font-family:"SimHei",serif;
930
- mso-bidi-font-family:$headerfont;
931
- mso-ansi-language:EN-GB;
932
- font-weight:bold;
933
- mso-bidi-font-weight:normal;}
934
- p.zzSTDTitle2, li.zzSTDTitle2, div.zzSTDTitle2
935
- {mso-style-name:zzSTDTitle;
936
- mso-style-noshow:yes;
937
- mso-style-unhide:no;
938
- mso-style-next:Normal;
939
- margin-top:0pt;
940
- margin-right:0cm;
941
- margin-bottom:18.0pt;
942
- margin-left:0cm;
943
- line-height:17.5pt;
944
- mso-line-height-rule:exactly;
945
- mso-pagination:widow-orphan;
946
- mso-hyphenate:none;
947
- tab-stops:20.15pt;
948
- font-size:16.0pt;
949
- mso-bidi-font-size:$normalfontsize;
950
- font-family:$headerfont;
951
- mso-fareast-font-family:"SimHei",serif;
952
- mso-bidi-font-family:$headerfont;
953
- mso-ansi-language:EN-GB;
954
- mso-bidi-font-weight:normal;}
955
938
  p.1, li.1, div.1
956
939
  {mso-style-name:引用1;
957
940
  mso-style-priority:99;
@@ -971,7 +954,7 @@ p.1, li.1, div.1
971
954
  mso-bidi-font-family:"Times New Roman";
972
955
  mso-ansi-language:EN-GB;
973
956
  mso-fareast-language:JA;}
974
- p.Quote, li.Quote, div.Quote
957
+ p.Quote, li.Quote
975
958
  {mso-style-priority:99;
976
959
  margin-top:0cm;
977
960
  margin-right:36.0pt;
@@ -986,7 +969,18 @@ p.Quote, li.Quote, div.Quote
986
969
  mso-fareast-font-family:"SimSun",serif;
987
970
  mso-bidi-font-family:$bodyfont;
988
971
  mso-ansi-language:EN-GB;}
989
- p.QuoteAttribution, p.quoteattribution, li.quoteattribution, div.quoteattribution
972
+ div.Quote
973
+ {mso-style-priority:99;
974
+ text-align:justify;
975
+ line-height:12.0pt;
976
+ mso-pagination:widow-orphan;
977
+ tab-stops:20.15pt;
978
+ font-size:$normalfontsize;
979
+ font-family:$bodyfont;
980
+ mso-fareast-font-family:"SimSun",serif;
981
+ mso-bidi-font-family:$bodyfont;
982
+ mso-ansi-language:EN-GB;}
983
+ p.QuoteAttribution
990
984
  {mso-style-name:quoteattribution;
991
985
  mso-style-unhide:no;
992
986
  mso-margin-top-alt:auto;
@@ -1001,16 +995,14 @@ p.QuoteAttribution, p.quoteattribution, li.quoteattribution, div.quoteattributio
1001
995
  mso-fareast-theme-font:minor-fareast;
1002
996
  mso-ansi-language:EN-HK;
1003
997
  mso-fareast-language:JA;}
1004
- p.Admonition, li.Admonition, div.Admonition, p.admonition, li.admonition, div.admonition
1005
- {mso-style-name:admonition;
998
+ p.Admonition, li.Admonition, div.Admonition
999
+ {
1006
1000
  mso-style-priority:99;
1007
1001
  mso-margin-top-alt:auto;
1008
1002
  margin-right:0cm;
1009
1003
  mso-margin-bottom-alt:auto;
1010
1004
  margin-left:0cm;
1011
1005
  mso-pagination:widow-orphan;
1012
- font-size:12.0pt;
1013
- font-family:"Calibri",sans-serif;
1014
1006
  mso-ascii-font-family:$bodyfont;
1015
1007
  mso-ascii-theme-font:minor-latin;
1016
1008
  mso-fareast-font-family:"SimSun",serif;
@@ -1019,8 +1011,13 @@ p.Admonition, li.Admonition, div.Admonition, p.admonition, li.admonition, div.ad
1019
1011
  mso-hansi-theme-font:minor-latin;
1020
1012
  mso-bidi-font-family:$bodyfont;
1021
1013
  mso-bidi-theme-font:minor-bidi;
1022
- font-weight:bold;
1023
1014
  mso-ansi-language:EN-AU;}
1015
+ p.Admonition, li.Admonition {
1016
+ mso-style-name:admonition;
1017
+ font-size:12.0pt;
1018
+ font-family:"Calibri",sans-serif;
1019
+ font-weight:bold;
1020
+ }
1024
1021
  p.Code, li.Code, div.Code
1025
1022
  {mso-style-name:Code;
1026
1023
  mso-style-priority:16;
@@ -1030,12 +1027,50 @@ p.Code, li.Code, div.Code
1030
1027
  line-height:12.0pt;
1031
1028
  mso-pagination:widow-orphan;
1032
1029
  tab-stops:16.15pt 32.6pt 48.75pt 65.2pt 81.35pt 97.8pt 113.95pt 130.4pt 146.55pt 162.75pt;
1033
- font-size:11.0;
1030
+ font-size:11.0pt;
1034
1031
  mso-bidi-font-size:$normalfontsize;
1035
1032
  font-family:$monospacefont;
1036
1033
  mso-fareast-font-family:"SimSun",serif;
1037
1034
  mso-bidi-font-family:"Cambria";
1038
1035
  mso-ansi-language:EN-GB;}
1036
+ span.ISOCode
1037
+ {mso-style-name:ISOCode;
1038
+ mso-style-unhide:no;
1039
+ mso-ansi-font-size:11.0pt;
1040
+ mso-bidi-font-size:14.0pt;
1041
+ font-family:$monospacefont;
1042
+ mso-ascii-font-family:"Courier New";
1043
+ mso-hansi-font-family:"Courier New";
1044
+ mso-bidi-font-family:"Courier New";
1045
+ font-weight:normal;
1046
+ font-style:normal;
1047
+ mso-no-proof:yes;}
1048
+ span.ISOCodeitalic
1049
+ {mso-style-name:ISOCode_italic;
1050
+ mso-style-unhide:no;
1051
+ mso-ansi-font-size:11.0pt;
1052
+ mso-bidi-font-size:14.0pt;
1053
+ font-family:$monospacefont;
1054
+ mso-ascii-font-family:"Courier New";
1055
+ mso-hansi-font-family:"Courier New";
1056
+ mso-bidi-font-family:"Courier New";
1057
+ font-weight:normal;
1058
+ font-style:italic;
1059
+ mso-bidi-font-style:normal;
1060
+ mso-no-proof:yes;}
1061
+ span.ISOCodebold
1062
+ {mso-style-name:ISOCode_bold;
1063
+ mso-style-unhide:no;
1064
+ mso-ansi-font-size:11.0pt;
1065
+ mso-bidi-font-size:14.0pt;
1066
+ font-family:$monospacefont;
1067
+ mso-ascii-font-family:"Courier New";
1068
+ mso-hansi-font-family:"Courier New";
1069
+ mso-bidi-font-family:"Courier New";
1070
+ font-weight:bold;
1071
+ mso-bidi-font-weight:normal;
1072
+ font-style:normal;
1073
+ mso-no-proof:yes;}
1039
1074
  p.Formula, li.Formula, div.Formula
1040
1075
  {mso-style-name:Formula;
1041
1076
  mso-style-noshow:yes;
@@ -1395,50 +1430,6 @@ div.doctitle
1395
1430
  text-align:left;
1396
1431
  font-size:16.0pt;}
1397
1432
 
1398
- p.boilerplate-copyright, li.boilerplate-copyright, div.boilerplate-copyright
1399
- {mso-style-name:boilerplate-copyright;
1400
- mso-style-unhide:no;
1401
- mso-margin-top-alt:auto;
1402
- margin-right:0cm;
1403
- mso-margin-bottom-alt:auto;
1404
- margin-left:0cm;
1405
- mso-pagination:widow-orphan;
1406
- font-size:12.0pt;
1407
- font-family:"Times New Roman",serif;
1408
- mso-fareast-font-family:DengXian;
1409
- mso-fareast-theme-font:minor-fareast;
1410
- mso-ansi-language:EN-HK;
1411
- mso-fareast-language:JA;}
1412
-
1413
- p.boilerplate-name, li.boilerplate-name, div.boilerplate-name
1414
- {mso-style-name:boilerplate-name;
1415
- mso-style-unhide:no;
1416
- mso-margin-top-alt:auto;
1417
- margin-right:0cm;
1418
- mso-margin-bottom-alt:auto;
1419
- margin-left:0cm;
1420
- mso-pagination:widow-orphan;
1421
- font-size:12.0pt;
1422
- font-family:"Times New Roman",serif;
1423
- mso-fareast-font-family:DengXian;
1424
- mso-fareast-theme-font:minor-fareast;
1425
- mso-ansi-language:EN-HK;
1426
- mso-fareast-language:JA;}
1427
- p.boilerplate-address, li.boilerplate-address, div.boilerplate-address
1428
- {mso-style-name:boilerplate-address;
1429
- mso-style-unhide:no;
1430
- mso-margin-top-alt:auto;
1431
- margin-right:0cm;
1432
- mso-margin-bottom-alt:auto;
1433
- margin-left:0cm;
1434
- mso-pagination:widow-orphan;
1435
- font-size:12.0pt;
1436
- font-family:"Times New Roman",serif;
1437
- mso-fareast-font-family:DengXian;
1438
- mso-fareast-theme-font:minor-fareast;
1439
- mso-ansi-language:EN-HK;
1440
- mso-fareast-language:JA;}
1441
-
1442
1433
  div.rule {
1443
1434
  width: 100%;
1444
1435
  height: 1px;
@@ -1601,23 +1592,6 @@ a.TableFootnoteRef, span.TableFootnoteRef, span.tablefootnoteref
1601
1592
  aside {
1602
1593
  font-size:$footnotefontsize;
1603
1594
  }
1604
- span.notelabel
1605
- {mso-style-name:note_label;
1606
- mso-style-unhide:no;
1607
- mso-ansi-font-size:10.0pt;
1608
- mso-bidi-font-size:10.0pt;
1609
- font-family:$bodyfont;
1610
- mso-ascii-font-family:Cambria;
1611
- mso-hansi-font-family:Cambria;}
1612
- span.examplelabel
1613
- {mso-style-name:example_label;
1614
- mso-style-unhide:no;
1615
- mso-ansi-font-size:10.0pt;
1616
- mso-bidi-font-size:10.0pt;
1617
- font-family:$bodyfont;
1618
- mso-ascii-font-family:Cambria;
1619
- mso-hansi-font-family:Cambria;}
1620
-
1621
1595
 
1622
1596
 
1623
1597
  /*
@@ -1641,6 +1615,11 @@ div.example {
1641
1615
  p.Example, li.Example, div.Example, td.Example
1642
1616
  {
1643
1617
  tab-stops:70.9pt;
1618
+ }
1619
+
1620
+ p.Example, li.Example, td.Example {
1621
+ mso-style-name:Example;
1622
+ mso-style-link:"Example Char";
1644
1623
  font-size:$smallerfontsize;
1645
1624
  font-family:$bodyfont;}
1646
1625
 
@@ -1657,21 +1636,20 @@ div.Example p.MsoListParagraph {
1657
1636
  font-size: $smallerfontsize;
1658
1637
  }
1659
1638
 
1660
- p.Example, li.Example, div.Example, p.example, li.example, div.example
1661
- {mso-style-name:example;
1639
+ p.Example, li.Example, div.Example
1640
+ {
1662
1641
  mso-style-unhide:no;
1663
1642
  mso-style-qformat:yes;
1664
- mso-style-link:"Example Char";
1665
1643
  mso-margin-top-alt:auto;
1644
+ margin-top:0cm;
1666
1645
  margin-right:0cm;
1667
- mso-margin-bottom-alt:auto;
1646
+ margin-bottom:12.0pt;
1668
1647
  margin-left:0cm;
1669
1648
  text-align:justify;
1670
- line-height:12.0pt;
1649
+ line-height:11.0pt;
1671
1650
  mso-pagination:none;
1672
- tab-stops:70.9pt;
1673
- font-size:$smallerfontsize;
1674
- font-family:$bodyfont;
1651
+ mso-pagination:widow-orphan;
1652
+ tab-stops:67.7pt;
1675
1653
  mso-fareast-font-family:Calibri;
1676
1654
  mso-bidi-font-family:"Times New Roman";
1677
1655
  mso-ansi-language:EN-GB;
@@ -1763,392 +1741,424 @@ span.aucollab
1763
1741
  {mso-style-name:au_collab;
1764
1742
  mso-style-unhide:no;
1765
1743
  mso-style-parent:"";
1766
- font-size:$bodyfont;
1744
+ font-family:$bodyfont;
1767
1745
  mso-ascii-font-family:Cambria;
1768
1746
  mso-hansi-font-family:Cambria;
1769
1747
  border:none;
1770
- background:silver;}
1748
+ {% if stage_int >= 40 and stage_int < 60 %}background:silver;{% endif %}
1749
+ }
1771
1750
  span.audeg
1772
1751
  {mso-style-name:au_deg;
1773
1752
  mso-style-unhide:no;
1774
1753
  mso-style-parent:"";
1775
1754
  mso-ansi-font-size:11.0pt;
1776
- font-size:$bodyfont;
1755
+ font-family:$bodyfont;
1777
1756
  mso-ascii-font-family:Cambria;
1778
1757
  mso-hansi-font-family:Cambria;
1779
1758
  border:none;
1780
- background:yellow;}
1759
+ {% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
1760
+ }
1781
1761
  span.aufname
1782
1762
  {mso-style-name:au_fname;
1783
1763
  mso-style-unhide:no;
1784
1764
  mso-style-parent:"";
1785
1765
  mso-ansi-font-size:11.0pt;
1786
- font-size:$bodyfont;
1766
+ font-family:$bodyfont;
1787
1767
  mso-ascii-font-family:Cambria;
1788
1768
  mso-hansi-font-family:Cambria;
1789
1769
  border:none;
1790
- background:#FFFFCC;}
1770
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
1771
+ }
1791
1772
  span.aurole
1792
1773
  {mso-style-name:au_role;
1793
1774
  mso-style-unhide:no;
1794
1775
  mso-style-parent:"";
1795
1776
  mso-ansi-font-size:11.0pt;
1796
- font-size:$bodyfont;
1777
+ font-family:$bodyfont;
1797
1778
  mso-ascii-font-family:Cambria;
1798
1779
  mso-hansi-font-family:Cambria;
1799
1780
  border:none;
1800
- background:olive;}
1781
+ {% if stage_int >= 40 and stage_int < 60 %}background:olive;{% endif %}
1782
+ }
1801
1783
  span.ausuffix
1802
1784
  {mso-style-name:au_suffix;
1803
1785
  mso-style-unhide:no;
1804
1786
  mso-style-parent:"";
1805
1787
  mso-ansi-font-size:11.0pt;
1806
- font-size:$bodyfont;
1788
+ font-family:$bodyfont;
1807
1789
  mso-ascii-font-family:Cambria;
1808
1790
  mso-hansi-font-family:Cambria;
1809
1791
  border:none;
1810
- background:fuchsia;}
1792
+ {% if stage_int >= 40 and stage_int < 60 %}background:fuchsia;{% endif %}
1793
+ }
1811
1794
  span.ausurname
1812
1795
  {mso-style-name:au_surname;
1813
1796
  mso-style-unhide:no;
1814
1797
  mso-style-parent:"";
1815
1798
  mso-ansi-font-size:11.0pt;
1816
- font-size:$bodyfont;
1799
+ font-family:$bodyfont;
1817
1800
  mso-ascii-font-family:Cambria;
1818
1801
  mso-hansi-font-family:Cambria;
1819
1802
  border:none;
1820
- background:#CCFF99;}
1803
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
1804
+ }
1821
1805
  span.bibbase
1822
1806
  {mso-style-name:bib_base;
1823
1807
  mso-style-unhide:no;
1824
1808
  mso-style-parent:"";
1825
- font-size:$bodyfont;
1809
+ font-family:$bodyfont;
1826
1810
  mso-ascii-font-family:Cambria;
1827
1811
  mso-hansi-font-family:Cambria;}
1828
1812
  span.bibarticle
1829
1813
  {mso-style-name:bib_article;
1830
1814
  mso-style-unhide:no;
1831
1815
  mso-style-parent:"";
1832
- font-size:$bodyfont;
1816
+ font-family:$bodyfont;
1833
1817
  mso-ascii-font-family:Cambria;
1834
1818
  mso-hansi-font-family:Cambria;
1835
1819
  border:none;
1836
- background:#CCFFFF;}
1820
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
1821
+ }
1837
1822
  span.bibcomment
1838
1823
  {mso-style-name:bib_comment;
1839
1824
  mso-style-unhide:no;
1840
1825
  mso-style-parent:bib_base;
1841
- font-size:$bodyfont;
1826
+ font-family:$bodyfont;
1842
1827
  mso-ascii-font-family:Cambria;
1843
1828
  mso-hansi-font-family:Cambria;}
1844
1829
  span.bibdeg
1845
1830
  {mso-style-name:bib_deg;
1846
1831
  mso-style-unhide:no;
1847
1832
  mso-style-parent:bib_base;
1848
- font-size:$bodyfont;
1833
+ font-family:$bodyfont;
1849
1834
  mso-ascii-font-family:Cambria;
1850
1835
  mso-hansi-font-family:Cambria;}
1851
1836
  span.bibdoi
1852
1837
  {mso-style-name:bib_doi;
1853
1838
  mso-style-unhide:no;
1854
1839
  mso-style-parent:"";
1855
- font-size:$bodyfont;
1840
+ font-family:$bodyfont;
1856
1841
  mso-ascii-font-family:Cambria;
1857
1842
  mso-hansi-font-family:Cambria;
1858
1843
  border:none;
1859
- background:#CCFFCC;}
1844
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
1845
+ }
1860
1846
  span.bibetal
1861
1847
  {mso-style-name:bib_etal;
1862
1848
  mso-style-unhide:no;
1863
1849
  mso-style-parent:"";
1864
- font-size:$bodyfont;
1850
+ font-family:$bodyfont;
1865
1851
  mso-ascii-font-family:Cambria;
1866
1852
  mso-hansi-font-family:Cambria;
1867
1853
  border:none;
1868
- background:#CCFF99;}
1854
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
1855
+ }
1869
1856
  span.bibfname
1870
1857
  {mso-style-name:bib_fname;
1871
1858
  mso-style-unhide:no;
1872
1859
  mso-style-parent:"";
1873
- font-size:$bodyfont;
1860
+ font-family:$bodyfont;
1874
1861
  mso-ascii-font-family:Cambria;
1875
1862
  mso-hansi-font-family:Cambria;
1876
1863
  border:none;
1877
- background:#FFFFCC;}
1864
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFCC;{% endif %}
1865
+ }
1878
1866
  span.bibfpage
1879
1867
  {mso-style-name:bib_fpage;
1880
1868
  mso-style-unhide:no;
1881
1869
  mso-style-parent:"";
1882
- font-size:$bodyfont;
1870
+ font-family:$bodyfont;
1883
1871
  mso-ascii-font-family:Cambria;
1884
1872
  mso-hansi-font-family:Cambria;
1885
1873
  border:none;
1886
- background:#E6E6E6;}
1874
+ {% if stage_int >= 40 and stage_int < 60 %}background:#E6E6E6;{% endif %}
1875
+ }
1887
1876
  span.bibissue
1888
1877
  {mso-style-name:bib_issue;
1889
1878
  mso-style-unhide:no;
1890
1879
  mso-style-parent:"";
1891
- font-size:$bodyfont;
1880
+ font-family:$bodyfont;
1892
1881
  mso-ascii-font-family:Cambria;
1893
1882
  mso-hansi-font-family:Cambria;
1894
1883
  border:none;
1895
- background:#FFFFAB;}
1884
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFAB;{% endif %}
1885
+ }
1896
1886
  span.bibjournal
1897
1887
  {mso-style-name:bib_journal;
1898
1888
  mso-style-unhide:no;
1899
1889
  mso-style-parent:"";
1900
- font-size:$bodyfont;
1890
+ font-family:$bodyfont;
1901
1891
  mso-ascii-font-family:Cambria;
1902
1892
  mso-hansi-font-family:Cambria;
1903
1893
  border:none;
1904
- background:#F9DECF;}
1894
+ {% if stage_int >= 40 and stage_int < 60 %}background:#F9DECF;{% endif %}
1895
+ }
1905
1896
  span.biblpage
1906
1897
  {mso-style-name:bib_lpage;
1907
1898
  mso-style-unhide:no;
1908
1899
  mso-style-parent:"";
1909
- font-size:$bodyfont;
1900
+ font-family:$bodyfont;
1910
1901
  mso-ascii-font-family:Cambria;
1911
1902
  mso-hansi-font-family:Cambria;
1912
1903
  border:none;
1913
- background:#D9D9D9;}
1904
+ {% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
1905
+ }
1914
1906
  span.bibnumber
1915
1907
  {mso-style-name:bib_number;
1916
1908
  mso-style-unhide:no;
1917
1909
  mso-style-parent:"";
1918
- font-size:$bodyfont;
1910
+ font-family:$bodyfont;
1919
1911
  mso-ascii-font-family:Cambria;
1920
1912
  mso-hansi-font-family:Cambria;
1921
1913
  border:none;
1922
- background:#CCCCFF;}
1914
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
1915
+ }
1923
1916
  span.biborganization
1924
1917
  {mso-style-name:bib_organization;
1925
1918
  mso-style-unhide:no;
1926
1919
  mso-style-parent:"";
1927
- font-size:$bodyfont;
1920
+ font-family:$bodyfont;
1928
1921
  mso-ascii-font-family:Cambria;
1929
1922
  mso-hansi-font-family:Cambria;
1930
1923
  border:none;
1931
- background:#CCFF99;}
1924
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
1925
+ }
1932
1926
  span.bibsuffix
1933
1927
  {mso-style-name:bib_suffix;
1934
1928
  mso-style-unhide:no;
1935
1929
  mso-style-parent:bib_base;
1936
- font-size:$bodyfont;
1930
+ font-family:$bodyfont;
1937
1931
  mso-ascii-font-family:Cambria;
1938
1932
  mso-hansi-font-family:Cambria;}
1939
1933
  span.bibsuppl
1940
1934
  {mso-style-name:bib_suppl;
1941
1935
  mso-style-unhide:no;
1942
1936
  mso-style-parent:"";
1943
- font-size:$bodyfont;
1937
+ font-family:$bodyfont;
1944
1938
  mso-ascii-font-family:Cambria;
1945
1939
  mso-hansi-font-family:Cambria;
1946
1940
  border:none;
1947
- background:#FFCC66;}
1941
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
1942
+ }
1948
1943
  span.bibsurname
1949
1944
  {mso-style-name:bib_surname;
1950
1945
  mso-style-unhide:no;
1951
1946
  mso-style-parent:"";
1952
- font-size:$bodyfont;
1947
+ font-family:$bodyfont;
1953
1948
  mso-ascii-font-family:Cambria;
1954
1949
  mso-hansi-font-family:Cambria;
1955
1950
  border:none;
1956
- background:#CCFF99;}
1951
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF99;{% endif %}
1952
+ }
1957
1953
  span.bibunpubl
1958
1954
  {mso-style-name:bib_unpubl;
1959
1955
  mso-style-unhide:no;
1960
1956
  mso-style-parent:bib_base;
1961
- font-size:$bodyfont;
1957
+ font-family:$bodyfont;
1962
1958
  mso-ascii-font-family:Cambria;
1963
1959
  mso-hansi-font-family:Cambria;}
1964
1960
  span.biburl
1965
1961
  {mso-style-name:bib_url;
1966
1962
  mso-style-unhide:no;
1967
1963
  mso-style-parent:"";
1968
- font-size:$bodyfont;
1964
+ font-family:$bodyfont;
1969
1965
  mso-ascii-font-family:Cambria;
1970
1966
  mso-hansi-font-family:Cambria;
1971
1967
  border:none;
1972
- background:#CCFF66;}
1968
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF66;{% endif %}
1969
+ }
1973
1970
  span.bibvolume
1974
1971
  {mso-style-name:bib_volume;
1975
1972
  mso-style-unhide:no;
1976
1973
  mso-style-parent:"";
1977
- font-size:$bodyfont;
1974
+ font-family:$bodyfont;
1978
1975
  mso-ascii-font-family:Cambria;
1979
1976
  mso-hansi-font-family:Cambria;
1980
1977
  border:none;
1981
- background:#CCECFF;}
1978
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCECFF;{% endif %}
1979
+ }
1982
1980
  span.bibyear
1983
1981
  {mso-style-name:bib_year;
1984
1982
  mso-style-unhide:no;
1985
1983
  mso-style-parent:"";
1986
- font-size:$bodyfont;
1984
+ font-family:$bodyfont;
1987
1985
  mso-ascii-font-family:Cambria;
1988
1986
  mso-hansi-font-family:Cambria;
1989
1987
  border:none;
1990
- background:#FFCCFF;}
1988
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCCFF;{% endif %}
1989
+ }
1991
1990
  span.citebase
1992
1991
  {mso-style-name:cite_base;
1993
1992
  mso-style-unhide:no;
1994
1993
  mso-style-parent:"";
1995
- font-size:$bodyfont;
1994
+ font-family:$bodyfont;
1996
1995
  mso-ascii-font-family:Cambria;
1997
1996
  mso-hansi-font-family:Cambria;}
1998
1997
  span.citebib
1999
1998
  {mso-style-name:cite_bib;
2000
1999
  mso-style-unhide:no;
2001
2000
  mso-style-parent:"";
2002
- font-size:$bodyfont;
2001
+ font-family:$bodyfont;
2003
2002
  mso-ascii-font-family:Cambria;
2004
2003
  mso-hansi-font-family:Cambria;
2005
2004
  border:none;
2006
- background:#CCFFFF;}
2005
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFFF;{% endif %}
2006
+ }
2007
2007
  span.citebox
2008
2008
  {mso-style-name:cite_box;
2009
2009
  mso-style-unhide:no;
2010
2010
  mso-style-parent:cite_base;
2011
- font-size:$bodyfont;
2011
+ font-family:$bodyfont;
2012
2012
  mso-ascii-font-family:Cambria;
2013
2013
  mso-hansi-font-family:Cambria;}
2014
2014
  span.citeen
2015
2015
  {mso-style-name:cite_en;
2016
2016
  mso-style-unhide:no;
2017
2017
  mso-style-parent:"";
2018
- font-size:$bodyfont;
2018
+ font-family:$bodyfont;
2019
2019
  mso-ascii-font-family:Cambria;
2020
2020
  mso-hansi-font-family:Cambria;
2021
2021
  border:none;
2022
- background:#FFFF99;
2022
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
2023
2023
  vertical-align:super;}
2024
2024
  span.citefig
2025
2025
  {mso-style-name:cite_fig;
2026
2026
  mso-style-unhide:no;
2027
2027
  mso-style-parent:"";
2028
- font-size:$bodyfont;
2028
+ font-family:$bodyfont;
2029
2029
  mso-ascii-font-family:Cambria;
2030
2030
  mso-hansi-font-family:Cambria;
2031
2031
  color:windowtext;
2032
2032
  border:none;
2033
- background:#CCFFCC;}
2033
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
2034
+ }
2034
2035
  span.citefn
2035
2036
  {mso-style-name:cite_fn;
2036
2037
  mso-style-unhide:no;
2037
2038
  mso-style-parent:"";
2038
2039
  mso-ansi-font-size:11.0pt;
2039
- font-size:$bodyfont;
2040
+ font-family:$bodyfont;
2040
2041
  mso-ascii-font-family:Cambria;
2041
2042
  mso-hansi-font-family:Cambria;
2042
2043
  color:windowtext;
2043
2044
  border:none;
2044
- background:#FF99CC;
2045
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
2045
2046
  vertical-align:baseline;}
2046
2047
  span.citetbl
2047
2048
  {mso-style-name:cite_tbl;
2048
2049
  mso-style-unhide:no;
2049
2050
  mso-style-parent:"";
2050
- font-size:$bodyfont;
2051
+ font-family:$bodyfont;
2051
2052
  mso-ascii-font-family:Cambria;
2052
2053
  mso-hansi-font-family:Cambria;
2053
2054
  color:windowtext;
2054
2055
  border:none;
2055
- background:#FF9999;}
2056
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FF9999;{% endif %}
2057
+ }
2056
2058
  span.stdbase
2057
2059
  {mso-style-name:std_base;
2058
2060
  mso-style-unhide:no;
2059
2061
  mso-style-parent:"";
2060
- font-size:$bodyfont;
2062
+ font-family:$bodyfont;
2061
2063
  mso-ascii-font-family:Cambria;
2062
2064
  mso-hansi-font-family:Cambria;}
2063
2065
  span.bibextlink
2064
2066
  {mso-style-name:bib_extlink;
2065
2067
  mso-style-unhide:no;
2066
2068
  mso-style-parent:"";
2067
- font-size:$bodyfont;
2069
+ font-family:$bodyfont;
2068
2070
  mso-ascii-font-family:Cambria;
2069
2071
  mso-hansi-font-family:Cambria;
2070
2072
  border:none;
2071
- background:#6CCE9D;}
2073
+ {% if stage_int >= 40 and stage_int < 60 %}background:#6CCE9D;{% endif %}
2074
+ }
2072
2075
  span.citeeq
2073
2076
  {mso-style-name:cite_eq;
2074
2077
  mso-style-unhide:no;
2075
2078
  mso-style-parent:"";
2076
- font-size:$bodyfont;
2079
+ font-family:$bodyfont;
2077
2080
  mso-ascii-font-family:Cambria;
2078
2081
  mso-hansi-font-family:Cambria;
2079
2082
  border:none;
2080
- background:#FFAE37;}
2083
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFAE37;{% endif %}
2084
+ }
2081
2085
  span.bibmedline
2082
2086
  {mso-style-name:bib_medline;
2083
2087
  mso-style-unhide:no;
2084
2088
  mso-style-parent:bib_base;
2085
- font-size:$bodyfont;
2089
+ font-family:$bodyfont;
2086
2090
  mso-ascii-font-family:Cambria;
2087
2091
  mso-hansi-font-family:Cambria;}
2088
2092
  span.citetfn
2089
2093
  {mso-style-name:cite_tfn;
2090
2094
  mso-style-unhide:no;
2091
2095
  mso-style-parent:"";
2092
- font-size:$bodyfont;
2096
+ font-family:$bodyfont;
2093
2097
  mso-ascii-font-family:Cambria;
2094
2098
  mso-hansi-font-family:Cambria;
2095
2099
  border:none;
2096
- background:#FBBA79;}
2100
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FBBA79;{% endif %}
2101
+ }
2097
2102
  span.auprefix
2098
2103
  {mso-style-name:au_prefix;
2099
2104
  mso-style-unhide:no;
2100
2105
  mso-style-parent:"";
2101
2106
  mso-ansi-font-size:11.0pt;
2102
- font-size:$bodyfont;
2107
+ font-family:$bodyfont;
2103
2108
  mso-ascii-font-family:Cambria;
2104
2109
  mso-hansi-font-family:Cambria;
2105
2110
  border:none;
2106
- background:#FFCC99;}
2111
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
2112
+ }
2107
2113
  span.citeapp
2108
2114
  {mso-style-name:cite_app;
2109
2115
  mso-style-unhide:no;
2110
2116
  mso-style-parent:"";
2111
- font-size:$bodyfont;
2117
+ font-family:$bodyfont;
2112
2118
  mso-ascii-font-family:Cambria;
2113
2119
  mso-hansi-font-family:Cambria;
2114
2120
  border:none;
2115
- background:#CCFF33;}
2121
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFF33;{% endif %}
2122
+ }
2116
2123
  span.citesec
2117
2124
  {mso-style-name:cite_sec;
2118
2125
  mso-style-unhide:no;
2119
2126
  mso-style-parent:"";
2120
- font-size:$bodyfont;
2127
+ font-family:$bodyfont;
2121
2128
  mso-ascii-font-family:Cambria;
2122
2129
  mso-hansi-font-family:Cambria;
2123
2130
  border:none;
2124
- background:#FFCCCC;}
2131
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
2132
+ }
2125
2133
  span.stddocNumber
2126
2134
  {mso-style-name:std_docNumber;
2127
2135
  mso-style-unhide:no;
2128
2136
  mso-style-parent:"";
2129
- font-size:$bodyfont;
2137
+ font-family:$bodyfont;
2130
2138
  mso-ascii-font-family:Cambria;
2131
2139
  mso-hansi-font-family:Cambria;
2132
2140
  border:none;
2133
- background:#F2DBDB;}
2141
+ {% if stage_int >= 40 and stage_int < 60 %}background:#F2DBDB;{% endif %}
2142
+ }
2134
2143
  span.stddocPartNumber
2135
2144
  {mso-style-name:std_docPartNumber;
2136
2145
  mso-style-unhide:no;
2137
2146
  mso-style-parent:"";
2138
- font-size:$bodyfont;
2147
+ font-family:$bodyfont;
2139
2148
  mso-ascii-font-family:Cambria;
2140
2149
  mso-hansi-font-family:Cambria;
2141
2150
  border:none;
2142
- background:#EAF1DD;}
2151
+ {% if stage_int >= 40 and stage_int < 60 %}background:#EAF1DD;{% endif %}
2152
+ }
2143
2153
  span.stddocTitle
2144
2154
  {mso-style-name:std_docTitle;
2145
2155
  mso-style-unhide:no;
2146
2156
  mso-style-parent:"";
2147
- font-size:$bodyfont;
2157
+ font-family:$bodyfont;
2148
2158
  mso-ascii-font-family:Cambria;
2149
2159
  mso-hansi-font-family:Cambria;
2150
2160
  border:none;
2151
- background:#FDE9D9;
2161
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FDE9D9;{% endif %}
2152
2162
  font-style:italic;
2153
2163
  mso-bidi-font-style:normal;}
2154
2164
  span.aumember
@@ -2156,260 +2166,289 @@ span.aumember
2156
2166
  mso-style-unhide:no;
2157
2167
  mso-style-parent:"";
2158
2168
  mso-ansi-font-size:11.0pt;
2159
- font-size:$bodyfont;
2169
+ font-family:$bodyfont;
2160
2170
  mso-ascii-font-family:Cambria;
2161
2171
  mso-hansi-font-family:Cambria;
2162
2172
  border:none;
2163
- background:#FF99CC;}
2173
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
2174
+ }
2164
2175
  span.stdfootnote
2165
2176
  {mso-style-name:std_footnote;
2166
2177
  mso-style-unhide:no;
2167
2178
  mso-style-parent:"";
2168
- font-size:$bodyfont;
2179
+ font-family:$bodyfont;
2169
2180
  mso-ascii-font-family:Cambria;
2170
2181
  mso-hansi-font-family:Cambria;
2171
2182
  border:none;
2172
- background:#F2F2F2;}
2183
+ {% if stage_int >= 40 and stage_int < 60 %}background:#F2F2F2;{% endif %}
2184
+ }
2173
2185
  span.stdpublisher
2174
2186
  {mso-style-name:std_publisher;
2175
2187
  mso-style-unhide:no;
2176
2188
  mso-style-parent:"";
2177
- font-size:$bodyfont;
2189
+ font-family:$bodyfont;
2178
2190
  mso-ascii-font-family:Cambria;
2179
2191
  mso-hansi-font-family:Cambria;
2180
2192
  border:none;
2181
- background:#C6D9F1;}
2193
+ {% if stage_int >= 40 and stage_int < 60 %}background:#C6D9F1;{% endif %}
2194
+ }
2182
2195
  span.stdsection
2183
2196
  {mso-style-name:std_section;
2184
2197
  mso-style-unhide:no;
2185
2198
  mso-style-parent:"";
2186
- font-size:$bodyfont;
2199
+ font-family:$bodyfont;
2187
2200
  mso-ascii-font-family:Cambria;
2188
2201
  mso-hansi-font-family:Cambria;
2189
2202
  border:none;
2190
- background:#E5DFEC;}
2203
+ {% if stage_int >= 40 and stage_int < 60 %}background:#E5DFEC;{% endif %}
2204
+ }
2191
2205
  span.stdyear
2192
2206
  {mso-style-name:std_year;
2193
2207
  mso-style-unhide:no;
2194
2208
  mso-style-parent:"";
2195
- font-size:$bodyfont;
2209
+ font-family:$bodyfont;
2196
2210
  mso-ascii-font-family:Cambria;
2197
2211
  mso-hansi-font-family:Cambria;
2198
2212
  border:none;
2199
- background:#DAEEF3;}
2213
+ {% if stage_int >= 40 and stage_int < 60 %}background:#DAEEF3;{% endif %}
2214
+ }
2200
2215
  span.stddocumentType
2201
2216
  {mso-style-name:std_documentType;
2202
2217
  mso-style-unhide:no;
2203
2218
  mso-style-parent:"";
2204
- font-size:$bodyfont;
2219
+ font-family:$bodyfont;
2205
2220
  mso-ascii-font-family:Cambria;
2206
2221
  mso-hansi-font-family:Cambria;
2207
2222
  border:none;
2208
- background:#7DE1DF;}
2223
+ {% if stage_int >= 40 and stage_int < 60 %}background:#7DE1DF;{% endif %}
2224
+ }
2209
2225
  span.bibalt-year
2210
2226
  {mso-style-name:bib_alt-year;
2211
2227
  mso-style-unhide:no;
2212
2228
  mso-style-parent:"";
2213
2229
  mso-bidi-font-size:12.0pt;
2214
- font-size:$bodyfont;
2230
+ font-family:$bodyfont;
2215
2231
  mso-ascii-font-family:Cambria;
2216
2232
  mso-hansi-font-family:Cambria;
2217
2233
  border:none;
2218
- background:#CC99FF;}
2234
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CC99FF;{% endif %}
2235
+ }
2219
2236
  span.bibbook
2220
2237
  {mso-style-name:bib_book;
2221
2238
  mso-style-unhide:no;
2222
2239
  mso-style-parent:"";
2223
- font-size:$bodyfont;
2240
+ font-family:$bodyfont;
2224
2241
  mso-ascii-font-family:Cambria;
2225
2242
  mso-hansi-font-family:Cambria;
2226
2243
  border:none;
2227
- background:#99CCFF;}
2244
+ {% if stage_int >= 40 and stage_int < 60 %}background:#99CCFF;{% endif %}
2245
+ }
2228
2246
  span.bibchapterno
2229
2247
  {mso-style-name:bib_chapterno;
2230
2248
  mso-style-unhide:no;
2231
2249
  mso-style-parent:"";
2232
- font-size:$bodyfont;
2250
+ font-family:$bodyfont;
2233
2251
  mso-ascii-font-family:Cambria;
2234
2252
  mso-hansi-font-family:Cambria;
2235
2253
  border:none;
2236
- background:#D9D9D9;}
2254
+ {% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
2255
+ }
2237
2256
  span.bibchaptertitle
2238
2257
  {mso-style-name:bib_chaptertitle;
2239
2258
  mso-style-unhide:no;
2240
2259
  mso-style-parent:"";
2241
- font-size:$bodyfont;
2260
+ font-family:$bodyfont;
2242
2261
  mso-ascii-font-family:Cambria;
2243
2262
  mso-hansi-font-family:Cambria;
2244
2263
  border:none;
2245
- background:#FF9D5B;}
2264
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FF9D5B;{% endif %}
2265
+ }
2246
2266
  span.bibed-etal
2247
2267
  {mso-style-name:bib_ed-etal;
2248
2268
  mso-style-unhide:no;
2249
2269
  mso-style-parent:"";
2250
- font-size:$bodyfont;
2270
+ font-family:$bodyfont;
2251
2271
  mso-ascii-font-family:Cambria;
2252
2272
  mso-hansi-font-family:Cambria;
2253
2273
  border:none;
2254
- background:#00F4EE;}
2274
+ {% if stage_int >= 40 and stage_int < 60 %}background:#00F4EE;{% endif %}
2275
+ }
2255
2276
  span.bibed-fname
2256
2277
  {mso-style-name:bib_ed-fname;
2257
2278
  mso-style-unhide:no;
2258
2279
  mso-style-parent:"";
2259
- font-size:$bodyfont;
2280
+ font-family:$bodyfont;
2260
2281
  mso-ascii-font-family:Cambria;
2261
2282
  mso-hansi-font-family:Cambria;
2262
2283
  border:none;
2263
- background:#FFFFB7;}
2284
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFFFB7;{% endif %}
2285
+ }
2264
2286
  span.bibeditionno
2265
2287
  {mso-style-name:bib_editionno;
2266
2288
  mso-style-unhide:no;
2267
2289
  mso-style-parent:"";
2268
- font-size:$bodyfont;
2290
+ font-family:$bodyfont;
2269
2291
  mso-ascii-font-family:Cambria;
2270
2292
  mso-hansi-font-family:Cambria;
2271
2293
  border:none;
2272
- background:#FFCC00;}
2294
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC00;{% endif %}
2295
+ }
2273
2296
  span.bibed-organization
2274
2297
  {mso-style-name:bib_ed-organization;
2275
2298
  mso-style-unhide:no;
2276
2299
  mso-style-parent:"";
2277
- font-size:$bodyfont;
2300
+ font-family:$bodyfont;
2278
2301
  mso-ascii-font-family:Cambria;
2279
2302
  mso-hansi-font-family:Cambria;
2280
2303
  border:none;
2281
- background:#FCAAC3;}
2304
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FCAAC3;{% endif %}
2305
+ }
2282
2306
  span.bibed-suffix
2283
2307
  {mso-style-name:bib_ed-suffix;
2284
2308
  mso-style-unhide:no;
2285
2309
  mso-style-parent:"";
2286
- font-size:$bodyfont;
2310
+ font-family:$bodyfont;
2287
2311
  mso-ascii-font-family:Cambria;
2288
2312
  mso-hansi-font-family:Cambria;
2289
2313
  border:none;
2290
- background:#CCFFCC;}
2314
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
2315
+ }
2291
2316
  span.bibed-surname
2292
2317
  {mso-style-name:bib_ed-surname;
2293
2318
  mso-style-unhide:no;
2294
2319
  mso-style-parent:"";
2295
- font-size:$bodyfont;
2320
+ font-family:$bodyfont;
2296
2321
  mso-ascii-font-family:Cambria;
2297
2322
  mso-hansi-font-family:Cambria;
2298
2323
  border:none;
2299
- background:yellow;}
2324
+ {% if stage_int >= 40 and stage_int < 60 %}background:yellow;{% endif %}
2325
+ }
2300
2326
  span.bibinstitution
2301
2327
  {mso-style-name:bib_institution;
2302
2328
  mso-style-unhide:no;
2303
2329
  mso-style-parent:"";
2304
- font-size:$bodyfont;
2330
+ font-family:$bodyfont;
2305
2331
  mso-ascii-font-family:Cambria;
2306
2332
  mso-hansi-font-family:Cambria;
2307
2333
  border:none;
2308
- background:#CCFFCC;}
2334
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCFFCC;{% endif %}
2335
+ }
2309
2336
  span.bibisbn
2310
2337
  {mso-style-name:bib_isbn;
2311
2338
  mso-style-unhide:no;
2312
2339
  mso-style-parent:"";
2313
- font-size:$bodyfont;
2340
+ font-family:$bodyfont;
2314
2341
  mso-ascii-font-family:Cambria;
2315
2342
  mso-hansi-font-family:Cambria;
2316
- background:#D9D9D9;}
2343
+ {% if stage_int >= 40 and stage_int < 60 %}background:#D9D9D9;{% endif %}
2344
+ }
2317
2345
  span.biblocation
2318
2346
  {mso-style-name:bib_location;
2319
2347
  mso-style-unhide:no;
2320
2348
  mso-style-parent:"";
2321
- font-size:$bodyfont;
2349
+ font-family:$bodyfont;
2322
2350
  mso-ascii-font-family:Cambria;
2323
2351
  mso-hansi-font-family:Cambria;
2324
2352
  border:none;
2325
- background:#FFCCCC;}
2353
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCCCC;{% endif %}
2354
+ }
2326
2355
  span.bibpagecount
2327
2356
  {mso-style-name:bib_pagecount;
2328
2357
  mso-style-unhide:no;
2329
2358
  mso-style-parent:"";
2330
- font-size:$bodyfont;
2359
+ font-family:$bodyfont;
2331
2360
  mso-ascii-font-family:Cambria;
2332
2361
  mso-hansi-font-family:Cambria;
2333
2362
  border:none;
2334
- background:lime;}
2363
+ {% if stage_int >= 40 and stage_int < 60 %}background:lime;{% endif %}
2364
+ }
2335
2365
  span.bibpatent
2336
2366
  {mso-style-name:bib_patent;
2337
2367
  mso-style-unhide:no;
2338
2368
  mso-style-parent:"";
2339
- font-size:$bodyfont;
2369
+ font-family:$bodyfont;
2340
2370
  mso-ascii-font-family:Cambria;
2341
2371
  mso-hansi-font-family:Cambria;
2342
2372
  border:none;
2343
- background:#66FFCC;}
2373
+ {% if stage_int >= 40 and stage_int < 60 %}background:#66FFCC;{% endif %}
2374
+ }
2344
2375
  span.bibpublisher
2345
2376
  {mso-style-name:bib_publisher;
2346
2377
  mso-style-unhide:no;
2347
2378
  mso-style-parent:"";
2348
- font-size:$bodyfont;
2379
+ font-family:$bodyfont;
2349
2380
  mso-ascii-font-family:Cambria;
2350
2381
  mso-hansi-font-family:Cambria;
2351
2382
  border:none;
2352
- background:#FF99CC;}
2383
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FF99CC;{% endif %}
2384
+ }
2353
2385
  span.bibreportnum
2354
2386
  {mso-style-name:bib_reportnum;
2355
2387
  mso-style-unhide:no;
2356
2388
  mso-style-parent:"";
2357
- font-size:$bodyfont;
2389
+ font-family:$bodyfont;
2358
2390
  mso-ascii-font-family:Cambria;
2359
2391
  mso-hansi-font-family:Cambria;
2360
2392
  border:none;
2361
- background:#CCCCFF;}
2393
+ {% if stage_int >= 40 and stage_int < 60 %}background:#CCCCFF;{% endif %}
2394
+ }
2362
2395
  span.bibschool
2363
2396
  {mso-style-name:bib_school;
2364
2397
  mso-style-unhide:no;
2365
2398
  mso-style-parent:"";
2366
- font-size:$bodyfont;
2399
+ font-family:$bodyfont;
2367
2400
  mso-ascii-font-family:Cambria;
2368
2401
  mso-hansi-font-family:Cambria;
2369
2402
  border:none;
2370
- background:#FFCC66;}
2403
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC66;{% endif %}
2404
+ }
2371
2405
  span.bibseries
2372
2406
  {mso-style-name:bib_series;
2373
2407
  mso-style-unhide:no;
2374
2408
  mso-style-parent:"";
2375
- font-size:$bodyfont;
2409
+ font-family:$bodyfont;
2376
2410
  mso-ascii-font-family:Cambria;
2377
2411
  mso-hansi-font-family:Cambria;
2378
- background:#FFCC99;}
2412
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFCC99;{% endif %}
2413
+ }
2379
2414
  span.bibseriesno
2380
2415
  {mso-style-name:bib_seriesno;
2381
2416
  mso-style-unhide:no;
2382
2417
  mso-style-parent:"";
2383
- font-size:$bodyfont;
2418
+ font-family:$bodyfont;
2384
2419
  mso-ascii-font-family:Cambria;
2385
2420
  mso-hansi-font-family:Cambria;
2386
- background:#FFFF99;}
2421
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FFFF99;{% endif %}
2422
+ }
2387
2423
  span.bibtrans
2388
2424
  {mso-style-name:bib_trans;
2389
2425
  mso-style-unhide:no;
2390
2426
  mso-style-parent:"";
2391
- font-size:$bodyfont;
2427
+ font-family:$bodyfont;
2392
2428
  mso-ascii-font-family:Cambria;
2393
2429
  mso-hansi-font-family:Cambria;
2394
- background:#99CC00;}
2430
+ {% if stage_int >= 40 and stage_int < 60 %}background:#99CC00;{% endif %}
2431
+ }
2395
2432
  span.stdsuppl
2396
2433
  {mso-style-name:std_suppl;
2397
2434
  mso-style-unhide:no;
2398
2435
  mso-style-parent:"";
2399
- font-size:$bodyfont;
2436
+ font-family:$bodyfont;
2400
2437
  mso-ascii-font-family:Cambria;
2401
2438
  mso-hansi-font-family:Cambria;
2402
2439
  border:none;
2403
- background:#F6FBB5;}
2440
+ {% if stage_int >= 40 and stage_int < 60 %}background:#F6FBB5;{% endif %}
2441
+ }
2404
2442
  span.citesection
2405
2443
  {mso-style-name:cite_section;
2406
2444
  mso-style-unhide:no;
2407
2445
  mso-style-parent:"";
2408
- font-size:$bodyfont;
2446
+ font-family:$bodyfont;
2409
2447
  mso-ascii-font-family:Cambria;
2410
2448
  mso-hansi-font-family:Cambria;
2411
2449
  border:none;
2412
- background:#FF7C80;}
2450
+ {% if stage_int >= 40 and stage_int < 60 %}background:#FF7C80;{% endif %}
2451
+ }
2413
2452
 
2414
2453
  p.BaseText, li.BaseText, div.BaseText
2415
2454
  {mso-style-name:Base_Text;
@@ -2465,7 +2504,7 @@ p.BodyText-, li.BodyText-, div.BodyText-
2465
2504
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2466
2505
  font-size:9.0pt;
2467
2506
  mso-bidi-font-size:$normalfontsize;
2468
- font-size:$bodyfont;
2507
+ font-family:$bodyfont;
2469
2508
  mso-fareast-font-family:Calibri;
2470
2509
  mso-bidi-font-family:"Times New Roman";
2471
2510
  mso-ansi-language:EN-GB;
@@ -2484,7 +2523,7 @@ p.BodyTextindent1, li.BodyTextindent1, div.BodyTextindent1
2484
2523
  mso-pagination:widow-orphan;
2485
2524
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2486
2525
  font-size:$normalfontsize;
2487
- font-size:$bodyfont;
2526
+ font-family:$bodyfont;
2488
2527
  mso-fareast-font-family:Calibri;
2489
2528
  mso-bidi-font-family:"Times New Roman";
2490
2529
  mso-ansi-language:EN-GB;
@@ -2504,7 +2543,7 @@ p.BodyTextindent1-, li.BodyTextindent1-, div.BodyTextindent1-
2504
2543
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2505
2544
  font-size:9.0pt;
2506
2545
  mso-bidi-font-size:$normalfontsize;
2507
- font-size:$bodyfont;
2546
+ font-family:$bodyfont;
2508
2547
  mso-fareast-font-family:Calibri;
2509
2548
  mso-bidi-font-family:"Times New Roman";
2510
2549
  mso-ansi-language:EN-GB;
@@ -2522,7 +2561,7 @@ p.BodyTextIndent21, li.BodyTextIndent21, div.BodyTextIndent21
2522
2561
  mso-pagination:widow-orphan;
2523
2562
  font-size:$normalfontsize;
2524
2563
  mso-bidi-font-size:10.0pt;
2525
- font-size:$bodyfont;
2564
+ font-family:$bodyfont;
2526
2565
  mso-fareast-font-family:"MS Mincho";
2527
2566
  mso-bidi-font-family:"Times New Roman";
2528
2567
  mso-ansi-language:EN-GB;
@@ -2541,7 +2580,7 @@ p.BodyTextindent2-, li.BodyTextindent2-, div.BodyTextindent2-
2541
2580
  mso-pagination:widow-orphan;
2542
2581
  font-size:9.0pt;
2543
2582
  mso-bidi-font-size:10.0pt;
2544
- font-size:$bodyfont;
2583
+ font-family:$bodyfont;
2545
2584
  mso-fareast-font-family:"MS Mincho";
2546
2585
  mso-bidi-font-family:"Times New Roman";
2547
2586
  mso-ansi-language:EN-GB;
@@ -2560,7 +2599,7 @@ p.BodyTextIndent31, li.BodyTextIndent31, div.BodyTextIndent31
2560
2599
  mso-pagination:widow-orphan;
2561
2600
  font-size:$normalfontsize;
2562
2601
  mso-bidi-font-size:10.0pt;
2563
- font-size:$bodyfont;
2602
+ font-family:$bodyfont;
2564
2603
  mso-fareast-font-family:"MS Mincho";
2565
2604
  mso-bidi-font-family:"Times New Roman";
2566
2605
  mso-ansi-language:EN-GB;
@@ -2579,7 +2618,7 @@ p.BodyTextindent3-, li.BodyTextindent3-, div.BodyTextindent3-
2579
2618
  mso-pagination:widow-orphan;
2580
2619
  font-size:9.0pt;
2581
2620
  mso-bidi-font-size:10.0pt;
2582
- font-size:$bodyfont;
2621
+ font-family:$bodyfont;
2583
2622
  mso-fareast-font-family:"MS Mincho";
2584
2623
  mso-bidi-font-family:"Times New Roman";
2585
2624
  mso-ansi-language:EN-GB;
@@ -2598,7 +2637,7 @@ p.BodyTextindent4, li.BodyTextindent4, div.BodyTextindent4
2598
2637
  mso-pagination:widow-orphan;
2599
2638
  font-size:$normalfontsize;
2600
2639
  mso-bidi-font-size:10.0pt;
2601
- font-size:$bodyfont;
2640
+ font-family:$bodyfont;
2602
2641
  mso-fareast-font-family:"MS Mincho";
2603
2642
  mso-bidi-font-family:"Times New Roman";
2604
2643
  mso-ansi-language:EN-GB;
@@ -2617,7 +2656,7 @@ p.BodyTextindent4-, li.BodyTextindent4-, div.BodyTextindent4-
2617
2656
  mso-pagination:widow-orphan;
2618
2657
  font-size:9.0pt;
2619
2658
  mso-bidi-font-size:10.0pt;
2620
- font-size:$bodyfont;
2659
+ font-family:$bodyfont;
2621
2660
  mso-fareast-font-family:"MS Mincho";
2622
2661
  mso-bidi-font-family:"Times New Roman";
2623
2662
  mso-ansi-language:EN-GB;
@@ -2634,7 +2673,7 @@ p.BodyTextCenter, li.BodyTextCenter, div.BodyTextCenter
2634
2673
  line-height:12.0pt;
2635
2674
  mso-pagination:widow-orphan;
2636
2675
  font-size:$normalfontsize;
2637
- font-size:$bodyfont;
2676
+ font-family:$bodyfont;
2638
2677
  mso-fareast-font-family:Calibri;
2639
2678
  mso-bidi-font-family:"Times New Roman";
2640
2679
  mso-ansi-language:EN-GB;
@@ -2682,7 +2721,7 @@ p.CoverTitleA1, li.CoverTitleA1, div.CoverTitleA1
2682
2721
  mso-pagination:widow-orphan;
2683
2722
  font-size:16.0pt;
2684
2723
  mso-bidi-font-size:$normalfontsize;
2685
- font-size:$bodyfont;
2724
+ font-family:$bodyfont;
2686
2725
  mso-fareast-font-family:Calibri;
2687
2726
  mso-bidi-font-family:"Times New Roman";
2688
2727
  mso-ansi-language:EN-GB;
@@ -2702,7 +2741,7 @@ p.CoverTitleA2, li.CoverTitleA2, div.CoverTitleA2
2702
2741
  mso-pagination:widow-orphan;
2703
2742
  font-size:16.0pt;
2704
2743
  mso-bidi-font-size:$normalfontsize;
2705
- font-size:$bodyfont;
2744
+ font-family:$bodyfont;
2706
2745
  mso-fareast-font-family:Calibri;
2707
2746
  mso-bidi-font-family:"Times New Roman";
2708
2747
  mso-ansi-language:EN-GB;
@@ -2722,7 +2761,7 @@ p.CoverTitleA3, li.CoverTitleA3, div.CoverTitleA3
2722
2761
  mso-pagination:widow-orphan;
2723
2762
  font-size:16.0pt;
2724
2763
  mso-bidi-font-size:$normalfontsize;
2725
- font-size:$bodyfont;
2764
+ font-family:$bodyfont;
2726
2765
  mso-fareast-font-family:Calibri;
2727
2766
  mso-bidi-font-family:"Times New Roman";
2728
2767
  mso-ansi-language:EN-GB;
@@ -2738,7 +2777,7 @@ p.CoverTitleB, li.CoverTitleB, div.CoverTitleB
2738
2777
  line-height:12.0pt;
2739
2778
  mso-pagination:widow-orphan;
2740
2779
  font-size:$normalfontsize;
2741
- font-size:$bodyfont;
2780
+ font-family:$bodyfont;
2742
2781
  mso-fareast-font-family:Calibri;
2743
2782
  mso-bidi-font-family:"Times New Roman";
2744
2783
  mso-ansi-language:FR;
@@ -2758,7 +2797,7 @@ p.Dimension100, li.Dimension100, div.Dimension100
2758
2797
  mso-pagination:widow-orphan;
2759
2798
  font-size:10.0pt;
2760
2799
  mso-bidi-font-size:$normalfontsize;
2761
- font-size:$bodyfont;
2800
+ font-family:$bodyfont;
2762
2801
  mso-fareast-font-family:Calibri;
2763
2802
  mso-bidi-font-family:"Times New Roman";
2764
2803
  mso-ansi-language:EN-GB;
@@ -2776,7 +2815,7 @@ p.Dimension50, li.Dimension50, div.Dimension50
2776
2815
  mso-pagination:widow-orphan;
2777
2816
  font-size:10.0pt;
2778
2817
  mso-bidi-font-size:$normalfontsize;
2779
- font-size:$bodyfont;
2818
+ font-family:$bodyfont;
2780
2819
  mso-fareast-font-family:Calibri;
2781
2820
  mso-bidi-font-family:"Times New Roman";
2782
2821
  mso-ansi-language:EN-GB;
@@ -2794,7 +2833,7 @@ p.Dimension75, li.Dimension75, div.Dimension75
2794
2833
  mso-pagination:widow-orphan;
2795
2834
  font-size:10.0pt;
2796
2835
  mso-bidi-font-size:$normalfontsize;
2797
- font-size:$bodyfont;
2836
+ font-family:$bodyfont;
2798
2837
  mso-fareast-font-family:Calibri;
2799
2838
  mso-bidi-font-family:"Times New Roman";
2800
2839
  mso-ansi-language:EN-GB;
@@ -2814,27 +2853,7 @@ p.dl, li.dl, div.dl
2814
2853
  mso-pagination:widow-orphan;
2815
2854
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
2816
2855
  font-size:$normalfontsize;
2817
- font-size:$bodyfont;
2818
- mso-fareast-font-family:Calibri;
2819
- mso-bidi-font-family:"Times New Roman";
2820
- mso-ansi-language:EN-GB;
2821
- mso-fareast-language:EN-US;}
2822
- p.Example0, li.Example0, div.Example0
2823
- {mso-style-name:Example;
2824
- mso-style-unhide:no;
2825
- mso-style-parent:Base_Text;
2826
- margin-top:0cm;
2827
- margin-right:0cm;
2828
- margin-bottom:12.0pt;
2829
- margin-left:0cm;
2830
- text-align:justify;
2831
- text-justify:inter-ideograph;
2832
- line-height:11.0pt;
2833
- mso-pagination:widow-orphan;
2834
- tab-stops:67.7pt;
2835
- font-size:10.0pt;
2836
- mso-bidi-font-size:$normalfontsize;
2837
- font-size:$bodyfont;
2856
+ font-family:$bodyfont;
2838
2857
  mso-fareast-font-family:Calibri;
2839
2858
  mso-bidi-font-family:"Times New Roman";
2840
2859
  mso-ansi-language:EN-GB;
@@ -2854,7 +2873,7 @@ p.Examplecontinued, li.Examplecontinued, div.Examplecontinued
2854
2873
  tab-stops:67.7pt;
2855
2874
  font-size:10.0pt;
2856
2875
  mso-bidi-font-size:$normalfontsize;
2857
- font-size:$bodyfont;
2876
+ font-family:$bodyfont;
2858
2877
  mso-fareast-font-family:Calibri;
2859
2878
  mso-bidi-font-family:"Times New Roman";
2860
2879
  mso-ansi-language:EN-GB;
@@ -2874,7 +2893,7 @@ p.Exampleindent, li.Exampleindent, div.Exampleindent
2874
2893
  tab-stops:87.85pt;
2875
2894
  font-size:10.0pt;
2876
2895
  mso-bidi-font-size:$normalfontsize;
2877
- font-size:$bodyfont;
2896
+ font-family:$bodyfont;
2878
2897
  mso-fareast-font-family:Calibri;
2879
2898
  mso-bidi-font-family:"Times New Roman";
2880
2899
  mso-ansi-language:EN-GB;
@@ -2894,7 +2913,7 @@ p.Exampleindentcontinued, li.Exampleindentcontinued, div.Exampleindentcontinued
2894
2913
  tab-stops:87.85pt;
2895
2914
  font-size:10.0pt;
2896
2915
  mso-bidi-font-size:$normalfontsize;
2897
- font-size:$bodyfont;
2916
+ font-family:$bodyfont;
2898
2917
  mso-fareast-font-family:Calibri;
2899
2918
  mso-bidi-font-family:"Times New Roman";
2900
2919
  mso-ansi-language:EN-GB;
@@ -2914,7 +2933,7 @@ p.Figureexample, li.Figureexample, div.Figureexample
2914
2933
  tab-stops:67.7pt;
2915
2934
  font-size:10.0pt;
2916
2935
  mso-bidi-font-size:$normalfontsize;
2917
- font-size:$bodyfont;
2936
+ font-family:$bodyfont;
2918
2937
  mso-fareast-font-family:Calibri;
2919
2938
  mso-bidi-font-family:"Times New Roman";
2920
2939
  mso-ansi-language:EN-GB;
@@ -2931,7 +2950,7 @@ p.FigureGraphic, li.FigureGraphic, div.FigureGraphic
2931
2950
  line-height:12.0pt;
2932
2951
  mso-pagination:widow-orphan;
2933
2952
  font-size:$normalfontsize;
2934
- font-size:$bodyfont;
2953
+ font-family:$bodyfont;
2935
2954
  mso-fareast-font-family:Calibri;
2936
2955
  mso-bidi-font-family:"Times New Roman";
2937
2956
  mso-ansi-language:EN-GB;
@@ -2951,7 +2970,7 @@ p.Note0, li.Note0, div.Note0
2951
2970
  tab-stops:48.25pt;
2952
2971
  font-size:10.0pt;
2953
2972
  mso-bidi-font-size:$normalfontsize;
2954
- font-size:$bodyfont;
2973
+ font-family:$bodyfont;
2955
2974
  mso-fareast-font-family:Calibri;
2956
2975
  mso-bidi-font-family:"Times New Roman";
2957
2976
  mso-ansi-language:EN-GB;
@@ -2971,7 +2990,7 @@ p.Figurenote, li.Figurenote, div.Figurenote
2971
2990
  tab-stops:48.25pt;
2972
2991
  font-size:10.0pt;
2973
2992
  mso-bidi-font-size:$normalfontsize;
2974
- font-size:$bodyfont;
2993
+ font-family:$bodyfont;
2975
2994
  mso-fareast-font-family:Calibri;
2976
2995
  mso-bidi-font-family:"Times New Roman";
2977
2996
  mso-ansi-language:EN-GB;
@@ -2988,7 +3007,27 @@ p.Figuresubtitle, li.Figuresubtitle, div.Figuresubtitle
2988
3007
  line-height:12.0pt;
2989
3008
  mso-pagination:widow-orphan;
2990
3009
  font-size:$normalfontsize;
2991
- font-size:$bodyfont;
3010
+ font-family:$bodyfont;
3011
+ mso-fareast-font-family:Calibri;
3012
+ mso-bidi-font-family:"Times New Roman";
3013
+ mso-ansi-language:EN-GB;
3014
+ mso-fareast-language:EN-US;
3015
+ font-weight:bold;
3016
+ mso-bidi-font-weight:normal;}
3017
+ p.Figuretitle, li.Figuretitle, div.Figuretitle
3018
+ {mso-style-name:"Figure title";
3019
+ mso-style-unhide:no;
3020
+ mso-style-parent:Base_Heading;
3021
+ margin-top:12.0pt;
3022
+ margin-right:0cm;
3023
+ margin-bottom:18.0pt;
3024
+ margin-left:0cm;
3025
+ text-align:center;
3026
+ line-height:12.0pt;
3027
+ mso-pagination:widow-orphan;
3028
+ mso-hyphenate:none;
3029
+ font-size:$normalfontsize;
3030
+ font-family:$bodyfont;
2992
3031
  mso-fareast-font-family:Calibri;
2993
3032
  mso-bidi-font-family:"Times New Roman";
2994
3033
  mso-ansi-language:EN-GB;
@@ -3008,7 +3047,7 @@ p.Figuretitle0, li.Figuretitle0, div.Figuretitle0
3008
3047
  mso-pagination:widow-orphan;
3009
3048
  mso-hyphenate:none;
3010
3049
  font-size:$normalfontsize;
3011
- font-size:$bodyfont;
3050
+ font-family:$bodyfont;
3012
3051
  mso-fareast-font-family:Calibri;
3013
3052
  mso-bidi-font-family:"Times New Roman";
3014
3053
  mso-ansi-language:EN-GB;
@@ -3031,7 +3070,7 @@ p.KeyText, li.KeyText, div.KeyText
3031
3070
  tab-stops:17.3pt;
3032
3071
  font-size:9.0pt;
3033
3072
  mso-bidi-font-size:$normalfontsize;
3034
- font-size:$bodyfont;
3073
+ font-family:$bodyfont;
3035
3074
  mso-fareast-font-family:Calibri;
3036
3075
  mso-bidi-font-family:"Times New Roman";
3037
3076
  mso-ansi-language:EN-GB;
@@ -3051,7 +3090,7 @@ p.KeyTitle, li.KeyTitle, div.KeyTitle
3051
3090
  tab-stops:17.3pt;
3052
3091
  font-size:9.0pt;
3053
3092
  mso-bidi-font-size:$normalfontsize;
3054
- font-size:$bodyfont;
3093
+ font-family:$bodyfont;
3055
3094
  mso-fareast-font-family:Calibri;
3056
3095
  mso-bidi-font-family:"Times New Roman";
3057
3096
  mso-ansi-language:EN-GB;
@@ -3072,7 +3111,7 @@ p.ListContinue1, li.ListContinue1, div.ListContinue1
3072
3111
  line-height:12.0pt;
3073
3112
  mso-pagination:widow-orphan;
3074
3113
  font-size:$normalfontsize;
3075
- font-size:$bodyfont;
3114
+ font-family:$bodyfont;
3076
3115
  mso-fareast-font-family:Calibri;
3077
3116
  mso-bidi-font-family:"Times New Roman";
3078
3117
  mso-ansi-language:EN-GB;
@@ -3092,7 +3131,7 @@ p.ListContinue1-, li.ListContinue1-, div.ListContinue1-
3092
3131
  mso-pagination:widow-orphan;
3093
3132
  font-size:10.0pt;
3094
3133
  mso-bidi-font-size:$normalfontsize;
3095
- font-size:$bodyfont;
3134
+ font-family:$bodyfont;
3096
3135
  mso-fareast-font-family:Calibri;
3097
3136
  mso-bidi-font-family:"Times New Roman";
3098
3137
  mso-ansi-language:EN-GB;
@@ -3131,7 +3170,7 @@ p.ListContinue3-, li.ListContinue3-, div.ListContinue3-
3131
3170
  mso-pagination:widow-orphan;
3132
3171
  font-size:10.0pt;
3133
3172
  mso-bidi-font-size:$normalfontsize;
3134
- font-size:$bodyfont;
3173
+ font-family:$bodyfont;
3135
3174
  mso-fareast-font-family:Calibri;
3136
3175
  mso-bidi-font-family:"Times New Roman";
3137
3176
  mso-ansi-language:EN-GB;
@@ -3151,7 +3190,7 @@ p.ListContinue4-, li.ListContinue4-, div.ListContinue4-
3151
3190
  mso-pagination:widow-orphan;
3152
3191
  font-size:10.0pt;
3153
3192
  mso-bidi-font-size:$normalfontsize;
3154
- font-size:$bodyfont;
3193
+ font-family:$bodyfont;
3155
3194
  mso-fareast-font-family:Calibri;
3156
3195
  mso-bidi-font-family:"Times New Roman";
3157
3196
  mso-ansi-language:EN-GB;
@@ -3170,7 +3209,7 @@ p.ListNumber1, li.ListNumber1, div.ListNumber1
3170
3209
  line-height:12.0pt;
3171
3210
  mso-pagination:widow-orphan;
3172
3211
  font-size:$normalfontsize;
3173
- font-size:$bodyfont;
3212
+ font-family:$bodyfont;
3174
3213
  mso-fareast-font-family:Calibri;
3175
3214
  mso-bidi-font-family:"Times New Roman";
3176
3215
  mso-ansi-language:EN-GB;
@@ -3190,7 +3229,7 @@ p.ListNumber1-, li.ListNumber1-, div.ListNumber1-
3190
3229
  mso-pagination:widow-orphan;
3191
3230
  font-size:10.0pt;
3192
3231
  mso-bidi-font-size:$normalfontsize;
3193
- font-size:$bodyfont;
3232
+ font-family:$bodyfont;
3194
3233
  mso-fareast-font-family:Calibri;
3195
3234
  mso-bidi-font-family:"Times New Roman";
3196
3235
  mso-ansi-language:EN-GB;
@@ -3211,7 +3250,7 @@ p.ListNumber2-, li.ListNumber2-, div.ListNumber2-
3211
3250
  mso-pagination:widow-orphan;
3212
3251
  font-size:10.0pt;
3213
3252
  mso-bidi-font-size:$normalfontsize;
3214
- font-size:$bodyfont;
3253
+ font-family:$bodyfont;
3215
3254
  mso-fareast-font-family:Calibri;
3216
3255
  mso-bidi-font-family:"Times New Roman";
3217
3256
  mso-ansi-language:EN-GB;
@@ -3231,7 +3270,7 @@ p.ListNumber3-, li.ListNumber3-, div.ListNumber3-
3231
3270
  mso-pagination:widow-orphan;
3232
3271
  font-size:10.0pt;
3233
3272
  mso-bidi-font-size:$normalfontsize;
3234
- font-size:$bodyfont;
3273
+ font-family:$bodyfont;
3235
3274
  mso-fareast-font-family:Calibri;
3236
3275
  mso-bidi-font-family:"Times New Roman";
3237
3276
  mso-ansi-language:EN-GB;
@@ -3251,7 +3290,7 @@ p.ListNumber4-, li.ListNumber4-, div.ListNumber4-
3251
3290
  mso-pagination:widow-orphan;
3252
3291
  font-size:10.0pt;
3253
3292
  mso-bidi-font-size:$normalfontsize;
3254
- font-size:$bodyfont;
3293
+ font-family:$bodyfont;
3255
3294
  mso-fareast-font-family:Calibri;
3256
3295
  mso-bidi-font-family:"Times New Roman";
3257
3296
  mso-ansi-language:EN-GB;
@@ -3269,7 +3308,7 @@ p.Tabletitle0, li.Tabletitle0, div.Tabletitle0
3269
3308
  mso-pagination:widow-orphan;
3270
3309
  mso-hyphenate:none;
3271
3310
  font-size:$normalfontsize;
3272
- font-size:$bodyfont;
3311
+ font-family:$bodyfont;
3273
3312
  mso-fareast-font-family:Calibri;
3274
3313
  mso-bidi-font-family:"Times New Roman";
3275
3314
  mso-ansi-language:EN-GB;
@@ -3289,7 +3328,7 @@ p.Tablebody-, li.Tablebody-, div.Tablebody-
3289
3328
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3290
3329
  font-size:9.0pt;
3291
3330
  mso-bidi-font-size:$normalfontsize;
3292
- font-size:$bodyfont;
3331
+ font-family:$bodyfont;
3293
3332
  mso-fareast-font-family:Calibri;
3294
3333
  mso-bidi-font-family:"Times New Roman";
3295
3334
  mso-ansi-language:EN-GB;
@@ -3307,7 +3346,7 @@ p.Tablebody--, li.Tablebody--, div.Tablebody--
3307
3346
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3308
3347
  font-size:8.0pt;
3309
3348
  mso-bidi-font-size:$normalfontsize;
3310
- font-size:$bodyfont;
3349
+ font-family:$bodyfont;
3311
3350
  mso-fareast-font-family:Calibri;
3312
3351
  mso-bidi-font-family:"Times New Roman";
3313
3352
  mso-ansi-language:EN-GB;
@@ -3324,7 +3363,7 @@ p.Tablebody0, li.Tablebody0, div.Tablebody0
3324
3363
  mso-pagination:widow-orphan;
3325
3364
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3326
3365
  font-size:$normalfontsize;
3327
- font-size:$bodyfont;
3366
+ font-family:$bodyfont;
3328
3367
  mso-fareast-font-family:Calibri;
3329
3368
  mso-bidi-font-family:"Times New Roman";
3330
3369
  mso-ansi-language:EN-GB;
@@ -3344,7 +3383,7 @@ p.Tablefooter, li.Tablefooter, div.Tablefooter
3344
3383
  tab-stops:17.3pt;
3345
3384
  font-size:9.0pt;
3346
3385
  mso-bidi-font-size:$normalfontsize;
3347
- font-size:$bodyfont;
3386
+ font-family:$bodyfont;
3348
3387
  mso-fareast-font-family:Calibri;
3349
3388
  mso-bidi-font-family:"Times New Roman";
3350
3389
  mso-ansi-language:EN-GB;
@@ -3362,7 +3401,7 @@ p.Tableheader, li.Tableheader, div.Tableheader
3362
3401
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3363
3402
  font-size:10.0pt;
3364
3403
  mso-bidi-font-size:$normalfontsize;
3365
- font-size:$bodyfont;
3404
+ font-family:$bodyfont;
3366
3405
  mso-fareast-font-family:Calibri;
3367
3406
  mso-bidi-font-family:"Times New Roman";
3368
3407
  mso-ansi-language:EN-GB;
@@ -3380,7 +3419,7 @@ p.Tableheader-, li.Tableheader-, div.Tableheader-
3380
3419
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3381
3420
  font-size:9.0pt;
3382
3421
  mso-bidi-font-size:$normalfontsize;
3383
- font-size:$bodyfont;
3422
+ font-family:$bodyfont;
3384
3423
  mso-fareast-font-family:Calibri;
3385
3424
  mso-bidi-font-family:"Times New Roman";
3386
3425
  mso-ansi-language:EN-GB;
@@ -3398,7 +3437,7 @@ p.Tableheader--, li.Tableheader--, div.Tableheader--
3398
3437
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3399
3438
  font-size:8.0pt;
3400
3439
  mso-bidi-font-size:$normalfontsize;
3401
- font-size:$bodyfont;
3440
+ font-family:$bodyfont;
3402
3441
  mso-fareast-font-family:Calibri;
3403
3442
  mso-bidi-font-family:"Times New Roman";
3404
3443
  mso-ansi-language:EN-GB;
@@ -3415,7 +3454,7 @@ p.Tableheader0, li.Tableheader0, div.Tableheader0
3415
3454
  mso-pagination:widow-orphan;
3416
3455
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3417
3456
  font-size:$normalfontsize;
3418
- font-size:$bodyfont;
3457
+ font-family:$bodyfont;
3419
3458
  mso-fareast-font-family:Calibri;
3420
3459
  mso-bidi-font-family:"Times New Roman";
3421
3460
  mso-ansi-language:EN-GB;
@@ -3434,7 +3473,7 @@ p.Notice, li.Notice, div.Notice
3434
3473
  mso-pagination:widow-orphan;
3435
3474
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3436
3475
  font-size:$normalfontsize;
3437
- font-size:$bodyfont;
3476
+ font-family:$bodyfont;
3438
3477
  mso-fareast-font-family:Calibri;
3439
3478
  mso-bidi-font-family:"Times New Roman";
3440
3479
  mso-ansi-language:EN-GB;
@@ -3453,7 +3492,7 @@ p.p2, li.p2, div.p2
3453
3492
  mso-pagination:widow-orphan;
3454
3493
  tab-stops:28.1pt;
3455
3494
  font-size:$normalfontsize;
3456
- font-size:$bodyfont;
3495
+ font-family:$bodyfont;
3457
3496
  mso-fareast-font-family:Calibri;
3458
3497
  mso-bidi-font-family:"Times New Roman";
3459
3498
  mso-ansi-language:EN-GB;
@@ -3472,7 +3511,7 @@ p.p3, li.p3, div.p3
3472
3511
  mso-pagination:widow-orphan;
3473
3512
  tab-stops:36.0pt;
3474
3513
  font-size:$normalfontsize;
3475
- font-size:$bodyfont;
3514
+ font-family:$bodyfont;
3476
3515
  mso-fareast-font-family:Calibri;
3477
3516
  mso-bidi-font-family:"Times New Roman";
3478
3517
  mso-ansi-language:EN-GB;
@@ -3491,7 +3530,7 @@ p.p4, li.p4, div.p4
3491
3530
  mso-pagination:widow-orphan;
3492
3531
  tab-stops:54.7pt;
3493
3532
  font-size:$normalfontsize;
3494
- font-size:$bodyfont;
3533
+ font-family:$bodyfont;
3495
3534
  mso-fareast-font-family:Calibri;
3496
3535
  mso-bidi-font-family:"Times New Roman";
3497
3536
  mso-ansi-language:EN-GB;
@@ -3510,7 +3549,7 @@ p.p5, li.p5, div.p5
3510
3549
  mso-pagination:widow-orphan;
3511
3550
  tab-stops:54.7pt;
3512
3551
  font-size:$normalfontsize;
3513
- font-size:$bodyfont;
3552
+ font-family:$bodyfont;
3514
3553
  mso-fareast-font-family:Calibri;
3515
3554
  mso-bidi-font-family:"Times New Roman";
3516
3555
  mso-ansi-language:EN-GB;
@@ -3529,7 +3568,7 @@ p.p6, li.p6, div.p6
3529
3568
  mso-pagination:widow-orphan;
3530
3569
  tab-stops:72.0pt;
3531
3570
  font-size:$normalfontsize;
3532
- font-size:$bodyfont;
3571
+ font-family:$bodyfont;
3533
3572
  mso-fareast-font-family:Calibri;
3534
3573
  mso-bidi-font-family:"Times New Roman";
3535
3574
  mso-ansi-language:EN-GB;
@@ -3547,7 +3586,7 @@ p.RefNorm, li.RefNorm, div.RefNorm
3547
3586
  line-height:12.0pt;
3548
3587
  mso-pagination:widow-orphan;
3549
3588
  font-size:$normalfontsize;
3550
- font-size:$bodyfont;
3589
+ font-family:$bodyfont;
3551
3590
  mso-fareast-font-family:Calibri;
3552
3591
  mso-bidi-font-family:"Times New Roman";
3553
3592
  mso-ansi-language:EN-GB;
@@ -3567,7 +3606,7 @@ p.Notecontinued, li.Notecontinued, div.Notecontinued
3567
3606
  tab-stops:48.25pt;
3568
3607
  font-size:$smallerfontsize;
3569
3608
  mso-bidi-font-size:$normalfontsize;
3570
- font-size:$bodyfont;
3609
+ font-family:$bodyfont;
3571
3610
  mso-fareast-font-family:Calibri;
3572
3611
  mso-bidi-font-family:"Times New Roman";
3573
3612
  mso-ansi-language:EN-GB;
@@ -3587,7 +3626,7 @@ p.Noteindent, li.Noteindent, div.Noteindent
3587
3626
  tab-stops:68.4pt;
3588
3627
  font-size:$smallerfontsize;
3589
3628
  mso-bidi-font-size:$normalfontsize;
3590
- font-size:$bodyfont;
3629
+ font-family:$bodyfont;
3591
3630
  mso-fareast-font-family:Calibri;
3592
3631
  mso-bidi-font-family:"Times New Roman";
3593
3632
  mso-ansi-language:EN-GB;
@@ -3608,7 +3647,7 @@ p.Noteindentcontinued, li.Noteindentcontinued, div.Noteindentcontinued
3608
3647
  tab-stops:68.4pt;
3609
3648
  font-size:$smallerfontsize;
3610
3649
  mso-bidi-font-size:$normalfontsize;
3611
- font-size:$bodyfont;
3650
+ font-family:$bodyfont;
3612
3651
  mso-fareast-font-family:Calibri;
3613
3652
  mso-bidi-font-family:"Times New Roman";
3614
3653
  mso-ansi-language:EN-GB;
@@ -3735,7 +3774,7 @@ p.ListNumber5-, li.ListNumber5-, div.ListNumber5-
3735
3774
  mso-pagination:widow-orphan;
3736
3775
  font-size:$smallerfontsize;
3737
3776
  mso-bidi-font-size:$normalfontsize;
3738
- font-size:$bodyfont;
3777
+ font-family:$bodyfont;
3739
3778
  mso-fareast-font-family:Calibri;
3740
3779
  mso-bidi-font-family:"Times New Roman";
3741
3780
  mso-ansi-language:EN-GB;
@@ -3756,7 +3795,7 @@ p.ListContinue5-, li.ListContinue5-, div.ListContinue5-
3756
3795
  mso-pagination:widow-orphan;
3757
3796
  font-size:$smallerfontsize;
3758
3797
  mso-bidi-font-size:$normalfontsize;
3759
- font-size:$bodyfont;
3798
+ font-family:$bodyfont;
3760
3799
  mso-fareast-font-family:Calibri;
3761
3800
  mso-bidi-font-family:"Times New Roman";
3762
3801
  mso-ansi-language:EN-GB;
@@ -3776,7 +3815,7 @@ p.BiblioText, li.BiblioText, div.BiblioText
3776
3815
  mso-pagination:widow-orphan;
3777
3816
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
3778
3817
  font-size:$normalfontsize;
3779
- font-size:$bodyfont;
3818
+ font-family:$bodyfont;
3780
3819
  mso-fareast-font-family:Calibri;
3781
3820
  mso-bidi-font-family:"Times New Roman";
3782
3821
  mso-ansi-language:EN-GB;
@@ -3793,7 +3832,7 @@ p.FigureImage, li.FigureImage, div.FigureImage
3793
3832
  line-height:12.0pt;
3794
3833
  mso-pagination:widow-orphan;
3795
3834
  font-size:$normalfontsize;
3796
- font-size:$bodyfont;
3835
+ font-family:$bodyfont;
3797
3836
  mso-fareast-font-family:Calibri;
3798
3837
  mso-bidi-font-family:"Times New Roman";
3799
3838
  mso-ansi-language:EN-GB;
@@ -3815,7 +3854,7 @@ p.Figuredescription, li.Figuredescription, div.Figuredescription
3815
3854
  mso-pattern:gray-10 auto;
3816
3855
  font-size:$normalfontsize;
3817
3856
  mso-bidi-font-size:12.0pt;
3818
- font-size:$bodyfont;
3857
+ font-family:$bodyfont;
3819
3858
  mso-fareast-font-family:Calibri;
3820
3859
  mso-bidi-font-family:"Times New Roman";
3821
3860
  mso-ansi-language:EN-GB;
@@ -3838,7 +3877,7 @@ p.Formuladescription, li.Formuladescription, div.Formuladescription
3838
3877
  mso-pattern:gray-10 auto;
3839
3878
  font-size:$normalfontsize;
3840
3879
  mso-bidi-font-size:12.0pt;
3841
- font-size:$bodyfont;
3880
+ font-family:$bodyfont;
3842
3881
  mso-fareast-font-family:Calibri;
3843
3882
  mso-bidi-font-family:"Times New Roman";
3844
3883
  mso-ansi-language:EN-GB;
@@ -3860,7 +3899,7 @@ p.Tabledescription, li.Tabledescription, div.Tabledescription
3860
3899
  mso-pattern:gray-10 auto;
3861
3900
  font-size:$normalfontsize;
3862
3901
  mso-bidi-font-size:12.0pt;
3863
- font-size:$bodyfont;
3902
+ font-family:$bodyfont;
3864
3903
  mso-fareast-font-family:Calibri;
3865
3904
  mso-bidi-font-family:"Times New Roman";
3866
3905
  mso-ansi-language:EN-GB;
@@ -3881,7 +3920,7 @@ p.Box-begin, li.Box-begin, div.Box-begin
3881
3920
  background:#D9D9D9;
3882
3921
  font-size:$normalfontsize;
3883
3922
  mso-bidi-font-size:12.0pt;
3884
- font-size:$bodyfont;
3923
+ font-family:$bodyfont;
3885
3924
  mso-fareast-font-family:Calibri;
3886
3925
  mso-bidi-font-family:"Times New Roman";
3887
3926
  mso-ansi-language:EN-GB;
@@ -3900,7 +3939,7 @@ p.Box-end, li.Box-end, div.Box-end
3900
3939
  background:#D9D9D9;
3901
3940
  font-size:$normalfontsize;
3902
3941
  mso-bidi-font-size:12.0pt;
3903
- font-size:$bodyfont;
3942
+ font-family:$bodyfont;
3904
3943
  mso-fareast-font-family:Calibri;
3905
3944
  mso-bidi-font-family:"Times New Roman";
3906
3945
  mso-ansi-language:EN-GB;
@@ -3919,7 +3958,7 @@ p.Box-title, li.Box-title, div.Box-title
3919
3958
  background:#E6E6E6;
3920
3959
  font-size:13.0pt;
3921
3960
  mso-bidi-font-size:12.0pt;
3922
- font-size:$bodyfont;
3961
+ font-family:$bodyfont;
3923
3962
  mso-fareast-font-family:Calibri;
3924
3963
  mso-bidi-font-family:"Times New Roman";
3925
3964
  mso-ansi-language:EN-GB;
@@ -3944,7 +3983,7 @@ p.FrontHead, li.FrontHead, div.FrontHead
3944
3983
  mso-hyphenate:none;
3945
3984
  font-size:14.0pt;
3946
3985
  mso-bidi-font-size:$normalfontsize;
3947
- font-size:$headerfont;
3986
+ font-family:$headerfont;
3948
3987
  mso-fareast-font-family:Calibri;
3949
3988
  mso-bidi-font-family:"Times New Roman";
3950
3989
  mso-ansi-language:EN-GB;
@@ -3965,7 +4004,7 @@ p.IndexHead, li.IndexHead, div.IndexHead
3965
4004
  mso-pagination:widow-orphan;
3966
4005
  mso-outline-level:1;
3967
4006
  font-size:14.0pt;
3968
- font-size:$headerfont;
4007
+ font-family:$headerfont;
3969
4008
  mso-fareast-font-family:Calibri;
3970
4009
  mso-bidi-font-family:"Times New Roman";
3971
4010
  mso-ansi-language:EN-GB;
@@ -3986,7 +4025,7 @@ p.BodyTextIndent22, li.BodyTextIndent22, div.BodyTextIndent22
3986
4025
  mso-pagination:widow-orphan;
3987
4026
  font-size:$normalfontsize;
3988
4027
  mso-bidi-font-size:$smallerfontsize;
3989
- font-size:$bodyfont;
4028
+ font-family:$bodyfont;
3990
4029
  mso-fareast-font-family:"MS Mincho";
3991
4030
  mso-bidi-font-family:"Times New Roman";
3992
4031
  mso-ansi-language:EN-GB;
@@ -4005,7 +4044,7 @@ p.BodyTextIndent32, li.BodyTextIndent32, div.BodyTextIndent32
4005
4044
  mso-pagination:widow-orphan;
4006
4045
  font-size:$normalfontsize;
4007
4046
  mso-bidi-font-size:$smallerfontsize;
4008
- font-size:$bodyfont;
4047
+ font-family:$bodyfont;
4009
4048
  mso-fareast-font-family:"MS Mincho";
4010
4049
  mso-bidi-font-family:"Times New Roman";
4011
4050
  mso-ansi-language:EN-GB;
@@ -4025,7 +4064,7 @@ p.Exampleindent2, li.Exampleindent2, div.Exampleindent2
4025
4064
  tab-stops:67.7pt 87.9pt;
4026
4065
  font-size:$smallerfontsize;
4027
4066
  mso-bidi-font-size:$normalfontsize;
4028
- font-size:$bodyfont;
4067
+ font-family:$bodyfont;
4029
4068
  mso-fareast-font-family:Calibri;
4030
4069
  mso-bidi-font-family:"Times New Roman";
4031
4070
  mso-ansi-language:EN-GB;
@@ -4045,7 +4084,7 @@ p.Exampleindent2continued, li.Exampleindent2continued, div.Exampleindent2continu
4045
4084
  tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
4046
4085
  font-size:$smallerfontsize;
4047
4086
  mso-bidi-font-size:$normalfontsize;
4048
- font-size:$bodyfont;
4087
+ font-family:$bodyfont;
4049
4088
  mso-fareast-font-family:Calibri;
4050
4089
  mso-bidi-font-family:"Times New Roman";
4051
4090
  mso-ansi-language:EN-GB;
@@ -4065,7 +4104,7 @@ p.Noteindent2continued, li.Noteindent2continued, div.Noteindent2continued
4065
4104
  tab-stops:87.9pt;
4066
4105
  font-size:$smallerfontsize;
4067
4106
  mso-bidi-font-size:$normalfontsize;
4068
- font-size:$bodyfont;
4107
+ font-family:$bodyfont;
4069
4108
  mso-fareast-font-family:Calibri;
4070
4109
  mso-bidi-font-family:"Times New Roman";
4071
4110
  mso-ansi-language:EN-GB;
@@ -4085,7 +4124,7 @@ p.Noteindent2, li.Noteindent2, div.Noteindent2
4085
4124
  tab-stops:87.9pt;
4086
4125
  font-size:$smallerfontsize;
4087
4126
  mso-bidi-font-size:$normalfontsize;
4088
- font-size:$bodyfont;
4127
+ font-family:$bodyfont;
4089
4128
  mso-fareast-font-family:Calibri;
4090
4129
  mso-bidi-font-family:"Times New Roman";
4091
4130
  mso-ansi-language:EN-GB;
@@ -4200,23 +4239,28 @@ p.dlnoindent, li.dlnoindent, div.dlnoindent
4200
4239
  p.zzCover, li.zzCover, div.zzCover
4201
4240
  {mso-style-name:zzCover;
4202
4241
  mso-style-unhide:no;
4203
- mso-style-parent:"Body Text";
4204
4242
  mso-style-link:"zzCover Char";
4205
4243
  margin-top:0cm;
4206
4244
  margin-right:0cm;
4207
- margin-bottom:6.0pt;
4245
+ margin-bottom:11.0pt;
4208
4246
  margin-left:0cm;
4209
4247
  text-align:right;
4210
- line-height:11.5pt;
4248
+ line-height:12.0pt;
4211
4249
  mso-pagination:widow-orphan;
4212
- tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
4213
- font-size:$normalfontsize;
4214
- mso-bidi-font-size:12.0pt;
4250
+ {% if stage_int >= 40 and stage_int < 60 %}
4251
+ font-size:13.0pt;
4252
+ {% else %}
4253
+ font-size:12.0pt;
4254
+ {% endif %}
4255
+ mso-bidi-font-size:10.0pt;
4215
4256
  font-family:$bodyfont;
4216
- mso-fareast-font-family:SimSun;
4257
+ mso-fareast-font-family:"MS Mincho";
4217
4258
  mso-bidi-font-family:"Times New Roman";
4259
+ color:black;
4218
4260
  mso-ansi-language:EN-GB;
4219
- mso-fareast-language:EN-US;}
4261
+ mso-fareast-language:JA;
4262
+ font-weight:bold;
4263
+ mso-bidi-font-weight:normal;}
4220
4264
  span.zzCoverChar
4221
4265
  {mso-style-name:"zzCover Char";
4222
4266
  mso-style-unhide:no;
@@ -4282,7 +4326,7 @@ div.Note table.dl {
4282
4326
  margin-left: 1.0cm;
4283
4327
  }
4284
4328
 
4285
- span.note_label, span.example_label, td.example_label, td.note_label
4329
+ td.example_label, td.note_label
4286
4330
  {
4287
4331
  font-size: $smallerfontsize;
4288
4332
  font-family:$bodyfont;