metanorma-iso 2.0.8 → 2.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/html2doc/lists.rb +37 -0
- data/lib/isodoc/iso/base_convert.rb +1 -1
- data/lib/isodoc/iso/html/html_iso_titlepage.html +5 -0
- data/lib/isodoc/iso/html/isodoc-dis.css +304 -242
- data/lib/isodoc/iso/html/isodoc-dis.scss +379 -260
- data/lib/isodoc/iso/html/word_iso_intro-dis.html +7 -0
- data/lib/isodoc/iso/html/word_iso_titlepage-dis.html +4 -3
- data/lib/isodoc/iso/html/word_iso_titlepage.html +10 -4
- data/lib/isodoc/iso/html/wordstyle-dis.css +168 -48
- data/lib/isodoc/iso/html/wordstyle-dis.scss +158 -43
- data/lib/isodoc/iso/html_convert.rb +2 -2
- data/lib/isodoc/iso/i18n-en.yaml +1 -0
- data/lib/isodoc/iso/i18n-fr.yaml +1 -0
- data/lib/isodoc/iso/i18n-ru.yaml +1 -0
- data/lib/isodoc/iso/i18n-zh-Hans.yaml +1 -0
- data/lib/isodoc/iso/init.rb +17 -1
- data/lib/isodoc/iso/iso.amendment.xsl +1697 -426
- data/lib/isodoc/iso/iso.international-standard.xsl +1697 -426
- data/lib/isodoc/iso/metadata.rb +13 -19
- data/lib/isodoc/iso/presentation_inline.rb +90 -0
- data/lib/isodoc/iso/presentation_xml_convert.rb +41 -100
- data/lib/isodoc/iso/presentation_xref.rb +126 -0
- data/lib/isodoc/iso/sections.rb +2 -2
- data/lib/isodoc/iso/word_cleanup.rb +16 -2
- data/lib/isodoc/iso/word_convert.rb +29 -12
- data/lib/isodoc/iso/word_dis_convert.rb +183 -0
- data/lib/isodoc/iso/xref.rb +46 -25
- data/lib/metanorma/iso/biblio.rng +37 -8
- data/lib/metanorma/iso/boilerplate-fr.xml +1 -1
- data/lib/metanorma/iso/boilerplate-ru.xml +1 -3
- data/lib/metanorma/iso/boilerplate.xml +1 -3
- data/lib/metanorma/iso/cleanup.rb +2 -1
- data/lib/metanorma/iso/isodoc.rng +56 -0
- data/lib/metanorma/iso/version.rb +1 -1
- data/lib/metanorma-iso.rb +1 -0
- data/lib/relaton/render/config.yml +4 -0
- data/lib/relaton/render/general.rb +13 -0
- data/metanorma-iso.gemspec +1 -1
- data/spec/isodoc/amd_spec.rb +31 -30
- data/spec/isodoc/blocks_spec.rb +286 -179
- data/spec/isodoc/i18n_spec.rb +187 -21
- data/spec/isodoc/inline_spec.rb +35 -42
- data/spec/isodoc/iso_spec.rb +1 -1
- data/spec/isodoc/metadata_spec.rb +17 -17
- data/spec/isodoc/postproc_spec.rb +28 -3
- data/spec/isodoc/ref_spec.rb +66 -69
- data/spec/isodoc/section_spec.rb +78 -76
- data/spec/isodoc/table_spec.rb +2 -2
- data/spec/isodoc/terms_spec.rb +2 -2
- data/spec/isodoc/word_dis_spec.rb +760 -0
- data/spec/isodoc/xref_spec.rb +51 -51
- data/spec/metanorma/base_spec.rb +10 -10
- data/spec/spec_helper.rb +11 -1
- data/spec/vcr_cassettes/withdrawn_iso.yml +26 -26
- metadata +11 -5
- data/spec/vcr_cassettes/docrels.yml +0 -385
@@ -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
|
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
|
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
|
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
|
366
|
+
p.SourceTitle
|
367
367
|
{mso-style-name:sourcetitle;
|
368
368
|
mso-style-unhide:no;
|
369
369
|
mso-style-qformat:yes;
|
@@ -382,11 +382,11 @@ 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
|
386
|
-
{mso-style-name:
|
385
|
+
p.Tabletitle, li.Tabletitle, div.Tabletitle
|
386
|
+
{mso-style-name:"Table title";
|
387
387
|
mso-style-unhide:no;
|
388
388
|
mso-style-qformat:yes;
|
389
|
-
mso-style-parent:"";
|
389
|
+
mso-style-parent:"Figure title";
|
390
390
|
margin-top:0cm;
|
391
391
|
margin-right:0cm;
|
392
392
|
margin-bottom:6.0pt;
|
@@ -523,8 +523,8 @@ span.AnnexFigureTitleChar
|
|
523
523
|
mso-bidi-font-size:11.0pt;
|
524
524
|
mso-ansi-language:EN-GB;
|
525
525
|
font-weight:bold;}
|
526
|
-
p.Note, div.Note, li.Note
|
527
|
-
{mso-style-name:
|
526
|
+
p.Note, div.Note, li.Note
|
527
|
+
{mso-style-name:Note;
|
528
528
|
mso-style-unhide:no;
|
529
529
|
mso-style-qformat:yes;
|
530
530
|
mso-style-parent:"";
|
@@ -566,8 +566,8 @@ p.tablefootnote, li.tablefootnote, div.tablefootnote
|
|
566
566
|
mso-fareast-language:ZH-CN;}
|
567
567
|
p.ANNEX, li.ANNEX, div.ANNEX
|
568
568
|
{mso-style-name:ANNEX;
|
569
|
-
mso-style-priority:10;
|
570
569
|
mso-style-unhide:no;
|
570
|
+
mso-style-parent:Base_Heading;
|
571
571
|
mso-style-next:Normal;
|
572
572
|
margin-top:0cm;
|
573
573
|
margin-right:0cm;
|
@@ -581,13 +581,12 @@ p.ANNEX, li.ANNEX, div.ANNEX
|
|
581
581
|
mso-pagination:widow-orphan;
|
582
582
|
page-break-after:avoid;
|
583
583
|
mso-outline-level:1;
|
584
|
-
mso-list:
|
585
|
-
tab-stops:20.15pt;
|
584
|
+
mso-list:l11 level1 lfo4;
|
586
585
|
font-size:14.0pt;
|
587
|
-
mso-bidi-font-size
|
586
|
+
mso-bidi-font-size:10.0pt;
|
588
587
|
font-family:$headerfont;
|
589
|
-
mso-fareast-font-family:"
|
590
|
-
mso-bidi-font-family
|
588
|
+
mso-fareast-font-family:"MS Mincho";
|
589
|
+
mso-bidi-font-family:"Times New Roman";
|
591
590
|
mso-ansi-language:EN-GB;
|
592
591
|
mso-fareast-language:JA;
|
593
592
|
font-weight:bold;
|
@@ -633,29 +632,29 @@ p.Definition, li.Definition, div.Definition
|
|
633
632
|
mso-bidi-font-family:$bodyfont;
|
634
633
|
mso-ansi-language:EN-GB;}
|
635
634
|
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle
|
636
|
-
|
637
|
-
|
638
|
-
|
639
|
-
|
640
|
-
|
641
|
-
|
642
|
-
|
643
|
-
|
644
|
-
|
645
|
-
page-break-before:always;
|
646
|
-
mso-pagination:widow-orphan;
|
647
|
-
page-break-after:avoid;
|
648
|
-
mso-outline-level:1;
|
649
|
-
mso-hyphenate:none;
|
635
|
+
{mso-style-name:"Foreword Title";
|
636
|
+
mso-style-unhide:no;
|
637
|
+
mso-style-parent:Base_Heading;
|
638
|
+
margin-top:15.5pt;
|
639
|
+
margin-right:0cm;
|
640
|
+
margin-bottom:15.5pt;
|
641
|
+
margin-left:0cm;
|
642
|
+
line-height:15.5pt;
|
643
|
+
page-break-before:always;
|
650
644
|
tab-stops:20.15pt;
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
|
657
|
-
|
658
|
-
|
645
|
+
mso-pagination:widow-orphan;
|
646
|
+
page-break-after:avoid;
|
647
|
+
mso-outline-level:1;
|
648
|
+
mso-hyphenate:none;
|
649
|
+
font-size:14.0pt;
|
650
|
+
mso-bidi-font-size:11.0pt;
|
651
|
+
font-family:$headerfont;
|
652
|
+
mso-fareast-font-family:Calibri;
|
653
|
+
mso-bidi-font-family:"Times New Roman";
|
654
|
+
mso-ansi-language:EN-GB;
|
655
|
+
mso-fareast-language:EN-US;
|
656
|
+
font-weight:bold;
|
657
|
+
mso-bidi-font-weight:normal;}
|
659
658
|
p.IntroTitle, li.IntroTitle, div.IntroTitle
|
660
659
|
{mso-style-name:"Intro Title";
|
661
660
|
mso-style-noshow:yes;
|
@@ -680,10 +679,11 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle
|
|
680
679
|
mso-ansi-language:EN-GB;
|
681
680
|
font-weight:bold;
|
682
681
|
page-break-before:always;
|
683
|
-
mso-bidi-font-weight:normal;
|
684
|
-
|
685
|
-
|
686
|
-
|
682
|
+
mso-bidi-font-weight:normal;
|
683
|
+
page-break-before:always;}
|
684
|
+
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
685
|
+
mso-style-name:titlepagesubhead;
|
686
|
+
mso-style-noshow:yes;
|
687
687
|
mso-style-unhide:no;
|
688
688
|
mso-style-parent:"Foreword Title";
|
689
689
|
margin-top:15.5pt;
|
@@ -853,7 +853,7 @@ mso-padding-alt:0cm 4.0pt 0cm 4.0pt;
|
|
853
853
|
font-size:10.0pt;
|
854
854
|
font-family:$bodyfont;
|
855
855
|
}
|
856
|
-
p.zzWarning
|
856
|
+
p.zzWarning {
|
857
857
|
mso-style-name:zzwarning;
|
858
858
|
mso-style-unhide:no;
|
859
859
|
mso-margin-top-alt:auto;
|
@@ -869,7 +869,7 @@ font-size:10.0pt;
|
|
869
869
|
mso-bidi-font-weight:bold;
|
870
870
|
font-family:$bodyfont;
|
871
871
|
}
|
872
|
-
p.zzWarningHdr
|
872
|
+
p.zzWarningHdr {
|
873
873
|
mso-style-name:zzwarninghdr;
|
874
874
|
mso-style-unhide:no;
|
875
875
|
mso-margin-top-alt:auto;
|
@@ -986,7 +986,7 @@ p.Quote, li.Quote, div.Quote
|
|
986
986
|
mso-fareast-font-family:"SimSun",serif;
|
987
987
|
mso-bidi-font-family:$bodyfont;
|
988
988
|
mso-ansi-language:EN-GB;}
|
989
|
-
p.QuoteAttribution
|
989
|
+
p.QuoteAttribution
|
990
990
|
{mso-style-name:quoteattribution;
|
991
991
|
mso-style-unhide:no;
|
992
992
|
mso-margin-top-alt:auto;
|
@@ -1001,7 +1001,7 @@ p.QuoteAttribution, p.quoteattribution, li.quoteattribution, div.quoteattributio
|
|
1001
1001
|
mso-fareast-theme-font:minor-fareast;
|
1002
1002
|
mso-ansi-language:EN-HK;
|
1003
1003
|
mso-fareast-language:JA;}
|
1004
|
-
p.Admonition, li.Admonition, div.Admonition
|
1004
|
+
p.Admonition, li.Admonition, div.Admonition
|
1005
1005
|
{mso-style-name:admonition;
|
1006
1006
|
mso-style-priority:99;
|
1007
1007
|
mso-margin-top-alt:auto;
|
@@ -1036,6 +1036,44 @@ p.Code, li.Code, div.Code
|
|
1036
1036
|
mso-fareast-font-family:"SimSun",serif;
|
1037
1037
|
mso-bidi-font-family:"Cambria";
|
1038
1038
|
mso-ansi-language:EN-GB;}
|
1039
|
+
span.ISOCode
|
1040
|
+
{mso-style-name:ISOCode;
|
1041
|
+
mso-style-unhide:no;
|
1042
|
+
mso-ansi-font-size:11.0pt;
|
1043
|
+
mso-bidi-font-size:14.0pt;
|
1044
|
+
font-family:$monospacefont;
|
1045
|
+
mso-ascii-font-family:"Courier New";
|
1046
|
+
mso-hansi-font-family:"Courier New";
|
1047
|
+
mso-bidi-font-family:"Courier New";
|
1048
|
+
font-weight:normal;
|
1049
|
+
font-style:normal;
|
1050
|
+
mso-no-proof:yes;}
|
1051
|
+
span.ISOCodeitalic
|
1052
|
+
{mso-style-name:ISOCode_italic;
|
1053
|
+
mso-style-unhide:no;
|
1054
|
+
mso-ansi-font-size:11.0pt;
|
1055
|
+
mso-bidi-font-size:14.0pt;
|
1056
|
+
font-family:$monospacefont;
|
1057
|
+
mso-ascii-font-family:"Courier New";
|
1058
|
+
mso-hansi-font-family:"Courier New";
|
1059
|
+
mso-bidi-font-family:"Courier New";
|
1060
|
+
font-weight:normal;
|
1061
|
+
font-style:italic;
|
1062
|
+
mso-bidi-font-style:normal;
|
1063
|
+
mso-no-proof:yes;}
|
1064
|
+
span.ISOCodebold
|
1065
|
+
{mso-style-name:ISOCode_bold;
|
1066
|
+
mso-style-unhide:no;
|
1067
|
+
mso-ansi-font-size:11.0pt;
|
1068
|
+
mso-bidi-font-size:14.0pt;
|
1069
|
+
font-family:$monospacefont;
|
1070
|
+
mso-ascii-font-family:"Courier New";
|
1071
|
+
mso-hansi-font-family:"Courier New";
|
1072
|
+
mso-bidi-font-family:"Courier New";
|
1073
|
+
font-weight:bold;
|
1074
|
+
mso-bidi-font-weight:normal;
|
1075
|
+
font-style:normal;
|
1076
|
+
mso-no-proof:yes;}
|
1039
1077
|
p.Formula, li.Formula, div.Formula
|
1040
1078
|
{mso-style-name:Formula;
|
1041
1079
|
mso-style-noshow:yes;
|
@@ -1657,8 +1695,8 @@ div.Example p.MsoListParagraph {
|
|
1657
1695
|
font-size: $smallerfontsize;
|
1658
1696
|
}
|
1659
1697
|
|
1660
|
-
p.Example, li.Example, div.Example
|
1661
|
-
{mso-style-name:
|
1698
|
+
p.Example, li.Example, div.Example
|
1699
|
+
{mso-style-name:Example;
|
1662
1700
|
mso-style-unhide:no;
|
1663
1701
|
mso-style-qformat:yes;
|
1664
1702
|
mso-style-link:"Example Char";
|
@@ -1763,392 +1801,424 @@ span.aucollab
|
|
1763
1801
|
{mso-style-name:au_collab;
|
1764
1802
|
mso-style-unhide:no;
|
1765
1803
|
mso-style-parent:"";
|
1766
|
-
font-
|
1804
|
+
font-family:$bodyfont;
|
1767
1805
|
mso-ascii-font-family:Cambria;
|
1768
1806
|
mso-hansi-font-family:Cambria;
|
1769
1807
|
border:none;
|
1770
|
-
background:silver;}
|
1808
|
+
{% if unpublished %}background:silver;{% endif %}
|
1809
|
+
}
|
1771
1810
|
span.audeg
|
1772
1811
|
{mso-style-name:au_deg;
|
1773
1812
|
mso-style-unhide:no;
|
1774
1813
|
mso-style-parent:"";
|
1775
1814
|
mso-ansi-font-size:11.0pt;
|
1776
|
-
font-
|
1815
|
+
font-family:$bodyfont;
|
1777
1816
|
mso-ascii-font-family:Cambria;
|
1778
1817
|
mso-hansi-font-family:Cambria;
|
1779
1818
|
border:none;
|
1780
|
-
background:yellow;}
|
1819
|
+
{% if unpublished %}background:yellow;{% endif %}
|
1820
|
+
}
|
1781
1821
|
span.aufname
|
1782
1822
|
{mso-style-name:au_fname;
|
1783
1823
|
mso-style-unhide:no;
|
1784
1824
|
mso-style-parent:"";
|
1785
1825
|
mso-ansi-font-size:11.0pt;
|
1786
|
-
font-
|
1826
|
+
font-family:$bodyfont;
|
1787
1827
|
mso-ascii-font-family:Cambria;
|
1788
1828
|
mso-hansi-font-family:Cambria;
|
1789
1829
|
border:none;
|
1790
|
-
background:#FFFFCC;}
|
1830
|
+
{% if unpublished %}background:#FFFFCC;{% endif %}
|
1831
|
+
}
|
1791
1832
|
span.aurole
|
1792
1833
|
{mso-style-name:au_role;
|
1793
1834
|
mso-style-unhide:no;
|
1794
1835
|
mso-style-parent:"";
|
1795
1836
|
mso-ansi-font-size:11.0pt;
|
1796
|
-
font-
|
1837
|
+
font-family:$bodyfont;
|
1797
1838
|
mso-ascii-font-family:Cambria;
|
1798
1839
|
mso-hansi-font-family:Cambria;
|
1799
1840
|
border:none;
|
1800
|
-
background:olive;}
|
1841
|
+
{% if unpublished %}background:olive;{% endif %}
|
1842
|
+
}
|
1801
1843
|
span.ausuffix
|
1802
1844
|
{mso-style-name:au_suffix;
|
1803
1845
|
mso-style-unhide:no;
|
1804
1846
|
mso-style-parent:"";
|
1805
1847
|
mso-ansi-font-size:11.0pt;
|
1806
|
-
font-
|
1848
|
+
font-family:$bodyfont;
|
1807
1849
|
mso-ascii-font-family:Cambria;
|
1808
1850
|
mso-hansi-font-family:Cambria;
|
1809
1851
|
border:none;
|
1810
|
-
background:fuchsia;}
|
1852
|
+
{% if unpublished %}background:fuchsia;{% endif %}
|
1853
|
+
}
|
1811
1854
|
span.ausurname
|
1812
1855
|
{mso-style-name:au_surname;
|
1813
1856
|
mso-style-unhide:no;
|
1814
1857
|
mso-style-parent:"";
|
1815
1858
|
mso-ansi-font-size:11.0pt;
|
1816
|
-
font-
|
1859
|
+
font-family:$bodyfont;
|
1817
1860
|
mso-ascii-font-family:Cambria;
|
1818
1861
|
mso-hansi-font-family:Cambria;
|
1819
1862
|
border:none;
|
1820
|
-
background:#CCFF99;}
|
1863
|
+
{% if unpublished %}background:#CCFF99;{% endif %}
|
1864
|
+
}
|
1821
1865
|
span.bibbase
|
1822
1866
|
{mso-style-name:bib_base;
|
1823
1867
|
mso-style-unhide:no;
|
1824
1868
|
mso-style-parent:"";
|
1825
|
-
font-
|
1869
|
+
font-family:$bodyfont;
|
1826
1870
|
mso-ascii-font-family:Cambria;
|
1827
1871
|
mso-hansi-font-family:Cambria;}
|
1828
1872
|
span.bibarticle
|
1829
1873
|
{mso-style-name:bib_article;
|
1830
1874
|
mso-style-unhide:no;
|
1831
1875
|
mso-style-parent:"";
|
1832
|
-
font-
|
1876
|
+
font-family:$bodyfont;
|
1833
1877
|
mso-ascii-font-family:Cambria;
|
1834
1878
|
mso-hansi-font-family:Cambria;
|
1835
1879
|
border:none;
|
1836
|
-
background:#CCFFFF;}
|
1880
|
+
{% if unpublished %}background:#CCFFFF;{% endif %}
|
1881
|
+
}
|
1837
1882
|
span.bibcomment
|
1838
1883
|
{mso-style-name:bib_comment;
|
1839
1884
|
mso-style-unhide:no;
|
1840
1885
|
mso-style-parent:bib_base;
|
1841
|
-
font-
|
1886
|
+
font-family:$bodyfont;
|
1842
1887
|
mso-ascii-font-family:Cambria;
|
1843
1888
|
mso-hansi-font-family:Cambria;}
|
1844
1889
|
span.bibdeg
|
1845
1890
|
{mso-style-name:bib_deg;
|
1846
1891
|
mso-style-unhide:no;
|
1847
1892
|
mso-style-parent:bib_base;
|
1848
|
-
font-
|
1893
|
+
font-family:$bodyfont;
|
1849
1894
|
mso-ascii-font-family:Cambria;
|
1850
1895
|
mso-hansi-font-family:Cambria;}
|
1851
1896
|
span.bibdoi
|
1852
1897
|
{mso-style-name:bib_doi;
|
1853
1898
|
mso-style-unhide:no;
|
1854
1899
|
mso-style-parent:"";
|
1855
|
-
font-
|
1900
|
+
font-family:$bodyfont;
|
1856
1901
|
mso-ascii-font-family:Cambria;
|
1857
1902
|
mso-hansi-font-family:Cambria;
|
1858
1903
|
border:none;
|
1859
|
-
background:#CCFFCC;}
|
1904
|
+
{% if unpublished %}background:#CCFFCC;{% endif %}
|
1905
|
+
}
|
1860
1906
|
span.bibetal
|
1861
1907
|
{mso-style-name:bib_etal;
|
1862
1908
|
mso-style-unhide:no;
|
1863
1909
|
mso-style-parent:"";
|
1864
|
-
font-
|
1910
|
+
font-family:$bodyfont;
|
1865
1911
|
mso-ascii-font-family:Cambria;
|
1866
1912
|
mso-hansi-font-family:Cambria;
|
1867
1913
|
border:none;
|
1868
|
-
background:#CCFF99;}
|
1914
|
+
{% if unpublished %}background:#CCFF99;{% endif %}
|
1915
|
+
}
|
1869
1916
|
span.bibfname
|
1870
1917
|
{mso-style-name:bib_fname;
|
1871
1918
|
mso-style-unhide:no;
|
1872
1919
|
mso-style-parent:"";
|
1873
|
-
font-
|
1920
|
+
font-family:$bodyfont;
|
1874
1921
|
mso-ascii-font-family:Cambria;
|
1875
1922
|
mso-hansi-font-family:Cambria;
|
1876
1923
|
border:none;
|
1877
|
-
background:#FFFFCC;}
|
1924
|
+
{% if unpublished %}background:#FFFFCC;{% endif %}
|
1925
|
+
}
|
1878
1926
|
span.bibfpage
|
1879
1927
|
{mso-style-name:bib_fpage;
|
1880
1928
|
mso-style-unhide:no;
|
1881
1929
|
mso-style-parent:"";
|
1882
|
-
font-
|
1930
|
+
font-family:$bodyfont;
|
1883
1931
|
mso-ascii-font-family:Cambria;
|
1884
1932
|
mso-hansi-font-family:Cambria;
|
1885
1933
|
border:none;
|
1886
|
-
background:#E6E6E6;}
|
1934
|
+
{% if unpublished %}background:#E6E6E6;{% endif %}
|
1935
|
+
}
|
1887
1936
|
span.bibissue
|
1888
1937
|
{mso-style-name:bib_issue;
|
1889
1938
|
mso-style-unhide:no;
|
1890
1939
|
mso-style-parent:"";
|
1891
|
-
font-
|
1940
|
+
font-family:$bodyfont;
|
1892
1941
|
mso-ascii-font-family:Cambria;
|
1893
1942
|
mso-hansi-font-family:Cambria;
|
1894
1943
|
border:none;
|
1895
|
-
background:#FFFFAB;}
|
1944
|
+
{% if unpublished %}background:#FFFFAB;{% endif %}
|
1945
|
+
}
|
1896
1946
|
span.bibjournal
|
1897
1947
|
{mso-style-name:bib_journal;
|
1898
1948
|
mso-style-unhide:no;
|
1899
1949
|
mso-style-parent:"";
|
1900
|
-
font-
|
1950
|
+
font-family:$bodyfont;
|
1901
1951
|
mso-ascii-font-family:Cambria;
|
1902
1952
|
mso-hansi-font-family:Cambria;
|
1903
1953
|
border:none;
|
1904
|
-
background:#F9DECF;}
|
1954
|
+
{% if unpublished %}background:#F9DECF;{% endif %}
|
1955
|
+
}
|
1905
1956
|
span.biblpage
|
1906
1957
|
{mso-style-name:bib_lpage;
|
1907
1958
|
mso-style-unhide:no;
|
1908
1959
|
mso-style-parent:"";
|
1909
|
-
font-
|
1960
|
+
font-family:$bodyfont;
|
1910
1961
|
mso-ascii-font-family:Cambria;
|
1911
1962
|
mso-hansi-font-family:Cambria;
|
1912
1963
|
border:none;
|
1913
|
-
background:#D9D9D9;}
|
1964
|
+
{% if unpublished %}background:#D9D9D9;{% endif %}
|
1965
|
+
}
|
1914
1966
|
span.bibnumber
|
1915
1967
|
{mso-style-name:bib_number;
|
1916
1968
|
mso-style-unhide:no;
|
1917
1969
|
mso-style-parent:"";
|
1918
|
-
font-
|
1970
|
+
font-family:$bodyfont;
|
1919
1971
|
mso-ascii-font-family:Cambria;
|
1920
1972
|
mso-hansi-font-family:Cambria;
|
1921
1973
|
border:none;
|
1922
|
-
background:#CCCCFF;}
|
1974
|
+
{% if unpublished %}background:#CCCCFF;{% endif %}
|
1975
|
+
}
|
1923
1976
|
span.biborganization
|
1924
1977
|
{mso-style-name:bib_organization;
|
1925
1978
|
mso-style-unhide:no;
|
1926
1979
|
mso-style-parent:"";
|
1927
|
-
font-
|
1980
|
+
font-family:$bodyfont;
|
1928
1981
|
mso-ascii-font-family:Cambria;
|
1929
1982
|
mso-hansi-font-family:Cambria;
|
1930
1983
|
border:none;
|
1931
|
-
background:#CCFF99;}
|
1984
|
+
{% if unpublished %}background:#CCFF99;{% endif %}
|
1985
|
+
}
|
1932
1986
|
span.bibsuffix
|
1933
1987
|
{mso-style-name:bib_suffix;
|
1934
1988
|
mso-style-unhide:no;
|
1935
1989
|
mso-style-parent:bib_base;
|
1936
|
-
font-
|
1990
|
+
font-family:$bodyfont;
|
1937
1991
|
mso-ascii-font-family:Cambria;
|
1938
1992
|
mso-hansi-font-family:Cambria;}
|
1939
1993
|
span.bibsuppl
|
1940
1994
|
{mso-style-name:bib_suppl;
|
1941
1995
|
mso-style-unhide:no;
|
1942
1996
|
mso-style-parent:"";
|
1943
|
-
font-
|
1997
|
+
font-family:$bodyfont;
|
1944
1998
|
mso-ascii-font-family:Cambria;
|
1945
1999
|
mso-hansi-font-family:Cambria;
|
1946
2000
|
border:none;
|
1947
|
-
background:#FFCC66;}
|
2001
|
+
{% if unpublished %}background:#FFCC66;{% endif %}
|
2002
|
+
}
|
1948
2003
|
span.bibsurname
|
1949
2004
|
{mso-style-name:bib_surname;
|
1950
2005
|
mso-style-unhide:no;
|
1951
2006
|
mso-style-parent:"";
|
1952
|
-
font-
|
2007
|
+
font-family:$bodyfont;
|
1953
2008
|
mso-ascii-font-family:Cambria;
|
1954
2009
|
mso-hansi-font-family:Cambria;
|
1955
2010
|
border:none;
|
1956
|
-
background:#CCFF99;}
|
2011
|
+
{% if unpublished %}background:#CCFF99;{% endif %}
|
2012
|
+
}
|
1957
2013
|
span.bibunpubl
|
1958
2014
|
{mso-style-name:bib_unpubl;
|
1959
2015
|
mso-style-unhide:no;
|
1960
2016
|
mso-style-parent:bib_base;
|
1961
|
-
font-
|
2017
|
+
font-family:$bodyfont;
|
1962
2018
|
mso-ascii-font-family:Cambria;
|
1963
2019
|
mso-hansi-font-family:Cambria;}
|
1964
2020
|
span.biburl
|
1965
2021
|
{mso-style-name:bib_url;
|
1966
2022
|
mso-style-unhide:no;
|
1967
2023
|
mso-style-parent:"";
|
1968
|
-
font-
|
2024
|
+
font-family:$bodyfont;
|
1969
2025
|
mso-ascii-font-family:Cambria;
|
1970
2026
|
mso-hansi-font-family:Cambria;
|
1971
2027
|
border:none;
|
1972
|
-
background:#CCFF66;}
|
2028
|
+
{% if unpublished %}background:#CCFF66;{% endif %}
|
2029
|
+
}
|
1973
2030
|
span.bibvolume
|
1974
2031
|
{mso-style-name:bib_volume;
|
1975
2032
|
mso-style-unhide:no;
|
1976
2033
|
mso-style-parent:"";
|
1977
|
-
font-
|
2034
|
+
font-family:$bodyfont;
|
1978
2035
|
mso-ascii-font-family:Cambria;
|
1979
2036
|
mso-hansi-font-family:Cambria;
|
1980
2037
|
border:none;
|
1981
|
-
background:#CCECFF;}
|
2038
|
+
{% if unpublished %}background:#CCECFF;{% endif %}
|
2039
|
+
}
|
1982
2040
|
span.bibyear
|
1983
2041
|
{mso-style-name:bib_year;
|
1984
2042
|
mso-style-unhide:no;
|
1985
2043
|
mso-style-parent:"";
|
1986
|
-
font-
|
2044
|
+
font-family:$bodyfont;
|
1987
2045
|
mso-ascii-font-family:Cambria;
|
1988
2046
|
mso-hansi-font-family:Cambria;
|
1989
2047
|
border:none;
|
1990
|
-
background:#FFCCFF;}
|
2048
|
+
{% if unpublished %}background:#FFCCFF;{% endif %}
|
2049
|
+
}
|
1991
2050
|
span.citebase
|
1992
2051
|
{mso-style-name:cite_base;
|
1993
2052
|
mso-style-unhide:no;
|
1994
2053
|
mso-style-parent:"";
|
1995
|
-
font-
|
2054
|
+
font-family:$bodyfont;
|
1996
2055
|
mso-ascii-font-family:Cambria;
|
1997
2056
|
mso-hansi-font-family:Cambria;}
|
1998
2057
|
span.citebib
|
1999
2058
|
{mso-style-name:cite_bib;
|
2000
2059
|
mso-style-unhide:no;
|
2001
2060
|
mso-style-parent:"";
|
2002
|
-
font-
|
2061
|
+
font-family:$bodyfont;
|
2003
2062
|
mso-ascii-font-family:Cambria;
|
2004
2063
|
mso-hansi-font-family:Cambria;
|
2005
2064
|
border:none;
|
2006
|
-
background:#CCFFFF;}
|
2065
|
+
{% if unpublished %}background:#CCFFFF;{% endif %}
|
2066
|
+
}
|
2007
2067
|
span.citebox
|
2008
2068
|
{mso-style-name:cite_box;
|
2009
2069
|
mso-style-unhide:no;
|
2010
2070
|
mso-style-parent:cite_base;
|
2011
|
-
font-
|
2071
|
+
font-family:$bodyfont;
|
2012
2072
|
mso-ascii-font-family:Cambria;
|
2013
2073
|
mso-hansi-font-family:Cambria;}
|
2014
2074
|
span.citeen
|
2015
2075
|
{mso-style-name:cite_en;
|
2016
2076
|
mso-style-unhide:no;
|
2017
2077
|
mso-style-parent:"";
|
2018
|
-
font-
|
2078
|
+
font-family:$bodyfont;
|
2019
2079
|
mso-ascii-font-family:Cambria;
|
2020
2080
|
mso-hansi-font-family:Cambria;
|
2021
2081
|
border:none;
|
2022
|
-
background:#FFFF99;
|
2082
|
+
{% if unpublished %}background:#FFFF99;{% endif %}
|
2023
2083
|
vertical-align:super;}
|
2024
2084
|
span.citefig
|
2025
2085
|
{mso-style-name:cite_fig;
|
2026
2086
|
mso-style-unhide:no;
|
2027
2087
|
mso-style-parent:"";
|
2028
|
-
font-
|
2088
|
+
font-family:$bodyfont;
|
2029
2089
|
mso-ascii-font-family:Cambria;
|
2030
2090
|
mso-hansi-font-family:Cambria;
|
2031
2091
|
color:windowtext;
|
2032
2092
|
border:none;
|
2033
|
-
background:#CCFFCC;}
|
2093
|
+
{% if unpublished %}background:#CCFFCC;{% endif %}
|
2094
|
+
}
|
2034
2095
|
span.citefn
|
2035
2096
|
{mso-style-name:cite_fn;
|
2036
2097
|
mso-style-unhide:no;
|
2037
2098
|
mso-style-parent:"";
|
2038
2099
|
mso-ansi-font-size:11.0pt;
|
2039
|
-
font-
|
2100
|
+
font-family:$bodyfont;
|
2040
2101
|
mso-ascii-font-family:Cambria;
|
2041
2102
|
mso-hansi-font-family:Cambria;
|
2042
2103
|
color:windowtext;
|
2043
2104
|
border:none;
|
2044
|
-
background:#FF99CC;
|
2105
|
+
{% if unpublished %}background:#FF99CC;{% endif %}
|
2045
2106
|
vertical-align:baseline;}
|
2046
2107
|
span.citetbl
|
2047
2108
|
{mso-style-name:cite_tbl;
|
2048
2109
|
mso-style-unhide:no;
|
2049
2110
|
mso-style-parent:"";
|
2050
|
-
font-
|
2111
|
+
font-family:$bodyfont;
|
2051
2112
|
mso-ascii-font-family:Cambria;
|
2052
2113
|
mso-hansi-font-family:Cambria;
|
2053
2114
|
color:windowtext;
|
2054
2115
|
border:none;
|
2055
|
-
background:#FF9999;}
|
2116
|
+
{% if unpublished %}background:#FF9999;{% endif %}
|
2117
|
+
}
|
2056
2118
|
span.stdbase
|
2057
2119
|
{mso-style-name:std_base;
|
2058
2120
|
mso-style-unhide:no;
|
2059
2121
|
mso-style-parent:"";
|
2060
|
-
font-
|
2122
|
+
font-family:$bodyfont;
|
2061
2123
|
mso-ascii-font-family:Cambria;
|
2062
2124
|
mso-hansi-font-family:Cambria;}
|
2063
2125
|
span.bibextlink
|
2064
2126
|
{mso-style-name:bib_extlink;
|
2065
2127
|
mso-style-unhide:no;
|
2066
2128
|
mso-style-parent:"";
|
2067
|
-
font-
|
2129
|
+
font-family:$bodyfont;
|
2068
2130
|
mso-ascii-font-family:Cambria;
|
2069
2131
|
mso-hansi-font-family:Cambria;
|
2070
2132
|
border:none;
|
2071
|
-
background:#6CCE9D;}
|
2133
|
+
{% if unpublished %}background:#6CCE9D;{% endif %}
|
2134
|
+
}
|
2072
2135
|
span.citeeq
|
2073
2136
|
{mso-style-name:cite_eq;
|
2074
2137
|
mso-style-unhide:no;
|
2075
2138
|
mso-style-parent:"";
|
2076
|
-
font-
|
2139
|
+
font-family:$bodyfont;
|
2077
2140
|
mso-ascii-font-family:Cambria;
|
2078
2141
|
mso-hansi-font-family:Cambria;
|
2079
2142
|
border:none;
|
2080
|
-
background:#FFAE37;}
|
2143
|
+
{% if unpublished %}background:#FFAE37;{% endif %}
|
2144
|
+
}
|
2081
2145
|
span.bibmedline
|
2082
2146
|
{mso-style-name:bib_medline;
|
2083
2147
|
mso-style-unhide:no;
|
2084
2148
|
mso-style-parent:bib_base;
|
2085
|
-
font-
|
2149
|
+
font-family:$bodyfont;
|
2086
2150
|
mso-ascii-font-family:Cambria;
|
2087
2151
|
mso-hansi-font-family:Cambria;}
|
2088
2152
|
span.citetfn
|
2089
2153
|
{mso-style-name:cite_tfn;
|
2090
2154
|
mso-style-unhide:no;
|
2091
2155
|
mso-style-parent:"";
|
2092
|
-
font-
|
2156
|
+
font-family:$bodyfont;
|
2093
2157
|
mso-ascii-font-family:Cambria;
|
2094
2158
|
mso-hansi-font-family:Cambria;
|
2095
2159
|
border:none;
|
2096
|
-
background:#FBBA79;}
|
2160
|
+
{% if unpublished %}background:#FBBA79;{% endif %}
|
2161
|
+
}
|
2097
2162
|
span.auprefix
|
2098
2163
|
{mso-style-name:au_prefix;
|
2099
2164
|
mso-style-unhide:no;
|
2100
2165
|
mso-style-parent:"";
|
2101
2166
|
mso-ansi-font-size:11.0pt;
|
2102
|
-
font-
|
2167
|
+
font-family:$bodyfont;
|
2103
2168
|
mso-ascii-font-family:Cambria;
|
2104
2169
|
mso-hansi-font-family:Cambria;
|
2105
2170
|
border:none;
|
2106
|
-
background:#FFCC99;}
|
2171
|
+
{% if unpublished %}background:#FFCC99;{% endif %}
|
2172
|
+
}
|
2107
2173
|
span.citeapp
|
2108
2174
|
{mso-style-name:cite_app;
|
2109
2175
|
mso-style-unhide:no;
|
2110
2176
|
mso-style-parent:"";
|
2111
|
-
font-
|
2177
|
+
font-family:$bodyfont;
|
2112
2178
|
mso-ascii-font-family:Cambria;
|
2113
2179
|
mso-hansi-font-family:Cambria;
|
2114
2180
|
border:none;
|
2115
|
-
background:#CCFF33;}
|
2181
|
+
{% if unpublished %}background:#CCFF33;{% endif %}
|
2182
|
+
}
|
2116
2183
|
span.citesec
|
2117
2184
|
{mso-style-name:cite_sec;
|
2118
2185
|
mso-style-unhide:no;
|
2119
2186
|
mso-style-parent:"";
|
2120
|
-
font-
|
2187
|
+
font-family:$bodyfont;
|
2121
2188
|
mso-ascii-font-family:Cambria;
|
2122
2189
|
mso-hansi-font-family:Cambria;
|
2123
2190
|
border:none;
|
2124
|
-
background:#FFCCCC;}
|
2191
|
+
{% if unpublished %}background:#FFCCCC;{% endif %}
|
2192
|
+
}
|
2125
2193
|
span.stddocNumber
|
2126
2194
|
{mso-style-name:std_docNumber;
|
2127
2195
|
mso-style-unhide:no;
|
2128
2196
|
mso-style-parent:"";
|
2129
|
-
font-
|
2197
|
+
font-family:$bodyfont;
|
2130
2198
|
mso-ascii-font-family:Cambria;
|
2131
2199
|
mso-hansi-font-family:Cambria;
|
2132
2200
|
border:none;
|
2133
|
-
background:#F2DBDB;}
|
2201
|
+
{% if unpublished %}background:#F2DBDB;{% endif %}
|
2202
|
+
}
|
2134
2203
|
span.stddocPartNumber
|
2135
2204
|
{mso-style-name:std_docPartNumber;
|
2136
2205
|
mso-style-unhide:no;
|
2137
2206
|
mso-style-parent:"";
|
2138
|
-
font-
|
2207
|
+
font-family:$bodyfont;
|
2139
2208
|
mso-ascii-font-family:Cambria;
|
2140
2209
|
mso-hansi-font-family:Cambria;
|
2141
2210
|
border:none;
|
2142
|
-
background:#EAF1DD;}
|
2211
|
+
{% if unpublished %}background:#EAF1DD;{% endif %}
|
2212
|
+
}
|
2143
2213
|
span.stddocTitle
|
2144
2214
|
{mso-style-name:std_docTitle;
|
2145
2215
|
mso-style-unhide:no;
|
2146
2216
|
mso-style-parent:"";
|
2147
|
-
font-
|
2217
|
+
font-family:$bodyfont;
|
2148
2218
|
mso-ascii-font-family:Cambria;
|
2149
2219
|
mso-hansi-font-family:Cambria;
|
2150
2220
|
border:none;
|
2151
|
-
background:#FDE9D9;
|
2221
|
+
{% if unpublished %}background:#FDE9D9;{% endif %}
|
2152
2222
|
font-style:italic;
|
2153
2223
|
mso-bidi-font-style:normal;}
|
2154
2224
|
span.aumember
|
@@ -2156,260 +2226,289 @@ span.aumember
|
|
2156
2226
|
mso-style-unhide:no;
|
2157
2227
|
mso-style-parent:"";
|
2158
2228
|
mso-ansi-font-size:11.0pt;
|
2159
|
-
font-
|
2229
|
+
font-family:$bodyfont;
|
2160
2230
|
mso-ascii-font-family:Cambria;
|
2161
2231
|
mso-hansi-font-family:Cambria;
|
2162
2232
|
border:none;
|
2163
|
-
background:#FF99CC;}
|
2233
|
+
{% if unpublished %}background:#FF99CC;{% endif %}
|
2234
|
+
}
|
2164
2235
|
span.stdfootnote
|
2165
2236
|
{mso-style-name:std_footnote;
|
2166
2237
|
mso-style-unhide:no;
|
2167
2238
|
mso-style-parent:"";
|
2168
|
-
font-
|
2239
|
+
font-family:$bodyfont;
|
2169
2240
|
mso-ascii-font-family:Cambria;
|
2170
2241
|
mso-hansi-font-family:Cambria;
|
2171
2242
|
border:none;
|
2172
|
-
background:#F2F2F2;}
|
2243
|
+
{% if unpublished %}background:#F2F2F2;{% endif %}
|
2244
|
+
}
|
2173
2245
|
span.stdpublisher
|
2174
2246
|
{mso-style-name:std_publisher;
|
2175
2247
|
mso-style-unhide:no;
|
2176
2248
|
mso-style-parent:"";
|
2177
|
-
font-
|
2249
|
+
font-family:$bodyfont;
|
2178
2250
|
mso-ascii-font-family:Cambria;
|
2179
2251
|
mso-hansi-font-family:Cambria;
|
2180
2252
|
border:none;
|
2181
|
-
background:#C6D9F1;}
|
2253
|
+
{% if unpublished %}background:#C6D9F1;{% endif %}
|
2254
|
+
}
|
2182
2255
|
span.stdsection
|
2183
2256
|
{mso-style-name:std_section;
|
2184
2257
|
mso-style-unhide:no;
|
2185
2258
|
mso-style-parent:"";
|
2186
|
-
font-
|
2259
|
+
font-family:$bodyfont;
|
2187
2260
|
mso-ascii-font-family:Cambria;
|
2188
2261
|
mso-hansi-font-family:Cambria;
|
2189
2262
|
border:none;
|
2190
|
-
background:#E5DFEC;}
|
2263
|
+
{% if unpublished %}background:#E5DFEC;{% endif %}
|
2264
|
+
}
|
2191
2265
|
span.stdyear
|
2192
2266
|
{mso-style-name:std_year;
|
2193
2267
|
mso-style-unhide:no;
|
2194
2268
|
mso-style-parent:"";
|
2195
|
-
font-
|
2269
|
+
font-family:$bodyfont;
|
2196
2270
|
mso-ascii-font-family:Cambria;
|
2197
2271
|
mso-hansi-font-family:Cambria;
|
2198
2272
|
border:none;
|
2199
|
-
background:#DAEEF3;}
|
2273
|
+
{% if unpublished %}background:#DAEEF3;{% endif %}
|
2274
|
+
}
|
2200
2275
|
span.stddocumentType
|
2201
2276
|
{mso-style-name:std_documentType;
|
2202
2277
|
mso-style-unhide:no;
|
2203
2278
|
mso-style-parent:"";
|
2204
|
-
font-
|
2279
|
+
font-family:$bodyfont;
|
2205
2280
|
mso-ascii-font-family:Cambria;
|
2206
2281
|
mso-hansi-font-family:Cambria;
|
2207
2282
|
border:none;
|
2208
|
-
background:#7DE1DF;}
|
2283
|
+
{% if unpublished %}background:#7DE1DF;{% endif %}
|
2284
|
+
}
|
2209
2285
|
span.bibalt-year
|
2210
2286
|
{mso-style-name:bib_alt-year;
|
2211
2287
|
mso-style-unhide:no;
|
2212
2288
|
mso-style-parent:"";
|
2213
2289
|
mso-bidi-font-size:12.0pt;
|
2214
|
-
font-
|
2290
|
+
font-family:$bodyfont;
|
2215
2291
|
mso-ascii-font-family:Cambria;
|
2216
2292
|
mso-hansi-font-family:Cambria;
|
2217
2293
|
border:none;
|
2218
|
-
background:#CC99FF;}
|
2294
|
+
{% if unpublished %}background:#CC99FF;{% endif %}
|
2295
|
+
}
|
2219
2296
|
span.bibbook
|
2220
2297
|
{mso-style-name:bib_book;
|
2221
2298
|
mso-style-unhide:no;
|
2222
2299
|
mso-style-parent:"";
|
2223
|
-
font-
|
2300
|
+
font-family:$bodyfont;
|
2224
2301
|
mso-ascii-font-family:Cambria;
|
2225
2302
|
mso-hansi-font-family:Cambria;
|
2226
2303
|
border:none;
|
2227
|
-
background:#99CCFF;}
|
2304
|
+
{% if unpublished %}background:#99CCFF;{% endif %}
|
2305
|
+
}
|
2228
2306
|
span.bibchapterno
|
2229
2307
|
{mso-style-name:bib_chapterno;
|
2230
2308
|
mso-style-unhide:no;
|
2231
2309
|
mso-style-parent:"";
|
2232
|
-
font-
|
2310
|
+
font-family:$bodyfont;
|
2233
2311
|
mso-ascii-font-family:Cambria;
|
2234
2312
|
mso-hansi-font-family:Cambria;
|
2235
2313
|
border:none;
|
2236
|
-
background:#D9D9D9;}
|
2314
|
+
{% if unpublished %}background:#D9D9D9;{% endif %}
|
2315
|
+
}
|
2237
2316
|
span.bibchaptertitle
|
2238
2317
|
{mso-style-name:bib_chaptertitle;
|
2239
2318
|
mso-style-unhide:no;
|
2240
2319
|
mso-style-parent:"";
|
2241
|
-
font-
|
2320
|
+
font-family:$bodyfont;
|
2242
2321
|
mso-ascii-font-family:Cambria;
|
2243
2322
|
mso-hansi-font-family:Cambria;
|
2244
2323
|
border:none;
|
2245
|
-
background:#FF9D5B;}
|
2324
|
+
{% if unpublished %}background:#FF9D5B;{% endif %}
|
2325
|
+
}
|
2246
2326
|
span.bibed-etal
|
2247
2327
|
{mso-style-name:bib_ed-etal;
|
2248
2328
|
mso-style-unhide:no;
|
2249
2329
|
mso-style-parent:"";
|
2250
|
-
font-
|
2330
|
+
font-family:$bodyfont;
|
2251
2331
|
mso-ascii-font-family:Cambria;
|
2252
2332
|
mso-hansi-font-family:Cambria;
|
2253
2333
|
border:none;
|
2254
|
-
background:#00F4EE;}
|
2334
|
+
{% if unpublished %}background:#00F4EE;{% endif %}
|
2335
|
+
}
|
2255
2336
|
span.bibed-fname
|
2256
2337
|
{mso-style-name:bib_ed-fname;
|
2257
2338
|
mso-style-unhide:no;
|
2258
2339
|
mso-style-parent:"";
|
2259
|
-
font-
|
2340
|
+
font-family:$bodyfont;
|
2260
2341
|
mso-ascii-font-family:Cambria;
|
2261
2342
|
mso-hansi-font-family:Cambria;
|
2262
2343
|
border:none;
|
2263
|
-
background:#FFFFB7;}
|
2344
|
+
{% if unpublished %}background:#FFFFB7;{% endif %}
|
2345
|
+
}
|
2264
2346
|
span.bibeditionno
|
2265
2347
|
{mso-style-name:bib_editionno;
|
2266
2348
|
mso-style-unhide:no;
|
2267
2349
|
mso-style-parent:"";
|
2268
|
-
font-
|
2350
|
+
font-family:$bodyfont;
|
2269
2351
|
mso-ascii-font-family:Cambria;
|
2270
2352
|
mso-hansi-font-family:Cambria;
|
2271
2353
|
border:none;
|
2272
|
-
background:#FFCC00;}
|
2354
|
+
{% if unpublished %}background:#FFCC00;{% endif %}
|
2355
|
+
}
|
2273
2356
|
span.bibed-organization
|
2274
2357
|
{mso-style-name:bib_ed-organization;
|
2275
2358
|
mso-style-unhide:no;
|
2276
2359
|
mso-style-parent:"";
|
2277
|
-
font-
|
2360
|
+
font-family:$bodyfont;
|
2278
2361
|
mso-ascii-font-family:Cambria;
|
2279
2362
|
mso-hansi-font-family:Cambria;
|
2280
2363
|
border:none;
|
2281
|
-
background:#FCAAC3;}
|
2364
|
+
{% if unpublished %}background:#FCAAC3;{% endif %}
|
2365
|
+
}
|
2282
2366
|
span.bibed-suffix
|
2283
2367
|
{mso-style-name:bib_ed-suffix;
|
2284
2368
|
mso-style-unhide:no;
|
2285
2369
|
mso-style-parent:"";
|
2286
|
-
font-
|
2370
|
+
font-family:$bodyfont;
|
2287
2371
|
mso-ascii-font-family:Cambria;
|
2288
2372
|
mso-hansi-font-family:Cambria;
|
2289
2373
|
border:none;
|
2290
|
-
background:#CCFFCC;}
|
2374
|
+
{% if unpublished %}background:#CCFFCC;{% endif %}
|
2375
|
+
}
|
2291
2376
|
span.bibed-surname
|
2292
2377
|
{mso-style-name:bib_ed-surname;
|
2293
2378
|
mso-style-unhide:no;
|
2294
2379
|
mso-style-parent:"";
|
2295
|
-
font-
|
2380
|
+
font-family:$bodyfont;
|
2296
2381
|
mso-ascii-font-family:Cambria;
|
2297
2382
|
mso-hansi-font-family:Cambria;
|
2298
2383
|
border:none;
|
2299
|
-
background:yellow;}
|
2384
|
+
{% if unpublished %}background:yellow;{% endif %}
|
2385
|
+
}
|
2300
2386
|
span.bibinstitution
|
2301
2387
|
{mso-style-name:bib_institution;
|
2302
2388
|
mso-style-unhide:no;
|
2303
2389
|
mso-style-parent:"";
|
2304
|
-
font-
|
2390
|
+
font-family:$bodyfont;
|
2305
2391
|
mso-ascii-font-family:Cambria;
|
2306
2392
|
mso-hansi-font-family:Cambria;
|
2307
2393
|
border:none;
|
2308
|
-
background:#CCFFCC;}
|
2394
|
+
{% if unpublished %}background:#CCFFCC;{% endif %}
|
2395
|
+
}
|
2309
2396
|
span.bibisbn
|
2310
2397
|
{mso-style-name:bib_isbn;
|
2311
2398
|
mso-style-unhide:no;
|
2312
2399
|
mso-style-parent:"";
|
2313
|
-
font-
|
2400
|
+
font-family:$bodyfont;
|
2314
2401
|
mso-ascii-font-family:Cambria;
|
2315
2402
|
mso-hansi-font-family:Cambria;
|
2316
|
-
background:#D9D9D9;}
|
2403
|
+
{% if unpublished %}background:#D9D9D9;{% endif %}
|
2404
|
+
}
|
2317
2405
|
span.biblocation
|
2318
2406
|
{mso-style-name:bib_location;
|
2319
2407
|
mso-style-unhide:no;
|
2320
2408
|
mso-style-parent:"";
|
2321
|
-
font-
|
2409
|
+
font-family:$bodyfont;
|
2322
2410
|
mso-ascii-font-family:Cambria;
|
2323
2411
|
mso-hansi-font-family:Cambria;
|
2324
2412
|
border:none;
|
2325
|
-
background:#FFCCCC;}
|
2413
|
+
{% if unpublished %}background:#FFCCCC;{% endif %}
|
2414
|
+
}
|
2326
2415
|
span.bibpagecount
|
2327
2416
|
{mso-style-name:bib_pagecount;
|
2328
2417
|
mso-style-unhide:no;
|
2329
2418
|
mso-style-parent:"";
|
2330
|
-
font-
|
2419
|
+
font-family:$bodyfont;
|
2331
2420
|
mso-ascii-font-family:Cambria;
|
2332
2421
|
mso-hansi-font-family:Cambria;
|
2333
2422
|
border:none;
|
2334
|
-
background:lime;}
|
2423
|
+
{% if unpublished %}background:lime;{% endif %}
|
2424
|
+
}
|
2335
2425
|
span.bibpatent
|
2336
2426
|
{mso-style-name:bib_patent;
|
2337
2427
|
mso-style-unhide:no;
|
2338
2428
|
mso-style-parent:"";
|
2339
|
-
font-
|
2429
|
+
font-family:$bodyfont;
|
2340
2430
|
mso-ascii-font-family:Cambria;
|
2341
2431
|
mso-hansi-font-family:Cambria;
|
2342
2432
|
border:none;
|
2343
|
-
background:#66FFCC;}
|
2433
|
+
{% if unpublished %}background:#66FFCC;{% endif %}
|
2434
|
+
}
|
2344
2435
|
span.bibpublisher
|
2345
2436
|
{mso-style-name:bib_publisher;
|
2346
2437
|
mso-style-unhide:no;
|
2347
2438
|
mso-style-parent:"";
|
2348
|
-
font-
|
2439
|
+
font-family:$bodyfont;
|
2349
2440
|
mso-ascii-font-family:Cambria;
|
2350
2441
|
mso-hansi-font-family:Cambria;
|
2351
2442
|
border:none;
|
2352
|
-
background:#FF99CC;}
|
2443
|
+
{% if unpublished %}background:#FF99CC;{% endif %}
|
2444
|
+
}
|
2353
2445
|
span.bibreportnum
|
2354
2446
|
{mso-style-name:bib_reportnum;
|
2355
2447
|
mso-style-unhide:no;
|
2356
2448
|
mso-style-parent:"";
|
2357
|
-
font-
|
2449
|
+
font-family:$bodyfont;
|
2358
2450
|
mso-ascii-font-family:Cambria;
|
2359
2451
|
mso-hansi-font-family:Cambria;
|
2360
2452
|
border:none;
|
2361
|
-
background:#CCCCFF;}
|
2453
|
+
{% if unpublished %}background:#CCCCFF;{% endif %}
|
2454
|
+
}
|
2362
2455
|
span.bibschool
|
2363
2456
|
{mso-style-name:bib_school;
|
2364
2457
|
mso-style-unhide:no;
|
2365
2458
|
mso-style-parent:"";
|
2366
|
-
font-
|
2459
|
+
font-family:$bodyfont;
|
2367
2460
|
mso-ascii-font-family:Cambria;
|
2368
2461
|
mso-hansi-font-family:Cambria;
|
2369
2462
|
border:none;
|
2370
|
-
background:#FFCC66;}
|
2463
|
+
{% if unpublished %}background:#FFCC66;{% endif %}
|
2464
|
+
}
|
2371
2465
|
span.bibseries
|
2372
2466
|
{mso-style-name:bib_series;
|
2373
2467
|
mso-style-unhide:no;
|
2374
2468
|
mso-style-parent:"";
|
2375
|
-
font-
|
2469
|
+
font-family:$bodyfont;
|
2376
2470
|
mso-ascii-font-family:Cambria;
|
2377
2471
|
mso-hansi-font-family:Cambria;
|
2378
|
-
background:#FFCC99;}
|
2472
|
+
{% if unpublished %}background:#FFCC99;{% endif %}
|
2473
|
+
}
|
2379
2474
|
span.bibseriesno
|
2380
2475
|
{mso-style-name:bib_seriesno;
|
2381
2476
|
mso-style-unhide:no;
|
2382
2477
|
mso-style-parent:"";
|
2383
|
-
font-
|
2478
|
+
font-family:$bodyfont;
|
2384
2479
|
mso-ascii-font-family:Cambria;
|
2385
2480
|
mso-hansi-font-family:Cambria;
|
2386
|
-
background:#FFFF99;}
|
2481
|
+
{% if unpublished %}background:#FFFF99;{% endif %}
|
2482
|
+
}
|
2387
2483
|
span.bibtrans
|
2388
2484
|
{mso-style-name:bib_trans;
|
2389
2485
|
mso-style-unhide:no;
|
2390
2486
|
mso-style-parent:"";
|
2391
|
-
font-
|
2487
|
+
font-family:$bodyfont;
|
2392
2488
|
mso-ascii-font-family:Cambria;
|
2393
2489
|
mso-hansi-font-family:Cambria;
|
2394
|
-
background:#99CC00;}
|
2490
|
+
{% if unpublished %}background:#99CC00;{% endif %}
|
2491
|
+
}
|
2395
2492
|
span.stdsuppl
|
2396
2493
|
{mso-style-name:std_suppl;
|
2397
2494
|
mso-style-unhide:no;
|
2398
2495
|
mso-style-parent:"";
|
2399
|
-
font-
|
2496
|
+
font-family:$bodyfont;
|
2400
2497
|
mso-ascii-font-family:Cambria;
|
2401
2498
|
mso-hansi-font-family:Cambria;
|
2402
2499
|
border:none;
|
2403
|
-
background:#F6FBB5;}
|
2500
|
+
{% if unpublished %}background:#F6FBB5;{% endif %}
|
2501
|
+
}
|
2404
2502
|
span.citesection
|
2405
2503
|
{mso-style-name:cite_section;
|
2406
2504
|
mso-style-unhide:no;
|
2407
2505
|
mso-style-parent:"";
|
2408
|
-
font-
|
2506
|
+
font-family:$bodyfont;
|
2409
2507
|
mso-ascii-font-family:Cambria;
|
2410
2508
|
mso-hansi-font-family:Cambria;
|
2411
2509
|
border:none;
|
2412
|
-
background:#FF7C80;}
|
2510
|
+
{% if unpublished %}background:#FF7C80;{% endif %}
|
2511
|
+
}
|
2413
2512
|
|
2414
2513
|
p.BaseText, li.BaseText, div.BaseText
|
2415
2514
|
{mso-style-name:Base_Text;
|
@@ -2465,7 +2564,7 @@ p.BodyText-, li.BodyText-, div.BodyText-
|
|
2465
2564
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2466
2565
|
font-size:9.0pt;
|
2467
2566
|
mso-bidi-font-size:$normalfontsize;
|
2468
|
-
font-
|
2567
|
+
font-family:$bodyfont;
|
2469
2568
|
mso-fareast-font-family:Calibri;
|
2470
2569
|
mso-bidi-font-family:"Times New Roman";
|
2471
2570
|
mso-ansi-language:EN-GB;
|
@@ -2484,7 +2583,7 @@ p.BodyTextindent1, li.BodyTextindent1, div.BodyTextindent1
|
|
2484
2583
|
mso-pagination:widow-orphan;
|
2485
2584
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2486
2585
|
font-size:$normalfontsize;
|
2487
|
-
font-
|
2586
|
+
font-family:$bodyfont;
|
2488
2587
|
mso-fareast-font-family:Calibri;
|
2489
2588
|
mso-bidi-font-family:"Times New Roman";
|
2490
2589
|
mso-ansi-language:EN-GB;
|
@@ -2504,7 +2603,7 @@ p.BodyTextindent1-, li.BodyTextindent1-, div.BodyTextindent1-
|
|
2504
2603
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2505
2604
|
font-size:9.0pt;
|
2506
2605
|
mso-bidi-font-size:$normalfontsize;
|
2507
|
-
font-
|
2606
|
+
font-family:$bodyfont;
|
2508
2607
|
mso-fareast-font-family:Calibri;
|
2509
2608
|
mso-bidi-font-family:"Times New Roman";
|
2510
2609
|
mso-ansi-language:EN-GB;
|
@@ -2522,7 +2621,7 @@ p.BodyTextIndent21, li.BodyTextIndent21, div.BodyTextIndent21
|
|
2522
2621
|
mso-pagination:widow-orphan;
|
2523
2622
|
font-size:$normalfontsize;
|
2524
2623
|
mso-bidi-font-size:10.0pt;
|
2525
|
-
font-
|
2624
|
+
font-family:$bodyfont;
|
2526
2625
|
mso-fareast-font-family:"MS Mincho";
|
2527
2626
|
mso-bidi-font-family:"Times New Roman";
|
2528
2627
|
mso-ansi-language:EN-GB;
|
@@ -2541,7 +2640,7 @@ p.BodyTextindent2-, li.BodyTextindent2-, div.BodyTextindent2-
|
|
2541
2640
|
mso-pagination:widow-orphan;
|
2542
2641
|
font-size:9.0pt;
|
2543
2642
|
mso-bidi-font-size:10.0pt;
|
2544
|
-
font-
|
2643
|
+
font-family:$bodyfont;
|
2545
2644
|
mso-fareast-font-family:"MS Mincho";
|
2546
2645
|
mso-bidi-font-family:"Times New Roman";
|
2547
2646
|
mso-ansi-language:EN-GB;
|
@@ -2560,7 +2659,7 @@ p.BodyTextIndent31, li.BodyTextIndent31, div.BodyTextIndent31
|
|
2560
2659
|
mso-pagination:widow-orphan;
|
2561
2660
|
font-size:$normalfontsize;
|
2562
2661
|
mso-bidi-font-size:10.0pt;
|
2563
|
-
font-
|
2662
|
+
font-family:$bodyfont;
|
2564
2663
|
mso-fareast-font-family:"MS Mincho";
|
2565
2664
|
mso-bidi-font-family:"Times New Roman";
|
2566
2665
|
mso-ansi-language:EN-GB;
|
@@ -2579,7 +2678,7 @@ p.BodyTextindent3-, li.BodyTextindent3-, div.BodyTextindent3-
|
|
2579
2678
|
mso-pagination:widow-orphan;
|
2580
2679
|
font-size:9.0pt;
|
2581
2680
|
mso-bidi-font-size:10.0pt;
|
2582
|
-
font-
|
2681
|
+
font-family:$bodyfont;
|
2583
2682
|
mso-fareast-font-family:"MS Mincho";
|
2584
2683
|
mso-bidi-font-family:"Times New Roman";
|
2585
2684
|
mso-ansi-language:EN-GB;
|
@@ -2598,7 +2697,7 @@ p.BodyTextindent4, li.BodyTextindent4, div.BodyTextindent4
|
|
2598
2697
|
mso-pagination:widow-orphan;
|
2599
2698
|
font-size:$normalfontsize;
|
2600
2699
|
mso-bidi-font-size:10.0pt;
|
2601
|
-
font-
|
2700
|
+
font-family:$bodyfont;
|
2602
2701
|
mso-fareast-font-family:"MS Mincho";
|
2603
2702
|
mso-bidi-font-family:"Times New Roman";
|
2604
2703
|
mso-ansi-language:EN-GB;
|
@@ -2617,7 +2716,7 @@ p.BodyTextindent4-, li.BodyTextindent4-, div.BodyTextindent4-
|
|
2617
2716
|
mso-pagination:widow-orphan;
|
2618
2717
|
font-size:9.0pt;
|
2619
2718
|
mso-bidi-font-size:10.0pt;
|
2620
|
-
font-
|
2719
|
+
font-family:$bodyfont;
|
2621
2720
|
mso-fareast-font-family:"MS Mincho";
|
2622
2721
|
mso-bidi-font-family:"Times New Roman";
|
2623
2722
|
mso-ansi-language:EN-GB;
|
@@ -2634,7 +2733,7 @@ p.BodyTextCenter, li.BodyTextCenter, div.BodyTextCenter
|
|
2634
2733
|
line-height:12.0pt;
|
2635
2734
|
mso-pagination:widow-orphan;
|
2636
2735
|
font-size:$normalfontsize;
|
2637
|
-
font-
|
2736
|
+
font-family:$bodyfont;
|
2638
2737
|
mso-fareast-font-family:Calibri;
|
2639
2738
|
mso-bidi-font-family:"Times New Roman";
|
2640
2739
|
mso-ansi-language:EN-GB;
|
@@ -2682,7 +2781,7 @@ p.CoverTitleA1, li.CoverTitleA1, div.CoverTitleA1
|
|
2682
2781
|
mso-pagination:widow-orphan;
|
2683
2782
|
font-size:16.0pt;
|
2684
2783
|
mso-bidi-font-size:$normalfontsize;
|
2685
|
-
font-
|
2784
|
+
font-family:$bodyfont;
|
2686
2785
|
mso-fareast-font-family:Calibri;
|
2687
2786
|
mso-bidi-font-family:"Times New Roman";
|
2688
2787
|
mso-ansi-language:EN-GB;
|
@@ -2702,7 +2801,7 @@ p.CoverTitleA2, li.CoverTitleA2, div.CoverTitleA2
|
|
2702
2801
|
mso-pagination:widow-orphan;
|
2703
2802
|
font-size:16.0pt;
|
2704
2803
|
mso-bidi-font-size:$normalfontsize;
|
2705
|
-
font-
|
2804
|
+
font-family:$bodyfont;
|
2706
2805
|
mso-fareast-font-family:Calibri;
|
2707
2806
|
mso-bidi-font-family:"Times New Roman";
|
2708
2807
|
mso-ansi-language:EN-GB;
|
@@ -2722,7 +2821,7 @@ p.CoverTitleA3, li.CoverTitleA3, div.CoverTitleA3
|
|
2722
2821
|
mso-pagination:widow-orphan;
|
2723
2822
|
font-size:16.0pt;
|
2724
2823
|
mso-bidi-font-size:$normalfontsize;
|
2725
|
-
font-
|
2824
|
+
font-family:$bodyfont;
|
2726
2825
|
mso-fareast-font-family:Calibri;
|
2727
2826
|
mso-bidi-font-family:"Times New Roman";
|
2728
2827
|
mso-ansi-language:EN-GB;
|
@@ -2738,7 +2837,7 @@ p.CoverTitleB, li.CoverTitleB, div.CoverTitleB
|
|
2738
2837
|
line-height:12.0pt;
|
2739
2838
|
mso-pagination:widow-orphan;
|
2740
2839
|
font-size:$normalfontsize;
|
2741
|
-
font-
|
2840
|
+
font-family:$bodyfont;
|
2742
2841
|
mso-fareast-font-family:Calibri;
|
2743
2842
|
mso-bidi-font-family:"Times New Roman";
|
2744
2843
|
mso-ansi-language:FR;
|
@@ -2758,7 +2857,7 @@ p.Dimension100, li.Dimension100, div.Dimension100
|
|
2758
2857
|
mso-pagination:widow-orphan;
|
2759
2858
|
font-size:10.0pt;
|
2760
2859
|
mso-bidi-font-size:$normalfontsize;
|
2761
|
-
font-
|
2860
|
+
font-family:$bodyfont;
|
2762
2861
|
mso-fareast-font-family:Calibri;
|
2763
2862
|
mso-bidi-font-family:"Times New Roman";
|
2764
2863
|
mso-ansi-language:EN-GB;
|
@@ -2776,7 +2875,7 @@ p.Dimension50, li.Dimension50, div.Dimension50
|
|
2776
2875
|
mso-pagination:widow-orphan;
|
2777
2876
|
font-size:10.0pt;
|
2778
2877
|
mso-bidi-font-size:$normalfontsize;
|
2779
|
-
font-
|
2878
|
+
font-family:$bodyfont;
|
2780
2879
|
mso-fareast-font-family:Calibri;
|
2781
2880
|
mso-bidi-font-family:"Times New Roman";
|
2782
2881
|
mso-ansi-language:EN-GB;
|
@@ -2794,7 +2893,7 @@ p.Dimension75, li.Dimension75, div.Dimension75
|
|
2794
2893
|
mso-pagination:widow-orphan;
|
2795
2894
|
font-size:10.0pt;
|
2796
2895
|
mso-bidi-font-size:$normalfontsize;
|
2797
|
-
font-
|
2896
|
+
font-family:$bodyfont;
|
2798
2897
|
mso-fareast-font-family:Calibri;
|
2799
2898
|
mso-bidi-font-family:"Times New Roman";
|
2800
2899
|
mso-ansi-language:EN-GB;
|
@@ -2814,7 +2913,7 @@ p.dl, li.dl, div.dl
|
|
2814
2913
|
mso-pagination:widow-orphan;
|
2815
2914
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2816
2915
|
font-size:$normalfontsize;
|
2817
|
-
font-
|
2916
|
+
font-family:$bodyfont;
|
2818
2917
|
mso-fareast-font-family:Calibri;
|
2819
2918
|
mso-bidi-font-family:"Times New Roman";
|
2820
2919
|
mso-ansi-language:EN-GB;
|
@@ -2834,7 +2933,7 @@ p.Example0, li.Example0, div.Example0
|
|
2834
2933
|
tab-stops:67.7pt;
|
2835
2934
|
font-size:10.0pt;
|
2836
2935
|
mso-bidi-font-size:$normalfontsize;
|
2837
|
-
font-
|
2936
|
+
font-family:$bodyfont;
|
2838
2937
|
mso-fareast-font-family:Calibri;
|
2839
2938
|
mso-bidi-font-family:"Times New Roman";
|
2840
2939
|
mso-ansi-language:EN-GB;
|
@@ -2854,7 +2953,7 @@ p.Examplecontinued, li.Examplecontinued, div.Examplecontinued
|
|
2854
2953
|
tab-stops:67.7pt;
|
2855
2954
|
font-size:10.0pt;
|
2856
2955
|
mso-bidi-font-size:$normalfontsize;
|
2857
|
-
font-
|
2956
|
+
font-family:$bodyfont;
|
2858
2957
|
mso-fareast-font-family:Calibri;
|
2859
2958
|
mso-bidi-font-family:"Times New Roman";
|
2860
2959
|
mso-ansi-language:EN-GB;
|
@@ -2874,7 +2973,7 @@ p.Exampleindent, li.Exampleindent, div.Exampleindent
|
|
2874
2973
|
tab-stops:87.85pt;
|
2875
2974
|
font-size:10.0pt;
|
2876
2975
|
mso-bidi-font-size:$normalfontsize;
|
2877
|
-
font-
|
2976
|
+
font-family:$bodyfont;
|
2878
2977
|
mso-fareast-font-family:Calibri;
|
2879
2978
|
mso-bidi-font-family:"Times New Roman";
|
2880
2979
|
mso-ansi-language:EN-GB;
|
@@ -2894,7 +2993,7 @@ p.Exampleindentcontinued, li.Exampleindentcontinued, div.Exampleindentcontinued
|
|
2894
2993
|
tab-stops:87.85pt;
|
2895
2994
|
font-size:10.0pt;
|
2896
2995
|
mso-bidi-font-size:$normalfontsize;
|
2897
|
-
font-
|
2996
|
+
font-family:$bodyfont;
|
2898
2997
|
mso-fareast-font-family:Calibri;
|
2899
2998
|
mso-bidi-font-family:"Times New Roman";
|
2900
2999
|
mso-ansi-language:EN-GB;
|
@@ -2914,7 +3013,7 @@ p.Figureexample, li.Figureexample, div.Figureexample
|
|
2914
3013
|
tab-stops:67.7pt;
|
2915
3014
|
font-size:10.0pt;
|
2916
3015
|
mso-bidi-font-size:$normalfontsize;
|
2917
|
-
font-
|
3016
|
+
font-family:$bodyfont;
|
2918
3017
|
mso-fareast-font-family:Calibri;
|
2919
3018
|
mso-bidi-font-family:"Times New Roman";
|
2920
3019
|
mso-ansi-language:EN-GB;
|
@@ -2931,7 +3030,7 @@ p.FigureGraphic, li.FigureGraphic, div.FigureGraphic
|
|
2931
3030
|
line-height:12.0pt;
|
2932
3031
|
mso-pagination:widow-orphan;
|
2933
3032
|
font-size:$normalfontsize;
|
2934
|
-
font-
|
3033
|
+
font-family:$bodyfont;
|
2935
3034
|
mso-fareast-font-family:Calibri;
|
2936
3035
|
mso-bidi-font-family:"Times New Roman";
|
2937
3036
|
mso-ansi-language:EN-GB;
|
@@ -2951,7 +3050,7 @@ p.Note0, li.Note0, div.Note0
|
|
2951
3050
|
tab-stops:48.25pt;
|
2952
3051
|
font-size:10.0pt;
|
2953
3052
|
mso-bidi-font-size:$normalfontsize;
|
2954
|
-
font-
|
3053
|
+
font-family:$bodyfont;
|
2955
3054
|
mso-fareast-font-family:Calibri;
|
2956
3055
|
mso-bidi-font-family:"Times New Roman";
|
2957
3056
|
mso-ansi-language:EN-GB;
|
@@ -2971,7 +3070,7 @@ p.Figurenote, li.Figurenote, div.Figurenote
|
|
2971
3070
|
tab-stops:48.25pt;
|
2972
3071
|
font-size:10.0pt;
|
2973
3072
|
mso-bidi-font-size:$normalfontsize;
|
2974
|
-
font-
|
3073
|
+
font-family:$bodyfont;
|
2975
3074
|
mso-fareast-font-family:Calibri;
|
2976
3075
|
mso-bidi-font-family:"Times New Roman";
|
2977
3076
|
mso-ansi-language:EN-GB;
|
@@ -2988,7 +3087,27 @@ p.Figuresubtitle, li.Figuresubtitle, div.Figuresubtitle
|
|
2988
3087
|
line-height:12.0pt;
|
2989
3088
|
mso-pagination:widow-orphan;
|
2990
3089
|
font-size:$normalfontsize;
|
2991
|
-
font-
|
3090
|
+
font-family:$bodyfont;
|
3091
|
+
mso-fareast-font-family:Calibri;
|
3092
|
+
mso-bidi-font-family:"Times New Roman";
|
3093
|
+
mso-ansi-language:EN-GB;
|
3094
|
+
mso-fareast-language:EN-US;
|
3095
|
+
font-weight:bold;
|
3096
|
+
mso-bidi-font-weight:normal;}
|
3097
|
+
p.Figuretitle, li.Figuretitle, div.Figuretitle
|
3098
|
+
{mso-style-name:"Figure title";
|
3099
|
+
mso-style-unhide:no;
|
3100
|
+
mso-style-parent:Base_Heading;
|
3101
|
+
margin-top:12.0pt;
|
3102
|
+
margin-right:0cm;
|
3103
|
+
margin-bottom:18.0pt;
|
3104
|
+
margin-left:0cm;
|
3105
|
+
text-align:center;
|
3106
|
+
line-height:12.0pt;
|
3107
|
+
mso-pagination:widow-orphan;
|
3108
|
+
mso-hyphenate:none;
|
3109
|
+
font-size:$normalfontsize;
|
3110
|
+
font-family:$bodyfont;
|
2992
3111
|
mso-fareast-font-family:Calibri;
|
2993
3112
|
mso-bidi-font-family:"Times New Roman";
|
2994
3113
|
mso-ansi-language:EN-GB;
|
@@ -3008,7 +3127,7 @@ p.Figuretitle0, li.Figuretitle0, div.Figuretitle0
|
|
3008
3127
|
mso-pagination:widow-orphan;
|
3009
3128
|
mso-hyphenate:none;
|
3010
3129
|
font-size:$normalfontsize;
|
3011
|
-
font-
|
3130
|
+
font-family:$bodyfont;
|
3012
3131
|
mso-fareast-font-family:Calibri;
|
3013
3132
|
mso-bidi-font-family:"Times New Roman";
|
3014
3133
|
mso-ansi-language:EN-GB;
|
@@ -3031,7 +3150,7 @@ p.KeyText, li.KeyText, div.KeyText
|
|
3031
3150
|
tab-stops:17.3pt;
|
3032
3151
|
font-size:9.0pt;
|
3033
3152
|
mso-bidi-font-size:$normalfontsize;
|
3034
|
-
font-
|
3153
|
+
font-family:$bodyfont;
|
3035
3154
|
mso-fareast-font-family:Calibri;
|
3036
3155
|
mso-bidi-font-family:"Times New Roman";
|
3037
3156
|
mso-ansi-language:EN-GB;
|
@@ -3051,7 +3170,7 @@ p.KeyTitle, li.KeyTitle, div.KeyTitle
|
|
3051
3170
|
tab-stops:17.3pt;
|
3052
3171
|
font-size:9.0pt;
|
3053
3172
|
mso-bidi-font-size:$normalfontsize;
|
3054
|
-
font-
|
3173
|
+
font-family:$bodyfont;
|
3055
3174
|
mso-fareast-font-family:Calibri;
|
3056
3175
|
mso-bidi-font-family:"Times New Roman";
|
3057
3176
|
mso-ansi-language:EN-GB;
|
@@ -3072,7 +3191,7 @@ p.ListContinue1, li.ListContinue1, div.ListContinue1
|
|
3072
3191
|
line-height:12.0pt;
|
3073
3192
|
mso-pagination:widow-orphan;
|
3074
3193
|
font-size:$normalfontsize;
|
3075
|
-
font-
|
3194
|
+
font-family:$bodyfont;
|
3076
3195
|
mso-fareast-font-family:Calibri;
|
3077
3196
|
mso-bidi-font-family:"Times New Roman";
|
3078
3197
|
mso-ansi-language:EN-GB;
|
@@ -3092,7 +3211,7 @@ p.ListContinue1-, li.ListContinue1-, div.ListContinue1-
|
|
3092
3211
|
mso-pagination:widow-orphan;
|
3093
3212
|
font-size:10.0pt;
|
3094
3213
|
mso-bidi-font-size:$normalfontsize;
|
3095
|
-
font-
|
3214
|
+
font-family:$bodyfont;
|
3096
3215
|
mso-fareast-font-family:Calibri;
|
3097
3216
|
mso-bidi-font-family:"Times New Roman";
|
3098
3217
|
mso-ansi-language:EN-GB;
|
@@ -3131,7 +3250,7 @@ p.ListContinue3-, li.ListContinue3-, div.ListContinue3-
|
|
3131
3250
|
mso-pagination:widow-orphan;
|
3132
3251
|
font-size:10.0pt;
|
3133
3252
|
mso-bidi-font-size:$normalfontsize;
|
3134
|
-
font-
|
3253
|
+
font-family:$bodyfont;
|
3135
3254
|
mso-fareast-font-family:Calibri;
|
3136
3255
|
mso-bidi-font-family:"Times New Roman";
|
3137
3256
|
mso-ansi-language:EN-GB;
|
@@ -3151,7 +3270,7 @@ p.ListContinue4-, li.ListContinue4-, div.ListContinue4-
|
|
3151
3270
|
mso-pagination:widow-orphan;
|
3152
3271
|
font-size:10.0pt;
|
3153
3272
|
mso-bidi-font-size:$normalfontsize;
|
3154
|
-
font-
|
3273
|
+
font-family:$bodyfont;
|
3155
3274
|
mso-fareast-font-family:Calibri;
|
3156
3275
|
mso-bidi-font-family:"Times New Roman";
|
3157
3276
|
mso-ansi-language:EN-GB;
|
@@ -3170,7 +3289,7 @@ p.ListNumber1, li.ListNumber1, div.ListNumber1
|
|
3170
3289
|
line-height:12.0pt;
|
3171
3290
|
mso-pagination:widow-orphan;
|
3172
3291
|
font-size:$normalfontsize;
|
3173
|
-
font-
|
3292
|
+
font-family:$bodyfont;
|
3174
3293
|
mso-fareast-font-family:Calibri;
|
3175
3294
|
mso-bidi-font-family:"Times New Roman";
|
3176
3295
|
mso-ansi-language:EN-GB;
|
@@ -3190,7 +3309,7 @@ p.ListNumber1-, li.ListNumber1-, div.ListNumber1-
|
|
3190
3309
|
mso-pagination:widow-orphan;
|
3191
3310
|
font-size:10.0pt;
|
3192
3311
|
mso-bidi-font-size:$normalfontsize;
|
3193
|
-
font-
|
3312
|
+
font-family:$bodyfont;
|
3194
3313
|
mso-fareast-font-family:Calibri;
|
3195
3314
|
mso-bidi-font-family:"Times New Roman";
|
3196
3315
|
mso-ansi-language:EN-GB;
|
@@ -3211,7 +3330,7 @@ p.ListNumber2-, li.ListNumber2-, div.ListNumber2-
|
|
3211
3330
|
mso-pagination:widow-orphan;
|
3212
3331
|
font-size:10.0pt;
|
3213
3332
|
mso-bidi-font-size:$normalfontsize;
|
3214
|
-
font-
|
3333
|
+
font-family:$bodyfont;
|
3215
3334
|
mso-fareast-font-family:Calibri;
|
3216
3335
|
mso-bidi-font-family:"Times New Roman";
|
3217
3336
|
mso-ansi-language:EN-GB;
|
@@ -3231,7 +3350,7 @@ p.ListNumber3-, li.ListNumber3-, div.ListNumber3-
|
|
3231
3350
|
mso-pagination:widow-orphan;
|
3232
3351
|
font-size:10.0pt;
|
3233
3352
|
mso-bidi-font-size:$normalfontsize;
|
3234
|
-
font-
|
3353
|
+
font-family:$bodyfont;
|
3235
3354
|
mso-fareast-font-family:Calibri;
|
3236
3355
|
mso-bidi-font-family:"Times New Roman";
|
3237
3356
|
mso-ansi-language:EN-GB;
|
@@ -3251,7 +3370,7 @@ p.ListNumber4-, li.ListNumber4-, div.ListNumber4-
|
|
3251
3370
|
mso-pagination:widow-orphan;
|
3252
3371
|
font-size:10.0pt;
|
3253
3372
|
mso-bidi-font-size:$normalfontsize;
|
3254
|
-
font-
|
3373
|
+
font-family:$bodyfont;
|
3255
3374
|
mso-fareast-font-family:Calibri;
|
3256
3375
|
mso-bidi-font-family:"Times New Roman";
|
3257
3376
|
mso-ansi-language:EN-GB;
|
@@ -3269,7 +3388,7 @@ p.Tabletitle0, li.Tabletitle0, div.Tabletitle0
|
|
3269
3388
|
mso-pagination:widow-orphan;
|
3270
3389
|
mso-hyphenate:none;
|
3271
3390
|
font-size:$normalfontsize;
|
3272
|
-
font-
|
3391
|
+
font-family:$bodyfont;
|
3273
3392
|
mso-fareast-font-family:Calibri;
|
3274
3393
|
mso-bidi-font-family:"Times New Roman";
|
3275
3394
|
mso-ansi-language:EN-GB;
|
@@ -3289,7 +3408,7 @@ p.Tablebody-, li.Tablebody-, div.Tablebody-
|
|
3289
3408
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3290
3409
|
font-size:9.0pt;
|
3291
3410
|
mso-bidi-font-size:$normalfontsize;
|
3292
|
-
font-
|
3411
|
+
font-family:$bodyfont;
|
3293
3412
|
mso-fareast-font-family:Calibri;
|
3294
3413
|
mso-bidi-font-family:"Times New Roman";
|
3295
3414
|
mso-ansi-language:EN-GB;
|
@@ -3307,7 +3426,7 @@ p.Tablebody--, li.Tablebody--, div.Tablebody--
|
|
3307
3426
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3308
3427
|
font-size:8.0pt;
|
3309
3428
|
mso-bidi-font-size:$normalfontsize;
|
3310
|
-
font-
|
3429
|
+
font-family:$bodyfont;
|
3311
3430
|
mso-fareast-font-family:Calibri;
|
3312
3431
|
mso-bidi-font-family:"Times New Roman";
|
3313
3432
|
mso-ansi-language:EN-GB;
|
@@ -3324,7 +3443,7 @@ p.Tablebody0, li.Tablebody0, div.Tablebody0
|
|
3324
3443
|
mso-pagination:widow-orphan;
|
3325
3444
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3326
3445
|
font-size:$normalfontsize;
|
3327
|
-
font-
|
3446
|
+
font-family:$bodyfont;
|
3328
3447
|
mso-fareast-font-family:Calibri;
|
3329
3448
|
mso-bidi-font-family:"Times New Roman";
|
3330
3449
|
mso-ansi-language:EN-GB;
|
@@ -3344,7 +3463,7 @@ p.Tablefooter, li.Tablefooter, div.Tablefooter
|
|
3344
3463
|
tab-stops:17.3pt;
|
3345
3464
|
font-size:9.0pt;
|
3346
3465
|
mso-bidi-font-size:$normalfontsize;
|
3347
|
-
font-
|
3466
|
+
font-family:$bodyfont;
|
3348
3467
|
mso-fareast-font-family:Calibri;
|
3349
3468
|
mso-bidi-font-family:"Times New Roman";
|
3350
3469
|
mso-ansi-language:EN-GB;
|
@@ -3362,7 +3481,7 @@ p.Tableheader, li.Tableheader, div.Tableheader
|
|
3362
3481
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3363
3482
|
font-size:10.0pt;
|
3364
3483
|
mso-bidi-font-size:$normalfontsize;
|
3365
|
-
font-
|
3484
|
+
font-family:$bodyfont;
|
3366
3485
|
mso-fareast-font-family:Calibri;
|
3367
3486
|
mso-bidi-font-family:"Times New Roman";
|
3368
3487
|
mso-ansi-language:EN-GB;
|
@@ -3380,7 +3499,7 @@ p.Tableheader-, li.Tableheader-, div.Tableheader-
|
|
3380
3499
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3381
3500
|
font-size:9.0pt;
|
3382
3501
|
mso-bidi-font-size:$normalfontsize;
|
3383
|
-
font-
|
3502
|
+
font-family:$bodyfont;
|
3384
3503
|
mso-fareast-font-family:Calibri;
|
3385
3504
|
mso-bidi-font-family:"Times New Roman";
|
3386
3505
|
mso-ansi-language:EN-GB;
|
@@ -3398,7 +3517,7 @@ p.Tableheader--, li.Tableheader--, div.Tableheader--
|
|
3398
3517
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3399
3518
|
font-size:8.0pt;
|
3400
3519
|
mso-bidi-font-size:$normalfontsize;
|
3401
|
-
font-
|
3520
|
+
font-family:$bodyfont;
|
3402
3521
|
mso-fareast-font-family:Calibri;
|
3403
3522
|
mso-bidi-font-family:"Times New Roman";
|
3404
3523
|
mso-ansi-language:EN-GB;
|
@@ -3415,7 +3534,7 @@ p.Tableheader0, li.Tableheader0, div.Tableheader0
|
|
3415
3534
|
mso-pagination:widow-orphan;
|
3416
3535
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3417
3536
|
font-size:$normalfontsize;
|
3418
|
-
font-
|
3537
|
+
font-family:$bodyfont;
|
3419
3538
|
mso-fareast-font-family:Calibri;
|
3420
3539
|
mso-bidi-font-family:"Times New Roman";
|
3421
3540
|
mso-ansi-language:EN-GB;
|
@@ -3434,7 +3553,7 @@ p.Notice, li.Notice, div.Notice
|
|
3434
3553
|
mso-pagination:widow-orphan;
|
3435
3554
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3436
3555
|
font-size:$normalfontsize;
|
3437
|
-
font-
|
3556
|
+
font-family:$bodyfont;
|
3438
3557
|
mso-fareast-font-family:Calibri;
|
3439
3558
|
mso-bidi-font-family:"Times New Roman";
|
3440
3559
|
mso-ansi-language:EN-GB;
|
@@ -3453,7 +3572,7 @@ p.p2, li.p2, div.p2
|
|
3453
3572
|
mso-pagination:widow-orphan;
|
3454
3573
|
tab-stops:28.1pt;
|
3455
3574
|
font-size:$normalfontsize;
|
3456
|
-
font-
|
3575
|
+
font-family:$bodyfont;
|
3457
3576
|
mso-fareast-font-family:Calibri;
|
3458
3577
|
mso-bidi-font-family:"Times New Roman";
|
3459
3578
|
mso-ansi-language:EN-GB;
|
@@ -3472,7 +3591,7 @@ p.p3, li.p3, div.p3
|
|
3472
3591
|
mso-pagination:widow-orphan;
|
3473
3592
|
tab-stops:36.0pt;
|
3474
3593
|
font-size:$normalfontsize;
|
3475
|
-
font-
|
3594
|
+
font-family:$bodyfont;
|
3476
3595
|
mso-fareast-font-family:Calibri;
|
3477
3596
|
mso-bidi-font-family:"Times New Roman";
|
3478
3597
|
mso-ansi-language:EN-GB;
|
@@ -3491,7 +3610,7 @@ p.p4, li.p4, div.p4
|
|
3491
3610
|
mso-pagination:widow-orphan;
|
3492
3611
|
tab-stops:54.7pt;
|
3493
3612
|
font-size:$normalfontsize;
|
3494
|
-
font-
|
3613
|
+
font-family:$bodyfont;
|
3495
3614
|
mso-fareast-font-family:Calibri;
|
3496
3615
|
mso-bidi-font-family:"Times New Roman";
|
3497
3616
|
mso-ansi-language:EN-GB;
|
@@ -3510,7 +3629,7 @@ p.p5, li.p5, div.p5
|
|
3510
3629
|
mso-pagination:widow-orphan;
|
3511
3630
|
tab-stops:54.7pt;
|
3512
3631
|
font-size:$normalfontsize;
|
3513
|
-
font-
|
3632
|
+
font-family:$bodyfont;
|
3514
3633
|
mso-fareast-font-family:Calibri;
|
3515
3634
|
mso-bidi-font-family:"Times New Roman";
|
3516
3635
|
mso-ansi-language:EN-GB;
|
@@ -3529,7 +3648,7 @@ p.p6, li.p6, div.p6
|
|
3529
3648
|
mso-pagination:widow-orphan;
|
3530
3649
|
tab-stops:72.0pt;
|
3531
3650
|
font-size:$normalfontsize;
|
3532
|
-
font-
|
3651
|
+
font-family:$bodyfont;
|
3533
3652
|
mso-fareast-font-family:Calibri;
|
3534
3653
|
mso-bidi-font-family:"Times New Roman";
|
3535
3654
|
mso-ansi-language:EN-GB;
|
@@ -3547,7 +3666,7 @@ p.RefNorm, li.RefNorm, div.RefNorm
|
|
3547
3666
|
line-height:12.0pt;
|
3548
3667
|
mso-pagination:widow-orphan;
|
3549
3668
|
font-size:$normalfontsize;
|
3550
|
-
font-
|
3669
|
+
font-family:$bodyfont;
|
3551
3670
|
mso-fareast-font-family:Calibri;
|
3552
3671
|
mso-bidi-font-family:"Times New Roman";
|
3553
3672
|
mso-ansi-language:EN-GB;
|
@@ -3567,7 +3686,7 @@ p.Notecontinued, li.Notecontinued, div.Notecontinued
|
|
3567
3686
|
tab-stops:48.25pt;
|
3568
3687
|
font-size:$smallerfontsize;
|
3569
3688
|
mso-bidi-font-size:$normalfontsize;
|
3570
|
-
font-
|
3689
|
+
font-family:$bodyfont;
|
3571
3690
|
mso-fareast-font-family:Calibri;
|
3572
3691
|
mso-bidi-font-family:"Times New Roman";
|
3573
3692
|
mso-ansi-language:EN-GB;
|
@@ -3587,7 +3706,7 @@ p.Noteindent, li.Noteindent, div.Noteindent
|
|
3587
3706
|
tab-stops:68.4pt;
|
3588
3707
|
font-size:$smallerfontsize;
|
3589
3708
|
mso-bidi-font-size:$normalfontsize;
|
3590
|
-
font-
|
3709
|
+
font-family:$bodyfont;
|
3591
3710
|
mso-fareast-font-family:Calibri;
|
3592
3711
|
mso-bidi-font-family:"Times New Roman";
|
3593
3712
|
mso-ansi-language:EN-GB;
|
@@ -3608,7 +3727,7 @@ p.Noteindentcontinued, li.Noteindentcontinued, div.Noteindentcontinued
|
|
3608
3727
|
tab-stops:68.4pt;
|
3609
3728
|
font-size:$smallerfontsize;
|
3610
3729
|
mso-bidi-font-size:$normalfontsize;
|
3611
|
-
font-
|
3730
|
+
font-family:$bodyfont;
|
3612
3731
|
mso-fareast-font-family:Calibri;
|
3613
3732
|
mso-bidi-font-family:"Times New Roman";
|
3614
3733
|
mso-ansi-language:EN-GB;
|
@@ -3735,7 +3854,7 @@ p.ListNumber5-, li.ListNumber5-, div.ListNumber5-
|
|
3735
3854
|
mso-pagination:widow-orphan;
|
3736
3855
|
font-size:$smallerfontsize;
|
3737
3856
|
mso-bidi-font-size:$normalfontsize;
|
3738
|
-
font-
|
3857
|
+
font-family:$bodyfont;
|
3739
3858
|
mso-fareast-font-family:Calibri;
|
3740
3859
|
mso-bidi-font-family:"Times New Roman";
|
3741
3860
|
mso-ansi-language:EN-GB;
|
@@ -3756,7 +3875,7 @@ p.ListContinue5-, li.ListContinue5-, div.ListContinue5-
|
|
3756
3875
|
mso-pagination:widow-orphan;
|
3757
3876
|
font-size:$smallerfontsize;
|
3758
3877
|
mso-bidi-font-size:$normalfontsize;
|
3759
|
-
font-
|
3878
|
+
font-family:$bodyfont;
|
3760
3879
|
mso-fareast-font-family:Calibri;
|
3761
3880
|
mso-bidi-font-family:"Times New Roman";
|
3762
3881
|
mso-ansi-language:EN-GB;
|
@@ -3776,7 +3895,7 @@ p.BiblioText, li.BiblioText, div.BiblioText
|
|
3776
3895
|
mso-pagination:widow-orphan;
|
3777
3896
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3778
3897
|
font-size:$normalfontsize;
|
3779
|
-
font-
|
3898
|
+
font-family:$bodyfont;
|
3780
3899
|
mso-fareast-font-family:Calibri;
|
3781
3900
|
mso-bidi-font-family:"Times New Roman";
|
3782
3901
|
mso-ansi-language:EN-GB;
|
@@ -3793,7 +3912,7 @@ p.FigureImage, li.FigureImage, div.FigureImage
|
|
3793
3912
|
line-height:12.0pt;
|
3794
3913
|
mso-pagination:widow-orphan;
|
3795
3914
|
font-size:$normalfontsize;
|
3796
|
-
font-
|
3915
|
+
font-family:$bodyfont;
|
3797
3916
|
mso-fareast-font-family:Calibri;
|
3798
3917
|
mso-bidi-font-family:"Times New Roman";
|
3799
3918
|
mso-ansi-language:EN-GB;
|
@@ -3815,7 +3934,7 @@ p.Figuredescription, li.Figuredescription, div.Figuredescription
|
|
3815
3934
|
mso-pattern:gray-10 auto;
|
3816
3935
|
font-size:$normalfontsize;
|
3817
3936
|
mso-bidi-font-size:12.0pt;
|
3818
|
-
font-
|
3937
|
+
font-family:$bodyfont;
|
3819
3938
|
mso-fareast-font-family:Calibri;
|
3820
3939
|
mso-bidi-font-family:"Times New Roman";
|
3821
3940
|
mso-ansi-language:EN-GB;
|
@@ -3838,7 +3957,7 @@ p.Formuladescription, li.Formuladescription, div.Formuladescription
|
|
3838
3957
|
mso-pattern:gray-10 auto;
|
3839
3958
|
font-size:$normalfontsize;
|
3840
3959
|
mso-bidi-font-size:12.0pt;
|
3841
|
-
font-
|
3960
|
+
font-family:$bodyfont;
|
3842
3961
|
mso-fareast-font-family:Calibri;
|
3843
3962
|
mso-bidi-font-family:"Times New Roman";
|
3844
3963
|
mso-ansi-language:EN-GB;
|
@@ -3860,7 +3979,7 @@ p.Tabledescription, li.Tabledescription, div.Tabledescription
|
|
3860
3979
|
mso-pattern:gray-10 auto;
|
3861
3980
|
font-size:$normalfontsize;
|
3862
3981
|
mso-bidi-font-size:12.0pt;
|
3863
|
-
font-
|
3982
|
+
font-family:$bodyfont;
|
3864
3983
|
mso-fareast-font-family:Calibri;
|
3865
3984
|
mso-bidi-font-family:"Times New Roman";
|
3866
3985
|
mso-ansi-language:EN-GB;
|
@@ -3881,7 +4000,7 @@ p.Box-begin, li.Box-begin, div.Box-begin
|
|
3881
4000
|
background:#D9D9D9;
|
3882
4001
|
font-size:$normalfontsize;
|
3883
4002
|
mso-bidi-font-size:12.0pt;
|
3884
|
-
font-
|
4003
|
+
font-family:$bodyfont;
|
3885
4004
|
mso-fareast-font-family:Calibri;
|
3886
4005
|
mso-bidi-font-family:"Times New Roman";
|
3887
4006
|
mso-ansi-language:EN-GB;
|
@@ -3900,7 +4019,7 @@ p.Box-end, li.Box-end, div.Box-end
|
|
3900
4019
|
background:#D9D9D9;
|
3901
4020
|
font-size:$normalfontsize;
|
3902
4021
|
mso-bidi-font-size:12.0pt;
|
3903
|
-
font-
|
4022
|
+
font-family:$bodyfont;
|
3904
4023
|
mso-fareast-font-family:Calibri;
|
3905
4024
|
mso-bidi-font-family:"Times New Roman";
|
3906
4025
|
mso-ansi-language:EN-GB;
|
@@ -3919,7 +4038,7 @@ p.Box-title, li.Box-title, div.Box-title
|
|
3919
4038
|
background:#E6E6E6;
|
3920
4039
|
font-size:13.0pt;
|
3921
4040
|
mso-bidi-font-size:12.0pt;
|
3922
|
-
font-
|
4041
|
+
font-family:$bodyfont;
|
3923
4042
|
mso-fareast-font-family:Calibri;
|
3924
4043
|
mso-bidi-font-family:"Times New Roman";
|
3925
4044
|
mso-ansi-language:EN-GB;
|
@@ -3944,7 +4063,7 @@ p.FrontHead, li.FrontHead, div.FrontHead
|
|
3944
4063
|
mso-hyphenate:none;
|
3945
4064
|
font-size:14.0pt;
|
3946
4065
|
mso-bidi-font-size:$normalfontsize;
|
3947
|
-
font-
|
4066
|
+
font-family:$headerfont;
|
3948
4067
|
mso-fareast-font-family:Calibri;
|
3949
4068
|
mso-bidi-font-family:"Times New Roman";
|
3950
4069
|
mso-ansi-language:EN-GB;
|
@@ -3965,7 +4084,7 @@ p.IndexHead, li.IndexHead, div.IndexHead
|
|
3965
4084
|
mso-pagination:widow-orphan;
|
3966
4085
|
mso-outline-level:1;
|
3967
4086
|
font-size:14.0pt;
|
3968
|
-
font-
|
4087
|
+
font-family:$headerfont;
|
3969
4088
|
mso-fareast-font-family:Calibri;
|
3970
4089
|
mso-bidi-font-family:"Times New Roman";
|
3971
4090
|
mso-ansi-language:EN-GB;
|
@@ -3986,7 +4105,7 @@ p.BodyTextIndent22, li.BodyTextIndent22, div.BodyTextIndent22
|
|
3986
4105
|
mso-pagination:widow-orphan;
|
3987
4106
|
font-size:$normalfontsize;
|
3988
4107
|
mso-bidi-font-size:$smallerfontsize;
|
3989
|
-
font-
|
4108
|
+
font-family:$bodyfont;
|
3990
4109
|
mso-fareast-font-family:"MS Mincho";
|
3991
4110
|
mso-bidi-font-family:"Times New Roman";
|
3992
4111
|
mso-ansi-language:EN-GB;
|
@@ -4005,7 +4124,7 @@ p.BodyTextIndent32, li.BodyTextIndent32, div.BodyTextIndent32
|
|
4005
4124
|
mso-pagination:widow-orphan;
|
4006
4125
|
font-size:$normalfontsize;
|
4007
4126
|
mso-bidi-font-size:$smallerfontsize;
|
4008
|
-
font-
|
4127
|
+
font-family:$bodyfont;
|
4009
4128
|
mso-fareast-font-family:"MS Mincho";
|
4010
4129
|
mso-bidi-font-family:"Times New Roman";
|
4011
4130
|
mso-ansi-language:EN-GB;
|
@@ -4025,7 +4144,7 @@ p.Exampleindent2, li.Exampleindent2, div.Exampleindent2
|
|
4025
4144
|
tab-stops:67.7pt 87.9pt;
|
4026
4145
|
font-size:$smallerfontsize;
|
4027
4146
|
mso-bidi-font-size:$normalfontsize;
|
4028
|
-
font-
|
4147
|
+
font-family:$bodyfont;
|
4029
4148
|
mso-fareast-font-family:Calibri;
|
4030
4149
|
mso-bidi-font-family:"Times New Roman";
|
4031
4150
|
mso-ansi-language:EN-GB;
|
@@ -4045,7 +4164,7 @@ p.Exampleindent2continued, li.Exampleindent2continued, div.Exampleindent2continu
|
|
4045
4164
|
tab-stops:19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
4046
4165
|
font-size:$smallerfontsize;
|
4047
4166
|
mso-bidi-font-size:$normalfontsize;
|
4048
|
-
font-
|
4167
|
+
font-family:$bodyfont;
|
4049
4168
|
mso-fareast-font-family:Calibri;
|
4050
4169
|
mso-bidi-font-family:"Times New Roman";
|
4051
4170
|
mso-ansi-language:EN-GB;
|
@@ -4065,7 +4184,7 @@ p.Noteindent2continued, li.Noteindent2continued, div.Noteindent2continued
|
|
4065
4184
|
tab-stops:87.9pt;
|
4066
4185
|
font-size:$smallerfontsize;
|
4067
4186
|
mso-bidi-font-size:$normalfontsize;
|
4068
|
-
font-
|
4187
|
+
font-family:$bodyfont;
|
4069
4188
|
mso-fareast-font-family:Calibri;
|
4070
4189
|
mso-bidi-font-family:"Times New Roman";
|
4071
4190
|
mso-ansi-language:EN-GB;
|
@@ -4085,7 +4204,7 @@ p.Noteindent2, li.Noteindent2, div.Noteindent2
|
|
4085
4204
|
tab-stops:87.9pt;
|
4086
4205
|
font-size:$smallerfontsize;
|
4087
4206
|
mso-bidi-font-size:$normalfontsize;
|
4088
|
-
font-
|
4207
|
+
font-family:$bodyfont;
|
4089
4208
|
mso-fareast-font-family:Calibri;
|
4090
4209
|
mso-bidi-font-family:"Times New Roman";
|
4091
4210
|
mso-ansi-language:EN-GB;
|