metanorma-iso 2.0.8 → 2.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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
@@ -56,7 +56,7 @@ p.Biblio, li.Biblio, div.Biblio, p.biblio, li.biblio, div.biblio {
|
|
56
56
|
mso-bidi-font-family: {{bodyfont}};
|
57
57
|
mso-ansi-language: EN-GB; }
|
58
58
|
|
59
|
-
p.NormRef, li.NormRef, div.NormRef
|
59
|
+
p.NormRef, li.NormRef, div.NormRef {
|
60
60
|
mso-style-name: normref;
|
61
61
|
mso-style-unhide: no;
|
62
62
|
mso-style-qformat: yes;
|
@@ -75,7 +75,7 @@ p.NormRef, li.NormRef, div.NormRef, p.normref, li.normref, div.normref {
|
|
75
75
|
mso-bidi-font-family: {{bodyfont}};
|
76
76
|
mso-ansi-language: EN-GB; }
|
77
77
|
|
78
|
-
p.FigureTitle, li.FigureTitle, div.FigureTitle
|
78
|
+
p.FigureTitle, li.FigureTitle, div.FigureTitle {
|
79
79
|
mso-style-name: figuretitle;
|
80
80
|
mso-style-unhide: no;
|
81
81
|
mso-style-qformat: yes;
|
@@ -339,7 +339,7 @@ span.AnnexTableTitleChar {
|
|
339
339
|
font-weight: bold;
|
340
340
|
mso-bidi-font-weight: normal; }
|
341
341
|
|
342
|
-
p.AdmonitionTitle
|
342
|
+
p.AdmonitionTitle {
|
343
343
|
mso-style-name: recommendationtitle;
|
344
344
|
mso-style-unhide: no;
|
345
345
|
mso-style-qformat: yes;
|
@@ -382,7 +382,7 @@ p.recommendationtitle, li.recommendationtitle, div.recommendationtitle {
|
|
382
382
|
mso-fareast-language: ZH-CN;
|
383
383
|
font-weight: bold; }
|
384
384
|
|
385
|
-
p.SourceTitle
|
385
|
+
p.SourceTitle {
|
386
386
|
mso-style-name: sourcetitle;
|
387
387
|
mso-style-unhide: no;
|
388
388
|
mso-style-qformat: yes;
|
@@ -402,11 +402,11 @@ p.SourceTitle, p.sourcetitle, li.sourcetitle, div.sourcetitle {
|
|
402
402
|
mso-bidi-font-family: {{bodyfont}};
|
403
403
|
mso-ansi-language: EN-GB; }
|
404
404
|
|
405
|
-
p.Tabletitle, li.Tabletitle, div.Tabletitle
|
406
|
-
mso-style-name:
|
405
|
+
p.Tabletitle, li.Tabletitle, div.Tabletitle {
|
406
|
+
mso-style-name: "Table title";
|
407
407
|
mso-style-unhide: no;
|
408
408
|
mso-style-qformat: yes;
|
409
|
-
mso-style-parent: "";
|
409
|
+
mso-style-parent: "Figure title";
|
410
410
|
margin-top: 0cm;
|
411
411
|
margin-right: 0cm;
|
412
412
|
margin-bottom: 6.0pt;
|
@@ -551,8 +551,8 @@ span.AnnexFigureTitleChar {
|
|
551
551
|
mso-ansi-language: EN-GB;
|
552
552
|
font-weight: bold; }
|
553
553
|
|
554
|
-
p.Note, div.Note, li.Note
|
555
|
-
mso-style-name:
|
554
|
+
p.Note, div.Note, li.Note {
|
555
|
+
mso-style-name: Note;
|
556
556
|
mso-style-unhide: no;
|
557
557
|
mso-style-qformat: yes;
|
558
558
|
mso-style-parent: "";
|
@@ -596,8 +596,8 @@ p.tablefootnote, li.tablefootnote, div.tablefootnote {
|
|
596
596
|
|
597
597
|
p.ANNEX, li.ANNEX, div.ANNEX {
|
598
598
|
mso-style-name: ANNEX;
|
599
|
-
mso-style-priority: 10;
|
600
599
|
mso-style-unhide: no;
|
600
|
+
mso-style-parent: Base_Heading;
|
601
601
|
mso-style-next: Normal;
|
602
602
|
margin-top: 0cm;
|
603
603
|
margin-right: 0cm;
|
@@ -611,13 +611,12 @@ p.ANNEX, li.ANNEX, div.ANNEX {
|
|
611
611
|
mso-pagination: widow-orphan;
|
612
612
|
page-break-after: avoid;
|
613
613
|
mso-outline-level: 1;
|
614
|
-
mso-list:
|
615
|
-
tab-stops: 20.15pt;
|
614
|
+
mso-list: l11 level1 lfo4;
|
616
615
|
font-size: 14.0pt;
|
617
|
-
mso-bidi-font-size:
|
616
|
+
mso-bidi-font-size: 10.0pt;
|
618
617
|
font-family: {{headerfont}};
|
619
|
-
mso-fareast-font-family: "
|
620
|
-
mso-bidi-font-family:
|
618
|
+
mso-fareast-font-family: "MS Mincho";
|
619
|
+
mso-bidi-font-family: "Times New Roman";
|
621
620
|
mso-ansi-language: EN-GB;
|
622
621
|
mso-fareast-language: JA;
|
623
622
|
font-weight: bold;
|
@@ -667,26 +666,26 @@ p.Definition, li.Definition, div.Definition {
|
|
667
666
|
|
668
667
|
p.ForewordTitle, li.ForewordTitle, div.ForewordTitle {
|
669
668
|
mso-style-name: "Foreword Title";
|
670
|
-
mso-style-noshow: yes;
|
671
669
|
mso-style-unhide: no;
|
670
|
+
mso-style-parent: Base_Heading;
|
672
671
|
margin-top: 15.5pt;
|
673
672
|
margin-right: 0cm;
|
674
673
|
margin-bottom: 15.5pt;
|
675
674
|
margin-left: 0cm;
|
676
|
-
text-align: justify;
|
677
675
|
line-height: 15.5pt;
|
678
676
|
page-break-before: always;
|
677
|
+
tab-stops: 20.15pt;
|
679
678
|
mso-pagination: widow-orphan;
|
680
679
|
page-break-after: avoid;
|
681
680
|
mso-outline-level: 1;
|
682
681
|
mso-hyphenate: none;
|
683
|
-
tab-stops: 20.15pt;
|
684
682
|
font-size: 14.0pt;
|
685
|
-
mso-bidi-font-size:
|
683
|
+
mso-bidi-font-size: 11.0pt;
|
686
684
|
font-family: {{headerfont}};
|
687
|
-
mso-fareast-font-family:
|
688
|
-
mso-bidi-font-family:
|
685
|
+
mso-fareast-font-family: Calibri;
|
686
|
+
mso-bidi-font-family: "Times New Roman";
|
689
687
|
mso-ansi-language: EN-GB;
|
688
|
+
mso-fareast-language: EN-US;
|
690
689
|
font-weight: bold;
|
691
690
|
mso-bidi-font-weight: normal; }
|
692
691
|
|
@@ -714,9 +713,10 @@ p.IntroTitle, li.IntroTitle, div.IntroTitle {
|
|
714
713
|
mso-ansi-language: EN-GB;
|
715
714
|
font-weight: bold;
|
716
715
|
page-break-before: always;
|
717
|
-
mso-bidi-font-weight: normal;
|
716
|
+
mso-bidi-font-weight: normal;
|
717
|
+
page-break-before: always; }
|
718
718
|
|
719
|
-
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead
|
719
|
+
p.TitlePageSubhead, li.TitlePageSubhead, div.TitlePageSubhead {
|
720
720
|
mso-style-name: titlepagesubhead;
|
721
721
|
mso-style-noshow: yes;
|
722
722
|
mso-style-unhide: no;
|
@@ -895,7 +895,7 @@ p.zzAddress, p.zzaddress, li.zzaddress, div.zzaddress {
|
|
895
895
|
font-size: 10.0pt;
|
896
896
|
font-family: {{bodyfont}}; }
|
897
897
|
|
898
|
-
p.zzWarning
|
898
|
+
p.zzWarning {
|
899
899
|
mso-style-name: zzwarning;
|
900
900
|
mso-style-unhide: no;
|
901
901
|
mso-margin-top-alt: auto;
|
@@ -911,7 +911,7 @@ p.zzWarning, p.zzwarning, li.zzwarning, div.zzwarning {
|
|
911
911
|
mso-bidi-font-weight: bold;
|
912
912
|
font-family: {{bodyfont}}; }
|
913
913
|
|
914
|
-
p.zzWarningHdr
|
914
|
+
p.zzWarningHdr {
|
915
915
|
mso-style-name: zzwarninghdr;
|
916
916
|
mso-style-unhide: no;
|
917
917
|
mso-margin-top-alt: auto;
|
@@ -1033,7 +1033,7 @@ p.Quote, li.Quote, div.Quote {
|
|
1033
1033
|
mso-bidi-font-family: {{bodyfont}};
|
1034
1034
|
mso-ansi-language: EN-GB; }
|
1035
1035
|
|
1036
|
-
p.QuoteAttribution
|
1036
|
+
p.QuoteAttribution {
|
1037
1037
|
mso-style-name: quoteattribution;
|
1038
1038
|
mso-style-unhide: no;
|
1039
1039
|
mso-margin-top-alt: auto;
|
@@ -1049,7 +1049,7 @@ p.QuoteAttribution, p.quoteattribution, li.quoteattribution, div.quoteattributio
|
|
1049
1049
|
mso-ansi-language: EN-HK;
|
1050
1050
|
mso-fareast-language: JA; }
|
1051
1051
|
|
1052
|
-
p.Admonition, li.Admonition, div.Admonition
|
1052
|
+
p.Admonition, li.Admonition, div.Admonition {
|
1053
1053
|
mso-style-name: admonition;
|
1054
1054
|
mso-style-priority: 99;
|
1055
1055
|
mso-margin-top-alt: auto;
|
@@ -1086,6 +1086,47 @@ p.Code, li.Code, div.Code {
|
|
1086
1086
|
mso-bidi-font-family: "Cambria";
|
1087
1087
|
mso-ansi-language: EN-GB; }
|
1088
1088
|
|
1089
|
+
span.ISOCode {
|
1090
|
+
mso-style-name: ISOCode;
|
1091
|
+
mso-style-unhide: no;
|
1092
|
+
mso-ansi-font-size: 11.0pt;
|
1093
|
+
mso-bidi-font-size: 14.0pt;
|
1094
|
+
font-family: {{monospacefont}};
|
1095
|
+
mso-ascii-font-family: "Courier New";
|
1096
|
+
mso-hansi-font-family: "Courier New";
|
1097
|
+
mso-bidi-font-family: "Courier New";
|
1098
|
+
font-weight: normal;
|
1099
|
+
font-style: normal;
|
1100
|
+
mso-no-proof: yes; }
|
1101
|
+
|
1102
|
+
span.ISOCodeitalic {
|
1103
|
+
mso-style-name: ISOCode_italic;
|
1104
|
+
mso-style-unhide: no;
|
1105
|
+
mso-ansi-font-size: 11.0pt;
|
1106
|
+
mso-bidi-font-size: 14.0pt;
|
1107
|
+
font-family: {{monospacefont}};
|
1108
|
+
mso-ascii-font-family: "Courier New";
|
1109
|
+
mso-hansi-font-family: "Courier New";
|
1110
|
+
mso-bidi-font-family: "Courier New";
|
1111
|
+
font-weight: normal;
|
1112
|
+
font-style: italic;
|
1113
|
+
mso-bidi-font-style: normal;
|
1114
|
+
mso-no-proof: yes; }
|
1115
|
+
|
1116
|
+
span.ISOCodebold {
|
1117
|
+
mso-style-name: ISOCode_bold;
|
1118
|
+
mso-style-unhide: no;
|
1119
|
+
mso-ansi-font-size: 11.0pt;
|
1120
|
+
mso-bidi-font-size: 14.0pt;
|
1121
|
+
font-family: {{monospacefont}};
|
1122
|
+
mso-ascii-font-family: "Courier New";
|
1123
|
+
mso-hansi-font-family: "Courier New";
|
1124
|
+
mso-bidi-font-family: "Courier New";
|
1125
|
+
font-weight: bold;
|
1126
|
+
mso-bidi-font-weight: normal;
|
1127
|
+
font-style: normal;
|
1128
|
+
mso-no-proof: yes; }
|
1129
|
+
|
1089
1130
|
p.Formula, li.Formula, div.Formula {
|
1090
1131
|
mso-style-name: Formula;
|
1091
1132
|
mso-style-noshow: yes;
|
@@ -1723,8 +1764,8 @@ td.Example p.MsoListParagraph {
|
|
1723
1764
|
div.Example p.MsoListParagraph {
|
1724
1765
|
font-size: {{smallerfontsize}}; }
|
1725
1766
|
|
1726
|
-
p.Example, li.Example, div.Example
|
1727
|
-
mso-style-name:
|
1767
|
+
p.Example, li.Example, div.Example {
|
1768
|
+
mso-style-name: Example;
|
1728
1769
|
mso-style-unhide: no;
|
1729
1770
|
mso-style-qformat: yes;
|
1730
1771
|
mso-style-link: "Example Char";
|
@@ -1840,72 +1881,72 @@ span.aucollab {
|
|
1840
1881
|
mso-style-name: au_collab;
|
1841
1882
|
mso-style-unhide: no;
|
1842
1883
|
mso-style-parent: "";
|
1843
|
-
font-
|
1884
|
+
font-family: {{bodyfont}};
|
1844
1885
|
mso-ascii-font-family: Cambria;
|
1845
1886
|
mso-hansi-font-family: Cambria;
|
1846
1887
|
border: none;
|
1847
|
-
|
1888
|
+
{% if unpublished %}background:silver;{% endif %} }
|
1848
1889
|
|
1849
1890
|
span.audeg {
|
1850
1891
|
mso-style-name: au_deg;
|
1851
1892
|
mso-style-unhide: no;
|
1852
1893
|
mso-style-parent: "";
|
1853
1894
|
mso-ansi-font-size: 11.0pt;
|
1854
|
-
font-
|
1895
|
+
font-family: {{bodyfont}};
|
1855
1896
|
mso-ascii-font-family: Cambria;
|
1856
1897
|
mso-hansi-font-family: Cambria;
|
1857
1898
|
border: none;
|
1858
|
-
|
1899
|
+
{% if unpublished %}background:yellow;{% endif %} }
|
1859
1900
|
|
1860
1901
|
span.aufname {
|
1861
1902
|
mso-style-name: au_fname;
|
1862
1903
|
mso-style-unhide: no;
|
1863
1904
|
mso-style-parent: "";
|
1864
1905
|
mso-ansi-font-size: 11.0pt;
|
1865
|
-
font-
|
1906
|
+
font-family: {{bodyfont}};
|
1866
1907
|
mso-ascii-font-family: Cambria;
|
1867
1908
|
mso-hansi-font-family: Cambria;
|
1868
1909
|
border: none;
|
1869
|
-
|
1910
|
+
{% if unpublished %}background:#FFFFCC;{% endif %} }
|
1870
1911
|
|
1871
1912
|
span.aurole {
|
1872
1913
|
mso-style-name: au_role;
|
1873
1914
|
mso-style-unhide: no;
|
1874
1915
|
mso-style-parent: "";
|
1875
1916
|
mso-ansi-font-size: 11.0pt;
|
1876
|
-
font-
|
1917
|
+
font-family: {{bodyfont}};
|
1877
1918
|
mso-ascii-font-family: Cambria;
|
1878
1919
|
mso-hansi-font-family: Cambria;
|
1879
1920
|
border: none;
|
1880
|
-
|
1921
|
+
{% if unpublished %}background:olive;{% endif %} }
|
1881
1922
|
|
1882
1923
|
span.ausuffix {
|
1883
1924
|
mso-style-name: au_suffix;
|
1884
1925
|
mso-style-unhide: no;
|
1885
1926
|
mso-style-parent: "";
|
1886
1927
|
mso-ansi-font-size: 11.0pt;
|
1887
|
-
font-
|
1928
|
+
font-family: {{bodyfont}};
|
1888
1929
|
mso-ascii-font-family: Cambria;
|
1889
1930
|
mso-hansi-font-family: Cambria;
|
1890
1931
|
border: none;
|
1891
|
-
|
1932
|
+
{% if unpublished %}background:fuchsia;{% endif %} }
|
1892
1933
|
|
1893
1934
|
span.ausurname {
|
1894
1935
|
mso-style-name: au_surname;
|
1895
1936
|
mso-style-unhide: no;
|
1896
1937
|
mso-style-parent: "";
|
1897
1938
|
mso-ansi-font-size: 11.0pt;
|
1898
|
-
font-
|
1939
|
+
font-family: {{bodyfont}};
|
1899
1940
|
mso-ascii-font-family: Cambria;
|
1900
1941
|
mso-hansi-font-family: Cambria;
|
1901
1942
|
border: none;
|
1902
|
-
|
1943
|
+
{% if unpublished %}background:#CCFF99;{% endif %} }
|
1903
1944
|
|
1904
1945
|
span.bibbase {
|
1905
1946
|
mso-style-name: bib_base;
|
1906
1947
|
mso-style-unhide: no;
|
1907
1948
|
mso-style-parent: "";
|
1908
|
-
font-
|
1949
|
+
font-family: {{bodyfont}};
|
1909
1950
|
mso-ascii-font-family: Cambria;
|
1910
1951
|
mso-hansi-font-family: Cambria; }
|
1911
1952
|
|
@@ -1913,17 +1954,17 @@ span.bibarticle {
|
|
1913
1954
|
mso-style-name: bib_article;
|
1914
1955
|
mso-style-unhide: no;
|
1915
1956
|
mso-style-parent: "";
|
1916
|
-
font-
|
1957
|
+
font-family: {{bodyfont}};
|
1917
1958
|
mso-ascii-font-family: Cambria;
|
1918
1959
|
mso-hansi-font-family: Cambria;
|
1919
1960
|
border: none;
|
1920
|
-
|
1961
|
+
{% if unpublished %}background:#CCFFFF;{% endif %} }
|
1921
1962
|
|
1922
1963
|
span.bibcomment {
|
1923
1964
|
mso-style-name: bib_comment;
|
1924
1965
|
mso-style-unhide: no;
|
1925
1966
|
mso-style-parent: bib_base;
|
1926
|
-
font-
|
1967
|
+
font-family: {{bodyfont}};
|
1927
1968
|
mso-ascii-font-family: Cambria;
|
1928
1969
|
mso-hansi-font-family: Cambria; }
|
1929
1970
|
|
@@ -1931,7 +1972,7 @@ span.bibdeg {
|
|
1931
1972
|
mso-style-name: bib_deg;
|
1932
1973
|
mso-style-unhide: no;
|
1933
1974
|
mso-style-parent: bib_base;
|
1934
|
-
font-
|
1975
|
+
font-family: {{bodyfont}};
|
1935
1976
|
mso-ascii-font-family: Cambria;
|
1936
1977
|
mso-hansi-font-family: Cambria; }
|
1937
1978
|
|
@@ -1939,97 +1980,97 @@ span.bibdoi {
|
|
1939
1980
|
mso-style-name: bib_doi;
|
1940
1981
|
mso-style-unhide: no;
|
1941
1982
|
mso-style-parent: "";
|
1942
|
-
font-
|
1983
|
+
font-family: {{bodyfont}};
|
1943
1984
|
mso-ascii-font-family: Cambria;
|
1944
1985
|
mso-hansi-font-family: Cambria;
|
1945
1986
|
border: none;
|
1946
|
-
|
1987
|
+
{% if unpublished %}background:#CCFFCC;{% endif %} }
|
1947
1988
|
|
1948
1989
|
span.bibetal {
|
1949
1990
|
mso-style-name: bib_etal;
|
1950
1991
|
mso-style-unhide: no;
|
1951
1992
|
mso-style-parent: "";
|
1952
|
-
font-
|
1993
|
+
font-family: {{bodyfont}};
|
1953
1994
|
mso-ascii-font-family: Cambria;
|
1954
1995
|
mso-hansi-font-family: Cambria;
|
1955
1996
|
border: none;
|
1956
|
-
|
1997
|
+
{% if unpublished %}background:#CCFF99;{% endif %} }
|
1957
1998
|
|
1958
1999
|
span.bibfname {
|
1959
2000
|
mso-style-name: bib_fname;
|
1960
2001
|
mso-style-unhide: no;
|
1961
2002
|
mso-style-parent: "";
|
1962
|
-
font-
|
2003
|
+
font-family: {{bodyfont}};
|
1963
2004
|
mso-ascii-font-family: Cambria;
|
1964
2005
|
mso-hansi-font-family: Cambria;
|
1965
2006
|
border: none;
|
1966
|
-
|
2007
|
+
{% if unpublished %}background:#FFFFCC;{% endif %} }
|
1967
2008
|
|
1968
2009
|
span.bibfpage {
|
1969
2010
|
mso-style-name: bib_fpage;
|
1970
2011
|
mso-style-unhide: no;
|
1971
2012
|
mso-style-parent: "";
|
1972
|
-
font-
|
2013
|
+
font-family: {{bodyfont}};
|
1973
2014
|
mso-ascii-font-family: Cambria;
|
1974
2015
|
mso-hansi-font-family: Cambria;
|
1975
2016
|
border: none;
|
1976
|
-
|
2017
|
+
{% if unpublished %}background:#E6E6E6;{% endif %} }
|
1977
2018
|
|
1978
2019
|
span.bibissue {
|
1979
2020
|
mso-style-name: bib_issue;
|
1980
2021
|
mso-style-unhide: no;
|
1981
2022
|
mso-style-parent: "";
|
1982
|
-
font-
|
2023
|
+
font-family: {{bodyfont}};
|
1983
2024
|
mso-ascii-font-family: Cambria;
|
1984
2025
|
mso-hansi-font-family: Cambria;
|
1985
2026
|
border: none;
|
1986
|
-
|
2027
|
+
{% if unpublished %}background:#FFFFAB;{% endif %} }
|
1987
2028
|
|
1988
2029
|
span.bibjournal {
|
1989
2030
|
mso-style-name: bib_journal;
|
1990
2031
|
mso-style-unhide: no;
|
1991
2032
|
mso-style-parent: "";
|
1992
|
-
font-
|
2033
|
+
font-family: {{bodyfont}};
|
1993
2034
|
mso-ascii-font-family: Cambria;
|
1994
2035
|
mso-hansi-font-family: Cambria;
|
1995
2036
|
border: none;
|
1996
|
-
|
2037
|
+
{% if unpublished %}background:#F9DECF;{% endif %} }
|
1997
2038
|
|
1998
2039
|
span.biblpage {
|
1999
2040
|
mso-style-name: bib_lpage;
|
2000
2041
|
mso-style-unhide: no;
|
2001
2042
|
mso-style-parent: "";
|
2002
|
-
font-
|
2043
|
+
font-family: {{bodyfont}};
|
2003
2044
|
mso-ascii-font-family: Cambria;
|
2004
2045
|
mso-hansi-font-family: Cambria;
|
2005
2046
|
border: none;
|
2006
|
-
|
2047
|
+
{% if unpublished %}background:#D9D9D9;{% endif %} }
|
2007
2048
|
|
2008
2049
|
span.bibnumber {
|
2009
2050
|
mso-style-name: bib_number;
|
2010
2051
|
mso-style-unhide: no;
|
2011
2052
|
mso-style-parent: "";
|
2012
|
-
font-
|
2053
|
+
font-family: {{bodyfont}};
|
2013
2054
|
mso-ascii-font-family: Cambria;
|
2014
2055
|
mso-hansi-font-family: Cambria;
|
2015
2056
|
border: none;
|
2016
|
-
|
2057
|
+
{% if unpublished %}background:#CCCCFF;{% endif %} }
|
2017
2058
|
|
2018
2059
|
span.biborganization {
|
2019
2060
|
mso-style-name: bib_organization;
|
2020
2061
|
mso-style-unhide: no;
|
2021
2062
|
mso-style-parent: "";
|
2022
|
-
font-
|
2063
|
+
font-family: {{bodyfont}};
|
2023
2064
|
mso-ascii-font-family: Cambria;
|
2024
2065
|
mso-hansi-font-family: Cambria;
|
2025
2066
|
border: none;
|
2026
|
-
|
2067
|
+
{% if unpublished %}background:#CCFF99;{% endif %} }
|
2027
2068
|
|
2028
2069
|
span.bibsuffix {
|
2029
2070
|
mso-style-name: bib_suffix;
|
2030
2071
|
mso-style-unhide: no;
|
2031
2072
|
mso-style-parent: bib_base;
|
2032
|
-
font-
|
2073
|
+
font-family: {{bodyfont}};
|
2033
2074
|
mso-ascii-font-family: Cambria;
|
2034
2075
|
mso-hansi-font-family: Cambria; }
|
2035
2076
|
|
@@ -2037,27 +2078,27 @@ span.bibsuppl {
|
|
2037
2078
|
mso-style-name: bib_suppl;
|
2038
2079
|
mso-style-unhide: no;
|
2039
2080
|
mso-style-parent: "";
|
2040
|
-
font-
|
2081
|
+
font-family: {{bodyfont}};
|
2041
2082
|
mso-ascii-font-family: Cambria;
|
2042
2083
|
mso-hansi-font-family: Cambria;
|
2043
2084
|
border: none;
|
2044
|
-
|
2085
|
+
{% if unpublished %}background:#FFCC66;{% endif %} }
|
2045
2086
|
|
2046
2087
|
span.bibsurname {
|
2047
2088
|
mso-style-name: bib_surname;
|
2048
2089
|
mso-style-unhide: no;
|
2049
2090
|
mso-style-parent: "";
|
2050
|
-
font-
|
2091
|
+
font-family: {{bodyfont}};
|
2051
2092
|
mso-ascii-font-family: Cambria;
|
2052
2093
|
mso-hansi-font-family: Cambria;
|
2053
2094
|
border: none;
|
2054
|
-
|
2095
|
+
{% if unpublished %}background:#CCFF99;{% endif %} }
|
2055
2096
|
|
2056
2097
|
span.bibunpubl {
|
2057
2098
|
mso-style-name: bib_unpubl;
|
2058
2099
|
mso-style-unhide: no;
|
2059
2100
|
mso-style-parent: bib_base;
|
2060
|
-
font-
|
2101
|
+
font-family: {{bodyfont}};
|
2061
2102
|
mso-ascii-font-family: Cambria;
|
2062
2103
|
mso-hansi-font-family: Cambria; }
|
2063
2104
|
|
@@ -2065,37 +2106,37 @@ span.biburl {
|
|
2065
2106
|
mso-style-name: bib_url;
|
2066
2107
|
mso-style-unhide: no;
|
2067
2108
|
mso-style-parent: "";
|
2068
|
-
font-
|
2109
|
+
font-family: {{bodyfont}};
|
2069
2110
|
mso-ascii-font-family: Cambria;
|
2070
2111
|
mso-hansi-font-family: Cambria;
|
2071
2112
|
border: none;
|
2072
|
-
|
2113
|
+
{% if unpublished %}background:#CCFF66;{% endif %} }
|
2073
2114
|
|
2074
2115
|
span.bibvolume {
|
2075
2116
|
mso-style-name: bib_volume;
|
2076
2117
|
mso-style-unhide: no;
|
2077
2118
|
mso-style-parent: "";
|
2078
|
-
font-
|
2119
|
+
font-family: {{bodyfont}};
|
2079
2120
|
mso-ascii-font-family: Cambria;
|
2080
2121
|
mso-hansi-font-family: Cambria;
|
2081
2122
|
border: none;
|
2082
|
-
|
2123
|
+
{% if unpublished %}background:#CCECFF;{% endif %} }
|
2083
2124
|
|
2084
2125
|
span.bibyear {
|
2085
2126
|
mso-style-name: bib_year;
|
2086
2127
|
mso-style-unhide: no;
|
2087
2128
|
mso-style-parent: "";
|
2088
|
-
font-
|
2129
|
+
font-family: {{bodyfont}};
|
2089
2130
|
mso-ascii-font-family: Cambria;
|
2090
2131
|
mso-hansi-font-family: Cambria;
|
2091
2132
|
border: none;
|
2092
|
-
|
2133
|
+
{% if unpublished %}background:#FFCCFF;{% endif %} }
|
2093
2134
|
|
2094
2135
|
span.citebase {
|
2095
2136
|
mso-style-name: cite_base;
|
2096
2137
|
mso-style-unhide: no;
|
2097
2138
|
mso-style-parent: "";
|
2098
|
-
font-
|
2139
|
+
font-family: {{bodyfont}};
|
2099
2140
|
mso-ascii-font-family: Cambria;
|
2100
2141
|
mso-hansi-font-family: Cambria; }
|
2101
2142
|
|
@@ -2103,17 +2144,17 @@ span.citebib {
|
|
2103
2144
|
mso-style-name: cite_bib;
|
2104
2145
|
mso-style-unhide: no;
|
2105
2146
|
mso-style-parent: "";
|
2106
|
-
font-
|
2147
|
+
font-family: {{bodyfont}};
|
2107
2148
|
mso-ascii-font-family: Cambria;
|
2108
2149
|
mso-hansi-font-family: Cambria;
|
2109
2150
|
border: none;
|
2110
|
-
|
2151
|
+
{% if unpublished %}background:#CCFFFF;{% endif %} }
|
2111
2152
|
|
2112
2153
|
span.citebox {
|
2113
2154
|
mso-style-name: cite_box;
|
2114
2155
|
mso-style-unhide: no;
|
2115
2156
|
mso-style-parent: cite_base;
|
2116
|
-
font-
|
2157
|
+
font-family: {{bodyfont}};
|
2117
2158
|
mso-ascii-font-family: Cambria;
|
2118
2159
|
mso-hansi-font-family: Cambria; }
|
2119
2160
|
|
@@ -2121,53 +2162,53 @@ span.citeen {
|
|
2121
2162
|
mso-style-name: cite_en;
|
2122
2163
|
mso-style-unhide: no;
|
2123
2164
|
mso-style-parent: "";
|
2124
|
-
font-
|
2165
|
+
font-family: {{bodyfont}};
|
2125
2166
|
mso-ascii-font-family: Cambria;
|
2126
2167
|
mso-hansi-font-family: Cambria;
|
2127
2168
|
border: none;
|
2128
|
-
|
2169
|
+
{% if unpublished %}background:#FFFF99;{% endif %}
|
2129
2170
|
vertical-align: super; }
|
2130
2171
|
|
2131
2172
|
span.citefig {
|
2132
2173
|
mso-style-name: cite_fig;
|
2133
2174
|
mso-style-unhide: no;
|
2134
2175
|
mso-style-parent: "";
|
2135
|
-
font-
|
2176
|
+
font-family: {{bodyfont}};
|
2136
2177
|
mso-ascii-font-family: Cambria;
|
2137
2178
|
mso-hansi-font-family: Cambria;
|
2138
2179
|
color: windowtext;
|
2139
2180
|
border: none;
|
2140
|
-
|
2181
|
+
{% if unpublished %}background:#CCFFCC;{% endif %} }
|
2141
2182
|
|
2142
2183
|
span.citefn {
|
2143
2184
|
mso-style-name: cite_fn;
|
2144
2185
|
mso-style-unhide: no;
|
2145
2186
|
mso-style-parent: "";
|
2146
2187
|
mso-ansi-font-size: 11.0pt;
|
2147
|
-
font-
|
2188
|
+
font-family: {{bodyfont}};
|
2148
2189
|
mso-ascii-font-family: Cambria;
|
2149
2190
|
mso-hansi-font-family: Cambria;
|
2150
2191
|
color: windowtext;
|
2151
2192
|
border: none;
|
2152
|
-
|
2193
|
+
{% if unpublished %}background:#FF99CC;{% endif %}
|
2153
2194
|
vertical-align: baseline; }
|
2154
2195
|
|
2155
2196
|
span.citetbl {
|
2156
2197
|
mso-style-name: cite_tbl;
|
2157
2198
|
mso-style-unhide: no;
|
2158
2199
|
mso-style-parent: "";
|
2159
|
-
font-
|
2200
|
+
font-family: {{bodyfont}};
|
2160
2201
|
mso-ascii-font-family: Cambria;
|
2161
2202
|
mso-hansi-font-family: Cambria;
|
2162
2203
|
color: windowtext;
|
2163
2204
|
border: none;
|
2164
|
-
|
2205
|
+
{% if unpublished %}background:#FF9999;{% endif %} }
|
2165
2206
|
|
2166
2207
|
span.stdbase {
|
2167
2208
|
mso-style-name: std_base;
|
2168
2209
|
mso-style-unhide: no;
|
2169
2210
|
mso-style-parent: "";
|
2170
|
-
font-
|
2211
|
+
font-family: {{bodyfont}};
|
2171
2212
|
mso-ascii-font-family: Cambria;
|
2172
2213
|
mso-hansi-font-family: Cambria; }
|
2173
2214
|
|
@@ -2175,27 +2216,27 @@ span.bibextlink {
|
|
2175
2216
|
mso-style-name: bib_extlink;
|
2176
2217
|
mso-style-unhide: no;
|
2177
2218
|
mso-style-parent: "";
|
2178
|
-
font-
|
2219
|
+
font-family: {{bodyfont}};
|
2179
2220
|
mso-ascii-font-family: Cambria;
|
2180
2221
|
mso-hansi-font-family: Cambria;
|
2181
2222
|
border: none;
|
2182
|
-
|
2223
|
+
{% if unpublished %}background:#6CCE9D;{% endif %} }
|
2183
2224
|
|
2184
2225
|
span.citeeq {
|
2185
2226
|
mso-style-name: cite_eq;
|
2186
2227
|
mso-style-unhide: no;
|
2187
2228
|
mso-style-parent: "";
|
2188
|
-
font-
|
2229
|
+
font-family: {{bodyfont}};
|
2189
2230
|
mso-ascii-font-family: Cambria;
|
2190
2231
|
mso-hansi-font-family: Cambria;
|
2191
2232
|
border: none;
|
2192
|
-
|
2233
|
+
{% if unpublished %}background:#FFAE37;{% endif %} }
|
2193
2234
|
|
2194
2235
|
span.bibmedline {
|
2195
2236
|
mso-style-name: bib_medline;
|
2196
2237
|
mso-style-unhide: no;
|
2197
2238
|
mso-style-parent: bib_base;
|
2198
|
-
font-
|
2239
|
+
font-family: {{bodyfont}};
|
2199
2240
|
mso-ascii-font-family: Cambria;
|
2200
2241
|
mso-hansi-font-family: Cambria; }
|
2201
2242
|
|
@@ -2203,72 +2244,72 @@ span.citetfn {
|
|
2203
2244
|
mso-style-name: cite_tfn;
|
2204
2245
|
mso-style-unhide: no;
|
2205
2246
|
mso-style-parent: "";
|
2206
|
-
font-
|
2247
|
+
font-family: {{bodyfont}};
|
2207
2248
|
mso-ascii-font-family: Cambria;
|
2208
2249
|
mso-hansi-font-family: Cambria;
|
2209
2250
|
border: none;
|
2210
|
-
|
2251
|
+
{% if unpublished %}background:#FBBA79;{% endif %} }
|
2211
2252
|
|
2212
2253
|
span.auprefix {
|
2213
2254
|
mso-style-name: au_prefix;
|
2214
2255
|
mso-style-unhide: no;
|
2215
2256
|
mso-style-parent: "";
|
2216
2257
|
mso-ansi-font-size: 11.0pt;
|
2217
|
-
font-
|
2258
|
+
font-family: {{bodyfont}};
|
2218
2259
|
mso-ascii-font-family: Cambria;
|
2219
2260
|
mso-hansi-font-family: Cambria;
|
2220
2261
|
border: none;
|
2221
|
-
|
2262
|
+
{% if unpublished %}background:#FFCC99;{% endif %} }
|
2222
2263
|
|
2223
2264
|
span.citeapp {
|
2224
2265
|
mso-style-name: cite_app;
|
2225
2266
|
mso-style-unhide: no;
|
2226
2267
|
mso-style-parent: "";
|
2227
|
-
font-
|
2268
|
+
font-family: {{bodyfont}};
|
2228
2269
|
mso-ascii-font-family: Cambria;
|
2229
2270
|
mso-hansi-font-family: Cambria;
|
2230
2271
|
border: none;
|
2231
|
-
|
2272
|
+
{% if unpublished %}background:#CCFF33;{% endif %} }
|
2232
2273
|
|
2233
2274
|
span.citesec {
|
2234
2275
|
mso-style-name: cite_sec;
|
2235
2276
|
mso-style-unhide: no;
|
2236
2277
|
mso-style-parent: "";
|
2237
|
-
font-
|
2278
|
+
font-family: {{bodyfont}};
|
2238
2279
|
mso-ascii-font-family: Cambria;
|
2239
2280
|
mso-hansi-font-family: Cambria;
|
2240
2281
|
border: none;
|
2241
|
-
|
2282
|
+
{% if unpublished %}background:#FFCCCC;{% endif %} }
|
2242
2283
|
|
2243
2284
|
span.stddocNumber {
|
2244
2285
|
mso-style-name: std_docNumber;
|
2245
2286
|
mso-style-unhide: no;
|
2246
2287
|
mso-style-parent: "";
|
2247
|
-
font-
|
2288
|
+
font-family: {{bodyfont}};
|
2248
2289
|
mso-ascii-font-family: Cambria;
|
2249
2290
|
mso-hansi-font-family: Cambria;
|
2250
2291
|
border: none;
|
2251
|
-
|
2292
|
+
{% if unpublished %}background:#F2DBDB;{% endif %} }
|
2252
2293
|
|
2253
2294
|
span.stddocPartNumber {
|
2254
2295
|
mso-style-name: std_docPartNumber;
|
2255
2296
|
mso-style-unhide: no;
|
2256
2297
|
mso-style-parent: "";
|
2257
|
-
font-
|
2298
|
+
font-family: {{bodyfont}};
|
2258
2299
|
mso-ascii-font-family: Cambria;
|
2259
2300
|
mso-hansi-font-family: Cambria;
|
2260
2301
|
border: none;
|
2261
|
-
|
2302
|
+
{% if unpublished %}background:#EAF1DD;{% endif %} }
|
2262
2303
|
|
2263
2304
|
span.stddocTitle {
|
2264
2305
|
mso-style-name: std_docTitle;
|
2265
2306
|
mso-style-unhide: no;
|
2266
2307
|
mso-style-parent: "";
|
2267
|
-
font-
|
2308
|
+
font-family: {{bodyfont}};
|
2268
2309
|
mso-ascii-font-family: Cambria;
|
2269
2310
|
mso-hansi-font-family: Cambria;
|
2270
2311
|
border: none;
|
2271
|
-
|
2312
|
+
{% if unpublished %}background:#FDE9D9;{% endif %}
|
2272
2313
|
font-style: italic;
|
2273
2314
|
mso-bidi-font-style: normal; }
|
2274
2315
|
|
@@ -2277,288 +2318,288 @@ span.aumember {
|
|
2277
2318
|
mso-style-unhide: no;
|
2278
2319
|
mso-style-parent: "";
|
2279
2320
|
mso-ansi-font-size: 11.0pt;
|
2280
|
-
font-
|
2321
|
+
font-family: {{bodyfont}};
|
2281
2322
|
mso-ascii-font-family: Cambria;
|
2282
2323
|
mso-hansi-font-family: Cambria;
|
2283
2324
|
border: none;
|
2284
|
-
|
2325
|
+
{% if unpublished %}background:#FF99CC;{% endif %} }
|
2285
2326
|
|
2286
2327
|
span.stdfootnote {
|
2287
2328
|
mso-style-name: std_footnote;
|
2288
2329
|
mso-style-unhide: no;
|
2289
2330
|
mso-style-parent: "";
|
2290
|
-
font-
|
2331
|
+
font-family: {{bodyfont}};
|
2291
2332
|
mso-ascii-font-family: Cambria;
|
2292
2333
|
mso-hansi-font-family: Cambria;
|
2293
2334
|
border: none;
|
2294
|
-
|
2335
|
+
{% if unpublished %}background:#F2F2F2;{% endif %} }
|
2295
2336
|
|
2296
2337
|
span.stdpublisher {
|
2297
2338
|
mso-style-name: std_publisher;
|
2298
2339
|
mso-style-unhide: no;
|
2299
2340
|
mso-style-parent: "";
|
2300
|
-
font-
|
2341
|
+
font-family: {{bodyfont}};
|
2301
2342
|
mso-ascii-font-family: Cambria;
|
2302
2343
|
mso-hansi-font-family: Cambria;
|
2303
2344
|
border: none;
|
2304
|
-
|
2345
|
+
{% if unpublished %}background:#C6D9F1;{% endif %} }
|
2305
2346
|
|
2306
2347
|
span.stdsection {
|
2307
2348
|
mso-style-name: std_section;
|
2308
2349
|
mso-style-unhide: no;
|
2309
2350
|
mso-style-parent: "";
|
2310
|
-
font-
|
2351
|
+
font-family: {{bodyfont}};
|
2311
2352
|
mso-ascii-font-family: Cambria;
|
2312
2353
|
mso-hansi-font-family: Cambria;
|
2313
2354
|
border: none;
|
2314
|
-
|
2355
|
+
{% if unpublished %}background:#E5DFEC;{% endif %} }
|
2315
2356
|
|
2316
2357
|
span.stdyear {
|
2317
2358
|
mso-style-name: std_year;
|
2318
2359
|
mso-style-unhide: no;
|
2319
2360
|
mso-style-parent: "";
|
2320
|
-
font-
|
2361
|
+
font-family: {{bodyfont}};
|
2321
2362
|
mso-ascii-font-family: Cambria;
|
2322
2363
|
mso-hansi-font-family: Cambria;
|
2323
2364
|
border: none;
|
2324
|
-
|
2365
|
+
{% if unpublished %}background:#DAEEF3;{% endif %} }
|
2325
2366
|
|
2326
2367
|
span.stddocumentType {
|
2327
2368
|
mso-style-name: std_documentType;
|
2328
2369
|
mso-style-unhide: no;
|
2329
2370
|
mso-style-parent: "";
|
2330
|
-
font-
|
2371
|
+
font-family: {{bodyfont}};
|
2331
2372
|
mso-ascii-font-family: Cambria;
|
2332
2373
|
mso-hansi-font-family: Cambria;
|
2333
2374
|
border: none;
|
2334
|
-
|
2375
|
+
{% if unpublished %}background:#7DE1DF;{% endif %} }
|
2335
2376
|
|
2336
2377
|
span.bibalt-year {
|
2337
2378
|
mso-style-name: bib_alt-year;
|
2338
2379
|
mso-style-unhide: no;
|
2339
2380
|
mso-style-parent: "";
|
2340
2381
|
mso-bidi-font-size: 12.0pt;
|
2341
|
-
font-
|
2382
|
+
font-family: {{bodyfont}};
|
2342
2383
|
mso-ascii-font-family: Cambria;
|
2343
2384
|
mso-hansi-font-family: Cambria;
|
2344
2385
|
border: none;
|
2345
|
-
|
2386
|
+
{% if unpublished %}background:#CC99FF;{% endif %} }
|
2346
2387
|
|
2347
2388
|
span.bibbook {
|
2348
2389
|
mso-style-name: bib_book;
|
2349
2390
|
mso-style-unhide: no;
|
2350
2391
|
mso-style-parent: "";
|
2351
|
-
font-
|
2392
|
+
font-family: {{bodyfont}};
|
2352
2393
|
mso-ascii-font-family: Cambria;
|
2353
2394
|
mso-hansi-font-family: Cambria;
|
2354
2395
|
border: none;
|
2355
|
-
|
2396
|
+
{% if unpublished %}background:#99CCFF;{% endif %} }
|
2356
2397
|
|
2357
2398
|
span.bibchapterno {
|
2358
2399
|
mso-style-name: bib_chapterno;
|
2359
2400
|
mso-style-unhide: no;
|
2360
2401
|
mso-style-parent: "";
|
2361
|
-
font-
|
2402
|
+
font-family: {{bodyfont}};
|
2362
2403
|
mso-ascii-font-family: Cambria;
|
2363
2404
|
mso-hansi-font-family: Cambria;
|
2364
2405
|
border: none;
|
2365
|
-
|
2406
|
+
{% if unpublished %}background:#D9D9D9;{% endif %} }
|
2366
2407
|
|
2367
2408
|
span.bibchaptertitle {
|
2368
2409
|
mso-style-name: bib_chaptertitle;
|
2369
2410
|
mso-style-unhide: no;
|
2370
2411
|
mso-style-parent: "";
|
2371
|
-
font-
|
2412
|
+
font-family: {{bodyfont}};
|
2372
2413
|
mso-ascii-font-family: Cambria;
|
2373
2414
|
mso-hansi-font-family: Cambria;
|
2374
2415
|
border: none;
|
2375
|
-
|
2416
|
+
{% if unpublished %}background:#FF9D5B;{% endif %} }
|
2376
2417
|
|
2377
2418
|
span.bibed-etal {
|
2378
2419
|
mso-style-name: bib_ed-etal;
|
2379
2420
|
mso-style-unhide: no;
|
2380
2421
|
mso-style-parent: "";
|
2381
|
-
font-
|
2422
|
+
font-family: {{bodyfont}};
|
2382
2423
|
mso-ascii-font-family: Cambria;
|
2383
2424
|
mso-hansi-font-family: Cambria;
|
2384
2425
|
border: none;
|
2385
|
-
|
2426
|
+
{% if unpublished %}background:#00F4EE;{% endif %} }
|
2386
2427
|
|
2387
2428
|
span.bibed-fname {
|
2388
2429
|
mso-style-name: bib_ed-fname;
|
2389
2430
|
mso-style-unhide: no;
|
2390
2431
|
mso-style-parent: "";
|
2391
|
-
font-
|
2432
|
+
font-family: {{bodyfont}};
|
2392
2433
|
mso-ascii-font-family: Cambria;
|
2393
2434
|
mso-hansi-font-family: Cambria;
|
2394
2435
|
border: none;
|
2395
|
-
|
2436
|
+
{% if unpublished %}background:#FFFFB7;{% endif %} }
|
2396
2437
|
|
2397
2438
|
span.bibeditionno {
|
2398
2439
|
mso-style-name: bib_editionno;
|
2399
2440
|
mso-style-unhide: no;
|
2400
2441
|
mso-style-parent: "";
|
2401
|
-
font-
|
2442
|
+
font-family: {{bodyfont}};
|
2402
2443
|
mso-ascii-font-family: Cambria;
|
2403
2444
|
mso-hansi-font-family: Cambria;
|
2404
2445
|
border: none;
|
2405
|
-
|
2446
|
+
{% if unpublished %}background:#FFCC00;{% endif %} }
|
2406
2447
|
|
2407
2448
|
span.bibed-organization {
|
2408
2449
|
mso-style-name: bib_ed-organization;
|
2409
2450
|
mso-style-unhide: no;
|
2410
2451
|
mso-style-parent: "";
|
2411
|
-
font-
|
2452
|
+
font-family: {{bodyfont}};
|
2412
2453
|
mso-ascii-font-family: Cambria;
|
2413
2454
|
mso-hansi-font-family: Cambria;
|
2414
2455
|
border: none;
|
2415
|
-
|
2456
|
+
{% if unpublished %}background:#FCAAC3;{% endif %} }
|
2416
2457
|
|
2417
2458
|
span.bibed-suffix {
|
2418
2459
|
mso-style-name: bib_ed-suffix;
|
2419
2460
|
mso-style-unhide: no;
|
2420
2461
|
mso-style-parent: "";
|
2421
|
-
font-
|
2462
|
+
font-family: {{bodyfont}};
|
2422
2463
|
mso-ascii-font-family: Cambria;
|
2423
2464
|
mso-hansi-font-family: Cambria;
|
2424
2465
|
border: none;
|
2425
|
-
|
2466
|
+
{% if unpublished %}background:#CCFFCC;{% endif %} }
|
2426
2467
|
|
2427
2468
|
span.bibed-surname {
|
2428
2469
|
mso-style-name: bib_ed-surname;
|
2429
2470
|
mso-style-unhide: no;
|
2430
2471
|
mso-style-parent: "";
|
2431
|
-
font-
|
2472
|
+
font-family: {{bodyfont}};
|
2432
2473
|
mso-ascii-font-family: Cambria;
|
2433
2474
|
mso-hansi-font-family: Cambria;
|
2434
2475
|
border: none;
|
2435
|
-
|
2476
|
+
{% if unpublished %}background:yellow;{% endif %} }
|
2436
2477
|
|
2437
2478
|
span.bibinstitution {
|
2438
2479
|
mso-style-name: bib_institution;
|
2439
2480
|
mso-style-unhide: no;
|
2440
2481
|
mso-style-parent: "";
|
2441
|
-
font-
|
2482
|
+
font-family: {{bodyfont}};
|
2442
2483
|
mso-ascii-font-family: Cambria;
|
2443
2484
|
mso-hansi-font-family: Cambria;
|
2444
2485
|
border: none;
|
2445
|
-
|
2486
|
+
{% if unpublished %}background:#CCFFCC;{% endif %} }
|
2446
2487
|
|
2447
2488
|
span.bibisbn {
|
2448
2489
|
mso-style-name: bib_isbn;
|
2449
2490
|
mso-style-unhide: no;
|
2450
2491
|
mso-style-parent: "";
|
2451
|
-
font-
|
2492
|
+
font-family: {{bodyfont}};
|
2452
2493
|
mso-ascii-font-family: Cambria;
|
2453
2494
|
mso-hansi-font-family: Cambria;
|
2454
|
-
|
2495
|
+
{% if unpublished %}background:#D9D9D9;{% endif %} }
|
2455
2496
|
|
2456
2497
|
span.biblocation {
|
2457
2498
|
mso-style-name: bib_location;
|
2458
2499
|
mso-style-unhide: no;
|
2459
2500
|
mso-style-parent: "";
|
2460
|
-
font-
|
2501
|
+
font-family: {{bodyfont}};
|
2461
2502
|
mso-ascii-font-family: Cambria;
|
2462
2503
|
mso-hansi-font-family: Cambria;
|
2463
2504
|
border: none;
|
2464
|
-
|
2505
|
+
{% if unpublished %}background:#FFCCCC;{% endif %} }
|
2465
2506
|
|
2466
2507
|
span.bibpagecount {
|
2467
2508
|
mso-style-name: bib_pagecount;
|
2468
2509
|
mso-style-unhide: no;
|
2469
2510
|
mso-style-parent: "";
|
2470
|
-
font-
|
2511
|
+
font-family: {{bodyfont}};
|
2471
2512
|
mso-ascii-font-family: Cambria;
|
2472
2513
|
mso-hansi-font-family: Cambria;
|
2473
2514
|
border: none;
|
2474
|
-
|
2515
|
+
{% if unpublished %}background:lime;{% endif %} }
|
2475
2516
|
|
2476
2517
|
span.bibpatent {
|
2477
2518
|
mso-style-name: bib_patent;
|
2478
2519
|
mso-style-unhide: no;
|
2479
2520
|
mso-style-parent: "";
|
2480
|
-
font-
|
2521
|
+
font-family: {{bodyfont}};
|
2481
2522
|
mso-ascii-font-family: Cambria;
|
2482
2523
|
mso-hansi-font-family: Cambria;
|
2483
2524
|
border: none;
|
2484
|
-
|
2525
|
+
{% if unpublished %}background:#66FFCC;{% endif %} }
|
2485
2526
|
|
2486
2527
|
span.bibpublisher {
|
2487
2528
|
mso-style-name: bib_publisher;
|
2488
2529
|
mso-style-unhide: no;
|
2489
2530
|
mso-style-parent: "";
|
2490
|
-
font-
|
2531
|
+
font-family: {{bodyfont}};
|
2491
2532
|
mso-ascii-font-family: Cambria;
|
2492
2533
|
mso-hansi-font-family: Cambria;
|
2493
2534
|
border: none;
|
2494
|
-
|
2535
|
+
{% if unpublished %}background:#FF99CC;{% endif %} }
|
2495
2536
|
|
2496
2537
|
span.bibreportnum {
|
2497
2538
|
mso-style-name: bib_reportnum;
|
2498
2539
|
mso-style-unhide: no;
|
2499
2540
|
mso-style-parent: "";
|
2500
|
-
font-
|
2541
|
+
font-family: {{bodyfont}};
|
2501
2542
|
mso-ascii-font-family: Cambria;
|
2502
2543
|
mso-hansi-font-family: Cambria;
|
2503
2544
|
border: none;
|
2504
|
-
|
2545
|
+
{% if unpublished %}background:#CCCCFF;{% endif %} }
|
2505
2546
|
|
2506
2547
|
span.bibschool {
|
2507
2548
|
mso-style-name: bib_school;
|
2508
2549
|
mso-style-unhide: no;
|
2509
2550
|
mso-style-parent: "";
|
2510
|
-
font-
|
2551
|
+
font-family: {{bodyfont}};
|
2511
2552
|
mso-ascii-font-family: Cambria;
|
2512
2553
|
mso-hansi-font-family: Cambria;
|
2513
2554
|
border: none;
|
2514
|
-
|
2555
|
+
{% if unpublished %}background:#FFCC66;{% endif %} }
|
2515
2556
|
|
2516
2557
|
span.bibseries {
|
2517
2558
|
mso-style-name: bib_series;
|
2518
2559
|
mso-style-unhide: no;
|
2519
2560
|
mso-style-parent: "";
|
2520
|
-
font-
|
2561
|
+
font-family: {{bodyfont}};
|
2521
2562
|
mso-ascii-font-family: Cambria;
|
2522
2563
|
mso-hansi-font-family: Cambria;
|
2523
|
-
|
2564
|
+
{% if unpublished %}background:#FFCC99;{% endif %} }
|
2524
2565
|
|
2525
2566
|
span.bibseriesno {
|
2526
2567
|
mso-style-name: bib_seriesno;
|
2527
2568
|
mso-style-unhide: no;
|
2528
2569
|
mso-style-parent: "";
|
2529
|
-
font-
|
2570
|
+
font-family: {{bodyfont}};
|
2530
2571
|
mso-ascii-font-family: Cambria;
|
2531
2572
|
mso-hansi-font-family: Cambria;
|
2532
|
-
|
2573
|
+
{% if unpublished %}background:#FFFF99;{% endif %} }
|
2533
2574
|
|
2534
2575
|
span.bibtrans {
|
2535
2576
|
mso-style-name: bib_trans;
|
2536
2577
|
mso-style-unhide: no;
|
2537
2578
|
mso-style-parent: "";
|
2538
|
-
font-
|
2579
|
+
font-family: {{bodyfont}};
|
2539
2580
|
mso-ascii-font-family: Cambria;
|
2540
2581
|
mso-hansi-font-family: Cambria;
|
2541
|
-
|
2582
|
+
{% if unpublished %}background:#99CC00;{% endif %} }
|
2542
2583
|
|
2543
2584
|
span.stdsuppl {
|
2544
2585
|
mso-style-name: std_suppl;
|
2545
2586
|
mso-style-unhide: no;
|
2546
2587
|
mso-style-parent: "";
|
2547
|
-
font-
|
2588
|
+
font-family: {{bodyfont}};
|
2548
2589
|
mso-ascii-font-family: Cambria;
|
2549
2590
|
mso-hansi-font-family: Cambria;
|
2550
2591
|
border: none;
|
2551
|
-
|
2592
|
+
{% if unpublished %}background:#F6FBB5;{% endif %} }
|
2552
2593
|
|
2553
2594
|
span.citesection {
|
2554
2595
|
mso-style-name: cite_section;
|
2555
2596
|
mso-style-unhide: no;
|
2556
2597
|
mso-style-parent: "";
|
2557
|
-
font-
|
2598
|
+
font-family: {{bodyfont}};
|
2558
2599
|
mso-ascii-font-family: Cambria;
|
2559
2600
|
mso-hansi-font-family: Cambria;
|
2560
2601
|
border: none;
|
2561
|
-
|
2602
|
+
{% if unpublished %}background:#FF7C80;{% endif %} }
|
2562
2603
|
|
2563
2604
|
p.BaseText, li.BaseText, div.BaseText {
|
2564
2605
|
mso-style-name: Base_Text;
|
@@ -2615,7 +2656,7 @@ p.BodyText-, li.BodyText-, div.BodyText- {
|
|
2615
2656
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2616
2657
|
font-size: 9.0pt;
|
2617
2658
|
mso-bidi-font-size: {{normalfontsize}};
|
2618
|
-
font-
|
2659
|
+
font-family: {{bodyfont}};
|
2619
2660
|
mso-fareast-font-family: Calibri;
|
2620
2661
|
mso-bidi-font-family: "Times New Roman";
|
2621
2662
|
mso-ansi-language: EN-GB;
|
@@ -2635,7 +2676,7 @@ p.BodyTextindent1, li.BodyTextindent1, div.BodyTextindent1 {
|
|
2635
2676
|
mso-pagination: widow-orphan;
|
2636
2677
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2637
2678
|
font-size: {{normalfontsize}};
|
2638
|
-
font-
|
2679
|
+
font-family: {{bodyfont}};
|
2639
2680
|
mso-fareast-font-family: Calibri;
|
2640
2681
|
mso-bidi-font-family: "Times New Roman";
|
2641
2682
|
mso-ansi-language: EN-GB;
|
@@ -2656,7 +2697,7 @@ p.BodyTextindent1-, li.BodyTextindent1-, div.BodyTextindent1- {
|
|
2656
2697
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2657
2698
|
font-size: 9.0pt;
|
2658
2699
|
mso-bidi-font-size: {{normalfontsize}};
|
2659
|
-
font-
|
2700
|
+
font-family: {{bodyfont}};
|
2660
2701
|
mso-fareast-font-family: Calibri;
|
2661
2702
|
mso-bidi-font-family: "Times New Roman";
|
2662
2703
|
mso-ansi-language: EN-GB;
|
@@ -2675,7 +2716,7 @@ p.BodyTextIndent21, li.BodyTextIndent21, div.BodyTextIndent21 {
|
|
2675
2716
|
mso-pagination: widow-orphan;
|
2676
2717
|
font-size: {{normalfontsize}};
|
2677
2718
|
mso-bidi-font-size: 10.0pt;
|
2678
|
-
font-
|
2719
|
+
font-family: {{bodyfont}};
|
2679
2720
|
mso-fareast-font-family: "MS Mincho";
|
2680
2721
|
mso-bidi-font-family: "Times New Roman";
|
2681
2722
|
mso-ansi-language: EN-GB;
|
@@ -2695,7 +2736,7 @@ p.BodyTextindent2-, li.BodyTextindent2-, div.BodyTextindent2- {
|
|
2695
2736
|
mso-pagination: widow-orphan;
|
2696
2737
|
font-size: 9.0pt;
|
2697
2738
|
mso-bidi-font-size: 10.0pt;
|
2698
|
-
font-
|
2739
|
+
font-family: {{bodyfont}};
|
2699
2740
|
mso-fareast-font-family: "MS Mincho";
|
2700
2741
|
mso-bidi-font-family: "Times New Roman";
|
2701
2742
|
mso-ansi-language: EN-GB;
|
@@ -2715,7 +2756,7 @@ p.BodyTextIndent31, li.BodyTextIndent31, div.BodyTextIndent31 {
|
|
2715
2756
|
mso-pagination: widow-orphan;
|
2716
2757
|
font-size: {{normalfontsize}};
|
2717
2758
|
mso-bidi-font-size: 10.0pt;
|
2718
|
-
font-
|
2759
|
+
font-family: {{bodyfont}};
|
2719
2760
|
mso-fareast-font-family: "MS Mincho";
|
2720
2761
|
mso-bidi-font-family: "Times New Roman";
|
2721
2762
|
mso-ansi-language: EN-GB;
|
@@ -2735,7 +2776,7 @@ p.BodyTextindent3-, li.BodyTextindent3-, div.BodyTextindent3- {
|
|
2735
2776
|
mso-pagination: widow-orphan;
|
2736
2777
|
font-size: 9.0pt;
|
2737
2778
|
mso-bidi-font-size: 10.0pt;
|
2738
|
-
font-
|
2779
|
+
font-family: {{bodyfont}};
|
2739
2780
|
mso-fareast-font-family: "MS Mincho";
|
2740
2781
|
mso-bidi-font-family: "Times New Roman";
|
2741
2782
|
mso-ansi-language: EN-GB;
|
@@ -2755,7 +2796,7 @@ p.BodyTextindent4, li.BodyTextindent4, div.BodyTextindent4 {
|
|
2755
2796
|
mso-pagination: widow-orphan;
|
2756
2797
|
font-size: {{normalfontsize}};
|
2757
2798
|
mso-bidi-font-size: 10.0pt;
|
2758
|
-
font-
|
2799
|
+
font-family: {{bodyfont}};
|
2759
2800
|
mso-fareast-font-family: "MS Mincho";
|
2760
2801
|
mso-bidi-font-family: "Times New Roman";
|
2761
2802
|
mso-ansi-language: EN-GB;
|
@@ -2775,7 +2816,7 @@ p.BodyTextindent4-, li.BodyTextindent4-, div.BodyTextindent4- {
|
|
2775
2816
|
mso-pagination: widow-orphan;
|
2776
2817
|
font-size: 9.0pt;
|
2777
2818
|
mso-bidi-font-size: 10.0pt;
|
2778
|
-
font-
|
2819
|
+
font-family: {{bodyfont}};
|
2779
2820
|
mso-fareast-font-family: "MS Mincho";
|
2780
2821
|
mso-bidi-font-family: "Times New Roman";
|
2781
2822
|
mso-ansi-language: EN-GB;
|
@@ -2793,7 +2834,7 @@ p.BodyTextCenter, li.BodyTextCenter, div.BodyTextCenter {
|
|
2793
2834
|
line-height: 12.0pt;
|
2794
2835
|
mso-pagination: widow-orphan;
|
2795
2836
|
font-size: {{normalfontsize}};
|
2796
|
-
font-
|
2837
|
+
font-family: {{bodyfont}};
|
2797
2838
|
mso-fareast-font-family: Calibri;
|
2798
2839
|
mso-bidi-font-family: "Times New Roman";
|
2799
2840
|
mso-ansi-language: EN-GB;
|
@@ -2844,7 +2885,7 @@ p.CoverTitleA1, li.CoverTitleA1, div.CoverTitleA1 {
|
|
2844
2885
|
mso-pagination: widow-orphan;
|
2845
2886
|
font-size: 16.0pt;
|
2846
2887
|
mso-bidi-font-size: {{normalfontsize}};
|
2847
|
-
font-
|
2888
|
+
font-family: {{bodyfont}};
|
2848
2889
|
mso-fareast-font-family: Calibri;
|
2849
2890
|
mso-bidi-font-family: "Times New Roman";
|
2850
2891
|
mso-ansi-language: EN-GB;
|
@@ -2865,7 +2906,7 @@ p.CoverTitleA2, li.CoverTitleA2, div.CoverTitleA2 {
|
|
2865
2906
|
mso-pagination: widow-orphan;
|
2866
2907
|
font-size: 16.0pt;
|
2867
2908
|
mso-bidi-font-size: {{normalfontsize}};
|
2868
|
-
font-
|
2909
|
+
font-family: {{bodyfont}};
|
2869
2910
|
mso-fareast-font-family: Calibri;
|
2870
2911
|
mso-bidi-font-family: "Times New Roman";
|
2871
2912
|
mso-ansi-language: EN-GB;
|
@@ -2886,7 +2927,7 @@ p.CoverTitleA3, li.CoverTitleA3, div.CoverTitleA3 {
|
|
2886
2927
|
mso-pagination: widow-orphan;
|
2887
2928
|
font-size: 16.0pt;
|
2888
2929
|
mso-bidi-font-size: {{normalfontsize}};
|
2889
|
-
font-
|
2930
|
+
font-family: {{bodyfont}};
|
2890
2931
|
mso-fareast-font-family: Calibri;
|
2891
2932
|
mso-bidi-font-family: "Times New Roman";
|
2892
2933
|
mso-ansi-language: EN-GB;
|
@@ -2903,7 +2944,7 @@ p.CoverTitleB, li.CoverTitleB, div.CoverTitleB {
|
|
2903
2944
|
line-height: 12.0pt;
|
2904
2945
|
mso-pagination: widow-orphan;
|
2905
2946
|
font-size: {{normalfontsize}};
|
2906
|
-
font-
|
2947
|
+
font-family: {{bodyfont}};
|
2907
2948
|
mso-fareast-font-family: Calibri;
|
2908
2949
|
mso-bidi-font-family: "Times New Roman";
|
2909
2950
|
mso-ansi-language: FR;
|
@@ -2924,7 +2965,7 @@ p.Dimension100, li.Dimension100, div.Dimension100 {
|
|
2924
2965
|
mso-pagination: widow-orphan;
|
2925
2966
|
font-size: 10.0pt;
|
2926
2967
|
mso-bidi-font-size: {{normalfontsize}};
|
2927
|
-
font-
|
2968
|
+
font-family: {{bodyfont}};
|
2928
2969
|
mso-fareast-font-family: Calibri;
|
2929
2970
|
mso-bidi-font-family: "Times New Roman";
|
2930
2971
|
mso-ansi-language: EN-GB;
|
@@ -2943,7 +2984,7 @@ p.Dimension50, li.Dimension50, div.Dimension50 {
|
|
2943
2984
|
mso-pagination: widow-orphan;
|
2944
2985
|
font-size: 10.0pt;
|
2945
2986
|
mso-bidi-font-size: {{normalfontsize}};
|
2946
|
-
font-
|
2987
|
+
font-family: {{bodyfont}};
|
2947
2988
|
mso-fareast-font-family: Calibri;
|
2948
2989
|
mso-bidi-font-family: "Times New Roman";
|
2949
2990
|
mso-ansi-language: EN-GB;
|
@@ -2962,7 +3003,7 @@ p.Dimension75, li.Dimension75, div.Dimension75 {
|
|
2962
3003
|
mso-pagination: widow-orphan;
|
2963
3004
|
font-size: 10.0pt;
|
2964
3005
|
mso-bidi-font-size: {{normalfontsize}};
|
2965
|
-
font-
|
3006
|
+
font-family: {{bodyfont}};
|
2966
3007
|
mso-fareast-font-family: Calibri;
|
2967
3008
|
mso-bidi-font-family: "Times New Roman";
|
2968
3009
|
mso-ansi-language: EN-GB;
|
@@ -2983,7 +3024,7 @@ p.dl, li.dl, div.dl {
|
|
2983
3024
|
mso-pagination: widow-orphan;
|
2984
3025
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
2985
3026
|
font-size: {{normalfontsize}};
|
2986
|
-
font-
|
3027
|
+
font-family: {{bodyfont}};
|
2987
3028
|
mso-fareast-font-family: Calibri;
|
2988
3029
|
mso-bidi-font-family: "Times New Roman";
|
2989
3030
|
mso-ansi-language: EN-GB;
|
@@ -3004,7 +3045,7 @@ p.Example0, li.Example0, div.Example0 {
|
|
3004
3045
|
tab-stops: 67.7pt;
|
3005
3046
|
font-size: 10.0pt;
|
3006
3047
|
mso-bidi-font-size: {{normalfontsize}};
|
3007
|
-
font-
|
3048
|
+
font-family: {{bodyfont}};
|
3008
3049
|
mso-fareast-font-family: Calibri;
|
3009
3050
|
mso-bidi-font-family: "Times New Roman";
|
3010
3051
|
mso-ansi-language: EN-GB;
|
@@ -3025,7 +3066,7 @@ p.Examplecontinued, li.Examplecontinued, div.Examplecontinued {
|
|
3025
3066
|
tab-stops: 67.7pt;
|
3026
3067
|
font-size: 10.0pt;
|
3027
3068
|
mso-bidi-font-size: {{normalfontsize}};
|
3028
|
-
font-
|
3069
|
+
font-family: {{bodyfont}};
|
3029
3070
|
mso-fareast-font-family: Calibri;
|
3030
3071
|
mso-bidi-font-family: "Times New Roman";
|
3031
3072
|
mso-ansi-language: EN-GB;
|
@@ -3046,7 +3087,7 @@ p.Exampleindent, li.Exampleindent, div.Exampleindent {
|
|
3046
3087
|
tab-stops: 87.85pt;
|
3047
3088
|
font-size: 10.0pt;
|
3048
3089
|
mso-bidi-font-size: {{normalfontsize}};
|
3049
|
-
font-
|
3090
|
+
font-family: {{bodyfont}};
|
3050
3091
|
mso-fareast-font-family: Calibri;
|
3051
3092
|
mso-bidi-font-family: "Times New Roman";
|
3052
3093
|
mso-ansi-language: EN-GB;
|
@@ -3067,7 +3108,7 @@ p.Exampleindentcontinued, li.Exampleindentcontinued, div.Exampleindentcontinued
|
|
3067
3108
|
tab-stops: 87.85pt;
|
3068
3109
|
font-size: 10.0pt;
|
3069
3110
|
mso-bidi-font-size: {{normalfontsize}};
|
3070
|
-
font-
|
3111
|
+
font-family: {{bodyfont}};
|
3071
3112
|
mso-fareast-font-family: Calibri;
|
3072
3113
|
mso-bidi-font-family: "Times New Roman";
|
3073
3114
|
mso-ansi-language: EN-GB;
|
@@ -3088,7 +3129,7 @@ p.Figureexample, li.Figureexample, div.Figureexample {
|
|
3088
3129
|
tab-stops: 67.7pt;
|
3089
3130
|
font-size: 10.0pt;
|
3090
3131
|
mso-bidi-font-size: {{normalfontsize}};
|
3091
|
-
font-
|
3132
|
+
font-family: {{bodyfont}};
|
3092
3133
|
mso-fareast-font-family: Calibri;
|
3093
3134
|
mso-bidi-font-family: "Times New Roman";
|
3094
3135
|
mso-ansi-language: EN-GB;
|
@@ -3106,7 +3147,7 @@ p.FigureGraphic, li.FigureGraphic, div.FigureGraphic {
|
|
3106
3147
|
line-height: 12.0pt;
|
3107
3148
|
mso-pagination: widow-orphan;
|
3108
3149
|
font-size: {{normalfontsize}};
|
3109
|
-
font-
|
3150
|
+
font-family: {{bodyfont}};
|
3110
3151
|
mso-fareast-font-family: Calibri;
|
3111
3152
|
mso-bidi-font-family: "Times New Roman";
|
3112
3153
|
mso-ansi-language: EN-GB;
|
@@ -3127,7 +3168,7 @@ p.Note0, li.Note0, div.Note0 {
|
|
3127
3168
|
tab-stops: 48.25pt;
|
3128
3169
|
font-size: 10.0pt;
|
3129
3170
|
mso-bidi-font-size: {{normalfontsize}};
|
3130
|
-
font-
|
3171
|
+
font-family: {{bodyfont}};
|
3131
3172
|
mso-fareast-font-family: Calibri;
|
3132
3173
|
mso-bidi-font-family: "Times New Roman";
|
3133
3174
|
mso-ansi-language: EN-GB;
|
@@ -3148,7 +3189,7 @@ p.Figurenote, li.Figurenote, div.Figurenote {
|
|
3148
3189
|
tab-stops: 48.25pt;
|
3149
3190
|
font-size: 10.0pt;
|
3150
3191
|
mso-bidi-font-size: {{normalfontsize}};
|
3151
|
-
font-
|
3192
|
+
font-family: {{bodyfont}};
|
3152
3193
|
mso-fareast-font-family: Calibri;
|
3153
3194
|
mso-bidi-font-family: "Times New Roman";
|
3154
3195
|
mso-ansi-language: EN-GB;
|
@@ -3166,7 +3207,28 @@ p.Figuresubtitle, li.Figuresubtitle, div.Figuresubtitle {
|
|
3166
3207
|
line-height: 12.0pt;
|
3167
3208
|
mso-pagination: widow-orphan;
|
3168
3209
|
font-size: {{normalfontsize}};
|
3169
|
-
font-
|
3210
|
+
font-family: {{bodyfont}};
|
3211
|
+
mso-fareast-font-family: Calibri;
|
3212
|
+
mso-bidi-font-family: "Times New Roman";
|
3213
|
+
mso-ansi-language: EN-GB;
|
3214
|
+
mso-fareast-language: EN-US;
|
3215
|
+
font-weight: bold;
|
3216
|
+
mso-bidi-font-weight: normal; }
|
3217
|
+
|
3218
|
+
p.Figuretitle, li.Figuretitle, div.Figuretitle {
|
3219
|
+
mso-style-name: "Figure title";
|
3220
|
+
mso-style-unhide: no;
|
3221
|
+
mso-style-parent: Base_Heading;
|
3222
|
+
margin-top: 12.0pt;
|
3223
|
+
margin-right: 0cm;
|
3224
|
+
margin-bottom: 18.0pt;
|
3225
|
+
margin-left: 0cm;
|
3226
|
+
text-align: center;
|
3227
|
+
line-height: 12.0pt;
|
3228
|
+
mso-pagination: widow-orphan;
|
3229
|
+
mso-hyphenate: none;
|
3230
|
+
font-size: {{normalfontsize}};
|
3231
|
+
font-family: {{bodyfont}};
|
3170
3232
|
mso-fareast-font-family: Calibri;
|
3171
3233
|
mso-bidi-font-family: "Times New Roman";
|
3172
3234
|
mso-ansi-language: EN-GB;
|
@@ -3187,7 +3249,7 @@ p.Figuretitle0, li.Figuretitle0, div.Figuretitle0 {
|
|
3187
3249
|
mso-pagination: widow-orphan;
|
3188
3250
|
mso-hyphenate: none;
|
3189
3251
|
font-size: {{normalfontsize}};
|
3190
|
-
font-
|
3252
|
+
font-family: {{bodyfont}};
|
3191
3253
|
mso-fareast-font-family: Calibri;
|
3192
3254
|
mso-bidi-font-family: "Times New Roman";
|
3193
3255
|
mso-ansi-language: EN-GB;
|
@@ -3211,7 +3273,7 @@ p.KeyText, li.KeyText, div.KeyText {
|
|
3211
3273
|
tab-stops: 17.3pt;
|
3212
3274
|
font-size: 9.0pt;
|
3213
3275
|
mso-bidi-font-size: {{normalfontsize}};
|
3214
|
-
font-
|
3276
|
+
font-family: {{bodyfont}};
|
3215
3277
|
mso-fareast-font-family: Calibri;
|
3216
3278
|
mso-bidi-font-family: "Times New Roman";
|
3217
3279
|
mso-ansi-language: EN-GB;
|
@@ -3232,7 +3294,7 @@ p.KeyTitle, li.KeyTitle, div.KeyTitle {
|
|
3232
3294
|
tab-stops: 17.3pt;
|
3233
3295
|
font-size: 9.0pt;
|
3234
3296
|
mso-bidi-font-size: {{normalfontsize}};
|
3235
|
-
font-
|
3297
|
+
font-family: {{bodyfont}};
|
3236
3298
|
mso-fareast-font-family: Calibri;
|
3237
3299
|
mso-bidi-font-family: "Times New Roman";
|
3238
3300
|
mso-ansi-language: EN-GB;
|
@@ -3254,7 +3316,7 @@ p.ListContinue1, li.ListContinue1, div.ListContinue1 {
|
|
3254
3316
|
line-height: 12.0pt;
|
3255
3317
|
mso-pagination: widow-orphan;
|
3256
3318
|
font-size: {{normalfontsize}};
|
3257
|
-
font-
|
3319
|
+
font-family: {{bodyfont}};
|
3258
3320
|
mso-fareast-font-family: Calibri;
|
3259
3321
|
mso-bidi-font-family: "Times New Roman";
|
3260
3322
|
mso-ansi-language: EN-GB;
|
@@ -3275,7 +3337,7 @@ p.ListContinue1-, li.ListContinue1-, div.ListContinue1- {
|
|
3275
3337
|
mso-pagination: widow-orphan;
|
3276
3338
|
font-size: 10.0pt;
|
3277
3339
|
mso-bidi-font-size: {{normalfontsize}};
|
3278
|
-
font-
|
3340
|
+
font-family: {{bodyfont}};
|
3279
3341
|
mso-fareast-font-family: Calibri;
|
3280
3342
|
mso-bidi-font-family: "Times New Roman";
|
3281
3343
|
mso-ansi-language: EN-GB;
|
@@ -3316,7 +3378,7 @@ p.ListContinue3-, li.ListContinue3-, div.ListContinue3- {
|
|
3316
3378
|
mso-pagination: widow-orphan;
|
3317
3379
|
font-size: 10.0pt;
|
3318
3380
|
mso-bidi-font-size: {{normalfontsize}};
|
3319
|
-
font-
|
3381
|
+
font-family: {{bodyfont}};
|
3320
3382
|
mso-fareast-font-family: Calibri;
|
3321
3383
|
mso-bidi-font-family: "Times New Roman";
|
3322
3384
|
mso-ansi-language: EN-GB;
|
@@ -3337,7 +3399,7 @@ p.ListContinue4-, li.ListContinue4-, div.ListContinue4- {
|
|
3337
3399
|
mso-pagination: widow-orphan;
|
3338
3400
|
font-size: 10.0pt;
|
3339
3401
|
mso-bidi-font-size: {{normalfontsize}};
|
3340
|
-
font-
|
3402
|
+
font-family: {{bodyfont}};
|
3341
3403
|
mso-fareast-font-family: Calibri;
|
3342
3404
|
mso-bidi-font-family: "Times New Roman";
|
3343
3405
|
mso-ansi-language: EN-GB;
|
@@ -3357,7 +3419,7 @@ p.ListNumber1, li.ListNumber1, div.ListNumber1 {
|
|
3357
3419
|
line-height: 12.0pt;
|
3358
3420
|
mso-pagination: widow-orphan;
|
3359
3421
|
font-size: {{normalfontsize}};
|
3360
|
-
font-
|
3422
|
+
font-family: {{bodyfont}};
|
3361
3423
|
mso-fareast-font-family: Calibri;
|
3362
3424
|
mso-bidi-font-family: "Times New Roman";
|
3363
3425
|
mso-ansi-language: EN-GB;
|
@@ -3378,7 +3440,7 @@ p.ListNumber1-, li.ListNumber1-, div.ListNumber1- {
|
|
3378
3440
|
mso-pagination: widow-orphan;
|
3379
3441
|
font-size: 10.0pt;
|
3380
3442
|
mso-bidi-font-size: {{normalfontsize}};
|
3381
|
-
font-
|
3443
|
+
font-family: {{bodyfont}};
|
3382
3444
|
mso-fareast-font-family: Calibri;
|
3383
3445
|
mso-bidi-font-family: "Times New Roman";
|
3384
3446
|
mso-ansi-language: EN-GB;
|
@@ -3400,7 +3462,7 @@ p.ListNumber2-, li.ListNumber2-, div.ListNumber2- {
|
|
3400
3462
|
mso-pagination: widow-orphan;
|
3401
3463
|
font-size: 10.0pt;
|
3402
3464
|
mso-bidi-font-size: {{normalfontsize}};
|
3403
|
-
font-
|
3465
|
+
font-family: {{bodyfont}};
|
3404
3466
|
mso-fareast-font-family: Calibri;
|
3405
3467
|
mso-bidi-font-family: "Times New Roman";
|
3406
3468
|
mso-ansi-language: EN-GB;
|
@@ -3421,7 +3483,7 @@ p.ListNumber3-, li.ListNumber3-, div.ListNumber3- {
|
|
3421
3483
|
mso-pagination: widow-orphan;
|
3422
3484
|
font-size: 10.0pt;
|
3423
3485
|
mso-bidi-font-size: {{normalfontsize}};
|
3424
|
-
font-
|
3486
|
+
font-family: {{bodyfont}};
|
3425
3487
|
mso-fareast-font-family: Calibri;
|
3426
3488
|
mso-bidi-font-family: "Times New Roman";
|
3427
3489
|
mso-ansi-language: EN-GB;
|
@@ -3442,7 +3504,7 @@ p.ListNumber4-, li.ListNumber4-, div.ListNumber4- {
|
|
3442
3504
|
mso-pagination: widow-orphan;
|
3443
3505
|
font-size: 10.0pt;
|
3444
3506
|
mso-bidi-font-size: {{normalfontsize}};
|
3445
|
-
font-
|
3507
|
+
font-family: {{bodyfont}};
|
3446
3508
|
mso-fareast-font-family: Calibri;
|
3447
3509
|
mso-bidi-font-family: "Times New Roman";
|
3448
3510
|
mso-ansi-language: EN-GB;
|
@@ -3461,7 +3523,7 @@ p.Tabletitle0, li.Tabletitle0, div.Tabletitle0 {
|
|
3461
3523
|
mso-pagination: widow-orphan;
|
3462
3524
|
mso-hyphenate: none;
|
3463
3525
|
font-size: {{normalfontsize}};
|
3464
|
-
font-
|
3526
|
+
font-family: {{bodyfont}};
|
3465
3527
|
mso-fareast-font-family: Calibri;
|
3466
3528
|
mso-bidi-font-family: "Times New Roman";
|
3467
3529
|
mso-ansi-language: EN-GB;
|
@@ -3482,7 +3544,7 @@ p.Tablebody-, li.Tablebody-, div.Tablebody- {
|
|
3482
3544
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3483
3545
|
font-size: 9.0pt;
|
3484
3546
|
mso-bidi-font-size: {{normalfontsize}};
|
3485
|
-
font-
|
3547
|
+
font-family: {{bodyfont}};
|
3486
3548
|
mso-fareast-font-family: Calibri;
|
3487
3549
|
mso-bidi-font-family: "Times New Roman";
|
3488
3550
|
mso-ansi-language: EN-GB;
|
@@ -3501,7 +3563,7 @@ p.Tablebody--, li.Tablebody--, div.Tablebody-- {
|
|
3501
3563
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3502
3564
|
font-size: 8.0pt;
|
3503
3565
|
mso-bidi-font-size: {{normalfontsize}};
|
3504
|
-
font-
|
3566
|
+
font-family: {{bodyfont}};
|
3505
3567
|
mso-fareast-font-family: Calibri;
|
3506
3568
|
mso-bidi-font-family: "Times New Roman";
|
3507
3569
|
mso-ansi-language: EN-GB;
|
@@ -3519,7 +3581,7 @@ p.Tablebody0, li.Tablebody0, div.Tablebody0 {
|
|
3519
3581
|
mso-pagination: widow-orphan;
|
3520
3582
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3521
3583
|
font-size: {{normalfontsize}};
|
3522
|
-
font-
|
3584
|
+
font-family: {{bodyfont}};
|
3523
3585
|
mso-fareast-font-family: Calibri;
|
3524
3586
|
mso-bidi-font-family: "Times New Roman";
|
3525
3587
|
mso-ansi-language: EN-GB;
|
@@ -3540,7 +3602,7 @@ p.Tablefooter, li.Tablefooter, div.Tablefooter {
|
|
3540
3602
|
tab-stops: 17.3pt;
|
3541
3603
|
font-size: 9.0pt;
|
3542
3604
|
mso-bidi-font-size: {{normalfontsize}};
|
3543
|
-
font-
|
3605
|
+
font-family: {{bodyfont}};
|
3544
3606
|
mso-fareast-font-family: Calibri;
|
3545
3607
|
mso-bidi-font-family: "Times New Roman";
|
3546
3608
|
mso-ansi-language: EN-GB;
|
@@ -3559,7 +3621,7 @@ p.Tableheader, li.Tableheader, div.Tableheader {
|
|
3559
3621
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3560
3622
|
font-size: 10.0pt;
|
3561
3623
|
mso-bidi-font-size: {{normalfontsize}};
|
3562
|
-
font-
|
3624
|
+
font-family: {{bodyfont}};
|
3563
3625
|
mso-fareast-font-family: Calibri;
|
3564
3626
|
mso-bidi-font-family: "Times New Roman";
|
3565
3627
|
mso-ansi-language: EN-GB;
|
@@ -3578,7 +3640,7 @@ p.Tableheader-, li.Tableheader-, div.Tableheader- {
|
|
3578
3640
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3579
3641
|
font-size: 9.0pt;
|
3580
3642
|
mso-bidi-font-size: {{normalfontsize}};
|
3581
|
-
font-
|
3643
|
+
font-family: {{bodyfont}};
|
3582
3644
|
mso-fareast-font-family: Calibri;
|
3583
3645
|
mso-bidi-font-family: "Times New Roman";
|
3584
3646
|
mso-ansi-language: EN-GB;
|
@@ -3597,7 +3659,7 @@ p.Tableheader--, li.Tableheader--, div.Tableheader-- {
|
|
3597
3659
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3598
3660
|
font-size: 8.0pt;
|
3599
3661
|
mso-bidi-font-size: {{normalfontsize}};
|
3600
|
-
font-
|
3662
|
+
font-family: {{bodyfont}};
|
3601
3663
|
mso-fareast-font-family: Calibri;
|
3602
3664
|
mso-bidi-font-family: "Times New Roman";
|
3603
3665
|
mso-ansi-language: EN-GB;
|
@@ -3615,7 +3677,7 @@ p.Tableheader0, li.Tableheader0, div.Tableheader0 {
|
|
3615
3677
|
mso-pagination: widow-orphan;
|
3616
3678
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3617
3679
|
font-size: {{normalfontsize}};
|
3618
|
-
font-
|
3680
|
+
font-family: {{bodyfont}};
|
3619
3681
|
mso-fareast-font-family: Calibri;
|
3620
3682
|
mso-bidi-font-family: "Times New Roman";
|
3621
3683
|
mso-ansi-language: EN-GB;
|
@@ -3635,7 +3697,7 @@ p.Notice, li.Notice, div.Notice {
|
|
3635
3697
|
mso-pagination: widow-orphan;
|
3636
3698
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3637
3699
|
font-size: {{normalfontsize}};
|
3638
|
-
font-
|
3700
|
+
font-family: {{bodyfont}};
|
3639
3701
|
mso-fareast-font-family: Calibri;
|
3640
3702
|
mso-bidi-font-family: "Times New Roman";
|
3641
3703
|
mso-ansi-language: EN-GB;
|
@@ -3655,7 +3717,7 @@ p.p2, li.p2, div.p2 {
|
|
3655
3717
|
mso-pagination: widow-orphan;
|
3656
3718
|
tab-stops: 28.1pt;
|
3657
3719
|
font-size: {{normalfontsize}};
|
3658
|
-
font-
|
3720
|
+
font-family: {{bodyfont}};
|
3659
3721
|
mso-fareast-font-family: Calibri;
|
3660
3722
|
mso-bidi-font-family: "Times New Roman";
|
3661
3723
|
mso-ansi-language: EN-GB;
|
@@ -3675,7 +3737,7 @@ p.p3, li.p3, div.p3 {
|
|
3675
3737
|
mso-pagination: widow-orphan;
|
3676
3738
|
tab-stops: 36.0pt;
|
3677
3739
|
font-size: {{normalfontsize}};
|
3678
|
-
font-
|
3740
|
+
font-family: {{bodyfont}};
|
3679
3741
|
mso-fareast-font-family: Calibri;
|
3680
3742
|
mso-bidi-font-family: "Times New Roman";
|
3681
3743
|
mso-ansi-language: EN-GB;
|
@@ -3695,7 +3757,7 @@ p.p4, li.p4, div.p4 {
|
|
3695
3757
|
mso-pagination: widow-orphan;
|
3696
3758
|
tab-stops: 54.7pt;
|
3697
3759
|
font-size: {{normalfontsize}};
|
3698
|
-
font-
|
3760
|
+
font-family: {{bodyfont}};
|
3699
3761
|
mso-fareast-font-family: Calibri;
|
3700
3762
|
mso-bidi-font-family: "Times New Roman";
|
3701
3763
|
mso-ansi-language: EN-GB;
|
@@ -3715,7 +3777,7 @@ p.p5, li.p5, div.p5 {
|
|
3715
3777
|
mso-pagination: widow-orphan;
|
3716
3778
|
tab-stops: 54.7pt;
|
3717
3779
|
font-size: {{normalfontsize}};
|
3718
|
-
font-
|
3780
|
+
font-family: {{bodyfont}};
|
3719
3781
|
mso-fareast-font-family: Calibri;
|
3720
3782
|
mso-bidi-font-family: "Times New Roman";
|
3721
3783
|
mso-ansi-language: EN-GB;
|
@@ -3735,7 +3797,7 @@ p.p6, li.p6, div.p6 {
|
|
3735
3797
|
mso-pagination: widow-orphan;
|
3736
3798
|
tab-stops: 72.0pt;
|
3737
3799
|
font-size: {{normalfontsize}};
|
3738
|
-
font-
|
3800
|
+
font-family: {{bodyfont}};
|
3739
3801
|
mso-fareast-font-family: Calibri;
|
3740
3802
|
mso-bidi-font-family: "Times New Roman";
|
3741
3803
|
mso-ansi-language: EN-GB;
|
@@ -3754,7 +3816,7 @@ p.RefNorm, li.RefNorm, div.RefNorm {
|
|
3754
3816
|
line-height: 12.0pt;
|
3755
3817
|
mso-pagination: widow-orphan;
|
3756
3818
|
font-size: {{normalfontsize}};
|
3757
|
-
font-
|
3819
|
+
font-family: {{bodyfont}};
|
3758
3820
|
mso-fareast-font-family: Calibri;
|
3759
3821
|
mso-bidi-font-family: "Times New Roman";
|
3760
3822
|
mso-ansi-language: EN-GB;
|
@@ -3775,7 +3837,7 @@ p.Notecontinued, li.Notecontinued, div.Notecontinued {
|
|
3775
3837
|
tab-stops: 48.25pt;
|
3776
3838
|
font-size: {{smallerfontsize}};
|
3777
3839
|
mso-bidi-font-size: {{normalfontsize}};
|
3778
|
-
font-
|
3840
|
+
font-family: {{bodyfont}};
|
3779
3841
|
mso-fareast-font-family: Calibri;
|
3780
3842
|
mso-bidi-font-family: "Times New Roman";
|
3781
3843
|
mso-ansi-language: EN-GB;
|
@@ -3796,7 +3858,7 @@ p.Noteindent, li.Noteindent, div.Noteindent {
|
|
3796
3858
|
tab-stops: 68.4pt;
|
3797
3859
|
font-size: {{smallerfontsize}};
|
3798
3860
|
mso-bidi-font-size: {{normalfontsize}};
|
3799
|
-
font-
|
3861
|
+
font-family: {{bodyfont}};
|
3800
3862
|
mso-fareast-font-family: Calibri;
|
3801
3863
|
mso-bidi-font-family: "Times New Roman";
|
3802
3864
|
mso-ansi-language: EN-GB;
|
@@ -3818,7 +3880,7 @@ p.Noteindentcontinued, li.Noteindentcontinued, div.Noteindentcontinued {
|
|
3818
3880
|
tab-stops: 68.4pt;
|
3819
3881
|
font-size: {{smallerfontsize}};
|
3820
3882
|
mso-bidi-font-size: {{normalfontsize}};
|
3821
|
-
font-
|
3883
|
+
font-family: {{bodyfont}};
|
3822
3884
|
mso-fareast-font-family: Calibri;
|
3823
3885
|
mso-bidi-font-family: "Times New Roman";
|
3824
3886
|
mso-ansi-language: EN-GB;
|
@@ -3950,7 +4012,7 @@ p.ListNumber5-, li.ListNumber5-, div.ListNumber5- {
|
|
3950
4012
|
mso-pagination: widow-orphan;
|
3951
4013
|
font-size: {{smallerfontsize}};
|
3952
4014
|
mso-bidi-font-size: {{normalfontsize}};
|
3953
|
-
font-
|
4015
|
+
font-family: {{bodyfont}};
|
3954
4016
|
mso-fareast-font-family: Calibri;
|
3955
4017
|
mso-bidi-font-family: "Times New Roman";
|
3956
4018
|
mso-ansi-language: EN-GB;
|
@@ -3972,7 +4034,7 @@ p.ListContinue5-, li.ListContinue5-, div.ListContinue5- {
|
|
3972
4034
|
mso-pagination: widow-orphan;
|
3973
4035
|
font-size: {{smallerfontsize}};
|
3974
4036
|
mso-bidi-font-size: {{normalfontsize}};
|
3975
|
-
font-
|
4037
|
+
font-family: {{bodyfont}};
|
3976
4038
|
mso-fareast-font-family: Calibri;
|
3977
4039
|
mso-bidi-font-family: "Times New Roman";
|
3978
4040
|
mso-ansi-language: EN-GB;
|
@@ -3993,7 +4055,7 @@ p.BiblioText, li.BiblioText, div.BiblioText {
|
|
3993
4055
|
mso-pagination: widow-orphan;
|
3994
4056
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
3995
4057
|
font-size: {{normalfontsize}};
|
3996
|
-
font-
|
4058
|
+
font-family: {{bodyfont}};
|
3997
4059
|
mso-fareast-font-family: Calibri;
|
3998
4060
|
mso-bidi-font-family: "Times New Roman";
|
3999
4061
|
mso-ansi-language: EN-GB;
|
@@ -4011,7 +4073,7 @@ p.FigureImage, li.FigureImage, div.FigureImage {
|
|
4011
4073
|
line-height: 12.0pt;
|
4012
4074
|
mso-pagination: widow-orphan;
|
4013
4075
|
font-size: {{normalfontsize}};
|
4014
|
-
font-
|
4076
|
+
font-family: {{bodyfont}};
|
4015
4077
|
mso-fareast-font-family: Calibri;
|
4016
4078
|
mso-bidi-font-family: "Times New Roman";
|
4017
4079
|
mso-ansi-language: EN-GB;
|
@@ -4034,7 +4096,7 @@ p.Figuredescription, li.Figuredescription, div.Figuredescription {
|
|
4034
4096
|
mso-pattern: gray-10 auto;
|
4035
4097
|
font-size: {{normalfontsize}};
|
4036
4098
|
mso-bidi-font-size: 12.0pt;
|
4037
|
-
font-
|
4099
|
+
font-family: {{bodyfont}};
|
4038
4100
|
mso-fareast-font-family: Calibri;
|
4039
4101
|
mso-bidi-font-family: "Times New Roman";
|
4040
4102
|
mso-ansi-language: EN-GB;
|
@@ -4058,7 +4120,7 @@ p.Formuladescription, li.Formuladescription, div.Formuladescription {
|
|
4058
4120
|
mso-pattern: gray-10 auto;
|
4059
4121
|
font-size: {{normalfontsize}};
|
4060
4122
|
mso-bidi-font-size: 12.0pt;
|
4061
|
-
font-
|
4123
|
+
font-family: {{bodyfont}};
|
4062
4124
|
mso-fareast-font-family: Calibri;
|
4063
4125
|
mso-bidi-font-family: "Times New Roman";
|
4064
4126
|
mso-ansi-language: EN-GB;
|
@@ -4081,7 +4143,7 @@ p.Tabledescription, li.Tabledescription, div.Tabledescription {
|
|
4081
4143
|
mso-pattern: gray-10 auto;
|
4082
4144
|
font-size: {{normalfontsize}};
|
4083
4145
|
mso-bidi-font-size: 12.0pt;
|
4084
|
-
font-
|
4146
|
+
font-family: {{bodyfont}};
|
4085
4147
|
mso-fareast-font-family: Calibri;
|
4086
4148
|
mso-bidi-font-family: "Times New Roman";
|
4087
4149
|
mso-ansi-language: EN-GB;
|
@@ -4103,7 +4165,7 @@ p.Box-begin, li.Box-begin, div.Box-begin {
|
|
4103
4165
|
background: #D9D9D9;
|
4104
4166
|
font-size: {{normalfontsize}};
|
4105
4167
|
mso-bidi-font-size: 12.0pt;
|
4106
|
-
font-
|
4168
|
+
font-family: {{bodyfont}};
|
4107
4169
|
mso-fareast-font-family: Calibri;
|
4108
4170
|
mso-bidi-font-family: "Times New Roman";
|
4109
4171
|
mso-ansi-language: EN-GB;
|
@@ -4123,7 +4185,7 @@ p.Box-end, li.Box-end, div.Box-end {
|
|
4123
4185
|
background: #D9D9D9;
|
4124
4186
|
font-size: {{normalfontsize}};
|
4125
4187
|
mso-bidi-font-size: 12.0pt;
|
4126
|
-
font-
|
4188
|
+
font-family: {{bodyfont}};
|
4127
4189
|
mso-fareast-font-family: Calibri;
|
4128
4190
|
mso-bidi-font-family: "Times New Roman";
|
4129
4191
|
mso-ansi-language: EN-GB;
|
@@ -4143,7 +4205,7 @@ p.Box-title, li.Box-title, div.Box-title {
|
|
4143
4205
|
background: #E6E6E6;
|
4144
4206
|
font-size: 13.0pt;
|
4145
4207
|
mso-bidi-font-size: 12.0pt;
|
4146
|
-
font-
|
4208
|
+
font-family: {{bodyfont}};
|
4147
4209
|
mso-fareast-font-family: Calibri;
|
4148
4210
|
mso-bidi-font-family: "Times New Roman";
|
4149
4211
|
mso-ansi-language: EN-GB;
|
@@ -4169,7 +4231,7 @@ p.FrontHead, li.FrontHead, div.FrontHead {
|
|
4169
4231
|
mso-hyphenate: none;
|
4170
4232
|
font-size: 14.0pt;
|
4171
4233
|
mso-bidi-font-size: {{normalfontsize}};
|
4172
|
-
font-
|
4234
|
+
font-family: {{headerfont}};
|
4173
4235
|
mso-fareast-font-family: Calibri;
|
4174
4236
|
mso-bidi-font-family: "Times New Roman";
|
4175
4237
|
mso-ansi-language: EN-GB;
|
@@ -4191,7 +4253,7 @@ p.IndexHead, li.IndexHead, div.IndexHead {
|
|
4191
4253
|
mso-pagination: widow-orphan;
|
4192
4254
|
mso-outline-level: 1;
|
4193
4255
|
font-size: 14.0pt;
|
4194
|
-
font-
|
4256
|
+
font-family: {{headerfont}};
|
4195
4257
|
mso-fareast-font-family: Calibri;
|
4196
4258
|
mso-bidi-font-family: "Times New Roman";
|
4197
4259
|
mso-ansi-language: EN-GB;
|
@@ -4212,7 +4274,7 @@ p.BodyTextIndent22, li.BodyTextIndent22, div.BodyTextIndent22 {
|
|
4212
4274
|
mso-pagination: widow-orphan;
|
4213
4275
|
font-size: {{normalfontsize}};
|
4214
4276
|
mso-bidi-font-size: {{smallerfontsize}};
|
4215
|
-
font-
|
4277
|
+
font-family: {{bodyfont}};
|
4216
4278
|
mso-fareast-font-family: "MS Mincho";
|
4217
4279
|
mso-bidi-font-family: "Times New Roman";
|
4218
4280
|
mso-ansi-language: EN-GB;
|
@@ -4232,7 +4294,7 @@ p.BodyTextIndent32, li.BodyTextIndent32, div.BodyTextIndent32 {
|
|
4232
4294
|
mso-pagination: widow-orphan;
|
4233
4295
|
font-size: {{normalfontsize}};
|
4234
4296
|
mso-bidi-font-size: {{smallerfontsize}};
|
4235
|
-
font-
|
4297
|
+
font-family: {{bodyfont}};
|
4236
4298
|
mso-fareast-font-family: "MS Mincho";
|
4237
4299
|
mso-bidi-font-family: "Times New Roman";
|
4238
4300
|
mso-ansi-language: EN-GB;
|
@@ -4253,7 +4315,7 @@ p.Exampleindent2, li.Exampleindent2, div.Exampleindent2 {
|
|
4253
4315
|
tab-stops: 67.7pt 87.9pt;
|
4254
4316
|
font-size: {{smallerfontsize}};
|
4255
4317
|
mso-bidi-font-size: {{normalfontsize}};
|
4256
|
-
font-
|
4318
|
+
font-family: {{bodyfont}};
|
4257
4319
|
mso-fareast-font-family: Calibri;
|
4258
4320
|
mso-bidi-font-family: "Times New Roman";
|
4259
4321
|
mso-ansi-language: EN-GB;
|
@@ -4274,7 +4336,7 @@ p.Exampleindent2continued, li.Exampleindent2continued, div.Exampleindent2continu
|
|
4274
4336
|
tab-stops: 19.85pt 39.7pt 59.55pt 79.4pt 99.25pt 119.05pt 138.9pt 158.75pt 178.6pt 7.0cm;
|
4275
4337
|
font-size: {{smallerfontsize}};
|
4276
4338
|
mso-bidi-font-size: {{normalfontsize}};
|
4277
|
-
font-
|
4339
|
+
font-family: {{bodyfont}};
|
4278
4340
|
mso-fareast-font-family: Calibri;
|
4279
4341
|
mso-bidi-font-family: "Times New Roman";
|
4280
4342
|
mso-ansi-language: EN-GB;
|
@@ -4295,7 +4357,7 @@ p.Noteindent2continued, li.Noteindent2continued, div.Noteindent2continued {
|
|
4295
4357
|
tab-stops: 87.9pt;
|
4296
4358
|
font-size: {{smallerfontsize}};
|
4297
4359
|
mso-bidi-font-size: {{normalfontsize}};
|
4298
|
-
font-
|
4360
|
+
font-family: {{bodyfont}};
|
4299
4361
|
mso-fareast-font-family: Calibri;
|
4300
4362
|
mso-bidi-font-family: "Times New Roman";
|
4301
4363
|
mso-ansi-language: EN-GB;
|
@@ -4316,7 +4378,7 @@ p.Noteindent2, li.Noteindent2, div.Noteindent2 {
|
|
4316
4378
|
tab-stops: 87.9pt;
|
4317
4379
|
font-size: {{smallerfontsize}};
|
4318
4380
|
mso-bidi-font-size: {{normalfontsize}};
|
4319
|
-
font-
|
4381
|
+
font-family: {{bodyfont}};
|
4320
4382
|
mso-fareast-font-family: Calibri;
|
4321
4383
|
mso-bidi-font-family: "Times New Roman";
|
4322
4384
|
mso-ansi-language: EN-GB;
|