Skip to contents

The IEA uses full country names, but it is more concise to use the 3-letter ISO abbreviations. This function replaces the full country names with ISO abbreviations where possible.

Usage

use_iso_countries(
  .iea_df,
  override_df = IEATools::override_iso_codes_df,
  country = IEATools::iea_cols$country,
  pfu_code = IEATools::country_concordance_cols$pfu_code,
  iea_name = IEATools::country_concordance_cols$iea_name,
  override_suffix = "...override"
)

Arguments

.iea_df

A data frame containing a country column.

override_df

A data frame containing columns named pfu_code and iea_name. Default is IEATools::overide_iso_codes_df.

country

The name of the country column in .iea_df. Default is IEATools::iea_cols$country.

pfu_code, iea_name

See IEATools::countryconcordance_cols.

override_suffix

A suffix added to override columns. Default is "...override".

Value

.iea_df with 3-letter ISO country abbreviations in the country column.

Details

Internally, the countrycode package is used for ISO codes where possible. Optionally, an override_df can be specified. override_df should contain columns pfu_code (for 3-letter ISO codes) and iea_name for country names.

If neither the countrycode package nor override_df contain a matching country name, the country column is left untouched.

By default, special cases are considered via the override_df argument. The default value of override_df sets codes for China and Hong Kong, as well as World X bunkers.

Examples

sample_iea_data_path() %>% 
  iea_df() %>%
  rename_iea_df_cols() %>% 
  use_iso_countries()
#>       Country
#> 1         GHA
#> 2         GHA
#> 3         GHA
#> 4         GHA
#> 5         GHA
#> 6         GHA
#> 7         GHA
#> 8         GHA
#> 9         GHA
#> 10        GHA
#> 11        GHA
#> 12        GHA
#> 13        GHA
#> 14        GHA
#> 15        GHA
#> 16        GHA
#> 17        GHA
#> 18        GHA
#> 19        GHA
#> 20        GHA
#> 21        GHA
#> 22        GHA
#> 23        GHA
#> 24        GHA
#> 25        GHA
#> 26        GHA
#> 27        GHA
#> 28        GHA
#> 29        GHA
#> 30        GHA
#> 31        GHA
#> 32        GHA
#> 33        GHA
#> 34        GHA
#> 35        GHA
#> 36        GHA
#> 37        GHA
#> 38        GHA
#> 39        GHA
#> 40        GHA
#> 41        GHA
#> 42        GHA
#> 43        GHA
#> 44        GHA
#> 45        GHA
#> 46        GHA
#> 47        GHA
#> 48        GHA
#> 49        GHA
#> 50        GHA
#> 51        GHA
#> 52        GHA
#> 53        GHA
#> 54        GHA
#> 55        GHA
#> 56        GHA
#> 57        GHA
#> 58        GHA
#> 59        GHA
#> 60        GHA
#> 61        GHA
#> 62        GHA
#> 63        GHA
#> 64        GHA
#> 65        GHA
#> 66        GHA
#> 67        GHA
#> 68        GHA
#> 69        GHA
#> 70        GHA
#> 71        GHA
#> 72        GHA
#> 73        GHA
#> 74        GHA
#> 75        GHA
#> 76        GHA
#> 77        GHA
#> 78        GHA
#> 79        GHA
#> 80        GHA
#> 81        GHA
#> 82        GHA
#> 83        GHA
#> 84        GHA
#> 85        GHA
#> 86        GHA
#> 87        GHA
#> 88        GHA
#> 89        GHA
#> 90        GHA
#> 91        GHA
#> 92        GHA
#> 93        GHA
#> 94        GHA
#> 95        GHA
#> 96        GHA
#> 97        GHA
#> 98        GHA
#> 99        GHA
#> 100       GHA
#> 101       GHA
#> 102       GHA
#> 103       GHA
#> 104       GHA
#> 105       GHA
#> 106       GHA
#> 107       GHA
#> 108       GHA
#> 109       GHA
#> 110       GHA
#> 111       GHA
#> 112       GHA
#> 113       GHA
#> 114       GHA
#> 115       GHA
#> 116       GHA
#> 117       GHA
#> 118       GHA
#> 119       GHA
#> 120       GHA
#> 121       GHA
#> 122       GHA
#> 123       GHA
#> 124       GHA
#> 125       GHA
#> 126       GHA
#> 127       GHA
#> 128       GHA
#> 129       GHA
#> 130       GHA
#> 131       GHA
#> 132       GHA
#> 133       GHA
#> 134       GHA
#> 135       GHA
#> 136       GHA
#> 137       GHA
#> 138       GHA
#> 139       GHA
#> 140       GHA
#> 141       GHA
#> 142       GHA
#> 143       GHA
#> 144       GHA
#> 145       GHA
#> 146       GHA
#> 147       GHA
#> 148       GHA
#> 149       GHA
#> 150       GHA
#> 151       GHA
#> 152       GHA
#> 153       GHA
#> 154       GHA
#> 155       GHA
#> 156       GHA
#> 157       GHA
#> 158       GHA
#> 159       GHA
#> 160       GHA
#> 161       GHA
#> 162       GHA
#> 163       GHA
#> 164       GHA
#> 165       GHA
#> 166       GHA
#> 167       GHA
#> 168       GHA
#> 169       GHA
#> 170       GHA
#> 171       GHA
#> 172       GHA
#> 173       GHA
#> 174       GHA
#> 175       GHA
#> 176       GHA
#> 177       GHA
#> 178       GHA
#> 179       GHA
#> 180       GHA
#> 181       GHA
#> 182       GHA
#> 183       GHA
#> 184       GHA
#> 185       GHA
#> 186       GHA
#> 187       GHA
#> 188       GHA
#> 189       GHA
#> 190       GHA
#> 191       GHA
#> 192       GHA
#> 193       GHA
#> 194       GHA
#> 195       GHA
#> 196       GHA
#> 197       GHA
#> 198       GHA
#> 199       GHA
#> 200       GHA
#> 201       GHA
#> 202       GHA
#> 203       GHA
#> 204       GHA
#> 205       GHA
#> 206       GHA
#> 207       GHA
#> 208       GHA
#> 209       GHA
#> 210       GHA
#> 211       GHA
#> 212       GHA
#> 213       GHA
#> 214       GHA
#> 215       GHA
#> 216       GHA
#> 217       GHA
#> 218       GHA
#> 219       GHA
#> 220       GHA
#> 221       GHA
#> 222       GHA
#> 223       GHA
#> 224       GHA
#> 225       GHA
#> 226       GHA
#> 227       GHA
#> 228       GHA
#> 229       GHA
#> 230       GHA
#> 231       GHA
#> 232       GHA
#> 233       GHA
#> 234       GHA
#> 235       GHA
#> 236       GHA
#> 237       GHA
#> 238       GHA
#> 239       GHA
#> 240       GHA
#> 241       GHA
#> 242       GHA
#> 243       GHA
#> 244       GHA
#> 245       GHA
#> 246       GHA
#> 247       GHA
#> 248       GHA
#> 249       GHA
#> 250       GHA
#> 251       GHA
#> 252       GHA
#> 253       GHA
#> 254       GHA
#> 255       GHA
#> 256       GHA
#> 257       GHA
#> 258       GHA
#> 259       GHA
#> 260       GHA
#> 261       GHA
#> 262       GHA
#> 263       GHA
#> 264       GHA
#> 265       GHA
#> 266       GHA
#> 267       GHA
#> 268       GHA
#> 269       GHA
#> 270       GHA
#> 271       GHA
#> 272       GHA
#> 273       GHA
#> 274       GHA
#> 275       GHA
#> 276       GHA
#> 277       GHA
#> 278       GHA
#> 279       GHA
#> 280       GHA
#> 281       GHA
#> 282       GHA
#> 283       GHA
#> 284       GHA
#> 285       GHA
#> 286       GHA
#> 287       GHA
#> 288       GHA
#> 289       GHA
#> 290       GHA
#> 291       GHA
#> 292       GHA
#> 293       GHA
#> 294       GHA
#> 295       GHA
#> 296       GHA
#> 297       GHA
#> 298       GHA
#> 299       GHA
#> 300       GHA
#> 301       GHA
#> 302       GHA
#> 303       GHA
#> 304       GHA
#> 305       GHA
#> 306       GHA
#> 307       GHA
#> 308       GHA
#> 309       GHA
#> 310       GHA
#> 311       GHA
#> 312       GHA
#> 313       GHA
#> 314       GHA
#> 315       GHA
#> 316       GHA
#> 317       GHA
#> 318       GHA
#> 319       GHA
#> 320       GHA
#> 321       GHA
#> 322       GHA
#> 323       GHA
#> 324       GHA
#> 325       GHA
#> 326       GHA
#> 327       GHA
#> 328       GHA
#> 329       GHA
#> 330       GHA
#> 331       GHA
#> 332       GHA
#> 333       GHA
#> 334       GHA
#> 335       GHA
#> 336       GHA
#> 337       GHA
#> 338       GHA
#> 339       GHA
#> 340       GHA
#> 341       GHA
#> 342       GHA
#> 343       GHA
#> 344       GHA
#> 345       GHA
#> 346       GHA
#> 347       GHA
#> 348       GHA
#> 349       GHA
#> 350       GHA
#> 351       GHA
#> 352       GHA
#> 353       GHA
#> 354       GHA
#> 355       GHA
#> 356       GHA
#> 357       GHA
#> 358       GHA
#> 359       GHA
#> 360       GHA
#> 361       GHA
#> 362       GHA
#> 363       GHA
#> 364       GHA
#> 365       GHA
#> 366       GHA
#> 367       GHA
#> 368       GHA
#> 369       GHA
#> 370       GHA
#> 371       GHA
#> 372       GHA
#> 373       GHA
#> 374       GHA
#> 375       GHA
#> 376       GHA
#> 377       GHA
#> 378       GHA
#> 379       GHA
#> 380       GHA
#> 381       GHA
#> 382       GHA
#> 383       GHA
#> 384       GHA
#> 385       GHA
#> 386       GHA
#> 387       GHA
#> 388       GHA
#> 389       GHA
#> 390       GHA
#> 391       GHA
#> 392       GHA
#> 393       GHA
#> 394       GHA
#> 395       GHA
#> 396       GHA
#> 397       GHA
#> 398       GHA
#> 399       GHA
#> 400       GHA
#> 401       GHA
#> 402       GHA
#> 403       GHA
#> 404       GHA
#> 405       GHA
#> 406       GHA
#> 407       GHA
#> 408       GHA
#> 409       GHA
#> 410       GHA
#> 411       GHA
#> 412       GHA
#> 413       GHA
#> 414       GHA
#> 415       GHA
#> 416       GHA
#> 417       GHA
#> 418       GHA
#> 419       GHA
#> 420       GHA
#> 421       GHA
#> 422       GHA
#> 423       GHA
#> 424       GHA
#> 425       GHA
#> 426       GHA
#> 427       GHA
#> 428       GHA
#> 429       GHA
#> 430       GHA
#> 431       GHA
#> 432       GHA
#> 433       GHA
#> 434       GHA
#> 435       GHA
#> 436       GHA
#> 437       GHA
#> 438       GHA
#> 439       GHA
#> 440       GHA
#> 441       GHA
#> 442       GHA
#> 443       GHA
#> 444       GHA
#> 445       GHA
#> 446       GHA
#> 447       GHA
#> 448       GHA
#> 449       GHA
#> 450       GHA
#> 451       GHA
#> 452       GHA
#> 453       GHA
#> 454       GHA
#> 455       GHA
#> 456       GHA
#> 457       GHA
#> 458       GHA
#> 459       GHA
#> 460       GHA
#> 461       GHA
#> 462       GHA
#> 463       GHA
#> 464       GHA
#> 465       GHA
#> 466       GHA
#> 467       GHA
#> 468       GHA
#> 469       GHA
#> 470       GHA
#> 471       GHA
#> 472       GHA
#> 473       GHA
#> 474       GHA
#> 475       GHA
#> 476       GHA
#> 477       GHA
#> 478       GHA
#> 479       GHA
#> 480       GHA
#> 481       GHA
#> 482       GHA
#> 483       GHA
#> 484       GHA
#> 485       GHA
#> 486       GHA
#> 487       GHA
#> 488       GHA
#> 489       GHA
#> 490       GHA
#> 491       GHA
#> 492       GHA
#> 493       GHA
#> 494       GHA
#> 495       GHA
#> 496       GHA
#> 497       GHA
#> 498       GHA
#> 499       GHA
#> 500       GHA
#> 501       GHA
#> 502       GHA
#> 503       GHA
#> 504       GHA
#> 505       GHA
#> 506       GHA
#> 507       GHA
#> 508       GHA
#> 509       GHA
#> 510       GHA
#> 511       GHA
#> 512       GHA
#> 513       GHA
#> 514       GHA
#> 515       GHA
#> 516       GHA
#> 517       GHA
#> 518       GHA
#> 519       GHA
#> 520       GHA
#> 521       GHA
#> 522       GHA
#> 523       GHA
#> 524       GHA
#> 525       GHA
#> 526       GHA
#> 527       GHA
#> 528       GHA
#> 529       GHA
#> 530       GHA
#> 531       GHA
#> 532       GHA
#> 533       GHA
#> 534       GHA
#> 535       GHA
#> 536       GHA
#> 537       GHA
#> 538       GHA
#> 539       GHA
#> 540       GHA
#> 541       GHA
#> 542       GHA
#> 543       GHA
#> 544       GHA
#> 545       GHA
#> 546       GHA
#> 547       GHA
#> 548       GHA
#> 549       GHA
#> 550       GHA
#> 551       GHA
#> 552       GHA
#> 553       GHA
#> 554       GHA
#> 555       GHA
#> 556       GHA
#> 557       GHA
#> 558       GHA
#> 559       GHA
#> 560       GHA
#> 561       GHA
#> 562       GHA
#> 563       GHA
#> 564       GHA
#> 565       GHA
#> 566       GHA
#> 567       GHA
#> 568       GHA
#> 569       GHA
#> 570       GHA
#> 571       GHA
#> 572       GHA
#> 573       GHA
#> 574       GHA
#> 575       GHA
#> 576       GHA
#> 577       GHA
#> 578       GHA
#> 579       GHA
#> 580       GHA
#> 581       GHA
#> 582       GHA
#> 583       GHA
#> 584       GHA
#> 585       GHA
#> 586       GHA
#> 587       GHA
#> 588       GHA
#> 589       GHA
#> 590       GHA
#> 591       GHA
#> 592       GHA
#> 593       GHA
#> 594       GHA
#> 595       GHA
#> 596       GHA
#> 597       GHA
#> 598       GHA
#> 599       GHA
#> 600       GHA
#> 601       GHA
#> 602       GHA
#> 603       GHA
#> 604       GHA
#> 605       GHA
#> 606       GHA
#> 607       GHA
#> 608       GHA
#> 609       GHA
#> 610       GHA
#> 611       GHA
#> 612       GHA
#> 613       GHA
#> 614       GHA
#> 615       GHA
#> 616       GHA
#> 617       GHA
#> 618       GHA
#> 619       GHA
#> 620       GHA
#> 621       GHA
#> 622       GHA
#> 623       GHA
#> 624       GHA
#> 625       GHA
#> 626       GHA
#> 627       GHA
#> 628       GHA
#> 629       GHA
#> 630       GHA
#> 631       GHA
#> 632       GHA
#> 633       GHA
#> 634       GHA
#> 635       GHA
#> 636       GHA
#> 637       GHA
#> 638       GHA
#> 639       GHA
#> 640       GHA
#> 641       GHA
#> 642       GHA
#> 643       GHA
#> 644       GHA
#> 645       GHA
#> 646       GHA
#> 647       GHA
#> 648       GHA
#> 649       GHA
#> 650       GHA
#> 651       GHA
#> 652       GHA
#> 653       GHA
#> 654       GHA
#> 655       GHA
#> 656       GHA
#> 657       GHA
#> 658       GHA
#> 659       GHA
#> 660       GHA
#> 661       GHA
#> 662       GHA
#> 663       GHA
#> 664       GHA
#> 665       GHA
#> 666       GHA
#> 667       GHA
#> 668       GHA
#> 669       GHA
#> 670       GHA
#> 671       GHA
#> 672       GHA
#> 673       GHA
#> 674       GHA
#> 675       GHA
#> 676       GHA
#> 677       GHA
#> 678       GHA
#> 679       GHA
#> 680       GHA
#> 681       GHA
#> 682       GHA
#> 683       GHA
#> 684       GHA
#> 685       GHA
#> 686       GHA
#> 687       GHA
#> 688       GHA
#> 689       GHA
#> 690       GHA
#> 691       GHA
#> 692       GHA
#> 693       GHA
#> 694       GHA
#> 695       GHA
#> 696       GHA
#> 697       GHA
#> 698       GHA
#> 699       GHA
#> 700       GHA
#> 701       GHA
#> 702       GHA
#> 703       GHA
#> 704       GHA
#> 705       GHA
#> 706       GHA
#> 707       GHA
#> 708       GHA
#> 709       GHA
#> 710       GHA
#> 711       GHA
#> 712       GHA
#> 713       GHA
#> 714       GHA
#> 715       GHA
#> 716       GHA
#> 717       GHA
#> 718       GHA
#> 719       GHA
#> 720       GHA
#> 721       GHA
#> 722       GHA
#> 723       GHA
#> 724       GHA
#> 725       GHA
#> 726       GHA
#> 727       GHA
#> 728       GHA
#> 729       GHA
#> 730       GHA
#> 731       GHA
#> 732       GHA
#> 733       GHA
#> 734       GHA
#> 735       GHA
#> 736       GHA
#> 737       GHA
#> 738       GHA
#> 739       GHA
#> 740       GHA
#> 741       GHA
#> 742       GHA
#> 743       GHA
#> 744       GHA
#> 745       GHA
#> 746       GHA
#> 747       GHA
#> 748       GHA
#> 749       GHA
#> 750       GHA
#> 751       GHA
#> 752       GHA
#> 753       GHA
#> 754       GHA
#> 755       GHA
#> 756       GHA
#> 757       GHA
#> 758       GHA
#> 759       GHA
#> 760       GHA
#> 761       GHA
#> 762       GHA
#> 763       GHA
#> 764       GHA
#> 765       GHA
#> 766       GHA
#> 767       GHA
#> 768       GHA
#> 769       GHA
#> 770       GHA
#> 771       GHA
#> 772       GHA
#> 773       GHA
#> 774       GHA
#> 775       GHA
#> 776       GHA
#> 777       GHA
#> 778       GHA
#> 779       GHA
#> 780       GHA
#> 781       GHA
#> 782       GHA
#> 783       GHA
#> 784       GHA
#> 785       GHA
#> 786       GHA
#> 787       GHA
#> 788       GHA
#> 789       GHA
#> 790       GHA
#> 791       GHA
#> 792       GHA
#> 793       GHA
#> 794       GHA
#> 795       GHA
#> 796       GHA
#> 797       GHA
#> 798       GHA
#> 799       GHA
#> 800       GHA
#> 801       GHA
#> 802       GHA
#> 803       GHA
#> 804       GHA
#> 805       GHA
#> 806       GHA
#> 807       GHA
#> 808       GHA
#> 809       GHA
#> 810       GHA
#> 811       GHA
#> 812       GHA
#> 813       GHA
#> 814       GHA
#> 815       GHA
#> 816       GHA
#> 817       GHA
#> 818       GHA
#> 819       GHA
#> 820       GHA
#> 821       GHA
#> 822       GHA
#> 823       GHA
#> 824       GHA
#> 825       GHA
#> 826       GHA
#> 827       GHA
#> 828       GHA
#> 829       GHA
#> 830       GHA
#> 831       GHA
#> 832       GHA
#> 833       GHA
#> 834       GHA
#> 835       GHA
#> 836       GHA
#> 837       GHA
#> 838       GHA
#> 839       GHA
#> 840       GHA
#> 841       GHA
#> 842       GHA
#> 843       GHA
#> 844       GHA
#> 845       GHA
#> 846       GHA
#> 847       GHA
#> 848       GHA
#> 849       GHA
#> 850       GHA
#> 851       GHA
#> 852       GHA
#> 853       GHA
#> 854       GHA
#> 855       GHA
#> 856       GHA
#> 857       GHA
#> 858       GHA
#> 859       GHA
#> 860       GHA
#> 861       GHA
#> 862       GHA
#> 863       GHA
#> 864       GHA
#> 865       GHA
#> 866       GHA
#> 867       GHA
#> 868       GHA
#> 869       GHA
#> 870       GHA
#> 871       GHA
#> 872       GHA
#> 873       GHA
#> 874       GHA
#> 875       GHA
#> 876       GHA
#> 877       GHA
#> 878       GHA
#> 879       GHA
#> 880       GHA
#> 881       GHA
#> 882       GHA
#> 883       GHA
#> 884       GHA
#> 885       GHA
#> 886       GHA
#> 887       GHA
#> 888       GHA
#> 889       GHA
#> 890       GHA
#> 891       GHA
#> 892       GHA
#> 893       GHA
#> 894       GHA
#> 895       GHA
#> 896       GHA
#> 897       GHA
#> 898       GHA
#> 899       GHA
#> 900       GHA
#> 901       GHA
#> 902       GHA
#> 903       GHA
#> 904       GHA
#> 905       GHA
#> 906       GHA
#> 907       GHA
#> 908       GHA
#> 909       GHA
#> 910       GHA
#> 911       GHA
#> 912       GHA
#> 913       GHA
#> 914       GHA
#> 915       GHA
#> 916       GHA
#> 917       GHA
#> 918       GHA
#> 919       GHA
#> 920       GHA
#> 921       GHA
#> 922       GHA
#> 923       GHA
#> 924       GHA
#> 925       GHA
#> 926       GHA
#> 927       GHA
#> 928       GHA
#> 929       GHA
#> 930       GHA
#> 931       GHA
#> 932       GHA
#> 933       GHA
#> 934       GHA
#> 935       GHA
#> 936       GHA
#> 937       GHA
#> 938       GHA
#> 939       GHA
#> 940       GHA
#> 941       GHA
#> 942       GHA
#> 943       GHA
#> 944       GHA
#> 945       GHA
#> 946       GHA
#> 947       GHA
#> 948       GHA
#> 949       GHA
#> 950       GHA
#> 951       GHA
#> 952       GHA
#> 953       GHA
#> 954       GHA
#> 955       GHA
#> 956       GHA
#> 957       GHA
#> 958       GHA
#> 959       GHA
#> 960       GHA
#> 961       GHA
#> 962       GHA
#> 963       GHA
#> 964       GHA
#> 965       GHA
#> 966       GHA
#> 967       GHA
#> 968       GHA
#> 969       GHA
#> 970       GHA
#> 971       GHA
#> 972       GHA
#> 973       GHA
#> 974       GHA
#> 975       GHA
#> 976       GHA
#> 977       GHA
#> 978       GHA
#> 979       GHA
#> 980       GHA
#> 981       GHA
#> 982       GHA
#> 983       GHA
#> 984       GHA
#> 985       GHA
#> 986       GHA
#> 987       GHA
#> 988       GHA
#> 989       GHA
#> 990       GHA
#> 991       GHA
#> 992       GHA
#> 993       GHA
#> 994       GHA
#> 995       GHA
#> 996       GHA
#> 997       GHA
#> 998       GHA
#> 999       GHA
#> 1000      GHA
#> 1001      GHA
#> 1002      GHA
#> 1003      GHA
#> 1004      GHA
#> 1005      GHA
#> 1006      GHA
#> 1007      GHA
#> 1008      GHA
#> 1009      GHA
#> 1010      GHA
#> 1011      GHA
#> 1012      GHA
#> 1013      GHA
#> 1014      GHA
#> 1015      GHA
#> 1016      GHA
#> 1017      GHA
#> 1018      GHA
#> 1019      GHA
#> 1020      GHA
#> 1021      GHA
#> 1022      GHA
#> 1023      GHA
#> 1024      GHA
#> 1025      GHA
#> 1026      GHA
#> 1027      GHA
#> 1028      GHA
#> 1029      GHA
#> 1030      GHA
#> 1031      GHA
#> 1032      GHA
#> 1033      GHA
#> 1034      GHA
#> 1035      GHA
#> 1036      GHA
#> 1037      GHA
#> 1038      GHA
#> 1039      GHA
#> 1040      GHA
#> 1041      GHA
#> 1042      GHA
#> 1043      GHA
#> 1044      GHA
#> 1045      GHA
#> 1046      GHA
#> 1047      GHA
#> 1048      GHA
#> 1049      GHA
#> 1050      GHA
#> 1051      GHA
#> 1052      GHA
#> 1053      GHA
#> 1054      GHA
#> 1055      GHA
#> 1056      GHA
#> 1057      GHA
#> 1058      GHA
#> 1059      GHA
#> 1060      GHA
#> 1061      GHA
#> 1062      GHA
#> 1063      GHA
#> 1064      GHA
#> 1065      GHA
#> 1066      GHA
#> 1067      GHA
#> 1068      GHA
#> 1069      GHA
#> 1070      GHA
#> 1071      GHA
#> 1072      GHA
#> 1073      GHA
#> 1074      GHA
#> 1075      GHA
#> 1076      GHA
#> 1077      GHA
#> 1078      GHA
#> 1079      GHA
#> 1080      GHA
#> 1081      GHA
#> 1082      GHA
#> 1083      GHA
#> 1084      GHA
#> 1085      GHA
#> 1086      GHA
#> 1087      GHA
#> 1088      GHA
#> 1089      GHA
#> 1090      GHA
#> 1091      GHA
#> 1092      GHA
#> 1093      GHA
#> 1094      GHA
#> 1095      GHA
#> 1096      GHA
#> 1097      GHA
#> 1098      GHA
#> 1099      GHA
#> 1100      GHA
#> 1101      GHA
#> 1102      GHA
#> 1103      GHA
#> 1104      GHA
#> 1105      GHA
#> 1106      GHA
#> 1107      GHA
#> 1108      GHA
#> 1109      GHA
#> 1110      GHA
#> 1111      GHA
#> 1112      GHA
#> 1113      GHA
#> 1114      GHA
#> 1115      GHA
#> 1116      GHA
#> 1117      GHA
#> 1118      GHA
#> 1119      GHA
#> 1120      GHA
#> 1121      GHA
#> 1122      GHA
#> 1123      GHA
#> 1124      GHA
#> 1125      GHA
#> 1126      GHA
#> 1127      GHA
#> 1128      GHA
#> 1129      GHA
#> 1130      GHA
#> 1131      GHA
#> 1132      GHA
#> 1133      GHA
#> 1134      GHA
#> 1135      GHA
#> 1136      GHA
#> 1137      GHA
#> 1138      GHA
#> 1139      GHA
#> 1140      GHA
#> 1141      GHA
#> 1142      GHA
#> 1143      GHA
#> 1144      GHA
#> 1145      GHA
#> 1146      GHA
#> 1147      GHA
#> 1148      GHA
#> 1149      GHA
#> 1150      GHA
#> 1151      GHA
#> 1152      GHA
#> 1153      GHA
#> 1154      GHA
#> 1155      GHA
#> 1156      GHA
#> 1157      GHA
#> 1158      GHA
#> 1159      GHA
#> 1160      GHA
#> 1161      GHA
#> 1162      GHA
#> 1163      GHA
#> 1164      GHA
#> 1165      GHA
#> 1166      GHA
#> 1167      GHA
#> 1168      GHA
#> 1169      GHA
#> 1170      GHA
#> 1171      GHA
#> 1172      GHA
#> 1173      GHA
#> 1174      GHA
#> 1175      GHA
#> 1176      GHA
#> 1177      GHA
#> 1178      GHA
#> 1179      GHA
#> 1180      GHA
#> 1181      GHA
#> 1182      GHA
#> 1183      GHA
#> 1184      GHA
#> 1185      GHA
#> 1186      GHA
#> 1187      GHA
#> 1188      GHA
#> 1189      GHA
#> 1190      GHA
#> 1191      GHA
#> 1192      GHA
#> 1193      GHA
#> 1194      GHA
#> 1195      GHA
#> 1196      GHA
#> 1197      GHA
#> 1198      GHA
#> 1199      GHA
#> 1200      GHA
#> 1201      GHA
#> 1202      GHA
#> 1203      GHA
#> 1204      GHA
#> 1205      GHA
#> 1206      GHA
#> 1207      GHA
#> 1208      GHA
#> 1209      GHA
#> 1210      GHA
#> 1211      GHA
#> 1212      GHA
#> 1213      GHA
#> 1214      GHA
#> 1215      GHA
#> 1216      GHA
#> 1217      GHA
#> 1218      GHA
#> 1219      GHA
#> 1220      GHA
#> 1221      GHA
#> 1222      GHA
#> 1223      GHA
#> 1224      GHA
#> 1225      GHA
#> 1226      GHA
#> 1227      GHA
#> 1228      GHA
#> 1229      GHA
#> 1230      GHA
#> 1231      GHA
#> 1232      GHA
#> 1233      GHA
#> 1234      GHA
#> 1235      GHA
#> 1236      GHA
#> 1237      GHA
#> 1238      GHA
#> 1239      GHA
#> 1240      GHA
#> 1241      GHA
#> 1242      GHA
#> 1243      GHA
#> 1244      GHA
#> 1245      GHA
#> 1246      GHA
#> 1247      GHA
#> 1248      GHA
#> 1249      GHA
#> 1250      GHA
#> 1251      GHA
#> 1252      GHA
#> 1253      GHA
#> 1254      GHA
#> 1255      GHA
#> 1256      GHA
#> 1257      GHA
#> 1258      GHA
#> 1259      GHA
#> 1260      GHA
#> 1261      GHA
#> 1262      GHA
#> 1263      GHA
#> 1264      GHA
#> 1265      GHA
#> 1266      GHA
#> 1267      GHA
#> 1268      GHA
#> 1269      GHA
#> 1270      GHA
#> 1271      GHA
#> 1272      GHA
#> 1273      GHA
#> 1274      GHA
#> 1275      GHA
#> 1276      GHA
#> 1277      GHA
#> 1278      GHA
#> 1279      GHA
#> 1280      GHA
#> 1281      GHA
#> 1282      GHA
#> 1283      GHA
#> 1284      GHA
#> 1285      GHA
#> 1286      GHA
#> 1287      GHA
#> 1288      GHA
#> 1289      GHA
#> 1290      GHA
#> 1291      GHA
#> 1292      GHA
#> 1293      GHA
#> 1294      GHA
#> 1295      GHA
#> 1296      GHA
#> 1297      GHA
#> 1298      GHA
#> 1299      GHA
#> 1300      GHA
#> 1301      GHA
#> 1302      GHA
#> 1303      GHA
#> 1304      GHA
#> 1305      GHA
#> 1306      GHA
#> 1307      GHA
#> 1308      GHA
#> 1309      GHA
#> 1310      GHA
#> 1311      GHA
#> 1312      GHA
#> 1313      GHA
#> 1314      GHA
#> 1315      GHA
#> 1316      GHA
#> 1317      GHA
#> 1318      GHA
#> 1319      GHA
#> 1320      GHA
#> 1321      GHA
#> 1322      GHA
#> 1323      GHA
#> 1324      GHA
#> 1325      GHA
#> 1326      GHA
#> 1327      GHA
#> 1328      GHA
#> 1329      GHA
#> 1330      GHA
#> 1331      GHA
#> 1332      GHA
#> 1333      GHA
#> 1334      GHA
#> 1335      GHA
#> 1336      GHA
#> 1337      GHA
#> 1338      GHA
#> 1339      GHA
#> 1340      GHA
#> 1341      GHA
#> 1342      GHA
#> 1343      GHA
#> 1344      GHA
#> 1345      GHA
#> 1346      GHA
#> 1347      GHA
#> 1348      GHA
#> 1349      GHA
#> 1350      GHA
#> 1351      GHA
#> 1352      GHA
#> 1353      GHA
#> 1354      GHA
#> 1355      GHA
#> 1356      GHA
#> 1357      GHA
#> 1358      GHA
#> 1359      GHA
#> 1360      GHA
#> 1361      GHA
#> 1362      GHA
#> 1363      GHA
#> 1364      GHA
#> 1365      GHA
#> 1366      GHA
#> 1367      GHA
#> 1368      GHA
#> 1369      GHA
#> 1370      GHA
#> 1371      GHA
#> 1372      GHA
#> 1373      GHA
#> 1374      GHA
#> 1375      GHA
#> 1376      GHA
#> 1377      GHA
#> 1378      GHA
#> 1379      GHA
#> 1380      GHA
#> 1381      GHA
#> 1382      GHA
#> 1383      GHA
#> 1384      GHA
#> 1385      GHA
#> 1386      GHA
#> 1387      GHA
#> 1388      GHA
#> 1389      GHA
#> 1390      GHA
#> 1391      GHA
#> 1392      GHA
#> 1393      GHA
#> 1394      GHA
#> 1395      GHA
#> 1396      GHA
#> 1397      GHA
#> 1398      GHA
#> 1399      GHA
#> 1400      GHA
#> 1401      GHA
#> 1402      GHA
#> 1403      GHA
#> 1404      GHA
#> 1405      GHA
#> 1406      GHA
#> 1407      GHA
#> 1408      GHA
#> 1409      GHA
#> 1410      GHA
#> 1411      GHA
#> 1412      GHA
#> 1413      GHA
#> 1414      GHA
#> 1415      GHA
#> 1416      GHA
#> 1417      GHA
#> 1418      GHA
#> 1419      GHA
#> 1420      GHA
#> 1421      GHA
#> 1422      GHA
#> 1423      GHA
#> 1424      GHA
#> 1425      GHA
#> 1426      GHA
#> 1427      GHA
#> 1428      GHA
#> 1429      GHA
#> 1430      GHA
#> 1431      GHA
#> 1432      GHA
#> 1433      GHA
#> 1434      GHA
#> 1435      GHA
#> 1436      GHA
#> 1437      GHA
#> 1438      GHA
#> 1439      GHA
#> 1440      GHA
#> 1441      GHA
#> 1442      GHA
#> 1443      GHA
#> 1444      GHA
#> 1445      GHA
#> 1446      GHA
#> 1447      GHA
#> 1448      GHA
#> 1449      GHA
#> 1450      GHA
#> 1451      GHA
#> 1452      GHA
#> 1453      GHA
#> 1454      GHA
#> 1455      GHA
#> 1456      GHA
#> 1457      GHA
#> 1458      GHA
#> 1459      GHA
#> 1460      GHA
#> 1461      GHA
#> 1462      GHA
#> 1463      GHA
#> 1464      GHA
#> 1465      GHA
#> 1466      GHA
#> 1467      GHA
#> 1468      GHA
#> 1469      GHA
#> 1470      GHA
#> 1471      GHA
#> 1472      GHA
#> 1473      GHA
#> 1474      GHA
#> 1475      GHA
#> 1476      GHA
#> 1477      GHA
#> 1478      GHA
#> 1479      GHA
#> 1480      GHA
#> 1481      GHA
#> 1482      GHA
#> 1483      GHA
#> 1484      GHA
#> 1485      GHA
#> 1486      GHA
#> 1487      GHA
#> 1488      GHA
#> 1489      GHA
#> 1490      GHA
#> 1491      GHA
#> 1492      GHA
#> 1493      GHA
#> 1494      GHA
#> 1495      GHA
#> 1496      GHA
#> 1497      GHA
#> 1498      GHA
#> 1499      GHA
#> 1500      GHA
#> 1501      GHA
#> 1502      GHA
#> 1503      GHA
#> 1504      GHA
#> 1505      GHA
#> 1506      GHA
#> 1507      GHA
#> 1508      GHA
#> 1509      GHA
#> 1510      GHA
#> 1511      GHA
#> 1512      GHA
#> 1513      GHA
#> 1514      GHA
#> 1515      GHA
#> 1516      GHA
#> 1517      GHA
#> 1518      GHA
#> 1519      GHA
#> 1520      GHA
#> 1521      GHA
#> 1522      GHA
#> 1523      GHA
#> 1524      GHA
#> 1525      GHA
#> 1526      GHA
#> 1527      GHA
#> 1528      GHA
#> 1529      GHA
#> 1530      GHA
#> 1531      GHA
#> 1532      GHA
#> 1533      GHA
#> 1534      GHA
#> 1535      GHA
#> 1536      GHA
#> 1537      GHA
#> 1538      GHA
#> 1539      GHA
#> 1540      GHA
#> 1541      GHA
#> 1542      GHA
#> 1543      GHA
#> 1544      GHA
#> 1545      GHA
#> 1546      GHA
#> 1547      GHA
#> 1548      GHA
#> 1549      GHA
#> 1550      GHA
#> 1551      GHA
#> 1552      GHA
#> 1553      GHA
#> 1554      GHA
#> 1555      GHA
#> 1556      GHA
#> 1557      GHA
#> 1558      GHA
#> 1559      GHA
#> 1560      GHA
#> 1561      GHA
#> 1562      GHA
#> 1563      GHA
#> 1564      GHA
#> 1565      GHA
#> 1566      GHA
#> 1567      GHA
#> 1568      GHA
#> 1569      GHA
#> 1570      GHA
#> 1571      GHA
#> 1572      GHA
#> 1573      GHA
#> 1574      GHA
#> 1575      GHA
#> 1576      GHA
#> 1577      GHA
#> 1578      GHA
#> 1579      GHA
#> 1580      GHA
#> 1581      GHA
#> 1582      GHA
#> 1583      GHA
#> 1584      GHA
#> 1585      GHA
#> 1586      GHA
#> 1587      GHA
#> 1588      GHA
#> 1589      GHA
#> 1590      GHA
#> 1591      GHA
#> 1592      GHA
#> 1593      GHA
#> 1594      GHA
#> 1595      GHA
#> 1596      GHA
#> 1597      GHA
#> 1598      GHA
#> 1599      GHA
#> 1600      GHA
#> 1601      GHA
#> 1602      GHA
#> 1603      GHA
#> 1604      GHA
#> 1605      GHA
#> 1606      GHA
#> 1607      GHA
#> 1608      GHA
#> 1609      GHA
#> 1610      GHA
#> 1611      GHA
#> 1612      GHA
#> 1613      GHA
#> 1614      GHA
#> 1615      GHA
#> 1616      GHA
#> 1617      GHA
#> 1618      GHA
#> 1619      GHA
#> 1620      GHA
#> 1621      GHA
#> 1622      GHA
#> 1623      GHA
#> 1624      GHA
#> 1625      GHA
#> 1626      GHA
#> 1627      GHA
#> 1628      GHA
#> 1629      GHA
#> 1630      GHA
#> 1631      GHA
#> 1632      GHA
#> 1633      GHA
#> 1634      GHA
#> 1635      GHA
#> 1636      GHA
#> 1637      GHA
#> 1638      GHA
#> 1639      GHA
#> 1640      GHA
#> 1641      GHA
#> 1642      GHA
#> 1643      GHA
#> 1644      GHA
#> 1645      GHA
#> 1646      GHA
#> 1647      GHA
#> 1648      GHA
#> 1649      GHA
#> 1650      GHA
#> 1651      GHA
#> 1652      GHA
#> 1653      GHA
#> 1654      GHA
#> 1655      GHA
#> 1656      GHA
#> 1657      GHA
#> 1658      GHA
#> 1659      GHA
#> 1660      GHA
#> 1661      GHA
#> 1662      GHA
#> 1663      GHA
#> 1664      GHA
#> 1665      GHA
#> 1666      GHA
#> 1667      GHA
#> 1668      GHA
#> 1669      GHA
#> 1670      GHA
#> 1671      GHA
#> 1672      GHA
#> 1673      GHA
#> 1674      GHA
#> 1675      GHA
#> 1676      GHA
#> 1677      GHA
#> 1678      GHA
#> 1679      GHA
#> 1680      GHA
#> 1681      GHA
#> 1682      GHA
#> 1683      GHA
#> 1684      GHA
#> 1685      GHA
#> 1686      GHA
#> 1687      GHA
#> 1688      GHA
#> 1689      GHA
#> 1690      GHA
#> 1691      GHA
#> 1692      GHA
#> 1693      GHA
#> 1694      GHA
#> 1695      GHA
#> 1696      GHA
#> 1697      GHA
#> 1698      GHA
#> 1699      GHA
#> 1700      GHA
#> 1701      GHA
#> 1702      GHA
#> 1703      GHA
#> 1704      GHA
#> 1705      GHA
#> 1706      GHA
#> 1707      GHA
#> 1708      GHA
#> 1709      GHA
#> 1710      GHA
#> 1711      GHA
#> 1712      GHA
#> 1713      GHA
#> 1714      GHA
#> 1715      GHA
#> 1716      GHA
#> 1717      GHA
#> 1718      GHA
#> 1719      GHA
#> 1720      GHA
#> 1721      GHA
#> 1722      GHA
#> 1723      GHA
#> 1724      GHA
#> 1725      GHA
#> 1726      GHA
#> 1727      GHA
#> 1728      GHA
#> 1729      GHA
#> 1730      GHA
#> 1731      GHA
#> 1732      GHA
#> 1733      GHA
#> 1734      GHA
#> 1735      GHA
#> 1736      GHA
#> 1737      GHA
#> 1738      GHA
#> 1739      GHA
#> 1740      GHA
#> 1741      GHA
#> 1742      GHA
#> 1743      GHA
#> 1744      GHA
#> 1745      GHA
#> 1746      GHA
#> 1747      GHA
#> 1748      GHA
#> 1749      GHA
#> 1750      GHA
#> 1751      GHA
#> 1752      GHA
#> 1753      GHA
#> 1754      GHA
#> 1755      GHA
#> 1756      GHA
#> 1757      GHA
#> 1758      GHA
#> 1759      GHA
#> 1760      GHA
#> 1761      GHA
#> 1762      GHA
#> 1763      GHA
#> 1764      GHA
#> 1765      GHA
#> 1766      GHA
#> 1767      GHA
#> 1768      GHA
#> 1769      GHA
#> 1770      GHA
#> 1771      GHA
#> 1772      GHA
#> 1773      GHA
#> 1774      GHA
#> 1775      GHA
#> 1776      GHA
#> 1777      GHA
#> 1778      GHA
#> 1779      GHA
#> 1780      GHA
#> 1781      GHA
#> 1782      GHA
#> 1783      GHA
#> 1784      GHA
#> 1785      GHA
#> 1786      GHA
#> 1787      GHA
#> 1788      GHA
#> 1789      GHA
#> 1790      GHA
#> 1791      GHA
#> 1792      GHA
#> 1793      GHA
#> 1794      GHA
#> 1795      GHA
#> 1796      GHA
#> 1797      GHA
#> 1798      GHA
#> 1799      GHA
#> 1800      GHA
#> 1801      GHA
#> 1802      GHA
#> 1803      GHA
#> 1804      GHA
#> 1805      GHA
#> 1806      GHA
#> 1807      GHA
#> 1808      GHA
#> 1809      GHA
#> 1810      GHA
#> 1811      GHA
#> 1812      GHA
#> 1813      GHA
#> 1814      GHA
#> 1815      GHA
#> 1816      GHA
#> 1817      GHA
#> 1818      GHA
#> 1819      GHA
#> 1820      GHA
#> 1821      GHA
#> 1822      GHA
#> 1823      GHA
#> 1824      GHA
#> 1825      GHA
#> 1826      GHA
#> 1827      GHA
#> 1828      GHA
#> 1829      GHA
#> 1830      GHA
#> 1831      GHA
#> 1832      GHA
#> 1833      GHA
#> 1834      GHA
#> 1835      GHA
#> 1836      GHA
#> 1837      GHA
#> 1838      GHA
#> 1839      GHA
#> 1840      GHA
#> 1841      GHA
#> 1842      GHA
#> 1843      GHA
#> 1844      GHA
#> 1845      GHA
#> 1846      GHA
#> 1847      GHA
#> 1848      GHA
#> 1849      GHA
#> 1850      GHA
#> 1851      GHA
#> 1852      GHA
#> 1853      GHA
#> 1854      GHA
#> 1855      GHA
#> 1856      GHA
#> 1857      GHA
#> 1858      GHA
#> 1859      GHA
#> 1860      GHA
#> 1861      GHA
#> 1862      GHA
#> 1863      GHA
#> 1864      GHA
#> 1865      GHA
#> 1866      GHA
#> 1867      GHA
#> 1868      GHA
#> 1869      GHA
#> 1870      GHA
#> 1871      GHA
#> 1872      GHA
#> 1873      GHA
#> 1874      GHA
#> 1875      GHA
#> 1876      GHA
#> 1877      GHA
#> 1878      GHA
#> 1879      GHA
#> 1880      GHA
#> 1881      GHA
#> 1882      GHA
#> 1883      GHA
#> 1884      GHA
#> 1885      GHA
#> 1886      GHA
#> 1887      GHA
#> 1888      GHA
#> 1889      GHA
#> 1890      GHA
#> 1891      GHA
#> 1892      GHA
#> 1893      GHA
#> 1894      GHA
#> 1895      GHA
#> 1896      GHA
#> 1897      GHA
#> 1898      GHA
#> 1899      GHA
#> 1900      GHA
#> 1901      GHA
#> 1902      GHA
#> 1903      GHA
#> 1904      GHA
#> 1905      GHA
#> 1906      GHA
#> 1907      GHA
#> 1908      GHA
#> 1909      GHA
#> 1910      GHA
#> 1911      GHA
#> 1912      GHA
#> 1913      GHA
#> 1914      GHA
#> 1915      GHA
#> 1916      GHA
#> 1917      GHA
#> 1918      GHA
#> 1919      GHA
#> 1920      GHA
#> 1921      GHA
#> 1922      GHA
#> 1923      GHA
#> 1924      GHA
#> 1925      GHA
#> 1926      GHA
#> 1927      GHA
#> 1928      GHA
#> 1929      GHA
#> 1930      GHA
#> 1931      GHA
#> 1932      GHA
#> 1933      GHA
#> 1934      GHA
#> 1935      GHA
#> 1936      GHA
#> 1937      GHA
#> 1938      GHA
#> 1939      GHA
#> 1940      GHA
#> 1941      GHA
#> 1942      GHA
#> 1943      GHA
#> 1944      GHA
#> 1945      GHA
#> 1946      GHA
#> 1947      GHA
#> 1948      GHA
#> 1949      GHA
#> 1950      GHA
#> 1951      GHA
#> 1952      GHA
#> 1953      GHA
#> 1954      GHA
#> 1955      GHA
#> 1956      GHA
#> 1957      GHA
#> 1958      GHA
#> 1959      GHA
#> 1960      GHA
#> 1961      GHA
#> 1962      GHA
#> 1963      GHA
#> 1964      GHA
#> 1965      GHA
#> 1966      GHA
#> 1967      GHA
#> 1968      GHA
#> 1969      GHA
#> 1970      GHA
#> 1971      GHA
#> 1972      GHA
#> 1973      GHA
#> 1974      GHA
#> 1975      GHA
#> 1976      GHA
#> 1977      GHA
#> 1978      GHA
#> 1979      GHA
#> 1980      GHA
#> 1981      GHA
#> 1982      GHA
#> 1983      GHA
#> 1984      GHA
#> 1985      GHA
#> 1986      GHA
#> 1987      GHA
#> 1988      GHA
#> 1989      GHA
#> 1990      GHA
#> 1991      GHA
#> 1992      GHA
#> 1993      GHA
#> 1994      GHA
#> 1995      GHA
#> 1996      GHA
#> 1997      GHA
#> 1998      GHA
#> 1999      GHA
#> 2000      GHA
#> 2001      GHA
#> 2002      GHA
#> 2003      GHA
#> 2004      GHA
#> 2005      GHA
#> 2006      GHA
#> 2007      GHA
#> 2008      GHA
#> 2009      GHA
#> 2010      GHA
#> 2011      GHA
#> 2012      GHA
#> 2013      GHA
#> 2014      GHA
#> 2015      GHA
#> 2016      GHA
#> 2017      GHA
#> 2018      GHA
#> 2019      GHA
#> 2020      GHA
#> 2021      GHA
#> 2022      GHA
#> 2023      GHA
#> 2024      GHA
#> 2025      GHA
#> 2026      GHA
#> 2027      GHA
#> 2028      GHA
#> 2029      GHA
#> 2030      GHA
#> 2031      GHA
#> 2032      GHA
#> 2033      GHA
#> 2034      GHA
#> 2035      GHA
#> 2036      GHA
#> 2037      GHA
#> 2038      GHA
#> 2039      GHA
#> 2040      GHA
#> 2041      GHA
#> 2042      GHA
#> 2043      GHA
#> 2044      GHA
#> 2045      GHA
#> 2046      GHA
#> 2047      GHA
#> 2048      GHA
#> 2049      GHA
#> 2050      GHA
#> 2051      GHA
#> 2052      GHA
#> 2053      GHA
#> 2054      GHA
#> 2055      GHA
#> 2056      GHA
#> 2057      GHA
#> 2058      GHA
#> 2059      GHA
#> 2060      GHA
#> 2061      GHA
#> 2062      GHA
#> 2063      GHA
#> 2064      GHA
#> 2065      GHA
#> 2066      GHA
#> 2067      GHA
#> 2068      GHA
#> 2069      GHA
#> 2070      GHA
#> 2071      GHA
#> 2072      GHA
#> 2073      GHA
#> 2074      GHA
#> 2075      GHA
#> 2076      GHA
#> 2077      GHA
#> 2078      GHA
#> 2079      GHA
#> 2080      GHA
#> 2081      GHA
#> 2082      GHA
#> 2083      GHA
#> 2084      GHA
#> 2085      GHA
#> 2086      GHA
#> 2087      GHA
#> 2088      GHA
#> 2089      GHA
#> 2090      GHA
#> 2091      GHA
#> 2092      GHA
#> 2093      GHA
#> 2094      GHA
#> 2095      GHA
#> 2096      GHA
#> 2097      GHA
#> 2098      GHA
#> 2099      GHA
#> 2100      GHA
#> 2101      GHA
#> 2102      GHA
#> 2103      GHA
#> 2104      GHA
#> 2105      GHA
#> 2106      GHA
#> 2107      GHA
#> 2108      GHA
#> 2109      GHA
#> 2110      GHA
#> 2111      GHA
#> 2112      GHA
#> 2113      GHA
#> 2114      GHA
#> 2115      GHA
#> 2116      GHA
#> 2117      GHA
#> 2118      GHA
#> 2119      GHA
#> 2120      GHA
#> 2121      GHA
#> 2122      GHA
#> 2123      GHA
#> 2124      GHA
#> 2125      GHA
#> 2126      GHA
#> 2127      GHA
#> 2128      GHA
#> 2129      GHA
#> 2130      GHA
#> 2131      GHA
#> 2132      GHA
#> 2133      GHA
#> 2134      GHA
#> 2135      GHA
#> 2136      GHA
#> 2137      GHA
#> 2138      GHA
#> 2139      GHA
#> 2140      GHA
#> 2141      GHA
#> 2142      GHA
#> 2143      GHA
#> 2144      GHA
#> 2145      GHA
#> 2146      GHA
#> 2147      GHA
#> 2148      GHA
#> 2149      GHA
#> 2150      GHA
#> 2151      GHA
#> 2152      GHA
#> 2153      GHA
#> 2154      GHA
#> 2155      GHA
#> 2156      GHA
#> 2157      GHA
#> 2158      GHA
#> 2159      GHA
#> 2160      GHA
#> 2161      GHA
#> 2162      GHA
#> 2163      GHA
#> 2164      GHA
#> 2165      GHA
#> 2166      GHA
#> 2167      GHA
#> 2168      GHA
#> 2169      GHA
#> 2170      GHA
#> 2171      GHA
#> 2172      GHA
#> 2173      GHA
#> 2174      GHA
#> 2175      GHA
#> 2176      GHA
#> 2177      GHA
#> 2178      GHA
#> 2179      GHA
#> 2180      GHA
#> 2181      GHA
#> 2182      GHA
#> 2183      GHA
#> 2184      GHA
#> 2185      GHA
#> 2186      GHA
#> 2187      GHA
#> 2188      GHA
#> 2189      GHA
#> 2190      GHA
#> 2191      GHA
#> 2192      GHA
#> 2193      GHA
#> 2194      GHA
#> 2195      GHA
#> 2196      GHA
#> 2197      GHA
#> 2198      GHA
#> 2199      GHA
#> 2200      GHA
#> 2201      GHA
#> 2202      GHA
#> 2203      GHA
#> 2204      GHA
#> 2205      GHA
#> 2206      GHA
#> 2207      GHA
#> 2208      GHA
#> 2209      GHA
#> 2210      GHA
#> 2211      GHA
#> 2212      GHA
#> 2213      GHA
#> 2214      GHA
#> 2215      GHA
#> 2216      GHA
#> 2217      GHA
#> 2218      GHA
#> 2219      GHA
#> 2220      GHA
#> 2221      GHA
#> 2222      GHA
#> 2223      GHA
#> 2224      GHA
#> 2225      GHA
#> 2226      GHA
#> 2227      GHA
#> 2228      GHA
#> 2229      GHA
#> 2230      GHA
#> 2231      GHA
#> 2232      GHA
#> 2233      GHA
#> 2234      GHA
#> 2235      GHA
#> 2236      GHA
#> 2237      GHA
#> 2238      GHA
#> 2239      GHA
#> 2240      GHA
#> 2241      GHA
#> 2242      GHA
#> 2243      GHA
#> 2244      GHA
#> 2245      GHA
#> 2246      GHA
#> 2247      GHA
#> 2248      GHA
#> 2249      GHA
#> 2250      GHA
#> 2251      GHA
#> 2252      GHA
#> 2253      GHA
#> 2254      GHA
#> 2255      GHA
#> 2256      GHA
#> 2257      GHA
#> 2258      GHA
#> 2259      GHA
#> 2260      GHA
#> 2261      GHA
#> 2262      GHA
#> 2263      GHA
#> 2264      GHA
#> 2265      GHA
#> 2266      GHA
#> 2267      GHA
#> 2268      GHA
#> 2269      GHA
#> 2270      GHA
#> 2271      GHA
#> 2272      GHA
#> 2273      GHA
#> 2274      GHA
#> 2275      GHA
#> 2276      GHA
#> 2277      GHA
#> 2278      GHA
#> 2279      GHA
#> 2280      GHA
#> 2281      GHA
#> 2282      GHA
#> 2283      GHA
#> 2284      GHA
#> 2285      GHA
#> 2286      GHA
#> 2287      GHA
#> 2288      GHA
#> 2289      GHA
#> 2290      GHA
#> 2291      GHA
#> 2292      GHA
#> 2293      GHA
#> 2294      GHA
#> 2295      GHA
#> 2296      GHA
#> 2297      GHA
#> 2298      GHA
#> 2299      GHA
#> 2300      GHA
#> 2301      GHA
#> 2302      GHA
#> 2303      GHA
#> 2304      GHA
#> 2305      GHA
#> 2306      GHA
#> 2307      GHA
#> 2308      GHA
#> 2309      GHA
#> 2310      GHA
#> 2311      GHA
#> 2312      GHA
#> 2313      GHA
#> 2314      GHA
#> 2315      GHA
#> 2316      GHA
#> 2317      GHA
#> 2318      GHA
#> 2319      GHA
#> 2320      GHA
#> 2321      GHA
#> 2322      GHA
#> 2323      GHA
#> 2324      GHA
#> 2325      GHA
#> 2326      GHA
#> 2327      GHA
#> 2328      GHA
#> 2329      GHA
#> 2330      GHA
#> 2331      GHA
#> 2332      GHA
#> 2333      GHA
#> 2334      GHA
#> 2335      GHA
#> 2336      GHA
#> 2337      GHA
#> 2338      GHA
#> 2339      GHA
#> 2340      GHA
#> 2341      GHA
#> 2342      GHA
#> 2343      GHA
#> 2344      GHA
#> 2345      GHA
#> 2346      GHA
#> 2347      GHA
#> 2348      GHA
#> 2349      GHA
#> 2350      GHA
#> 2351      GHA
#> 2352      GHA
#> 2353      GHA
#> 2354      GHA
#> 2355      GHA
#> 2356      GHA
#> 2357      GHA
#> 2358      GHA
#> 2359      GHA
#> 2360      GHA
#> 2361      GHA
#> 2362      GHA
#> 2363      GHA
#> 2364      GHA
#> 2365      GHA
#> 2366      GHA
#> 2367      GHA
#> 2368      GHA
#> 2369      GHA
#> 2370      GHA
#> 2371      GHA
#> 2372      GHA
#> 2373      GHA
#> 2374      GHA
#> 2375      GHA
#> 2376      GHA
#> 2377      GHA
#> 2378      GHA
#> 2379      GHA
#> 2380      GHA
#> 2381      GHA
#> 2382      GHA
#> 2383      GHA
#> 2384      GHA
#> 2385      GHA
#> 2386      GHA
#> 2387      GHA
#> 2388      GHA
#> 2389      GHA
#> 2390      GHA
#> 2391      GHA
#> 2392      GHA
#> 2393      GHA
#> 2394      GHA
#> 2395      GHA
#> 2396      GHA
#> 2397      GHA
#> 2398      GHA
#> 2399      GHA
#> 2400      GHA
#> 2401      GHA
#> 2402      GHA
#> 2403      GHA
#> 2404      GHA
#> 2405      GHA
#> 2406      GHA
#> 2407      GHA
#> 2408      GHA
#> 2409      GHA
#> 2410      GHA
#> 2411      GHA
#> 2412      GHA
#> 2413      GHA
#> 2414      GHA
#> 2415      GHA
#> 2416      GHA
#> 2417      GHA
#> 2418      GHA
#> 2419      GHA
#> 2420      GHA
#> 2421      GHA
#> 2422      GHA
#> 2423      GHA
#> 2424      GHA
#> 2425      GHA
#> 2426      GHA
#> 2427      GHA
#> 2428      GHA
#> 2429      GHA
#> 2430      GHA
#> 2431      GHA
#> 2432      GHA
#> 2433      GHA
#> 2434      GHA
#> 2435      GHA
#> 2436      GHA
#> 2437      GHA
#> 2438      GHA
#> 2439      GHA
#> 2440      GHA
#> 2441      GHA
#> 2442      GHA
#> 2443      GHA
#> 2444      GHA
#> 2445      GHA
#> 2446      GHA
#> 2447      GHA
#> 2448      GHA
#> 2449      GHA
#> 2450      GHA
#> 2451      GHA
#> 2452      GHA
#> 2453      GHA
#> 2454      GHA
#> 2455      GHA
#> 2456      GHA
#> 2457      GHA
#> 2458      GHA
#> 2459      GHA
#> 2460      GHA
#> 2461      GHA
#> 2462      GHA
#> 2463      GHA
#> 2464      GHA
#> 2465      GHA
#> 2466      GHA
#> 2467      GHA
#> 2468      GHA
#> 2469      GHA
#> 2470      GHA
#> 2471      GHA
#> 2472      GHA
#> 2473      GHA
#> 2474      GHA
#> 2475      GHA
#> 2476      GHA
#> 2477      GHA
#> 2478      GHA
#> 2479      GHA
#> 2480      GHA
#> 2481      GHA
#> 2482      GHA
#> 2483      GHA
#> 2484      GHA
#> 2485      GHA
#> 2486      GHA
#> 2487      GHA
#> 2488      GHA
#> 2489      GHA
#> 2490      GHA
#> 2491      GHA
#> 2492      GHA
#> 2493      GHA
#> 2494      GHA
#> 2495      GHA
#> 2496      GHA
#> 2497      GHA
#> 2498      GHA
#> 2499      GHA
#> 2500      GHA
#> 2501      GHA
#> 2502      GHA
#> 2503      GHA
#> 2504      GHA
#> 2505      GHA
#> 2506      GHA
#> 2507      GHA
#> 2508      GHA
#> 2509      GHA
#> 2510      GHA
#> 2511      GHA
#> 2512      GHA
#> 2513      GHA
#> 2514      GHA
#> 2515      GHA
#> 2516      GHA
#> 2517      GHA
#> 2518      GHA
#> 2519      GHA
#> 2520      GHA
#> 2521      GHA
#> 2522      GHA
#> 2523      GHA
#> 2524      GHA
#> 2525      GHA
#> 2526      GHA
#> 2527      GHA
#> 2528      GHA
#> 2529      GHA
#> 2530      GHA
#> 2531      GHA
#> 2532      GHA
#> 2533      GHA
#> 2534      GHA
#> 2535      GHA
#> 2536      GHA
#> 2537      GHA
#> 2538      GHA
#> 2539      GHA
#> 2540      GHA
#> 2541      GHA
#> 2542      GHA
#> 2543      GHA
#> 2544      GHA
#> 2545      GHA
#> 2546      GHA
#> 2547      GHA
#> 2548      GHA
#> 2549      GHA
#> 2550      GHA
#> 2551      GHA
#> 2552      GHA
#> 2553      GHA
#> 2554      GHA
#> 2555      GHA
#> 2556      GHA
#> 2557      GHA
#> 2558      GHA
#> 2559      GHA
#> 2560      GHA
#> 2561      GHA
#> 2562      GHA
#> 2563      GHA
#> 2564      GHA
#> 2565      GHA
#> 2566      GHA
#> 2567      GHA
#> 2568      GHA
#> 2569      GHA
#> 2570      GHA
#> 2571      GHA
#> 2572      GHA
#> 2573      GHA
#> 2574      GHA
#> 2575      GHA
#> 2576      GHA
#> 2577      GHA
#> 2578      GHA
#> 2579      GHA
#> 2580      GHA
#> 2581      GHA
#> 2582      GHA
#> 2583      GHA
#> 2584      GHA
#> 2585      GHA
#> 2586      GHA
#> 2587      GHA
#> 2588      GHA
#> 2589      GHA
#> 2590      GHA
#> 2591      GHA
#> 2592      GHA
#> 2593      GHA
#> 2594      GHA
#> 2595      GHA
#> 2596      GHA
#> 2597      GHA
#> 2598      GHA
#> 2599      GHA
#> 2600      GHA
#> 2601      GHA
#> 2602      GHA
#> 2603      GHA
#> 2604      GHA
#> 2605      GHA
#> 2606      GHA
#> 2607      GHA
#> 2608      GHA
#> 2609      GHA
#> 2610      GHA
#> 2611      GHA
#> 2612      GHA
#> 2613      GHA
#> 2614      GHA
#> 2615      GHA
#> 2616      GHA
#> 2617      GHA
#> 2618      GHA
#> 2619      GHA
#> 2620      GHA
#> 2621      GHA
#> 2622      GHA
#> 2623      GHA
#> 2624      GHA
#> 2625      GHA
#> 2626      GHA
#> 2627      GHA
#> 2628      GHA
#> 2629      GHA
#> 2630      GHA
#> 2631      GHA
#> 2632      GHA
#> 2633      GHA
#> 2634      GHA
#> 2635      GHA
#> 2636      GHA
#> 2637      GHA
#> 2638      GHA
#> 2639      GHA
#> 2640      GHA
#> 2641      GHA
#> 2642      GHA
#> 2643      GHA
#> 2644      GHA
#> 2645      GHA
#> 2646      GHA
#> 2647      GHA
#> 2648      GHA
#> 2649      GHA
#> 2650      GHA
#> 2651      GHA
#> 2652      GHA
#> 2653      GHA
#> 2654      GHA
#> 2655      GHA
#> 2656      GHA
#> 2657      GHA
#> 2658      GHA
#> 2659      GHA
#> 2660      GHA
#> 2661      GHA
#> 2662      GHA
#> 2663      GHA
#> 2664      GHA
#> 2665      GHA
#> 2666      GHA
#> 2667      GHA
#> 2668      GHA
#> 2669      GHA
#> 2670      GHA
#> 2671      GHA
#> 2672      GHA
#> 2673      GHA
#> 2674      GHA
#> 2675      GHA
#> 2676      GHA
#> 2677      GHA
#> 2678      GHA
#> 2679      GHA
#> 2680      GHA
#> 2681      GHA
#> 2682      GHA
#> 2683      GHA
#> 2684      GHA
#> 2685      GHA
#> 2686      GHA
#> 2687      GHA
#> 2688      GHA
#> 2689      GHA
#> 2690      GHA
#> 2691      GHA
#> 2692      GHA
#> 2693      GHA
#> 2694      GHA
#> 2695      GHA
#> 2696      GHA
#> 2697      GHA
#> 2698      GHA
#> 2699      GHA
#> 2700      GHA
#> 2701      GHA
#> 2702      GHA
#> 2703      GHA
#> 2704      GHA
#> 2705      GHA
#> 2706      GHA
#> 2707      GHA
#> 2708      GHA
#> 2709      GHA
#> 2710      GHA
#> 2711      GHA
#> 2712      GHA
#> 2713      GHA
#> 2714      GHA
#> 2715      GHA
#> 2716      GHA
#> 2717      GHA
#> 2718      GHA
#> 2719      GHA
#> 2720      GHA
#> 2721      GHA
#> 2722      GHA
#> 2723      GHA
#> 2724      GHA
#> 2725      GHA
#> 2726      GHA
#> 2727      GHA
#> 2728      GHA
#> 2729      GHA
#> 2730      GHA
#> 2731      GHA
#> 2732      GHA
#> 2733      GHA
#> 2734      GHA
#> 2735      GHA
#> 2736      GHA
#> 2737      GHA
#> 2738      GHA
#> 2739      GHA
#> 2740      GHA
#> 2741      GHA
#> 2742      GHA
#> 2743      GHA
#> 2744      GHA
#> 2745      GHA
#> 2746      GHA
#> 2747      GHA
#> 2748      GHA
#> 2749      GHA
#> 2750      GHA
#> 2751      GHA
#> 2752      GHA
#> 2753      GHA
#> 2754      GHA
#> 2755      GHA
#> 2756      GHA
#> 2757      GHA
#> 2758      GHA
#> 2759      GHA
#> 2760      GHA
#> 2761      GHA
#> 2762      GHA
#> 2763      GHA
#> 2764      GHA
#> 2765      GHA
#> 2766      GHA
#> 2767      GHA
#> 2768      GHA
#> 2769      GHA
#> 2770      GHA
#> 2771      GHA
#> 2772      GHA
#> 2773      GHA
#> 2774      GHA
#> 2775      GHA
#> 2776      GHA
#> 2777      GHA
#> 2778      GHA
#> 2779      GHA
#> 2780      GHA
#> 2781      GHA
#> 2782      GHA
#> 2783      GHA
#> 2784      GHA
#> 2785      GHA
#> 2786      GHA
#> 2787      GHA
#> 2788      GHA
#> 2789      GHA
#> 2790      GHA
#> 2791      GHA
#> 2792      GHA
#> 2793      GHA
#> 2794      GHA
#> 2795      GHA
#> 2796      GHA
#> 2797      GHA
#> 2798      GHA
#> 2799      GHA
#> 2800      GHA
#> 2801      GHA
#> 2802      GHA
#> 2803      GHA
#> 2804      GHA
#> 2805      GHA
#> 2806      GHA
#> 2807      GHA
#> 2808      GHA
#> 2809      GHA
#> 2810      GHA
#> 2811      GHA
#> 2812      GHA
#> 2813      GHA
#> 2814      GHA
#> 2815      GHA
#> 2816      GHA
#> 2817      GHA
#> 2818      GHA
#> 2819      GHA
#> 2820      GHA
#> 2821      GHA
#> 2822      GHA
#> 2823      GHA
#> 2824      GHA
#> 2825      GHA
#> 2826      GHA
#> 2827      GHA
#> 2828      GHA
#> 2829      GHA
#> 2830      GHA
#> 2831      GHA
#> 2832      GHA
#> 2833      GHA
#> 2834      GHA
#> 2835      GHA
#> 2836      GHA
#> 2837      GHA
#> 2838      GHA
#> 2839      GHA
#> 2840      GHA
#> 2841      GHA
#> 2842      GHA
#> 2843      GHA
#> 2844      GHA
#> 2845      GHA
#> 2846      GHA
#> 2847      GHA
#> 2848      GHA
#> 2849      GHA
#> 2850      GHA
#> 2851      GHA
#> 2852      GHA
#> 2853      GHA
#> 2854      GHA
#> 2855      GHA
#> 2856      GHA
#> 2857      GHA
#> 2858      GHA
#> 2859      GHA
#> 2860      GHA
#> 2861      GHA
#> 2862      GHA
#> 2863      GHA
#> 2864      GHA
#> 2865      GHA
#> 2866      GHA
#> 2867      GHA
#> 2868      GHA
#> 2869      GHA
#> 2870      GHA
#> 2871      GHA
#> 2872      GHA
#> 2873      GHA
#> 2874      GHA
#> 2875      GHA
#> 2876      GHA
#> 2877      GHA
#> 2878      GHA
#> 2879      GHA
#> 2880      GHA
#> 2881      GHA
#> 2882      GHA
#> 2883      GHA
#> 2884      GHA
#> 2885      GHA
#> 2886      GHA
#> 2887      GHA
#> 2888      GHA
#> 2889      GHA
#> 2890      GHA
#> 2891      GHA
#> 2892      GHA
#> 2893      GHA
#> 2894      GHA
#> 2895      GHA
#> 2896      GHA
#> 2897      GHA
#> 2898      GHA
#> 2899      GHA
#> 2900      GHA
#> 2901      GHA
#> 2902      GHA
#> 2903      GHA
#> 2904      GHA
#> 2905      GHA
#> 2906      GHA
#> 2907      GHA
#> 2908      GHA
#> 2909      GHA
#> 2910      GHA
#> 2911      GHA
#> 2912      GHA
#> 2913      GHA
#> 2914      GHA
#> 2915      GHA
#> 2916      GHA
#> 2917      GHA
#> 2918      GHA
#> 2919      GHA
#> 2920      GHA
#> 2921      GHA
#> 2922      GHA
#> 2923      GHA
#> 2924      GHA
#> 2925      GHA
#> 2926      GHA
#> 2927      GHA
#> 2928      GHA
#> 2929      GHA
#> 2930      GHA
#> 2931      GHA
#> 2932      GHA
#> 2933      GHA
#> 2934      GHA
#> 2935      GHA
#> 2936      GHA
#> 2937      GHA
#> 2938      GHA
#> 2939      GHA
#> 2940      GHA
#> 2941      GHA
#> 2942      GHA
#> 2943      GHA
#> 2944      GHA
#> 2945      GHA
#> 2946      GHA
#> 2947      GHA
#> 2948      GHA
#> 2949      GHA
#> 2950      GHA
#> 2951      GHA
#> 2952      GHA
#> 2953      GHA
#> 2954      GHA
#> 2955      GHA
#> 2956      GHA
#> 2957      GHA
#> 2958      GHA
#> 2959      GHA
#> 2960      GHA
#> 2961      GHA
#> 2962      GHA
#> 2963      GHA
#> 2964      GHA
#> 2965      GHA
#> 2966      GHA
#> 2967      GHA
#> 2968      GHA
#> 2969      GHA
#> 2970      GHA
#> 2971      GHA
#> 2972      GHA
#> 2973      GHA
#> 2974      GHA
#> 2975      GHA
#> 2976      GHA
#> 2977      GHA
#> 2978      GHA
#> 2979      GHA
#> 2980      GHA
#> 2981      GHA
#> 2982      GHA
#> 2983      GHA
#> 2984      GHA
#> 2985      GHA
#> 2986      GHA
#> 2987      GHA
#> 2988      GHA
#> 2989      GHA
#> 2990      GHA
#> 2991      GHA
#> 2992      GHA
#> 2993      GHA
#> 2994      GHA
#> 2995      GHA
#> 2996      GHA
#> 2997      GHA
#> 2998      GHA
#> 2999      GHA
#> 3000      GHA
#> 3001      GHA
#> 3002      GHA
#> 3003      GHA
#> 3004      GHA
#> 3005      GHA
#> 3006      GHA
#> 3007      GHA
#> 3008      GHA
#> 3009      GHA
#> 3010      GHA
#> 3011      GHA
#> 3012      GHA
#> 3013      GHA
#> 3014      GHA
#> 3015      GHA
#> 3016      GHA
#> 3017      GHA
#> 3018      GHA
#> 3019      GHA
#> 3020      GHA
#> 3021      GHA
#> 3022      GHA
#> 3023      GHA
#> 3024      GHA
#> 3025      GHA
#> 3026      GHA
#> 3027      GHA
#> 3028      GHA
#> 3029      GHA
#> 3030      GHA
#> 3031      GHA
#> 3032      GHA
#> 3033      GHA
#> 3034      GHA
#> 3035      GHA
#> 3036      GHA
#> 3037      GHA
#> 3038      GHA
#> 3039      GHA
#> 3040      GHA
#> 3041      GHA
#> 3042      GHA
#> 3043      GHA
#> 3044      GHA
#> 3045      GHA
#> 3046      GHA
#> 3047      GHA
#> 3048      GHA
#> 3049      GHA
#> 3050      GHA
#> 3051      GHA
#> 3052      GHA
#> 3053      GHA
#> 3054      GHA
#> 3055      GHA
#> 3056      GHA
#> 3057      GHA
#> 3058      GHA
#> 3059      GHA
#> 3060      GHA
#> 3061      GHA
#> 3062      GHA
#> 3063      GHA
#> 3064      GHA
#> 3065      GHA
#> 3066      GHA
#> 3067      GHA
#> 3068      GHA
#> 3069      GHA
#> 3070      GHA
#> 3071      GHA
#> 3072      GHA
#> 3073      GHA
#> 3074      GHA
#> 3075      GHA
#> 3076      GHA
#> 3077      GHA
#> 3078      GHA
#> 3079      GHA
#> 3080      GHA
#> 3081      GHA
#> 3082      GHA
#> 3083      GHA
#> 3084      GHA
#> 3085      GHA
#> 3086      GHA
#> 3087      GHA
#> 3088      GHA
#> 3089      GHA
#> 3090      GHA
#> 3091      GHA
#> 3092      GHA
#> 3093      GHA
#> 3094      GHA
#> 3095      GHA
#> 3096      GHA
#> 3097      GHA
#> 3098      GHA
#> 3099      GHA
#> 3100      GHA
#> 3101      GHA
#> 3102      GHA
#> 3103      GHA
#> 3104      GHA
#> 3105      GHA
#> 3106      GHA
#> 3107      GHA
#> 3108      GHA
#> 3109      GHA
#> 3110      GHA
#> 3111      GHA
#> 3112      GHA
#> 3113      GHA
#> 3114      GHA
#> 3115      GHA
#> 3116      GHA
#> 3117      GHA
#> 3118      GHA
#> 3119      GHA
#> 3120      GHA
#> 3121      GHA
#> 3122      GHA
#> 3123      GHA
#> 3124      GHA
#> 3125      GHA
#> 3126      GHA
#> 3127      GHA
#> 3128      GHA
#> 3129      GHA
#> 3130      GHA
#> 3131      GHA
#> 3132      GHA
#> 3133      GHA
#> 3134      GHA
#> 3135      GHA
#> 3136      GHA
#> 3137      GHA
#> 3138      GHA
#> 3139      GHA
#> 3140      GHA
#> 3141      GHA
#> 3142      GHA
#> 3143      GHA
#> 3144      GHA
#> 3145      GHA
#> 3146      GHA
#> 3147      GHA
#> 3148      GHA
#> 3149      GHA
#> 3150      GHA
#> 3151      GHA
#> 3152      GHA
#> 3153      GHA
#> 3154      GHA
#> 3155      GHA
#> 3156      GHA
#> 3157      GHA
#> 3158      GHA
#> 3159      GHA
#> 3160      GHA
#> 3161      GHA
#> 3162      GHA
#> 3163      GHA
#> 3164      GHA
#> 3165      GHA
#> 3166      GHA
#> 3167      GHA
#> 3168      GHA
#> 3169      GHA
#> 3170      GHA
#> 3171      GHA
#> 3172      GHA
#> 3173      GHA
#> 3174      GHA
#> 3175      GHA
#> 3176      GHA
#> 3177      GHA
#> 3178      GHA
#> 3179      GHA
#> 3180      GHA
#> 3181      GHA
#> 3182      GHA
#> 3183      GHA
#> 3184      GHA
#> 3185      GHA
#> 3186      GHA
#> 3187      GHA
#> 3188      GHA
#> 3189      GHA
#> 3190      GHA
#> 3191      GHA
#> 3192      GHA
#> 3193      GHA
#> 3194      GHA
#> 3195      GHA
#> 3196      GHA
#> 3197      GHA
#> 3198      GHA
#> 3199      GHA
#> 3200      GHA
#> 3201      GHA
#> 3202      GHA
#> 3203      GHA
#> 3204      GHA
#> 3205      GHA
#> 3206      GHA
#> 3207      GHA
#> 3208      GHA
#> 3209      GHA
#> 3210      GHA
#> 3211      GHA
#> 3212      GHA
#> 3213      GHA
#> 3214      GHA
#> 3215      GHA
#> 3216      GHA
#> 3217      GHA
#> 3218      GHA
#> 3219      GHA
#> 3220      GHA
#> 3221      GHA
#> 3222      GHA
#> 3223      GHA
#> 3224      GHA
#> 3225      GHA
#> 3226      GHA
#> 3227      GHA
#> 3228      GHA
#> 3229      GHA
#> 3230      GHA
#> 3231      GHA
#> 3232      GHA
#> 3233      GHA
#> 3234      GHA
#> 3235      GHA
#> 3236      GHA
#> 3237      GHA
#> 3238      GHA
#> 3239      GHA
#> 3240      GHA
#> 3241      GHA
#> 3242      GHA
#> 3243      GHA
#> 3244      GHA
#> 3245      GHA
#> 3246      GHA
#> 3247      GHA
#> 3248      GHA
#> 3249      GHA
#> 3250      GHA
#> 3251      GHA
#> 3252      GHA
#> 3253      GHA
#> 3254      GHA
#> 3255      GHA
#> 3256      GHA
#> 3257      GHA
#> 3258      GHA
#> 3259      GHA
#> 3260      GHA
#> 3261      GHA
#> 3262      GHA
#> 3263      GHA
#> 3264      GHA
#> 3265      GHA
#> 3266      GHA
#> 3267      GHA
#> 3268      GHA
#> 3269      GHA
#> 3270      GHA
#> 3271      GHA
#> 3272      GHA
#> 3273      GHA
#> 3274      GHA
#> 3275      GHA
#> 3276      GHA
#> 3277      GHA
#> 3278      GHA
#> 3279      GHA
#> 3280      GHA
#> 3281      GHA
#> 3282      GHA
#> 3283      GHA
#> 3284      GHA
#> 3285      GHA
#> 3286      GHA
#> 3287      GHA
#> 3288      GHA
#> 3289      GHA
#> 3290      GHA
#> 3291      GHA
#> 3292      GHA
#> 3293      GHA
#> 3294      GHA
#> 3295      GHA
#> 3296      GHA
#> 3297      GHA
#> 3298      GHA
#> 3299      GHA
#> 3300      GHA
#> 3301      GHA
#> 3302      GHA
#> 3303      GHA
#> 3304      GHA
#> 3305      GHA
#> 3306      GHA
#> 3307      GHA
#> 3308      GHA
#> 3309      GHA
#> 3310      GHA
#> 3311      GHA
#> 3312      GHA
#> 3313      GHA
#> 3314      GHA
#> 3315      GHA
#> 3316      GHA
#> 3317      GHA
#> 3318      GHA
#> 3319      GHA
#> 3320      GHA
#> 3321      GHA
#> 3322      GHA
#> 3323      GHA
#> 3324      GHA
#> 3325      GHA
#> 3326      GHA
#> 3327      GHA
#> 3328      GHA
#> 3329      GHA
#> 3330      GHA
#> 3331      GHA
#> 3332      GHA
#> 3333      GHA
#> 3334      GHA
#> 3335      GHA
#> 3336      GHA
#> 3337      GHA
#> 3338      GHA
#> 3339      GHA
#> 3340      GHA
#> 3341      GHA
#> 3342      GHA
#> 3343      GHA
#> 3344      GHA
#> 3345      GHA
#> 3346      GHA
#> 3347      GHA
#> 3348      GHA
#> 3349      GHA
#> 3350      GHA
#> 3351      GHA
#> 3352      GHA
#> 3353      GHA
#> 3354      GHA
#> 3355      GHA
#> 3356      GHA
#> 3357      GHA
#> 3358      GHA
#> 3359      GHA
#> 3360      GHA
#> 3361      GHA
#> 3362      GHA
#> 3363      GHA
#> 3364      GHA
#> 3365      GHA
#> 3366      GHA
#> 3367      GHA
#> 3368      GHA
#> 3369      GHA
#> 3370      GHA
#> 3371      GHA
#> 3372      GHA
#> 3373      GHA
#> 3374      GHA
#> 3375      GHA
#> 3376      GHA
#> 3377      GHA
#> 3378      GHA
#> 3379      GHA
#> 3380      GHA
#> 3381      GHA
#> 3382      GHA
#> 3383      GHA
#> 3384      GHA
#> 3385      GHA
#> 3386      GHA
#> 3387      GHA
#> 3388      GHA
#> 3389      GHA
#> 3390      GHA
#> 3391      GHA
#> 3392      GHA
#> 3393      GHA
#> 3394      GHA
#> 3395      GHA
#> 3396      GHA
#> 3397      GHA
#> 3398      GHA
#> 3399      GHA
#> 3400      GHA
#> 3401      GHA
#> 3402      GHA
#> 3403      GHA
#> 3404      GHA
#> 3405      GHA
#> 3406      GHA
#> 3407      GHA
#> 3408      GHA
#> 3409      GHA
#> 3410      GHA
#> 3411      GHA
#> 3412      GHA
#> 3413      GHA
#> 3414      GHA
#> 3415      GHA
#> 3416      GHA
#> 3417      GHA
#> 3418      GHA
#> 3419      GHA
#> 3420      GHA
#> 3421      GHA
#> 3422      GHA
#> 3423      GHA
#> 3424      GHA
#> 3425      GHA
#> 3426      GHA
#> 3427      GHA
#> 3428      GHA
#> 3429      GHA
#> 3430      GHA
#> 3431      GHA
#> 3432      GHA
#> 3433      GHA
#> 3434      GHA
#> 3435      GHA
#> 3436      GHA
#> 3437      GHA
#> 3438      GHA
#> 3439      GHA
#> 3440      GHA
#> 3441      GHA
#> 3442      GHA
#> 3443      GHA
#> 3444      GHA
#> 3445      GHA
#> 3446      GHA
#> 3447      GHA
#> 3448      GHA
#> 3449      GHA
#> 3450      GHA
#> 3451      GHA
#> 3452      GHA
#> 3453      GHA
#> 3454      GHA
#> 3455      GHA
#> 3456      GHA
#> 3457      GHA
#> 3458      GHA
#> 3459      GHA
#> 3460      GHA
#> 3461      GHA
#> 3462      GHA
#> 3463      GHA
#> 3464      GHA
#> 3465      GHA
#> 3466      GHA
#> 3467      GHA
#> 3468      GHA
#> 3469      GHA
#> 3470      GHA
#> 3471      GHA
#> 3472      GHA
#> 3473      GHA
#> 3474      GHA
#> 3475      GHA
#> 3476      GHA
#> 3477      GHA
#> 3478      GHA
#> 3479      GHA
#> 3480      GHA
#> 3481      GHA
#> 3482      GHA
#> 3483      GHA
#> 3484      GHA
#> 3485      GHA
#> 3486      GHA
#> 3487      GHA
#> 3488      GHA
#> 3489      GHA
#> 3490      GHA
#> 3491      GHA
#> 3492      GHA
#> 3493      GHA
#> 3494      GHA
#> 3495      GHA
#> 3496      GHA
#> 3497      GHA
#> 3498      GHA
#> 3499      GHA
#> 3500      GHA
#> 3501      GHA
#> 3502      GHA
#> 3503      GHA
#> 3504      GHA
#> 3505      GHA
#> 3506      GHA
#> 3507      GHA
#> 3508      GHA
#> 3509      GHA
#> 3510      GHA
#> 3511      GHA
#> 3512      GHA
#> 3513      GHA
#> 3514      GHA
#> 3515      GHA
#> 3516      GHA
#> 3517      GHA
#> 3518      GHA
#> 3519      GHA
#> 3520      GHA
#> 3521      GHA
#> 3522      GHA
#> 3523      GHA
#> 3524      GHA
#> 3525      GHA
#> 3526      GHA
#> 3527      GHA
#> 3528      GHA
#> 3529      GHA
#> 3530      GHA
#> 3531      GHA
#> 3532      GHA
#> 3533      GHA
#> 3534      GHA
#> 3535      GHA
#> 3536      GHA
#> 3537      GHA
#> 3538      GHA
#> 3539      GHA
#> 3540      GHA
#> 3541      GHA
#> 3542      GHA
#> 3543      GHA
#> 3544      GHA
#> 3545      GHA
#> 3546      GHA
#> 3547      GHA
#> 3548      GHA
#> 3549      GHA
#> 3550      GHA
#> 3551      GHA
#> 3552      GHA
#> 3553      GHA
#> 3554      GHA
#> 3555      GHA
#> 3556      GHA
#> 3557      GHA
#> 3558      GHA
#> 3559      GHA
#> 3560      GHA
#> 3561      GHA
#> 3562      GHA
#> 3563      GHA
#> 3564      GHA
#> 3565      GHA
#> 3566      GHA
#> 3567      GHA
#> 3568      GHA
#> 3569      GHA
#> 3570      GHA
#> 3571      GHA
#> 3572      GHA
#> 3573      GHA
#> 3574      GHA
#> 3575      GHA
#> 3576      GHA
#> 3577      GHA
#> 3578      GHA
#> 3579      GHA
#> 3580      GHA
#> 3581      GHA
#> 3582      GHA
#> 3583      GHA
#> 3584      GHA
#> 3585      GHA
#> 3586      GHA
#> 3587      GHA
#> 3588      GHA
#> 3589      GHA
#> 3590      GHA
#> 3591      GHA
#> 3592      GHA
#> 3593      GHA
#> 3594      GHA
#> 3595      GHA
#> 3596      GHA
#> 3597      GHA
#> 3598      GHA
#> 3599      GHA
#> 3600      GHA
#> 3601      GHA
#> 3602      GHA
#> 3603      GHA
#> 3604      GHA
#> 3605      GHA
#> 3606      GHA
#> 3607      GHA
#> 3608      GHA
#> 3609      GHA
#> 3610      GHA
#> 3611      GHA
#> 3612      GHA
#> 3613      GHA
#> 3614      GHA
#> 3615      GHA
#> 3616      GHA
#> 3617      GHA
#> 3618      GHA
#> 3619      GHA
#> 3620      GHA
#> 3621      GHA
#> 3622      GHA
#> 3623      GHA
#> 3624      GHA
#> 3625      GHA
#> 3626      GHA
#> 3627      GHA
#> 3628      GHA
#> 3629      GHA
#> 3630      GHA
#> 3631      GHA
#> 3632      GHA
#> 3633      GHA
#> 3634      GHA
#> 3635      GHA
#> 3636      GHA
#> 3637      GHA
#> 3638      GHA
#> 3639      GHA
#> 3640      GHA
#> 3641      GHA
#> 3642      GHA
#> 3643      GHA
#> 3644      GHA
#> 3645      GHA
#> 3646      GHA
#> 3647      GHA
#> 3648      GHA
#> 3649      GHA
#> 3650      GHA
#> 3651      GHA
#> 3652      GHA
#> 3653      GHA
#> 3654      GHA
#> 3655      GHA
#> 3656      GHA
#> 3657      GHA
#> 3658      GHA
#> 3659      GHA
#> 3660      GHA
#> 3661      GHA
#> 3662      GHA
#> 3663      GHA
#> 3664      GHA
#> 3665      GHA
#> 3666      GHA
#> 3667      GHA
#> 3668      GHA
#> 3669      GHA
#> 3670      GHA
#> 3671      GHA
#> 3672      GHA
#> 3673      GHA
#> 3674      GHA
#> 3675      GHA
#> 3676      GHA
#> 3677      GHA
#> 3678      GHA
#> 3679      GHA
#> 3680      GHA
#> 3681      GHA
#> 3682      GHA
#> 3683      GHA
#> 3684      GHA
#> 3685      GHA
#> 3686      GHA
#> 3687      GHA
#> 3688      GHA
#> 3689      GHA
#> 3690      GHA
#> 3691      GHA
#> 3692      GHA
#> 3693      GHA
#> 3694      GHA
#> 3695      GHA
#> 3696      GHA
#> 3697      GHA
#> 3698      GHA
#> 3699      GHA
#> 3700      GHA
#> 3701      GHA
#> 3702      GHA
#> 3703      GHA
#> 3704      GHA
#> 3705      GHA
#> 3706      GHA
#> 3707      GHA
#> 3708      GHA
#> 3709      GHA
#> 3710      GHA
#> 3711      GHA
#> 3712      GHA
#> 3713      GHA
#> 3714      GHA
#> 3715      GHA
#> 3716      GHA
#> 3717      GHA
#> 3718      GHA
#> 3719      GHA
#> 3720      GHA
#> 3721      GHA
#> 3722      GHA
#> 3723      GHA
#> 3724      GHA
#> 3725      GHA
#> 3726      GHA
#> 3727      GHA
#> 3728      GHA
#> 3729      GHA
#> 3730      GHA
#> 3731      GHA
#> 3732      GHA
#> 3733      GHA
#> 3734      GHA
#> 3735      GHA
#> 3736      GHA
#> 3737      GHA
#> 3738      GHA
#> 3739      GHA
#> 3740      GHA
#> 3741      GHA
#> 3742      GHA
#> 3743      GHA
#> 3744      GHA
#> 3745      GHA
#> 3746      GHA
#> 3747      GHA
#> 3748      GHA
#> 3749      GHA
#> 3750      GHA
#> 3751      GHA
#> 3752      GHA
#> 3753      GHA
#> 3754      GHA
#> 3755      GHA
#> 3756      GHA
#> 3757      GHA
#> 3758      GHA
#> 3759      GHA
#> 3760      GHA
#> 3761      GHA
#> 3762      GHA
#> 3763      GHA
#> 3764      GHA
#> 3765      GHA
#> 3766      GHA
#> 3767      GHA
#> 3768      GHA
#> 3769      GHA
#> 3770      GHA
#> 3771      GHA
#> 3772      GHA
#> 3773      GHA
#> 3774      GHA
#> 3775      GHA
#> 3776      GHA
#> 3777      GHA
#> 3778      GHA
#> 3779      GHA
#> 3780      GHA
#> 3781      GHA
#> 3782      GHA
#> 3783      GHA
#> 3784      GHA
#> 3785      GHA
#> 3786      GHA
#> 3787      GHA
#> 3788      GHA
#> 3789      GHA
#> 3790      GHA
#> 3791      GHA
#> 3792      GHA
#> 3793      GHA
#> 3794      GHA
#> 3795      GHA
#> 3796      GHA
#> 3797      GHA
#> 3798      GHA
#> 3799      GHA
#> 3800      GHA
#> 3801      GHA
#> 3802      GHA
#> 3803      GHA
#> 3804      GHA
#> 3805      GHA
#> 3806      GHA
#> 3807      GHA
#> 3808      GHA
#> 3809      GHA
#> 3810      GHA
#> 3811      GHA
#> 3812      GHA
#> 3813      GHA
#> 3814      GHA
#> 3815      GHA
#> 3816      GHA
#> 3817      GHA
#> 3818      GHA
#> 3819      GHA
#> 3820      GHA
#> 3821      GHA
#> 3822      GHA
#> 3823      GHA
#> 3824      GHA
#> 3825      GHA
#> 3826      GHA
#> 3827      GHA
#> 3828      GHA
#> 3829      GHA
#> 3830      GHA
#> 3831      GHA
#> 3832      GHA
#> 3833      GHA
#> 3834      GHA
#> 3835      GHA
#> 3836      GHA
#> 3837      GHA
#> 3838      GHA
#> 3839      GHA
#> 3840      GHA
#> 3841      GHA
#> 3842      GHA
#> 3843      GHA
#> 3844      GHA
#> 3845      GHA
#> 3846      GHA
#> 3847      GHA
#> 3848      GHA
#> 3849      GHA
#> 3850      GHA
#> 3851      GHA
#> 3852      GHA
#> 3853      GHA
#> 3854      GHA
#> 3855      GHA
#> 3856      GHA
#> 3857      GHA
#> 3858      GHA
#> 3859      GHA
#> 3860      GHA
#> 3861      GHA
#> 3862      GHA
#> 3863      GHA
#> 3864      GHA
#> 3865      GHA
#> 3866      GHA
#> 3867      GHA
#> 3868      GHA
#> 3869      GHA
#> 3870      GHA
#> 3871      GHA
#> 3872      GHA
#> 3873      GHA
#> 3874      GHA
#> 3875      GHA
#> 3876      GHA
#> 3877      GHA
#> 3878      GHA
#> 3879      GHA
#> 3880      GHA
#> 3881      GHA
#> 3882      GHA
#> 3883      GHA
#> 3884      GHA
#> 3885      GHA
#> 3886      GHA
#> 3887      GHA
#> 3888      GHA
#> 3889      GHA
#> 3890      GHA
#> 3891      GHA
#> 3892      GHA
#> 3893      GHA
#> 3894      GHA
#> 3895      GHA
#> 3896      GHA
#> 3897      GHA
#> 3898      GHA
#> 3899      GHA
#> 3900      GHA
#> 3901      GHA
#> 3902      GHA
#> 3903      GHA
#> 3904      GHA
#> 3905      GHA
#> 3906      GHA
#> 3907      GHA
#> 3908      GHA
#> 3909      GHA
#> 3910      GHA
#> 3911      GHA
#> 3912      GHA
#> 3913      GHA
#> 3914      GHA
#> 3915      GHA
#> 3916      GHA
#> 3917      GHA
#> 3918      GHA
#> 3919      GHA
#> 3920      GHA
#> 3921      GHA
#> 3922      GHA
#> 3923      GHA
#> 3924      GHA
#> 3925      GHA
#> 3926      GHA
#> 3927      GHA
#> 3928      GHA
#> 3929      GHA
#> 3930      GHA
#> 3931      GHA
#> 3932      GHA
#> 3933      GHA
#> 3934      GHA
#> 3935      GHA
#> 3936      GHA
#> 3937      GHA
#> 3938      GHA
#> 3939      GHA
#> 3940      GHA
#> 3941      GHA
#> 3942      GHA
#> 3943      GHA
#> 3944      GHA
#> 3945      GHA
#> 3946      GHA
#> 3947      GHA
#> 3948      GHA
#> 3949      GHA
#> 3950      GHA
#> 3951      GHA
#> 3952      GHA
#> 3953      GHA
#> 3954      GHA
#> 3955      GHA
#> 3956      GHA
#> 3957      GHA
#> 3958      GHA
#> 3959      GHA
#> 3960      GHA
#> 3961      GHA
#> 3962      GHA
#> 3963      GHA
#> 3964      GHA
#> 3965      GHA
#> 3966      GHA
#> 3967      GHA
#> 3968      GHA
#> 3969      GHA
#> 3970      GHA
#> 3971      GHA
#> 3972      GHA
#> 3973      GHA
#> 3974      GHA
#> 3975      GHA
#> 3976      GHA
#> 3977      GHA
#> 3978      GHA
#> 3979      GHA
#> 3980      GHA
#> 3981      GHA
#> 3982      GHA
#> 3983      GHA
#> 3984      GHA
#> 3985      GHA
#> 3986      GHA
#> 3987      GHA
#> 3988      GHA
#> 3989      GHA
#> 3990      GHA
#> 3991      GHA
#> 3992      GHA
#> 3993      GHA
#> 3994      GHA
#> 3995      GHA
#> 3996      GHA
#> 3997      GHA
#> 3998      GHA
#> 3999      GHA
#> 4000      GHA
#> 4001      GHA
#> 4002      GHA
#> 4003      GHA
#> 4004      GHA
#> 4005      GHA
#> 4006      GHA
#> 4007      GHA
#> 4008      GHA
#> 4009      GHA
#> 4010      GHA
#> 4011      GHA
#> 4012      GHA
#> 4013      GHA
#> 4014      GHA
#> 4015      GHA
#> 4016      GHA
#> 4017      GHA
#> 4018      GHA
#> 4019      GHA
#> 4020      GHA
#> 4021      GHA
#> 4022      GHA
#> 4023      GHA
#> 4024      GHA
#> 4025      GHA
#> 4026      GHA
#> 4027      GHA
#> 4028      GHA
#> 4029      GHA
#> 4030      GHA
#> 4031      GHA
#> 4032      GHA
#> 4033      GHA
#> 4034      GHA
#> 4035      GHA
#> 4036      GHA
#> 4037      GHA
#> 4038      GHA
#> 4039      GHA
#> 4040      GHA
#> 4041      GHA
#> 4042      GHA
#> 4043      GHA
#> 4044      GHA
#> 4045      GHA
#> 4046      GHA
#> 4047      GHA
#> 4048      GHA
#> 4049      GHA
#> 4050      GHA
#> 4051      GHA
#> 4052      GHA
#> 4053      GHA
#> 4054      GHA
#> 4055      GHA
#> 4056      GHA
#> 4057      GHA
#> 4058      GHA
#> 4059      GHA
#> 4060      GHA
#> 4061      GHA
#> 4062      GHA
#> 4063      GHA
#> 4064      GHA
#> 4065      GHA
#> 4066      GHA
#> 4067      GHA
#> 4068      GHA
#> 4069      GHA
#> 4070      GHA
#> 4071      GHA
#> 4072      GHA
#> 4073      GHA
#> 4074      GHA
#> 4075      GHA
#> 4076      GHA
#> 4077      GHA
#> 4078      GHA
#> 4079      GHA
#> 4080      GHA
#> 4081      GHA
#> 4082      GHA
#> 4083      GHA
#> 4084      GHA
#> 4085      GHA
#> 4086      GHA
#> 4087      GHA
#> 4088      GHA
#> 4089      GHA
#> 4090      GHA
#> 4091      GHA
#> 4092      GHA
#> 4093      GHA
#> 4094      GHA
#> 4095      GHA
#> 4096      GHA
#> 4097      GHA
#> 4098      GHA
#> 4099      GHA
#> 4100      GHA
#> 4101      GHA
#> 4102      GHA
#> 4103      GHA
#> 4104      GHA
#> 4105      GHA
#> 4106      GHA
#> 4107      GHA
#> 4108      GHA
#> 4109      GHA
#> 4110      GHA
#> 4111      GHA
#> 4112      GHA
#> 4113      GHA
#> 4114      GHA
#> 4115      GHA
#> 4116      GHA
#> 4117      GHA
#> 4118      GHA
#> 4119      GHA
#> 4120      GHA
#> 4121      GHA
#> 4122      GHA
#> 4123      GHA
#> 4124      GHA
#> 4125      GHA
#> 4126      GHA
#> 4127      GHA
#> 4128      GHA
#> 4129      GHA
#> 4130      GHA
#> 4131      GHA
#> 4132      GHA
#> 4133      GHA
#> 4134      GHA
#> 4135      GHA
#> 4136      GHA
#> 4137      GHA
#> 4138      GHA
#> 4139      GHA
#> 4140      GHA
#> 4141      GHA
#> 4142      GHA
#> 4143      GHA
#> 4144      GHA
#> 4145      GHA
#> 4146      GHA
#> 4147      GHA
#> 4148      GHA
#> 4149      GHA
#> 4150      GHA
#> 4151      GHA
#> 4152      GHA
#> 4153      GHA
#> 4154      GHA
#> 4155      GHA
#> 4156      GHA
#> 4157      GHA
#> 4158      GHA
#> 4159      GHA
#> 4160      GHA
#> 4161      GHA
#> 4162      GHA
#> 4163      GHA
#> 4164      GHA
#> 4165      GHA
#> 4166      GHA
#> 4167      GHA
#> 4168      GHA
#> 4169      GHA
#> 4170      GHA
#> 4171      GHA
#> 4172      GHA
#> 4173      GHA
#> 4174      GHA
#> 4175      GHA
#> 4176      GHA
#> 4177      GHA
#> 4178      GHA
#> 4179      GHA
#> 4180      GHA
#> 4181      GHA
#> 4182      GHA
#> 4183      GHA
#> 4184      GHA
#> 4185      GHA
#> 4186      GHA
#> 4187      GHA
#> 4188      GHA
#> 4189      GHA
#> 4190      GHA
#> 4191      GHA
#> 4192      GHA
#> 4193      GHA
#> 4194      GHA
#> 4195      GHA
#> 4196      GHA
#> 4197      GHA
#> 4198      GHA
#> 4199      GHA
#> 4200      GHA
#> 4201      GHA
#> 4202      GHA
#> 4203      GHA
#> 4204      GHA
#> 4205      GHA
#> 4206      GHA
#> 4207      GHA
#> 4208      GHA
#> 4209      GHA
#> 4210      GHA
#> 4211      GHA
#> 4212      GHA
#> 4213      GHA
#> 4214      GHA
#> 4215      GHA
#> 4216      GHA
#> 4217      GHA
#> 4218      GHA
#> 4219      GHA
#> 4220      GHA
#> 4221      GHA
#> 4222      GHA
#> 4223      GHA
#> 4224      GHA
#> 4225      GHA
#> 4226      GHA
#> 4227      GHA
#> 4228      GHA
#> 4229      GHA
#> 4230      GHA
#> 4231      GHA
#> 4232      GHA
#> 4233      GHA
#> 4234      GHA
#> 4235      GHA
#> 4236      GHA
#> 4237      GHA
#> 4238      GHA
#> 4239      GHA
#> 4240      GHA
#> 4241      GHA
#> 4242      GHA
#> 4243      GHA
#> 4244      GHA
#> 4245      GHA
#> 4246      GHA
#> 4247      GHA
#> 4248      GHA
#> 4249      GHA
#> 4250      GHA
#> 4251      GHA
#> 4252      GHA
#> 4253      GHA
#> 4254      GHA
#> 4255      GHA
#> 4256      GHA
#> 4257      GHA
#> 4258      GHA
#> 4259      GHA
#> 4260      GHA
#> 4261      GHA
#> 4262      GHA
#> 4263      GHA
#> 4264      GHA
#> 4265      GHA
#> 4266      GHA
#> 4267      GHA
#> 4268      GHA
#> 4269      GHA
#> 4270      GHA
#> 4271      GHA
#> 4272      GHA
#> 4273      GHA
#> 4274      GHA
#> 4275      GHA
#> 4276      GHA
#> 4277      GHA
#> 4278      GHA
#> 4279      GHA
#> 4280      GHA
#> 4281      GHA
#> 4282      GHA
#> 4283      GHA
#> 4284      GHA
#> 4285      GHA
#> 4286      GHA
#> 4287      GHA
#> 4288      GHA
#> 4289      GHA
#> 4290      GHA
#> 4291      GHA
#> 4292      GHA
#> 4293      GHA
#> 4294      GHA
#> 4295      GHA
#> 4296      GHA
#> 4297      GHA
#> 4298      GHA
#> 4299      GHA
#> 4300      GHA
#> 4301      GHA
#> 4302      GHA
#> 4303      GHA
#> 4304      GHA
#> 4305      GHA
#> 4306      GHA
#> 4307      GHA
#> 4308      GHA
#> 4309      GHA
#> 4310      GHA
#> 4311      GHA
#> 4312      GHA
#> 4313      GHA
#> 4314      GHA
#> 4315      GHA
#> 4316      GHA
#> 4317      GHA
#> 4318      GHA
#> 4319      GHA
#> 4320      GHA
#> 4321      GHA
#> 4322      GHA
#> 4323      GHA
#> 4324      GHA
#> 4325      GHA
#> 4326      GHA
#> 4327      GHA
#> 4328      GHA
#> 4329      GHA
#> 4330      GHA
#> 4331      GHA
#> 4332      GHA
#> 4333      GHA
#> 4334      GHA
#> 4335      GHA
#> 4336      GHA
#> 4337      GHA
#> 4338      GHA
#> 4339      GHA
#> 4340      GHA
#> 4341      GHA
#> 4342      GHA
#> 4343      GHA
#> 4344      GHA
#> 4345      GHA
#> 4346      GHA
#> 4347      GHA
#> 4348      GHA
#> 4349      GHA
#> 4350      GHA
#> 4351      GHA
#> 4352      GHA
#> 4353      GHA
#> 4354      GHA
#> 4355      GHA
#> 4356      GHA
#> 4357      GHA
#> 4358      GHA
#> 4359      GHA
#> 4360      GHA
#> 4361      GHA
#> 4362      GHA
#> 4363      GHA
#> 4364      GHA
#> 4365      GHA
#> 4366      GHA
#> 4367      GHA
#> 4368      GHA
#> 4369      GHA
#> 4370      GHA
#> 4371      GHA
#> 4372      GHA
#> 4373      GHA
#> 4374      GHA
#> 4375      GHA
#> 4376      GHA
#> 4377      GHA
#> 4378      GHA
#> 4379      GHA
#> 4380      GHA
#> 4381      GHA
#> 4382      GHA
#> 4383      GHA
#> 4384      GHA
#> 4385      GHA
#> 4386      GHA
#> 4387      GHA
#> 4388      GHA
#> 4389      GHA
#> 4390      GHA
#> 4391      GHA
#> 4392      GHA
#> 4393      GHA
#> 4394      GHA
#> 4395      GHA
#> 4396      GHA
#> 4397      GHA
#> 4398      GHA
#> 4399      GHA
#> 4400      GHA
#> 4401      GHA
#> 4402      GHA
#> 4403      GHA
#> 4404      GHA
#> 4405      GHA
#> 4406      GHA
#> 4407      GHA
#> 4408      GHA
#> 4409      GHA
#> 4410      GHA
#> 4411      GHA
#> 4412      GHA
#> 4413      GHA
#> 4414      GHA
#> 4415      GHA
#> 4416      GHA
#> 4417      GHA
#> 4418      GHA
#> 4419      GHA
#> 4420      GHA
#> 4421      GHA
#> 4422      GHA
#> 4423      GHA
#> 4424      GHA
#> 4425      GHA
#> 4426      GHA
#> 4427      GHA
#> 4428      GHA
#> 4429      GHA
#> 4430      GHA
#> 4431      GHA
#> 4432      GHA
#> 4433      GHA
#> 4434      GHA
#> 4435      GHA
#> 4436      GHA
#> 4437      GHA
#> 4438      GHA
#> 4439      GHA
#> 4440      GHA
#> 4441      GHA
#> 4442      GHA
#> 4443      GHA
#> 4444      GHA
#> 4445      GHA
#> 4446      GHA
#> 4447      GHA
#> 4448      GHA
#> 4449      GHA
#> 4450      GHA
#> 4451      GHA
#> 4452      GHA
#> 4453      GHA
#> 4454      GHA
#> 4455      GHA
#> 4456      GHA
#> 4457      GHA
#> 4458      GHA
#> 4459      GHA
#> 4460      GHA
#> 4461      GHA
#> 4462      GHA
#> 4463      GHA
#> 4464      GHA
#> 4465      GHA
#> 4466      GHA
#> 4467      GHA
#> 4468      GHA
#> 4469      GHA
#> 4470      GHA
#> 4471      GHA
#> 4472      GHA
#> 4473      GHA
#> 4474      GHA
#> 4475      GHA
#> 4476      GHA
#> 4477      GHA
#> 4478      GHA
#> 4479      GHA
#> 4480      GHA
#> 4481      GHA
#> 4482      GHA
#> 4483      GHA
#> 4484      GHA
#> 4485      GHA
#> 4486      GHA
#> 4487      GHA
#> 4488      GHA
#> 4489      GHA
#> 4490      GHA
#> 4491      GHA
#> 4492      GHA
#> 4493      GHA
#> 4494      GHA
#> 4495      GHA
#> 4496      GHA
#> 4497      GHA
#> 4498      GHA
#> 4499      GHA
#> 4500      GHA
#> 4501      GHA
#> 4502      GHA
#> 4503      GHA
#> 4504      GHA
#> 4505      GHA
#> 4506      GHA
#> 4507      GHA
#> 4508      GHA
#> 4509      GHA
#> 4510      GHA
#> 4511      GHA
#> 4512      GHA
#> 4513      GHA
#> 4514      GHA
#> 4515      GHA
#> 4516      GHA
#> 4517      GHA
#> 4518      GHA
#> 4519      GHA
#> 4520      GHA
#> 4521      GHA
#> 4522      GHA
#> 4523      GHA
#> 4524      GHA
#> 4525      GHA
#> 4526      GHA
#> 4527      GHA
#> 4528      GHA
#> 4529      GHA
#> 4530      GHA
#> 4531      GHA
#> 4532      GHA
#> 4533      GHA
#> 4534      GHA
#> 4535      GHA
#> 4536      GHA
#> 4537      GHA
#> 4538      GHA
#> 4539      GHA
#> 4540      GHA
#> 4541      GHA
#> 4542      GHA
#> 4543      GHA
#> 4544      GHA
#> 4545      GHA
#> 4546      GHA
#> 4547      GHA
#> 4548      GHA
#> 4549      GHA
#> 4550      GHA
#> 4551      GHA
#> 4552      GHA
#> 4553      GHA
#> 4554      GHA
#> 4555      GHA
#> 4556      GHA
#> 4557      GHA
#> 4558      GHA
#> 4559      GHA
#> 4560      GHA
#> 4561      GHA
#> 4562      GHA
#> 4563      GHA
#> 4564      GHA
#> 4565      GHA
#> 4566      GHA
#> 4567      GHA
#> 4568      GHA
#> 4569      GHA
#> 4570      GHA
#> 4571      GHA
#> 4572      GHA
#> 4573      GHA
#> 4574      GHA
#> 4575      GHA
#> 4576      GHA
#> 4577      GHA
#> 4578      GHA
#> 4579      GHA
#> 4580      GHA
#> 4581      GHA
#> 4582      GHA
#> 4583      GHA
#> 4584      GHA
#> 4585      GHA
#> 4586      GHA
#> 4587      GHA
#> 4588      GHA
#> 4589      GHA
#> 4590      GHA
#> 4591      GHA
#> 4592      GHA
#> 4593      GHA
#> 4594      GHA
#> 4595      GHA
#> 4596      GHA
#> 4597      GHA
#> 4598      GHA
#> 4599      GHA
#> 4600      GHA
#> 4601      GHA
#> 4602      GHA
#> 4603      GHA
#> 4604      GHA
#> 4605      GHA
#> 4606      GHA
#> 4607      GHA
#> 4608      GHA
#> 4609      GHA
#> 4610      GHA
#> 4611      GHA
#> 4612      GHA
#> 4613      GHA
#> 4614      GHA
#> 4615      GHA
#> 4616      GHA
#> 4617      GHA
#> 4618      GHA
#> 4619      GHA
#> 4620      GHA
#> 4621      GHA
#> 4622      GHA
#> 4623      GHA
#> 4624      GHA
#> 4625      GHA
#> 4626      GHA
#> 4627      GHA
#> 4628      GHA
#> 4629      GHA
#> 4630      GHA
#> 4631      GHA
#> 4632      GHA
#> 4633      GHA
#> 4634      GHA
#> 4635      GHA
#> 4636      GHA
#> 4637      GHA
#> 4638      GHA
#> 4639      GHA
#> 4640      GHA
#> 4641      GHA
#> 4642      GHA
#> 4643      GHA
#> 4644      GHA
#> 4645      GHA
#> 4646      GHA
#> 4647      GHA
#> 4648      GHA
#> 4649      GHA
#> 4650      GHA
#> 4651      GHA
#> 4652      GHA
#> 4653      GHA
#> 4654      GHA
#> 4655      GHA
#> 4656      GHA
#> 4657      GHA
#> 4658      GHA
#> 4659      GHA
#> 4660      GHA
#> 4661      GHA
#> 4662      GHA
#> 4663      GHA
#> 4664      GHA
#> 4665      GHA
#> 4666      GHA
#> 4667      GHA
#> 4668      GHA
#> 4669      GHA
#> 4670      GHA
#> 4671      GHA
#> 4672      GHA
#> 4673      GHA
#> 4674      GHA
#> 4675      GHA
#> 4676      GHA
#> 4677      GHA
#> 4678      GHA
#> 4679      GHA
#> 4680      GHA
#> 4681      GHA
#> 4682      GHA
#> 4683      GHA
#> 4684      GHA
#> 4685      GHA
#> 4686      GHA
#> 4687      GHA
#> 4688      GHA
#> 4689      GHA
#> 4690      GHA
#> 4691      GHA
#> 4692      GHA
#> 4693      GHA
#> 4694      GHA
#> 4695      GHA
#> 4696      GHA
#> 4697      GHA
#> 4698      GHA
#> 4699      GHA
#> 4700      GHA
#> 4701      GHA
#> 4702      GHA
#> 4703      GHA
#> 4704      GHA
#> 4705      GHA
#> 4706      GHA
#> 4707      GHA
#> 4708      GHA
#> 4709      GHA
#> 4710      GHA
#> 4711      GHA
#> 4712      GHA
#> 4713      GHA
#> 4714      GHA
#> 4715      GHA
#> 4716      GHA
#> 4717      GHA
#> 4718      GHA
#> 4719      GHA
#> 4720      GHA
#> 4721      GHA
#> 4722      GHA
#> 4723      GHA
#> 4724      GHA
#> 4725      GHA
#> 4726      GHA
#> 4727      GHA
#> 4728      GHA
#> 4729      GHA
#> 4730      GHA
#> 4731      GHA
#> 4732      GHA
#> 4733      GHA
#> 4734      GHA
#> 4735      GHA
#> 4736      GHA
#> 4737      GHA
#> 4738      GHA
#> 4739      GHA
#> 4740      GHA
#> 4741      GHA
#> 4742      GHA
#> 4743      GHA
#> 4744      GHA
#> 4745      GHA
#> 4746      GHA
#> 4747      GHA
#> 4748      GHA
#> 4749      GHA
#> 4750      GHA
#> 4751      GHA
#> 4752      GHA
#> 4753      GHA
#> 4754      GHA
#> 4755      GHA
#> 4756      GHA
#> 4757      GHA
#> 4758      GHA
#> 4759      GHA
#> 4760      GHA
#> 4761      GHA
#> 4762      GHA
#> 4763      GHA
#> 4764      GHA
#> 4765      GHA
#> 4766      GHA
#> 4767      GHA
#> 4768      GHA
#> 4769      GHA
#> 4770      GHA
#> 4771      GHA
#> 4772      GHA
#> 4773      GHA
#> 4774      GHA
#> 4775      GHA
#> 4776      GHA
#> 4777      GHA
#> 4778      GHA
#> 4779      GHA
#> 4780      GHA
#> 4781      GHA
#> 4782      GHA
#> 4783      GHA
#> 4784      GHA
#> 4785      GHA
#> 4786      GHA
#> 4787      GHA
#> 4788      GHA
#> 4789      GHA
#> 4790      GHA
#> 4791      GHA
#> 4792      GHA
#> 4793      GHA
#> 4794      GHA
#> 4795      GHA
#> 4796      GHA
#> 4797      GHA
#> 4798      GHA
#> 4799      GHA
#> 4800      GHA
#> 4801      GHA
#> 4802      GHA
#> 4803      GHA
#> 4804      GHA
#> 4805      GHA
#> 4806      GHA
#> 4807      GHA
#> 4808      GHA
#> 4809      GHA
#> 4810      GHA
#> 4811      GHA
#> 4812      GHA
#> 4813      GHA
#> 4814      GHA
#> 4815      GHA
#> 4816      GHA
#> 4817      GHA
#> 4818      GHA
#> 4819      GHA
#> 4820      GHA
#> 4821      GHA
#> 4822      GHA
#> 4823      GHA
#> 4824      GHA
#> 4825      GHA
#> 4826      GHA
#> 4827      GHA
#> 4828      GHA
#> 4829      GHA
#> 4830      GHA
#> 4831      GHA
#> 4832      GHA
#> 4833      GHA
#> 4834      GHA
#> 4835      GHA
#> 4836      GHA
#> 4837      GHA
#> 4838      GHA
#> 4839      GHA
#> 4840      GHA
#> 4841      GHA
#> 4842      GHA
#> 4843      GHA
#> 4844      GHA
#> 4845      GHA
#> 4846      GHA
#> 4847      GHA
#> 4848      GHA
#> 4849      GHA
#> 4850      GHA
#> 4851      GHA
#> 4852      GHA
#> 4853      GHA
#> 4854      GHA
#> 4855      GHA
#> 4856      GHA
#> 4857      GHA
#> 4858      GHA
#> 4859      GHA
#> 4860      GHA
#> 4861      GHA
#> 4862      GHA
#> 4863      GHA
#> 4864      GHA
#> 4865      GHA
#> 4866      GHA
#> 4867      GHA
#> 4868      GHA
#> 4869      GHA
#> 4870      GHA
#> 4871      GHA
#> 4872      GHA
#> 4873      GHA
#> 4874      GHA
#> 4875      GHA
#> 4876      GHA
#> 4877      GHA
#> 4878      GHA
#> 4879      GHA
#> 4880      GHA
#> 4881      GHA
#> 4882      GHA
#> 4883      GHA
#> 4884      GHA
#> 4885      GHA
#> 4886      GHA
#> 4887      GHA
#> 4888      GHA
#> 4889      GHA
#> 4890      GHA
#> 4891      GHA
#> 4892      GHA
#> 4893      GHA
#> 4894      GHA
#> 4895      GHA
#> 4896      GHA
#> 4897      GHA
#> 4898      GHA
#> 4899      GHA
#> 4900      GHA
#> 4901      GHA
#> 4902      GHA
#> 4903      GHA
#> 4904      GHA
#> 4905      GHA
#> 4906      GHA
#> 4907      GHA
#> 4908      GHA
#> 4909      GHA
#> 4910      GHA
#> 4911      GHA
#> 4912      GHA
#> 4913      GHA
#> 4914      GHA
#> 4915      GHA
#> 4916      GHA
#> 4917      GHA
#> 4918      GHA
#> 4919      GHA
#> 4920      GHA
#> 4921      GHA
#> 4922      GHA
#> 4923      GHA
#> 4924      GHA
#> 4925      GHA
#> 4926      GHA
#> 4927      GHA
#> 4928      GHA
#> 4929      GHA
#> 4930      GHA
#> 4931      GHA
#> 4932      GHA
#> 4933      GHA
#> 4934      GHA
#> 4935      GHA
#> 4936      GHA
#> 4937      GHA
#> 4938      GHA
#> 4939      GHA
#> 4940      GHA
#> 4941      GHA
#> 4942      GHA
#> 4943      GHA
#> 4944      GHA
#> 4945      GHA
#> 4946      GHA
#> 4947      GHA
#> 4948      GHA
#> 4949      GHA
#> 4950      GHA
#> 4951      GHA
#> 4952      GHA
#> 4953      GHA
#> 4954      GHA
#> 4955      GHA
#> 4956      GHA
#> 4957      GHA
#> 4958      GHA
#> 4959      GHA
#> 4960      GHA
#> 4961      GHA
#> 4962      GHA
#> 4963      GHA
#> 4964      GHA
#> 4965      GHA
#> 4966      GHA
#> 4967      GHA
#> 4968      GHA
#> 4969      GHA
#> 4970      GHA
#> 4971      GHA
#> 4972      GHA
#> 4973      GHA
#> 4974      GHA
#> 4975      GHA
#> 4976      GHA
#> 4977      GHA
#> 4978      GHA
#> 4979      GHA
#> 4980      GHA
#> 4981      GHA
#> 4982      GHA
#> 4983      GHA
#> 4984      GHA
#> 4985      GHA
#> 4986      GHA
#> 4987      GHA
#> 4988      GHA
#> 4989      GHA
#> 4990      GHA
#> 4991      GHA
#> 4992      GHA
#> 4993      GHA
#> 4994      GHA
#> 4995      GHA
#> 4996      GHA
#> 4997      GHA
#> 4998      GHA
#> 4999      GHA
#> 5000      GHA
#> 5001      GHA
#> 5002      GHA
#> 5003      GHA
#> 5004      GHA
#> 5005      GHA
#> 5006      GHA
#> 5007      GHA
#> 5008      GHA
#> 5009      GHA
#> 5010      GHA
#> 5011      GHA
#> 5012      GHA
#> 5013      GHA
#> 5014      GHA
#> 5015      GHA
#> 5016      GHA
#> 5017      GHA
#> 5018      GHA
#> 5019      GHA
#> 5020      GHA
#> 5021      GHA
#> 5022      GHA
#> 5023      GHA
#> 5024      GHA
#> 5025      GHA
#> 5026      GHA
#> 5027      GHA
#> 5028      GHA
#> 5029      GHA
#> 5030      GHA
#> 5031      GHA
#> 5032      GHA
#> 5033      GHA
#> 5034      GHA
#> 5035      GHA
#> 5036      GHA
#> 5037      GHA
#> 5038      GHA
#> 5039      GHA
#> 5040      GHA
#> 5041      GHA
#> 5042      GHA
#> 5043      GHA
#> 5044      GHA
#> 5045      GHA
#> 5046      GHA
#> 5047      GHA
#> 5048      GHA
#> 5049      GHA
#> 5050      GHA
#> 5051      GHA
#> 5052      GHA
#> 5053      GHA
#> 5054      GHA
#> 5055      GHA
#> 5056      GHA
#> 5057      GHA
#> 5058      GHA
#> 5059      GHA
#> 5060      GHA
#> 5061      GHA
#> 5062      GHA
#> 5063      GHA
#> 5064      GHA
#> 5065      GHA
#> 5066      GHA
#> 5067      GHA
#> 5068      GHA
#> 5069      GHA
#> 5070      GHA
#> 5071      GHA
#> 5072      GHA
#> 5073      GHA
#> 5074      GHA
#> 5075      GHA
#> 5076      GHA
#> 5077      GHA
#> 5078      GHA
#> 5079      GHA
#> 5080      GHA
#> 5081      GHA
#> 5082      GHA
#> 5083      GHA
#> 5084      GHA
#> 5085      GHA
#> 5086      GHA
#> 5087      GHA
#> 5088      GHA
#> 5089      GHA
#> 5090      GHA
#> 5091      GHA
#> 5092      GHA
#> 5093      GHA
#> 5094      GHA
#> 5095      GHA
#> 5096      GHA
#> 5097      GHA
#> 5098      GHA
#> 5099      GHA
#> 5100      GHA
#> 5101      GHA
#> 5102      GHA
#> 5103      GHA
#> 5104      GHA
#> 5105      GHA
#> 5106      GHA
#> 5107      GHA
#> 5108      GHA
#> 5109      GHA
#> 5110      GHA
#> 5111      GHA
#> 5112      GHA
#> 5113      GHA
#> 5114      GHA
#> 5115      GHA
#> 5116      GHA
#> 5117      GHA
#> 5118      GHA
#> 5119      GHA
#> 5120      GHA
#> 5121      GHA
#> 5122      GHA
#> 5123      GHA
#> 5124      GHA
#> 5125      GHA
#> 5126      GHA
#> 5127      GHA
#> 5128      GHA
#> 5129      GHA
#> 5130      GHA
#> 5131      GHA
#> 5132      GHA
#> 5133      GHA
#> 5134      GHA
#> 5135      GHA
#> 5136      GHA
#> 5137      GHA
#> 5138      GHA
#> 5139      GHA
#> 5140      GHA
#> 5141      GHA
#> 5142      GHA
#> 5143      GHA
#> 5144      GHA
#> 5145      GHA
#> 5146      GHA
#> 5147      GHA
#> 5148      GHA
#> 5149      GHA
#> 5150      GHA
#> 5151      GHA
#> 5152      GHA
#> 5153      GHA
#> 5154      GHA
#> 5155      GHA
#> 5156      GHA
#> 5157      GHA
#> 5158      GHA
#> 5159      GHA
#> 5160      GHA
#> 5161      GHA
#> 5162      GHA
#> 5163      GHA
#> 5164      GHA
#> 5165      GHA
#> 5166      GHA
#> 5167      GHA
#> 5168      GHA
#> 5169      GHA
#> 5170      GHA
#> 5171      GHA
#> 5172      GHA
#> 5173      GHA
#> 5174      GHA
#> 5175      GHA
#> 5176      GHA
#> 5177      GHA
#> 5178      GHA
#> 5179      GHA
#> 5180      GHA
#> 5181      GHA
#> 5182      GHA
#> 5183      GHA
#> 5184      GHA
#> 5185      GHA
#> 5186      GHA
#> 5187      GHA
#> 5188      GHA
#> 5189      GHA
#> 5190      GHA
#> 5191      GHA
#> 5192      GHA
#> 5193      GHA
#> 5194      GHA
#> 5195      GHA
#> 5196      GHA
#> 5197      GHA
#> 5198      GHA
#> 5199      GHA
#> 5200      GHA
#> 5201      GHA
#> 5202      GHA
#> 5203      GHA
#> 5204      GHA
#> 5205      GHA
#> 5206      GHA
#> 5207      GHA
#> 5208      GHA
#> 5209      GHA
#> 5210      GHA
#> 5211      GHA
#> 5212      GHA
#> 5213      GHA
#> 5214      GHA
#> 5215      GHA
#> 5216      GHA
#> 5217      GHA
#> 5218      GHA
#> 5219      GHA
#> 5220      GHA
#> 5221      GHA
#> 5222      GHA
#> 5223      GHA
#> 5224      GHA
#> 5225      GHA
#> 5226      GHA
#> 5227      GHA
#> 5228      GHA
#> 5229      GHA
#> 5230      GHA
#> 5231      GHA
#> 5232      GHA
#> 5233      GHA
#> 5234      GHA
#> 5235      GHA
#> 5236      GHA
#> 5237      GHA
#> 5238      GHA
#> 5239      GHA
#> 5240      GHA
#> 5241      GHA
#> 5242      GHA
#> 5243      GHA
#> 5244      GHA
#> 5245      GHA
#> 5246      GHA
#> 5247      GHA
#> 5248      GHA
#> 5249      GHA
#> 5250      GHA
#> 5251      GHA
#> 5252      GHA
#> 5253      GHA
#> 5254      GHA
#> 5255      GHA
#> 5256      GHA
#> 5257      GHA
#> 5258      GHA
#> 5259      GHA
#> 5260      GHA
#> 5261      GHA
#> 5262      GHA
#> 5263      GHA
#> 5264      GHA
#> 5265      GHA
#> 5266      GHA
#> 5267      GHA
#> 5268      GHA
#> 5269      GHA
#> 5270      GHA
#> 5271      GHA
#> 5272      GHA
#> 5273      GHA
#> 5274      GHA
#> 5275      GHA
#> 5276      GHA
#> 5277      GHA
#> 5278      GHA
#> 5279      GHA
#> 5280      GHA
#> 5281      GHA
#> 5282      GHA
#> 5283      GHA
#> 5284      GHA
#> 5285      GHA
#> 5286      GHA
#> 5287      GHA
#> 5288      GHA
#> 5289      GHA
#> 5290      GHA
#> 5291      GHA
#> 5292      GHA
#> 5293      GHA
#> 5294      GHA
#> 5295      GHA
#> 5296      GHA
#> 5297      GHA
#> 5298      GHA
#> 5299      GHA
#> 5300      GHA
#> 5301      GHA
#> 5302      GHA
#> 5303      GHA
#> 5304      GHA
#> 5305      GHA
#> 5306      GHA
#> 5307      GHA
#> 5308      GHA
#> 5309      GHA
#> 5310      GHA
#> 5311      GHA
#> 5312      GHA
#> 5313      GHA
#> 5314      GHA
#> 5315      GHA
#> 5316      GHA
#> 5317      GHA
#> 5318      GHA
#> 5319      GHA
#> 5320      GHA
#> 5321      GHA
#> 5322      GHA
#> 5323      GHA
#> 5324      GHA
#> 5325      GHA
#> 5326      GHA
#> 5327      GHA
#> 5328      GHA
#> 5329      GHA
#> 5330      GHA
#> 5331      GHA
#> 5332      GHA
#> 5333      GHA
#> 5334      GHA
#> 5335      GHA
#> 5336      GHA
#> 5337      GHA
#> 5338      GHA
#> 5339      GHA
#> 5340      GHA
#> 5341      GHA
#> 5342      GHA
#> 5343      GHA
#> 5344      GHA
#> 5345      GHA
#> 5346      GHA
#> 5347      GHA
#> 5348      GHA
#> 5349      GHA
#> 5350      GHA
#> 5351      GHA
#> 5352      GHA
#> 5353      GHA
#> 5354      GHA
#> 5355      GHA
#> 5356      GHA
#> 5357      GHA
#> 5358      GHA
#> 5359      GHA
#> 5360      GHA
#> 5361      GHA
#> 5362      GHA
#> 5363      GHA
#> 5364      GHA
#> 5365      GHA
#> 5366      GHA
#> 5367      GHA
#> 5368      GHA
#> 5369      GHA
#> 5370      GHA
#> 5371      GHA
#> 5372      GHA
#> 5373      GHA
#> 5374      GHA
#> 5375      GHA
#> 5376      GHA
#> 5377      GHA
#> 5378      GHA
#> 5379      GHA
#> 5380      GHA
#> 5381      GHA
#> 5382      GHA
#> 5383      GHA
#> 5384      GHA
#> 5385      GHA
#> 5386      GHA
#> 5387      GHA
#> 5388      GHA
#> 5389      GHA
#> 5390      GHA
#> 5391      GHA
#> 5392      GHA
#> 5393      GHA
#> 5394      GHA
#> 5395      GHA
#> 5396      GHA
#> 5397      GHA
#> 5398      GHA
#> 5399      GHA
#> 5400      GHA
#> 5401      GHA
#> 5402      GHA
#> 5403      GHA
#> 5404      GHA
#> 5405      GHA
#> 5406      GHA
#> 5407      GHA
#> 5408      GHA
#> 5409      GHA
#> 5410      GHA
#> 5411      GHA
#> 5412      GHA
#> 5413      GHA
#> 5414      GHA
#> 5415      GHA
#> 5416      GHA
#> 5417      GHA
#> 5418      GHA
#> 5419      GHA
#> 5420      GHA
#> 5421      GHA
#> 5422      GHA
#> 5423      GHA
#> 5424      GHA
#> 5425      GHA
#> 5426      GHA
#> 5427      GHA
#> 5428      GHA
#> 5429      GHA
#> 5430      GHA
#> 5431      GHA
#> 5432      GHA
#> 5433      GHA
#> 5434      GHA
#> 5435      GHA
#> 5436      GHA
#> 5437      GHA
#> 5438      GHA
#> 5439      GHA
#> 5440      GHA
#> 5441      GHA
#> 5442      GHA
#> 5443      GHA
#> 5444      GHA
#> 5445      GHA
#> 5446      GHA
#> 5447      GHA
#> 5448      GHA
#> 5449      GHA
#> 5450      GHA
#> 5451      GHA
#> 5452      GHA
#> 5453      GHA
#> 5454      GHA
#> 5455      GHA
#> 5456      GHA
#> 5457      GHA
#> 5458      GHA
#> 5459      GHA
#> 5460      GHA
#> 5461      GHA
#> 5462      GHA
#> 5463      GHA
#> 5464      GHA
#> 5465      GHA
#> 5466      GHA
#> 5467      GHA
#> 5468      GHA
#> 5469      GHA
#> 5470      GHA
#> 5471      GHA
#> 5472      GHA
#> 5473      GHA
#> 5474      GHA
#> 5475      GHA
#> 5476      GHA
#> 5477      GHA
#> 5478      GHA
#> 5479      GHA
#> 5480      GHA
#> 5481      GHA
#> 5482      GHA
#> 5483      GHA
#> 5484      GHA
#> 5485      GHA
#> 5486      GHA
#> 5487      GHA
#> 5488      GHA
#> 5489      GHA
#> 5490      GHA
#> 5491      GHA
#> 5492      GHA
#> 5493      GHA
#> 5494      GHA
#> 5495      GHA
#> 5496      GHA
#> 5497      GHA
#> 5498      GHA
#> 5499      GHA
#> 5500      GHA
#> 5501      GHA
#> 5502      GHA
#> 5503      GHA
#> 5504      GHA
#> 5505      GHA
#> 5506      GHA
#> 5507      GHA
#> 5508      GHA
#> 5509      GHA
#> 5510      GHA
#> 5511      GHA
#> 5512      GHA
#> 5513      GHA
#> 5514      GHA
#> 5515      GHA
#> 5516      GHA
#> 5517      GHA
#> 5518      GHA
#> 5519      GHA
#> 5520      GHA
#> 5521      GHA
#> 5522      GHA
#> 5523      GHA
#> 5524      GHA
#> 5525      GHA
#> 5526      GHA
#> 5527      GHA
#> 5528      GHA
#> 5529      GHA
#> 5530      GHA
#> 5531      GHA
#> 5532      GHA
#> 5533      GHA
#> 5534      GHA
#> 5535      GHA
#> 5536      GHA
#> 5537      GHA
#> 5538      GHA
#> 5539      GHA
#> 5540      GHA
#> 5541      GHA
#> 5542      GHA
#> 5543      GHA
#> 5544      GHA
#> 5545      GHA
#> 5546      GHA
#> 5547      GHA
#> 5548      GHA
#> 5549      GHA
#> 5550      GHA
#> 5551      GHA
#> 5552      GHA
#> 5553      GHA
#> 5554      GHA
#> 5555      GHA
#> 5556      GHA
#> 5557      GHA
#> 5558      GHA
#> 5559      GHA
#> 5560      GHA
#> 5561      GHA
#> 5562      GHA
#> 5563      GHA
#> 5564      GHA
#> 5565      GHA
#> 5566      GHA
#> 5567      GHA
#> 5568      GHA
#> 5569      GHA
#> 5570      GHA
#> 5571      GHA
#> 5572      GHA
#> 5573      GHA
#> 5574      GHA
#> 5575      GHA
#> 5576      GHA
#> 5577      GHA
#> 5578      GHA
#> 5579      GHA
#> 5580      GHA
#> 5581      GHA
#> 5582      GHA
#> 5583      GHA
#> 5584      GHA
#> 5585      GHA
#> 5586      GHA
#> 5587      GHA
#> 5588      GHA
#> 5589      GHA
#> 5590      GHA
#> 5591      GHA
#> 5592      GHA
#> 5593      GHA
#> 5594      GHA
#> 5595      GHA
#> 5596      GHA
#> 5597      GHA
#> 5598      GHA
#> 5599      GHA
#> 5600      GHA
#> 5601      GHA
#> 5602      GHA
#> 5603      GHA
#> 5604      GHA
#> 5605      GHA
#> 5606      GHA
#> 5607      GHA
#> 5608      GHA
#> 5609      GHA
#> 5610      GHA
#> 5611      GHA
#> 5612      GHA
#> 5613      GHA
#> 5614      GHA
#> 5615      GHA
#> 5616      GHA
#> 5617      GHA
#> 5618      GHA
#> 5619      GHA
#> 5620      GHA
#> 5621      GHA
#> 5622      GHA
#> 5623      GHA
#> 5624      GHA
#> 5625      GHA
#> 5626      GHA
#> 5627      GHA
#> 5628      GHA
#> 5629      GHA
#> 5630      GHA
#> 5631      GHA
#> 5632      GHA
#> 5633      GHA
#> 5634      GHA
#> 5635      GHA
#> 5636      GHA
#> 5637      GHA
#> 5638      GHA
#> 5639      GHA
#> 5640      GHA
#> 5641      GHA
#> 5642      GHA
#> 5643      GHA
#> 5644      GHA
#> 5645      GHA
#> 5646      GHA
#> 5647      GHA
#> 5648      GHA
#> 5649      GHA
#> 5650      GHA
#> 5651      GHA
#> 5652      GHA
#> 5653      GHA
#> 5654      GHA
#> 5655      GHA
#> 5656      GHA
#> 5657      GHA
#> 5658      GHA
#> 5659      GHA
#> 5660      GHA
#> 5661      GHA
#> 5662      GHA
#> 5663      GHA
#> 5664      GHA
#> 5665      GHA
#> 5666      GHA
#> 5667      GHA
#> 5668      GHA
#> 5669      GHA
#> 5670      GHA
#> 5671      GHA
#> 5672      GHA
#> 5673      GHA
#> 5674      GHA
#> 5675      GHA
#> 5676      GHA
#> 5677      GHA
#> 5678      GHA
#> 5679      GHA
#> 5680      GHA
#> 5681      GHA
#> 5682      GHA
#> 5683      GHA
#> 5684      GHA
#> 5685      GHA
#> 5686      GHA
#> 5687      GHA
#> 5688      GHA
#> 5689      GHA
#> 5690      GHA
#> 5691      GHA
#> 5692      GHA
#> 5693      GHA
#> 5694      GHA
#> 5695      GHA
#> 5696      GHA
#> 5697      GHA
#> 5698      GHA
#> 5699      GHA
#> 5700      GHA
#> 5701      GHA
#> 5702      GHA
#> 5703      GHA
#> 5704      GHA
#> 5705      GHA
#> 5706      GHA
#> 5707      GHA
#> 5708      GHA
#> 5709      GHA
#> 5710      GHA
#> 5711      GHA
#> 5712      GHA
#> 5713      GHA
#> 5714      GHA
#> 5715      GHA
#> 5716      GHA
#> 5717      GHA
#> 5718      GHA
#> 5719      GHA
#> 5720      GHA
#> 5721      GHA
#> 5722      GHA
#> 5723      GHA
#> 5724      GHA
#> 5725      GHA
#> 5726      GHA
#> 5727      GHA
#> 5728      GHA
#> 5729      GHA
#> 5730      GHA
#> 5731      GHA
#> 5732      GHA
#> 5733      GHA
#> 5734      GHA
#> 5735      GHA
#> 5736      GHA
#> 5737      GHA
#> 5738      GHA
#> 5739      GHA
#> 5740      GHA
#> 5741      GHA
#> 5742      GHA
#> 5743      GHA
#> 5744      GHA
#> 5745      GHA
#> 5746      GHA
#> 5747      GHA
#> 5748      GHA
#> 5749      GHA
#> 5750      GHA
#> 5751      GHA
#> 5752      GHA
#> 5753      GHA
#> 5754      GHA
#> 5755      GHA
#> 5756      GHA
#> 5757      GHA
#> 5758      GHA
#> 5759      GHA
#> 5760      GHA
#> 5761      GHA
#> 5762      GHA
#> 5763      GHA
#> 5764      GHA
#> 5765      GHA
#> 5766      GHA
#> 5767      GHA
#> 5768      GHA
#> 5769      GHA
#> 5770      GHA
#> 5771      GHA
#> 5772      GHA
#> 5773      GHA
#> 5774      GHA
#> 5775      GHA
#> 5776      GHA
#> 5777      GHA
#> 5778      GHA
#> 5779      GHA
#> 5780      GHA
#> 5781      GHA
#> 5782      GHA
#> 5783      GHA
#> 5784      GHA
#> 5785      GHA
#> 5786      GHA
#> 5787      GHA
#> 5788      GHA
#> 5789      GHA
#> 5790      GHA
#> 5791      GHA
#> 5792      GHA
#> 5793      GHA
#> 5794      GHA
#> 5795      GHA
#> 5796      GHA
#> 5797      GHA
#> 5798      GHA
#> 5799      GHA
#> 5800      GHA
#> 5801      GHA
#> 5802      GHA
#> 5803      GHA
#> 5804      GHA
#> 5805      GHA
#> 5806      GHA
#> 5807      GHA
#> 5808      GHA
#> 5809      GHA
#> 5810      GHA
#> 5811      GHA
#> 5812      GHA
#> 5813      GHA
#> 5814      GHA
#> 5815      GHA
#> 5816      GHA
#> 5817      GHA
#> 5818      GHA
#> 5819      GHA
#> 5820      GHA
#> 5821      GHA
#> 5822      GHA
#> 5823      GHA
#> 5824      GHA
#> 5825      GHA
#> 5826      GHA
#> 5827      GHA
#> 5828      GHA
#> 5829      GHA
#> 5830      GHA
#> 5831      GHA
#> 5832      GHA
#> 5833      GHA
#> 5834      GHA
#> 5835      GHA
#> 5836      GHA
#> 5837      GHA
#> 5838      GHA
#> 5839      GHA
#> 5840      GHA
#> 5841      GHA
#> 5842      GHA
#> 5843      GHA
#> 5844      GHA
#> 5845      GHA
#> 5846      GHA
#> 5847      GHA
#> 5848      GHA
#> 5849      GHA
#> 5850      GHA
#> 5851      GHA
#> 5852      GHA
#> 5853      GHA
#> 5854      GHA
#> 5855      GHA
#> 5856      GHA
#> 5857      GHA
#> 5858      GHA
#> 5859      GHA
#> 5860      GHA
#> 5861      GHA
#> 5862      GHA
#> 5863      GHA
#> 5864      GHA
#> 5865      GHA
#> 5866      GHA
#> 5867      GHA
#> 5868      GHA
#> 5869      GHA
#> 5870      GHA
#> 5871      GHA
#> 5872      GHA
#> 5873      GHA
#> 5874      GHA
#> 5875      GHA
#> 5876      GHA
#> 5877      GHA
#> 5878      GHA
#> 5879      GHA
#> 5880      GHA
#> 5881      GHA
#> 5882      GHA
#> 5883      GHA
#> 5884      GHA
#> 5885      GHA
#> 5886      GHA
#> 5887      GHA
#> 5888      GHA
#> 5889      GHA
#> 5890      GHA
#> 5891      GHA
#> 5892      GHA
#> 5893      GHA
#> 5894      GHA
#> 5895      GHA
#> 5896      GHA
#> 5897      GHA
#> 5898      GHA
#> 5899      GHA
#> 5900      GHA
#> 5901      GHA
#> 5902      GHA
#> 5903      GHA
#> 5904      GHA
#> 5905      GHA
#> 5906      GHA
#> 5907      GHA
#> 5908      GHA
#> 5909      GHA
#> 5910      GHA
#> 5911      GHA
#> 5912      GHA
#> 5913      GHA
#> 5914      GHA
#> 5915      GHA
#> 5916      GHA
#> 5917      GHA
#> 5918      GHA
#> 5919      GHA
#> 5920      GHA
#> 5921      GHA
#> 5922      GHA
#> 5923      GHA
#> 5924      GHA
#> 5925      GHA
#> 5926      GHA
#> 5927      GHA
#> 5928      GHA
#> 5929      GHA
#> 5930      GHA
#> 5931      GHA
#> 5932      GHA
#> 5933      GHA
#> 5934      GHA
#> 5935      GHA
#> 5936      GHA
#> 5937      GHA
#> 5938      GHA
#> 5939      GHA
#> 5940      GHA
#> 5941      GHA
#> 5942      GHA
#> 5943      GHA
#> 5944      GHA
#> 5945      GHA
#> 5946      GHA
#> 5947      GHA
#> 5948      GHA
#> 5949      GHA
#> 5950      GHA
#> 5951      GHA
#> 5952      GHA
#> 5953      GHA
#> 5954      GHA
#> 5955      GHA
#> 5956      GHA
#> 5957      GHA
#> 5958      GHA
#> 5959      GHA
#> 5960      GHA
#> 5961      GHA
#> 5962      GHA
#> 5963      GHA
#> 5964      GHA
#> 5965      GHA
#> 5966      GHA
#> 5967      GHA
#> 5968      GHA
#> 5969      GHA
#> 5970      GHA
#> 5971      GHA
#> 5972      GHA
#> 5973      GHA
#> 5974      GHA
#> 5975      GHA
#> 5976      GHA
#> 5977      GHA
#> 5978      GHA
#> 5979      GHA
#> 5980      GHA
#> 5981      GHA
#> 5982      GHA
#> 5983      GHA
#> 5984      GHA
#> 5985      GHA
#> 5986      GHA
#> 5987      GHA
#> 5988      GHA
#> 5989      GHA
#> 5990      GHA
#> 5991      GHA
#> 5992      GHA
#> 5993      GHA
#> 5994      GHA
#> 5995      GHA
#> 5996      GHA
#> 5997      GHA
#> 5998      GHA
#> 5999      GHA
#> 6000      GHA
#> 6001      GHA
#> 6002      GHA
#> 6003      GHA
#> 6004      GHA
#> 6005      GHA
#> 6006      GHA
#> 6007      GHA
#> 6008      GHA
#> 6009      GHA
#> 6010      GHA
#> 6011      GHA
#> 6012      GHA
#> 6013      GHA
#> 6014      GHA
#> 6015      GHA
#> 6016      GHA
#> 6017      GHA
#> 6018      GHA
#> 6019      GHA
#> 6020      GHA
#> 6021      GHA
#> 6022      GHA
#> 6023      GHA
#> 6024      GHA
#> 6025      GHA
#> 6026      GHA
#> 6027      GHA
#> 6028      GHA
#> 6029      GHA
#> 6030      GHA
#> 6031      GHA
#> 6032      GHA
#> 6033      GHA
#> 6034      GHA
#> 6035      GHA
#> 6036      GHA
#> 6037      GHA
#> 6038      GHA
#> 6039      GHA
#> 6040      GHA
#> 6041      GHA
#> 6042      GHA
#> 6043      GHA
#> 6044      GHA
#> 6045      GHA
#> 6046      GHA
#> 6047      GHA
#> 6048      GHA
#> 6049      GHA
#> 6050      GHA
#> 6051      GHA
#> 6052      GHA
#> 6053      GHA
#> 6054      GHA
#> 6055      GHA
#> 6056      GHA
#> 6057      GHA
#> 6058      GHA
#> 6059      GHA
#> 6060      GHA
#> 6061      GHA
#> 6062      GHA
#> 6063      GHA
#> 6064      GHA
#> 6065      GHA
#> 6066      GHA
#> 6067      GHA
#> 6068      GHA
#> 6069      GHA
#> 6070      GHA
#> 6071      GHA
#> 6072      GHA
#> 6073      GHA
#> 6074      GHA
#> 6075      GHA
#> 6076      GHA
#> 6077      GHA
#> 6078      GHA
#> 6079      GHA
#> 6080      GHA
#> 6081      GHA
#> 6082      GHA
#> 6083      GHA
#> 6084      GHA
#> 6085      GHA
#> 6086      GHA
#> 6087      GHA
#> 6088      GHA
#> 6089      GHA
#> 6090      GHA
#> 6091      GHA
#> 6092      GHA
#> 6093      GHA
#> 6094      GHA
#> 6095      GHA
#> 6096      GHA
#> 6097      GHA
#> 6098      GHA
#> 6099      GHA
#> 6100      GHA
#> 6101      GHA
#> 6102      GHA
#> 6103      GHA
#> 6104      GHA
#> 6105      GHA
#> 6106      GHA
#> 6107      GHA
#> 6108      GHA
#> 6109      GHA
#> 6110      GHA
#> 6111      GHA
#> 6112      GHA
#> 6113      GHA
#> 6114      GHA
#> 6115      GHA
#> 6116      GHA
#> 6117      GHA
#> 6118      GHA
#> 6119      GHA
#> 6120      GHA
#> 6121      GHA
#> 6122      GHA
#> 6123      GHA
#> 6124      GHA
#> 6125      GHA
#> 6126      GHA
#> 6127      GHA
#> 6128      GHA
#> 6129      GHA
#> 6130      GHA
#> 6131      GHA
#> 6132      GHA
#> 6133      GHA
#> 6134      GHA
#> 6135      GHA
#> 6136      GHA
#> 6137      GHA
#> 6138      GHA
#> 6139      GHA
#> 6140      GHA
#> 6141      GHA
#> 6142      GHA
#> 6143      GHA
#> 6144      GHA
#> 6145      GHA
#> 6146      GHA
#> 6147      GHA
#> 6148      GHA
#> 6149      GHA
#> 6150      GHA
#> 6151      GHA
#> 6152      GHA
#> 6153      GHA
#> 6154      GHA
#> 6155      GHA
#> 6156      GHA
#> 6157      GHA
#> 6158      GHA
#> 6159      GHA
#> 6160      GHA
#> 6161      GHA
#> 6162      GHA
#> 6163      GHA
#> 6164      GHA
#> 6165      GHA
#> 6166      GHA
#> 6167      GHA
#> 6168      GHA
#> 6169      GHA
#> 6170      GHA
#> 6171      GHA
#> 6172      GHA
#> 6173      GHA
#> 6174      GHA
#> 6175      GHA
#> 6176      GHA
#> 6177      GHA
#> 6178      GHA
#> 6179      GHA
#> 6180      GHA
#> 6181      GHA
#> 6182      GHA
#> 6183      GHA
#> 6184      GHA
#> 6185      GHA
#> 6186      GHA
#> 6187      GHA
#> 6188      GHA
#> 6189      GHA
#> 6190      GHA
#> 6191      GHA
#> 6192      GHA
#> 6193      GHA
#> 6194      GHA
#> 6195      GHA
#> 6196      GHA
#> 6197      GHA
#> 6198      GHA
#> 6199      GHA
#> 6200      GHA
#> 6201      GHA
#> 6202      GHA
#> 6203      GHA
#> 6204      GHA
#> 6205      GHA
#> 6206      GHA
#> 6207      GHA
#> 6208      GHA
#> 6209      GHA
#> 6210      GHA
#> 6211      GHA
#> 6212      GHA
#> 6213      GHA
#> 6214      GHA
#> 6215      GHA
#> 6216      GHA
#> 6217      GHA
#> 6218      GHA
#> 6219      GHA
#> 6220      GHA
#> 6221      GHA
#> 6222      GHA
#> 6223      GHA
#> 6224      GHA
#> 6225      GHA
#> 6226      GHA
#> 6227      GHA
#> 6228      GHA
#> 6229      GHA
#> 6230      GHA
#> 6231      GHA
#> 6232      GHA
#> 6233      GHA
#> 6234      GHA
#> 6235      GHA
#> 6236      GHA
#> 6237      GHA
#> 6238      GHA
#> 6239      GHA
#> 6240      GHA
#> 6241      GHA
#> 6242      GHA
#> 6243      GHA
#> 6244      GHA
#> 6245      GHA
#> 6246      GHA
#> 6247      GHA
#> 6248      GHA
#> 6249      GHA
#> 6250      GHA
#> 6251      GHA
#> 6252      GHA
#> 6253      GHA
#> 6254      GHA
#> 6255      GHA
#> 6256      GHA
#> 6257      GHA
#> 6258      GHA
#> 6259      GHA
#> 6260      GHA
#> 6261      GHA
#> 6262      GHA
#> 6263      GHA
#> 6264      GHA
#> 6265      GHA
#> 6266      GHA
#> 6267      GHA
#> 6268      GHA
#> 6269      GHA
#> 6270      GHA
#> 6271      GHA
#> 6272      GHA
#> 6273      GHA
#> 6274      GHA
#> 6275      GHA
#> 6276      GHA
#> 6277      GHA
#> 6278      GHA
#> 6279      GHA
#> 6280      GHA
#> 6281      GHA
#> 6282      GHA
#> 6283      GHA
#> 6284      GHA
#> 6285      GHA
#> 6286      GHA
#> 6287      GHA
#> 6288      GHA
#> 6289      GHA
#> 6290      GHA
#> 6291      GHA
#> 6292      GHA
#> 6293      GHA
#> 6294      GHA
#> 6295      GHA
#> 6296      GHA
#> 6297      GHA
#> 6298      GHA
#> 6299      GHA
#> 6300      GHA
#> 6301      GHA
#> 6302      GHA
#> 6303      GHA
#> 6304      GHA
#> 6305      GHA
#> 6306      GHA
#> 6307      GHA
#> 6308      GHA
#> 6309      GHA
#> 6310      GHA
#> 6311      GHA
#> 6312      GHA
#> 6313      GHA
#> 6314      GHA
#> 6315      GHA
#> 6316      GHA
#> 6317      GHA
#> 6318      GHA
#> 6319      GHA
#> 6320      GHA
#> 6321      GHA
#> 6322      GHA
#> 6323      GHA
#> 6324      GHA
#> 6325      GHA
#> 6326      GHA
#> 6327      GHA
#> 6328      GHA
#> 6329      GHA
#> 6330      GHA
#> 6331      GHA
#> 6332      GHA
#> 6333      GHA
#> 6334      GHA
#> 6335      GHA
#> 6336      GHA
#> 6337      GHA
#> 6338      GHA
#> 6339      GHA
#> 6340      GHA
#> 6341      GHA
#> 6342      GHA
#> 6343      GHA
#> 6344      GHA
#> 6345      GHA
#> 6346      GHA
#> 6347      GHA
#> 6348      GHA
#> 6349      GHA
#> 6350      GHA
#> 6351      GHA
#> 6352      GHA
#> 6353      GHA
#> 6354      GHA
#> 6355      GHA
#> 6356      GHA
#> 6357      GHA
#> 6358      GHA
#> 6359      GHA
#> 6360      GHA
#> 6361      GHA
#> 6362      GHA
#> 6363      GHA
#> 6364      GHA
#> 6365      GHA
#> 6366      GHA
#> 6367      GHA
#> 6368      GHA
#> 6369      GHA
#> 6370      GHA
#> 6371      GHA
#> 6372      GHA
#> 6373      GHA
#> 6374      GHA
#> 6375      GHA
#> 6376      GHA
#> 6377      GHA
#> 6378      GHA
#> 6379      GHA
#> 6380      GHA
#> 6381      GHA
#> 6382      GHA
#> 6383      GHA
#> 6384      GHA
#> 6385      GHA
#> 6386      GHA
#> 6387      GHA
#> 6388      GHA
#> 6389      GHA
#> 6390      GHA
#> 6391      GHA
#> 6392      GHA
#> 6393      GHA
#> 6394      GHA
#> 6395      GHA
#> 6396      GHA
#> 6397      GHA
#> 6398      GHA
#> 6399      GHA
#> 6400      GHA
#> 6401      GHA
#> 6402      GHA
#> 6403      GHA
#> 6404      GHA
#> 6405      GHA
#> 6406      GHA
#> 6407      GHA
#> 6408      GHA
#> 6409      GHA
#> 6410      GHA
#> 6411      GHA
#> 6412      GHA
#> 6413      GHA
#> 6414      GHA
#> 6415      GHA
#> 6416      GHA
#> 6417      GHA
#> 6418      GHA
#> 6419      GHA
#> 6420      GHA
#> 6421      GHA
#> 6422      GHA
#> 6423      GHA
#> 6424      GHA
#> 6425      GHA
#> 6426      GHA
#> 6427      GHA
#> 6428      GHA
#> 6429      GHA
#> 6430      GHA
#> 6431      GHA
#> 6432      GHA
#> 6433      GHA
#> 6434      GHA
#> 6435      GHA
#> 6436      GHA
#> 6437      GHA
#> 6438      GHA
#> 6439      GHA
#> 6440      GHA
#> 6441      GHA
#> 6442      GHA
#> 6443      GHA
#> 6444      GHA
#> 6445      GHA
#> 6446      GHA
#> 6447      GHA
#> 6448      GHA
#> 6449      GHA
#> 6450      GHA
#> 6451      GHA
#> 6452      GHA
#> 6453      GHA
#> 6454      GHA
#> 6455      GHA
#> 6456      GHA
#> 6457      GHA
#> 6458      GHA
#> 6459      GHA
#> 6460      GHA
#> 6461      GHA
#> 6462      GHA
#> 6463      GHA
#> 6464      GHA
#> 6465      GHA
#> 6466      GHA
#> 6467      GHA
#> 6468      GHA
#> 6469      GHA
#> 6470      GHA
#> 6471      GHA
#> 6472      GHA
#> 6473      GHA
#> 6474      GHA
#> 6475      GHA
#> 6476      GHA
#> 6477      GHA
#> 6478      GHA
#> 6479      GHA
#> 6480      GHA
#> 6481      GHA
#> 6482      GHA
#> 6483      GHA
#> 6484      GHA
#> 6485      GHA
#> 6486      GHA
#> 6487      GHA
#> 6488      GHA
#> 6489      GHA
#> 6490      GHA
#> 6491      GHA
#> 6492      GHA
#> 6493      GHA
#> 6494      GHA
#> 6495      GHA
#> 6496      GHA
#> 6497      GHA
#> 6498      GHA
#> 6499      GHA
#> 6500      GHA
#> 6501      GHA
#> 6502      GHA
#> 6503      GHA
#> 6504      GHA
#> 6505      GHA
#> 6506      GHA
#> 6507      GHA
#> 6508      GHA
#> 6509      GHA
#> 6510      GHA
#> 6511      GHA
#> 6512      GHA
#> 6513      GHA
#> 6514      GHA
#> 6515      GHA
#> 6516      GHA
#> 6517      GHA
#> 6518      GHA
#> 6519      GHA
#> 6520      GHA
#> 6521      GHA
#> 6522      GHA
#> 6523      GHA
#> 6524      GHA
#> 6525      GHA
#> 6526      GHA
#> 6527      GHA
#> 6528      GHA
#> 6529      GHA
#> 6530      GHA
#> 6531      GHA
#> 6532      GHA
#> 6533      GHA
#> 6534      GHA
#> 6535      GHA
#> 6536      GHA
#> 6537      GHA
#> 6538      GHA
#> 6539      GHA
#> 6540      GHA
#> 6541      GHA
#> 6542      GHA
#> 6543      GHA
#> 6544      GHA
#> 6545      GHA
#> 6546      GHA
#> 6547      GHA
#> 6548      GHA
#> 6549      GHA
#> 6550      GHA
#> 6551      GHA
#> 6552      GHA
#> 6553      GHA
#> 6554      GHA
#> 6555      GHA
#> 6556      GHA
#> 6557      GHA
#> 6558      GHA
#> 6559      GHA
#> 6560      GHA
#> 6561      GHA
#> 6562      GHA
#> 6563      GHA
#> 6564      GHA
#> 6565      GHA
#> 6566      GHA
#> 6567      GHA
#> 6568      GHA
#> 6569      GHA
#> 6570      GHA
#> 6571      GHA
#> 6572      GHA
#> 6573      GHA
#> 6574      GHA
#> 6575      GHA
#> 6576      GHA
#> 6577      GHA
#> 6578      GHA
#> 6579      GHA
#> 6580      GHA
#> 6581      GHA
#> 6582      GHA
#> 6583      GHA
#> 6584      GHA
#> 6585      GHA
#> 6586      GHA
#> 6587      GHA
#> 6588      GHA
#> 6589      GHA
#> 6590      GHA
#> 6591      GHA
#> 6592      GHA
#> 6593      GHA
#> 6594      GHA
#> 6595      GHA
#> 6596      GHA
#> 6597      GHA
#> 6598      GHA
#> 6599      GHA
#> 6600      GHA
#> 6601      GHA
#> 6602      GHA
#> 6603      GHA
#> 6604      GHA
#> 6605      GHA
#> 6606      GHA
#> 6607      GHA
#> 6608      GHA
#> 6609      GHA
#> 6610      GHA
#> 6611      GHA
#> 6612      GHA
#> 6613      GHA
#> 6614      GHA
#> 6615      GHA
#> 6616      GHA
#> 6617      GHA
#> 6618      GHA
#> 6619      GHA
#> 6620      GHA
#> 6621      GHA
#> 6622      GHA
#> 6623      GHA
#> 6624      GHA
#> 6625      GHA
#> 6626      GHA
#> 6627      GHA
#> 6628      GHA
#> 6629      GHA
#> 6630      GHA
#> 6631      GHA
#> 6632      GHA
#> 6633      GHA
#> 6634      GHA
#> 6635      GHA
#> 6636      GHA
#> 6637      GHA
#> 6638      GHA
#> 6639      GHA
#> 6640      GHA
#> 6641      GHA
#> 6642      GHA
#> 6643      GHA
#> 6644      GHA
#> 6645      GHA
#> 6646      GHA
#> 6647      GHA
#> 6648      GHA
#> 6649      GHA
#> 6650      GHA
#> 6651      GHA
#> 6652      GHA
#> 6653      GHA
#> 6654      GHA
#> 6655      GHA
#> 6656      GHA
#> 6657      GHA
#> 6658      GHA
#> 6659      GHA
#> 6660      GHA
#> 6661      GHA
#> 6662      GHA
#> 6663      GHA
#> 6664      GHA
#> 6665      GHA
#> 6666      GHA
#> 6667      GHA
#> 6668      GHA
#> 6669      GHA
#> 6670      GHA
#> 6671      GHA
#> 6672      GHA
#> 6673      GHA
#> 6674      GHA
#> 6675      GHA
#> 6676      GHA
#> 6677      GHA
#> 6678      GHA
#> 6679      GHA
#> 6680      GHA
#> 6681      GHA
#> 6682      GHA
#> 6683      GHA
#> 6684      GHA
#> 6685      GHA
#> 6686      GHA
#> 6687      GHA
#> 6688      GHA
#> 6689      GHA
#> 6690      GHA
#> 6691      GHA
#> 6692      GHA
#> 6693      GHA
#> 6694      GHA
#> 6695      GHA
#> 6696      GHA
#> 6697      GHA
#> 6698      GHA
#> 6699      GHA
#> 6700      GHA
#> 6701      GHA
#> 6702      GHA
#> 6703      GHA
#> 6704      GHA
#> 6705      GHA
#> 6706      GHA
#> 6707      GHA
#> 6708      GHA
#> 6709      GHA
#> 6710      GHA
#> 6711      GHA
#> 6712      GHA
#> 6713      GHA
#> 6714      GHA
#> 6715      GHA
#> 6716      GHA
#> 6717      GHA
#> 6718      GHA
#> 6719      GHA
#> 6720      GHA
#> 6721      GHA
#> 6722      GHA
#> 6723      GHA
#> 6724      GHA
#> 6725      GHA
#> 6726      GHA
#> 6727      GHA
#> 6728      GHA
#> 6729      GHA
#> 6730      GHA
#> 6731      GHA
#> 6732      GHA
#> 6733      GHA
#> 6734      GHA
#> 6735      GHA
#> 6736      GHA
#> 6737      GHA
#> 6738      GHA
#> 6739      GHA
#> 6740      GHA
#> 6741      GHA
#> 6742      GHA
#> 6743      GHA
#> 6744      GHA
#> 6745      GHA
#> 6746      GHA
#> 6747      GHA
#> 6748      GHA
#> 6749      GHA
#> 6750      GHA
#> 6751      GHA
#> 6752      GHA
#> 6753      GHA
#> 6754      GHA
#> 6755      GHA
#> 6756      GHA
#> 6757      GHA
#> 6758      GHA
#> 6759      GHA
#> 6760      GHA
#> 6761      GHA
#> 6762      GHA
#> 6763      GHA
#> 6764      GHA
#> 6765      GHA
#> 6766      GHA
#> 6767      GHA
#> 6768      GHA
#> 6769      GHA
#> 6770      GHA
#> 6771      GHA
#> 6772      GHA
#> 6773      GHA
#> 6774      GHA
#> 6775      GHA
#> 6776      GHA
#> 6777      GHA
#> 6778      GHA
#> 6779      GHA
#> 6780      GHA
#> 6781      GHA
#> 6782      GHA
#> 6783      GHA
#> 6784      GHA
#> 6785      GHA
#> 6786      GHA
#> 6787      GHA
#> 6788      GHA
#> 6789      GHA
#> 6790      GHA
#> 6791      GHA
#> 6792      GHA
#> 6793      GHA
#> 6794      GHA
#> 6795      GHA
#> 6796      GHA
#> 6797      GHA
#> 6798      GHA
#> 6799      GHA
#> 6800      GHA
#> 6801      GHA
#> 6802      GHA
#> 6803      GHA
#> 6804      GHA
#> 6805      GHA
#> 6806      GHA
#> 6807      GHA
#> 6808      GHA
#> 6809      GHA
#> 6810      GHA
#> 6811      GHA
#> 6812      GHA
#> 6813      GHA
#> 6814      GHA
#> 6815      GHA
#> 6816      GHA
#> 6817      GHA
#> 6818      GHA
#> 6819      GHA
#> 6820      GHA
#> 6821      GHA
#> 6822      GHA
#> 6823      GHA
#> 6824      GHA
#> 6825      GHA
#> 6826      GHA
#> 6827      GHA
#> 6828      GHA
#> 6829      GHA
#> 6830      GHA
#> 6831      GHA
#> 6832      GHA
#> 6833      GHA
#> 6834      GHA
#> 6835      GHA
#> 6836      GHA
#> 6837      GHA
#> 6838      GHA
#> 6839      GHA
#> 6840      GHA
#> 6841      GHA
#> 6842      GHA
#> 6843      GHA
#> 6844      GHA
#> 6845      GHA
#> 6846      GHA
#> 6847      GHA
#> 6848      GHA
#> 6849      GHA
#> 6850      GHA
#> 6851      GHA
#> 6852      GHA
#> 6853      GHA
#> 6854      GHA
#> 6855      GHA
#> 6856      GHA
#> 6857      GHA
#> 6858      GHA
#> 6859      GHA
#> 6860      GHA
#> 6861      GHA
#> 6862      GHA
#> 6863      GHA
#> 6864      GHA
#> 6865      GHA
#> 6866      GHA
#> 6867      GHA
#> 6868      GHA
#> 6869      GHA
#> 6870      GHA
#> 6871      GHA
#> 6872      GHA
#> 6873      GHA
#> 6874      GHA
#> 6875      GHA
#> 6876      GHA
#> 6877      GHA
#> 6878      GHA
#> 6879      GHA
#> 6880      GHA
#> 6881      GHA
#> 6882      GHA
#> 6883      GHA
#> 6884      GHA
#> 6885      GHA
#> 6886      GHA
#> 6887      GHA
#> 6888      GHA
#> 6889      GHA
#> 6890      GHA
#> 6891      GHA
#> 6892      GHA
#> 6893      GHA
#> 6894      GHA
#> 6895      GHA
#> 6896      GHA
#> 6897      GHA
#> 6898      GHA
#> 6899      GHA
#> 6900      GHA
#> 6901      GHA
#> 6902      GHA
#> 6903      GHA
#> 6904      GHA
#> 6905      GHA
#> 6906      GHA
#> 6907      GHA
#> 6908      GHA
#> 6909      GHA
#> 6910      GHA
#> 6911      GHA
#> 6912      GHA
#> 6913      GHA
#> 6914      GHA
#> 6915      GHA
#> 6916      GHA
#> 6917      GHA
#> 6918      GHA
#> 6919      GHA
#> 6920      GHA
#> 6921      GHA
#> 6922      GHA
#> 6923      GHA
#> 6924      GHA
#> 6925      GHA
#> 6926      GHA
#> 6927      GHA
#> 6928      GHA
#> 6929      GHA
#> 6930      GHA
#> 6931      GHA
#> 6932      GHA
#> 6933      GHA
#> 6934      GHA
#> 6935      GHA
#> 6936      GHA
#> 6937      GHA
#> 6938      GHA
#> 6939      GHA
#> 6940      GHA
#> 6941      GHA
#> 6942      GHA
#> 6943      GHA
#> 6944      GHA
#> 6945      GHA
#> 6946      GHA
#> 6947      GHA
#> 6948      GHA
#> 6949      GHA
#> 6950      GHA
#> 6951      GHA
#> 6952      GHA
#> 6953      GHA
#> 6954      GHA
#> 6955      GHA
#> 6956      GHA
#> 6957      GHA
#> 6958      GHA
#> 6959      GHA
#> 6960      GHA
#> 6961      GHA
#> 6962      GHA
#> 6963      GHA
#> 6964      GHA
#> 6965      GHA
#> 6966      GHA
#> 6967      GHA
#> 6968      GHA
#> 6969      GHA
#> 6970      GHA
#> 6971      GHA
#> 6972      GHA
#> 6973      GHA
#> 6974      GHA
#> 6975      GHA
#> 6976      GHA
#> 6977      GHA
#> 6978      GHA
#> 6979      GHA
#> 6980      GHA
#> 6981      GHA
#> 6982      GHA
#> 6983      GHA
#> 6984      GHA
#> 6985      GHA
#> 6986      GHA
#> 6987      GHA
#> 6988      GHA
#> 6989      GHA
#> 6990      GHA
#> 6991      GHA
#> 6992      GHA
#> 6993      GHA
#> 6994      GHA
#> 6995      GHA
#> 6996      GHA
#> 6997      GHA
#> 6998      GHA
#> 6999      GHA
#> 7000      GHA
#> 7001      GHA
#> 7002      GHA
#> 7003      GHA
#> 7004      GHA
#> 7005      GHA
#> 7006      GHA
#> 7007      GHA
#> 7008      GHA
#> 7009      GHA
#> 7010      GHA
#> 7011      GHA
#> 7012      GHA
#> 7013      GHA
#> 7014      GHA
#> 7015      GHA
#> 7016      GHA
#> 7017      GHA
#> 7018      GHA
#> 7019      GHA
#> 7020      GHA
#> 7021      GHA
#> 7022      GHA
#> 7023      GHA
#> 7024      GHA
#> 7025      GHA
#> 7026      GHA
#> 7027      GHA
#> 7028      GHA
#> 7029      GHA
#> 7030      GHA
#> 7031      GHA
#> 7032      GHA
#> 7033      GHA
#> 7034      GHA
#> 7035      GHA
#> 7036      GHA
#> 7037      GHA
#> 7038      GHA
#> 7039      GHA
#> 7040      GHA
#> 7041      GHA
#> 7042      GHA
#> 7043      GHA
#> 7044      GHA
#> 7045      GHA
#> 7046      GHA
#> 7047      GHA
#> 7048      GHA
#> 7049      GHA
#> 7050      GHA
#> 7051      GHA
#> 7052      GHA
#> 7053      GHA
#> 7054      GHA
#> 7055      GHA
#> 7056      GHA
#> 7057      GHA
#> 7058      GHA
#> 7059      GHA
#> 7060      GHA
#> 7061      GHA
#> 7062      GHA
#> 7063      GHA
#> 7064      GHA
#> 7065      GHA
#> 7066      GHA
#> 7067      GHA
#> 7068      GHA
#> 7069      GHA
#> 7070      GHA
#> 7071      GHA
#> 7072      GHA
#> 7073      GHA
#> 7074      GHA
#> 7075      GHA
#> 7076      GHA
#> 7077      GHA
#> 7078      GHA
#> 7079      GHA
#> 7080      GHA
#> 7081      GHA
#> 7082      GHA
#> 7083      GHA
#> 7084      GHA
#> 7085      GHA
#> 7086      GHA
#> 7087      GHA
#> 7088      GHA
#> 7089      GHA
#> 7090      GHA
#> 7091      GHA
#> 7092      GHA
#> 7093      GHA
#> 7094      GHA
#> 7095      GHA
#> 7096      GHA
#> 7097      GHA
#> 7098      GHA
#> 7099      GHA
#> 7100      GHA
#> 7101      GHA
#> 7102      GHA
#> 7103      GHA
#> 7104      GHA
#> 7105      GHA
#> 7106      GHA
#> 7107      GHA
#> 7108      GHA
#> 7109      GHA
#> 7110      GHA
#> 7111      GHA
#> 7112      GHA
#> 7113      GHA
#> 7114      GHA
#> 7115      GHA
#> 7116      GHA
#> 7117      GHA
#> 7118      GHA
#> 7119      GHA
#> 7120      GHA
#> 7121      GHA
#> 7122      GHA
#> 7123      GHA
#> 7124      GHA
#> 7125      GHA
#> 7126      GHA
#> 7127      GHA
#> 7128      GHA
#> 7129      GHA
#> 7130      GHA
#> 7131      GHA
#> 7132      GHA
#> 7133      GHA
#> 7134      GHA
#> 7135      GHA
#> 7136      GHA
#> 7137      GHA
#> 7138      GHA
#> 7139      GHA
#> 7140      GHA
#> 7141      GHA
#> 7142      GHA
#> 7143      GHA
#> 7144      GHA
#> 7145      GHA
#> 7146      GHA
#> 7147      GHA
#> 7148      GHA
#> 7149      GHA
#> 7150      GHA
#> 7151      GHA
#> 7152      GHA
#> 7153      GHA
#> 7154      GHA
#> 7155      GHA
#> 7156      GHA
#> 7157      GHA
#> 7158      GHA
#> 7159      GHA
#> 7160      GHA
#> 7161      GHA
#> 7162      GHA
#> 7163      GHA
#> 7164      GHA
#> 7165      GHA
#> 7166      GHA
#> 7167      GHA
#> 7168      GHA
#> 7169      GHA
#> 7170      GHA
#> 7171      GHA
#> 7172      GHA
#> 7173      GHA
#> 7174      GHA
#> 7175      GHA
#> 7176      GHA
#> 7177      GHA
#> 7178      GHA
#> 7179      GHA
#> 7180      GHA
#> 7181      GHA
#> 7182      GHA
#> 7183      GHA
#> 7184      GHA
#> 7185      GHA
#> 7186      GHA
#> 7187      GHA
#> 7188      GHA
#> 7189      GHA
#> 7190      GHA
#> 7191      GHA
#> 7192      GHA
#> 7193      GHA
#> 7194      GHA
#> 7195      GHA
#> 7196      GHA
#> 7197      GHA
#> 7198      GHA
#> 7199      GHA
#> 7200      GHA
#> 7201      GHA
#> 7202      GHA
#> 7203      GHA
#> 7204      GHA
#> 7205      GHA
#> 7206      GHA
#> 7207      GHA
#> 7208      GHA
#> 7209      GHA
#> 7210      GHA
#> 7211      GHA
#> 7212      GHA
#> 7213      GHA
#> 7214      GHA
#> 7215      GHA
#> 7216      GHA
#> 7217      GHA
#> 7218      GHA
#> 7219      GHA
#> 7220      GHA
#> 7221      GHA
#> 7222      GHA
#> 7223      GHA
#> 7224      GHA
#> 7225      GHA
#> 7226      GHA
#> 7227      GHA
#> 7228      GHA
#> 7229      GHA
#> 7230      GHA
#> 7231      GHA
#> 7232      GHA
#> 7233      GHA
#> 7234      GHA
#> 7235      GHA
#> 7236      GHA
#> 7237      GHA
#> 7238      GHA
#> 7239      GHA
#> 7240      GHA
#> 7241      GHA
#> 7242      GHA
#> 7243      GHA
#> 7244      GHA
#> 7245      GHA
#> 7246      GHA
#> 7247      GHA
#> 7248      GHA
#> 7249      GHA
#> 7250      GHA
#> 7251      GHA
#> 7252      GHA
#> 7253      GHA
#> 7254      GHA
#> 7255      GHA
#> 7256      GHA
#> 7257      GHA
#> 7258      GHA
#> 7259      GHA
#> 7260      GHA
#> 7261      GHA
#> 7262      GHA
#> 7263      GHA
#> 7264      GHA
#> 7265      GHA
#> 7266      GHA
#> 7267      GHA
#> 7268      GHA
#> 7269      GHA
#> 7270      GHA
#> 7271      GHA
#> 7272      GHA
#> 7273      GHA
#> 7274      GHA
#> 7275      GHA
#> 7276      GHA
#> 7277      GHA
#> 7278      GHA
#> 7279      GHA
#> 7280      GHA
#> 7281      GHA
#> 7282      GHA
#> 7283      GHA
#> 7284      GHA
#> 7285      GHA
#> 7286      GHA
#> 7287      GHA
#> 7288      GHA
#> 7289      GHA
#> 7290      GHA
#> 7291      GHA
#> 7292      GHA
#> 7293      GHA
#> 7294      GHA
#> 7295      GHA
#> 7296      GHA
#> 7297      GHA
#> 7298      GHA
#> 7299      GHA
#> 7300      GHA
#> 7301      GHA
#> 7302      GHA
#> 7303      GHA
#> 7304      GHA
#> 7305      GHA
#> 7306      GHA
#> 7307      GHA
#> 7308      GHA
#> 7309      GHA
#> 7310      GHA
#> 7311      GHA
#> 7312      GHA
#> 7313      GHA
#> 7314      GHA
#> 7315      GHA
#> 7316      GHA
#> 7317      GHA
#> 7318      GHA
#> 7319      GHA
#> 7320      GHA
#> 7321      GHA
#> 7322      GHA
#> 7323      GHA
#> 7324      GHA
#> 7325      GHA
#> 7326      GHA
#> 7327      GHA
#> 7328      GHA
#> 7329      GHA
#> 7330      GHA
#> 7331      GHA
#> 7332      GHA
#> 7333      GHA
#> 7334      GHA
#> 7335      GHA
#> 7336      GHA
#> 7337      GHA
#> 7338      GHA
#> 7339      GHA
#> 7340      GHA
#> 7341      GHA
#> 7342      GHA
#> 7343      GHA
#> 7344      GHA
#> 7345      ZAF
#> 7346      ZAF
#> 7347      ZAF
#> 7348      ZAF
#> 7349      ZAF
#> 7350      ZAF
#> 7351      ZAF
#> 7352      ZAF
#> 7353      ZAF
#> 7354      ZAF
#> 7355      ZAF
#> 7356      ZAF
#> 7357      ZAF
#> 7358      ZAF
#> 7359      ZAF
#> 7360      ZAF
#> 7361      ZAF
#> 7362      ZAF
#> 7363      ZAF
#> 7364      ZAF
#> 7365      ZAF
#> 7366      ZAF
#> 7367      ZAF
#> 7368      ZAF
#> 7369      ZAF
#> 7370      ZAF
#> 7371      ZAF
#> 7372      ZAF
#> 7373      ZAF
#> 7374      ZAF
#> 7375      ZAF
#> 7376      ZAF
#> 7377      ZAF
#> 7378      ZAF
#> 7379      ZAF
#> 7380      ZAF
#> 7381      ZAF
#> 7382      ZAF
#> 7383      ZAF
#> 7384      ZAF
#> 7385      ZAF
#> 7386      ZAF
#> 7387      ZAF
#> 7388      ZAF
#> 7389      ZAF
#> 7390      ZAF
#> 7391      ZAF
#> 7392      ZAF
#> 7393      ZAF
#> 7394      ZAF
#> 7395      ZAF
#> 7396      ZAF
#> 7397      ZAF
#> 7398      ZAF
#> 7399      ZAF
#> 7400      ZAF
#> 7401      ZAF
#> 7402      ZAF
#> 7403      ZAF
#> 7404      ZAF
#> 7405      ZAF
#> 7406      ZAF
#> 7407      ZAF
#> 7408      ZAF
#> 7409      ZAF
#> 7410      ZAF
#> 7411      ZAF
#> 7412      ZAF
#> 7413      ZAF
#> 7414      ZAF
#> 7415      ZAF
#> 7416      ZAF
#> 7417      ZAF
#> 7418      ZAF
#> 7419      ZAF
#> 7420      ZAF
#> 7421      ZAF
#> 7422      ZAF
#> 7423      ZAF
#> 7424      ZAF
#> 7425      ZAF
#> 7426      ZAF
#> 7427      ZAF
#> 7428      ZAF
#> 7429      ZAF
#> 7430      ZAF
#> 7431      ZAF
#> 7432      ZAF
#> 7433      ZAF
#> 7434      ZAF
#> 7435      ZAF
#> 7436      ZAF
#> 7437      ZAF
#> 7438      ZAF
#> 7439      ZAF
#> 7440      ZAF
#> 7441      ZAF
#> 7442      ZAF
#> 7443      ZAF
#> 7444      ZAF
#> 7445      ZAF
#> 7446      ZAF
#> 7447      ZAF
#> 7448      ZAF
#> 7449      ZAF
#> 7450      ZAF
#> 7451      ZAF
#> 7452      ZAF
#> 7453      ZAF
#> 7454      ZAF
#> 7455      ZAF
#> 7456      ZAF
#> 7457      ZAF
#> 7458      ZAF
#> 7459      ZAF
#> 7460      ZAF
#> 7461      ZAF
#> 7462      ZAF
#> 7463      ZAF
#> 7464      ZAF
#> 7465      ZAF
#> 7466      ZAF
#> 7467      ZAF
#> 7468      ZAF
#> 7469      ZAF
#> 7470      ZAF
#> 7471      ZAF
#> 7472      ZAF
#> 7473      ZAF
#> 7474      ZAF
#> 7475      ZAF
#> 7476      ZAF
#> 7477      ZAF
#> 7478      ZAF
#> 7479      ZAF
#> 7480      ZAF
#> 7481      ZAF
#> 7482      ZAF
#> 7483      ZAF
#> 7484      ZAF
#> 7485      ZAF
#> 7486      ZAF
#> 7487      ZAF
#> 7488      ZAF
#> 7489      ZAF
#> 7490      ZAF
#> 7491      ZAF
#> 7492      ZAF
#> 7493      ZAF
#> 7494      ZAF
#> 7495      ZAF
#> 7496      ZAF
#> 7497      ZAF
#> 7498      ZAF
#> 7499      ZAF
#> 7500      ZAF
#> 7501      ZAF
#> 7502      ZAF
#> 7503      ZAF
#> 7504      ZAF
#> 7505      ZAF
#> 7506      ZAF
#> 7507      ZAF
#> 7508      ZAF
#> 7509      ZAF
#> 7510      ZAF
#> 7511      ZAF
#> 7512      ZAF
#> 7513      ZAF
#> 7514      ZAF
#> 7515      ZAF
#> 7516      ZAF
#> 7517      ZAF
#> 7518      ZAF
#> 7519      ZAF
#> 7520      ZAF
#> 7521      ZAF
#> 7522      ZAF
#> 7523      ZAF
#> 7524      ZAF
#> 7525      ZAF
#> 7526      ZAF
#> 7527      ZAF
#> 7528      ZAF
#> 7529      ZAF
#> 7530      ZAF
#> 7531      ZAF
#> 7532      ZAF
#> 7533      ZAF
#> 7534      ZAF
#> 7535      ZAF
#> 7536      ZAF
#> 7537      ZAF
#> 7538      ZAF
#> 7539      ZAF
#> 7540      ZAF
#> 7541      ZAF
#> 7542      ZAF
#> 7543      ZAF
#> 7544      ZAF
#> 7545      ZAF
#> 7546      ZAF
#> 7547      ZAF
#> 7548      ZAF
#> 7549      ZAF
#> 7550      ZAF
#> 7551      ZAF
#> 7552      ZAF
#> 7553      ZAF
#> 7554      ZAF
#> 7555      ZAF
#> 7556      ZAF
#> 7557      ZAF
#> 7558      ZAF
#> 7559      ZAF
#> 7560      ZAF
#> 7561      ZAF
#> 7562      ZAF
#> 7563      ZAF
#> 7564      ZAF
#> 7565      ZAF
#> 7566      ZAF
#> 7567      ZAF
#> 7568      ZAF
#> 7569      ZAF
#> 7570      ZAF
#> 7571      ZAF
#> 7572      ZAF
#> 7573      ZAF
#> 7574      ZAF
#> 7575      ZAF
#> 7576      ZAF
#> 7577      ZAF
#> 7578      ZAF
#> 7579      ZAF
#> 7580      ZAF
#> 7581      ZAF
#> 7582      ZAF
#> 7583      ZAF
#> 7584      ZAF
#> 7585      ZAF
#> 7586      ZAF
#> 7587      ZAF
#> 7588      ZAF
#> 7589      ZAF
#> 7590      ZAF
#> 7591      ZAF
#> 7592      ZAF
#> 7593      ZAF
#> 7594      ZAF
#> 7595      ZAF
#> 7596      ZAF
#> 7597      ZAF
#> 7598      ZAF
#> 7599      ZAF
#> 7600      ZAF
#> 7601      ZAF
#> 7602      ZAF
#> 7603      ZAF
#> 7604      ZAF
#> 7605      ZAF
#> 7606      ZAF
#> 7607      ZAF
#> 7608      ZAF
#> 7609      ZAF
#> 7610      ZAF
#> 7611      ZAF
#> 7612      ZAF
#> 7613      ZAF
#> 7614      ZAF
#> 7615      ZAF
#> 7616      ZAF
#> 7617      ZAF
#> 7618      ZAF
#> 7619      ZAF
#> 7620      ZAF
#> 7621      ZAF
#> 7622      ZAF
#> 7623      ZAF
#> 7624      ZAF
#> 7625      ZAF
#> 7626      ZAF
#> 7627      ZAF
#> 7628      ZAF
#> 7629      ZAF
#> 7630      ZAF
#> 7631      ZAF
#> 7632      ZAF
#> 7633      ZAF
#> 7634      ZAF
#> 7635      ZAF
#> 7636      ZAF
#> 7637      ZAF
#> 7638      ZAF
#> 7639      ZAF
#> 7640      ZAF
#> 7641      ZAF
#> 7642      ZAF
#> 7643      ZAF
#> 7644      ZAF
#> 7645      ZAF
#> 7646      ZAF
#> 7647      ZAF
#> 7648      ZAF
#> 7649      ZAF
#> 7650      ZAF
#> 7651      ZAF
#> 7652      ZAF
#> 7653      ZAF
#> 7654      ZAF
#> 7655      ZAF
#> 7656      ZAF
#> 7657      ZAF
#> 7658      ZAF
#> 7659      ZAF
#> 7660      ZAF
#> 7661      ZAF
#> 7662      ZAF
#> 7663      ZAF
#> 7664      ZAF
#> 7665      ZAF
#> 7666      ZAF
#> 7667      ZAF
#> 7668      ZAF
#> 7669      ZAF
#> 7670      ZAF
#> 7671      ZAF
#> 7672      ZAF
#> 7673      ZAF
#> 7674      ZAF
#> 7675      ZAF
#> 7676      ZAF
#> 7677      ZAF
#> 7678      ZAF
#> 7679      ZAF
#> 7680      ZAF
#> 7681      ZAF
#> 7682      ZAF
#> 7683      ZAF
#> 7684      ZAF
#> 7685      ZAF
#> 7686      ZAF
#> 7687      ZAF
#> 7688      ZAF
#> 7689      ZAF
#> 7690      ZAF
#> 7691      ZAF
#> 7692      ZAF
#> 7693      ZAF
#> 7694      ZAF
#> 7695      ZAF
#> 7696      ZAF
#> 7697      ZAF
#> 7698      ZAF
#> 7699      ZAF
#> 7700      ZAF
#> 7701      ZAF
#> 7702      ZAF
#> 7703      ZAF
#> 7704      ZAF
#> 7705      ZAF
#> 7706      ZAF
#> 7707      ZAF
#> 7708      ZAF
#> 7709      ZAF
#> 7710      ZAF
#> 7711      ZAF
#> 7712      ZAF
#> 7713      ZAF
#> 7714      ZAF
#> 7715      ZAF
#> 7716      ZAF
#> 7717      ZAF
#> 7718      ZAF
#> 7719      ZAF
#> 7720      ZAF
#> 7721      ZAF
#> 7722      ZAF
#> 7723      ZAF
#> 7724      ZAF
#> 7725      ZAF
#> 7726      ZAF
#> 7727      ZAF
#> 7728      ZAF
#> 7729      ZAF
#> 7730      ZAF
#> 7731      ZAF
#> 7732      ZAF
#> 7733      ZAF
#> 7734      ZAF
#> 7735      ZAF
#> 7736      ZAF
#> 7737      ZAF
#> 7738      ZAF
#> 7739      ZAF
#> 7740      ZAF
#> 7741      ZAF
#> 7742      ZAF
#> 7743      ZAF
#> 7744      ZAF
#> 7745      ZAF
#> 7746      ZAF
#> 7747      ZAF
#> 7748      ZAF
#> 7749      ZAF
#> 7750      ZAF
#> 7751      ZAF
#> 7752      ZAF
#> 7753      ZAF
#> 7754      ZAF
#> 7755      ZAF
#> 7756      ZAF
#> 7757      ZAF
#> 7758      ZAF
#> 7759      ZAF
#> 7760      ZAF
#> 7761      ZAF
#> 7762      ZAF
#> 7763      ZAF
#> 7764      ZAF
#> 7765      ZAF
#> 7766      ZAF
#> 7767      ZAF
#> 7768      ZAF
#> 7769      ZAF
#> 7770      ZAF
#> 7771      ZAF
#> 7772      ZAF
#> 7773      ZAF
#> 7774      ZAF
#> 7775      ZAF
#> 7776      ZAF
#> 7777      ZAF
#> 7778      ZAF
#> 7779      ZAF
#> 7780      ZAF
#> 7781      ZAF
#> 7782      ZAF
#> 7783      ZAF
#> 7784      ZAF
#> 7785      ZAF
#> 7786      ZAF
#> 7787      ZAF
#> 7788      ZAF
#> 7789      ZAF
#> 7790      ZAF
#> 7791      ZAF
#> 7792      ZAF
#> 7793      ZAF
#> 7794      ZAF
#> 7795      ZAF
#> 7796      ZAF
#> 7797      ZAF
#> 7798      ZAF
#> 7799      ZAF
#> 7800      ZAF
#> 7801      ZAF
#> 7802      ZAF
#> 7803      ZAF
#> 7804      ZAF
#> 7805      ZAF
#> 7806      ZAF
#> 7807      ZAF
#> 7808      ZAF
#> 7809      ZAF
#> 7810      ZAF
#> 7811      ZAF
#> 7812      ZAF
#> 7813      ZAF
#> 7814      ZAF
#> 7815      ZAF
#> 7816      ZAF
#> 7817      ZAF
#> 7818      ZAF
#> 7819      ZAF
#> 7820      ZAF
#> 7821      ZAF
#> 7822      ZAF
#> 7823      ZAF
#> 7824      ZAF
#> 7825      ZAF
#> 7826      ZAF
#> 7827      ZAF
#> 7828      ZAF
#> 7829      ZAF
#> 7830      ZAF
#> 7831      ZAF
#> 7832      ZAF
#> 7833      ZAF
#> 7834      ZAF
#> 7835      ZAF
#> 7836      ZAF
#> 7837      ZAF
#> 7838      ZAF
#> 7839      ZAF
#> 7840      ZAF
#> 7841      ZAF
#> 7842      ZAF
#> 7843      ZAF
#> 7844      ZAF
#> 7845      ZAF
#> 7846      ZAF
#> 7847      ZAF
#> 7848      ZAF
#> 7849      ZAF
#> 7850      ZAF
#> 7851      ZAF
#> 7852      ZAF
#> 7853      ZAF
#> 7854      ZAF
#> 7855      ZAF
#> 7856      ZAF
#> 7857      ZAF
#> 7858      ZAF
#> 7859      ZAF
#> 7860      ZAF
#> 7861      ZAF
#> 7862      ZAF
#> 7863      ZAF
#> 7864      ZAF
#> 7865      ZAF
#> 7866      ZAF
#> 7867      ZAF
#> 7868      ZAF
#> 7869      ZAF
#> 7870      ZAF
#> 7871      ZAF
#> 7872      ZAF
#> 7873      ZAF
#> 7874      ZAF
#> 7875      ZAF
#> 7876      ZAF
#> 7877      ZAF
#> 7878      ZAF
#> 7879      ZAF
#> 7880      ZAF
#> 7881      ZAF
#> 7882      ZAF
#> 7883      ZAF
#> 7884      ZAF
#> 7885      ZAF
#> 7886      ZAF
#> 7887      ZAF
#> 7888      ZAF
#> 7889      ZAF
#> 7890      ZAF
#> 7891      ZAF
#> 7892      ZAF
#> 7893      ZAF
#> 7894      ZAF
#> 7895      ZAF
#> 7896      ZAF
#> 7897      ZAF
#> 7898      ZAF
#> 7899      ZAF
#> 7900      ZAF
#> 7901      ZAF
#> 7902      ZAF
#> 7903      ZAF
#> 7904      ZAF
#> 7905      ZAF
#> 7906      ZAF
#> 7907      ZAF
#> 7908      ZAF
#> 7909      ZAF
#> 7910      ZAF
#> 7911      ZAF
#> 7912      ZAF
#> 7913      ZAF
#> 7914      ZAF
#> 7915      ZAF
#> 7916      ZAF
#> 7917      ZAF
#> 7918      ZAF
#> 7919      ZAF
#> 7920      ZAF
#> 7921      ZAF
#> 7922      ZAF
#> 7923      ZAF
#> 7924      ZAF
#> 7925      ZAF
#> 7926      ZAF
#> 7927      ZAF
#> 7928      ZAF
#> 7929      ZAF
#> 7930      ZAF
#> 7931      ZAF
#> 7932      ZAF
#> 7933      ZAF
#> 7934      ZAF
#> 7935      ZAF
#> 7936      ZAF
#> 7937      ZAF
#> 7938      ZAF
#> 7939      ZAF
#> 7940      ZAF
#> 7941      ZAF
#> 7942      ZAF
#> 7943      ZAF
#> 7944      ZAF
#> 7945      ZAF
#> 7946      ZAF
#> 7947      ZAF
#> 7948      ZAF
#> 7949      ZAF
#> 7950      ZAF
#> 7951      ZAF
#> 7952      ZAF
#> 7953      ZAF
#> 7954      ZAF
#> 7955      ZAF
#> 7956      ZAF
#> 7957      ZAF
#> 7958      ZAF
#> 7959      ZAF
#> 7960      ZAF
#> 7961      ZAF
#> 7962      ZAF
#> 7963      ZAF
#> 7964      ZAF
#> 7965      ZAF
#> 7966      ZAF
#> 7967      ZAF
#> 7968      ZAF
#> 7969      ZAF
#> 7970      ZAF
#> 7971      ZAF
#> 7972      ZAF
#> 7973      ZAF
#> 7974      ZAF
#> 7975      ZAF
#> 7976      ZAF
#> 7977      ZAF
#> 7978      ZAF
#> 7979      ZAF
#> 7980      ZAF
#> 7981      ZAF
#> 7982      ZAF
#> 7983      ZAF
#> 7984      ZAF
#> 7985      ZAF
#> 7986      ZAF
#> 7987      ZAF
#> 7988      ZAF
#> 7989      ZAF
#> 7990      ZAF
#> 7991      ZAF
#> 7992      ZAF
#> 7993      ZAF
#> 7994      ZAF
#> 7995      ZAF
#> 7996      ZAF
#> 7997      ZAF
#> 7998      ZAF
#> 7999      ZAF
#> 8000      ZAF
#> 8001      ZAF
#> 8002      ZAF
#> 8003      ZAF
#> 8004      ZAF
#> 8005      ZAF
#> 8006      ZAF
#> 8007      ZAF
#> 8008      ZAF
#> 8009      ZAF
#> 8010      ZAF
#> 8011      ZAF
#> 8012      ZAF
#> 8013      ZAF
#> 8014      ZAF
#> 8015      ZAF
#> 8016      ZAF
#> 8017      ZAF
#> 8018      ZAF
#> 8019      ZAF
#> 8020      ZAF
#> 8021      ZAF
#> 8022      ZAF
#> 8023      ZAF
#> 8024      ZAF
#> 8025      ZAF
#> 8026      ZAF
#> 8027      ZAF
#> 8028      ZAF
#> 8029      ZAF
#> 8030      ZAF
#> 8031      ZAF
#> 8032      ZAF
#> 8033      ZAF
#> 8034      ZAF
#> 8035      ZAF
#> 8036      ZAF
#> 8037      ZAF
#> 8038      ZAF
#> 8039      ZAF
#> 8040      ZAF
#> 8041      ZAF
#> 8042      ZAF
#> 8043      ZAF
#> 8044      ZAF
#> 8045      ZAF
#> 8046      ZAF
#> 8047      ZAF
#> 8048      ZAF
#> 8049      ZAF
#> 8050      ZAF
#> 8051      ZAF
#> 8052      ZAF
#> 8053      ZAF
#> 8054      ZAF
#> 8055      ZAF
#> 8056      ZAF
#> 8057      ZAF
#> 8058      ZAF
#> 8059      ZAF
#> 8060      ZAF
#> 8061      ZAF
#> 8062      ZAF
#> 8063      ZAF
#> 8064      ZAF
#> 8065      ZAF
#> 8066      ZAF
#> 8067      ZAF
#> 8068      ZAF
#> 8069      ZAF
#> 8070      ZAF
#> 8071      ZAF
#> 8072      ZAF
#> 8073      ZAF
#> 8074      ZAF
#> 8075      ZAF
#> 8076      ZAF
#> 8077      ZAF
#> 8078      ZAF
#> 8079      ZAF
#> 8080      ZAF
#> 8081      ZAF
#> 8082      ZAF
#> 8083      ZAF
#> 8084      ZAF
#> 8085      ZAF
#> 8086      ZAF
#> 8087      ZAF
#> 8088      ZAF
#> 8089      ZAF
#> 8090      ZAF
#> 8091      ZAF
#> 8092      ZAF
#> 8093      ZAF
#> 8094      ZAF
#> 8095      ZAF
#> 8096      ZAF
#> 8097      ZAF
#> 8098      ZAF
#> 8099      ZAF
#> 8100      ZAF
#> 8101      ZAF
#> 8102      ZAF
#> 8103      ZAF
#> 8104      ZAF
#> 8105      ZAF
#> 8106      ZAF
#> 8107      ZAF
#> 8108      ZAF
#> 8109      ZAF
#> 8110      ZAF
#> 8111      ZAF
#> 8112      ZAF
#> 8113      ZAF
#> 8114      ZAF
#> 8115      ZAF
#> 8116      ZAF
#> 8117      ZAF
#> 8118      ZAF
#> 8119      ZAF
#> 8120      ZAF
#> 8121      ZAF
#> 8122      ZAF
#> 8123      ZAF
#> 8124      ZAF
#> 8125      ZAF
#> 8126      ZAF
#> 8127      ZAF
#> 8128      ZAF
#> 8129      ZAF
#> 8130      ZAF
#> 8131      ZAF
#> 8132      ZAF
#> 8133      ZAF
#> 8134      ZAF
#> 8135      ZAF
#> 8136      ZAF
#> 8137      ZAF
#> 8138      ZAF
#> 8139      ZAF
#> 8140      ZAF
#> 8141      ZAF
#> 8142      ZAF
#> 8143      ZAF
#> 8144      ZAF
#> 8145      ZAF
#> 8146      ZAF
#> 8147      ZAF
#> 8148      ZAF
#> 8149      ZAF
#> 8150      ZAF
#> 8151      ZAF
#> 8152      ZAF
#> 8153      ZAF
#> 8154      ZAF
#> 8155      ZAF
#> 8156      ZAF
#> 8157      ZAF
#> 8158      ZAF
#> 8159      ZAF
#> 8160      ZAF
#> 8161      ZAF
#> 8162      ZAF
#> 8163      ZAF
#> 8164      ZAF
#> 8165      ZAF
#> 8166      ZAF
#> 8167      ZAF
#> 8168      ZAF
#> 8169      ZAF
#> 8170      ZAF
#> 8171      ZAF
#> 8172      ZAF
#> 8173      ZAF
#> 8174      ZAF
#> 8175      ZAF
#> 8176      ZAF
#> 8177      ZAF
#> 8178      ZAF
#> 8179      ZAF
#> 8180      ZAF
#> 8181      ZAF
#> 8182      ZAF
#> 8183      ZAF
#> 8184      ZAF
#> 8185      ZAF
#> 8186      ZAF
#> 8187      ZAF
#> 8188      ZAF
#> 8189      ZAF
#> 8190      ZAF
#> 8191      ZAF
#> 8192      ZAF
#> 8193      ZAF
#> 8194      ZAF
#> 8195      ZAF
#> 8196      ZAF
#> 8197      ZAF
#> 8198      ZAF
#> 8199      ZAF
#> 8200      ZAF
#> 8201      ZAF
#> 8202      ZAF
#> 8203      ZAF
#> 8204      ZAF
#> 8205      ZAF
#> 8206      ZAF
#> 8207      ZAF
#> 8208      ZAF
#> 8209      ZAF
#> 8210      ZAF
#> 8211      ZAF
#> 8212      ZAF
#> 8213      ZAF
#> 8214      ZAF
#> 8215      ZAF
#> 8216      ZAF
#> 8217      ZAF
#> 8218      ZAF
#> 8219      ZAF
#> 8220      ZAF
#> 8221      ZAF
#> 8222      ZAF
#> 8223      ZAF
#> 8224      ZAF
#> 8225      ZAF
#> 8226      ZAF
#> 8227      ZAF
#> 8228      ZAF
#> 8229      ZAF
#> 8230      ZAF
#> 8231      ZAF
#> 8232      ZAF
#> 8233      ZAF
#> 8234      ZAF
#> 8235      ZAF
#> 8236      ZAF
#> 8237      ZAF
#> 8238      ZAF
#> 8239      ZAF
#> 8240      ZAF
#> 8241      ZAF
#> 8242      ZAF
#> 8243      ZAF
#> 8244      ZAF
#> 8245      ZAF
#> 8246      ZAF
#> 8247      ZAF
#> 8248      ZAF
#> 8249      ZAF
#> 8250      ZAF
#> 8251      ZAF
#> 8252      ZAF
#> 8253      ZAF
#> 8254      ZAF
#> 8255      ZAF
#> 8256      ZAF
#> 8257      ZAF
#> 8258      ZAF
#> 8259      ZAF
#> 8260      ZAF
#> 8261      ZAF
#> 8262      ZAF
#> 8263      ZAF
#> 8264      ZAF
#> 8265      ZAF
#> 8266      ZAF
#> 8267      ZAF
#> 8268      ZAF
#> 8269      ZAF
#> 8270      ZAF
#> 8271      ZAF
#> 8272      ZAF
#> 8273      ZAF
#> 8274      ZAF
#> 8275      ZAF
#> 8276      ZAF
#> 8277      ZAF
#> 8278      ZAF
#> 8279      ZAF
#> 8280      ZAF
#> 8281      ZAF
#> 8282      ZAF
#> 8283      ZAF
#> 8284      ZAF
#> 8285      ZAF
#> 8286      ZAF
#> 8287      ZAF
#> 8288      ZAF
#> 8289      ZAF
#> 8290      ZAF
#> 8291      ZAF
#> 8292      ZAF
#> 8293      ZAF
#> 8294      ZAF
#> 8295      ZAF
#> 8296      ZAF
#> 8297      ZAF
#> 8298      ZAF
#> 8299      ZAF
#> 8300      ZAF
#> 8301      ZAF
#> 8302      ZAF
#> 8303      ZAF
#> 8304      ZAF
#> 8305      ZAF
#> 8306      ZAF
#> 8307      ZAF
#> 8308      ZAF
#> 8309      ZAF
#> 8310      ZAF
#> 8311      ZAF
#> 8312      ZAF
#> 8313      ZAF
#> 8314      ZAF
#> 8315      ZAF
#> 8316      ZAF
#> 8317      ZAF
#> 8318      ZAF
#> 8319      ZAF
#> 8320      ZAF
#> 8321      ZAF
#> 8322      ZAF
#> 8323      ZAF
#> 8324      ZAF
#> 8325      ZAF
#> 8326      ZAF
#> 8327      ZAF
#> 8328      ZAF
#> 8329      ZAF
#> 8330      ZAF
#> 8331      ZAF
#> 8332      ZAF
#> 8333      ZAF
#> 8334      ZAF
#> 8335      ZAF
#> 8336      ZAF
#> 8337      ZAF
#> 8338      ZAF
#> 8339      ZAF
#> 8340      ZAF
#> 8341      ZAF
#> 8342      ZAF
#> 8343      ZAF
#> 8344      ZAF
#> 8345      ZAF
#> 8346      ZAF
#> 8347      ZAF
#> 8348      ZAF
#> 8349      ZAF
#> 8350      ZAF
#> 8351      ZAF
#> 8352      ZAF
#> 8353      ZAF
#> 8354      ZAF
#> 8355      ZAF
#> 8356      ZAF
#> 8357      ZAF
#> 8358      ZAF
#> 8359      ZAF
#> 8360      ZAF
#> 8361      ZAF
#> 8362      ZAF
#> 8363      ZAF
#> 8364      ZAF
#> 8365      ZAF
#> 8366      ZAF
#> 8367      ZAF
#> 8368      ZAF
#> 8369      ZAF
#> 8370      ZAF
#> 8371      ZAF
#> 8372      ZAF
#> 8373      ZAF
#> 8374      ZAF
#> 8375      ZAF
#> 8376      ZAF
#> 8377      ZAF
#> 8378      ZAF
#> 8379      ZAF
#> 8380      ZAF
#> 8381      ZAF
#> 8382      ZAF
#> 8383      ZAF
#> 8384      ZAF
#> 8385      ZAF
#> 8386      ZAF
#> 8387      ZAF
#> 8388      ZAF
#> 8389      ZAF
#> 8390      ZAF
#> 8391      ZAF
#> 8392      ZAF
#> 8393      ZAF
#> 8394      ZAF
#> 8395      ZAF
#> 8396      ZAF
#> 8397      ZAF
#> 8398      ZAF
#> 8399      ZAF
#> 8400      ZAF
#> 8401      ZAF
#> 8402      ZAF
#> 8403      ZAF
#> 8404      ZAF
#> 8405      ZAF
#> 8406      ZAF
#> 8407      ZAF
#> 8408      ZAF
#> 8409      ZAF
#> 8410      ZAF
#> 8411      ZAF
#> 8412      ZAF
#> 8413      ZAF
#> 8414      ZAF
#> 8415      ZAF
#> 8416      ZAF
#> 8417      ZAF
#> 8418      ZAF
#> 8419      ZAF
#> 8420      ZAF
#> 8421      ZAF
#> 8422      ZAF
#> 8423      ZAF
#> 8424      ZAF
#> 8425      ZAF
#> 8426      ZAF
#> 8427      ZAF
#> 8428      ZAF
#> 8429      ZAF
#> 8430      ZAF
#> 8431      ZAF
#> 8432      ZAF
#> 8433      ZAF
#> 8434      ZAF
#> 8435      ZAF
#> 8436      ZAF
#> 8437      ZAF
#> 8438      ZAF
#> 8439      ZAF
#> 8440      ZAF
#> 8441      ZAF
#> 8442      ZAF
#> 8443      ZAF
#> 8444      ZAF
#> 8445      ZAF
#> 8446      ZAF
#> 8447      ZAF
#> 8448      ZAF
#> 8449      ZAF
#> 8450      ZAF
#> 8451      ZAF
#> 8452      ZAF
#> 8453      ZAF
#> 8454      ZAF
#> 8455      ZAF
#> 8456      ZAF
#> 8457      ZAF
#> 8458      ZAF
#> 8459      ZAF
#> 8460      ZAF
#> 8461      ZAF
#> 8462      ZAF
#> 8463      ZAF
#> 8464      ZAF
#> 8465      ZAF
#> 8466      ZAF
#> 8467      ZAF
#> 8468      ZAF
#> 8469      ZAF
#> 8470      ZAF
#> 8471      ZAF
#> 8472      ZAF
#> 8473      ZAF
#> 8474      ZAF
#> 8475      ZAF
#> 8476      ZAF
#> 8477      ZAF
#> 8478      ZAF
#> 8479      ZAF
#> 8480      ZAF
#> 8481      ZAF
#> 8482      ZAF
#> 8483      ZAF
#> 8484      ZAF
#> 8485      ZAF
#> 8486      ZAF
#> 8487      ZAF
#> 8488      ZAF
#> 8489      ZAF
#> 8490      ZAF
#> 8491      ZAF
#> 8492      ZAF
#> 8493      ZAF
#> 8494      ZAF
#> 8495      ZAF
#> 8496      ZAF
#> 8497      ZAF
#> 8498      ZAF
#> 8499      ZAF
#> 8500      ZAF
#> 8501      ZAF
#> 8502      ZAF
#> 8503      ZAF
#> 8504      ZAF
#> 8505      ZAF
#> 8506      ZAF
#> 8507      ZAF
#> 8508      ZAF
#> 8509      ZAF
#> 8510      ZAF
#> 8511      ZAF
#> 8512      ZAF
#> 8513      ZAF
#> 8514      ZAF
#> 8515      ZAF
#> 8516      ZAF
#> 8517      ZAF
#> 8518      ZAF
#> 8519      ZAF
#> 8520      ZAF
#> 8521      ZAF
#> 8522      ZAF
#> 8523      ZAF
#> 8524      ZAF
#> 8525      ZAF
#> 8526      ZAF
#> 8527      ZAF
#> 8528      ZAF
#> 8529      ZAF
#> 8530      ZAF
#> 8531      ZAF
#> 8532      ZAF
#> 8533      ZAF
#> 8534      ZAF
#> 8535      ZAF
#> 8536      ZAF
#> 8537      ZAF
#> 8538      ZAF
#> 8539      ZAF
#> 8540      ZAF
#> 8541      ZAF
#> 8542      ZAF
#> 8543      ZAF
#> 8544      ZAF
#> 8545      ZAF
#> 8546      ZAF
#> 8547      ZAF
#> 8548      ZAF
#> 8549      ZAF
#> 8550      ZAF
#> 8551      ZAF
#> 8552      ZAF
#> 8553      ZAF
#> 8554      ZAF
#> 8555      ZAF
#> 8556      ZAF
#> 8557      ZAF
#> 8558      ZAF
#> 8559      ZAF
#> 8560      ZAF
#> 8561      ZAF
#> 8562      ZAF
#> 8563      ZAF
#> 8564      ZAF
#> 8565      ZAF
#> 8566      ZAF
#> 8567      ZAF
#> 8568      ZAF
#> 8569      ZAF
#> 8570      ZAF
#> 8571      ZAF
#> 8572      ZAF
#> 8573      ZAF
#> 8574      ZAF
#> 8575      ZAF
#> 8576      ZAF
#> 8577      ZAF
#> 8578      ZAF
#> 8579      ZAF
#> 8580      ZAF
#> 8581      ZAF
#> 8582      ZAF
#> 8583      ZAF
#> 8584      ZAF
#> 8585      ZAF
#> 8586      ZAF
#> 8587      ZAF
#> 8588      ZAF
#> 8589      ZAF
#> 8590      ZAF
#> 8591      ZAF
#> 8592      ZAF
#> 8593      ZAF
#> 8594      ZAF
#> 8595      ZAF
#> 8596      ZAF
#> 8597      ZAF
#> 8598      ZAF
#> 8599      ZAF
#> 8600      ZAF
#> 8601      ZAF
#> 8602      ZAF
#> 8603      ZAF
#> 8604      ZAF
#> 8605      ZAF
#> 8606      ZAF
#> 8607      ZAF
#> 8608      ZAF
#> 8609      ZAF
#> 8610      ZAF
#> 8611      ZAF
#> 8612      ZAF
#> 8613      ZAF
#> 8614      ZAF
#> 8615      ZAF
#> 8616      ZAF
#> 8617      ZAF
#> 8618      ZAF
#> 8619      ZAF
#> 8620      ZAF
#> 8621      ZAF
#> 8622      ZAF
#> 8623      ZAF
#> 8624      ZAF
#> 8625      ZAF
#> 8626      ZAF
#> 8627      ZAF
#> 8628      ZAF
#> 8629      ZAF
#> 8630      ZAF
#> 8631      ZAF
#> 8632      ZAF
#> 8633      ZAF
#> 8634      ZAF
#> 8635      ZAF
#> 8636      ZAF
#> 8637      ZAF
#> 8638      ZAF
#> 8639      ZAF
#> 8640      ZAF
#> 8641      ZAF
#> 8642      ZAF
#> 8643      ZAF
#> 8644      ZAF
#> 8645      ZAF
#> 8646      ZAF
#> 8647      ZAF
#> 8648      ZAF
#> 8649      ZAF
#> 8650      ZAF
#> 8651      ZAF
#> 8652      ZAF
#> 8653      ZAF
#> 8654      ZAF
#> 8655      ZAF
#> 8656      ZAF
#> 8657      ZAF
#> 8658      ZAF
#> 8659      ZAF
#> 8660      ZAF
#> 8661      ZAF
#> 8662      ZAF
#> 8663      ZAF
#> 8664      ZAF
#> 8665      ZAF
#> 8666      ZAF
#> 8667      ZAF
#> 8668      ZAF
#> 8669      ZAF
#> 8670      ZAF
#> 8671      ZAF
#> 8672      ZAF
#> 8673      ZAF
#> 8674      ZAF
#> 8675      ZAF
#> 8676      ZAF
#> 8677      ZAF
#> 8678      ZAF
#> 8679      ZAF
#> 8680      ZAF
#> 8681      ZAF
#> 8682      ZAF
#> 8683      ZAF
#> 8684      ZAF
#> 8685      ZAF
#> 8686      ZAF
#> 8687      ZAF
#> 8688      ZAF
#> 8689      ZAF
#> 8690      ZAF
#> 8691      ZAF
#> 8692      ZAF
#> 8693      ZAF
#> 8694      ZAF
#> 8695      ZAF
#> 8696      ZAF
#> 8697      ZAF
#> 8698      ZAF
#> 8699      ZAF
#> 8700      ZAF
#> 8701      ZAF
#> 8702      ZAF
#> 8703      ZAF
#> 8704      ZAF
#> 8705      ZAF
#> 8706      ZAF
#> 8707      ZAF
#> 8708      ZAF
#> 8709      ZAF
#> 8710      ZAF
#> 8711      ZAF
#> 8712      ZAF
#> 8713      ZAF
#> 8714      ZAF
#> 8715      ZAF
#> 8716      ZAF
#> 8717      ZAF
#> 8718      ZAF
#> 8719      ZAF
#> 8720      ZAF
#> 8721      ZAF
#> 8722      ZAF
#> 8723      ZAF
#> 8724      ZAF
#> 8725      ZAF
#> 8726      ZAF
#> 8727      ZAF
#> 8728      ZAF
#> 8729      ZAF
#> 8730      ZAF
#> 8731      ZAF
#> 8732      ZAF
#> 8733      ZAF
#> 8734      ZAF
#> 8735      ZAF
#> 8736      ZAF
#> 8737      ZAF
#> 8738      ZAF
#> 8739      ZAF
#> 8740      ZAF
#> 8741      ZAF
#> 8742      ZAF
#> 8743      ZAF
#> 8744      ZAF
#> 8745      ZAF
#> 8746      ZAF
#> 8747      ZAF
#> 8748      ZAF
#> 8749      ZAF
#> 8750      ZAF
#> 8751      ZAF
#> 8752      ZAF
#> 8753      ZAF
#> 8754      ZAF
#> 8755      ZAF
#> 8756      ZAF
#> 8757      ZAF
#> 8758      ZAF
#> 8759      ZAF
#> 8760      ZAF
#> 8761      ZAF
#> 8762      ZAF
#> 8763      ZAF
#> 8764      ZAF
#> 8765      ZAF
#> 8766      ZAF
#> 8767      ZAF
#> 8768      ZAF
#> 8769      ZAF
#> 8770      ZAF
#> 8771      ZAF
#> 8772      ZAF
#> 8773      ZAF
#> 8774      ZAF
#> 8775      ZAF
#> 8776      ZAF
#> 8777      ZAF
#> 8778      ZAF
#> 8779      ZAF
#> 8780      ZAF
#> 8781      ZAF
#> 8782      ZAF
#> 8783      ZAF
#> 8784      ZAF
#> 8785      ZAF
#> 8786      ZAF
#> 8787      ZAF
#> 8788      ZAF
#> 8789      ZAF
#> 8790      ZAF
#> 8791      ZAF
#> 8792      ZAF
#> 8793      ZAF
#> 8794      ZAF
#> 8795      ZAF
#> 8796      ZAF
#> 8797      ZAF
#> 8798      ZAF
#> 8799      ZAF
#> 8800      ZAF
#> 8801      ZAF
#> 8802      ZAF
#> 8803      ZAF
#> 8804      ZAF
#> 8805      ZAF
#> 8806      ZAF
#> 8807      ZAF
#> 8808      ZAF
#> 8809      ZAF
#> 8810      ZAF
#> 8811      ZAF
#> 8812      ZAF
#> 8813      ZAF
#> 8814      ZAF
#> 8815      ZAF
#> 8816      ZAF
#> 8817      ZAF
#> 8818      ZAF
#> 8819      ZAF
#> 8820      ZAF
#> 8821      ZAF
#> 8822      ZAF
#> 8823      ZAF
#> 8824      ZAF
#> 8825      ZAF
#> 8826      ZAF
#> 8827      ZAF
#> 8828      ZAF
#> 8829      ZAF
#> 8830      ZAF
#> 8831      ZAF
#> 8832      ZAF
#> 8833      ZAF
#> 8834      ZAF
#> 8835      ZAF
#> 8836      ZAF
#> 8837      ZAF
#> 8838      ZAF
#> 8839      ZAF
#> 8840      ZAF
#> 8841      ZAF
#> 8842      ZAF
#> 8843      ZAF
#> 8844      ZAF
#> 8845      ZAF
#> 8846      ZAF
#> 8847      ZAF
#> 8848      ZAF
#> 8849      ZAF
#> 8850      ZAF
#> 8851      ZAF
#> 8852      ZAF
#> 8853      ZAF
#> 8854      ZAF
#> 8855      ZAF
#> 8856      ZAF
#> 8857      ZAF
#> 8858      ZAF
#> 8859      ZAF
#> 8860      ZAF
#> 8861      ZAF
#> 8862      ZAF
#> 8863      ZAF
#> 8864      ZAF
#> 8865      ZAF
#> 8866      ZAF
#> 8867      ZAF
#> 8868      ZAF
#> 8869      ZAF
#> 8870      ZAF
#> 8871      ZAF
#> 8872      ZAF
#> 8873      ZAF
#> 8874      ZAF
#> 8875      ZAF
#> 8876      ZAF
#> 8877      ZAF
#> 8878      ZAF
#> 8879      ZAF
#> 8880      ZAF
#> 8881      ZAF
#> 8882      ZAF
#> 8883      ZAF
#> 8884      ZAF
#> 8885      ZAF
#> 8886      ZAF
#> 8887      ZAF
#> 8888      ZAF
#> 8889      ZAF
#> 8890      ZAF
#> 8891      ZAF
#> 8892      ZAF
#> 8893      ZAF
#> 8894      ZAF
#> 8895      ZAF
#> 8896      ZAF
#> 8897      ZAF
#> 8898      ZAF
#> 8899      ZAF
#> 8900      ZAF
#> 8901      ZAF
#> 8902      ZAF
#> 8903      ZAF
#> 8904      ZAF
#> 8905      ZAF
#> 8906      ZAF
#> 8907      ZAF
#> 8908      ZAF
#> 8909      ZAF
#> 8910      ZAF
#> 8911      ZAF
#> 8912      ZAF
#> 8913      ZAF
#> 8914      ZAF
#> 8915      ZAF
#> 8916      ZAF
#> 8917      ZAF
#> 8918      ZAF
#> 8919      ZAF
#> 8920      ZAF
#> 8921      ZAF
#> 8922      ZAF
#> 8923      ZAF
#> 8924      ZAF
#> 8925      ZAF
#> 8926      ZAF
#> 8927      ZAF
#> 8928      ZAF
#> 8929      ZAF
#> 8930      ZAF
#> 8931      ZAF
#> 8932      ZAF
#> 8933      ZAF
#> 8934      ZAF
#> 8935      ZAF
#> 8936      ZAF
#> 8937      ZAF
#> 8938      ZAF
#> 8939      ZAF
#> 8940      ZAF
#> 8941      ZAF
#> 8942      ZAF
#> 8943      ZAF
#> 8944      ZAF
#> 8945      ZAF
#> 8946      ZAF
#> 8947      ZAF
#> 8948      ZAF
#> 8949      ZAF
#> 8950      ZAF
#> 8951      ZAF
#> 8952      ZAF
#> 8953      ZAF
#> 8954      ZAF
#> 8955      ZAF
#> 8956      ZAF
#> 8957      ZAF
#> 8958      ZAF
#> 8959      ZAF
#> 8960      ZAF
#> 8961      ZAF
#> 8962      ZAF
#> 8963      ZAF
#> 8964      ZAF
#> 8965      ZAF
#> 8966      ZAF
#> 8967      ZAF
#> 8968      ZAF
#> 8969      ZAF
#> 8970      ZAF
#> 8971      ZAF
#> 8972      ZAF
#> 8973      ZAF
#> 8974      ZAF
#> 8975      ZAF
#> 8976      ZAF
#> 8977      ZAF
#> 8978      ZAF
#> 8979      ZAF
#> 8980      ZAF
#> 8981      ZAF
#> 8982      ZAF
#> 8983      ZAF
#> 8984      ZAF
#> 8985      ZAF
#> 8986      ZAF
#> 8987      ZAF
#> 8988      ZAF
#> 8989      ZAF
#> 8990      ZAF
#> 8991      ZAF
#> 8992      ZAF
#> 8993      ZAF
#> 8994      ZAF
#> 8995      ZAF
#> 8996      ZAF
#> 8997      ZAF
#> 8998      ZAF
#> 8999      ZAF
#> 9000      ZAF
#> 9001      ZAF
#> 9002      ZAF
#> 9003      ZAF
#> 9004      ZAF
#> 9005      ZAF
#> 9006      ZAF
#> 9007      ZAF
#> 9008      ZAF
#> 9009      ZAF
#> 9010      ZAF
#> 9011      ZAF
#> 9012      ZAF
#> 9013      ZAF
#> 9014      ZAF
#> 9015      ZAF
#> 9016      ZAF
#> 9017      ZAF
#> 9018      ZAF
#> 9019      ZAF
#> 9020      ZAF
#> 9021      ZAF
#> 9022      ZAF
#> 9023      ZAF
#> 9024      ZAF
#> 9025      ZAF
#> 9026      ZAF
#> 9027      ZAF
#> 9028      ZAF
#> 9029      ZAF
#> 9030      ZAF
#> 9031      ZAF
#> 9032      ZAF
#> 9033      ZAF
#> 9034      ZAF
#> 9035      ZAF
#> 9036      ZAF
#> 9037      ZAF
#> 9038      ZAF
#> 9039      ZAF
#> 9040      ZAF
#> 9041      ZAF
#> 9042      ZAF
#> 9043      ZAF
#> 9044      ZAF
#> 9045      ZAF
#> 9046      ZAF
#> 9047      ZAF
#> 9048      ZAF
#> 9049      ZAF
#> 9050      ZAF
#> 9051      ZAF
#> 9052      ZAF
#> 9053      ZAF
#> 9054      ZAF
#> 9055      ZAF
#> 9056      ZAF
#> 9057      ZAF
#> 9058      ZAF
#> 9059      ZAF
#> 9060      ZAF
#> 9061      ZAF
#> 9062      ZAF
#> 9063      ZAF
#> 9064      ZAF
#> 9065      ZAF
#> 9066      ZAF
#> 9067      ZAF
#> 9068      ZAF
#> 9069      ZAF
#> 9070      ZAF
#> 9071      ZAF
#> 9072      ZAF
#> 9073      ZAF
#> 9074      ZAF
#> 9075      ZAF
#> 9076      ZAF
#> 9077      ZAF
#> 9078      ZAF
#> 9079      ZAF
#> 9080      ZAF
#> 9081      ZAF
#> 9082      ZAF
#> 9083      ZAF
#> 9084      ZAF
#> 9085      ZAF
#> 9086      ZAF
#> 9087      ZAF
#> 9088      ZAF
#> 9089      ZAF
#> 9090      ZAF
#> 9091      ZAF
#> 9092      ZAF
#> 9093      ZAF
#> 9094      ZAF
#> 9095      ZAF
#> 9096      ZAF
#> 9097      ZAF
#> 9098      ZAF
#> 9099      ZAF
#> 9100      ZAF
#> 9101      ZAF
#> 9102      ZAF
#> 9103      ZAF
#> 9104      ZAF
#> 9105      ZAF
#> 9106      ZAF
#> 9107      ZAF
#> 9108      ZAF
#> 9109      ZAF
#> 9110      ZAF
#> 9111      ZAF
#> 9112      ZAF
#> 9113      ZAF
#> 9114      ZAF
#> 9115      ZAF
#> 9116      ZAF
#> 9117      ZAF
#> 9118      ZAF
#> 9119      ZAF
#> 9120      ZAF
#> 9121      ZAF
#> 9122      ZAF
#> 9123      ZAF
#> 9124      ZAF
#> 9125      ZAF
#> 9126      ZAF
#> 9127      ZAF
#> 9128      ZAF
#> 9129      ZAF
#> 9130      ZAF
#> 9131      ZAF
#> 9132      ZAF
#> 9133      ZAF
#> 9134      ZAF
#> 9135      ZAF
#> 9136      ZAF
#> 9137      ZAF
#> 9138      ZAF
#> 9139      ZAF
#> 9140      ZAF
#> 9141      ZAF
#> 9142      ZAF
#> 9143      ZAF
#> 9144      ZAF
#> 9145      ZAF
#> 9146      ZAF
#> 9147      ZAF
#> 9148      ZAF
#> 9149      ZAF
#> 9150      ZAF
#> 9151      ZAF
#> 9152      ZAF
#> 9153      ZAF
#> 9154      ZAF
#> 9155      ZAF
#> 9156      ZAF
#> 9157      ZAF
#> 9158      ZAF
#> 9159      ZAF
#> 9160      ZAF
#> 9161      ZAF
#> 9162      ZAF
#> 9163      ZAF
#> 9164      ZAF
#> 9165      ZAF
#> 9166      ZAF
#> 9167      ZAF
#> 9168      ZAF
#> 9169      ZAF
#> 9170      ZAF
#> 9171      ZAF
#> 9172      ZAF
#> 9173      ZAF
#> 9174      ZAF
#> 9175      ZAF
#> 9176      ZAF
#> 9177      ZAF
#> 9178      ZAF
#> 9179      ZAF
#> 9180      ZAF
#> 9181      ZAF
#> 9182      ZAF
#> 9183      ZAF
#> 9184      ZAF
#> 9185      ZAF
#> 9186      ZAF
#> 9187      ZAF
#> 9188      ZAF
#> 9189      ZAF
#> 9190      ZAF
#> 9191      ZAF
#> 9192      ZAF
#> 9193      ZAF
#> 9194      ZAF
#> 9195      ZAF
#> 9196      ZAF
#> 9197      ZAF
#> 9198      ZAF
#> 9199      ZAF
#> 9200      ZAF
#> 9201      ZAF
#> 9202      ZAF
#> 9203      ZAF
#> 9204      ZAF
#> 9205      ZAF
#> 9206      ZAF
#> 9207      ZAF
#> 9208      ZAF
#> 9209      ZAF
#> 9210      ZAF
#> 9211      ZAF
#> 9212      ZAF
#> 9213      ZAF
#> 9214      ZAF
#> 9215      ZAF
#> 9216      ZAF
#> 9217      ZAF
#> 9218      ZAF
#> 9219      ZAF
#> 9220      ZAF
#> 9221      ZAF
#> 9222      ZAF
#> 9223      ZAF
#> 9224      ZAF
#> 9225      ZAF
#> 9226      ZAF
#> 9227      ZAF
#> 9228      ZAF
#> 9229      ZAF
#> 9230      ZAF
#> 9231      ZAF
#> 9232      ZAF
#> 9233      ZAF
#> 9234      ZAF
#> 9235      ZAF
#> 9236      ZAF
#> 9237      ZAF
#> 9238      ZAF
#> 9239      ZAF
#> 9240      ZAF
#> 9241      ZAF
#> 9242      ZAF
#> 9243      ZAF
#> 9244      ZAF
#> 9245      ZAF
#> 9246      ZAF
#> 9247      ZAF
#> 9248      ZAF
#> 9249      ZAF
#> 9250      ZAF
#> 9251      ZAF
#> 9252      ZAF
#> 9253      ZAF
#> 9254      ZAF
#> 9255      ZAF
#> 9256      ZAF
#> 9257      ZAF
#> 9258      ZAF
#> 9259      ZAF
#> 9260      ZAF
#> 9261      ZAF
#> 9262      ZAF
#> 9263      ZAF
#> 9264      ZAF
#> 9265      ZAF
#> 9266      ZAF
#> 9267      ZAF
#> 9268      ZAF
#> 9269      ZAF
#> 9270      ZAF
#> 9271      ZAF
#> 9272      ZAF
#> 9273      ZAF
#> 9274      ZAF
#> 9275      ZAF
#> 9276      ZAF
#> 9277      ZAF
#> 9278      ZAF
#> 9279      ZAF
#> 9280      ZAF
#> 9281      ZAF
#> 9282      ZAF
#> 9283      ZAF
#> 9284      ZAF
#> 9285      ZAF
#> 9286      ZAF
#> 9287      ZAF
#> 9288      ZAF
#> 9289      ZAF
#> 9290      ZAF
#> 9291      ZAF
#> 9292      ZAF
#> 9293      ZAF
#> 9294      ZAF
#> 9295      ZAF
#> 9296      ZAF
#> 9297      ZAF
#> 9298      ZAF
#> 9299      ZAF
#> 9300      ZAF
#> 9301      ZAF
#> 9302      ZAF
#> 9303      ZAF
#> 9304      ZAF
#> 9305      ZAF
#> 9306      ZAF
#> 9307      ZAF
#> 9308      ZAF
#> 9309      ZAF
#> 9310      ZAF
#> 9311      ZAF
#> 9312      ZAF
#> 9313      ZAF
#> 9314      ZAF
#> 9315      ZAF
#> 9316      ZAF
#> 9317      ZAF
#> 9318      ZAF
#> 9319      ZAF
#> 9320      ZAF
#> 9321      ZAF
#> 9322      ZAF
#> 9323      ZAF
#> 9324      ZAF
#> 9325      ZAF
#> 9326      ZAF
#> 9327      ZAF
#> 9328      ZAF
#> 9329      ZAF
#> 9330      ZAF
#> 9331      ZAF
#> 9332      ZAF
#> 9333      ZAF
#> 9334      ZAF
#> 9335      ZAF
#> 9336      ZAF
#> 9337      ZAF
#> 9338      ZAF
#> 9339      ZAF
#> 9340      ZAF
#> 9341      ZAF
#> 9342      ZAF
#> 9343      ZAF
#> 9344      ZAF
#> 9345      ZAF
#> 9346      ZAF
#> 9347      ZAF
#> 9348      ZAF
#> 9349      ZAF
#> 9350      ZAF
#> 9351      ZAF
#> 9352      ZAF
#> 9353      ZAF
#> 9354      ZAF
#> 9355      ZAF
#> 9356      ZAF
#> 9357      ZAF
#> 9358      ZAF
#> 9359      ZAF
#> 9360      ZAF
#> 9361      ZAF
#> 9362      ZAF
#> 9363      ZAF
#> 9364      ZAF
#> 9365      ZAF
#> 9366      ZAF
#> 9367      ZAF
#> 9368      ZAF
#> 9369      ZAF
#> 9370      ZAF
#> 9371      ZAF
#> 9372      ZAF
#> 9373      ZAF
#> 9374      ZAF
#> 9375      ZAF
#> 9376      ZAF
#> 9377      ZAF
#> 9378      ZAF
#> 9379      ZAF
#> 9380      ZAF
#> 9381      ZAF
#> 9382      ZAF
#> 9383      ZAF
#> 9384      ZAF
#> 9385      ZAF
#> 9386      ZAF
#> 9387      ZAF
#> 9388      ZAF
#> 9389      ZAF
#> 9390      ZAF
#> 9391      ZAF
#> 9392      ZAF
#> 9393      ZAF
#> 9394      ZAF
#> 9395      ZAF
#> 9396      ZAF
#> 9397      ZAF
#> 9398      ZAF
#> 9399      ZAF
#> 9400      ZAF
#> 9401      ZAF
#> 9402      ZAF
#> 9403      ZAF
#> 9404      ZAF
#> 9405      ZAF
#> 9406      ZAF
#> 9407      ZAF
#> 9408      ZAF
#> 9409      ZAF
#> 9410      ZAF
#> 9411      ZAF
#> 9412      ZAF
#> 9413      ZAF
#> 9414      ZAF
#> 9415      ZAF
#> 9416      ZAF
#> 9417      ZAF
#> 9418      ZAF
#> 9419      ZAF
#> 9420      ZAF
#> 9421      ZAF
#> 9422      ZAF
#> 9423      ZAF
#> 9424      ZAF
#> 9425      ZAF
#> 9426      ZAF
#> 9427      ZAF
#> 9428      ZAF
#> 9429      ZAF
#> 9430      ZAF
#> 9431      ZAF
#> 9432      ZAF
#> 9433      ZAF
#> 9434      ZAF
#> 9435      ZAF
#> 9436      ZAF
#> 9437      ZAF
#> 9438      ZAF
#> 9439      ZAF
#> 9440      ZAF
#> 9441      ZAF
#> 9442      ZAF
#> 9443      ZAF
#> 9444      ZAF
#> 9445      ZAF
#> 9446      ZAF
#> 9447      ZAF
#> 9448      ZAF
#> 9449      ZAF
#> 9450      ZAF
#> 9451      ZAF
#> 9452      ZAF
#> 9453      ZAF
#> 9454      ZAF
#> 9455      ZAF
#> 9456      ZAF
#> 9457      ZAF
#> 9458      ZAF
#> 9459      ZAF
#> 9460      ZAF
#> 9461      ZAF
#> 9462      ZAF
#> 9463      ZAF
#> 9464      ZAF
#> 9465      ZAF
#> 9466      ZAF
#> 9467      ZAF
#> 9468      ZAF
#> 9469      ZAF
#> 9470      ZAF
#> 9471      ZAF
#> 9472      ZAF
#> 9473      ZAF
#> 9474      ZAF
#> 9475      ZAF
#> 9476      ZAF
#> 9477      ZAF
#> 9478      ZAF
#> 9479      ZAF
#> 9480      ZAF
#> 9481      ZAF
#> 9482      ZAF
#> 9483      ZAF
#> 9484      ZAF
#> 9485      ZAF
#> 9486      ZAF
#> 9487      ZAF
#> 9488      ZAF
#> 9489      ZAF
#> 9490      ZAF
#> 9491      ZAF
#> 9492      ZAF
#> 9493      ZAF
#> 9494      ZAF
#> 9495      ZAF
#> 9496      ZAF
#> 9497      ZAF
#> 9498      ZAF
#> 9499      ZAF
#> 9500      ZAF
#> 9501      ZAF
#> 9502      ZAF
#> 9503      ZAF
#> 9504      ZAF
#> 9505      ZAF
#> 9506      ZAF
#> 9507      ZAF
#> 9508      ZAF
#> 9509      ZAF
#> 9510      ZAF
#> 9511      ZAF
#> 9512      ZAF
#> 9513      ZAF
#> 9514      ZAF
#> 9515      ZAF
#> 9516      ZAF
#> 9517      ZAF
#> 9518      ZAF
#> 9519      ZAF
#> 9520      ZAF
#> 9521      ZAF
#> 9522      ZAF
#> 9523      ZAF
#> 9524      ZAF
#> 9525      ZAF
#> 9526      ZAF
#> 9527      ZAF
#> 9528      ZAF
#> 9529      ZAF
#> 9530      ZAF
#> 9531      ZAF
#> 9532      ZAF
#> 9533      ZAF
#> 9534      ZAF
#> 9535      ZAF
#> 9536      ZAF
#> 9537      ZAF
#> 9538      ZAF
#> 9539      ZAF
#> 9540      ZAF
#> 9541      ZAF
#> 9542      ZAF
#> 9543      ZAF
#> 9544      ZAF
#> 9545      ZAF
#> 9546      ZAF
#> 9547      ZAF
#> 9548      ZAF
#> 9549      ZAF
#> 9550      ZAF
#> 9551      ZAF
#> 9552      ZAF
#> 9553      ZAF
#> 9554      ZAF
#> 9555      ZAF
#> 9556      ZAF
#> 9557      ZAF
#> 9558      ZAF
#> 9559      ZAF
#> 9560      ZAF
#> 9561      ZAF
#> 9562      ZAF
#> 9563      ZAF
#> 9564      ZAF
#> 9565      ZAF
#> 9566      ZAF
#> 9567      ZAF
#> 9568      ZAF
#> 9569      ZAF
#> 9570      ZAF
#> 9571      ZAF
#> 9572      ZAF
#> 9573      ZAF
#> 9574      ZAF
#> 9575      ZAF
#> 9576      ZAF
#> 9577      ZAF
#> 9578      ZAF
#> 9579      ZAF
#> 9580      ZAF
#> 9581      ZAF
#> 9582      ZAF
#> 9583      ZAF
#> 9584      ZAF
#> 9585      ZAF
#> 9586      ZAF
#> 9587      ZAF
#> 9588      ZAF
#> 9589      ZAF
#> 9590      ZAF
#> 9591      ZAF
#> 9592      ZAF
#> 9593      ZAF
#> 9594      ZAF
#> 9595      ZAF
#> 9596      ZAF
#> 9597      ZAF
#> 9598      ZAF
#> 9599      ZAF
#> 9600      ZAF
#> 9601      ZAF
#> 9602      ZAF
#> 9603      ZAF
#> 9604      ZAF
#> 9605      ZAF
#> 9606      ZAF
#> 9607      ZAF
#> 9608      ZAF
#> 9609      ZAF
#> 9610      ZAF
#> 9611      ZAF
#> 9612      ZAF
#> 9613      ZAF
#> 9614      ZAF
#> 9615      ZAF
#> 9616      ZAF
#> 9617      ZAF
#> 9618      ZAF
#> 9619      ZAF
#> 9620      ZAF
#> 9621      ZAF
#> 9622      ZAF
#> 9623      ZAF
#> 9624      ZAF
#> 9625      ZAF
#> 9626      ZAF
#> 9627      ZAF
#> 9628      ZAF
#> 9629      ZAF
#> 9630      ZAF
#> 9631      ZAF
#> 9632      ZAF
#> 9633      ZAF
#> 9634      ZAF
#> 9635      ZAF
#> 9636      ZAF
#> 9637      ZAF
#> 9638      ZAF
#> 9639      ZAF
#> 9640      ZAF
#> 9641      ZAF
#> 9642      ZAF
#> 9643      ZAF
#> 9644      ZAF
#> 9645      ZAF
#> 9646      ZAF
#> 9647      ZAF
#> 9648      ZAF
#> 9649      ZAF
#> 9650      ZAF
#> 9651      ZAF
#> 9652      ZAF
#> 9653      ZAF
#> 9654      ZAF
#> 9655      ZAF
#> 9656      ZAF
#> 9657      ZAF
#> 9658      ZAF
#> 9659      ZAF
#> 9660      ZAF
#> 9661      ZAF
#> 9662      ZAF
#> 9663      ZAF
#> 9664      ZAF
#> 9665      ZAF
#> 9666      ZAF
#> 9667      ZAF
#> 9668      ZAF
#> 9669      ZAF
#> 9670      ZAF
#> 9671      ZAF
#> 9672      ZAF
#> 9673      ZAF
#> 9674      ZAF
#> 9675      ZAF
#> 9676      ZAF
#> 9677      ZAF
#> 9678      ZAF
#> 9679      ZAF
#> 9680      ZAF
#> 9681      ZAF
#> 9682      ZAF
#> 9683      ZAF
#> 9684      ZAF
#> 9685      ZAF
#> 9686      ZAF
#> 9687      ZAF
#> 9688      ZAF
#> 9689      ZAF
#> 9690      ZAF
#> 9691      ZAF
#> 9692      ZAF
#> 9693      ZAF
#> 9694      ZAF
#> 9695      ZAF
#> 9696      ZAF
#> 9697      ZAF
#> 9698      ZAF
#> 9699      ZAF
#> 9700      ZAF
#> 9701      ZAF
#> 9702      ZAF
#> 9703      ZAF
#> 9704      ZAF
#> 9705      ZAF
#> 9706      ZAF
#> 9707      ZAF
#> 9708      ZAF
#> 9709      ZAF
#> 9710      ZAF
#> 9711      ZAF
#> 9712      ZAF
#> 9713      ZAF
#> 9714      ZAF
#> 9715      ZAF
#> 9716      ZAF
#> 9717      ZAF
#> 9718      ZAF
#> 9719      ZAF
#> 9720      ZAF
#> 9721      ZAF
#> 9722      ZAF
#> 9723      ZAF
#> 9724      ZAF
#> 9725      ZAF
#> 9726      ZAF
#> 9727      ZAF
#> 9728      ZAF
#> 9729      ZAF
#> 9730      ZAF
#> 9731      ZAF
#> 9732      ZAF
#> 9733      ZAF
#> 9734      ZAF
#> 9735      ZAF
#> 9736      ZAF
#> 9737      ZAF
#> 9738      ZAF
#> 9739      ZAF
#> 9740      ZAF
#> 9741      ZAF
#> 9742      ZAF
#> 9743      ZAF
#> 9744      ZAF
#> 9745      ZAF
#> 9746      ZAF
#> 9747      ZAF
#> 9748      ZAF
#> 9749      ZAF
#> 9750      ZAF
#> 9751      ZAF
#> 9752      ZAF
#> 9753      ZAF
#> 9754      ZAF
#> 9755      ZAF
#> 9756      ZAF
#> 9757      ZAF
#> 9758      ZAF
#> 9759      ZAF
#> 9760      ZAF
#> 9761      ZAF
#> 9762      ZAF
#> 9763      ZAF
#> 9764      ZAF
#> 9765      ZAF
#> 9766      ZAF
#> 9767      ZAF
#> 9768      ZAF
#> 9769      ZAF
#> 9770      ZAF
#> 9771      ZAF
#> 9772      ZAF
#> 9773      ZAF
#> 9774      ZAF
#> 9775      ZAF
#> 9776      ZAF
#> 9777      ZAF
#> 9778      ZAF
#> 9779      ZAF
#> 9780      ZAF
#> 9781      ZAF
#> 9782      ZAF
#> 9783      ZAF
#> 9784      ZAF
#> 9785      ZAF
#> 9786      ZAF
#> 9787      ZAF
#> 9788      ZAF
#> 9789      ZAF
#> 9790      ZAF
#> 9791      ZAF
#> 9792      ZAF
#> 9793      ZAF
#> 9794      ZAF
#> 9795      ZAF
#> 9796      ZAF
#> 9797      ZAF
#> 9798      ZAF
#> 9799      ZAF
#> 9800      ZAF
#> 9801      ZAF
#> 9802      ZAF
#> 9803      ZAF
#> 9804      ZAF
#> 9805      ZAF
#> 9806      ZAF
#> 9807      ZAF
#> 9808      ZAF
#> 9809      ZAF
#> 9810      ZAF
#> 9811      ZAF
#> 9812      ZAF
#> 9813      ZAF
#> 9814      ZAF
#> 9815      ZAF
#> 9816      ZAF
#> 9817      ZAF
#> 9818      ZAF
#> 9819      ZAF
#> 9820      ZAF
#> 9821      ZAF
#> 9822      ZAF
#> 9823      ZAF
#> 9824      ZAF
#> 9825      ZAF
#> 9826      ZAF
#> 9827      ZAF
#> 9828      ZAF
#> 9829      ZAF
#> 9830      ZAF
#> 9831      ZAF
#> 9832      ZAF
#> 9833      ZAF
#> 9834      ZAF
#> 9835      ZAF
#> 9836      ZAF
#> 9837      ZAF
#> 9838      ZAF
#> 9839      ZAF
#> 9840      ZAF
#> 9841      ZAF
#> 9842      ZAF
#> 9843      ZAF
#> 9844      ZAF
#> 9845      ZAF
#> 9846      ZAF
#> 9847      ZAF
#> 9848      ZAF
#> 9849      ZAF
#> 9850      ZAF
#> 9851      ZAF
#> 9852      ZAF
#> 9853      ZAF
#> 9854      ZAF
#> 9855      ZAF
#> 9856      ZAF
#> 9857      ZAF
#> 9858      ZAF
#> 9859      ZAF
#> 9860      ZAF
#> 9861      ZAF
#> 9862      ZAF
#> 9863      ZAF
#> 9864      ZAF
#> 9865      ZAF
#> 9866      ZAF
#> 9867      ZAF
#> 9868      ZAF
#> 9869      ZAF
#> 9870      ZAF
#> 9871      ZAF
#> 9872      ZAF
#> 9873      ZAF
#> 9874      ZAF
#> 9875      ZAF
#> 9876      ZAF
#> 9877      ZAF
#> 9878      ZAF
#> 9879      ZAF
#> 9880      ZAF
#> 9881      ZAF
#> 9882      ZAF
#> 9883      ZAF
#> 9884      ZAF
#> 9885      ZAF
#> 9886      ZAF
#> 9887      ZAF
#> 9888      ZAF
#> 9889      ZAF
#> 9890      ZAF
#> 9891      ZAF
#> 9892      ZAF
#> 9893      ZAF
#> 9894      ZAF
#> 9895      ZAF
#> 9896      ZAF
#> 9897      ZAF
#> 9898      ZAF
#> 9899      ZAF
#> 9900      ZAF
#> 9901      ZAF
#> 9902      ZAF
#> 9903      ZAF
#> 9904      ZAF
#> 9905      ZAF
#> 9906      ZAF
#> 9907      ZAF
#> 9908      ZAF
#> 9909      ZAF
#> 9910      ZAF
#> 9911      ZAF
#> 9912      ZAF
#> 9913      ZAF
#> 9914      ZAF
#> 9915      ZAF
#> 9916      ZAF
#> 9917      ZAF
#> 9918      ZAF
#> 9919      ZAF
#> 9920      ZAF
#> 9921      ZAF
#> 9922      ZAF
#> 9923      ZAF
#> 9924      ZAF
#> 9925      ZAF
#> 9926      ZAF
#> 9927      ZAF
#> 9928      ZAF
#> 9929      ZAF
#> 9930      ZAF
#> 9931      ZAF
#> 9932      ZAF
#> 9933      ZAF
#> 9934      ZAF
#> 9935      ZAF
#> 9936      ZAF
#> 9937      ZAF
#> 9938      ZAF
#> 9939      ZAF
#> 9940      ZAF
#> 9941      ZAF
#> 9942      ZAF
#> 9943      ZAF
#> 9944      ZAF
#> 9945      ZAF
#> 9946      ZAF
#> 9947      ZAF
#> 9948      ZAF
#> 9949      ZAF
#> 9950      ZAF
#> 9951      ZAF
#> 9952      ZAF
#> 9953      ZAF
#> 9954      ZAF
#> 9955      ZAF
#> 9956      ZAF
#> 9957      ZAF
#> 9958      ZAF
#> 9959      ZAF
#> 9960      ZAF
#> 9961      ZAF
#> 9962      ZAF
#> 9963      ZAF
#> 9964      ZAF
#> 9965      ZAF
#> 9966      ZAF
#> 9967      ZAF
#> 9968      ZAF
#> 9969      ZAF
#> 9970      ZAF
#> 9971      ZAF
#> 9972      ZAF
#> 9973      ZAF
#> 9974      ZAF
#> 9975      ZAF
#> 9976      ZAF
#> 9977      ZAF
#> 9978      ZAF
#> 9979      ZAF
#> 9980      ZAF
#> 9981      ZAF
#> 9982      ZAF
#> 9983      ZAF
#> 9984      ZAF
#> 9985      ZAF
#> 9986      ZAF
#> 9987      ZAF
#> 9988      ZAF
#> 9989      ZAF
#> 9990      ZAF
#> 9991      ZAF
#> 9992      ZAF
#> 9993      ZAF
#> 9994      ZAF
#> 9995      ZAF
#> 9996      ZAF
#> 9997      ZAF
#> 9998      ZAF
#> 9999      ZAF
#> 10000     ZAF
#> 10001     ZAF
#> 10002     ZAF
#> 10003     ZAF
#> 10004     ZAF
#> 10005     ZAF
#> 10006     ZAF
#> 10007     ZAF
#> 10008     ZAF
#> 10009     ZAF
#> 10010     ZAF
#> 10011     ZAF
#> 10012     ZAF
#> 10013     ZAF
#> 10014     ZAF
#> 10015     ZAF
#> 10016     ZAF
#> 10017     ZAF
#> 10018     ZAF
#> 10019     ZAF
#> 10020     ZAF
#> 10021     ZAF
#> 10022     ZAF
#> 10023     ZAF
#> 10024     ZAF
#> 10025     ZAF
#> 10026     ZAF
#> 10027     ZAF
#> 10028     ZAF
#> 10029     ZAF
#> 10030     ZAF
#> 10031     ZAF
#> 10032     ZAF
#> 10033     ZAF
#> 10034     ZAF
#> 10035     ZAF
#> 10036     ZAF
#> 10037     ZAF
#> 10038     ZAF
#> 10039     ZAF
#> 10040     ZAF
#> 10041     ZAF
#> 10042     ZAF
#> 10043     ZAF
#> 10044     ZAF
#> 10045     ZAF
#> 10046     ZAF
#> 10047     ZAF
#> 10048     ZAF
#> 10049     ZAF
#> 10050     ZAF
#> 10051     ZAF
#> 10052     ZAF
#> 10053     ZAF
#> 10054     ZAF
#> 10055     ZAF
#> 10056     ZAF
#> 10057     ZAF
#> 10058     ZAF
#> 10059     ZAF
#> 10060     ZAF
#> 10061     ZAF
#> 10062     ZAF
#> 10063     ZAF
#> 10064     ZAF
#> 10065     ZAF
#> 10066     ZAF
#> 10067     ZAF
#> 10068     ZAF
#> 10069     ZAF
#> 10070     ZAF
#> 10071     ZAF
#> 10072     ZAF
#> 10073     ZAF
#> 10074     ZAF
#> 10075     ZAF
#> 10076     ZAF
#> 10077     ZAF
#> 10078     ZAF
#> 10079     ZAF
#> 10080     ZAF
#> 10081     ZAF
#> 10082     ZAF
#> 10083     ZAF
#> 10084     ZAF
#> 10085     ZAF
#> 10086     ZAF
#> 10087     ZAF
#> 10088     ZAF
#> 10089     ZAF
#> 10090     ZAF
#> 10091     ZAF
#> 10092     ZAF
#> 10093     ZAF
#> 10094     ZAF
#> 10095     ZAF
#> 10096     ZAF
#> 10097     ZAF
#> 10098     ZAF
#> 10099     ZAF
#> 10100     ZAF
#> 10101     ZAF
#> 10102     ZAF
#> 10103     ZAF
#> 10104     ZAF
#> 10105     ZAF
#> 10106     ZAF
#> 10107     ZAF
#> 10108     ZAF
#> 10109     ZAF
#> 10110     ZAF
#> 10111     ZAF
#> 10112     ZAF
#> 10113     ZAF
#> 10114     ZAF
#> 10115     ZAF
#> 10116     ZAF
#> 10117     ZAF
#> 10118     ZAF
#> 10119     ZAF
#> 10120     ZAF
#> 10121     ZAF
#> 10122     ZAF
#> 10123     ZAF
#> 10124     ZAF
#> 10125     ZAF
#> 10126     ZAF
#> 10127     ZAF
#> 10128     ZAF
#> 10129     ZAF
#> 10130     ZAF
#> 10131     ZAF
#> 10132     ZAF
#> 10133     ZAF
#> 10134     ZAF
#> 10135     ZAF
#> 10136     ZAF
#> 10137     ZAF
#> 10138     ZAF
#> 10139     ZAF
#> 10140     ZAF
#> 10141     ZAF
#> 10142     ZAF
#> 10143     ZAF
#> 10144     ZAF
#> 10145     ZAF
#> 10146     ZAF
#> 10147     ZAF
#> 10148     ZAF
#> 10149     ZAF
#> 10150     ZAF
#> 10151     ZAF
#> 10152     ZAF
#> 10153     ZAF
#> 10154     ZAF
#> 10155     ZAF
#> 10156     ZAF
#> 10157     ZAF
#> 10158     ZAF
#> 10159     ZAF
#> 10160     ZAF
#> 10161     ZAF
#> 10162     ZAF
#> 10163     ZAF
#> 10164     ZAF
#> 10165     ZAF
#> 10166     ZAF
#> 10167     ZAF
#> 10168     ZAF
#> 10169     ZAF
#> 10170     ZAF
#> 10171     ZAF
#> 10172     ZAF
#> 10173     ZAF
#> 10174     ZAF
#> 10175     ZAF
#> 10176     ZAF
#> 10177     ZAF
#> 10178     ZAF
#> 10179     ZAF
#> 10180     ZAF
#> 10181     ZAF
#> 10182     ZAF
#> 10183     ZAF
#> 10184     ZAF
#> 10185     ZAF
#> 10186     ZAF
#> 10187     ZAF
#> 10188     ZAF
#> 10189     ZAF
#> 10190     ZAF
#> 10191     ZAF
#> 10192     ZAF
#> 10193     ZAF
#> 10194     ZAF
#> 10195     ZAF
#> 10196     ZAF
#> 10197     ZAF
#> 10198     ZAF
#> 10199     ZAF
#> 10200     ZAF
#> 10201     ZAF
#> 10202     ZAF
#> 10203     ZAF
#> 10204     ZAF
#> 10205     ZAF
#> 10206     ZAF
#> 10207     ZAF
#> 10208     ZAF
#> 10209     ZAF
#> 10210     ZAF
#> 10211     ZAF
#> 10212     ZAF
#> 10213     ZAF
#> 10214     ZAF
#> 10215     ZAF
#> 10216     ZAF
#> 10217     ZAF
#> 10218     ZAF
#> 10219     ZAF
#> 10220     ZAF
#> 10221     ZAF
#> 10222     ZAF
#> 10223     ZAF
#> 10224     ZAF
#> 10225     ZAF
#> 10226     ZAF
#> 10227     ZAF
#> 10228     ZAF
#> 10229     ZAF
#> 10230     ZAF
#> 10231     ZAF
#> 10232     ZAF
#> 10233     ZAF
#> 10234     ZAF
#> 10235     ZAF
#> 10236     ZAF
#> 10237     ZAF
#> 10238     ZAF
#> 10239     ZAF
#> 10240     ZAF
#> 10241     ZAF
#> 10242     ZAF
#> 10243     ZAF
#> 10244     ZAF
#> 10245     ZAF
#> 10246     ZAF
#> 10247     ZAF
#> 10248     ZAF
#> 10249     ZAF
#> 10250     ZAF
#> 10251     ZAF
#> 10252     ZAF
#> 10253     ZAF
#> 10254     ZAF
#> 10255     ZAF
#> 10256     ZAF
#> 10257     ZAF
#> 10258     ZAF
#> 10259     ZAF
#> 10260     ZAF
#> 10261     ZAF
#> 10262     ZAF
#> 10263     ZAF
#> 10264     ZAF
#> 10265     ZAF
#> 10266     ZAF
#> 10267     ZAF
#> 10268     ZAF
#> 10269     ZAF
#> 10270     ZAF
#> 10271     ZAF
#> 10272     ZAF
#> 10273     ZAF
#> 10274     ZAF
#> 10275     ZAF
#> 10276     ZAF
#> 10277     ZAF
#> 10278     ZAF
#> 10279     ZAF
#> 10280     ZAF
#> 10281     ZAF
#> 10282     ZAF
#> 10283     ZAF
#> 10284     ZAF
#> 10285     ZAF
#> 10286     ZAF
#> 10287     ZAF
#> 10288     ZAF
#> 10289     ZAF
#> 10290     ZAF
#> 10291     ZAF
#> 10292     ZAF
#> 10293     ZAF
#> 10294     ZAF
#> 10295     ZAF
#> 10296     ZAF
#> 10297     ZAF
#> 10298     ZAF
#> 10299     ZAF
#> 10300     ZAF
#> 10301     ZAF
#> 10302     ZAF
#> 10303     ZAF
#> 10304     ZAF
#> 10305     ZAF
#> 10306     ZAF
#> 10307     ZAF
#> 10308     ZAF
#> 10309     ZAF
#> 10310     ZAF
#> 10311     ZAF
#> 10312     ZAF
#> 10313     ZAF
#> 10314     ZAF
#> 10315     ZAF
#> 10316     ZAF
#> 10317     ZAF
#> 10318     ZAF
#> 10319     ZAF
#> 10320     ZAF
#> 10321     ZAF
#> 10322     ZAF
#> 10323     ZAF
#> 10324     ZAF
#> 10325     ZAF
#> 10326     ZAF
#> 10327     ZAF
#> 10328     ZAF
#> 10329     ZAF
#> 10330     ZAF
#> 10331     ZAF
#> 10332     ZAF
#> 10333     ZAF
#> 10334     ZAF
#> 10335     ZAF
#> 10336     ZAF
#> 10337     ZAF
#> 10338     ZAF
#> 10339     ZAF
#> 10340     ZAF
#> 10341     ZAF
#> 10342     ZAF
#> 10343     ZAF
#> 10344     ZAF
#> 10345     ZAF
#> 10346     ZAF
#> 10347     ZAF
#> 10348     ZAF
#> 10349     ZAF
#> 10350     ZAF
#> 10351     ZAF
#> 10352     ZAF
#> 10353     ZAF
#> 10354     ZAF
#> 10355     ZAF
#> 10356     ZAF
#> 10357     ZAF
#> 10358     ZAF
#> 10359     ZAF
#> 10360     ZAF
#> 10361     ZAF
#> 10362     ZAF
#> 10363     ZAF
#> 10364     ZAF
#> 10365     ZAF
#> 10366     ZAF
#> 10367     ZAF
#> 10368     ZAF
#> 10369     ZAF
#> 10370     ZAF
#> 10371     ZAF
#> 10372     ZAF
#> 10373     ZAF
#> 10374     ZAF
#> 10375     ZAF
#> 10376     ZAF
#> 10377     ZAF
#> 10378     ZAF
#> 10379     ZAF
#> 10380     ZAF
#> 10381     ZAF
#> 10382     ZAF
#> 10383     ZAF
#> 10384     ZAF
#> 10385     ZAF
#> 10386     ZAF
#> 10387     ZAF
#> 10388     ZAF
#> 10389     ZAF
#> 10390     ZAF
#> 10391     ZAF
#> 10392     ZAF
#> 10393     ZAF
#> 10394     ZAF
#> 10395     ZAF
#> 10396     ZAF
#> 10397     ZAF
#> 10398     ZAF
#> 10399     ZAF
#> 10400     ZAF
#> 10401     ZAF
#> 10402     ZAF
#> 10403     ZAF
#> 10404     ZAF
#> 10405     ZAF
#> 10406     ZAF
#> 10407     ZAF
#> 10408     ZAF
#> 10409     ZAF
#> 10410     ZAF
#> 10411     ZAF
#> 10412     ZAF
#> 10413     ZAF
#> 10414     ZAF
#> 10415     ZAF
#> 10416     ZAF
#> 10417     ZAF
#> 10418     ZAF
#> 10419     ZAF
#> 10420     ZAF
#> 10421     ZAF
#> 10422     ZAF
#> 10423     ZAF
#> 10424     ZAF
#> 10425     ZAF
#> 10426     ZAF
#> 10427     ZAF
#> 10428     ZAF
#> 10429     ZAF
#> 10430     ZAF
#> 10431     ZAF
#> 10432     ZAF
#> 10433     ZAF
#> 10434     ZAF
#> 10435     ZAF
#> 10436     ZAF
#> 10437     ZAF
#> 10438     ZAF
#> 10439     ZAF
#> 10440     ZAF
#> 10441     ZAF
#> 10442     ZAF
#> 10443     ZAF
#> 10444     ZAF
#> 10445     ZAF
#> 10446     ZAF
#> 10447     ZAF
#> 10448     ZAF
#> 10449     ZAF
#> 10450     ZAF
#> 10451     ZAF
#> 10452     ZAF
#> 10453     ZAF
#> 10454     ZAF
#> 10455     ZAF
#> 10456     ZAF
#> 10457     ZAF
#> 10458     ZAF
#> 10459     ZAF
#> 10460     ZAF
#> 10461     ZAF
#> 10462     ZAF
#> 10463     ZAF
#> 10464     ZAF
#> 10465     ZAF
#> 10466     ZAF
#> 10467     ZAF
#> 10468     ZAF
#> 10469     ZAF
#> 10470     ZAF
#> 10471     ZAF
#> 10472     ZAF
#> 10473     ZAF
#> 10474     ZAF
#> 10475     ZAF
#> 10476     ZAF
#> 10477     ZAF
#> 10478     ZAF
#> 10479     ZAF
#> 10480     ZAF
#> 10481     ZAF
#> 10482     ZAF
#> 10483     ZAF
#> 10484     ZAF
#> 10485     ZAF
#> 10486     ZAF
#> 10487     ZAF
#> 10488     ZAF
#> 10489     ZAF
#> 10490     ZAF
#> 10491     ZAF
#> 10492     ZAF
#> 10493     ZAF
#> 10494     ZAF
#> 10495     ZAF
#> 10496     ZAF
#> 10497     ZAF
#> 10498     ZAF
#> 10499     ZAF
#> 10500     ZAF
#> 10501     ZAF
#> 10502     ZAF
#> 10503     ZAF
#> 10504     ZAF
#> 10505     ZAF
#> 10506     ZAF
#> 10507     ZAF
#> 10508     ZAF
#> 10509     ZAF
#> 10510     ZAF
#> 10511     ZAF
#> 10512     ZAF
#> 10513     ZAF
#> 10514     ZAF
#> 10515     ZAF
#> 10516     ZAF
#> 10517     ZAF
#> 10518     ZAF
#> 10519     ZAF
#> 10520     ZAF
#> 10521     ZAF
#> 10522     ZAF
#> 10523     ZAF
#> 10524     ZAF
#> 10525     ZAF
#> 10526     ZAF
#> 10527     ZAF
#> 10528     ZAF
#> 10529     ZAF
#> 10530     ZAF
#> 10531     ZAF
#> 10532     ZAF
#> 10533     ZAF
#> 10534     ZAF
#> 10535     ZAF
#> 10536     ZAF
#> 10537     ZAF
#> 10538     ZAF
#> 10539     ZAF
#> 10540     ZAF
#> 10541     ZAF
#> 10542     ZAF
#> 10543     ZAF
#> 10544     ZAF
#> 10545     ZAF
#> 10546     ZAF
#> 10547     ZAF
#> 10548     ZAF
#> 10549     ZAF
#> 10550     ZAF
#> 10551     ZAF
#> 10552     ZAF
#> 10553     ZAF
#> 10554     ZAF
#> 10555     ZAF
#> 10556     ZAF
#> 10557     ZAF
#> 10558     ZAF
#> 10559     ZAF
#> 10560     ZAF
#> 10561     ZAF
#> 10562     ZAF
#> 10563     ZAF
#> 10564     ZAF
#> 10565     ZAF
#> 10566     ZAF
#> 10567     ZAF
#> 10568     ZAF
#> 10569     ZAF
#> 10570     ZAF
#> 10571     ZAF
#> 10572     ZAF
#> 10573     ZAF
#> 10574     ZAF
#> 10575     ZAF
#> 10576     ZAF
#> 10577     ZAF
#> 10578     ZAF
#> 10579     ZAF
#> 10580     ZAF
#> 10581     ZAF
#> 10582     ZAF
#> 10583     ZAF
#> 10584     ZAF
#> 10585     ZAF
#> 10586     ZAF
#> 10587     ZAF
#> 10588     ZAF
#> 10589     ZAF
#> 10590     ZAF
#> 10591     ZAF
#> 10592     ZAF
#> 10593     ZAF
#> 10594     ZAF
#> 10595     ZAF
#> 10596     ZAF
#> 10597     ZAF
#> 10598     ZAF
#> 10599     ZAF
#> 10600     ZAF
#> 10601     ZAF
#> 10602     ZAF
#> 10603     ZAF
#> 10604     ZAF
#> 10605     ZAF
#> 10606     ZAF
#> 10607     ZAF
#> 10608     ZAF
#> 10609     ZAF
#> 10610     ZAF
#> 10611     ZAF
#> 10612     ZAF
#> 10613     ZAF
#> 10614     ZAF
#> 10615     ZAF
#> 10616     ZAF
#> 10617     ZAF
#> 10618     ZAF
#> 10619     ZAF
#> 10620     ZAF
#> 10621     ZAF
#> 10622     ZAF
#> 10623     ZAF
#> 10624     ZAF
#> 10625     ZAF
#> 10626     ZAF
#> 10627     ZAF
#> 10628     ZAF
#> 10629     ZAF
#> 10630     ZAF
#> 10631     ZAF
#> 10632     ZAF
#> 10633     ZAF
#> 10634     ZAF
#> 10635     ZAF
#> 10636     ZAF
#> 10637     ZAF
#> 10638     ZAF
#> 10639     ZAF
#> 10640     ZAF
#> 10641     ZAF
#> 10642     ZAF
#> 10643     ZAF
#> 10644     ZAF
#> 10645     ZAF
#> 10646     ZAF
#> 10647     ZAF
#> 10648     ZAF
#> 10649     ZAF
#> 10650     ZAF
#> 10651     ZAF
#> 10652     ZAF
#> 10653     ZAF
#> 10654     ZAF
#> 10655     ZAF
#> 10656     ZAF
#> 10657     ZAF
#> 10658     ZAF
#> 10659     ZAF
#> 10660     ZAF
#> 10661     ZAF
#> 10662     ZAF
#> 10663     ZAF
#> 10664     ZAF
#> 10665     ZAF
#> 10666     ZAF
#> 10667     ZAF
#> 10668     ZAF
#> 10669     ZAF
#> 10670     ZAF
#> 10671     ZAF
#> 10672     ZAF
#> 10673     ZAF
#> 10674     ZAF
#> 10675     ZAF
#> 10676     ZAF
#> 10677     ZAF
#> 10678     ZAF
#> 10679     ZAF
#> 10680     ZAF
#> 10681     ZAF
#> 10682     ZAF
#> 10683     ZAF
#> 10684     ZAF
#> 10685     ZAF
#> 10686     ZAF
#> 10687     ZAF
#> 10688     ZAF
#> 10689     ZAF
#> 10690     ZAF
#> 10691     ZAF
#> 10692     ZAF
#> 10693     ZAF
#> 10694     ZAF
#> 10695     ZAF
#> 10696     ZAF
#> 10697     ZAF
#> 10698     ZAF
#> 10699     ZAF
#> 10700     ZAF
#> 10701     ZAF
#> 10702     ZAF
#> 10703     ZAF
#> 10704     ZAF
#> 10705     ZAF
#> 10706     ZAF
#> 10707     ZAF
#> 10708     ZAF
#> 10709     ZAF
#> 10710     ZAF
#> 10711     ZAF
#> 10712     ZAF
#> 10713     ZAF
#> 10714     ZAF
#> 10715     ZAF
#> 10716     ZAF
#> 10717     ZAF
#> 10718     ZAF
#> 10719     ZAF
#> 10720     ZAF
#> 10721     ZAF
#> 10722     ZAF
#> 10723     ZAF
#> 10724     ZAF
#> 10725     ZAF
#> 10726     ZAF
#> 10727     ZAF
#> 10728     ZAF
#> 10729     ZAF
#> 10730     ZAF
#> 10731     ZAF
#> 10732     ZAF
#> 10733     ZAF
#> 10734     ZAF
#> 10735     ZAF
#> 10736     ZAF
#> 10737     ZAF
#> 10738     ZAF
#> 10739     ZAF
#> 10740     ZAF
#> 10741     ZAF
#> 10742     ZAF
#> 10743     ZAF
#> 10744     ZAF
#> 10745     ZAF
#> 10746     ZAF
#> 10747     ZAF
#> 10748     ZAF
#> 10749     ZAF
#> 10750     ZAF
#> 10751     ZAF
#> 10752     ZAF
#> 10753     ZAF
#> 10754     ZAF
#> 10755     ZAF
#> 10756     ZAF
#> 10757     ZAF
#> 10758     ZAF
#> 10759     ZAF
#> 10760     ZAF
#> 10761     ZAF
#> 10762     ZAF
#> 10763     ZAF
#> 10764     ZAF
#> 10765     ZAF
#> 10766     ZAF
#> 10767     ZAF
#> 10768     ZAF
#> 10769     ZAF
#> 10770     ZAF
#> 10771     ZAF
#> 10772     ZAF
#> 10773     ZAF
#> 10774     ZAF
#> 10775     ZAF
#> 10776     ZAF
#> 10777     ZAF
#> 10778     ZAF
#> 10779     ZAF
#> 10780     ZAF
#> 10781     ZAF
#> 10782     ZAF
#> 10783     ZAF
#> 10784     ZAF
#> 10785     ZAF
#> 10786     ZAF
#> 10787     ZAF
#> 10788     ZAF
#> 10789     ZAF
#> 10790     ZAF
#> 10791     ZAF
#> 10792     ZAF
#> 10793     ZAF
#> 10794     ZAF
#> 10795     ZAF
#> 10796     ZAF
#> 10797     ZAF
#> 10798     ZAF
#> 10799     ZAF
#> 10800     ZAF
#> 10801     ZAF
#> 10802     ZAF
#> 10803     ZAF
#> 10804     ZAF
#> 10805     ZAF
#> 10806     ZAF
#> 10807     ZAF
#> 10808     ZAF
#> 10809     ZAF
#> 10810     ZAF
#> 10811     ZAF
#> 10812     ZAF
#> 10813     ZAF
#> 10814     ZAF
#> 10815     ZAF
#> 10816     ZAF
#> 10817     ZAF
#> 10818     ZAF
#> 10819     ZAF
#> 10820     ZAF
#> 10821     ZAF
#> 10822     ZAF
#> 10823     ZAF
#> 10824     ZAF
#> 10825     ZAF
#> 10826     ZAF
#> 10827     ZAF
#> 10828     ZAF
#> 10829     ZAF
#> 10830     ZAF
#> 10831     ZAF
#> 10832     ZAF
#> 10833     ZAF
#> 10834     ZAF
#> 10835     ZAF
#> 10836     ZAF
#> 10837     ZAF
#> 10838     ZAF
#> 10839     ZAF
#> 10840     ZAF
#> 10841     ZAF
#> 10842     ZAF
#> 10843     ZAF
#> 10844     ZAF
#> 10845     ZAF
#> 10846     ZAF
#> 10847     ZAF
#> 10848     ZAF
#> 10849     ZAF
#> 10850     ZAF
#> 10851     ZAF
#> 10852     ZAF
#> 10853     ZAF
#> 10854     ZAF
#> 10855     ZAF
#> 10856     ZAF
#> 10857     ZAF
#> 10858     ZAF
#> 10859     ZAF
#> 10860     ZAF
#> 10861     ZAF
#> 10862     ZAF
#> 10863     ZAF
#> 10864     ZAF
#> 10865     ZAF
#> 10866     ZAF
#> 10867     ZAF
#> 10868     ZAF
#> 10869     ZAF
#> 10870     ZAF
#> 10871     ZAF
#> 10872     ZAF
#> 10873     ZAF
#> 10874     ZAF
#> 10875     ZAF
#> 10876     ZAF
#> 10877     ZAF
#> 10878     ZAF
#> 10879     ZAF
#> 10880     ZAF
#> 10881     ZAF
#> 10882     ZAF
#> 10883     ZAF
#> 10884     ZAF
#> 10885     ZAF
#> 10886     ZAF
#> 10887     ZAF
#> 10888     ZAF
#> 10889     ZAF
#> 10890     ZAF
#> 10891     ZAF
#> 10892     ZAF
#> 10893     ZAF
#> 10894     ZAF
#> 10895     ZAF
#> 10896     ZAF
#> 10897     ZAF
#> 10898     ZAF
#> 10899     ZAF
#> 10900     ZAF
#> 10901     ZAF
#> 10902     ZAF
#> 10903     ZAF
#> 10904     ZAF
#> 10905     ZAF
#> 10906     ZAF
#> 10907     ZAF
#> 10908     ZAF
#> 10909     ZAF
#> 10910     ZAF
#> 10911     ZAF
#> 10912     ZAF
#> 10913     ZAF
#> 10914     ZAF
#> 10915     ZAF
#> 10916     ZAF
#> 10917     ZAF
#> 10918     ZAF
#> 10919     ZAF
#> 10920     ZAF
#> 10921     ZAF
#> 10922     ZAF
#> 10923     ZAF
#> 10924     ZAF
#> 10925     ZAF
#> 10926     ZAF
#> 10927     ZAF
#> 10928     ZAF
#> 10929     ZAF
#> 10930     ZAF
#> 10931     ZAF
#> 10932     ZAF
#> 10933     ZAF
#> 10934     ZAF
#> 10935     ZAF
#> 10936     ZAF
#> 10937     ZAF
#> 10938     ZAF
#> 10939     ZAF
#> 10940     ZAF
#> 10941     ZAF
#> 10942     ZAF
#> 10943     ZAF
#> 10944     ZAF
#> 10945     ZAF
#> 10946     ZAF
#> 10947     ZAF
#> 10948     ZAF
#> 10949     ZAF
#> 10950     ZAF
#> 10951     ZAF
#> 10952     ZAF
#> 10953     ZAF
#> 10954     ZAF
#> 10955     ZAF
#> 10956     ZAF
#> 10957     ZAF
#> 10958     ZAF
#> 10959     ZAF
#> 10960     ZAF
#> 10961     ZAF
#> 10962     ZAF
#> 10963     ZAF
#> 10964     ZAF
#> 10965     ZAF
#> 10966     ZAF
#> 10967     ZAF
#> 10968     ZAF
#> 10969     ZAF
#> 10970     ZAF
#> 10971     ZAF
#> 10972     ZAF
#> 10973     ZAF
#> 10974     ZAF
#> 10975     ZAF
#> 10976     ZAF
#> 10977     ZAF
#> 10978     ZAF
#> 10979     ZAF
#> 10980     ZAF
#> 10981     ZAF
#> 10982     ZAF
#> 10983     ZAF
#> 10984     ZAF
#> 10985     ZAF
#> 10986     ZAF
#> 10987     ZAF
#> 10988     ZAF
#> 10989     ZAF
#> 10990     ZAF
#> 10991     ZAF
#> 10992     ZAF
#> 10993     ZAF
#> 10994     ZAF
#> 10995     ZAF
#> 10996     ZAF
#> 10997     ZAF
#> 10998     ZAF
#> 10999     ZAF
#> 11000     ZAF
#> 11001     ZAF
#> 11002     ZAF
#> 11003     ZAF
#> 11004     ZAF
#> 11005     ZAF
#> 11006     ZAF
#> 11007     ZAF
#> 11008     ZAF
#> 11009     ZAF
#> 11010     ZAF
#> 11011     ZAF
#> 11012     ZAF
#> 11013     ZAF
#> 11014     ZAF
#> 11015     ZAF
#> 11016     ZAF
#> 11017     ZAF
#> 11018     ZAF
#> 11019     ZAF
#> 11020     ZAF
#> 11021     ZAF
#> 11022     ZAF
#> 11023     ZAF
#> 11024     ZAF
#> 11025     ZAF
#> 11026     ZAF
#> 11027     ZAF
#> 11028     ZAF
#> 11029     ZAF
#> 11030     ZAF
#> 11031     ZAF
#> 11032     ZAF
#> 11033     ZAF
#> 11034     ZAF
#> 11035     ZAF
#> 11036     ZAF
#> 11037     ZAF
#> 11038     ZAF
#> 11039     ZAF
#> 11040     ZAF
#> 11041     ZAF
#> 11042     ZAF
#> 11043     ZAF
#> 11044     ZAF
#> 11045     ZAF
#> 11046     ZAF
#> 11047     ZAF
#> 11048     ZAF
#> 11049     ZAF
#> 11050     ZAF
#> 11051     ZAF
#> 11052     ZAF
#> 11053     ZAF
#> 11054     ZAF
#> 11055     ZAF
#> 11056     ZAF
#> 11057     ZAF
#> 11058     ZAF
#> 11059     ZAF
#> 11060     ZAF
#> 11061     ZAF
#> 11062     ZAF
#> 11063     ZAF
#> 11064     ZAF
#> 11065     ZAF
#> 11066     ZAF
#> 11067     ZAF
#> 11068     ZAF
#> 11069     ZAF
#> 11070     ZAF
#> 11071     ZAF
#> 11072     ZAF
#> 11073     ZAF
#> 11074     ZAF
#> 11075     ZAF
#> 11076     ZAF
#> 11077     ZAF
#> 11078     ZAF
#> 11079     ZAF
#> 11080     ZAF
#> 11081     ZAF
#> 11082     ZAF
#> 11083     ZAF
#> 11084     ZAF
#> 11085     ZAF
#> 11086     ZAF
#> 11087     ZAF
#> 11088     ZAF
#> 11089     ZAF
#> 11090     ZAF
#> 11091     ZAF
#> 11092     ZAF
#> 11093     ZAF
#> 11094     ZAF
#> 11095     ZAF
#> 11096     ZAF
#> 11097     ZAF
#> 11098     ZAF
#> 11099     ZAF
#> 11100     ZAF
#> 11101     ZAF
#> 11102     ZAF
#> 11103     ZAF
#> 11104     ZAF
#> 11105     ZAF
#> 11106     ZAF
#> 11107     ZAF
#> 11108     ZAF
#> 11109     ZAF
#> 11110     ZAF
#> 11111     ZAF
#> 11112     ZAF
#> 11113     ZAF
#> 11114     ZAF
#> 11115     ZAF
#> 11116     ZAF
#> 11117     ZAF
#> 11118     ZAF
#> 11119     ZAF
#> 11120     ZAF
#> 11121     ZAF
#> 11122     ZAF
#> 11123     ZAF
#> 11124     ZAF
#> 11125     ZAF
#> 11126     ZAF
#> 11127     ZAF
#> 11128     ZAF
#> 11129     ZAF
#> 11130     ZAF
#> 11131     ZAF
#> 11132     ZAF
#> 11133     ZAF
#> 11134     ZAF
#> 11135     ZAF
#> 11136     ZAF
#> 11137     ZAF
#> 11138     ZAF
#> 11139     ZAF
#> 11140     ZAF
#> 11141     ZAF
#> 11142     ZAF
#> 11143     ZAF
#> 11144     ZAF
#> 11145     ZAF
#> 11146     ZAF
#> 11147     ZAF
#> 11148     ZAF
#> 11149     ZAF
#> 11150     ZAF
#> 11151     ZAF
#> 11152     ZAF
#> 11153     ZAF
#> 11154     ZAF
#> 11155     ZAF
#> 11156     ZAF
#> 11157     ZAF
#> 11158     ZAF
#> 11159     ZAF
#> 11160     ZAF
#> 11161     ZAF
#> 11162     ZAF
#> 11163     ZAF
#> 11164     ZAF
#> 11165     ZAF
#> 11166     ZAF
#> 11167     ZAF
#> 11168     ZAF
#> 11169     ZAF
#> 11170     ZAF
#> 11171     ZAF
#> 11172     ZAF
#> 11173     ZAF
#> 11174     ZAF
#> 11175     ZAF
#> 11176     ZAF
#> 11177     ZAF
#> 11178     ZAF
#> 11179     ZAF
#> 11180     ZAF
#> 11181     ZAF
#> 11182     ZAF
#> 11183     ZAF
#> 11184     ZAF
#> 11185     ZAF
#> 11186     ZAF
#> 11187     ZAF
#> 11188     ZAF
#> 11189     ZAF
#> 11190     ZAF
#> 11191     ZAF
#> 11192     ZAF
#> 11193     ZAF
#> 11194     ZAF
#> 11195     ZAF
#> 11196     ZAF
#> 11197     ZAF
#> 11198     ZAF
#> 11199     ZAF
#> 11200     ZAF
#> 11201     ZAF
#> 11202     ZAF
#> 11203     ZAF
#> 11204     ZAF
#> 11205     ZAF
#> 11206     ZAF
#> 11207     ZAF
#> 11208     ZAF
#> 11209     ZAF
#> 11210     ZAF
#> 11211     ZAF
#> 11212     ZAF
#> 11213     ZAF
#> 11214     ZAF
#> 11215     ZAF
#> 11216     ZAF
#> 11217     ZAF
#> 11218     ZAF
#> 11219     ZAF
#> 11220     ZAF
#> 11221     ZAF
#> 11222     ZAF
#> 11223     ZAF
#> 11224     ZAF
#> 11225     ZAF
#> 11226     ZAF
#> 11227     ZAF
#> 11228     ZAF
#> 11229     ZAF
#> 11230     ZAF
#> 11231     ZAF
#> 11232     ZAF
#> 11233     ZAF
#> 11234     ZAF
#> 11235     ZAF
#> 11236     ZAF
#> 11237     ZAF
#> 11238     ZAF
#> 11239     ZAF
#> 11240     ZAF
#> 11241     ZAF
#> 11242     ZAF
#> 11243     ZAF
#> 11244     ZAF
#> 11245     ZAF
#> 11246     ZAF
#> 11247     ZAF
#> 11248     ZAF
#> 11249     ZAF
#> 11250     ZAF
#> 11251     ZAF
#> 11252     ZAF
#> 11253     ZAF
#> 11254     ZAF
#> 11255     ZAF
#> 11256     ZAF
#> 11257     ZAF
#> 11258     ZAF
#> 11259     ZAF
#> 11260     ZAF
#> 11261     ZAF
#> 11262     ZAF
#> 11263     ZAF
#> 11264     ZAF
#> 11265     ZAF
#> 11266     ZAF
#> 11267     ZAF
#> 11268     ZAF
#> 11269     ZAF
#> 11270     ZAF
#> 11271     ZAF
#> 11272     ZAF
#> 11273     ZAF
#> 11274     ZAF
#> 11275     ZAF
#> 11276     ZAF
#> 11277     ZAF
#> 11278     ZAF
#> 11279     ZAF
#> 11280     ZAF
#> 11281     ZAF
#> 11282     ZAF
#> 11283     ZAF
#> 11284     ZAF
#> 11285     ZAF
#> 11286     ZAF
#> 11287     ZAF
#> 11288     ZAF
#> 11289     ZAF
#> 11290     ZAF
#> 11291     ZAF
#> 11292     ZAF
#> 11293     ZAF
#> 11294     ZAF
#> 11295     ZAF
#> 11296     ZAF
#> 11297     ZAF
#> 11298     ZAF
#> 11299     ZAF
#> 11300     ZAF
#> 11301     ZAF
#> 11302     ZAF
#> 11303     ZAF
#> 11304     ZAF
#> 11305     ZAF
#> 11306     ZAF
#> 11307     ZAF
#> 11308     ZAF
#> 11309     ZAF
#> 11310     ZAF
#> 11311     ZAF
#> 11312     ZAF
#> 11313     ZAF
#> 11314     ZAF
#> 11315     ZAF
#> 11316     ZAF
#> 11317     ZAF
#> 11318     ZAF
#> 11319     ZAF
#> 11320     ZAF
#> 11321     ZAF
#> 11322     ZAF
#> 11323     ZAF
#> 11324     ZAF
#> 11325     ZAF
#> 11326     ZAF
#> 11327     ZAF
#> 11328     ZAF
#> 11329     ZAF
#> 11330     ZAF
#> 11331     ZAF
#> 11332     ZAF
#> 11333     ZAF
#> 11334     ZAF
#> 11335     ZAF
#> 11336     ZAF
#> 11337     ZAF
#> 11338     ZAF
#> 11339     ZAF
#> 11340     ZAF
#> 11341     ZAF
#> 11342     ZAF
#> 11343     ZAF
#> 11344     ZAF
#> 11345     ZAF
#> 11346     ZAF
#> 11347     ZAF
#> 11348     ZAF
#> 11349     ZAF
#> 11350     ZAF
#> 11351     ZAF
#> 11352     ZAF
#> 11353     ZAF
#> 11354     ZAF
#> 11355     ZAF
#> 11356     ZAF
#> 11357     ZAF
#> 11358     ZAF
#> 11359     ZAF
#> 11360     ZAF
#> 11361     ZAF
#> 11362     ZAF
#> 11363     ZAF
#> 11364     ZAF
#> 11365     ZAF
#> 11366     ZAF
#> 11367     ZAF
#> 11368     ZAF
#> 11369     ZAF
#> 11370     ZAF
#> 11371     ZAF
#> 11372     ZAF
#> 11373     ZAF
#> 11374     ZAF
#> 11375     ZAF
#> 11376     ZAF
#> 11377     ZAF
#> 11378     ZAF
#> 11379     ZAF
#> 11380     ZAF
#> 11381     ZAF
#> 11382     ZAF
#> 11383     ZAF
#> 11384     ZAF
#> 11385     ZAF
#> 11386     ZAF
#> 11387     ZAF
#> 11388     ZAF
#> 11389     ZAF
#> 11390     ZAF
#> 11391     ZAF
#> 11392     ZAF
#> 11393     ZAF
#> 11394     ZAF
#> 11395     ZAF
#> 11396     ZAF
#> 11397     ZAF
#> 11398     ZAF
#> 11399     ZAF
#> 11400     ZAF
#> 11401     ZAF
#> 11402     ZAF
#> 11403     ZAF
#> 11404     ZAF
#> 11405     ZAF
#> 11406     ZAF
#> 11407     ZAF
#> 11408     ZAF
#> 11409     ZAF
#> 11410     ZAF
#> 11411     ZAF
#> 11412     ZAF
#> 11413     ZAF
#> 11414     ZAF
#> 11415     ZAF
#> 11416     ZAF
#> 11417     ZAF
#> 11418     ZAF
#> 11419     ZAF
#> 11420     ZAF
#> 11421     ZAF
#> 11422     ZAF
#> 11423     ZAF
#> 11424     ZAF
#> 11425     ZAF
#> 11426     ZAF
#> 11427     ZAF
#> 11428     ZAF
#> 11429     ZAF
#> 11430     ZAF
#> 11431     ZAF
#> 11432     ZAF
#> 11433     ZAF
#> 11434     ZAF
#> 11435     ZAF
#> 11436     ZAF
#> 11437     ZAF
#> 11438     ZAF
#> 11439     ZAF
#> 11440     ZAF
#> 11441     ZAF
#> 11442     ZAF
#> 11443     ZAF
#> 11444     ZAF
#> 11445     ZAF
#> 11446     ZAF
#> 11447     ZAF
#> 11448     ZAF
#> 11449     ZAF
#> 11450     ZAF
#> 11451     ZAF
#> 11452     ZAF
#> 11453     ZAF
#> 11454     ZAF
#> 11455     ZAF
#> 11456     ZAF
#> 11457     ZAF
#> 11458     ZAF
#> 11459     ZAF
#> 11460     ZAF
#> 11461     ZAF
#> 11462     ZAF
#> 11463     ZAF
#> 11464     ZAF
#> 11465     ZAF
#> 11466     ZAF
#> 11467     ZAF
#> 11468     ZAF
#> 11469     ZAF
#> 11470     ZAF
#> 11471     ZAF
#> 11472     ZAF
#> 11473     ZAF
#> 11474     ZAF
#> 11475     ZAF
#> 11476     ZAF
#> 11477     ZAF
#> 11478     ZAF
#> 11479     ZAF
#> 11480     ZAF
#> 11481     ZAF
#> 11482     ZAF
#> 11483     ZAF
#> 11484     ZAF
#> 11485     ZAF
#> 11486     ZAF
#> 11487     ZAF
#> 11488     ZAF
#> 11489     ZAF
#> 11490     ZAF
#> 11491     ZAF
#> 11492     ZAF
#> 11493     ZAF
#> 11494     ZAF
#> 11495     ZAF
#> 11496     ZAF
#> 11497     ZAF
#> 11498     ZAF
#> 11499     ZAF
#> 11500     ZAF
#> 11501     ZAF
#> 11502     ZAF
#> 11503     ZAF
#> 11504     ZAF
#> 11505     ZAF
#> 11506     ZAF
#> 11507     ZAF
#> 11508     ZAF
#> 11509     ZAF
#> 11510     ZAF
#> 11511     ZAF
#> 11512     ZAF
#> 11513     ZAF
#> 11514     ZAF
#> 11515     ZAF
#> 11516     ZAF
#> 11517     ZAF
#> 11518     ZAF
#> 11519     ZAF
#> 11520     ZAF
#> 11521     ZAF
#> 11522     ZAF
#> 11523     ZAF
#> 11524     ZAF
#> 11525     ZAF
#> 11526     ZAF
#> 11527     ZAF
#> 11528     ZAF
#> 11529     ZAF
#> 11530     ZAF
#> 11531     ZAF
#> 11532     ZAF
#> 11533     ZAF
#> 11534     ZAF
#> 11535     ZAF
#> 11536     ZAF
#> 11537     ZAF
#> 11538     ZAF
#> 11539     ZAF
#> 11540     ZAF
#> 11541     ZAF
#> 11542     ZAF
#> 11543     ZAF
#> 11544     ZAF
#> 11545     ZAF
#> 11546     ZAF
#> 11547     ZAF
#> 11548     ZAF
#> 11549     ZAF
#> 11550     ZAF
#> 11551     ZAF
#> 11552     ZAF
#> 11553     ZAF
#> 11554     ZAF
#> 11555     ZAF
#> 11556     ZAF
#> 11557     ZAF
#> 11558     ZAF
#> 11559     ZAF
#> 11560     ZAF
#> 11561     ZAF
#> 11562     ZAF
#> 11563     ZAF
#> 11564     ZAF
#> 11565     ZAF
#> 11566     ZAF
#> 11567     ZAF
#> 11568     ZAF
#> 11569     ZAF
#> 11570     ZAF
#> 11571     ZAF
#> 11572     ZAF
#> 11573     ZAF
#> 11574     ZAF
#> 11575     ZAF
#> 11576     ZAF
#> 11577     ZAF
#> 11578     ZAF
#> 11579     ZAF
#> 11580     ZAF
#> 11581     ZAF
#> 11582     ZAF
#> 11583     ZAF
#> 11584     ZAF
#> 11585     ZAF
#> 11586     ZAF
#> 11587     ZAF
#> 11588     ZAF
#> 11589     ZAF
#> 11590     ZAF
#> 11591     ZAF
#> 11592     ZAF
#> 11593     ZAF
#> 11594     ZAF
#> 11595     ZAF
#> 11596     ZAF
#> 11597     ZAF
#> 11598     ZAF
#> 11599     ZAF
#> 11600     ZAF
#> 11601     ZAF
#> 11602     ZAF
#> 11603     ZAF
#> 11604     ZAF
#> 11605     ZAF
#> 11606     ZAF
#> 11607     ZAF
#> 11608     ZAF
#> 11609     ZAF
#> 11610     ZAF
#> 11611     ZAF
#> 11612     ZAF
#> 11613     ZAF
#> 11614     ZAF
#> 11615     ZAF
#> 11616     ZAF
#> 11617     ZAF
#> 11618     ZAF
#> 11619     ZAF
#> 11620     ZAF
#> 11621     ZAF
#> 11622     ZAF
#> 11623     ZAF
#> 11624     ZAF
#> 11625     ZAF
#> 11626     ZAF
#> 11627     ZAF
#> 11628     ZAF
#> 11629     ZAF
#> 11630     ZAF
#> 11631     ZAF
#> 11632     ZAF
#> 11633     ZAF
#> 11634     ZAF
#> 11635     ZAF
#> 11636     ZAF
#> 11637     ZAF
#> 11638     ZAF
#> 11639     ZAF
#> 11640     ZAF
#> 11641     ZAF
#> 11642     ZAF
#> 11643     ZAF
#> 11644     ZAF
#> 11645     ZAF
#> 11646     ZAF
#> 11647     ZAF
#> 11648     ZAF
#> 11649     ZAF
#> 11650     ZAF
#> 11651     ZAF
#> 11652     ZAF
#> 11653     ZAF
#> 11654     ZAF
#> 11655     ZAF
#> 11656     ZAF
#> 11657     ZAF
#> 11658     ZAF
#> 11659     ZAF
#> 11660     ZAF
#> 11661     ZAF
#> 11662     ZAF
#> 11663     ZAF
#> 11664     ZAF
#> 11665     ZAF
#> 11666     ZAF
#> 11667     ZAF
#> 11668     ZAF
#> 11669     ZAF
#> 11670     ZAF
#> 11671     ZAF
#> 11672     ZAF
#> 11673     ZAF
#> 11674     ZAF
#> 11675     ZAF
#> 11676     ZAF
#> 11677     ZAF
#> 11678     ZAF
#> 11679     ZAF
#> 11680     ZAF
#> 11681     ZAF
#> 11682     ZAF
#> 11683     ZAF
#> 11684     ZAF
#> 11685     ZAF
#> 11686     ZAF
#> 11687     ZAF
#> 11688     ZAF
#> 11689     ZAF
#> 11690     ZAF
#> 11691     ZAF
#> 11692     ZAF
#> 11693     ZAF
#> 11694     ZAF
#> 11695     ZAF
#> 11696     ZAF
#> 11697     ZAF
#> 11698     ZAF
#> 11699     ZAF
#> 11700     ZAF
#> 11701     ZAF
#> 11702     ZAF
#> 11703     ZAF
#> 11704     ZAF
#> 11705     ZAF
#> 11706     ZAF
#> 11707     ZAF
#> 11708     ZAF
#> 11709     ZAF
#> 11710     ZAF
#> 11711     ZAF
#> 11712     ZAF
#> 11713     ZAF
#> 11714     ZAF
#> 11715     ZAF
#> 11716     ZAF
#> 11717     ZAF
#> 11718     ZAF
#> 11719     ZAF
#> 11720     ZAF
#> 11721     ZAF
#> 11722     ZAF
#> 11723     ZAF
#> 11724     ZAF
#> 11725     ZAF
#> 11726     ZAF
#> 11727     ZAF
#> 11728     ZAF
#> 11729     ZAF
#> 11730     ZAF
#> 11731     ZAF
#> 11732     ZAF
#> 11733     ZAF
#> 11734     ZAF
#> 11735     ZAF
#> 11736     ZAF
#> 11737     ZAF
#> 11738     ZAF
#> 11739     ZAF
#> 11740     ZAF
#> 11741     ZAF
#> 11742     ZAF
#> 11743     ZAF
#> 11744     ZAF
#> 11745     ZAF
#> 11746     ZAF
#> 11747     ZAF
#> 11748     ZAF
#> 11749     ZAF
#> 11750     ZAF
#> 11751     ZAF
#> 11752     ZAF
#> 11753     ZAF
#> 11754     ZAF
#> 11755     ZAF
#> 11756     ZAF
#> 11757     ZAF
#> 11758     ZAF
#> 11759     ZAF
#> 11760     ZAF
#> 11761     ZAF
#> 11762     ZAF
#> 11763     ZAF
#> 11764     ZAF
#> 11765     ZAF
#> 11766     ZAF
#> 11767     ZAF
#> 11768     ZAF
#> 11769     ZAF
#> 11770     ZAF
#> 11771     ZAF
#> 11772     ZAF
#> 11773     ZAF
#> 11774     ZAF
#> 11775     ZAF
#> 11776     ZAF
#> 11777     ZAF
#> 11778     ZAF
#> 11779     ZAF
#> 11780     ZAF
#> 11781     ZAF
#> 11782     ZAF
#> 11783     ZAF
#> 11784     ZAF
#> 11785     ZAF
#> 11786     ZAF
#> 11787     ZAF
#> 11788     ZAF
#> 11789     ZAF
#> 11790     ZAF
#> 11791     ZAF
#> 11792     ZAF
#> 11793     ZAF
#> 11794     ZAF
#> 11795     ZAF
#> 11796     ZAF
#> 11797     ZAF
#> 11798     ZAF
#> 11799     ZAF
#> 11800     ZAF
#> 11801     ZAF
#> 11802     ZAF
#> 11803     ZAF
#> 11804     ZAF
#> 11805     ZAF
#> 11806     ZAF
#> 11807     ZAF
#> 11808     ZAF
#> 11809     ZAF
#> 11810     ZAF
#> 11811     ZAF
#> 11812     ZAF
#> 11813     ZAF
#> 11814     ZAF
#> 11815     ZAF
#> 11816     ZAF
#> 11817     ZAF
#> 11818     ZAF
#> 11819     ZAF
#> 11820     ZAF
#> 11821     ZAF
#> 11822     ZAF
#> 11823     ZAF
#> 11824     ZAF
#> 11825     ZAF
#> 11826     ZAF
#> 11827     ZAF
#> 11828     ZAF
#> 11829     ZAF
#> 11830     ZAF
#> 11831     ZAF
#> 11832     ZAF
#> 11833     ZAF
#> 11834     ZAF
#> 11835     ZAF
#> 11836     ZAF
#> 11837     ZAF
#> 11838     ZAF
#> 11839     ZAF
#> 11840     ZAF
#> 11841     ZAF
#> 11842     ZAF
#> 11843     ZAF
#> 11844     ZAF
#> 11845     ZAF
#> 11846     ZAF
#> 11847     ZAF
#> 11848     ZAF
#> 11849     ZAF
#> 11850     ZAF
#> 11851     ZAF
#> 11852     ZAF
#> 11853     ZAF
#> 11854     ZAF
#> 11855     ZAF
#> 11856     ZAF
#> 11857     ZAF
#> 11858     ZAF
#> 11859     ZAF
#> 11860     ZAF
#> 11861     ZAF
#> 11862     ZAF
#> 11863     ZAF
#> 11864     ZAF
#> 11865     ZAF
#> 11866     ZAF
#> 11867     ZAF
#> 11868     ZAF
#> 11869     ZAF
#> 11870     ZAF
#> 11871     ZAF
#> 11872     ZAF
#> 11873     ZAF
#> 11874     ZAF
#> 11875     ZAF
#> 11876     ZAF
#> 11877     ZAF
#> 11878     ZAF
#> 11879     ZAF
#> 11880     ZAF
#> 11881     ZAF
#> 11882     ZAF
#> 11883     ZAF
#> 11884     ZAF
#> 11885     ZAF
#> 11886     ZAF
#> 11887     ZAF
#> 11888     ZAF
#> 11889     ZAF
#> 11890     ZAF
#> 11891     ZAF
#> 11892     ZAF
#> 11893     ZAF
#> 11894     ZAF
#> 11895     ZAF
#> 11896     ZAF
#> 11897     ZAF
#> 11898     ZAF
#> 11899     ZAF
#> 11900     ZAF
#> 11901     ZAF
#> 11902     ZAF
#> 11903     ZAF
#> 11904     ZAF
#> 11905     ZAF
#> 11906     ZAF
#> 11907     ZAF
#> 11908     ZAF
#> 11909     ZAF
#> 11910     ZAF
#> 11911     ZAF
#> 11912     ZAF
#> 11913     ZAF
#> 11914     ZAF
#> 11915     ZAF
#> 11916     ZAF
#> 11917     ZAF
#> 11918     ZAF
#> 11919     ZAF
#> 11920     ZAF
#> 11921     ZAF
#> 11922     ZAF
#> 11923     ZAF
#> 11924     ZAF
#> 11925     ZAF
#> 11926     ZAF
#> 11927     ZAF
#> 11928     ZAF
#> 11929     ZAF
#> 11930     ZAF
#> 11931     ZAF
#> 11932     ZAF
#> 11933     ZAF
#> 11934     ZAF
#> 11935     ZAF
#> 11936     ZAF
#> 11937     ZAF
#> 11938     ZAF
#> 11939     ZAF
#> 11940     ZAF
#> 11941     ZAF
#> 11942     ZAF
#> 11943     ZAF
#> 11944     ZAF
#> 11945     ZAF
#> 11946     ZAF
#> 11947     ZAF
#> 11948     ZAF
#> 11949     ZAF
#> 11950     ZAF
#> 11951     ZAF
#> 11952     ZAF
#> 11953     ZAF
#> 11954     ZAF
#> 11955     ZAF
#> 11956     ZAF
#> 11957     ZAF
#> 11958     ZAF
#> 11959     ZAF
#> 11960     ZAF
#> 11961     ZAF
#> 11962     ZAF
#> 11963     ZAF
#> 11964     ZAF
#> 11965     ZAF
#> 11966     ZAF
#> 11967     ZAF
#> 11968     ZAF
#> 11969     ZAF
#> 11970     ZAF
#> 11971     ZAF
#> 11972     ZAF
#> 11973     ZAF
#> 11974     ZAF
#> 11975     ZAF
#> 11976     ZAF
#> 11977     ZAF
#> 11978     ZAF
#> 11979     ZAF
#> 11980     ZAF
#> 11981     ZAF
#> 11982     ZAF
#> 11983     ZAF
#> 11984     ZAF
#> 11985     ZAF
#> 11986     ZAF
#> 11987     ZAF
#> 11988     ZAF
#> 11989     ZAF
#> 11990     ZAF
#> 11991     ZAF
#> 11992     ZAF
#> 11993     ZAF
#> 11994     ZAF
#> 11995     ZAF
#> 11996     ZAF
#> 11997     ZAF
#> 11998     ZAF
#> 11999     ZAF
#> 12000     ZAF
#> 12001     ZAF
#> 12002     ZAF
#> 12003     ZAF
#> 12004     ZAF
#> 12005     ZAF
#> 12006     ZAF
#> 12007     ZAF
#> 12008     ZAF
#> 12009     ZAF
#> 12010     ZAF
#> 12011     ZAF
#> 12012     ZAF
#> 12013     ZAF
#> 12014     ZAF
#> 12015     ZAF
#> 12016     ZAF
#> 12017     ZAF
#> 12018     ZAF
#> 12019     ZAF
#> 12020     ZAF
#> 12021     ZAF
#> 12022     ZAF
#> 12023     ZAF
#> 12024     ZAF
#> 12025     ZAF
#> 12026     ZAF
#> 12027     ZAF
#> 12028     ZAF
#> 12029     ZAF
#> 12030     ZAF
#> 12031     ZAF
#> 12032     ZAF
#> 12033     ZAF
#> 12034     ZAF
#> 12035     ZAF
#> 12036     ZAF
#> 12037     ZAF
#> 12038     ZAF
#> 12039     ZAF
#> 12040     ZAF
#> 12041     ZAF
#> 12042     ZAF
#> 12043     ZAF
#> 12044     ZAF
#> 12045     ZAF
#> 12046     ZAF
#> 12047     ZAF
#> 12048     ZAF
#> 12049     ZAF
#> 12050     ZAF
#> 12051     ZAF
#> 12052     ZAF
#> 12053     ZAF
#> 12054     ZAF
#> 12055     ZAF
#> 12056     ZAF
#> 12057     ZAF
#> 12058     ZAF
#> 12059     ZAF
#> 12060     ZAF
#> 12061     ZAF
#> 12062     ZAF
#> 12063     ZAF
#> 12064     ZAF
#> 12065     ZAF
#> 12066     ZAF
#> 12067     ZAF
#> 12068     ZAF
#> 12069     ZAF
#> 12070     ZAF
#> 12071     ZAF
#> 12072     ZAF
#> 12073     ZAF
#> 12074     ZAF
#> 12075     ZAF
#> 12076     ZAF
#> 12077     ZAF
#> 12078     ZAF
#> 12079     ZAF
#> 12080     ZAF
#> 12081     ZAF
#> 12082     ZAF
#> 12083     ZAF
#> 12084     ZAF
#> 12085     ZAF
#> 12086     ZAF
#> 12087     ZAF
#> 12088     ZAF
#> 12089     ZAF
#> 12090     ZAF
#> 12091     ZAF
#> 12092     ZAF
#> 12093     ZAF
#> 12094     ZAF
#> 12095     ZAF
#> 12096     ZAF
#> 12097     ZAF
#> 12098     ZAF
#> 12099     ZAF
#> 12100     ZAF
#> 12101     ZAF
#> 12102     ZAF
#> 12103     ZAF
#> 12104     ZAF
#> 12105     ZAF
#> 12106     ZAF
#> 12107     ZAF
#> 12108     ZAF
#> 12109     ZAF
#> 12110     ZAF
#> 12111     ZAF
#> 12112     ZAF
#> 12113     ZAF
#> 12114     ZAF
#> 12115     ZAF
#> 12116     ZAF
#> 12117     ZAF
#> 12118     ZAF
#> 12119     ZAF
#> 12120     ZAF
#> 12121     ZAF
#> 12122     ZAF
#> 12123     ZAF
#> 12124     ZAF
#> 12125     ZAF
#> 12126     ZAF
#> 12127     ZAF
#> 12128     ZAF
#> 12129     ZAF
#> 12130     ZAF
#> 12131     ZAF
#> 12132     ZAF
#> 12133     ZAF
#> 12134     ZAF
#> 12135     ZAF
#> 12136     ZAF
#> 12137     ZAF
#> 12138     ZAF
#> 12139     ZAF
#> 12140     ZAF
#> 12141     ZAF
#> 12142     ZAF
#> 12143     ZAF
#> 12144     ZAF
#> 12145     ZAF
#> 12146     ZAF
#> 12147     ZAF
#> 12148     ZAF
#> 12149     ZAF
#> 12150     ZAF
#> 12151     ZAF
#> 12152     ZAF
#> 12153     ZAF
#> 12154     ZAF
#> 12155     ZAF
#> 12156     ZAF
#> 12157     ZAF
#> 12158     ZAF
#> 12159     ZAF
#> 12160     ZAF
#> 12161     ZAF
#> 12162     ZAF
#> 12163     ZAF
#> 12164     ZAF
#> 12165     ZAF
#> 12166     ZAF
#> 12167     ZAF
#> 12168     ZAF
#> 12169     ZAF
#> 12170     ZAF
#> 12171     ZAF
#> 12172     ZAF
#> 12173     ZAF
#> 12174     ZAF
#> 12175     ZAF
#> 12176     ZAF
#> 12177     ZAF
#> 12178     ZAF
#> 12179     ZAF
#> 12180     ZAF
#> 12181     ZAF
#> 12182     ZAF
#> 12183     ZAF
#> 12184     ZAF
#> 12185     ZAF
#> 12186     ZAF
#> 12187     ZAF
#> 12188     ZAF
#> 12189     ZAF
#> 12190     ZAF
#> 12191     ZAF
#> 12192     ZAF
#> 12193     ZAF
#> 12194     ZAF
#> 12195     ZAF
#> 12196     ZAF
#> 12197     ZAF
#> 12198     ZAF
#> 12199     ZAF
#> 12200     ZAF
#> 12201     ZAF
#> 12202     ZAF
#> 12203     ZAF
#> 12204     ZAF
#> 12205     ZAF
#> 12206     ZAF
#> 12207     ZAF
#> 12208     ZAF
#> 12209     ZAF
#> 12210     ZAF
#> 12211     ZAF
#> 12212     ZAF
#> 12213     ZAF
#> 12214     ZAF
#> 12215     ZAF
#> 12216     ZAF
#> 12217     ZAF
#> 12218     ZAF
#> 12219     ZAF
#> 12220     ZAF
#> 12221     ZAF
#> 12222     ZAF
#> 12223     ZAF
#> 12224     ZAF
#> 12225     ZAF
#> 12226     ZAF
#> 12227     ZAF
#> 12228     ZAF
#> 12229     ZAF
#> 12230     ZAF
#> 12231     ZAF
#> 12232     ZAF
#> 12233     ZAF
#> 12234     ZAF
#> 12235     ZAF
#> 12236     ZAF
#> 12237     ZAF
#> 12238     ZAF
#> 12239     ZAF
#> 12240     ZAF
#> 12241     ZAF
#> 12242     ZAF
#> 12243     ZAF
#> 12244     ZAF
#> 12245     ZAF
#> 12246     ZAF
#> 12247     ZAF
#> 12248     ZAF
#> 12249     ZAF
#> 12250     ZAF
#> 12251     ZAF
#> 12252     ZAF
#> 12253     ZAF
#> 12254     ZAF
#> 12255     ZAF
#> 12256     ZAF
#> 12257     ZAF
#> 12258     ZAF
#> 12259     ZAF
#> 12260     ZAF
#> 12261     ZAF
#> 12262     ZAF
#> 12263     ZAF
#> 12264     ZAF
#> 12265     ZAF
#> 12266     ZAF
#> 12267     ZAF
#> 12268     ZAF
#> 12269     ZAF
#> 12270     ZAF
#> 12271     ZAF
#> 12272     ZAF
#> 12273     ZAF
#> 12274     ZAF
#> 12275     ZAF
#> 12276     ZAF
#> 12277     ZAF
#> 12278     ZAF
#> 12279     ZAF
#> 12280     ZAF
#> 12281     ZAF
#> 12282     ZAF
#> 12283     ZAF
#> 12284     ZAF
#> 12285     ZAF
#> 12286     ZAF
#> 12287     ZAF
#> 12288     ZAF
#> 12289     ZAF
#> 12290     ZAF
#> 12291     ZAF
#> 12292     ZAF
#> 12293     ZAF
#> 12294     ZAF
#> 12295     ZAF
#> 12296     ZAF
#> 12297     ZAF
#> 12298     ZAF
#> 12299     ZAF
#> 12300     ZAF
#> 12301     ZAF
#> 12302     ZAF
#> 12303     ZAF
#> 12304     ZAF
#> 12305     ZAF
#> 12306     ZAF
#> 12307     ZAF
#> 12308     ZAF
#> 12309     ZAF
#> 12310     ZAF
#> 12311     ZAF
#> 12312     ZAF
#> 12313     ZAF
#> 12314     ZAF
#> 12315     ZAF
#> 12316     ZAF
#> 12317     ZAF
#> 12318     ZAF
#> 12319     ZAF
#> 12320     ZAF
#> 12321     ZAF
#> 12322     ZAF
#> 12323     ZAF
#> 12324     ZAF
#> 12325     ZAF
#> 12326     ZAF
#> 12327     ZAF
#> 12328     ZAF
#> 12329     ZAF
#> 12330     ZAF
#> 12331     ZAF
#> 12332     ZAF
#> 12333     ZAF
#> 12334     ZAF
#> 12335     ZAF
#> 12336     ZAF
#> 12337     ZAF
#> 12338     ZAF
#> 12339     ZAF
#> 12340     ZAF
#> 12341     ZAF
#> 12342     ZAF
#> 12343     ZAF
#> 12344     ZAF
#> 12345     ZAF
#> 12346     ZAF
#> 12347     ZAF
#> 12348     ZAF
#> 12349     ZAF
#> 12350     ZAF
#> 12351     ZAF
#> 12352     ZAF
#> 12353     ZAF
#> 12354     ZAF
#> 12355     ZAF
#> 12356     ZAF
#> 12357     ZAF
#> 12358     ZAF
#> 12359     ZAF
#> 12360     ZAF
#> 12361     ZAF
#> 12362     ZAF
#> 12363     ZAF
#> 12364     ZAF
#> 12365     ZAF
#> 12366     ZAF
#> 12367     ZAF
#> 12368     ZAF
#> 12369     ZAF
#> 12370     ZAF
#> 12371     ZAF
#> 12372     ZAF
#> 12373     ZAF
#> 12374     ZAF
#> 12375     ZAF
#> 12376     ZAF
#> 12377     ZAF
#> 12378     ZAF
#> 12379     ZAF
#> 12380     ZAF
#> 12381     ZAF
#> 12382     ZAF
#> 12383     ZAF
#> 12384     ZAF
#> 12385     ZAF
#> 12386     ZAF
#> 12387     ZAF
#> 12388     ZAF
#> 12389     ZAF
#> 12390     ZAF
#> 12391     ZAF
#> 12392     ZAF
#> 12393     ZAF
#> 12394     ZAF
#> 12395     ZAF
#> 12396     ZAF
#> 12397     ZAF
#> 12398     ZAF
#> 12399     ZAF
#> 12400     ZAF
#> 12401     ZAF
#> 12402     ZAF
#> 12403     ZAF
#> 12404     ZAF
#> 12405     ZAF
#> 12406     ZAF
#> 12407     ZAF
#> 12408     ZAF
#> 12409     ZAF
#> 12410     ZAF
#> 12411     ZAF
#> 12412     ZAF
#> 12413     ZAF
#> 12414     ZAF
#> 12415     ZAF
#> 12416     ZAF
#> 12417     ZAF
#> 12418     ZAF
#> 12419     ZAF
#> 12420     ZAF
#> 12421     ZAF
#> 12422     ZAF
#> 12423     ZAF
#> 12424     ZAF
#> 12425     ZAF
#> 12426     ZAF
#> 12427     ZAF
#> 12428     ZAF
#> 12429     ZAF
#> 12430     ZAF
#> 12431     ZAF
#> 12432     ZAF
#> 12433     ZAF
#> 12434     ZAF
#> 12435     ZAF
#> 12436     ZAF
#> 12437     ZAF
#> 12438     ZAF
#> 12439     ZAF
#> 12440     ZAF
#> 12441     ZAF
#> 12442     ZAF
#> 12443     ZAF
#> 12444     ZAF
#> 12445     ZAF
#> 12446     ZAF
#> 12447     ZAF
#> 12448     ZAF
#> 12449     ZAF
#> 12450     ZAF
#> 12451     ZAF
#> 12452     ZAF
#> 12453     ZAF
#> 12454     ZAF
#> 12455     ZAF
#> 12456     ZAF
#> 12457     ZAF
#> 12458     ZAF
#> 12459     ZAF
#> 12460     ZAF
#> 12461     ZAF
#> 12462     ZAF
#> 12463     ZAF
#> 12464     ZAF
#> 12465     ZAF
#> 12466     ZAF
#> 12467     ZAF
#> 12468     ZAF
#> 12469     ZAF
#> 12470     ZAF
#> 12471     ZAF
#> 12472     ZAF
#> 12473     ZAF
#> 12474     ZAF
#> 12475     ZAF
#> 12476     ZAF
#> 12477     ZAF
#> 12478     ZAF
#> 12479     ZAF
#> 12480     ZAF
#> 12481     ZAF
#> 12482     ZAF
#> 12483     ZAF
#> 12484     ZAF
#> 12485     ZAF
#> 12486     ZAF
#> 12487     ZAF
#> 12488     ZAF
#> 12489     ZAF
#> 12490     ZAF
#> 12491     ZAF
#> 12492     ZAF
#> 12493     ZAF
#> 12494     ZAF
#> 12495     ZAF
#> 12496     ZAF
#> 12497     ZAF
#> 12498     ZAF
#> 12499     ZAF
#> 12500     ZAF
#> 12501     ZAF
#> 12502     ZAF
#> 12503     ZAF
#> 12504     ZAF
#> 12505     ZAF
#> 12506     ZAF
#> 12507     ZAF
#> 12508     ZAF
#> 12509     ZAF
#> 12510     ZAF
#> 12511     ZAF
#> 12512     ZAF
#> 12513     ZAF
#> 12514     ZAF
#> 12515     ZAF
#> 12516     ZAF
#> 12517     ZAF
#> 12518     ZAF
#> 12519     ZAF
#> 12520     ZAF
#> 12521     ZAF
#> 12522     ZAF
#> 12523     ZAF
#> 12524     ZAF
#> 12525     ZAF
#> 12526     ZAF
#> 12527     ZAF
#> 12528     ZAF
#> 12529     ZAF
#> 12530     ZAF
#> 12531     ZAF
#> 12532     ZAF
#> 12533     ZAF
#> 12534     ZAF
#> 12535     ZAF
#> 12536     ZAF
#> 12537     ZAF
#> 12538     ZAF
#> 12539     ZAF
#> 12540     ZAF
#> 12541     ZAF
#> 12542     ZAF
#> 12543     ZAF
#> 12544     ZAF
#> 12545     ZAF
#> 12546     ZAF
#> 12547     ZAF
#> 12548     ZAF
#> 12549     ZAF
#> 12550     ZAF
#> 12551     ZAF
#> 12552     ZAF
#> 12553     ZAF
#> 12554     ZAF
#> 12555     ZAF
#> 12556     ZAF
#> 12557     ZAF
#> 12558     ZAF
#> 12559     ZAF
#> 12560     ZAF
#> 12561     ZAF
#> 12562     ZAF
#> 12563     ZAF
#> 12564     ZAF
#> 12565     ZAF
#> 12566     ZAF
#> 12567     ZAF
#> 12568     ZAF
#> 12569     ZAF
#> 12570     ZAF
#> 12571     ZAF
#> 12572     ZAF
#> 12573     ZAF
#> 12574     ZAF
#> 12575     ZAF
#> 12576     ZAF
#> 12577     ZAF
#> 12578     ZAF
#> 12579     ZAF
#> 12580     ZAF
#> 12581     ZAF
#> 12582     ZAF
#> 12583     ZAF
#> 12584     ZAF
#> 12585     ZAF
#> 12586     ZAF
#> 12587     ZAF
#> 12588     ZAF
#> 12589     ZAF
#> 12590     ZAF
#> 12591     ZAF
#> 12592     ZAF
#> 12593     ZAF
#> 12594     ZAF
#> 12595     ZAF
#> 12596     ZAF
#> 12597     ZAF
#> 12598     ZAF
#> 12599     ZAF
#> 12600     ZAF
#> 12601     ZAF
#> 12602     ZAF
#> 12603     ZAF
#> 12604     ZAF
#> 12605     ZAF
#> 12606     ZAF
#> 12607     ZAF
#> 12608     ZAF
#> 12609     ZAF
#> 12610     ZAF
#> 12611     ZAF
#> 12612     ZAF
#> 12613     ZAF
#> 12614     ZAF
#> 12615     ZAF
#> 12616     ZAF
#> 12617     ZAF
#> 12618     ZAF
#> 12619     ZAF
#> 12620     ZAF
#> 12621     ZAF
#> 12622     ZAF
#> 12623     ZAF
#> 12624     ZAF
#> 12625     ZAF
#> 12626     ZAF
#> 12627     ZAF
#> 12628     ZAF
#> 12629     ZAF
#> 12630     ZAF
#> 12631     ZAF
#> 12632     ZAF
#> 12633     ZAF
#> 12634     ZAF
#> 12635     ZAF
#> 12636     ZAF
#> 12637     ZAF
#> 12638     ZAF
#> 12639     ZAF
#> 12640     ZAF
#> 12641     ZAF
#> 12642     ZAF
#> 12643     ZAF
#> 12644     ZAF
#> 12645     ZAF
#> 12646     ZAF
#> 12647     ZAF
#> 12648     ZAF
#> 12649     ZAF
#> 12650     ZAF
#> 12651     ZAF
#> 12652     ZAF
#> 12653     ZAF
#> 12654     ZAF
#> 12655     ZAF
#> 12656     ZAF
#> 12657     ZAF
#> 12658     ZAF
#> 12659     ZAF
#> 12660     ZAF
#> 12661     ZAF
#> 12662     ZAF
#> 12663     ZAF
#> 12664     ZAF
#> 12665     ZAF
#> 12666     ZAF
#> 12667     ZAF
#> 12668     ZAF
#> 12669     ZAF
#> 12670     ZAF
#> 12671     ZAF
#> 12672     ZAF
#> 12673     ZAF
#> 12674     ZAF
#> 12675     ZAF
#> 12676     ZAF
#> 12677     ZAF
#> 12678     ZAF
#> 12679     ZAF
#> 12680     ZAF
#> 12681     ZAF
#> 12682     ZAF
#> 12683     ZAF
#> 12684     ZAF
#> 12685     ZAF
#> 12686     ZAF
#> 12687     ZAF
#> 12688     ZAF
#> 12689     ZAF
#> 12690     ZAF
#> 12691     ZAF
#> 12692     ZAF
#> 12693     ZAF
#> 12694     ZAF
#> 12695     ZAF
#> 12696     ZAF
#> 12697     ZAF
#> 12698     ZAF
#> 12699     ZAF
#> 12700     ZAF
#> 12701     ZAF
#> 12702     ZAF
#> 12703     ZAF
#> 12704     ZAF
#> 12705     ZAF
#> 12706     ZAF
#> 12707     ZAF
#> 12708     ZAF
#> 12709     ZAF
#> 12710     ZAF
#> 12711     ZAF
#> 12712     ZAF
#> 12713     ZAF
#> 12714     ZAF
#> 12715     ZAF
#> 12716     ZAF
#> 12717     ZAF
#> 12718     ZAF
#> 12719     ZAF
#> 12720     ZAF
#> 12721     ZAF
#> 12722     ZAF
#> 12723     ZAF
#> 12724     ZAF
#> 12725     ZAF
#> 12726     ZAF
#> 12727     ZAF
#> 12728     ZAF
#> 12729     ZAF
#> 12730     ZAF
#> 12731     ZAF
#> 12732     ZAF
#> 12733     ZAF
#> 12734     ZAF
#> 12735     ZAF
#> 12736     ZAF
#> 12737     ZAF
#> 12738     ZAF
#> 12739     ZAF
#> 12740     ZAF
#> 12741     ZAF
#> 12742     ZAF
#> 12743     ZAF
#> 12744     ZAF
#> 12745     ZAF
#> 12746     ZAF
#> 12747     ZAF
#> 12748     ZAF
#> 12749     ZAF
#> 12750     ZAF
#> 12751     ZAF
#> 12752     ZAF
#> 12753     ZAF
#> 12754     ZAF
#> 12755     ZAF
#> 12756     ZAF
#> 12757     ZAF
#> 12758     ZAF
#> 12759     ZAF
#> 12760     ZAF
#> 12761     ZAF
#> 12762     ZAF
#> 12763     ZAF
#> 12764     ZAF
#> 12765     ZAF
#> 12766     ZAF
#> 12767     ZAF
#> 12768     ZAF
#> 12769     ZAF
#> 12770     ZAF
#> 12771     ZAF
#> 12772     ZAF
#> 12773     ZAF
#> 12774     ZAF
#> 12775     ZAF
#> 12776     ZAF
#> 12777     ZAF
#> 12778     ZAF
#> 12779     ZAF
#> 12780     ZAF
#> 12781     ZAF
#> 12782     ZAF
#> 12783     ZAF
#> 12784     ZAF
#> 12785     ZAF
#> 12786     ZAF
#> 12787     ZAF
#> 12788     ZAF
#> 12789     ZAF
#> 12790     ZAF
#> 12791     ZAF
#> 12792     ZAF
#> 12793     ZAF
#> 12794     ZAF
#> 12795     ZAF
#> 12796     ZAF
#> 12797     ZAF
#> 12798     ZAF
#> 12799     ZAF
#> 12800     ZAF
#> 12801     ZAF
#> 12802     ZAF
#> 12803     ZAF
#> 12804     ZAF
#> 12805     ZAF
#> 12806     ZAF
#> 12807     ZAF
#> 12808     ZAF
#> 12809     ZAF
#> 12810     ZAF
#> 12811     ZAF
#> 12812     ZAF
#> 12813     ZAF
#> 12814     ZAF
#> 12815     ZAF
#> 12816     ZAF
#> 12817     ZAF
#> 12818     ZAF
#> 12819     ZAF
#> 12820     ZAF
#> 12821     ZAF
#> 12822     ZAF
#> 12823     ZAF
#> 12824     ZAF
#> 12825     ZAF
#> 12826     ZAF
#> 12827     ZAF
#> 12828     ZAF
#> 12829     ZAF
#> 12830     ZAF
#> 12831     ZAF
#> 12832     ZAF
#> 12833     ZAF
#> 12834     ZAF
#> 12835     ZAF
#> 12836     ZAF
#> 12837     ZAF
#> 12838     ZAF
#> 12839     ZAF
#> 12840     ZAF
#> 12841     ZAF
#> 12842     ZAF
#> 12843     ZAF
#> 12844     ZAF
#> 12845     ZAF
#> 12846     ZAF
#> 12847     ZAF
#> 12848     ZAF
#> 12849     ZAF
#> 12850     ZAF
#> 12851     ZAF
#> 12852     ZAF
#> 12853     ZAF
#> 12854     ZAF
#> 12855     ZAF
#> 12856     ZAF
#> 12857     ZAF
#> 12858     ZAF
#> 12859     ZAF
#> 12860     ZAF
#> 12861     ZAF
#> 12862     ZAF
#> 12863     ZAF
#> 12864     ZAF
#> 12865     ZAF
#> 12866     ZAF
#> 12867     ZAF
#> 12868     ZAF
#> 12869     ZAF
#> 12870     ZAF
#> 12871     ZAF
#> 12872     ZAF
#> 12873     ZAF
#> 12874     ZAF
#> 12875     ZAF
#> 12876     ZAF
#> 12877     ZAF
#> 12878     ZAF
#> 12879     ZAF
#> 12880     ZAF
#> 12881     ZAF
#> 12882     ZAF
#> 12883     ZAF
#> 12884     ZAF
#> 12885     ZAF
#> 12886     ZAF
#> 12887     ZAF
#> 12888     ZAF
#> 12889     ZAF
#> 12890     ZAF
#> 12891     ZAF
#> 12892     ZAF
#> 12893     ZAF
#> 12894     ZAF
#> 12895     ZAF
#> 12896     ZAF
#> 12897     ZAF
#> 12898     ZAF
#> 12899     ZAF
#> 12900     ZAF
#> 12901     ZAF
#> 12902     ZAF
#> 12903     ZAF
#> 12904     ZAF
#> 12905     ZAF
#> 12906     ZAF
#> 12907     ZAF
#> 12908     ZAF
#> 12909     ZAF
#> 12910     ZAF
#> 12911     ZAF
#> 12912     ZAF
#> 12913     ZAF
#> 12914     ZAF
#> 12915     ZAF
#> 12916     ZAF
#> 12917     ZAF
#> 12918     ZAF
#> 12919     ZAF
#> 12920     ZAF
#> 12921     ZAF
#> 12922     ZAF
#> 12923     ZAF
#> 12924     ZAF
#> 12925     ZAF
#> 12926     ZAF
#> 12927     ZAF
#> 12928     ZAF
#> 12929     ZAF
#> 12930     ZAF
#> 12931     ZAF
#> 12932     ZAF
#> 12933     ZAF
#> 12934     ZAF
#> 12935     ZAF
#> 12936     ZAF
#> 12937     ZAF
#> 12938     ZAF
#> 12939     ZAF
#> 12940     ZAF
#> 12941     ZAF
#> 12942     ZAF
#> 12943     ZAF
#> 12944     ZAF
#> 12945     ZAF
#> 12946     ZAF
#> 12947     ZAF
#> 12948     ZAF
#> 12949     ZAF
#> 12950     ZAF
#> 12951     ZAF
#> 12952     ZAF
#> 12953     ZAF
#> 12954     ZAF
#> 12955     ZAF
#> 12956     ZAF
#> 12957     ZAF
#> 12958     ZAF
#> 12959     ZAF
#> 12960     ZAF
#> 12961     ZAF
#> 12962     ZAF
#> 12963     ZAF
#> 12964     ZAF
#> 12965     ZAF
#> 12966     ZAF
#> 12967     ZAF
#> 12968     ZAF
#> 12969     ZAF
#> 12970     ZAF
#> 12971     ZAF
#> 12972     ZAF
#> 12973     ZAF
#> 12974     ZAF
#> 12975     ZAF
#> 12976     ZAF
#> 12977     ZAF
#> 12978     ZAF
#> 12979     ZAF
#> 12980     ZAF
#> 12981     ZAF
#> 12982     ZAF
#> 12983     ZAF
#> 12984     ZAF
#> 12985     ZAF
#> 12986     ZAF
#> 12987     ZAF
#> 12988     ZAF
#> 12989     ZAF
#> 12990     ZAF
#> 12991     ZAF
#> 12992     ZAF
#> 12993     ZAF
#> 12994     ZAF
#> 12995     ZAF
#> 12996     ZAF
#> 12997     ZAF
#> 12998     ZAF
#> 12999     ZAF
#> 13000     ZAF
#> 13001     ZAF
#> 13002     ZAF
#> 13003     ZAF
#> 13004     ZAF
#> 13005     ZAF
#> 13006     ZAF
#> 13007     ZAF
#> 13008     ZAF
#> 13009     ZAF
#> 13010     ZAF
#> 13011     ZAF
#> 13012     ZAF
#> 13013     ZAF
#> 13014     ZAF
#> 13015     ZAF
#> 13016     ZAF
#> 13017     ZAF
#> 13018     ZAF
#> 13019     ZAF
#> 13020     ZAF
#> 13021     ZAF
#> 13022     ZAF
#> 13023     ZAF
#> 13024     ZAF
#> 13025     ZAF
#> 13026     ZAF
#> 13027     ZAF
#> 13028     ZAF
#> 13029     ZAF
#> 13030     ZAF
#> 13031     ZAF
#> 13032     ZAF
#> 13033     ZAF
#> 13034     ZAF
#> 13035     ZAF
#> 13036     ZAF
#> 13037     ZAF
#> 13038     ZAF
#> 13039     ZAF
#> 13040     ZAF
#> 13041     ZAF
#> 13042     ZAF
#> 13043     ZAF
#> 13044     ZAF
#> 13045     ZAF
#> 13046     ZAF
#> 13047     ZAF
#> 13048     ZAF
#> 13049     ZAF
#> 13050     ZAF
#> 13051     ZAF
#> 13052     ZAF
#> 13053     ZAF
#> 13054     ZAF
#> 13055     ZAF
#> 13056     ZAF
#> 13057     ZAF
#> 13058     ZAF
#> 13059     ZAF
#> 13060     ZAF
#> 13061     ZAF
#> 13062     ZAF
#> 13063     ZAF
#> 13064     ZAF
#> 13065     ZAF
#> 13066     ZAF
#> 13067     ZAF
#> 13068     ZAF
#> 13069     ZAF
#> 13070     ZAF
#> 13071     ZAF
#> 13072     ZAF
#> 13073     ZAF
#> 13074     ZAF
#> 13075     ZAF
#> 13076     ZAF
#> 13077     ZAF
#> 13078     ZAF
#> 13079     ZAF
#> 13080     ZAF
#> 13081     ZAF
#> 13082     ZAF
#> 13083     ZAF
#> 13084     ZAF
#> 13085     ZAF
#> 13086     ZAF
#> 13087     ZAF
#> 13088     ZAF
#> 13089     ZAF
#> 13090     ZAF
#> 13091     ZAF
#> 13092     ZAF
#> 13093     ZAF
#> 13094     ZAF
#> 13095     ZAF
#> 13096     ZAF
#> 13097     ZAF
#> 13098     ZAF
#> 13099     ZAF
#> 13100     ZAF
#> 13101     ZAF
#> 13102     ZAF
#> 13103     ZAF
#> 13104     ZAF
#> 13105     ZAF
#> 13106     ZAF
#> 13107     ZAF
#> 13108     ZAF
#> 13109     ZAF
#> 13110     ZAF
#> 13111     ZAF
#> 13112     ZAF
#> 13113     ZAF
#> 13114     ZAF
#> 13115     ZAF
#> 13116     ZAF
#> 13117     ZAF
#> 13118     ZAF
#> 13119     ZAF
#> 13120     ZAF
#> 13121     ZAF
#> 13122     ZAF
#> 13123     ZAF
#> 13124     ZAF
#> 13125     ZAF
#> 13126     ZAF
#> 13127     ZAF
#> 13128     ZAF
#> 13129     ZAF
#> 13130     ZAF
#> 13131     ZAF
#> 13132     ZAF
#> 13133     ZAF
#> 13134     ZAF
#> 13135     ZAF
#> 13136     ZAF
#> 13137     ZAF
#> 13138     ZAF
#> 13139     ZAF
#> 13140     ZAF
#> 13141     ZAF
#> 13142     ZAF
#> 13143     ZAF
#> 13144     ZAF
#> 13145     ZAF
#> 13146     ZAF
#> 13147     ZAF
#> 13148     ZAF
#> 13149     ZAF
#> 13150     ZAF
#> 13151     ZAF
#> 13152     ZAF
#> 13153     ZAF
#> 13154     ZAF
#> 13155     ZAF
#> 13156     ZAF
#> 13157     ZAF
#> 13158     ZAF
#> 13159     ZAF
#> 13160     ZAF
#> 13161     ZAF
#> 13162     ZAF
#> 13163     ZAF
#> 13164     ZAF
#> 13165     ZAF
#> 13166     ZAF
#> 13167     ZAF
#> 13168     ZAF
#> 13169     ZAF
#> 13170     ZAF
#> 13171     ZAF
#> 13172     ZAF
#> 13173     ZAF
#> 13174     ZAF
#> 13175     ZAF
#> 13176     ZAF
#> 13177     ZAF
#> 13178     ZAF
#> 13179     ZAF
#> 13180     ZAF
#> 13181     ZAF
#> 13182     ZAF
#> 13183     ZAF
#> 13184     ZAF
#> 13185     ZAF
#> 13186     ZAF
#> 13187     ZAF
#> 13188     ZAF
#> 13189     ZAF
#> 13190     ZAF
#> 13191     ZAF
#> 13192     ZAF
#> 13193     ZAF
#> 13194     ZAF
#> 13195     ZAF
#> 13196     ZAF
#> 13197     ZAF
#> 13198     ZAF
#> 13199     ZAF
#> 13200     ZAF
#> 13201     ZAF
#> 13202     ZAF
#> 13203     ZAF
#> 13204     ZAF
#> 13205     ZAF
#> 13206     ZAF
#> 13207     ZAF
#> 13208     ZAF
#> 13209     ZAF
#> 13210     ZAF
#> 13211     ZAF
#> 13212     ZAF
#> 13213     ZAF
#> 13214     ZAF
#> 13215     ZAF
#> 13216     ZAF
#> 13217     ZAF
#> 13218     ZAF
#> 13219     ZAF
#> 13220     ZAF
#> 13221     ZAF
#> 13222     ZAF
#> 13223     ZAF
#> 13224     ZAF
#> 13225     ZAF
#> 13226     ZAF
#> 13227     ZAF
#> 13228     ZAF
#> 13229     ZAF
#> 13230     ZAF
#> 13231     ZAF
#> 13232     ZAF
#> 13233     ZAF
#> 13234     ZAF
#> 13235     ZAF
#> 13236     ZAF
#> 13237     ZAF
#> 13238     ZAF
#> 13239     ZAF
#> 13240     ZAF
#> 13241     ZAF
#> 13242     ZAF
#> 13243     ZAF
#> 13244     ZAF
#> 13245     ZAF
#> 13246     ZAF
#> 13247     ZAF
#> 13248     ZAF
#> 13249     ZAF
#> 13250     ZAF
#> 13251     ZAF
#> 13252     ZAF
#> 13253     ZAF
#> 13254     ZAF
#> 13255     ZAF
#> 13256     ZAF
#> 13257     ZAF
#> 13258     ZAF
#> 13259     ZAF
#> 13260     ZAF
#> 13261     ZAF
#> 13262     ZAF
#> 13263     ZAF
#> 13264     ZAF
#> 13265     ZAF
#> 13266     ZAF
#> 13267     ZAF
#> 13268     ZAF
#> 13269     ZAF
#> 13270     ZAF
#> 13271     ZAF
#> 13272     ZAF
#> 13273     ZAF
#> 13274     ZAF
#> 13275     ZAF
#> 13276     ZAF
#> 13277     ZAF
#> 13278     ZAF
#> 13279     ZAF
#> 13280     ZAF
#> 13281     ZAF
#> 13282     ZAF
#> 13283     ZAF
#> 13284     ZAF
#> 13285     ZAF
#> 13286     ZAF
#> 13287     ZAF
#> 13288     ZAF
#> 13289     ZAF
#> 13290     ZAF
#> 13291     ZAF
#> 13292     ZAF
#> 13293     ZAF
#> 13294     ZAF
#> 13295     ZAF
#> 13296     ZAF
#> 13297     ZAF
#> 13298     ZAF
#> 13299     ZAF
#> 13300     ZAF
#> 13301     ZAF
#> 13302     ZAF
#> 13303     ZAF
#> 13304     ZAF
#> 13305     ZAF
#> 13306     ZAF
#> 13307     ZAF
#> 13308     ZAF
#> 13309     ZAF
#> 13310     ZAF
#> 13311     ZAF
#> 13312     ZAF
#> 13313     ZAF
#> 13314     ZAF
#> 13315     ZAF
#> 13316     ZAF
#> 13317     ZAF
#> 13318     ZAF
#> 13319     ZAF
#> 13320     ZAF
#> 13321     ZAF
#> 13322     ZAF
#> 13323     ZAF
#> 13324     ZAF
#> 13325     ZAF
#> 13326     ZAF
#> 13327     ZAF
#> 13328     ZAF
#> 13329     ZAF
#> 13330     ZAF
#> 13331     ZAF
#> 13332     ZAF
#> 13333     ZAF
#> 13334     ZAF
#> 13335     ZAF
#> 13336     ZAF
#> 13337     ZAF
#> 13338     ZAF
#> 13339     ZAF
#> 13340     ZAF
#> 13341     ZAF
#> 13342     ZAF
#> 13343     ZAF
#> 13344     ZAF
#> 13345     ZAF
#> 13346     ZAF
#> 13347     ZAF
#> 13348     ZAF
#> 13349     ZAF
#> 13350     ZAF
#> 13351     ZAF
#> 13352     ZAF
#> 13353     ZAF
#> 13354     ZAF
#> 13355     ZAF
#> 13356     ZAF
#> 13357     ZAF
#> 13358     ZAF
#> 13359     ZAF
#> 13360     ZAF
#> 13361     ZAF
#> 13362     ZAF
#> 13363     ZAF
#> 13364     ZAF
#> 13365     ZAF
#> 13366     ZAF
#> 13367     ZAF
#> 13368     ZAF
#> 13369     ZAF
#> 13370     ZAF
#> 13371     ZAF
#> 13372     ZAF
#> 13373     ZAF
#> 13374     ZAF
#> 13375     ZAF
#> 13376     ZAF
#> 13377     ZAF
#> 13378     ZAF
#> 13379     ZAF
#> 13380     ZAF
#> 13381     ZAF
#> 13382     ZAF
#> 13383     ZAF
#> 13384     ZAF
#> 13385     ZAF
#> 13386     ZAF
#> 13387     ZAF
#> 13388     ZAF
#> 13389     ZAF
#> 13390     ZAF
#> 13391     ZAF
#> 13392     ZAF
#> 13393     ZAF
#> 13394     ZAF
#> 13395     ZAF
#> 13396     ZAF
#> 13397     ZAF
#> 13398     ZAF
#> 13399     ZAF
#> 13400     ZAF
#> 13401     ZAF
#> 13402     ZAF
#> 13403     ZAF
#> 13404     ZAF
#> 13405     ZAF
#> 13406     ZAF
#> 13407     ZAF
#> 13408     ZAF
#> 13409     ZAF
#> 13410     ZAF
#> 13411     ZAF
#> 13412     ZAF
#> 13413     ZAF
#> 13414     ZAF
#> 13415     ZAF
#> 13416     ZAF
#> 13417     ZAF
#> 13418     ZAF
#> 13419     ZAF
#> 13420     ZAF
#> 13421     ZAF
#> 13422     ZAF
#> 13423     ZAF
#> 13424     ZAF
#> 13425     ZAF
#> 13426     ZAF
#> 13427     ZAF
#> 13428     ZAF
#> 13429     ZAF
#> 13430     ZAF
#> 13431     ZAF
#> 13432     ZAF
#> 13433     ZAF
#> 13434     ZAF
#> 13435     ZAF
#> 13436     ZAF
#> 13437     ZAF
#> 13438     ZAF
#> 13439     ZAF
#> 13440     ZAF
#> 13441     ZAF
#> 13442     ZAF
#> 13443     ZAF
#> 13444     ZAF
#> 13445     ZAF
#> 13446     ZAF
#> 13447     ZAF
#> 13448     ZAF
#> 13449     ZAF
#> 13450     ZAF
#> 13451     ZAF
#> 13452     ZAF
#> 13453     ZAF
#> 13454     ZAF
#> 13455     ZAF
#> 13456     ZAF
#> 13457     ZAF
#> 13458     ZAF
#> 13459     ZAF
#> 13460     ZAF
#> 13461     ZAF
#> 13462     ZAF
#> 13463     ZAF
#> 13464     ZAF
#> 13465     ZAF
#> 13466     ZAF
#> 13467     ZAF
#> 13468     ZAF
#> 13469     ZAF
#> 13470     ZAF
#> 13471     ZAF
#> 13472     ZAF
#> 13473     ZAF
#> 13474     ZAF
#> 13475     ZAF
#> 13476     ZAF
#> 13477     ZAF
#> 13478     ZAF
#> 13479     ZAF
#> 13480     ZAF
#> 13481     ZAF
#> 13482     ZAF
#> 13483     ZAF
#> 13484     ZAF
#> 13485     ZAF
#> 13486     ZAF
#> 13487     ZAF
#> 13488     ZAF
#> 13489     ZAF
#> 13490     ZAF
#> 13491     ZAF
#> 13492     ZAF
#> 13493     ZAF
#> 13494     ZAF
#> 13495     ZAF
#> 13496     ZAF
#> 13497     ZAF
#> 13498     ZAF
#> 13499     ZAF
#> 13500     ZAF
#> 13501     ZAF
#> 13502     ZAF
#> 13503     ZAF
#> 13504     ZAF
#> 13505     ZAF
#> 13506     ZAF
#> 13507     ZAF
#> 13508     ZAF
#> 13509     ZAF
#> 13510     ZAF
#> 13511     ZAF
#> 13512     ZAF
#> 13513     ZAF
#> 13514     ZAF
#> 13515     ZAF
#> 13516     ZAF
#> 13517     ZAF
#> 13518     ZAF
#> 13519     ZAF
#> 13520     ZAF
#> 13521     ZAF
#> 13522     ZAF
#> 13523     ZAF
#> 13524     ZAF
#> 13525     ZAF
#> 13526     ZAF
#> 13527     ZAF
#> 13528     ZAF
#> 13529     ZAF
#> 13530     ZAF
#> 13531     ZAF
#> 13532     ZAF
#> 13533     ZAF
#> 13534     ZAF
#> 13535     ZAF
#> 13536     ZAF
#> 13537     ZAF
#> 13538     ZAF
#> 13539     ZAF
#> 13540     ZAF
#> 13541     ZAF
#> 13542     ZAF
#> 13543     ZAF
#> 13544     ZAF
#> 13545     ZAF
#> 13546     ZAF
#> 13547     ZAF
#> 13548     ZAF
#> 13549     ZAF
#> 13550     ZAF
#> 13551     ZAF
#> 13552     ZAF
#> 13553     ZAF
#> 13554     ZAF
#> 13555     ZAF
#> 13556     ZAF
#> 13557     ZAF
#> 13558     ZAF
#> 13559     ZAF
#> 13560     ZAF
#> 13561     ZAF
#> 13562     ZAF
#> 13563     ZAF
#> 13564     ZAF
#> 13565     ZAF
#> 13566     ZAF
#> 13567     ZAF
#> 13568     ZAF
#> 13569     ZAF
#> 13570     ZAF
#> 13571     ZAF
#> 13572     ZAF
#> 13573     ZAF
#> 13574     ZAF
#> 13575     ZAF
#> 13576     ZAF
#> 13577     ZAF
#> 13578     ZAF
#> 13579     ZAF
#> 13580     ZAF
#> 13581     ZAF
#> 13582     ZAF
#> 13583     ZAF
#> 13584     ZAF
#> 13585     ZAF
#> 13586     ZAF
#> 13587     ZAF
#> 13588     ZAF
#> 13589     ZAF
#> 13590     ZAF
#> 13591     ZAF
#> 13592     ZAF
#> 13593     ZAF
#> 13594     ZAF
#> 13595     ZAF
#> 13596     ZAF
#> 13597     ZAF
#> 13598     ZAF
#> 13599     ZAF
#> 13600     ZAF
#> 13601     ZAF
#> 13602     ZAF
#> 13603     ZAF
#> 13604     ZAF
#> 13605     ZAF
#> 13606     ZAF
#> 13607     ZAF
#> 13608     ZAF
#> 13609     ZAF
#> 13610     ZAF
#> 13611     ZAF
#> 13612     ZAF
#> 13613     ZAF
#> 13614     ZAF
#> 13615     ZAF
#> 13616     ZAF
#> 13617     ZAF
#> 13618     ZAF
#> 13619     ZAF
#> 13620     ZAF
#> 13621     ZAF
#> 13622     ZAF
#> 13623     ZAF
#> 13624     ZAF
#> 13625     ZAF
#> 13626     ZAF
#> 13627     ZAF
#> 13628     ZAF
#> 13629     ZAF
#> 13630     ZAF
#> 13631     ZAF
#> 13632     ZAF
#> 13633     ZAF
#> 13634     ZAF
#> 13635     ZAF
#> 13636     ZAF
#> 13637     ZAF
#> 13638     ZAF
#> 13639     ZAF
#> 13640     ZAF
#> 13641     ZAF
#> 13642     ZAF
#> 13643     ZAF
#> 13644     ZAF
#> 13645     ZAF
#> 13646     ZAF
#> 13647     ZAF
#> 13648     ZAF
#> 13649     ZAF
#> 13650     ZAF
#> 13651     ZAF
#> 13652     ZAF
#> 13653     ZAF
#> 13654     ZAF
#> 13655     ZAF
#> 13656     ZAF
#> 13657     ZAF
#> 13658     ZAF
#> 13659     ZAF
#> 13660     ZAF
#> 13661     ZAF
#> 13662     ZAF
#> 13663     ZAF
#> 13664     ZAF
#> 13665     ZAF
#> 13666     ZAF
#> 13667     ZAF
#> 13668     ZAF
#> 13669     ZAF
#> 13670     ZAF
#> 13671     ZAF
#> 13672     ZAF
#> 13673     ZAF
#> 13674     ZAF
#> 13675     ZAF
#> 13676     ZAF
#> 13677     ZAF
#> 13678     ZAF
#> 13679     ZAF
#> 13680     ZAF
#> 13681     ZAF
#> 13682     ZAF
#> 13683     ZAF
#> 13684     ZAF
#> 13685     ZAF
#> 13686     ZAF
#> 13687     ZAF
#> 13688     ZAF
#> 13689     ZAF
#> 13690     ZAF
#> 13691     ZAF
#> 13692     ZAF
#> 13693     ZAF
#> 13694     ZAF
#> 13695     ZAF
#> 13696     ZAF
#> 13697     ZAF
#> 13698     ZAF
#> 13699     ZAF
#> 13700     ZAF
#> 13701     ZAF
#> 13702     ZAF
#> 13703     ZAF
#> 13704     ZAF
#> 13705     ZAF
#> 13706     ZAF
#> 13707     ZAF
#> 13708     ZAF
#> 13709     ZAF
#> 13710     ZAF
#> 13711     ZAF
#> 13712     ZAF
#> 13713     ZAF
#> 13714     ZAF
#> 13715     ZAF
#> 13716     ZAF
#> 13717     ZAF
#> 13718     ZAF
#> 13719     ZAF
#> 13720     ZAF
#> 13721     ZAF
#> 13722     ZAF
#> 13723     ZAF
#> 13724     ZAF
#> 13725     ZAF
#> 13726     ZAF
#> 13727     ZAF
#> 13728     ZAF
#> 13729     ZAF
#> 13730     ZAF
#> 13731     ZAF
#> 13732     ZAF
#> 13733     ZAF
#> 13734     ZAF
#> 13735     ZAF
#> 13736     ZAF
#> 13737     ZAF
#> 13738     ZAF
#> 13739     ZAF
#> 13740     ZAF
#> 13741     ZAF
#> 13742     ZAF
#> 13743     ZAF
#> 13744     ZAF
#> 13745     ZAF
#> 13746     ZAF
#> 13747     ZAF
#> 13748     ZAF
#> 13749     ZAF
#> 13750     ZAF
#> 13751     ZAF
#> 13752     ZAF
#> 13753     ZAF
#> 13754     ZAF
#> 13755     ZAF
#> 13756     ZAF
#> 13757     ZAF
#> 13758     ZAF
#> 13759     ZAF
#> 13760     ZAF
#> 13761     ZAF
#> 13762     ZAF
#> 13763     ZAF
#> 13764     ZAF
#> 13765     ZAF
#> 13766     ZAF
#> 13767     ZAF
#> 13768     ZAF
#> 13769     ZAF
#> 13770     ZAF
#> 13771     ZAF
#> 13772     ZAF
#> 13773     ZAF
#> 13774     ZAF
#> 13775     ZAF
#> 13776     ZAF
#> 13777     ZAF
#> 13778     ZAF
#> 13779     ZAF
#> 13780     ZAF
#> 13781     ZAF
#> 13782     ZAF
#> 13783     ZAF
#> 13784     ZAF
#> 13785     ZAF
#> 13786     ZAF
#> 13787     ZAF
#> 13788     ZAF
#> 13789     ZAF
#> 13790     ZAF
#> 13791     ZAF
#> 13792     ZAF
#> 13793     ZAF
#> 13794     ZAF
#> 13795     ZAF
#> 13796     ZAF
#> 13797     ZAF
#> 13798     ZAF
#> 13799     ZAF
#> 13800     ZAF
#> 13801     ZAF
#> 13802     ZAF
#> 13803     ZAF
#> 13804     ZAF
#> 13805     ZAF
#> 13806     ZAF
#> 13807     ZAF
#> 13808     ZAF
#> 13809     ZAF
#> 13810     ZAF
#> 13811     ZAF
#> 13812     ZAF
#> 13813     ZAF
#> 13814     ZAF
#> 13815     ZAF
#> 13816     ZAF
#> 13817     ZAF
#> 13818     ZAF
#> 13819     ZAF
#> 13820     ZAF
#> 13821     ZAF
#> 13822     ZAF
#> 13823     ZAF
#> 13824     ZAF
#> 13825     ZAF
#> 13826     ZAF
#> 13827     ZAF
#> 13828     ZAF
#> 13829     ZAF
#> 13830     ZAF
#> 13831     ZAF
#> 13832     ZAF
#> 13833     ZAF
#> 13834     ZAF
#> 13835     ZAF
#> 13836     ZAF
#> 13837     ZAF
#> 13838     ZAF
#> 13839     ZAF
#> 13840     ZAF
#> 13841     ZAF
#> 13842     ZAF
#> 13843     ZAF
#> 13844     ZAF
#> 13845     ZAF
#> 13846     ZAF
#> 13847     ZAF
#> 13848     ZAF
#> 13849     ZAF
#> 13850     ZAF
#> 13851     ZAF
#> 13852     ZAF
#> 13853     ZAF
#> 13854     ZAF
#> 13855     ZAF
#> 13856     ZAF
#> 13857     ZAF
#> 13858     ZAF
#> 13859     ZAF
#> 13860     ZAF
#> 13861     ZAF
#> 13862     ZAF
#> 13863     ZAF
#> 13864     ZAF
#> 13865     ZAF
#> 13866     ZAF
#> 13867     ZAF
#> 13868     ZAF
#> 13869     ZAF
#> 13870     ZAF
#> 13871     ZAF
#> 13872     ZAF
#> 13873     ZAF
#> 13874     ZAF
#> 13875     ZAF
#> 13876     ZAF
#> 13877     ZAF
#> 13878     ZAF
#> 13879     ZAF
#> 13880     ZAF
#> 13881     ZAF
#> 13882     ZAF
#> 13883     ZAF
#> 13884     ZAF
#> 13885     ZAF
#> 13886     ZAF
#> 13887     ZAF
#> 13888     ZAF
#> 13889     ZAF
#> 13890     ZAF
#> 13891     ZAF
#> 13892     ZAF
#> 13893     ZAF
#> 13894     ZAF
#> 13895     ZAF
#> 13896     ZAF
#> 13897     ZAF
#> 13898     ZAF
#> 13899     ZAF
#> 13900     ZAF
#> 13901     ZAF
#> 13902     ZAF
#> 13903     ZAF
#> 13904     ZAF
#> 13905     ZAF
#> 13906     ZAF
#> 13907     ZAF
#> 13908     ZAF
#> 13909     ZAF
#> 13910     ZAF
#> 13911     ZAF
#> 13912     ZAF
#> 13913     ZAF
#> 13914     ZAF
#> 13915     ZAF
#> 13916     ZAF
#> 13917     ZAF
#> 13918     ZAF
#> 13919     ZAF
#> 13920     ZAF
#> 13921     ZAF
#> 13922     ZAF
#> 13923     ZAF
#> 13924     ZAF
#> 13925     ZAF
#> 13926     ZAF
#> 13927     ZAF
#> 13928     ZAF
#> 13929     ZAF
#> 13930     ZAF
#> 13931     ZAF
#> 13932     ZAF
#> 13933     ZAF
#> 13934     ZAF
#> 13935     ZAF
#> 13936     ZAF
#> 13937     ZAF
#> 13938     ZAF
#> 13939     ZAF
#> 13940     ZAF
#> 13941     ZAF
#> 13942     ZAF
#> 13943     ZAF
#> 13944     ZAF
#> 13945     ZAF
#> 13946     ZAF
#> 13947     ZAF
#> 13948     ZAF
#> 13949     ZAF
#> 13950     ZAF
#> 13951     ZAF
#> 13952     ZAF
#> 13953     ZAF
#> 13954     ZAF
#> 13955     ZAF
#> 13956     ZAF
#> 13957     ZAF
#> 13958     ZAF
#> 13959     ZAF
#> 13960     ZAF
#> 13961     ZAF
#> 13962     ZAF
#> 13963     ZAF
#> 13964     ZAF
#> 13965     ZAF
#> 13966     ZAF
#> 13967     ZAF
#> 13968     ZAF
#> 13969     ZAF
#> 13970     ZAF
#> 13971     ZAF
#> 13972     ZAF
#> 13973     ZAF
#> 13974     ZAF
#> 13975     ZAF
#> 13976     ZAF
#> 13977     ZAF
#> 13978     ZAF
#> 13979     ZAF
#> 13980     ZAF
#> 13981     ZAF
#> 13982     ZAF
#> 13983     ZAF
#> 13984     ZAF
#> 13985     ZAF
#> 13986     ZAF
#> 13987     ZAF
#> 13988     ZAF
#> 13989     ZAF
#> 13990     ZAF
#> 13991     ZAF
#> 13992     ZAF
#> 13993     ZAF
#> 13994     ZAF
#> 13995     ZAF
#> 13996     ZAF
#> 13997     ZAF
#> 13998     ZAF
#> 13999     ZAF
#> 14000     ZAF
#> 14001     ZAF
#> 14002     ZAF
#> 14003     ZAF
#> 14004     ZAF
#> 14005     ZAF
#> 14006     ZAF
#> 14007     ZAF
#> 14008     ZAF
#> 14009     ZAF
#> 14010     ZAF
#> 14011     ZAF
#> 14012     ZAF
#> 14013     ZAF
#> 14014     ZAF
#> 14015     ZAF
#> 14016     ZAF
#> 14017     ZAF
#> 14018     ZAF
#> 14019     ZAF
#> 14020     ZAF
#> 14021     ZAF
#> 14022     ZAF
#> 14023     ZAF
#> 14024     ZAF
#> 14025     ZAF
#> 14026     ZAF
#> 14027     ZAF
#> 14028     ZAF
#> 14029     ZAF
#> 14030     ZAF
#> 14031     ZAF
#> 14032     ZAF
#> 14033     ZAF
#> 14034     ZAF
#> 14035     ZAF
#> 14036     ZAF
#> 14037     ZAF
#> 14038     ZAF
#> 14039     ZAF
#> 14040     ZAF
#> 14041     ZAF
#> 14042     ZAF
#> 14043     ZAF
#> 14044     ZAF
#> 14045     ZAF
#> 14046     ZAF
#> 14047     ZAF
#> 14048     ZAF
#> 14049     ZAF
#> 14050     ZAF
#> 14051     ZAF
#> 14052     ZAF
#> 14053     ZAF
#> 14054     ZAF
#> 14055     ZAF
#> 14056     ZAF
#> 14057     ZAF
#> 14058     ZAF
#> 14059     ZAF
#> 14060     ZAF
#> 14061     ZAF
#> 14062     ZAF
#> 14063     ZAF
#> 14064     ZAF
#> 14065     ZAF
#> 14066     ZAF
#> 14067     ZAF
#> 14068     ZAF
#> 14069     ZAF
#> 14070     ZAF
#> 14071     ZAF
#> 14072     ZAF
#> 14073     ZAF
#> 14074     ZAF
#> 14075     ZAF
#> 14076     ZAF
#> 14077     ZAF
#> 14078     ZAF
#> 14079     ZAF
#> 14080     ZAF
#> 14081     ZAF
#> 14082     ZAF
#> 14083     ZAF
#> 14084     ZAF
#> 14085     ZAF
#> 14086     ZAF
#> 14087     ZAF
#> 14088     ZAF
#> 14089     ZAF
#> 14090     ZAF
#> 14091     ZAF
#> 14092     ZAF
#> 14093     ZAF
#> 14094     ZAF
#> 14095     ZAF
#> 14096     ZAF
#> 14097     ZAF
#> 14098     ZAF
#> 14099     ZAF
#> 14100     ZAF
#> 14101     ZAF
#> 14102     ZAF
#> 14103     ZAF
#> 14104     ZAF
#> 14105     ZAF
#> 14106     ZAF
#> 14107     ZAF
#> 14108     ZAF
#> 14109     ZAF
#> 14110     ZAF
#> 14111     ZAF
#> 14112     ZAF
#> 14113     ZAF
#> 14114     ZAF
#> 14115     ZAF
#> 14116     ZAF
#> 14117     ZAF
#> 14118     ZAF
#> 14119     ZAF
#> 14120     ZAF
#> 14121     ZAF
#> 14122     ZAF
#> 14123     ZAF
#> 14124     ZAF
#> 14125     ZAF
#> 14126     ZAF
#> 14127     ZAF
#> 14128     ZAF
#> 14129     ZAF
#> 14130     ZAF
#> 14131     ZAF
#> 14132     ZAF
#> 14133     ZAF
#> 14134     ZAF
#> 14135     ZAF
#> 14136     ZAF
#> 14137     ZAF
#> 14138     ZAF
#> 14139     ZAF
#> 14140     ZAF
#> 14141     ZAF
#> 14142     ZAF
#> 14143     ZAF
#> 14144     ZAF
#> 14145     ZAF
#> 14146     ZAF
#> 14147     ZAF
#> 14148     ZAF
#> 14149     ZAF
#> 14150     ZAF
#> 14151     ZAF
#> 14152     ZAF
#> 14153     ZAF
#> 14154     ZAF
#> 14155     ZAF
#> 14156     ZAF
#> 14157     ZAF
#> 14158     ZAF
#> 14159     ZAF
#> 14160     ZAF
#> 14161     ZAF
#> 14162     ZAF
#> 14163     ZAF
#> 14164     ZAF
#> 14165     ZAF
#> 14166     ZAF
#> 14167     ZAF
#> 14168     ZAF
#> 14169     ZAF
#> 14170     ZAF
#> 14171     ZAF
#> 14172     ZAF
#> 14173     ZAF
#> 14174     ZAF
#> 14175     ZAF
#> 14176     ZAF
#> 14177     ZAF
#> 14178     ZAF
#> 14179     ZAF
#> 14180     ZAF
#> 14181     ZAF
#> 14182     ZAF
#> 14183     ZAF
#> 14184     ZAF
#> 14185     ZAF
#> 14186     ZAF
#> 14187     ZAF
#> 14188     ZAF
#> 14189     ZAF
#> 14190     ZAF
#> 14191     ZAF
#> 14192     ZAF
#> 14193     ZAF
#> 14194     ZAF
#> 14195     ZAF
#> 14196     ZAF
#> 14197     ZAF
#> 14198     ZAF
#> 14199     ZAF
#> 14200     ZAF
#> 14201     ZAF
#> 14202     ZAF
#> 14203     ZAF
#> 14204     ZAF
#> 14205     ZAF
#> 14206     ZAF
#> 14207     ZAF
#> 14208     ZAF
#> 14209     ZAF
#> 14210     ZAF
#> 14211     ZAF
#> 14212     ZAF
#> 14213     ZAF
#> 14214     ZAF
#> 14215     ZAF
#> 14216     ZAF
#> 14217     ZAF
#> 14218     ZAF
#> 14219     ZAF
#> 14220     ZAF
#> 14221     ZAF
#> 14222     ZAF
#> 14223     ZAF
#> 14224     ZAF
#> 14225     ZAF
#> 14226     ZAF
#> 14227     ZAF
#> 14228     ZAF
#> 14229     ZAF
#> 14230     ZAF
#> 14231     ZAF
#> 14232     ZAF
#> 14233     ZAF
#> 14234     ZAF
#> 14235     ZAF
#> 14236     ZAF
#> 14237     ZAF
#> 14238     ZAF
#> 14239     ZAF
#> 14240     ZAF
#> 14241     ZAF
#> 14242     ZAF
#> 14243     ZAF
#> 14244     ZAF
#> 14245     ZAF
#> 14246     ZAF
#> 14247     ZAF
#> 14248     ZAF
#> 14249     ZAF
#> 14250     ZAF
#> 14251     ZAF
#> 14252     ZAF
#> 14253     ZAF
#> 14254     ZAF
#> 14255     ZAF
#> 14256     ZAF
#> 14257     ZAF
#> 14258     ZAF
#> 14259     ZAF
#> 14260     ZAF
#> 14261     ZAF
#> 14262     ZAF
#> 14263     ZAF
#> 14264     ZAF
#> 14265     ZAF
#> 14266     ZAF
#> 14267     ZAF
#> 14268     ZAF
#> 14269     ZAF
#> 14270     ZAF
#> 14271     ZAF
#> 14272     ZAF
#> 14273     ZAF
#> 14274     ZAF
#> 14275     ZAF
#> 14276     ZAF
#> 14277     ZAF
#> 14278     ZAF
#> 14279     ZAF
#> 14280     ZAF
#> 14281     ZAF
#> 14282     ZAF
#> 14283     ZAF
#> 14284     ZAF
#> 14285     ZAF
#> 14286     ZAF
#> 14287     ZAF
#> 14288     ZAF
#> 14289     ZAF
#> 14290     ZAF
#> 14291     ZAF
#> 14292     ZAF
#> 14293     ZAF
#> 14294     ZAF
#> 14295     ZAF
#> 14296     ZAF
#> 14297     ZAF
#> 14298     ZAF
#> 14299     ZAF
#> 14300     ZAF
#> 14301     ZAF
#> 14302     ZAF
#> 14303     ZAF
#> 14304     ZAF
#> 14305     ZAF
#> 14306     ZAF
#> 14307     ZAF
#> 14308     ZAF
#> 14309     ZAF
#> 14310     ZAF
#> 14311     ZAF
#> 14312     ZAF
#> 14313     ZAF
#> 14314     ZAF
#> 14315     ZAF
#> 14316     ZAF
#> 14317     ZAF
#> 14318     ZAF
#> 14319     ZAF
#> 14320     ZAF
#> 14321     ZAF
#> 14322     ZAF
#> 14323     ZAF
#> 14324     ZAF
#> 14325     ZAF
#> 14326     ZAF
#> 14327     ZAF
#> 14328     ZAF
#> 14329     ZAF
#> 14330     ZAF
#> 14331     ZAF
#> 14332     ZAF
#> 14333     ZAF
#> 14334     ZAF
#> 14335     ZAF
#> 14336     ZAF
#> 14337     ZAF
#> 14338     ZAF
#> 14339     ZAF
#> 14340     ZAF
#> 14341     ZAF
#> 14342     ZAF
#> 14343     ZAF
#> 14344     ZAF
#> 14345     ZAF
#> 14346     ZAF
#> 14347     ZAF
#> 14348     ZAF
#> 14349     ZAF
#> 14350     ZAF
#> 14351     ZAF
#> 14352     ZAF
#> 14353     ZAF
#> 14354     ZAF
#> 14355     ZAF
#> 14356     ZAF
#> 14357     ZAF
#> 14358     ZAF
#> 14359     ZAF
#> 14360     ZAF
#> 14361     ZAF
#> 14362     ZAF
#> 14363     ZAF
#> 14364     ZAF
#> 14365     ZAF
#> 14366     ZAF
#> 14367     ZAF
#> 14368     ZAF
#> 14369     ZAF
#> 14370     ZAF
#> 14371     ZAF
#> 14372     ZAF
#> 14373     ZAF
#> 14374     ZAF
#> 14375     ZAF
#> 14376     ZAF
#> 14377     ZAF
#> 14378     ZAF
#> 14379     ZAF
#> 14380     ZAF
#> 14381     ZAF
#> 14382     ZAF
#> 14383     ZAF
#> 14384     ZAF
#> 14385     ZAF
#> 14386     ZAF
#> 14387     ZAF
#> 14388     ZAF
#> 14389     ZAF
#> 14390     ZAF
#> 14391     ZAF
#> 14392     ZAF
#> 14393     ZAF
#> 14394     ZAF
#> 14395     ZAF
#> 14396     ZAF
#> 14397     ZAF
#> 14398     ZAF
#> 14399     ZAF
#> 14400     ZAF
#> 14401     ZAF
#> 14402     ZAF
#> 14403     ZAF
#> 14404     ZAF
#> 14405     ZAF
#> 14406     ZAF
#> 14407     ZAF
#> 14408     ZAF
#> 14409     ZAF
#> 14410     ZAF
#> 14411     ZAF
#> 14412     ZAF
#> 14413     ZAF
#> 14414     ZAF
#> 14415     ZAF
#> 14416     ZAF
#> 14417     ZAF
#> 14418     ZAF
#> 14419     ZAF
#> 14420     ZAF
#> 14421     ZAF
#> 14422     ZAF
#> 14423     ZAF
#> 14424     ZAF
#> 14425     ZAF
#> 14426     ZAF
#> 14427     ZAF
#> 14428     ZAF
#> 14429     ZAF
#> 14430     ZAF
#> 14431     ZAF
#> 14432     ZAF
#> 14433     ZAF
#> 14434     ZAF
#> 14435     ZAF
#> 14436     ZAF
#> 14437     ZAF
#> 14438     ZAF
#> 14439     ZAF
#> 14440     ZAF
#> 14441     ZAF
#> 14442     ZAF
#> 14443     ZAF
#> 14444     ZAF
#> 14445     ZAF
#> 14446     ZAF
#> 14447     ZAF
#> 14448     ZAF
#> 14449     ZAF
#> 14450     ZAF
#> 14451     ZAF
#> 14452     ZAF
#> 14453     ZAF
#> 14454     ZAF
#> 14455     ZAF
#> 14456     ZAF
#> 14457     ZAF
#> 14458     ZAF
#> 14459     ZAF
#> 14460     ZAF
#> 14461     ZAF
#> 14462     ZAF
#> 14463     ZAF
#> 14464     ZAF
#> 14465     ZAF
#> 14466     ZAF
#> 14467     ZAF
#> 14468     ZAF
#> 14469     ZAF
#> 14470     ZAF
#> 14471     ZAF
#> 14472     ZAF
#> 14473     ZAF
#> 14474     ZAF
#> 14475     ZAF
#> 14476     ZAF
#> 14477     ZAF
#> 14478     ZAF
#> 14479     ZAF
#> 14480     ZAF
#> 14481     ZAF
#> 14482     ZAF
#> 14483     ZAF
#> 14484     ZAF
#> 14485     ZAF
#> 14486     ZAF
#> 14487     ZAF
#> 14488     ZAF
#> 14489     ZAF
#> 14490     ZAF
#> 14491     ZAF
#> 14492     ZAF
#> 14493     ZAF
#> 14494     ZAF
#> 14495     ZAF
#> 14496     ZAF
#> 14497     ZAF
#> 14498     ZAF
#> 14499     ZAF
#> 14500     ZAF
#> 14501     ZAF
#> 14502     ZAF
#> 14503     ZAF
#> 14504     ZAF
#> 14505     ZAF
#> 14506     ZAF
#> 14507     ZAF
#> 14508     ZAF
#> 14509     ZAF
#> 14510     ZAF
#> 14511     ZAF
#> 14512     ZAF
#> 14513     ZAF
#> 14514     ZAF
#> 14515     ZAF
#> 14516     ZAF
#> 14517     ZAF
#> 14518     ZAF
#> 14519     ZAF
#> 14520     ZAF
#> 14521     ZAF
#> 14522     ZAF
#> 14523     ZAF
#> 14524     ZAF
#> 14525     ZAF
#> 14526     ZAF
#> 14527     ZAF
#> 14528     ZAF
#> 14529     ZAF
#> 14530     ZAF
#> 14531     ZAF
#> 14532     ZAF
#> 14533     ZAF
#> 14534     ZAF
#> 14535     ZAF
#> 14536     ZAF
#> 14537     ZAF
#> 14538     ZAF
#> 14539     ZAF
#> 14540     ZAF
#> 14541     ZAF
#> 14542     ZAF
#> 14543     ZAF
#> 14544     ZAF
#> 14545     ZAF
#> 14546     ZAF
#> 14547     ZAF
#> 14548     ZAF
#> 14549     ZAF
#> 14550     ZAF
#> 14551     ZAF
#> 14552     ZAF
#> 14553     ZAF
#> 14554     ZAF
#> 14555     ZAF
#> 14556     ZAF
#> 14557     ZAF
#> 14558     ZAF
#> 14559     ZAF
#> 14560     ZAF
#> 14561     ZAF
#> 14562     ZAF
#> 14563     ZAF
#> 14564     ZAF
#> 14565     ZAF
#> 14566     ZAF
#> 14567     ZAF
#> 14568     ZAF
#> 14569     ZAF
#> 14570     ZAF
#> 14571     ZAF
#> 14572     ZAF
#> 14573     ZAF
#> 14574     ZAF
#> 14575     ZAF
#> 14576     ZAF
#> 14577     ZAF
#> 14578     ZAF
#> 14579     ZAF
#> 14580     ZAF
#> 14581     ZAF
#> 14582     ZAF
#> 14583     ZAF
#> 14584     ZAF
#> 14585     ZAF
#> 14586     ZAF
#> 14587     ZAF
#> 14588     ZAF
#> 14589     ZAF
#> 14590     ZAF
#> 14591     ZAF
#> 14592     ZAF
#> 14593     ZAF
#> 14594     ZAF
#> 14595     ZAF
#> 14596     ZAF
#> 14597     ZAF
#> 14598     ZAF
#> 14599     ZAF
#> 14600     ZAF
#> 14601     ZAF
#> 14602     ZAF
#> 14603     ZAF
#> 14604     ZAF
#> 14605     ZAF
#> 14606     ZAF
#> 14607     ZAF
#> 14608     ZAF
#> 14609     ZAF
#> 14610     ZAF
#> 14611     ZAF
#> 14612     ZAF
#> 14613     ZAF
#> 14614     ZAF
#> 14615     ZAF
#> 14616     ZAF
#> 14617     ZAF
#> 14618     ZAF
#> 14619     ZAF
#> 14620     ZAF
#> 14621     ZAF
#> 14622     ZAF
#> 14623     ZAF
#> 14624     ZAF
#> 14625     ZAF
#> 14626     ZAF
#> 14627     ZAF
#> 14628     ZAF
#> 14629     ZAF
#> 14630     ZAF
#> 14631     ZAF
#> 14632     ZAF
#> 14633     ZAF
#> 14634     ZAF
#> 14635     ZAF
#> 14636     ZAF
#> 14637     ZAF
#> 14638     ZAF
#> 14639     ZAF
#> 14640     ZAF
#> 14641     ZAF
#> 14642     ZAF
#> 14643     ZAF
#> 14644     ZAF
#> 14645     ZAF
#> 14646     ZAF
#> 14647     ZAF
#> 14648     ZAF
#> 14649     ZAF
#> 14650     ZAF
#> 14651     ZAF
#> 14652     ZAF
#> 14653     ZAF
#> 14654     ZAF
#> 14655     ZAF
#> 14656     ZAF
#> 14657     ZAF
#> 14658     ZAF
#> 14659     ZAF
#> 14660     ZAF
#> 14661     ZAF
#> 14662     ZAF
#> 14663     ZAF
#> 14664     ZAF
#> 14665     ZAF
#> 14666     ZAF
#> 14667     ZAF
#> 14668     ZAF
#> 14669     ZAF
#> 14670     ZAF
#> 14671     ZAF
#> 14672     ZAF
#> 14673     ZAF
#> 14674     ZAF
#> 14675     ZAF
#> 14676     ZAF
#> 14677     ZAF
#> 14678     ZAF
#> 14679     ZAF
#> 14680     ZAF
#> 14681     ZAF
#> 14682     ZAF
#> 14683     ZAF
#> 14684     ZAF
#> 14685     ZAF
#> 14686     ZAF
#> 14687     ZAF
#> 14688     ZAF
#>                                                                     Flow
#> 1                                                             Production
#> 2                                                             Production
#> 3                                                             Production
#> 4                                                             Production
#> 5                                                             Production
#> 6                                                             Production
#> 7                                                             Production
#> 8                                                             Production
#> 9                                                             Production
#> 10                                                            Production
#> 11                                                            Production
#> 12                                                            Production
#> 13                                                            Production
#> 14                                                            Production
#> 15                                                            Production
#> 16                                                            Production
#> 17                                                            Production
#> 18                                                            Production
#> 19                                                            Production
#> 20                                                            Production
#> 21                                                            Production
#> 22                                                            Production
#> 23                                                            Production
#> 24                                                            Production
#> 25                                                            Production
#> 26                                                            Production
#> 27                                                            Production
#> 28                                                            Production
#> 29                                                            Production
#> 30                                                            Production
#> 31                                                            Production
#> 32                                                            Production
#> 33                                                            Production
#> 34                                                            Production
#> 35                                                            Production
#> 36                                                            Production
#> 37                                                            Production
#> 38                                                            Production
#> 39                                                            Production
#> 40                                                            Production
#> 41                                                            Production
#> 42                                                            Production
#> 43                                                            Production
#> 44                                                            Production
#> 45                                                            Production
#> 46                                                            Production
#> 47                                                            Production
#> 48                                                            Production
#> 49                                                            Production
#> 50                                                            Production
#> 51                                                            Production
#> 52                                                            Production
#> 53                                                            Production
#> 54                                                            Production
#> 55                                                            Production
#> 56                                                            Production
#> 57                                                            Production
#> 58                                                            Production
#> 59                                                            Production
#> 60                                                            Production
#> 61                                                            Production
#> 62                                                            Production
#> 63                                                            Production
#> 64                                                            Production
#> 65                                                            Production
#> 66                                                            Production
#> 67                                                            Production
#> 68                                                            Production
#> 69                                                               Imports
#> 70                                                               Imports
#> 71                                                               Imports
#> 72                                                               Imports
#> 73                                                               Imports
#> 74                                                               Imports
#> 75                                                               Imports
#> 76                                                               Imports
#> 77                                                               Imports
#> 78                                                               Imports
#> 79                                                               Imports
#> 80                                                               Imports
#> 81                                                               Imports
#> 82                                                               Imports
#> 83                                                               Imports
#> 84                                                               Imports
#> 85                                                               Imports
#> 86                                                               Imports
#> 87                                                               Imports
#> 88                                                               Imports
#> 89                                                               Imports
#> 90                                                               Imports
#> 91                                                               Imports
#> 92                                                               Imports
#> 93                                                               Imports
#> 94                                                               Imports
#> 95                                                               Imports
#> 96                                                               Imports
#> 97                                                               Imports
#> 98                                                               Imports
#> 99                                                               Imports
#> 100                                                              Imports
#> 101                                                              Imports
#> 102                                                              Imports
#> 103                                                              Imports
#> 104                                                              Imports
#> 105                                                              Imports
#> 106                                                              Imports
#> 107                                                              Imports
#> 108                                                              Imports
#> 109                                                              Imports
#> 110                                                              Imports
#> 111                                                              Imports
#> 112                                                              Imports
#> 113                                                              Imports
#> 114                                                              Imports
#> 115                                                              Imports
#> 116                                                              Imports
#> 117                                                              Imports
#> 118                                                              Imports
#> 119                                                              Imports
#> 120                                                              Imports
#> 121                                                              Imports
#> 122                                                              Imports
#> 123                                                              Imports
#> 124                                                              Imports
#> 125                                                              Imports
#> 126                                                              Imports
#> 127                                                              Imports
#> 128                                                              Imports
#> 129                                                              Imports
#> 130                                                              Imports
#> 131                                                              Imports
#> 132                                                              Imports
#> 133                                                              Imports
#> 134                                                              Imports
#> 135                                                              Imports
#> 136                                                              Imports
#> 137                                                              Exports
#> 138                                                              Exports
#> 139                                                              Exports
#> 140                                                              Exports
#> 141                                                              Exports
#> 142                                                              Exports
#> 143                                                              Exports
#> 144                                                              Exports
#> 145                                                              Exports
#> 146                                                              Exports
#> 147                                                              Exports
#> 148                                                              Exports
#> 149                                                              Exports
#> 150                                                              Exports
#> 151                                                              Exports
#> 152                                                              Exports
#> 153                                                              Exports
#> 154                                                              Exports
#> 155                                                              Exports
#> 156                                                              Exports
#> 157                                                              Exports
#> 158                                                              Exports
#> 159                                                              Exports
#> 160                                                              Exports
#> 161                                                              Exports
#> 162                                                              Exports
#> 163                                                              Exports
#> 164                                                              Exports
#> 165                                                              Exports
#> 166                                                              Exports
#> 167                                                              Exports
#> 168                                                              Exports
#> 169                                                              Exports
#> 170                                                              Exports
#> 171                                                              Exports
#> 172                                                              Exports
#> 173                                                              Exports
#> 174                                                              Exports
#> 175                                                              Exports
#> 176                                                              Exports
#> 177                                                              Exports
#> 178                                                              Exports
#> 179                                                              Exports
#> 180                                                              Exports
#> 181                                                              Exports
#> 182                                                              Exports
#> 183                                                              Exports
#> 184                                                              Exports
#> 185                                                              Exports
#> 186                                                              Exports
#> 187                                                              Exports
#> 188                                                              Exports
#> 189                                                              Exports
#> 190                                                              Exports
#> 191                                                              Exports
#> 192                                                              Exports
#> 193                                                              Exports
#> 194                                                              Exports
#> 195                                                              Exports
#> 196                                                              Exports
#> 197                                                              Exports
#> 198                                                              Exports
#> 199                                                              Exports
#> 200                                                              Exports
#> 201                                                              Exports
#> 202                                                              Exports
#> 203                                                              Exports
#> 204                                                              Exports
#> 205                                         International marine bunkers
#> 206                                         International marine bunkers
#> 207                                         International marine bunkers
#> 208                                         International marine bunkers
#> 209                                         International marine bunkers
#> 210                                         International marine bunkers
#> 211                                         International marine bunkers
#> 212                                         International marine bunkers
#> 213                                         International marine bunkers
#> 214                                         International marine bunkers
#> 215                                         International marine bunkers
#> 216                                         International marine bunkers
#> 217                                         International marine bunkers
#> 218                                         International marine bunkers
#> 219                                         International marine bunkers
#> 220                                         International marine bunkers
#> 221                                         International marine bunkers
#> 222                                         International marine bunkers
#> 223                                         International marine bunkers
#> 224                                         International marine bunkers
#> 225                                         International marine bunkers
#> 226                                         International marine bunkers
#> 227                                         International marine bunkers
#> 228                                         International marine bunkers
#> 229                                         International marine bunkers
#> 230                                         International marine bunkers
#> 231                                         International marine bunkers
#> 232                                         International marine bunkers
#> 233                                         International marine bunkers
#> 234                                         International marine bunkers
#> 235                                         International marine bunkers
#> 236                                         International marine bunkers
#> 237                                         International marine bunkers
#> 238                                         International marine bunkers
#> 239                                         International marine bunkers
#> 240                                         International marine bunkers
#> 241                                         International marine bunkers
#> 242                                         International marine bunkers
#> 243                                         International marine bunkers
#> 244                                         International marine bunkers
#> 245                                         International marine bunkers
#> 246                                         International marine bunkers
#> 247                                         International marine bunkers
#> 248                                         International marine bunkers
#> 249                                         International marine bunkers
#> 250                                         International marine bunkers
#> 251                                         International marine bunkers
#> 252                                         International marine bunkers
#> 253                                         International marine bunkers
#> 254                                         International marine bunkers
#> 255                                         International marine bunkers
#> 256                                         International marine bunkers
#> 257                                         International marine bunkers
#> 258                                         International marine bunkers
#> 259                                         International marine bunkers
#> 260                                         International marine bunkers
#> 261                                         International marine bunkers
#> 262                                         International marine bunkers
#> 263                                         International marine bunkers
#> 264                                         International marine bunkers
#> 265                                         International marine bunkers
#> 266                                         International marine bunkers
#> 267                                         International marine bunkers
#> 268                                         International marine bunkers
#> 269                                         International marine bunkers
#> 270                                         International marine bunkers
#> 271                                         International marine bunkers
#> 272                                         International marine bunkers
#> 273                                       International aviation bunkers
#> 274                                       International aviation bunkers
#> 275                                       International aviation bunkers
#> 276                                       International aviation bunkers
#> 277                                       International aviation bunkers
#> 278                                       International aviation bunkers
#> 279                                       International aviation bunkers
#> 280                                       International aviation bunkers
#> 281                                       International aviation bunkers
#> 282                                       International aviation bunkers
#> 283                                       International aviation bunkers
#> 284                                       International aviation bunkers
#> 285                                       International aviation bunkers
#> 286                                       International aviation bunkers
#> 287                                       International aviation bunkers
#> 288                                       International aviation bunkers
#> 289                                       International aviation bunkers
#> 290                                       International aviation bunkers
#> 291                                       International aviation bunkers
#> 292                                       International aviation bunkers
#> 293                                       International aviation bunkers
#> 294                                       International aviation bunkers
#> 295                                       International aviation bunkers
#> 296                                       International aviation bunkers
#> 297                                       International aviation bunkers
#> 298                                       International aviation bunkers
#> 299                                       International aviation bunkers
#> 300                                       International aviation bunkers
#> 301                                       International aviation bunkers
#> 302                                       International aviation bunkers
#> 303                                       International aviation bunkers
#> 304                                       International aviation bunkers
#> 305                                       International aviation bunkers
#> 306                                       International aviation bunkers
#> 307                                       International aviation bunkers
#> 308                                       International aviation bunkers
#> 309                                       International aviation bunkers
#> 310                                       International aviation bunkers
#> 311                                       International aviation bunkers
#> 312                                       International aviation bunkers
#> 313                                       International aviation bunkers
#> 314                                       International aviation bunkers
#> 315                                       International aviation bunkers
#> 316                                       International aviation bunkers
#> 317                                       International aviation bunkers
#> 318                                       International aviation bunkers
#> 319                                       International aviation bunkers
#> 320                                       International aviation bunkers
#> 321                                       International aviation bunkers
#> 322                                       International aviation bunkers
#> 323                                       International aviation bunkers
#> 324                                       International aviation bunkers
#> 325                                       International aviation bunkers
#> 326                                       International aviation bunkers
#> 327                                       International aviation bunkers
#> 328                                       International aviation bunkers
#> 329                                       International aviation bunkers
#> 330                                       International aviation bunkers
#> 331                                       International aviation bunkers
#> 332                                       International aviation bunkers
#> 333                                       International aviation bunkers
#> 334                                       International aviation bunkers
#> 335                                       International aviation bunkers
#> 336                                       International aviation bunkers
#> 337                                       International aviation bunkers
#> 338                                       International aviation bunkers
#> 339                                       International aviation bunkers
#> 340                                       International aviation bunkers
#> 341                                                        Stock changes
#> 342                                                        Stock changes
#> 343                                                        Stock changes
#> 344                                                        Stock changes
#> 345                                                        Stock changes
#> 346                                                        Stock changes
#> 347                                                        Stock changes
#> 348                                                        Stock changes
#> 349                                                        Stock changes
#> 350                                                        Stock changes
#> 351                                                        Stock changes
#> 352                                                        Stock changes
#> 353                                                        Stock changes
#> 354                                                        Stock changes
#> 355                                                        Stock changes
#> 356                                                        Stock changes
#> 357                                                        Stock changes
#> 358                                                        Stock changes
#> 359                                                        Stock changes
#> 360                                                        Stock changes
#> 361                                                        Stock changes
#> 362                                                        Stock changes
#> 363                                                        Stock changes
#> 364                                                        Stock changes
#> 365                                                        Stock changes
#> 366                                                        Stock changes
#> 367                                                        Stock changes
#> 368                                                        Stock changes
#> 369                                                        Stock changes
#> 370                                                        Stock changes
#> 371                                                        Stock changes
#> 372                                                        Stock changes
#> 373                                                        Stock changes
#> 374                                                        Stock changes
#> 375                                                        Stock changes
#> 376                                                        Stock changes
#> 377                                                        Stock changes
#> 378                                                        Stock changes
#> 379                                                        Stock changes
#> 380                                                        Stock changes
#> 381                                                        Stock changes
#> 382                                                        Stock changes
#> 383                                                        Stock changes
#> 384                                                        Stock changes
#> 385                                                        Stock changes
#> 386                                                        Stock changes
#> 387                                                        Stock changes
#> 388                                                        Stock changes
#> 389                                                        Stock changes
#> 390                                                        Stock changes
#> 391                                                        Stock changes
#> 392                                                        Stock changes
#> 393                                                        Stock changes
#> 394                                                        Stock changes
#> 395                                                        Stock changes
#> 396                                                        Stock changes
#> 397                                                        Stock changes
#> 398                                                        Stock changes
#> 399                                                        Stock changes
#> 400                                                        Stock changes
#> 401                                                        Stock changes
#> 402                                                        Stock changes
#> 403                                                        Stock changes
#> 404                                                        Stock changes
#> 405                                                        Stock changes
#> 406                                                        Stock changes
#> 407                                                        Stock changes
#> 408                                                        Stock changes
#> 409                                                  Total energy supply
#> 410                                                  Total energy supply
#> 411                                                  Total energy supply
#> 412                                                  Total energy supply
#> 413                                                  Total energy supply
#> 414                                                  Total energy supply
#> 415                                                  Total energy supply
#> 416                                                  Total energy supply
#> 417                                                  Total energy supply
#> 418                                                  Total energy supply
#> 419                                                  Total energy supply
#> 420                                                  Total energy supply
#> 421                                                  Total energy supply
#> 422                                                  Total energy supply
#> 423                                                  Total energy supply
#> 424                                                  Total energy supply
#> 425                                                  Total energy supply
#> 426                                                  Total energy supply
#> 427                                                  Total energy supply
#> 428                                                  Total energy supply
#> 429                                                  Total energy supply
#> 430                                                  Total energy supply
#> 431                                                  Total energy supply
#> 432                                                  Total energy supply
#> 433                                                  Total energy supply
#> 434                                                  Total energy supply
#> 435                                                  Total energy supply
#> 436                                                  Total energy supply
#> 437                                                  Total energy supply
#> 438                                                  Total energy supply
#> 439                                                  Total energy supply
#> 440                                                  Total energy supply
#> 441                                                  Total energy supply
#> 442                                                  Total energy supply
#> 443                                                  Total energy supply
#> 444                                                  Total energy supply
#> 445                                                  Total energy supply
#> 446                                                  Total energy supply
#> 447                                                  Total energy supply
#> 448                                                  Total energy supply
#> 449                                                  Total energy supply
#> 450                                                  Total energy supply
#> 451                                                  Total energy supply
#> 452                                                  Total energy supply
#> 453                                                  Total energy supply
#> 454                                                  Total energy supply
#> 455                                                  Total energy supply
#> 456                                                  Total energy supply
#> 457                                                  Total energy supply
#> 458                                                  Total energy supply
#> 459                                                  Total energy supply
#> 460                                                  Total energy supply
#> 461                                                  Total energy supply
#> 462                                                  Total energy supply
#> 463                                                  Total energy supply
#> 464                                                  Total energy supply
#> 465                                                  Total energy supply
#> 466                                                  Total energy supply
#> 467                                                  Total energy supply
#> 468                                                  Total energy supply
#> 469                                                  Total energy supply
#> 470                                                  Total energy supply
#> 471                                                  Total energy supply
#> 472                                                  Total energy supply
#> 473                                                  Total energy supply
#> 474                                                  Total energy supply
#> 475                                                  Total energy supply
#> 476                                                  Total energy supply
#> 477                                                            Transfers
#> 478                                                            Transfers
#> 479                                                            Transfers
#> 480                                                            Transfers
#> 481                                                            Transfers
#> 482                                                            Transfers
#> 483                                                            Transfers
#> 484                                                            Transfers
#> 485                                                            Transfers
#> 486                                                            Transfers
#> 487                                                            Transfers
#> 488                                                            Transfers
#> 489                                                            Transfers
#> 490                                                            Transfers
#> 491                                                            Transfers
#> 492                                                            Transfers
#> 493                                                            Transfers
#> 494                                                            Transfers
#> 495                                                            Transfers
#> 496                                                            Transfers
#> 497                                                            Transfers
#> 498                                                            Transfers
#> 499                                                            Transfers
#> 500                                                            Transfers
#> 501                                                            Transfers
#> 502                                                            Transfers
#> 503                                                            Transfers
#> 504                                                            Transfers
#> 505                                                            Transfers
#> 506                                                            Transfers
#> 507                                                            Transfers
#> 508                                                            Transfers
#> 509                                                            Transfers
#> 510                                                            Transfers
#> 511                                                            Transfers
#> 512                                                            Transfers
#> 513                                                            Transfers
#> 514                                                            Transfers
#> 515                                                            Transfers
#> 516                                                            Transfers
#> 517                                                            Transfers
#> 518                                                            Transfers
#> 519                                                            Transfers
#> 520                                                            Transfers
#> 521                                                            Transfers
#> 522                                                            Transfers
#> 523                                                            Transfers
#> 524                                                            Transfers
#> 525                                                            Transfers
#> 526                                                            Transfers
#> 527                                                            Transfers
#> 528                                                            Transfers
#> 529                                                            Transfers
#> 530                                                            Transfers
#> 531                                                            Transfers
#> 532                                                            Transfers
#> 533                                                            Transfers
#> 534                                                            Transfers
#> 535                                                            Transfers
#> 536                                                            Transfers
#> 537                                                            Transfers
#> 538                                                            Transfers
#> 539                                                            Transfers
#> 540                                                            Transfers
#> 541                                                            Transfers
#> 542                                                            Transfers
#> 543                                                            Transfers
#> 544                                                            Transfers
#> 545                                              Statistical differences
#> 546                                              Statistical differences
#> 547                                              Statistical differences
#> 548                                              Statistical differences
#> 549                                              Statistical differences
#> 550                                              Statistical differences
#> 551                                              Statistical differences
#> 552                                              Statistical differences
#> 553                                              Statistical differences
#> 554                                              Statistical differences
#> 555                                              Statistical differences
#> 556                                              Statistical differences
#> 557                                              Statistical differences
#> 558                                              Statistical differences
#> 559                                              Statistical differences
#> 560                                              Statistical differences
#> 561                                              Statistical differences
#> 562                                              Statistical differences
#> 563                                              Statistical differences
#> 564                                              Statistical differences
#> 565                                              Statistical differences
#> 566                                              Statistical differences
#> 567                                              Statistical differences
#> 568                                              Statistical differences
#> 569                                              Statistical differences
#> 570                                              Statistical differences
#> 571                                              Statistical differences
#> 572                                              Statistical differences
#> 573                                              Statistical differences
#> 574                                              Statistical differences
#> 575                                              Statistical differences
#> 576                                              Statistical differences
#> 577                                              Statistical differences
#> 578                                              Statistical differences
#> 579                                              Statistical differences
#> 580                                              Statistical differences
#> 581                                              Statistical differences
#> 582                                              Statistical differences
#> 583                                              Statistical differences
#> 584                                              Statistical differences
#> 585                                              Statistical differences
#> 586                                              Statistical differences
#> 587                                              Statistical differences
#> 588                                              Statistical differences
#> 589                                              Statistical differences
#> 590                                              Statistical differences
#> 591                                              Statistical differences
#> 592                                              Statistical differences
#> 593                                              Statistical differences
#> 594                                              Statistical differences
#> 595                                              Statistical differences
#> 596                                              Statistical differences
#> 597                                              Statistical differences
#> 598                                              Statistical differences
#> 599                                              Statistical differences
#> 600                                              Statistical differences
#> 601                                              Statistical differences
#> 602                                              Statistical differences
#> 603                                              Statistical differences
#> 604                                              Statistical differences
#> 605                                              Statistical differences
#> 606                                              Statistical differences
#> 607                                              Statistical differences
#> 608                                              Statistical differences
#> 609                                              Statistical differences
#> 610                                              Statistical differences
#> 611                                              Statistical differences
#> 612                                              Statistical differences
#> 613                                             Transformation processes
#> 614                                             Transformation processes
#> 615                                             Transformation processes
#> 616                                             Transformation processes
#> 617                                             Transformation processes
#> 618                                             Transformation processes
#> 619                                             Transformation processes
#> 620                                             Transformation processes
#> 621                                             Transformation processes
#> 622                                             Transformation processes
#> 623                                             Transformation processes
#> 624                                             Transformation processes
#> 625                                             Transformation processes
#> 626                                             Transformation processes
#> 627                                             Transformation processes
#> 628                                             Transformation processes
#> 629                                             Transformation processes
#> 630                                             Transformation processes
#> 631                                             Transformation processes
#> 632                                             Transformation processes
#> 633                                             Transformation processes
#> 634                                             Transformation processes
#> 635                                             Transformation processes
#> 636                                             Transformation processes
#> 637                                             Transformation processes
#> 638                                             Transformation processes
#> 639                                             Transformation processes
#> 640                                             Transformation processes
#> 641                                             Transformation processes
#> 642                                             Transformation processes
#> 643                                             Transformation processes
#> 644                                             Transformation processes
#> 645                                             Transformation processes
#> 646                                             Transformation processes
#> 647                                             Transformation processes
#> 648                                             Transformation processes
#> 649                                             Transformation processes
#> 650                                             Transformation processes
#> 651                                             Transformation processes
#> 652                                             Transformation processes
#> 653                                             Transformation processes
#> 654                                             Transformation processes
#> 655                                             Transformation processes
#> 656                                             Transformation processes
#> 657                                             Transformation processes
#> 658                                             Transformation processes
#> 659                                             Transformation processes
#> 660                                             Transformation processes
#> 661                                             Transformation processes
#> 662                                             Transformation processes
#> 663                                             Transformation processes
#> 664                                             Transformation processes
#> 665                                             Transformation processes
#> 666                                             Transformation processes
#> 667                                             Transformation processes
#> 668                                             Transformation processes
#> 669                                             Transformation processes
#> 670                                             Transformation processes
#> 671                                             Transformation processes
#> 672                                             Transformation processes
#> 673                                             Transformation processes
#> 674                                             Transformation processes
#> 675                                             Transformation processes
#> 676                                             Transformation processes
#> 677                                             Transformation processes
#> 678                                             Transformation processes
#> 679                                             Transformation processes
#> 680                                             Transformation processes
#> 681                            Main activity producer electricity plants
#> 682                            Main activity producer electricity plants
#> 683                            Main activity producer electricity plants
#> 684                            Main activity producer electricity plants
#> 685                            Main activity producer electricity plants
#> 686                            Main activity producer electricity plants
#> 687                            Main activity producer electricity plants
#> 688                            Main activity producer electricity plants
#> 689                            Main activity producer electricity plants
#> 690                            Main activity producer electricity plants
#> 691                            Main activity producer electricity plants
#> 692                            Main activity producer electricity plants
#> 693                            Main activity producer electricity plants
#> 694                            Main activity producer electricity plants
#> 695                            Main activity producer electricity plants
#> 696                            Main activity producer electricity plants
#> 697                            Main activity producer electricity plants
#> 698                            Main activity producer electricity plants
#> 699                            Main activity producer electricity plants
#> 700                            Main activity producer electricity plants
#> 701                            Main activity producer electricity plants
#> 702                            Main activity producer electricity plants
#> 703                            Main activity producer electricity plants
#> 704                            Main activity producer electricity plants
#> 705                            Main activity producer electricity plants
#> 706                            Main activity producer electricity plants
#> 707                            Main activity producer electricity plants
#> 708                            Main activity producer electricity plants
#> 709                            Main activity producer electricity plants
#> 710                            Main activity producer electricity plants
#> 711                            Main activity producer electricity plants
#> 712                            Main activity producer electricity plants
#> 713                            Main activity producer electricity plants
#> 714                            Main activity producer electricity plants
#> 715                            Main activity producer electricity plants
#> 716                            Main activity producer electricity plants
#> 717                            Main activity producer electricity plants
#> 718                            Main activity producer electricity plants
#> 719                            Main activity producer electricity plants
#> 720                            Main activity producer electricity plants
#> 721                            Main activity producer electricity plants
#> 722                            Main activity producer electricity plants
#> 723                            Main activity producer electricity plants
#> 724                            Main activity producer electricity plants
#> 725                            Main activity producer electricity plants
#> 726                            Main activity producer electricity plants
#> 727                            Main activity producer electricity plants
#> 728                            Main activity producer electricity plants
#> 729                            Main activity producer electricity plants
#> 730                            Main activity producer electricity plants
#> 731                            Main activity producer electricity plants
#> 732                            Main activity producer electricity plants
#> 733                            Main activity producer electricity plants
#> 734                            Main activity producer electricity plants
#> 735                            Main activity producer electricity plants
#> 736                            Main activity producer electricity plants
#> 737                            Main activity producer electricity plants
#> 738                            Main activity producer electricity plants
#> 739                            Main activity producer electricity plants
#> 740                            Main activity producer electricity plants
#> 741                            Main activity producer electricity plants
#> 742                            Main activity producer electricity plants
#> 743                            Main activity producer electricity plants
#> 744                            Main activity producer electricity plants
#> 745                            Main activity producer electricity plants
#> 746                            Main activity producer electricity plants
#> 747                            Main activity producer electricity plants
#> 748                            Main activity producer electricity plants
#> 749                                      Autoproducer electricity plants
#> 750                                      Autoproducer electricity plants
#> 751                                      Autoproducer electricity plants
#> 752                                      Autoproducer electricity plants
#> 753                                      Autoproducer electricity plants
#> 754                                      Autoproducer electricity plants
#> 755                                      Autoproducer electricity plants
#> 756                                      Autoproducer electricity plants
#> 757                                      Autoproducer electricity plants
#> 758                                      Autoproducer electricity plants
#> 759                                      Autoproducer electricity plants
#> 760                                      Autoproducer electricity plants
#> 761                                      Autoproducer electricity plants
#> 762                                      Autoproducer electricity plants
#> 763                                      Autoproducer electricity plants
#> 764                                      Autoproducer electricity plants
#> 765                                      Autoproducer electricity plants
#> 766                                      Autoproducer electricity plants
#> 767                                      Autoproducer electricity plants
#> 768                                      Autoproducer electricity plants
#> 769                                      Autoproducer electricity plants
#> 770                                      Autoproducer electricity plants
#> 771                                      Autoproducer electricity plants
#> 772                                      Autoproducer electricity plants
#> 773                                      Autoproducer electricity plants
#> 774                                      Autoproducer electricity plants
#> 775                                      Autoproducer electricity plants
#> 776                                      Autoproducer electricity plants
#> 777                                      Autoproducer electricity plants
#> 778                                      Autoproducer electricity plants
#> 779                                      Autoproducer electricity plants
#> 780                                      Autoproducer electricity plants
#> 781                                      Autoproducer electricity plants
#> 782                                      Autoproducer electricity plants
#> 783                                      Autoproducer electricity plants
#> 784                                      Autoproducer electricity plants
#> 785                                      Autoproducer electricity plants
#> 786                                      Autoproducer electricity plants
#> 787                                      Autoproducer electricity plants
#> 788                                      Autoproducer electricity plants
#> 789                                      Autoproducer electricity plants
#> 790                                      Autoproducer electricity plants
#> 791                                      Autoproducer electricity plants
#> 792                                      Autoproducer electricity plants
#> 793                                      Autoproducer electricity plants
#> 794                                      Autoproducer electricity plants
#> 795                                      Autoproducer electricity plants
#> 796                                      Autoproducer electricity plants
#> 797                                      Autoproducer electricity plants
#> 798                                      Autoproducer electricity plants
#> 799                                      Autoproducer electricity plants
#> 800                                      Autoproducer electricity plants
#> 801                                      Autoproducer electricity plants
#> 802                                      Autoproducer electricity plants
#> 803                                      Autoproducer electricity plants
#> 804                                      Autoproducer electricity plants
#> 805                                      Autoproducer electricity plants
#> 806                                      Autoproducer electricity plants
#> 807                                      Autoproducer electricity plants
#> 808                                      Autoproducer electricity plants
#> 809                                      Autoproducer electricity plants
#> 810                                      Autoproducer electricity plants
#> 811                                      Autoproducer electricity plants
#> 812                                      Autoproducer electricity plants
#> 813                                      Autoproducer electricity plants
#> 814                                      Autoproducer electricity plants
#> 815                                      Autoproducer electricity plants
#> 816                                      Autoproducer electricity plants
#> 817                                    Main activity producer CHP plants
#> 818                                    Main activity producer CHP plants
#> 819                                    Main activity producer CHP plants
#> 820                                    Main activity producer CHP plants
#> 821                                    Main activity producer CHP plants
#> 822                                    Main activity producer CHP plants
#> 823                                    Main activity producer CHP plants
#> 824                                    Main activity producer CHP plants
#> 825                                    Main activity producer CHP plants
#> 826                                    Main activity producer CHP plants
#> 827                                    Main activity producer CHP plants
#> 828                                    Main activity producer CHP plants
#> 829                                    Main activity producer CHP plants
#> 830                                    Main activity producer CHP plants
#> 831                                    Main activity producer CHP plants
#> 832                                    Main activity producer CHP plants
#> 833                                    Main activity producer CHP plants
#> 834                                    Main activity producer CHP plants
#> 835                                    Main activity producer CHP plants
#> 836                                    Main activity producer CHP plants
#> 837                                    Main activity producer CHP plants
#> 838                                    Main activity producer CHP plants
#> 839                                    Main activity producer CHP plants
#> 840                                    Main activity producer CHP plants
#> 841                                    Main activity producer CHP plants
#> 842                                    Main activity producer CHP plants
#> 843                                    Main activity producer CHP plants
#> 844                                    Main activity producer CHP plants
#> 845                                    Main activity producer CHP plants
#> 846                                    Main activity producer CHP plants
#> 847                                    Main activity producer CHP plants
#> 848                                    Main activity producer CHP plants
#> 849                                    Main activity producer CHP plants
#> 850                                    Main activity producer CHP plants
#> 851                                    Main activity producer CHP plants
#> 852                                    Main activity producer CHP plants
#> 853                                    Main activity producer CHP plants
#> 854                                    Main activity producer CHP plants
#> 855                                    Main activity producer CHP plants
#> 856                                    Main activity producer CHP plants
#> 857                                    Main activity producer CHP plants
#> 858                                    Main activity producer CHP plants
#> 859                                    Main activity producer CHP plants
#> 860                                    Main activity producer CHP plants
#> 861                                    Main activity producer CHP plants
#> 862                                    Main activity producer CHP plants
#> 863                                    Main activity producer CHP plants
#> 864                                    Main activity producer CHP plants
#> 865                                    Main activity producer CHP plants
#> 866                                    Main activity producer CHP plants
#> 867                                    Main activity producer CHP plants
#> 868                                    Main activity producer CHP plants
#> 869                                    Main activity producer CHP plants
#> 870                                    Main activity producer CHP plants
#> 871                                    Main activity producer CHP plants
#> 872                                    Main activity producer CHP plants
#> 873                                    Main activity producer CHP plants
#> 874                                    Main activity producer CHP plants
#> 875                                    Main activity producer CHP plants
#> 876                                    Main activity producer CHP plants
#> 877                                    Main activity producer CHP plants
#> 878                                    Main activity producer CHP plants
#> 879                                    Main activity producer CHP plants
#> 880                                    Main activity producer CHP plants
#> 881                                    Main activity producer CHP plants
#> 882                                    Main activity producer CHP plants
#> 883                                    Main activity producer CHP plants
#> 884                                    Main activity producer CHP plants
#> 885                                              Autoproducer CHP plants
#> 886                                              Autoproducer CHP plants
#> 887                                              Autoproducer CHP plants
#> 888                                              Autoproducer CHP plants
#> 889                                              Autoproducer CHP plants
#> 890                                              Autoproducer CHP plants
#> 891                                              Autoproducer CHP plants
#> 892                                              Autoproducer CHP plants
#> 893                                              Autoproducer CHP plants
#> 894                                              Autoproducer CHP plants
#> 895                                              Autoproducer CHP plants
#> 896                                              Autoproducer CHP plants
#> 897                                              Autoproducer CHP plants
#> 898                                              Autoproducer CHP plants
#> 899                                              Autoproducer CHP plants
#> 900                                              Autoproducer CHP plants
#> 901                                              Autoproducer CHP plants
#> 902                                              Autoproducer CHP plants
#> 903                                              Autoproducer CHP plants
#> 904                                              Autoproducer CHP plants
#> 905                                              Autoproducer CHP plants
#> 906                                              Autoproducer CHP plants
#> 907                                              Autoproducer CHP plants
#> 908                                              Autoproducer CHP plants
#> 909                                              Autoproducer CHP plants
#> 910                                              Autoproducer CHP plants
#> 911                                              Autoproducer CHP plants
#> 912                                              Autoproducer CHP plants
#> 913                                              Autoproducer CHP plants
#> 914                                              Autoproducer CHP plants
#> 915                                              Autoproducer CHP plants
#> 916                                              Autoproducer CHP plants
#> 917                                              Autoproducer CHP plants
#> 918                                              Autoproducer CHP plants
#> 919                                              Autoproducer CHP plants
#> 920                                              Autoproducer CHP plants
#> 921                                              Autoproducer CHP plants
#> 922                                              Autoproducer CHP plants
#> 923                                              Autoproducer CHP plants
#> 924                                              Autoproducer CHP plants
#> 925                                              Autoproducer CHP plants
#> 926                                              Autoproducer CHP plants
#> 927                                              Autoproducer CHP plants
#> 928                                              Autoproducer CHP plants
#> 929                                              Autoproducer CHP plants
#> 930                                              Autoproducer CHP plants
#> 931                                              Autoproducer CHP plants
#> 932                                              Autoproducer CHP plants
#> 933                                              Autoproducer CHP plants
#> 934                                              Autoproducer CHP plants
#> 935                                              Autoproducer CHP plants
#> 936                                              Autoproducer CHP plants
#> 937                                              Autoproducer CHP plants
#> 938                                              Autoproducer CHP plants
#> 939                                              Autoproducer CHP plants
#> 940                                              Autoproducer CHP plants
#> 941                                              Autoproducer CHP plants
#> 942                                              Autoproducer CHP plants
#> 943                                              Autoproducer CHP plants
#> 944                                              Autoproducer CHP plants
#> 945                                              Autoproducer CHP plants
#> 946                                              Autoproducer CHP plants
#> 947                                              Autoproducer CHP plants
#> 948                                              Autoproducer CHP plants
#> 949                                              Autoproducer CHP plants
#> 950                                              Autoproducer CHP plants
#> 951                                              Autoproducer CHP plants
#> 952                                              Autoproducer CHP plants
#> 953                                   Main activity producer heat plants
#> 954                                   Main activity producer heat plants
#> 955                                   Main activity producer heat plants
#> 956                                   Main activity producer heat plants
#> 957                                   Main activity producer heat plants
#> 958                                   Main activity producer heat plants
#> 959                                   Main activity producer heat plants
#> 960                                   Main activity producer heat plants
#> 961                                   Main activity producer heat plants
#> 962                                   Main activity producer heat plants
#> 963                                   Main activity producer heat plants
#> 964                                   Main activity producer heat plants
#> 965                                   Main activity producer heat plants
#> 966                                   Main activity producer heat plants
#> 967                                   Main activity producer heat plants
#> 968                                   Main activity producer heat plants
#> 969                                   Main activity producer heat plants
#> 970                                   Main activity producer heat plants
#> 971                                   Main activity producer heat plants
#> 972                                   Main activity producer heat plants
#> 973                                   Main activity producer heat plants
#> 974                                   Main activity producer heat plants
#> 975                                   Main activity producer heat plants
#> 976                                   Main activity producer heat plants
#> 977                                   Main activity producer heat plants
#> 978                                   Main activity producer heat plants
#> 979                                   Main activity producer heat plants
#> 980                                   Main activity producer heat plants
#> 981                                   Main activity producer heat plants
#> 982                                   Main activity producer heat plants
#> 983                                   Main activity producer heat plants
#> 984                                   Main activity producer heat plants
#> 985                                   Main activity producer heat plants
#> 986                                   Main activity producer heat plants
#> 987                                   Main activity producer heat plants
#> 988                                   Main activity producer heat plants
#> 989                                   Main activity producer heat plants
#> 990                                   Main activity producer heat plants
#> 991                                   Main activity producer heat plants
#> 992                                   Main activity producer heat plants
#> 993                                   Main activity producer heat plants
#> 994                                   Main activity producer heat plants
#> 995                                   Main activity producer heat plants
#> 996                                   Main activity producer heat plants
#> 997                                   Main activity producer heat plants
#> 998                                   Main activity producer heat plants
#> 999                                   Main activity producer heat plants
#> 1000                                  Main activity producer heat plants
#> 1001                                  Main activity producer heat plants
#> 1002                                  Main activity producer heat plants
#> 1003                                  Main activity producer heat plants
#> 1004                                  Main activity producer heat plants
#> 1005                                  Main activity producer heat plants
#> 1006                                  Main activity producer heat plants
#> 1007                                  Main activity producer heat plants
#> 1008                                  Main activity producer heat plants
#> 1009                                  Main activity producer heat plants
#> 1010                                  Main activity producer heat plants
#> 1011                                  Main activity producer heat plants
#> 1012                                  Main activity producer heat plants
#> 1013                                  Main activity producer heat plants
#> 1014                                  Main activity producer heat plants
#> 1015                                  Main activity producer heat plants
#> 1016                                  Main activity producer heat plants
#> 1017                                  Main activity producer heat plants
#> 1018                                  Main activity producer heat plants
#> 1019                                  Main activity producer heat plants
#> 1020                                  Main activity producer heat plants
#> 1021                                            Autoproducer heat plants
#> 1022                                            Autoproducer heat plants
#> 1023                                            Autoproducer heat plants
#> 1024                                            Autoproducer heat plants
#> 1025                                            Autoproducer heat plants
#> 1026                                            Autoproducer heat plants
#> 1027                                            Autoproducer heat plants
#> 1028                                            Autoproducer heat plants
#> 1029                                            Autoproducer heat plants
#> 1030                                            Autoproducer heat plants
#> 1031                                            Autoproducer heat plants
#> 1032                                            Autoproducer heat plants
#> 1033                                            Autoproducer heat plants
#> 1034                                            Autoproducer heat plants
#> 1035                                            Autoproducer heat plants
#> 1036                                            Autoproducer heat plants
#> 1037                                            Autoproducer heat plants
#> 1038                                            Autoproducer heat plants
#> 1039                                            Autoproducer heat plants
#> 1040                                            Autoproducer heat plants
#> 1041                                            Autoproducer heat plants
#> 1042                                            Autoproducer heat plants
#> 1043                                            Autoproducer heat plants
#> 1044                                            Autoproducer heat plants
#> 1045                                            Autoproducer heat plants
#> 1046                                            Autoproducer heat plants
#> 1047                                            Autoproducer heat plants
#> 1048                                            Autoproducer heat plants
#> 1049                                            Autoproducer heat plants
#> 1050                                            Autoproducer heat plants
#> 1051                                            Autoproducer heat plants
#> 1052                                            Autoproducer heat plants
#> 1053                                            Autoproducer heat plants
#> 1054                                            Autoproducer heat plants
#> 1055                                            Autoproducer heat plants
#> 1056                                            Autoproducer heat plants
#> 1057                                            Autoproducer heat plants
#> 1058                                            Autoproducer heat plants
#> 1059                                            Autoproducer heat plants
#> 1060                                            Autoproducer heat plants
#> 1061                                            Autoproducer heat plants
#> 1062                                            Autoproducer heat plants
#> 1063                                            Autoproducer heat plants
#> 1064                                            Autoproducer heat plants
#> 1065                                            Autoproducer heat plants
#> 1066                                            Autoproducer heat plants
#> 1067                                            Autoproducer heat plants
#> 1068                                            Autoproducer heat plants
#> 1069                                            Autoproducer heat plants
#> 1070                                            Autoproducer heat plants
#> 1071                                            Autoproducer heat plants
#> 1072                                            Autoproducer heat plants
#> 1073                                            Autoproducer heat plants
#> 1074                                            Autoproducer heat plants
#> 1075                                            Autoproducer heat plants
#> 1076                                            Autoproducer heat plants
#> 1077                                            Autoproducer heat plants
#> 1078                                            Autoproducer heat plants
#> 1079                                            Autoproducer heat plants
#> 1080                                            Autoproducer heat plants
#> 1081                                            Autoproducer heat plants
#> 1082                                            Autoproducer heat plants
#> 1083                                            Autoproducer heat plants
#> 1084                                            Autoproducer heat plants
#> 1085                                            Autoproducer heat plants
#> 1086                                            Autoproducer heat plants
#> 1087                                            Autoproducer heat plants
#> 1088                                            Autoproducer heat plants
#> 1089                                                          Heat pumps
#> 1090                                                          Heat pumps
#> 1091                                                          Heat pumps
#> 1092                                                          Heat pumps
#> 1093                                                          Heat pumps
#> 1094                                                          Heat pumps
#> 1095                                                          Heat pumps
#> 1096                                                          Heat pumps
#> 1097                                                          Heat pumps
#> 1098                                                          Heat pumps
#> 1099                                                          Heat pumps
#> 1100                                                          Heat pumps
#> 1101                                                          Heat pumps
#> 1102                                                          Heat pumps
#> 1103                                                          Heat pumps
#> 1104                                                          Heat pumps
#> 1105                                                          Heat pumps
#> 1106                                                          Heat pumps
#> 1107                                                          Heat pumps
#> 1108                                                          Heat pumps
#> 1109                                                          Heat pumps
#> 1110                                                          Heat pumps
#> 1111                                                          Heat pumps
#> 1112                                                          Heat pumps
#> 1113                                                          Heat pumps
#> 1114                                                          Heat pumps
#> 1115                                                          Heat pumps
#> 1116                                                          Heat pumps
#> 1117                                                          Heat pumps
#> 1118                                                          Heat pumps
#> 1119                                                          Heat pumps
#> 1120                                                          Heat pumps
#> 1121                                                          Heat pumps
#> 1122                                                          Heat pumps
#> 1123                                                          Heat pumps
#> 1124                                                          Heat pumps
#> 1125                                                          Heat pumps
#> 1126                                                          Heat pumps
#> 1127                                                          Heat pumps
#> 1128                                                          Heat pumps
#> 1129                                                          Heat pumps
#> 1130                                                          Heat pumps
#> 1131                                                          Heat pumps
#> 1132                                                          Heat pumps
#> 1133                                                          Heat pumps
#> 1134                                                          Heat pumps
#> 1135                                                          Heat pumps
#> 1136                                                          Heat pumps
#> 1137                                                          Heat pumps
#> 1138                                                          Heat pumps
#> 1139                                                          Heat pumps
#> 1140                                                          Heat pumps
#> 1141                                                          Heat pumps
#> 1142                                                          Heat pumps
#> 1143                                                          Heat pumps
#> 1144                                                          Heat pumps
#> 1145                                                          Heat pumps
#> 1146                                                          Heat pumps
#> 1147                                                          Heat pumps
#> 1148                                                          Heat pumps
#> 1149                                                          Heat pumps
#> 1150                                                          Heat pumps
#> 1151                                                          Heat pumps
#> 1152                                                          Heat pumps
#> 1153                                                          Heat pumps
#> 1154                                                          Heat pumps
#> 1155                                                          Heat pumps
#> 1156                                                          Heat pumps
#> 1157                                                    Electric boilers
#> 1158                                                    Electric boilers
#> 1159                                                    Electric boilers
#> 1160                                                    Electric boilers
#> 1161                                                    Electric boilers
#> 1162                                                    Electric boilers
#> 1163                                                    Electric boilers
#> 1164                                                    Electric boilers
#> 1165                                                    Electric boilers
#> 1166                                                    Electric boilers
#> 1167                                                    Electric boilers
#> 1168                                                    Electric boilers
#> 1169                                                    Electric boilers
#> 1170                                                    Electric boilers
#> 1171                                                    Electric boilers
#> 1172                                                    Electric boilers
#> 1173                                                    Electric boilers
#> 1174                                                    Electric boilers
#> 1175                                                    Electric boilers
#> 1176                                                    Electric boilers
#> 1177                                                    Electric boilers
#> 1178                                                    Electric boilers
#> 1179                                                    Electric boilers
#> 1180                                                    Electric boilers
#> 1181                                                    Electric boilers
#> 1182                                                    Electric boilers
#> 1183                                                    Electric boilers
#> 1184                                                    Electric boilers
#> 1185                                                    Electric boilers
#> 1186                                                    Electric boilers
#> 1187                                                    Electric boilers
#> 1188                                                    Electric boilers
#> 1189                                                    Electric boilers
#> 1190                                                    Electric boilers
#> 1191                                                    Electric boilers
#> 1192                                                    Electric boilers
#> 1193                                                    Electric boilers
#> 1194                                                    Electric boilers
#> 1195                                                    Electric boilers
#> 1196                                                    Electric boilers
#> 1197                                                    Electric boilers
#> 1198                                                    Electric boilers
#> 1199                                                    Electric boilers
#> 1200                                                    Electric boilers
#> 1201                                                    Electric boilers
#> 1202                                                    Electric boilers
#> 1203                                                    Electric boilers
#> 1204                                                    Electric boilers
#> 1205                                                    Electric boilers
#> 1206                                                    Electric boilers
#> 1207                                                    Electric boilers
#> 1208                                                    Electric boilers
#> 1209                                                    Electric boilers
#> 1210                                                    Electric boilers
#> 1211                                                    Electric boilers
#> 1212                                                    Electric boilers
#> 1213                                                    Electric boilers
#> 1214                                                    Electric boilers
#> 1215                                                    Electric boilers
#> 1216                                                    Electric boilers
#> 1217                                                    Electric boilers
#> 1218                                                    Electric boilers
#> 1219                                                    Electric boilers
#> 1220                                                    Electric boilers
#> 1221                                                    Electric boilers
#> 1222                                                    Electric boilers
#> 1223                                                    Electric boilers
#> 1224                                                    Electric boilers
#> 1225                            Chemical heat for electricity production
#> 1226                            Chemical heat for electricity production
#> 1227                            Chemical heat for electricity production
#> 1228                            Chemical heat for electricity production
#> 1229                            Chemical heat for electricity production
#> 1230                            Chemical heat for electricity production
#> 1231                            Chemical heat for electricity production
#> 1232                            Chemical heat for electricity production
#> 1233                            Chemical heat for electricity production
#> 1234                            Chemical heat for electricity production
#> 1235                            Chemical heat for electricity production
#> 1236                            Chemical heat for electricity production
#> 1237                            Chemical heat for electricity production
#> 1238                            Chemical heat for electricity production
#> 1239                            Chemical heat for electricity production
#> 1240                            Chemical heat for electricity production
#> 1241                            Chemical heat for electricity production
#> 1242                            Chemical heat for electricity production
#> 1243                            Chemical heat for electricity production
#> 1244                            Chemical heat for electricity production
#> 1245                            Chemical heat for electricity production
#> 1246                            Chemical heat for electricity production
#> 1247                            Chemical heat for electricity production
#> 1248                            Chemical heat for electricity production
#> 1249                            Chemical heat for electricity production
#> 1250                            Chemical heat for electricity production
#> 1251                            Chemical heat for electricity production
#> 1252                            Chemical heat for electricity production
#> 1253                            Chemical heat for electricity production
#> 1254                            Chemical heat for electricity production
#> 1255                            Chemical heat for electricity production
#> 1256                            Chemical heat for electricity production
#> 1257                            Chemical heat for electricity production
#> 1258                            Chemical heat for electricity production
#> 1259                            Chemical heat for electricity production
#> 1260                            Chemical heat for electricity production
#> 1261                            Chemical heat for electricity production
#> 1262                            Chemical heat for electricity production
#> 1263                            Chemical heat for electricity production
#> 1264                            Chemical heat for electricity production
#> 1265                            Chemical heat for electricity production
#> 1266                            Chemical heat for electricity production
#> 1267                            Chemical heat for electricity production
#> 1268                            Chemical heat for electricity production
#> 1269                            Chemical heat for electricity production
#> 1270                            Chemical heat for electricity production
#> 1271                            Chemical heat for electricity production
#> 1272                            Chemical heat for electricity production
#> 1273                            Chemical heat for electricity production
#> 1274                            Chemical heat for electricity production
#> 1275                            Chemical heat for electricity production
#> 1276                            Chemical heat for electricity production
#> 1277                            Chemical heat for electricity production
#> 1278                            Chemical heat for electricity production
#> 1279                            Chemical heat for electricity production
#> 1280                            Chemical heat for electricity production
#> 1281                            Chemical heat for electricity production
#> 1282                            Chemical heat for electricity production
#> 1283                            Chemical heat for electricity production
#> 1284                            Chemical heat for electricity production
#> 1285                            Chemical heat for electricity production
#> 1286                            Chemical heat for electricity production
#> 1287                            Chemical heat for electricity production
#> 1288                            Chemical heat for electricity production
#> 1289                            Chemical heat for electricity production
#> 1290                            Chemical heat for electricity production
#> 1291                            Chemical heat for electricity production
#> 1292                            Chemical heat for electricity production
#> 1293                                                      Blast furnaces
#> 1294                                                      Blast furnaces
#> 1295                                                      Blast furnaces
#> 1296                                                      Blast furnaces
#> 1297                                                      Blast furnaces
#> 1298                                                      Blast furnaces
#> 1299                                                      Blast furnaces
#> 1300                                                      Blast furnaces
#> 1301                                                      Blast furnaces
#> 1302                                                      Blast furnaces
#> 1303                                                      Blast furnaces
#> 1304                                                      Blast furnaces
#> 1305                                                      Blast furnaces
#> 1306                                                      Blast furnaces
#> 1307                                                      Blast furnaces
#> 1308                                                      Blast furnaces
#> 1309                                                      Blast furnaces
#> 1310                                                      Blast furnaces
#> 1311                                                      Blast furnaces
#> 1312                                                      Blast furnaces
#> 1313                                                      Blast furnaces
#> 1314                                                      Blast furnaces
#> 1315                                                      Blast furnaces
#> 1316                                                      Blast furnaces
#> 1317                                                      Blast furnaces
#> 1318                                                      Blast furnaces
#> 1319                                                      Blast furnaces
#> 1320                                                      Blast furnaces
#> 1321                                                      Blast furnaces
#> 1322                                                      Blast furnaces
#> 1323                                                      Blast furnaces
#> 1324                                                      Blast furnaces
#> 1325                                                      Blast furnaces
#> 1326                                                      Blast furnaces
#> 1327                                                      Blast furnaces
#> 1328                                                      Blast furnaces
#> 1329                                                      Blast furnaces
#> 1330                                                      Blast furnaces
#> 1331                                                      Blast furnaces
#> 1332                                                      Blast furnaces
#> 1333                                                      Blast furnaces
#> 1334                                                      Blast furnaces
#> 1335                                                      Blast furnaces
#> 1336                                                      Blast furnaces
#> 1337                                                      Blast furnaces
#> 1338                                                      Blast furnaces
#> 1339                                                      Blast furnaces
#> 1340                                                      Blast furnaces
#> 1341                                                      Blast furnaces
#> 1342                                                      Blast furnaces
#> 1343                                                      Blast furnaces
#> 1344                                                      Blast furnaces
#> 1345                                                      Blast furnaces
#> 1346                                                      Blast furnaces
#> 1347                                                      Blast furnaces
#> 1348                                                      Blast furnaces
#> 1349                                                      Blast furnaces
#> 1350                                                      Blast furnaces
#> 1351                                                      Blast furnaces
#> 1352                                                      Blast furnaces
#> 1353                                                      Blast furnaces
#> 1354                                                      Blast furnaces
#> 1355                                                      Blast furnaces
#> 1356                                                      Blast furnaces
#> 1357                                                      Blast furnaces
#> 1358                                                      Blast furnaces
#> 1359                                                      Blast furnaces
#> 1360                                                      Blast furnaces
#> 1361                                                           Gas works
#> 1362                                                           Gas works
#> 1363                                                           Gas works
#> 1364                                                           Gas works
#> 1365                                                           Gas works
#> 1366                                                           Gas works
#> 1367                                                           Gas works
#> 1368                                                           Gas works
#> 1369                                                           Gas works
#> 1370                                                           Gas works
#> 1371                                                           Gas works
#> 1372                                                           Gas works
#> 1373                                                           Gas works
#> 1374                                                           Gas works
#> 1375                                                           Gas works
#> 1376                                                           Gas works
#> 1377                                                           Gas works
#> 1378                                                           Gas works
#> 1379                                                           Gas works
#> 1380                                                           Gas works
#> 1381                                                           Gas works
#> 1382                                                           Gas works
#> 1383                                                           Gas works
#> 1384                                                           Gas works
#> 1385                                                           Gas works
#> 1386                                                           Gas works
#> 1387                                                           Gas works
#> 1388                                                           Gas works
#> 1389                                                           Gas works
#> 1390                                                           Gas works
#> 1391                                                           Gas works
#> 1392                                                           Gas works
#> 1393                                                           Gas works
#> 1394                                                           Gas works
#> 1395                                                           Gas works
#> 1396                                                           Gas works
#> 1397                                                           Gas works
#> 1398                                                           Gas works
#> 1399                                                           Gas works
#> 1400                                                           Gas works
#> 1401                                                           Gas works
#> 1402                                                           Gas works
#> 1403                                                           Gas works
#> 1404                                                           Gas works
#> 1405                                                           Gas works
#> 1406                                                           Gas works
#> 1407                                                           Gas works
#> 1408                                                           Gas works
#> 1409                                                           Gas works
#> 1410                                                           Gas works
#> 1411                                                           Gas works
#> 1412                                                           Gas works
#> 1413                                                           Gas works
#> 1414                                                           Gas works
#> 1415                                                           Gas works
#> 1416                                                           Gas works
#> 1417                                                           Gas works
#> 1418                                                           Gas works
#> 1419                                                           Gas works
#> 1420                                                           Gas works
#> 1421                                                           Gas works
#> 1422                                                           Gas works
#> 1423                                                           Gas works
#> 1424                                                           Gas works
#> 1425                                                           Gas works
#> 1426                                                           Gas works
#> 1427                                                           Gas works
#> 1428                                                           Gas works
#> 1429                                                          Coke ovens
#> 1430                                                          Coke ovens
#> 1431                                                          Coke ovens
#> 1432                                                          Coke ovens
#> 1433                                                          Coke ovens
#> 1434                                                          Coke ovens
#> 1435                                                          Coke ovens
#> 1436                                                          Coke ovens
#> 1437                                                          Coke ovens
#> 1438                                                          Coke ovens
#> 1439                                                          Coke ovens
#> 1440                                                          Coke ovens
#> 1441                                                          Coke ovens
#> 1442                                                          Coke ovens
#> 1443                                                          Coke ovens
#> 1444                                                          Coke ovens
#> 1445                                                          Coke ovens
#> 1446                                                          Coke ovens
#> 1447                                                          Coke ovens
#> 1448                                                          Coke ovens
#> 1449                                                          Coke ovens
#> 1450                                                          Coke ovens
#> 1451                                                          Coke ovens
#> 1452                                                          Coke ovens
#> 1453                                                          Coke ovens
#> 1454                                                          Coke ovens
#> 1455                                                          Coke ovens
#> 1456                                                          Coke ovens
#> 1457                                                          Coke ovens
#> 1458                                                          Coke ovens
#> 1459                                                          Coke ovens
#> 1460                                                          Coke ovens
#> 1461                                                          Coke ovens
#> 1462                                                          Coke ovens
#> 1463                                                          Coke ovens
#> 1464                                                          Coke ovens
#> 1465                                                          Coke ovens
#> 1466                                                          Coke ovens
#> 1467                                                          Coke ovens
#> 1468                                                          Coke ovens
#> 1469                                                          Coke ovens
#> 1470                                                          Coke ovens
#> 1471                                                          Coke ovens
#> 1472                                                          Coke ovens
#> 1473                                                          Coke ovens
#> 1474                                                          Coke ovens
#> 1475                                                          Coke ovens
#> 1476                                                          Coke ovens
#> 1477                                                          Coke ovens
#> 1478                                                          Coke ovens
#> 1479                                                          Coke ovens
#> 1480                                                          Coke ovens
#> 1481                                                          Coke ovens
#> 1482                                                          Coke ovens
#> 1483                                                          Coke ovens
#> 1484                                                          Coke ovens
#> 1485                                                          Coke ovens
#> 1486                                                          Coke ovens
#> 1487                                                          Coke ovens
#> 1488                                                          Coke ovens
#> 1489                                                          Coke ovens
#> 1490                                                          Coke ovens
#> 1491                                                          Coke ovens
#> 1492                                                          Coke ovens
#> 1493                                                          Coke ovens
#> 1494                                                          Coke ovens
#> 1495                                                          Coke ovens
#> 1496                                                          Coke ovens
#> 1497                                                  Patent fuel plants
#> 1498                                                  Patent fuel plants
#> 1499                                                  Patent fuel plants
#> 1500                                                  Patent fuel plants
#> 1501                                                  Patent fuel plants
#> 1502                                                  Patent fuel plants
#> 1503                                                  Patent fuel plants
#> 1504                                                  Patent fuel plants
#> 1505                                                  Patent fuel plants
#> 1506                                                  Patent fuel plants
#> 1507                                                  Patent fuel plants
#> 1508                                                  Patent fuel plants
#> 1509                                                  Patent fuel plants
#> 1510                                                  Patent fuel plants
#> 1511                                                  Patent fuel plants
#> 1512                                                  Patent fuel plants
#> 1513                                                  Patent fuel plants
#> 1514                                                  Patent fuel plants
#> 1515                                                  Patent fuel plants
#> 1516                                                  Patent fuel plants
#> 1517                                                  Patent fuel plants
#> 1518                                                  Patent fuel plants
#> 1519                                                  Patent fuel plants
#> 1520                                                  Patent fuel plants
#> 1521                                                  Patent fuel plants
#> 1522                                                  Patent fuel plants
#> 1523                                                  Patent fuel plants
#> 1524                                                  Patent fuel plants
#> 1525                                                  Patent fuel plants
#> 1526                                                  Patent fuel plants
#> 1527                                                  Patent fuel plants
#> 1528                                                  Patent fuel plants
#> 1529                                                  Patent fuel plants
#> 1530                                                  Patent fuel plants
#> 1531                                                  Patent fuel plants
#> 1532                                                  Patent fuel plants
#> 1533                                                  Patent fuel plants
#> 1534                                                  Patent fuel plants
#> 1535                                                  Patent fuel plants
#> 1536                                                  Patent fuel plants
#> 1537                                                  Patent fuel plants
#> 1538                                                  Patent fuel plants
#> 1539                                                  Patent fuel plants
#> 1540                                                  Patent fuel plants
#> 1541                                                  Patent fuel plants
#> 1542                                                  Patent fuel plants
#> 1543                                                  Patent fuel plants
#> 1544                                                  Patent fuel plants
#> 1545                                                  Patent fuel plants
#> 1546                                                  Patent fuel plants
#> 1547                                                  Patent fuel plants
#> 1548                                                  Patent fuel plants
#> 1549                                                  Patent fuel plants
#> 1550                                                  Patent fuel plants
#> 1551                                                  Patent fuel plants
#> 1552                                                  Patent fuel plants
#> 1553                                                  Patent fuel plants
#> 1554                                                  Patent fuel plants
#> 1555                                                  Patent fuel plants
#> 1556                                                  Patent fuel plants
#> 1557                                                  Patent fuel plants
#> 1558                                                  Patent fuel plants
#> 1559                                                  Patent fuel plants
#> 1560                                                  Patent fuel plants
#> 1561                                                  Patent fuel plants
#> 1562                                                  Patent fuel plants
#> 1563                                                  Patent fuel plants
#> 1564                                                  Patent fuel plants
#> 1565                                           BKB/peat briquette plants
#> 1566                                           BKB/peat briquette plants
#> 1567                                           BKB/peat briquette plants
#> 1568                                           BKB/peat briquette plants
#> 1569                                           BKB/peat briquette plants
#> 1570                                           BKB/peat briquette plants
#> 1571                                           BKB/peat briquette plants
#> 1572                                           BKB/peat briquette plants
#> 1573                                           BKB/peat briquette plants
#> 1574                                           BKB/peat briquette plants
#> 1575                                           BKB/peat briquette plants
#> 1576                                           BKB/peat briquette plants
#> 1577                                           BKB/peat briquette plants
#> 1578                                           BKB/peat briquette plants
#> 1579                                           BKB/peat briquette plants
#> 1580                                           BKB/peat briquette plants
#> 1581                                           BKB/peat briquette plants
#> 1582                                           BKB/peat briquette plants
#> 1583                                           BKB/peat briquette plants
#> 1584                                           BKB/peat briquette plants
#> 1585                                           BKB/peat briquette plants
#> 1586                                           BKB/peat briquette plants
#> 1587                                           BKB/peat briquette plants
#> 1588                                           BKB/peat briquette plants
#> 1589                                           BKB/peat briquette plants
#> 1590                                           BKB/peat briquette plants
#> 1591                                           BKB/peat briquette plants
#> 1592                                           BKB/peat briquette plants
#> 1593                                           BKB/peat briquette plants
#> 1594                                           BKB/peat briquette plants
#> 1595                                           BKB/peat briquette plants
#> 1596                                           BKB/peat briquette plants
#> 1597                                           BKB/peat briquette plants
#> 1598                                           BKB/peat briquette plants
#> 1599                                           BKB/peat briquette plants
#> 1600                                           BKB/peat briquette plants
#> 1601                                           BKB/peat briquette plants
#> 1602                                           BKB/peat briquette plants
#> 1603                                           BKB/peat briquette plants
#> 1604                                           BKB/peat briquette plants
#> 1605                                           BKB/peat briquette plants
#> 1606                                           BKB/peat briquette plants
#> 1607                                           BKB/peat briquette plants
#> 1608                                           BKB/peat briquette plants
#> 1609                                           BKB/peat briquette plants
#> 1610                                           BKB/peat briquette plants
#> 1611                                           BKB/peat briquette plants
#> 1612                                           BKB/peat briquette plants
#> 1613                                           BKB/peat briquette plants
#> 1614                                           BKB/peat briquette plants
#> 1615                                           BKB/peat briquette plants
#> 1616                                           BKB/peat briquette plants
#> 1617                                           BKB/peat briquette plants
#> 1618                                           BKB/peat briquette plants
#> 1619                                           BKB/peat briquette plants
#> 1620                                           BKB/peat briquette plants
#> 1621                                           BKB/peat briquette plants
#> 1622                                           BKB/peat briquette plants
#> 1623                                           BKB/peat briquette plants
#> 1624                                           BKB/peat briquette plants
#> 1625                                           BKB/peat briquette plants
#> 1626                                           BKB/peat briquette plants
#> 1627                                           BKB/peat briquette plants
#> 1628                                           BKB/peat briquette plants
#> 1629                                           BKB/peat briquette plants
#> 1630                                           BKB/peat briquette plants
#> 1631                                           BKB/peat briquette plants
#> 1632                                           BKB/peat briquette plants
#> 1633                                                      Oil refineries
#> 1634                                                      Oil refineries
#> 1635                                                      Oil refineries
#> 1636                                                      Oil refineries
#> 1637                                                      Oil refineries
#> 1638                                                      Oil refineries
#> 1639                                                      Oil refineries
#> 1640                                                      Oil refineries
#> 1641                                                      Oil refineries
#> 1642                                                      Oil refineries
#> 1643                                                      Oil refineries
#> 1644                                                      Oil refineries
#> 1645                                                      Oil refineries
#> 1646                                                      Oil refineries
#> 1647                                                      Oil refineries
#> 1648                                                      Oil refineries
#> 1649                                                      Oil refineries
#> 1650                                                      Oil refineries
#> 1651                                                      Oil refineries
#> 1652                                                      Oil refineries
#> 1653                                                      Oil refineries
#> 1654                                                      Oil refineries
#> 1655                                                      Oil refineries
#> 1656                                                      Oil refineries
#> 1657                                                      Oil refineries
#> 1658                                                      Oil refineries
#> 1659                                                      Oil refineries
#> 1660                                                      Oil refineries
#> 1661                                                      Oil refineries
#> 1662                                                      Oil refineries
#> 1663                                                      Oil refineries
#> 1664                                                      Oil refineries
#> 1665                                                      Oil refineries
#> 1666                                                      Oil refineries
#> 1667                                                      Oil refineries
#> 1668                                                      Oil refineries
#> 1669                                                      Oil refineries
#> 1670                                                      Oil refineries
#> 1671                                                      Oil refineries
#> 1672                                                      Oil refineries
#> 1673                                                      Oil refineries
#> 1674                                                      Oil refineries
#> 1675                                                      Oil refineries
#> 1676                                                      Oil refineries
#> 1677                                                      Oil refineries
#> 1678                                                      Oil refineries
#> 1679                                                      Oil refineries
#> 1680                                                      Oil refineries
#> 1681                                                      Oil refineries
#> 1682                                                      Oil refineries
#> 1683                                                      Oil refineries
#> 1684                                                      Oil refineries
#> 1685                                                      Oil refineries
#> 1686                                                      Oil refineries
#> 1687                                                      Oil refineries
#> 1688                                                      Oil refineries
#> 1689                                                      Oil refineries
#> 1690                                                      Oil refineries
#> 1691                                                      Oil refineries
#> 1692                                                      Oil refineries
#> 1693                                                      Oil refineries
#> 1694                                                      Oil refineries
#> 1695                                                      Oil refineries
#> 1696                                                      Oil refineries
#> 1697                                                      Oil refineries
#> 1698                                                      Oil refineries
#> 1699                                                      Oil refineries
#> 1700                                                      Oil refineries
#> 1701                                                Petrochemical plants
#> 1702                                                Petrochemical plants
#> 1703                                                Petrochemical plants
#> 1704                                                Petrochemical plants
#> 1705                                                Petrochemical plants
#> 1706                                                Petrochemical plants
#> 1707                                                Petrochemical plants
#> 1708                                                Petrochemical plants
#> 1709                                                Petrochemical plants
#> 1710                                                Petrochemical plants
#> 1711                                                Petrochemical plants
#> 1712                                                Petrochemical plants
#> 1713                                                Petrochemical plants
#> 1714                                                Petrochemical plants
#> 1715                                                Petrochemical plants
#> 1716                                                Petrochemical plants
#> 1717                                                Petrochemical plants
#> 1718                                                Petrochemical plants
#> 1719                                                Petrochemical plants
#> 1720                                                Petrochemical plants
#> 1721                                                Petrochemical plants
#> 1722                                                Petrochemical plants
#> 1723                                                Petrochemical plants
#> 1724                                                Petrochemical plants
#> 1725                                                Petrochemical plants
#> 1726                                                Petrochemical plants
#> 1727                                                Petrochemical plants
#> 1728                                                Petrochemical plants
#> 1729                                                Petrochemical plants
#> 1730                                                Petrochemical plants
#> 1731                                                Petrochemical plants
#> 1732                                                Petrochemical plants
#> 1733                                                Petrochemical plants
#> 1734                                                Petrochemical plants
#> 1735                                                Petrochemical plants
#> 1736                                                Petrochemical plants
#> 1737                                                Petrochemical plants
#> 1738                                                Petrochemical plants
#> 1739                                                Petrochemical plants
#> 1740                                                Petrochemical plants
#> 1741                                                Petrochemical plants
#> 1742                                                Petrochemical plants
#> 1743                                                Petrochemical plants
#> 1744                                                Petrochemical plants
#> 1745                                                Petrochemical plants
#> 1746                                                Petrochemical plants
#> 1747                                                Petrochemical plants
#> 1748                                                Petrochemical plants
#> 1749                                                Petrochemical plants
#> 1750                                                Petrochemical plants
#> 1751                                                Petrochemical plants
#> 1752                                                Petrochemical plants
#> 1753                                                Petrochemical plants
#> 1754                                                Petrochemical plants
#> 1755                                                Petrochemical plants
#> 1756                                                Petrochemical plants
#> 1757                                                Petrochemical plants
#> 1758                                                Petrochemical plants
#> 1759                                                Petrochemical plants
#> 1760                                                Petrochemical plants
#> 1761                                                Petrochemical plants
#> 1762                                                Petrochemical plants
#> 1763                                                Petrochemical plants
#> 1764                                                Petrochemical plants
#> 1765                                                Petrochemical plants
#> 1766                                                Petrochemical plants
#> 1767                                                Petrochemical plants
#> 1768                                                Petrochemical plants
#> 1769                                            Coal liquefaction plants
#> 1770                                            Coal liquefaction plants
#> 1771                                            Coal liquefaction plants
#> 1772                                            Coal liquefaction plants
#> 1773                                            Coal liquefaction plants
#> 1774                                            Coal liquefaction plants
#> 1775                                            Coal liquefaction plants
#> 1776                                            Coal liquefaction plants
#> 1777                                            Coal liquefaction plants
#> 1778                                            Coal liquefaction plants
#> 1779                                            Coal liquefaction plants
#> 1780                                            Coal liquefaction plants
#> 1781                                            Coal liquefaction plants
#> 1782                                            Coal liquefaction plants
#> 1783                                            Coal liquefaction plants
#> 1784                                            Coal liquefaction plants
#> 1785                                            Coal liquefaction plants
#> 1786                                            Coal liquefaction plants
#> 1787                                            Coal liquefaction plants
#> 1788                                            Coal liquefaction plants
#> 1789                                            Coal liquefaction plants
#> 1790                                            Coal liquefaction plants
#> 1791                                            Coal liquefaction plants
#> 1792                                            Coal liquefaction plants
#> 1793                                            Coal liquefaction plants
#> 1794                                            Coal liquefaction plants
#> 1795                                            Coal liquefaction plants
#> 1796                                            Coal liquefaction plants
#> 1797                                            Coal liquefaction plants
#> 1798                                            Coal liquefaction plants
#> 1799                                            Coal liquefaction plants
#> 1800                                            Coal liquefaction plants
#> 1801                                            Coal liquefaction plants
#> 1802                                            Coal liquefaction plants
#> 1803                                            Coal liquefaction plants
#> 1804                                            Coal liquefaction plants
#> 1805                                            Coal liquefaction plants
#> 1806                                            Coal liquefaction plants
#> 1807                                            Coal liquefaction plants
#> 1808                                            Coal liquefaction plants
#> 1809                                            Coal liquefaction plants
#> 1810                                            Coal liquefaction plants
#> 1811                                            Coal liquefaction plants
#> 1812                                            Coal liquefaction plants
#> 1813                                            Coal liquefaction plants
#> 1814                                            Coal liquefaction plants
#> 1815                                            Coal liquefaction plants
#> 1816                                            Coal liquefaction plants
#> 1817                                            Coal liquefaction plants
#> 1818                                            Coal liquefaction plants
#> 1819                                            Coal liquefaction plants
#> 1820                                            Coal liquefaction plants
#> 1821                                            Coal liquefaction plants
#> 1822                                            Coal liquefaction plants
#> 1823                                            Coal liquefaction plants
#> 1824                                            Coal liquefaction plants
#> 1825                                            Coal liquefaction plants
#> 1826                                            Coal liquefaction plants
#> 1827                                            Coal liquefaction plants
#> 1828                                            Coal liquefaction plants
#> 1829                                            Coal liquefaction plants
#> 1830                                            Coal liquefaction plants
#> 1831                                            Coal liquefaction plants
#> 1832                                            Coal liquefaction plants
#> 1833                                            Coal liquefaction plants
#> 1834                                            Coal liquefaction plants
#> 1835                                            Coal liquefaction plants
#> 1836                                            Coal liquefaction plants
#> 1837                                         Gas-to-liquids (GTL) plants
#> 1838                                         Gas-to-liquids (GTL) plants
#> 1839                                         Gas-to-liquids (GTL) plants
#> 1840                                         Gas-to-liquids (GTL) plants
#> 1841                                         Gas-to-liquids (GTL) plants
#> 1842                                         Gas-to-liquids (GTL) plants
#> 1843                                         Gas-to-liquids (GTL) plants
#> 1844                                         Gas-to-liquids (GTL) plants
#> 1845                                         Gas-to-liquids (GTL) plants
#> 1846                                         Gas-to-liquids (GTL) plants
#> 1847                                         Gas-to-liquids (GTL) plants
#> 1848                                         Gas-to-liquids (GTL) plants
#> 1849                                         Gas-to-liquids (GTL) plants
#> 1850                                         Gas-to-liquids (GTL) plants
#> 1851                                         Gas-to-liquids (GTL) plants
#> 1852                                         Gas-to-liquids (GTL) plants
#> 1853                                         Gas-to-liquids (GTL) plants
#> 1854                                         Gas-to-liquids (GTL) plants
#> 1855                                         Gas-to-liquids (GTL) plants
#> 1856                                         Gas-to-liquids (GTL) plants
#> 1857                                         Gas-to-liquids (GTL) plants
#> 1858                                         Gas-to-liquids (GTL) plants
#> 1859                                         Gas-to-liquids (GTL) plants
#> 1860                                         Gas-to-liquids (GTL) plants
#> 1861                                         Gas-to-liquids (GTL) plants
#> 1862                                         Gas-to-liquids (GTL) plants
#> 1863                                         Gas-to-liquids (GTL) plants
#> 1864                                         Gas-to-liquids (GTL) plants
#> 1865                                         Gas-to-liquids (GTL) plants
#> 1866                                         Gas-to-liquids (GTL) plants
#> 1867                                         Gas-to-liquids (GTL) plants
#> 1868                                         Gas-to-liquids (GTL) plants
#> 1869                                         Gas-to-liquids (GTL) plants
#> 1870                                         Gas-to-liquids (GTL) plants
#> 1871                                         Gas-to-liquids (GTL) plants
#> 1872                                         Gas-to-liquids (GTL) plants
#> 1873                                         Gas-to-liquids (GTL) plants
#> 1874                                         Gas-to-liquids (GTL) plants
#> 1875                                         Gas-to-liquids (GTL) plants
#> 1876                                         Gas-to-liquids (GTL) plants
#> 1877                                         Gas-to-liquids (GTL) plants
#> 1878                                         Gas-to-liquids (GTL) plants
#> 1879                                         Gas-to-liquids (GTL) plants
#> 1880                                         Gas-to-liquids (GTL) plants
#> 1881                                         Gas-to-liquids (GTL) plants
#> 1882                                         Gas-to-liquids (GTL) plants
#> 1883                                         Gas-to-liquids (GTL) plants
#> 1884                                         Gas-to-liquids (GTL) plants
#> 1885                                         Gas-to-liquids (GTL) plants
#> 1886                                         Gas-to-liquids (GTL) plants
#> 1887                                         Gas-to-liquids (GTL) plants
#> 1888                                         Gas-to-liquids (GTL) plants
#> 1889                                         Gas-to-liquids (GTL) plants
#> 1890                                         Gas-to-liquids (GTL) plants
#> 1891                                         Gas-to-liquids (GTL) plants
#> 1892                                         Gas-to-liquids (GTL) plants
#> 1893                                         Gas-to-liquids (GTL) plants
#> 1894                                         Gas-to-liquids (GTL) plants
#> 1895                                         Gas-to-liquids (GTL) plants
#> 1896                                         Gas-to-liquids (GTL) plants
#> 1897                                         Gas-to-liquids (GTL) plants
#> 1898                                         Gas-to-liquids (GTL) plants
#> 1899                                         Gas-to-liquids (GTL) plants
#> 1900                                         Gas-to-liquids (GTL) plants
#> 1901                                         Gas-to-liquids (GTL) plants
#> 1902                                         Gas-to-liquids (GTL) plants
#> 1903                                         Gas-to-liquids (GTL) plants
#> 1904                                         Gas-to-liquids (GTL) plants
#> 1905                                             For blended natural gas
#> 1906                                             For blended natural gas
#> 1907                                             For blended natural gas
#> 1908                                             For blended natural gas
#> 1909                                             For blended natural gas
#> 1910                                             For blended natural gas
#> 1911                                             For blended natural gas
#> 1912                                             For blended natural gas
#> 1913                                             For blended natural gas
#> 1914                                             For blended natural gas
#> 1915                                             For blended natural gas
#> 1916                                             For blended natural gas
#> 1917                                             For blended natural gas
#> 1918                                             For blended natural gas
#> 1919                                             For blended natural gas
#> 1920                                             For blended natural gas
#> 1921                                             For blended natural gas
#> 1922                                             For blended natural gas
#> 1923                                             For blended natural gas
#> 1924                                             For blended natural gas
#> 1925                                             For blended natural gas
#> 1926                                             For blended natural gas
#> 1927                                             For blended natural gas
#> 1928                                             For blended natural gas
#> 1929                                             For blended natural gas
#> 1930                                             For blended natural gas
#> 1931                                             For blended natural gas
#> 1932                                             For blended natural gas
#> 1933                                             For blended natural gas
#> 1934                                             For blended natural gas
#> 1935                                             For blended natural gas
#> 1936                                             For blended natural gas
#> 1937                                             For blended natural gas
#> 1938                                             For blended natural gas
#> 1939                                             For blended natural gas
#> 1940                                             For blended natural gas
#> 1941                                             For blended natural gas
#> 1942                                             For blended natural gas
#> 1943                                             For blended natural gas
#> 1944                                             For blended natural gas
#> 1945                                             For blended natural gas
#> 1946                                             For blended natural gas
#> 1947                                             For blended natural gas
#> 1948                                             For blended natural gas
#> 1949                                             For blended natural gas
#> 1950                                             For blended natural gas
#> 1951                                             For blended natural gas
#> 1952                                             For blended natural gas
#> 1953                                             For blended natural gas
#> 1954                                             For blended natural gas
#> 1955                                             For blended natural gas
#> 1956                                             For blended natural gas
#> 1957                                             For blended natural gas
#> 1958                                             For blended natural gas
#> 1959                                             For blended natural gas
#> 1960                                             For blended natural gas
#> 1961                                             For blended natural gas
#> 1962                                             For blended natural gas
#> 1963                                             For blended natural gas
#> 1964                                             For blended natural gas
#> 1965                                             For blended natural gas
#> 1966                                             For blended natural gas
#> 1967                                             For blended natural gas
#> 1968                                             For blended natural gas
#> 1969                                             For blended natural gas
#> 1970                                             For blended natural gas
#> 1971                                             For blended natural gas
#> 1972                                             For blended natural gas
#> 1973                                          Charcoal production plants
#> 1974                                          Charcoal production plants
#> 1975                                          Charcoal production plants
#> 1976                                          Charcoal production plants
#> 1977                                          Charcoal production plants
#> 1978                                          Charcoal production plants
#> 1979                                          Charcoal production plants
#> 1980                                          Charcoal production plants
#> 1981                                          Charcoal production plants
#> 1982                                          Charcoal production plants
#> 1983                                          Charcoal production plants
#> 1984                                          Charcoal production plants
#> 1985                                          Charcoal production plants
#> 1986                                          Charcoal production plants
#> 1987                                          Charcoal production plants
#> 1988                                          Charcoal production plants
#> 1989                                          Charcoal production plants
#> 1990                                          Charcoal production plants
#> 1991                                          Charcoal production plants
#> 1992                                          Charcoal production plants
#> 1993                                          Charcoal production plants
#> 1994                                          Charcoal production plants
#> 1995                                          Charcoal production plants
#> 1996                                          Charcoal production plants
#> 1997                                          Charcoal production plants
#> 1998                                          Charcoal production plants
#> 1999                                          Charcoal production plants
#> 2000                                          Charcoal production plants
#> 2001                                          Charcoal production plants
#> 2002                                          Charcoal production plants
#> 2003                                          Charcoal production plants
#> 2004                                          Charcoal production plants
#> 2005                                          Charcoal production plants
#> 2006                                          Charcoal production plants
#> 2007                                          Charcoal production plants
#> 2008                                          Charcoal production plants
#> 2009                                          Charcoal production plants
#> 2010                                          Charcoal production plants
#> 2011                                          Charcoal production plants
#> 2012                                          Charcoal production plants
#> 2013                                          Charcoal production plants
#> 2014                                          Charcoal production plants
#> 2015                                          Charcoal production plants
#> 2016                                          Charcoal production plants
#> 2017                                          Charcoal production plants
#> 2018                                          Charcoal production plants
#> 2019                                          Charcoal production plants
#> 2020                                          Charcoal production plants
#> 2021                                          Charcoal production plants
#> 2022                                          Charcoal production plants
#> 2023                                          Charcoal production plants
#> 2024                                          Charcoal production plants
#> 2025                                          Charcoal production plants
#> 2026                                          Charcoal production plants
#> 2027                                          Charcoal production plants
#> 2028                                          Charcoal production plants
#> 2029                                          Charcoal production plants
#> 2030                                          Charcoal production plants
#> 2031                                          Charcoal production plants
#> 2032                                          Charcoal production plants
#> 2033                                          Charcoal production plants
#> 2034                                          Charcoal production plants
#> 2035                                          Charcoal production plants
#> 2036                                          Charcoal production plants
#> 2037                                          Charcoal production plants
#> 2038                                          Charcoal production plants
#> 2039                                          Charcoal production plants
#> 2040                                          Charcoal production plants
#> 2041                                      Non-specified (transformation)
#> 2042                                      Non-specified (transformation)
#> 2043                                      Non-specified (transformation)
#> 2044                                      Non-specified (transformation)
#> 2045                                      Non-specified (transformation)
#> 2046                                      Non-specified (transformation)
#> 2047                                      Non-specified (transformation)
#> 2048                                      Non-specified (transformation)
#> 2049                                      Non-specified (transformation)
#> 2050                                      Non-specified (transformation)
#> 2051                                      Non-specified (transformation)
#> 2052                                      Non-specified (transformation)
#> 2053                                      Non-specified (transformation)
#> 2054                                      Non-specified (transformation)
#> 2055                                      Non-specified (transformation)
#> 2056                                      Non-specified (transformation)
#> 2057                                      Non-specified (transformation)
#> 2058                                      Non-specified (transformation)
#> 2059                                      Non-specified (transformation)
#> 2060                                      Non-specified (transformation)
#> 2061                                      Non-specified (transformation)
#> 2062                                      Non-specified (transformation)
#> 2063                                      Non-specified (transformation)
#> 2064                                      Non-specified (transformation)
#> 2065                                      Non-specified (transformation)
#> 2066                                      Non-specified (transformation)
#> 2067                                      Non-specified (transformation)
#> 2068                                      Non-specified (transformation)
#> 2069                                      Non-specified (transformation)
#> 2070                                      Non-specified (transformation)
#> 2071                                      Non-specified (transformation)
#> 2072                                      Non-specified (transformation)
#> 2073                                      Non-specified (transformation)
#> 2074                                      Non-specified (transformation)
#> 2075                                      Non-specified (transformation)
#> 2076                                      Non-specified (transformation)
#> 2077                                      Non-specified (transformation)
#> 2078                                      Non-specified (transformation)
#> 2079                                      Non-specified (transformation)
#> 2080                                      Non-specified (transformation)
#> 2081                                      Non-specified (transformation)
#> 2082                                      Non-specified (transformation)
#> 2083                                      Non-specified (transformation)
#> 2084                                      Non-specified (transformation)
#> 2085                                      Non-specified (transformation)
#> 2086                                      Non-specified (transformation)
#> 2087                                      Non-specified (transformation)
#> 2088                                      Non-specified (transformation)
#> 2089                                      Non-specified (transformation)
#> 2090                                      Non-specified (transformation)
#> 2091                                      Non-specified (transformation)
#> 2092                                      Non-specified (transformation)
#> 2093                                      Non-specified (transformation)
#> 2094                                      Non-specified (transformation)
#> 2095                                      Non-specified (transformation)
#> 2096                                      Non-specified (transformation)
#> 2097                                      Non-specified (transformation)
#> 2098                                      Non-specified (transformation)
#> 2099                                      Non-specified (transformation)
#> 2100                                      Non-specified (transformation)
#> 2101                                      Non-specified (transformation)
#> 2102                                      Non-specified (transformation)
#> 2103                                      Non-specified (transformation)
#> 2104                                      Non-specified (transformation)
#> 2105                                      Non-specified (transformation)
#> 2106                                      Non-specified (transformation)
#> 2107                                      Non-specified (transformation)
#> 2108                                      Non-specified (transformation)
#> 2109                                             Energy industry own use
#> 2110                                             Energy industry own use
#> 2111                                             Energy industry own use
#> 2112                                             Energy industry own use
#> 2113                                             Energy industry own use
#> 2114                                             Energy industry own use
#> 2115                                             Energy industry own use
#> 2116                                             Energy industry own use
#> 2117                                             Energy industry own use
#> 2118                                             Energy industry own use
#> 2119                                             Energy industry own use
#> 2120                                             Energy industry own use
#> 2121                                             Energy industry own use
#> 2122                                             Energy industry own use
#> 2123                                             Energy industry own use
#> 2124                                             Energy industry own use
#> 2125                                             Energy industry own use
#> 2126                                             Energy industry own use
#> 2127                                             Energy industry own use
#> 2128                                             Energy industry own use
#> 2129                                             Energy industry own use
#> 2130                                             Energy industry own use
#> 2131                                             Energy industry own use
#> 2132                                             Energy industry own use
#> 2133                                             Energy industry own use
#> 2134                                             Energy industry own use
#> 2135                                             Energy industry own use
#> 2136                                             Energy industry own use
#> 2137                                             Energy industry own use
#> 2138                                             Energy industry own use
#> 2139                                             Energy industry own use
#> 2140                                             Energy industry own use
#> 2141                                             Energy industry own use
#> 2142                                             Energy industry own use
#> 2143                                             Energy industry own use
#> 2144                                             Energy industry own use
#> 2145                                             Energy industry own use
#> 2146                                             Energy industry own use
#> 2147                                             Energy industry own use
#> 2148                                             Energy industry own use
#> 2149                                             Energy industry own use
#> 2150                                             Energy industry own use
#> 2151                                             Energy industry own use
#> 2152                                             Energy industry own use
#> 2153                                             Energy industry own use
#> 2154                                             Energy industry own use
#> 2155                                             Energy industry own use
#> 2156                                             Energy industry own use
#> 2157                                             Energy industry own use
#> 2158                                             Energy industry own use
#> 2159                                             Energy industry own use
#> 2160                                             Energy industry own use
#> 2161                                             Energy industry own use
#> 2162                                             Energy industry own use
#> 2163                                             Energy industry own use
#> 2164                                             Energy industry own use
#> 2165                                             Energy industry own use
#> 2166                                             Energy industry own use
#> 2167                                             Energy industry own use
#> 2168                                             Energy industry own use
#> 2169                                             Energy industry own use
#> 2170                                             Energy industry own use
#> 2171                                             Energy industry own use
#> 2172                                             Energy industry own use
#> 2173                                             Energy industry own use
#> 2174                                             Energy industry own use
#> 2175                                             Energy industry own use
#> 2176                                             Energy industry own use
#> 2177                                                          Coal mines
#> 2178                                                          Coal mines
#> 2179                                                          Coal mines
#> 2180                                                          Coal mines
#> 2181                                                          Coal mines
#> 2182                                                          Coal mines
#> 2183                                                          Coal mines
#> 2184                                                          Coal mines
#> 2185                                                          Coal mines
#> 2186                                                          Coal mines
#> 2187                                                          Coal mines
#> 2188                                                          Coal mines
#> 2189                                                          Coal mines
#> 2190                                                          Coal mines
#> 2191                                                          Coal mines
#> 2192                                                          Coal mines
#> 2193                                                          Coal mines
#> 2194                                                          Coal mines
#> 2195                                                          Coal mines
#> 2196                                                          Coal mines
#> 2197                                                          Coal mines
#> 2198                                                          Coal mines
#> 2199                                                          Coal mines
#> 2200                                                          Coal mines
#> 2201                                                          Coal mines
#> 2202                                                          Coal mines
#> 2203                                                          Coal mines
#> 2204                                                          Coal mines
#> 2205                                                          Coal mines
#> 2206                                                          Coal mines
#> 2207                                                          Coal mines
#> 2208                                                          Coal mines
#> 2209                                                          Coal mines
#> 2210                                                          Coal mines
#> 2211                                                          Coal mines
#> 2212                                                          Coal mines
#> 2213                                                          Coal mines
#> 2214                                                          Coal mines
#> 2215                                                          Coal mines
#> 2216                                                          Coal mines
#> 2217                                                          Coal mines
#> 2218                                                          Coal mines
#> 2219                                                          Coal mines
#> 2220                                                          Coal mines
#> 2221                                                          Coal mines
#> 2222                                                          Coal mines
#> 2223                                                          Coal mines
#> 2224                                                          Coal mines
#> 2225                                                          Coal mines
#> 2226                                                          Coal mines
#> 2227                                                          Coal mines
#> 2228                                                          Coal mines
#> 2229                                                          Coal mines
#> 2230                                                          Coal mines
#> 2231                                                          Coal mines
#> 2232                                                          Coal mines
#> 2233                                                          Coal mines
#> 2234                                                          Coal mines
#> 2235                                                          Coal mines
#> 2236                                                          Coal mines
#> 2237                                                          Coal mines
#> 2238                                                          Coal mines
#> 2239                                                          Coal mines
#> 2240                                                          Coal mines
#> 2241                                                          Coal mines
#> 2242                                                          Coal mines
#> 2243                                                          Coal mines
#> 2244                                                          Coal mines
#> 2245                                              Oil and gas extraction
#> 2246                                              Oil and gas extraction
#> 2247                                              Oil and gas extraction
#> 2248                                              Oil and gas extraction
#> 2249                                              Oil and gas extraction
#> 2250                                              Oil and gas extraction
#> 2251                                              Oil and gas extraction
#> 2252                                              Oil and gas extraction
#> 2253                                              Oil and gas extraction
#> 2254                                              Oil and gas extraction
#> 2255                                              Oil and gas extraction
#> 2256                                              Oil and gas extraction
#> 2257                                              Oil and gas extraction
#> 2258                                              Oil and gas extraction
#> 2259                                              Oil and gas extraction
#> 2260                                              Oil and gas extraction
#> 2261                                              Oil and gas extraction
#> 2262                                              Oil and gas extraction
#> 2263                                              Oil and gas extraction
#> 2264                                              Oil and gas extraction
#> 2265                                              Oil and gas extraction
#> 2266                                              Oil and gas extraction
#> 2267                                              Oil and gas extraction
#> 2268                                              Oil and gas extraction
#> 2269                                              Oil and gas extraction
#> 2270                                              Oil and gas extraction
#> 2271                                              Oil and gas extraction
#> 2272                                              Oil and gas extraction
#> 2273                                              Oil and gas extraction
#> 2274                                              Oil and gas extraction
#> 2275                                              Oil and gas extraction
#> 2276                                              Oil and gas extraction
#> 2277                                              Oil and gas extraction
#> 2278                                              Oil and gas extraction
#> 2279                                              Oil and gas extraction
#> 2280                                              Oil and gas extraction
#> 2281                                              Oil and gas extraction
#> 2282                                              Oil and gas extraction
#> 2283                                              Oil and gas extraction
#> 2284                                              Oil and gas extraction
#> 2285                                              Oil and gas extraction
#> 2286                                              Oil and gas extraction
#> 2287                                              Oil and gas extraction
#> 2288                                              Oil and gas extraction
#> 2289                                              Oil and gas extraction
#> 2290                                              Oil and gas extraction
#> 2291                                              Oil and gas extraction
#> 2292                                              Oil and gas extraction
#> 2293                                              Oil and gas extraction
#> 2294                                              Oil and gas extraction
#> 2295                                              Oil and gas extraction
#> 2296                                              Oil and gas extraction
#> 2297                                              Oil and gas extraction
#> 2298                                              Oil and gas extraction
#> 2299                                              Oil and gas extraction
#> 2300                                              Oil and gas extraction
#> 2301                                              Oil and gas extraction
#> 2302                                              Oil and gas extraction
#> 2303                                              Oil and gas extraction
#> 2304                                              Oil and gas extraction
#> 2305                                              Oil and gas extraction
#> 2306                                              Oil and gas extraction
#> 2307                                              Oil and gas extraction
#> 2308                                              Oil and gas extraction
#> 2309                                              Oil and gas extraction
#> 2310                                              Oil and gas extraction
#> 2311                                              Oil and gas extraction
#> 2312                                              Oil and gas extraction
#> 2313                                                      Blast furnaces
#> 2314                                                      Blast furnaces
#> 2315                                                      Blast furnaces
#> 2316                                                      Blast furnaces
#> 2317                                                      Blast furnaces
#> 2318                                                      Blast furnaces
#> 2319                                                      Blast furnaces
#> 2320                                                      Blast furnaces
#> 2321                                                      Blast furnaces
#> 2322                                                      Blast furnaces
#> 2323                                                      Blast furnaces
#> 2324                                                      Blast furnaces
#> 2325                                                      Blast furnaces
#> 2326                                                      Blast furnaces
#> 2327                                                      Blast furnaces
#> 2328                                                      Blast furnaces
#> 2329                                                      Blast furnaces
#> 2330                                                      Blast furnaces
#> 2331                                                      Blast furnaces
#> 2332                                                      Blast furnaces
#> 2333                                                      Blast furnaces
#> 2334                                                      Blast furnaces
#> 2335                                                      Blast furnaces
#> 2336                                                      Blast furnaces
#> 2337                                                      Blast furnaces
#> 2338                                                      Blast furnaces
#> 2339                                                      Blast furnaces
#> 2340                                                      Blast furnaces
#> 2341                                                      Blast furnaces
#> 2342                                                      Blast furnaces
#> 2343                                                      Blast furnaces
#> 2344                                                      Blast furnaces
#> 2345                                                      Blast furnaces
#> 2346                                                      Blast furnaces
#> 2347                                                      Blast furnaces
#> 2348                                                      Blast furnaces
#> 2349                                                      Blast furnaces
#> 2350                                                      Blast furnaces
#> 2351                                                      Blast furnaces
#> 2352                                                      Blast furnaces
#> 2353                                                      Blast furnaces
#> 2354                                                      Blast furnaces
#> 2355                                                      Blast furnaces
#> 2356                                                      Blast furnaces
#> 2357                                                      Blast furnaces
#> 2358                                                      Blast furnaces
#> 2359                                                      Blast furnaces
#> 2360                                                      Blast furnaces
#> 2361                                                      Blast furnaces
#> 2362                                                      Blast furnaces
#> 2363                                                      Blast furnaces
#> 2364                                                      Blast furnaces
#> 2365                                                      Blast furnaces
#> 2366                                                      Blast furnaces
#> 2367                                                      Blast furnaces
#> 2368                                                      Blast furnaces
#> 2369                                                      Blast furnaces
#> 2370                                                      Blast furnaces
#> 2371                                                      Blast furnaces
#> 2372                                                      Blast furnaces
#> 2373                                                      Blast furnaces
#> 2374                                                      Blast furnaces
#> 2375                                                      Blast furnaces
#> 2376                                                      Blast furnaces
#> 2377                                                      Blast furnaces
#> 2378                                                      Blast furnaces
#> 2379                                                      Blast furnaces
#> 2380                                                      Blast furnaces
#> 2381                                                           Gas works
#> 2382                                                           Gas works
#> 2383                                                           Gas works
#> 2384                                                           Gas works
#> 2385                                                           Gas works
#> 2386                                                           Gas works
#> 2387                                                           Gas works
#> 2388                                                           Gas works
#> 2389                                                           Gas works
#> 2390                                                           Gas works
#> 2391                                                           Gas works
#> 2392                                                           Gas works
#> 2393                                                           Gas works
#> 2394                                                           Gas works
#> 2395                                                           Gas works
#> 2396                                                           Gas works
#> 2397                                                           Gas works
#> 2398                                                           Gas works
#> 2399                                                           Gas works
#> 2400                                                           Gas works
#> 2401                                                           Gas works
#> 2402                                                           Gas works
#> 2403                                                           Gas works
#> 2404                                                           Gas works
#> 2405                                                           Gas works
#> 2406                                                           Gas works
#> 2407                                                           Gas works
#> 2408                                                           Gas works
#> 2409                                                           Gas works
#> 2410                                                           Gas works
#> 2411                                                           Gas works
#> 2412                                                           Gas works
#> 2413                                                           Gas works
#> 2414                                                           Gas works
#> 2415                                                           Gas works
#> 2416                                                           Gas works
#> 2417                                                           Gas works
#> 2418                                                           Gas works
#> 2419                                                           Gas works
#> 2420                                                           Gas works
#> 2421                                                           Gas works
#> 2422                                                           Gas works
#> 2423                                                           Gas works
#> 2424                                                           Gas works
#> 2425                                                           Gas works
#> 2426                                                           Gas works
#> 2427                                                           Gas works
#> 2428                                                           Gas works
#> 2429                                                           Gas works
#> 2430                                                           Gas works
#> 2431                                                           Gas works
#> 2432                                                           Gas works
#> 2433                                                           Gas works
#> 2434                                                           Gas works
#> 2435                                                           Gas works
#> 2436                                                           Gas works
#> 2437                                                           Gas works
#> 2438                                                           Gas works
#> 2439                                                           Gas works
#> 2440                                                           Gas works
#> 2441                                                           Gas works
#> 2442                                                           Gas works
#> 2443                                                           Gas works
#> 2444                                                           Gas works
#> 2445                                                           Gas works
#> 2446                                                           Gas works
#> 2447                                                           Gas works
#> 2448                                                           Gas works
#> 2449                                    Gasification plants for biogases
#> 2450                                    Gasification plants for biogases
#> 2451                                    Gasification plants for biogases
#> 2452                                    Gasification plants for biogases
#> 2453                                    Gasification plants for biogases
#> 2454                                    Gasification plants for biogases
#> 2455                                    Gasification plants for biogases
#> 2456                                    Gasification plants for biogases
#> 2457                                    Gasification plants for biogases
#> 2458                                    Gasification plants for biogases
#> 2459                                    Gasification plants for biogases
#> 2460                                    Gasification plants for biogases
#> 2461                                    Gasification plants for biogases
#> 2462                                    Gasification plants for biogases
#> 2463                                    Gasification plants for biogases
#> 2464                                    Gasification plants for biogases
#> 2465                                    Gasification plants for biogases
#> 2466                                    Gasification plants for biogases
#> 2467                                    Gasification plants for biogases
#> 2468                                    Gasification plants for biogases
#> 2469                                    Gasification plants for biogases
#> 2470                                    Gasification plants for biogases
#> 2471                                    Gasification plants for biogases
#> 2472                                    Gasification plants for biogases
#> 2473                                    Gasification plants for biogases
#> 2474                                    Gasification plants for biogases
#> 2475                                    Gasification plants for biogases
#> 2476                                    Gasification plants for biogases
#> 2477                                    Gasification plants for biogases
#> 2478                                    Gasification plants for biogases
#> 2479                                    Gasification plants for biogases
#> 2480                                    Gasification plants for biogases
#> 2481                                    Gasification plants for biogases
#> 2482                                    Gasification plants for biogases
#> 2483                                    Gasification plants for biogases
#> 2484                                    Gasification plants for biogases
#> 2485                                    Gasification plants for biogases
#> 2486                                    Gasification plants for biogases
#> 2487                                    Gasification plants for biogases
#> 2488                                    Gasification plants for biogases
#> 2489                                    Gasification plants for biogases
#> 2490                                    Gasification plants for biogases
#> 2491                                    Gasification plants for biogases
#> 2492                                    Gasification plants for biogases
#> 2493                                    Gasification plants for biogases
#> 2494                                    Gasification plants for biogases
#> 2495                                    Gasification plants for biogases
#> 2496                                    Gasification plants for biogases
#> 2497                                    Gasification plants for biogases
#> 2498                                    Gasification plants for biogases
#> 2499                                    Gasification plants for biogases
#> 2500                                    Gasification plants for biogases
#> 2501                                    Gasification plants for biogases
#> 2502                                    Gasification plants for biogases
#> 2503                                    Gasification plants for biogases
#> 2504                                    Gasification plants for biogases
#> 2505                                    Gasification plants for biogases
#> 2506                                    Gasification plants for biogases
#> 2507                                    Gasification plants for biogases
#> 2508                                    Gasification plants for biogases
#> 2509                                    Gasification plants for biogases
#> 2510                                    Gasification plants for biogases
#> 2511                                    Gasification plants for biogases
#> 2512                                    Gasification plants for biogases
#> 2513                                    Gasification plants for biogases
#> 2514                                    Gasification plants for biogases
#> 2515                                    Gasification plants for biogases
#> 2516                                    Gasification plants for biogases
#> 2517                                                          Coke ovens
#> 2518                                                          Coke ovens
#> 2519                                                          Coke ovens
#> 2520                                                          Coke ovens
#> 2521                                                          Coke ovens
#> 2522                                                          Coke ovens
#> 2523                                                          Coke ovens
#> 2524                                                          Coke ovens
#> 2525                                                          Coke ovens
#> 2526                                                          Coke ovens
#> 2527                                                          Coke ovens
#> 2528                                                          Coke ovens
#> 2529                                                          Coke ovens
#> 2530                                                          Coke ovens
#> 2531                                                          Coke ovens
#> 2532                                                          Coke ovens
#> 2533                                                          Coke ovens
#> 2534                                                          Coke ovens
#> 2535                                                          Coke ovens
#> 2536                                                          Coke ovens
#> 2537                                                          Coke ovens
#> 2538                                                          Coke ovens
#> 2539                                                          Coke ovens
#> 2540                                                          Coke ovens
#> 2541                                                          Coke ovens
#> 2542                                                          Coke ovens
#> 2543                                                          Coke ovens
#> 2544                                                          Coke ovens
#> 2545                                                          Coke ovens
#> 2546                                                          Coke ovens
#> 2547                                                          Coke ovens
#> 2548                                                          Coke ovens
#> 2549                                                          Coke ovens
#> 2550                                                          Coke ovens
#> 2551                                                          Coke ovens
#> 2552                                                          Coke ovens
#> 2553                                                          Coke ovens
#> 2554                                                          Coke ovens
#> 2555                                                          Coke ovens
#> 2556                                                          Coke ovens
#> 2557                                                          Coke ovens
#> 2558                                                          Coke ovens
#> 2559                                                          Coke ovens
#> 2560                                                          Coke ovens
#> 2561                                                          Coke ovens
#> 2562                                                          Coke ovens
#> 2563                                                          Coke ovens
#> 2564                                                          Coke ovens
#> 2565                                                          Coke ovens
#> 2566                                                          Coke ovens
#> 2567                                                          Coke ovens
#> 2568                                                          Coke ovens
#> 2569                                                          Coke ovens
#> 2570                                                          Coke ovens
#> 2571                                                          Coke ovens
#> 2572                                                          Coke ovens
#> 2573                                                          Coke ovens
#> 2574                                                          Coke ovens
#> 2575                                                          Coke ovens
#> 2576                                                          Coke ovens
#> 2577                                                          Coke ovens
#> 2578                                                          Coke ovens
#> 2579                                                          Coke ovens
#> 2580                                                          Coke ovens
#> 2581                                                          Coke ovens
#> 2582                                                          Coke ovens
#> 2583                                                          Coke ovens
#> 2584                                                          Coke ovens
#> 2585                                                  Patent fuel plants
#> 2586                                                  Patent fuel plants
#> 2587                                                  Patent fuel plants
#> 2588                                                  Patent fuel plants
#> 2589                                                  Patent fuel plants
#> 2590                                                  Patent fuel plants
#> 2591                                                  Patent fuel plants
#> 2592                                                  Patent fuel plants
#> 2593                                                  Patent fuel plants
#> 2594                                                  Patent fuel plants
#> 2595                                                  Patent fuel plants
#> 2596                                                  Patent fuel plants
#> 2597                                                  Patent fuel plants
#> 2598                                                  Patent fuel plants
#> 2599                                                  Patent fuel plants
#> 2600                                                  Patent fuel plants
#> 2601                                                  Patent fuel plants
#> 2602                                                  Patent fuel plants
#> 2603                                                  Patent fuel plants
#> 2604                                                  Patent fuel plants
#> 2605                                                  Patent fuel plants
#> 2606                                                  Patent fuel plants
#> 2607                                                  Patent fuel plants
#> 2608                                                  Patent fuel plants
#> 2609                                                  Patent fuel plants
#> 2610                                                  Patent fuel plants
#> 2611                                                  Patent fuel plants
#> 2612                                                  Patent fuel plants
#> 2613                                                  Patent fuel plants
#> 2614                                                  Patent fuel plants
#> 2615                                                  Patent fuel plants
#> 2616                                                  Patent fuel plants
#> 2617                                                  Patent fuel plants
#> 2618                                                  Patent fuel plants
#> 2619                                                  Patent fuel plants
#> 2620                                                  Patent fuel plants
#> 2621                                                  Patent fuel plants
#> 2622                                                  Patent fuel plants
#> 2623                                                  Patent fuel plants
#> 2624                                                  Patent fuel plants
#> 2625                                                  Patent fuel plants
#> 2626                                                  Patent fuel plants
#> 2627                                                  Patent fuel plants
#> 2628                                                  Patent fuel plants
#> 2629                                                  Patent fuel plants
#> 2630                                                  Patent fuel plants
#> 2631                                                  Patent fuel plants
#> 2632                                                  Patent fuel plants
#> 2633                                                  Patent fuel plants
#> 2634                                                  Patent fuel plants
#> 2635                                                  Patent fuel plants
#> 2636                                                  Patent fuel plants
#> 2637                                                  Patent fuel plants
#> 2638                                                  Patent fuel plants
#> 2639                                                  Patent fuel plants
#> 2640                                                  Patent fuel plants
#> 2641                                                  Patent fuel plants
#> 2642                                                  Patent fuel plants
#> 2643                                                  Patent fuel plants
#> 2644                                                  Patent fuel plants
#> 2645                                                  Patent fuel plants
#> 2646                                                  Patent fuel plants
#> 2647                                                  Patent fuel plants
#> 2648                                                  Patent fuel plants
#> 2649                                                  Patent fuel plants
#> 2650                                                  Patent fuel plants
#> 2651                                                  Patent fuel plants
#> 2652                                                  Patent fuel plants
#> 2653                                           BKB/peat briquette plants
#> 2654                                           BKB/peat briquette plants
#> 2655                                           BKB/peat briquette plants
#> 2656                                           BKB/peat briquette plants
#> 2657                                           BKB/peat briquette plants
#> 2658                                           BKB/peat briquette plants
#> 2659                                           BKB/peat briquette plants
#> 2660                                           BKB/peat briquette plants
#> 2661                                           BKB/peat briquette plants
#> 2662                                           BKB/peat briquette plants
#> 2663                                           BKB/peat briquette plants
#> 2664                                           BKB/peat briquette plants
#> 2665                                           BKB/peat briquette plants
#> 2666                                           BKB/peat briquette plants
#> 2667                                           BKB/peat briquette plants
#> 2668                                           BKB/peat briquette plants
#> 2669                                           BKB/peat briquette plants
#> 2670                                           BKB/peat briquette plants
#> 2671                                           BKB/peat briquette plants
#> 2672                                           BKB/peat briquette plants
#> 2673                                           BKB/peat briquette plants
#> 2674                                           BKB/peat briquette plants
#> 2675                                           BKB/peat briquette plants
#> 2676                                           BKB/peat briquette plants
#> 2677                                           BKB/peat briquette plants
#> 2678                                           BKB/peat briquette plants
#> 2679                                           BKB/peat briquette plants
#> 2680                                           BKB/peat briquette plants
#> 2681                                           BKB/peat briquette plants
#> 2682                                           BKB/peat briquette plants
#> 2683                                           BKB/peat briquette plants
#> 2684                                           BKB/peat briquette plants
#> 2685                                           BKB/peat briquette plants
#> 2686                                           BKB/peat briquette plants
#> 2687                                           BKB/peat briquette plants
#> 2688                                           BKB/peat briquette plants
#> 2689                                           BKB/peat briquette plants
#> 2690                                           BKB/peat briquette plants
#> 2691                                           BKB/peat briquette plants
#> 2692                                           BKB/peat briquette plants
#> 2693                                           BKB/peat briquette plants
#> 2694                                           BKB/peat briquette plants
#> 2695                                           BKB/peat briquette plants
#> 2696                                           BKB/peat briquette plants
#> 2697                                           BKB/peat briquette plants
#> 2698                                           BKB/peat briquette plants
#> 2699                                           BKB/peat briquette plants
#> 2700                                           BKB/peat briquette plants
#> 2701                                           BKB/peat briquette plants
#> 2702                                           BKB/peat briquette plants
#> 2703                                           BKB/peat briquette plants
#> 2704                                           BKB/peat briquette plants
#> 2705                                           BKB/peat briquette plants
#> 2706                                           BKB/peat briquette plants
#> 2707                                           BKB/peat briquette plants
#> 2708                                           BKB/peat briquette plants
#> 2709                                           BKB/peat briquette plants
#> 2710                                           BKB/peat briquette plants
#> 2711                                           BKB/peat briquette plants
#> 2712                                           BKB/peat briquette plants
#> 2713                                           BKB/peat briquette plants
#> 2714                                           BKB/peat briquette plants
#> 2715                                           BKB/peat briquette plants
#> 2716                                           BKB/peat briquette plants
#> 2717                                           BKB/peat briquette plants
#> 2718                                           BKB/peat briquette plants
#> 2719                                           BKB/peat briquette plants
#> 2720                                           BKB/peat briquette plants
#> 2721                                                      Oil refineries
#> 2722                                                      Oil refineries
#> 2723                                                      Oil refineries
#> 2724                                                      Oil refineries
#> 2725                                                      Oil refineries
#> 2726                                                      Oil refineries
#> 2727                                                      Oil refineries
#> 2728                                                      Oil refineries
#> 2729                                                      Oil refineries
#> 2730                                                      Oil refineries
#> 2731                                                      Oil refineries
#> 2732                                                      Oil refineries
#> 2733                                                      Oil refineries
#> 2734                                                      Oil refineries
#> 2735                                                      Oil refineries
#> 2736                                                      Oil refineries
#> 2737                                                      Oil refineries
#> 2738                                                      Oil refineries
#> 2739                                                      Oil refineries
#> 2740                                                      Oil refineries
#> 2741                                                      Oil refineries
#> 2742                                                      Oil refineries
#> 2743                                                      Oil refineries
#> 2744                                                      Oil refineries
#> 2745                                                      Oil refineries
#> 2746                                                      Oil refineries
#> 2747                                                      Oil refineries
#> 2748                                                      Oil refineries
#> 2749                                                      Oil refineries
#> 2750                                                      Oil refineries
#> 2751                                                      Oil refineries
#> 2752                                                      Oil refineries
#> 2753                                                      Oil refineries
#> 2754                                                      Oil refineries
#> 2755                                                      Oil refineries
#> 2756                                                      Oil refineries
#> 2757                                                      Oil refineries
#> 2758                                                      Oil refineries
#> 2759                                                      Oil refineries
#> 2760                                                      Oil refineries
#> 2761                                                      Oil refineries
#> 2762                                                      Oil refineries
#> 2763                                                      Oil refineries
#> 2764                                                      Oil refineries
#> 2765                                                      Oil refineries
#> 2766                                                      Oil refineries
#> 2767                                                      Oil refineries
#> 2768                                                      Oil refineries
#> 2769                                                      Oil refineries
#> 2770                                                      Oil refineries
#> 2771                                                      Oil refineries
#> 2772                                                      Oil refineries
#> 2773                                                      Oil refineries
#> 2774                                                      Oil refineries
#> 2775                                                      Oil refineries
#> 2776                                                      Oil refineries
#> 2777                                                      Oil refineries
#> 2778                                                      Oil refineries
#> 2779                                                      Oil refineries
#> 2780                                                      Oil refineries
#> 2781                                                      Oil refineries
#> 2782                                                      Oil refineries
#> 2783                                                      Oil refineries
#> 2784                                                      Oil refineries
#> 2785                                                      Oil refineries
#> 2786                                                      Oil refineries
#> 2787                                                      Oil refineries
#> 2788                                                      Oil refineries
#> 2789                                            Coal liquefaction plants
#> 2790                                            Coal liquefaction plants
#> 2791                                            Coal liquefaction plants
#> 2792                                            Coal liquefaction plants
#> 2793                                            Coal liquefaction plants
#> 2794                                            Coal liquefaction plants
#> 2795                                            Coal liquefaction plants
#> 2796                                            Coal liquefaction plants
#> 2797                                            Coal liquefaction plants
#> 2798                                            Coal liquefaction plants
#> 2799                                            Coal liquefaction plants
#> 2800                                            Coal liquefaction plants
#> 2801                                            Coal liquefaction plants
#> 2802                                            Coal liquefaction plants
#> 2803                                            Coal liquefaction plants
#> 2804                                            Coal liquefaction plants
#> 2805                                            Coal liquefaction plants
#> 2806                                            Coal liquefaction plants
#> 2807                                            Coal liquefaction plants
#> 2808                                            Coal liquefaction plants
#> 2809                                            Coal liquefaction plants
#> 2810                                            Coal liquefaction plants
#> 2811                                            Coal liquefaction plants
#> 2812                                            Coal liquefaction plants
#> 2813                                            Coal liquefaction plants
#> 2814                                            Coal liquefaction plants
#> 2815                                            Coal liquefaction plants
#> 2816                                            Coal liquefaction plants
#> 2817                                            Coal liquefaction plants
#> 2818                                            Coal liquefaction plants
#> 2819                                            Coal liquefaction plants
#> 2820                                            Coal liquefaction plants
#> 2821                                            Coal liquefaction plants
#> 2822                                            Coal liquefaction plants
#> 2823                                            Coal liquefaction plants
#> 2824                                            Coal liquefaction plants
#> 2825                                            Coal liquefaction plants
#> 2826                                            Coal liquefaction plants
#> 2827                                            Coal liquefaction plants
#> 2828                                            Coal liquefaction plants
#> 2829                                            Coal liquefaction plants
#> 2830                                            Coal liquefaction plants
#> 2831                                            Coal liquefaction plants
#> 2832                                            Coal liquefaction plants
#> 2833                                            Coal liquefaction plants
#> 2834                                            Coal liquefaction plants
#> 2835                                            Coal liquefaction plants
#> 2836                                            Coal liquefaction plants
#> 2837                                            Coal liquefaction plants
#> 2838                                            Coal liquefaction plants
#> 2839                                            Coal liquefaction plants
#> 2840                                            Coal liquefaction plants
#> 2841                                            Coal liquefaction plants
#> 2842                                            Coal liquefaction plants
#> 2843                                            Coal liquefaction plants
#> 2844                                            Coal liquefaction plants
#> 2845                                            Coal liquefaction plants
#> 2846                                            Coal liquefaction plants
#> 2847                                            Coal liquefaction plants
#> 2848                                            Coal liquefaction plants
#> 2849                                            Coal liquefaction plants
#> 2850                                            Coal liquefaction plants
#> 2851                                            Coal liquefaction plants
#> 2852                                            Coal liquefaction plants
#> 2853                                            Coal liquefaction plants
#> 2854                                            Coal liquefaction plants
#> 2855                                            Coal liquefaction plants
#> 2856                                            Coal liquefaction plants
#> 2857                          Liquefaction (LNG) / regasification plants
#> 2858                          Liquefaction (LNG) / regasification plants
#> 2859                          Liquefaction (LNG) / regasification plants
#> 2860                          Liquefaction (LNG) / regasification plants
#> 2861                          Liquefaction (LNG) / regasification plants
#> 2862                          Liquefaction (LNG) / regasification plants
#> 2863                          Liquefaction (LNG) / regasification plants
#> 2864                          Liquefaction (LNG) / regasification plants
#> 2865                          Liquefaction (LNG) / regasification plants
#> 2866                          Liquefaction (LNG) / regasification plants
#> 2867                          Liquefaction (LNG) / regasification plants
#> 2868                          Liquefaction (LNG) / regasification plants
#> 2869                          Liquefaction (LNG) / regasification plants
#> 2870                          Liquefaction (LNG) / regasification plants
#> 2871                          Liquefaction (LNG) / regasification plants
#> 2872                          Liquefaction (LNG) / regasification plants
#> 2873                          Liquefaction (LNG) / regasification plants
#> 2874                          Liquefaction (LNG) / regasification plants
#> 2875                          Liquefaction (LNG) / regasification plants
#> 2876                          Liquefaction (LNG) / regasification plants
#> 2877                          Liquefaction (LNG) / regasification plants
#> 2878                          Liquefaction (LNG) / regasification plants
#> 2879                          Liquefaction (LNG) / regasification plants
#> 2880                          Liquefaction (LNG) / regasification plants
#> 2881                          Liquefaction (LNG) / regasification plants
#> 2882                          Liquefaction (LNG) / regasification plants
#> 2883                          Liquefaction (LNG) / regasification plants
#> 2884                          Liquefaction (LNG) / regasification plants
#> 2885                          Liquefaction (LNG) / regasification plants
#> 2886                          Liquefaction (LNG) / regasification plants
#> 2887                          Liquefaction (LNG) / regasification plants
#> 2888                          Liquefaction (LNG) / regasification plants
#> 2889                          Liquefaction (LNG) / regasification plants
#> 2890                          Liquefaction (LNG) / regasification plants
#> 2891                          Liquefaction (LNG) / regasification plants
#> 2892                          Liquefaction (LNG) / regasification plants
#> 2893                          Liquefaction (LNG) / regasification plants
#> 2894                          Liquefaction (LNG) / regasification plants
#> 2895                          Liquefaction (LNG) / regasification plants
#> 2896                          Liquefaction (LNG) / regasification plants
#> 2897                          Liquefaction (LNG) / regasification plants
#> 2898                          Liquefaction (LNG) / regasification plants
#> 2899                          Liquefaction (LNG) / regasification plants
#> 2900                          Liquefaction (LNG) / regasification plants
#> 2901                          Liquefaction (LNG) / regasification plants
#> 2902                          Liquefaction (LNG) / regasification plants
#> 2903                          Liquefaction (LNG) / regasification plants
#> 2904                          Liquefaction (LNG) / regasification plants
#> 2905                          Liquefaction (LNG) / regasification plants
#> 2906                          Liquefaction (LNG) / regasification plants
#> 2907                          Liquefaction (LNG) / regasification plants
#> 2908                          Liquefaction (LNG) / regasification plants
#> 2909                          Liquefaction (LNG) / regasification plants
#> 2910                          Liquefaction (LNG) / regasification plants
#> 2911                          Liquefaction (LNG) / regasification plants
#> 2912                          Liquefaction (LNG) / regasification plants
#> 2913                          Liquefaction (LNG) / regasification plants
#> 2914                          Liquefaction (LNG) / regasification plants
#> 2915                          Liquefaction (LNG) / regasification plants
#> 2916                          Liquefaction (LNG) / regasification plants
#> 2917                          Liquefaction (LNG) / regasification plants
#> 2918                          Liquefaction (LNG) / regasification plants
#> 2919                          Liquefaction (LNG) / regasification plants
#> 2920                          Liquefaction (LNG) / regasification plants
#> 2921                          Liquefaction (LNG) / regasification plants
#> 2922                          Liquefaction (LNG) / regasification plants
#> 2923                          Liquefaction (LNG) / regasification plants
#> 2924                          Liquefaction (LNG) / regasification plants
#> 2925                                         Gas-to-liquids (GTL) plants
#> 2926                                         Gas-to-liquids (GTL) plants
#> 2927                                         Gas-to-liquids (GTL) plants
#> 2928                                         Gas-to-liquids (GTL) plants
#> 2929                                         Gas-to-liquids (GTL) plants
#> 2930                                         Gas-to-liquids (GTL) plants
#> 2931                                         Gas-to-liquids (GTL) plants
#> 2932                                         Gas-to-liquids (GTL) plants
#> 2933                                         Gas-to-liquids (GTL) plants
#> 2934                                         Gas-to-liquids (GTL) plants
#> 2935                                         Gas-to-liquids (GTL) plants
#> 2936                                         Gas-to-liquids (GTL) plants
#> 2937                                         Gas-to-liquids (GTL) plants
#> 2938                                         Gas-to-liquids (GTL) plants
#> 2939                                         Gas-to-liquids (GTL) plants
#> 2940                                         Gas-to-liquids (GTL) plants
#> 2941                                         Gas-to-liquids (GTL) plants
#> 2942                                         Gas-to-liquids (GTL) plants
#> 2943                                         Gas-to-liquids (GTL) plants
#> 2944                                         Gas-to-liquids (GTL) plants
#> 2945                                         Gas-to-liquids (GTL) plants
#> 2946                                         Gas-to-liquids (GTL) plants
#> 2947                                         Gas-to-liquids (GTL) plants
#> 2948                                         Gas-to-liquids (GTL) plants
#> 2949                                         Gas-to-liquids (GTL) plants
#> 2950                                         Gas-to-liquids (GTL) plants
#> 2951                                         Gas-to-liquids (GTL) plants
#> 2952                                         Gas-to-liquids (GTL) plants
#> 2953                                         Gas-to-liquids (GTL) plants
#> 2954                                         Gas-to-liquids (GTL) plants
#> 2955                                         Gas-to-liquids (GTL) plants
#> 2956                                         Gas-to-liquids (GTL) plants
#> 2957                                         Gas-to-liquids (GTL) plants
#> 2958                                         Gas-to-liquids (GTL) plants
#> 2959                                         Gas-to-liquids (GTL) plants
#> 2960                                         Gas-to-liquids (GTL) plants
#> 2961                                         Gas-to-liquids (GTL) plants
#> 2962                                         Gas-to-liquids (GTL) plants
#> 2963                                         Gas-to-liquids (GTL) plants
#> 2964                                         Gas-to-liquids (GTL) plants
#> 2965                                         Gas-to-liquids (GTL) plants
#> 2966                                         Gas-to-liquids (GTL) plants
#> 2967                                         Gas-to-liquids (GTL) plants
#> 2968                                         Gas-to-liquids (GTL) plants
#> 2969                                         Gas-to-liquids (GTL) plants
#> 2970                                         Gas-to-liquids (GTL) plants
#> 2971                                         Gas-to-liquids (GTL) plants
#> 2972                                         Gas-to-liquids (GTL) plants
#> 2973                                         Gas-to-liquids (GTL) plants
#> 2974                                         Gas-to-liquids (GTL) plants
#> 2975                                         Gas-to-liquids (GTL) plants
#> 2976                                         Gas-to-liquids (GTL) plants
#> 2977                                         Gas-to-liquids (GTL) plants
#> 2978                                         Gas-to-liquids (GTL) plants
#> 2979                                         Gas-to-liquids (GTL) plants
#> 2980                                         Gas-to-liquids (GTL) plants
#> 2981                                         Gas-to-liquids (GTL) plants
#> 2982                                         Gas-to-liquids (GTL) plants
#> 2983                                         Gas-to-liquids (GTL) plants
#> 2984                                         Gas-to-liquids (GTL) plants
#> 2985                                         Gas-to-liquids (GTL) plants
#> 2986                                         Gas-to-liquids (GTL) plants
#> 2987                                         Gas-to-liquids (GTL) plants
#> 2988                                         Gas-to-liquids (GTL) plants
#> 2989                                         Gas-to-liquids (GTL) plants
#> 2990                                         Gas-to-liquids (GTL) plants
#> 2991                                         Gas-to-liquids (GTL) plants
#> 2992                                         Gas-to-liquids (GTL) plants
#> 2993                         Own use in electricity, CHP and heat plants
#> 2994                         Own use in electricity, CHP and heat plants
#> 2995                         Own use in electricity, CHP and heat plants
#> 2996                         Own use in electricity, CHP and heat plants
#> 2997                         Own use in electricity, CHP and heat plants
#> 2998                         Own use in electricity, CHP and heat plants
#> 2999                         Own use in electricity, CHP and heat plants
#> 3000                         Own use in electricity, CHP and heat plants
#> 3001                         Own use in electricity, CHP and heat plants
#> 3002                         Own use in electricity, CHP and heat plants
#> 3003                         Own use in electricity, CHP and heat plants
#> 3004                         Own use in electricity, CHP and heat plants
#> 3005                         Own use in electricity, CHP and heat plants
#> 3006                         Own use in electricity, CHP and heat plants
#> 3007                         Own use in electricity, CHP and heat plants
#> 3008                         Own use in electricity, CHP and heat plants
#> 3009                         Own use in electricity, CHP and heat plants
#> 3010                         Own use in electricity, CHP and heat plants
#> 3011                         Own use in electricity, CHP and heat plants
#> 3012                         Own use in electricity, CHP and heat plants
#> 3013                         Own use in electricity, CHP and heat plants
#> 3014                         Own use in electricity, CHP and heat plants
#> 3015                         Own use in electricity, CHP and heat plants
#> 3016                         Own use in electricity, CHP and heat plants
#> 3017                         Own use in electricity, CHP and heat plants
#> 3018                         Own use in electricity, CHP and heat plants
#> 3019                         Own use in electricity, CHP and heat plants
#> 3020                         Own use in electricity, CHP and heat plants
#> 3021                         Own use in electricity, CHP and heat plants
#> 3022                         Own use in electricity, CHP and heat plants
#> 3023                         Own use in electricity, CHP and heat plants
#> 3024                         Own use in electricity, CHP and heat plants
#> 3025                         Own use in electricity, CHP and heat plants
#> 3026                         Own use in electricity, CHP and heat plants
#> 3027                         Own use in electricity, CHP and heat plants
#> 3028                         Own use in electricity, CHP and heat plants
#> 3029                         Own use in electricity, CHP and heat plants
#> 3030                         Own use in electricity, CHP and heat plants
#> 3031                         Own use in electricity, CHP and heat plants
#> 3032                         Own use in electricity, CHP and heat plants
#> 3033                         Own use in electricity, CHP and heat plants
#> 3034                         Own use in electricity, CHP and heat plants
#> 3035                         Own use in electricity, CHP and heat plants
#> 3036                         Own use in electricity, CHP and heat plants
#> 3037                         Own use in electricity, CHP and heat plants
#> 3038                         Own use in electricity, CHP and heat plants
#> 3039                         Own use in electricity, CHP and heat plants
#> 3040                         Own use in electricity, CHP and heat plants
#> 3041                         Own use in electricity, CHP and heat plants
#> 3042                         Own use in electricity, CHP and heat plants
#> 3043                         Own use in electricity, CHP and heat plants
#> 3044                         Own use in electricity, CHP and heat plants
#> 3045                         Own use in electricity, CHP and heat plants
#> 3046                         Own use in electricity, CHP and heat plants
#> 3047                         Own use in electricity, CHP and heat plants
#> 3048                         Own use in electricity, CHP and heat plants
#> 3049                         Own use in electricity, CHP and heat plants
#> 3050                         Own use in electricity, CHP and heat plants
#> 3051                         Own use in electricity, CHP and heat plants
#> 3052                         Own use in electricity, CHP and heat plants
#> 3053                         Own use in electricity, CHP and heat plants
#> 3054                         Own use in electricity, CHP and heat plants
#> 3055                         Own use in electricity, CHP and heat plants
#> 3056                         Own use in electricity, CHP and heat plants
#> 3057                         Own use in electricity, CHP and heat plants
#> 3058                         Own use in electricity, CHP and heat plants
#> 3059                         Own use in electricity, CHP and heat plants
#> 3060                         Own use in electricity, CHP and heat plants
#> 3061                                               Pumped storage plants
#> 3062                                               Pumped storage plants
#> 3063                                               Pumped storage plants
#> 3064                                               Pumped storage plants
#> 3065                                               Pumped storage plants
#> 3066                                               Pumped storage plants
#> 3067                                               Pumped storage plants
#> 3068                                               Pumped storage plants
#> 3069                                               Pumped storage plants
#> 3070                                               Pumped storage plants
#> 3071                                               Pumped storage plants
#> 3072                                               Pumped storage plants
#> 3073                                               Pumped storage plants
#> 3074                                               Pumped storage plants
#> 3075                                               Pumped storage plants
#> 3076                                               Pumped storage plants
#> 3077                                               Pumped storage plants
#> 3078                                               Pumped storage plants
#> 3079                                               Pumped storage plants
#> 3080                                               Pumped storage plants
#> 3081                                               Pumped storage plants
#> 3082                                               Pumped storage plants
#> 3083                                               Pumped storage plants
#> 3084                                               Pumped storage plants
#> 3085                                               Pumped storage plants
#> 3086                                               Pumped storage plants
#> 3087                                               Pumped storage plants
#> 3088                                               Pumped storage plants
#> 3089                                               Pumped storage plants
#> 3090                                               Pumped storage plants
#> 3091                                               Pumped storage plants
#> 3092                                               Pumped storage plants
#> 3093                                               Pumped storage plants
#> 3094                                               Pumped storage plants
#> 3095                                               Pumped storage plants
#> 3096                                               Pumped storage plants
#> 3097                                               Pumped storage plants
#> 3098                                               Pumped storage plants
#> 3099                                               Pumped storage plants
#> 3100                                               Pumped storage plants
#> 3101                                               Pumped storage plants
#> 3102                                               Pumped storage plants
#> 3103                                               Pumped storage plants
#> 3104                                               Pumped storage plants
#> 3105                                               Pumped storage plants
#> 3106                                               Pumped storage plants
#> 3107                                               Pumped storage plants
#> 3108                                               Pumped storage plants
#> 3109                                               Pumped storage plants
#> 3110                                               Pumped storage plants
#> 3111                                               Pumped storage plants
#> 3112                                               Pumped storage plants
#> 3113                                               Pumped storage plants
#> 3114                                               Pumped storage plants
#> 3115                                               Pumped storage plants
#> 3116                                               Pumped storage plants
#> 3117                                               Pumped storage plants
#> 3118                                               Pumped storage plants
#> 3119                                               Pumped storage plants
#> 3120                                               Pumped storage plants
#> 3121                                               Pumped storage plants
#> 3122                                               Pumped storage plants
#> 3123                                               Pumped storage plants
#> 3124                                               Pumped storage plants
#> 3125                                               Pumped storage plants
#> 3126                                               Pumped storage plants
#> 3127                                               Pumped storage plants
#> 3128                                               Pumped storage plants
#> 3129                                                    Nuclear industry
#> 3130                                                    Nuclear industry
#> 3131                                                    Nuclear industry
#> 3132                                                    Nuclear industry
#> 3133                                                    Nuclear industry
#> 3134                                                    Nuclear industry
#> 3135                                                    Nuclear industry
#> 3136                                                    Nuclear industry
#> 3137                                                    Nuclear industry
#> 3138                                                    Nuclear industry
#> 3139                                                    Nuclear industry
#> 3140                                                    Nuclear industry
#> 3141                                                    Nuclear industry
#> 3142                                                    Nuclear industry
#> 3143                                                    Nuclear industry
#> 3144                                                    Nuclear industry
#> 3145                                                    Nuclear industry
#> 3146                                                    Nuclear industry
#> 3147                                                    Nuclear industry
#> 3148                                                    Nuclear industry
#> 3149                                                    Nuclear industry
#> 3150                                                    Nuclear industry
#> 3151                                                    Nuclear industry
#> 3152                                                    Nuclear industry
#> 3153                                                    Nuclear industry
#> 3154                                                    Nuclear industry
#> 3155                                                    Nuclear industry
#> 3156                                                    Nuclear industry
#> 3157                                                    Nuclear industry
#> 3158                                                    Nuclear industry
#> 3159                                                    Nuclear industry
#> 3160                                                    Nuclear industry
#> 3161                                                    Nuclear industry
#> 3162                                                    Nuclear industry
#> 3163                                                    Nuclear industry
#> 3164                                                    Nuclear industry
#> 3165                                                    Nuclear industry
#> 3166                                                    Nuclear industry
#> 3167                                                    Nuclear industry
#> 3168                                                    Nuclear industry
#> 3169                                                    Nuclear industry
#> 3170                                                    Nuclear industry
#> 3171                                                    Nuclear industry
#> 3172                                                    Nuclear industry
#> 3173                                                    Nuclear industry
#> 3174                                                    Nuclear industry
#> 3175                                                    Nuclear industry
#> 3176                                                    Nuclear industry
#> 3177                                                    Nuclear industry
#> 3178                                                    Nuclear industry
#> 3179                                                    Nuclear industry
#> 3180                                                    Nuclear industry
#> 3181                                                    Nuclear industry
#> 3182                                                    Nuclear industry
#> 3183                                                    Nuclear industry
#> 3184                                                    Nuclear industry
#> 3185                                                    Nuclear industry
#> 3186                                                    Nuclear industry
#> 3187                                                    Nuclear industry
#> 3188                                                    Nuclear industry
#> 3189                                                    Nuclear industry
#> 3190                                                    Nuclear industry
#> 3191                                                    Nuclear industry
#> 3192                                                    Nuclear industry
#> 3193                                                    Nuclear industry
#> 3194                                                    Nuclear industry
#> 3195                                                    Nuclear industry
#> 3196                                                    Nuclear industry
#> 3197                                          Charcoal production plants
#> 3198                                          Charcoal production plants
#> 3199                                          Charcoal production plants
#> 3200                                          Charcoal production plants
#> 3201                                          Charcoal production plants
#> 3202                                          Charcoal production plants
#> 3203                                          Charcoal production plants
#> 3204                                          Charcoal production plants
#> 3205                                          Charcoal production plants
#> 3206                                          Charcoal production plants
#> 3207                                          Charcoal production plants
#> 3208                                          Charcoal production plants
#> 3209                                          Charcoal production plants
#> 3210                                          Charcoal production plants
#> 3211                                          Charcoal production plants
#> 3212                                          Charcoal production plants
#> 3213                                          Charcoal production plants
#> 3214                                          Charcoal production plants
#> 3215                                          Charcoal production plants
#> 3216                                          Charcoal production plants
#> 3217                                          Charcoal production plants
#> 3218                                          Charcoal production plants
#> 3219                                          Charcoal production plants
#> 3220                                          Charcoal production plants
#> 3221                                          Charcoal production plants
#> 3222                                          Charcoal production plants
#> 3223                                          Charcoal production plants
#> 3224                                          Charcoal production plants
#> 3225                                          Charcoal production plants
#> 3226                                          Charcoal production plants
#> 3227                                          Charcoal production plants
#> 3228                                          Charcoal production plants
#> 3229                                          Charcoal production plants
#> 3230                                          Charcoal production plants
#> 3231                                          Charcoal production plants
#> 3232                                          Charcoal production plants
#> 3233                                          Charcoal production plants
#> 3234                                          Charcoal production plants
#> 3235                                          Charcoal production plants
#> 3236                                          Charcoal production plants
#> 3237                                          Charcoal production plants
#> 3238                                          Charcoal production plants
#> 3239                                          Charcoal production plants
#> 3240                                          Charcoal production plants
#> 3241                                          Charcoal production plants
#> 3242                                          Charcoal production plants
#> 3243                                          Charcoal production plants
#> 3244                                          Charcoal production plants
#> 3245                                          Charcoal production plants
#> 3246                                          Charcoal production plants
#> 3247                                          Charcoal production plants
#> 3248                                          Charcoal production plants
#> 3249                                          Charcoal production plants
#> 3250                                          Charcoal production plants
#> 3251                                          Charcoal production plants
#> 3252                                          Charcoal production plants
#> 3253                                          Charcoal production plants
#> 3254                                          Charcoal production plants
#> 3255                                          Charcoal production plants
#> 3256                                          Charcoal production plants
#> 3257                                          Charcoal production plants
#> 3258                                          Charcoal production plants
#> 3259                                          Charcoal production plants
#> 3260                                          Charcoal production plants
#> 3261                                          Charcoal production plants
#> 3262                                          Charcoal production plants
#> 3263                                          Charcoal production plants
#> 3264                                          Charcoal production plants
#> 3265                                              Non-specified (energy)
#> 3266                                              Non-specified (energy)
#> 3267                                              Non-specified (energy)
#> 3268                                              Non-specified (energy)
#> 3269                                              Non-specified (energy)
#> 3270                                              Non-specified (energy)
#> 3271                                              Non-specified (energy)
#> 3272                                              Non-specified (energy)
#> 3273                                              Non-specified (energy)
#> 3274                                              Non-specified (energy)
#> 3275                                              Non-specified (energy)
#> 3276                                              Non-specified (energy)
#> 3277                                              Non-specified (energy)
#> 3278                                              Non-specified (energy)
#> 3279                                              Non-specified (energy)
#> 3280                                              Non-specified (energy)
#> 3281                                              Non-specified (energy)
#> 3282                                              Non-specified (energy)
#> 3283                                              Non-specified (energy)
#> 3284                                              Non-specified (energy)
#> 3285                                              Non-specified (energy)
#> 3286                                              Non-specified (energy)
#> 3287                                              Non-specified (energy)
#> 3288                                              Non-specified (energy)
#> 3289                                              Non-specified (energy)
#> 3290                                              Non-specified (energy)
#> 3291                                              Non-specified (energy)
#> 3292                                              Non-specified (energy)
#> 3293                                              Non-specified (energy)
#> 3294                                              Non-specified (energy)
#> 3295                                              Non-specified (energy)
#> 3296                                              Non-specified (energy)
#> 3297                                              Non-specified (energy)
#> 3298                                              Non-specified (energy)
#> 3299                                              Non-specified (energy)
#> 3300                                              Non-specified (energy)
#> 3301                                              Non-specified (energy)
#> 3302                                              Non-specified (energy)
#> 3303                                              Non-specified (energy)
#> 3304                                              Non-specified (energy)
#> 3305                                              Non-specified (energy)
#> 3306                                              Non-specified (energy)
#> 3307                                              Non-specified (energy)
#> 3308                                              Non-specified (energy)
#> 3309                                              Non-specified (energy)
#> 3310                                              Non-specified (energy)
#> 3311                                              Non-specified (energy)
#> 3312                                              Non-specified (energy)
#> 3313                                              Non-specified (energy)
#> 3314                                              Non-specified (energy)
#> 3315                                              Non-specified (energy)
#> 3316                                              Non-specified (energy)
#> 3317                                              Non-specified (energy)
#> 3318                                              Non-specified (energy)
#> 3319                                              Non-specified (energy)
#> 3320                                              Non-specified (energy)
#> 3321                                              Non-specified (energy)
#> 3322                                              Non-specified (energy)
#> 3323                                              Non-specified (energy)
#> 3324                                              Non-specified (energy)
#> 3325                                              Non-specified (energy)
#> 3326                                              Non-specified (energy)
#> 3327                                              Non-specified (energy)
#> 3328                                              Non-specified (energy)
#> 3329                                              Non-specified (energy)
#> 3330                                              Non-specified (energy)
#> 3331                                              Non-specified (energy)
#> 3332                                              Non-specified (energy)
#> 3333                                                              Losses
#> 3334                                                              Losses
#> 3335                                                              Losses
#> 3336                                                              Losses
#> 3337                                                              Losses
#> 3338                                                              Losses
#> 3339                                                              Losses
#> 3340                                                              Losses
#> 3341                                                              Losses
#> 3342                                                              Losses
#> 3343                                                              Losses
#> 3344                                                              Losses
#> 3345                                                              Losses
#> 3346                                                              Losses
#> 3347                                                              Losses
#> 3348                                                              Losses
#> 3349                                                              Losses
#> 3350                                                              Losses
#> 3351                                                              Losses
#> 3352                                                              Losses
#> 3353                                                              Losses
#> 3354                                                              Losses
#> 3355                                                              Losses
#> 3356                                                              Losses
#> 3357                                                              Losses
#> 3358                                                              Losses
#> 3359                                                              Losses
#> 3360                                                              Losses
#> 3361                                                              Losses
#> 3362                                                              Losses
#> 3363                                                              Losses
#> 3364                                                              Losses
#> 3365                                                              Losses
#> 3366                                                              Losses
#> 3367                                                              Losses
#> 3368                                                              Losses
#> 3369                                                              Losses
#> 3370                                                              Losses
#> 3371                                                              Losses
#> 3372                                                              Losses
#> 3373                                                              Losses
#> 3374                                                              Losses
#> 3375                                                              Losses
#> 3376                                                              Losses
#> 3377                                                              Losses
#> 3378                                                              Losses
#> 3379                                                              Losses
#> 3380                                                              Losses
#> 3381                                                              Losses
#> 3382                                                              Losses
#> 3383                                                              Losses
#> 3384                                                              Losses
#> 3385                                                              Losses
#> 3386                                                              Losses
#> 3387                                                              Losses
#> 3388                                                              Losses
#> 3389                                                              Losses
#> 3390                                                              Losses
#> 3391                                                              Losses
#> 3392                                                              Losses
#> 3393                                                              Losses
#> 3394                                                              Losses
#> 3395                                                              Losses
#> 3396                                                              Losses
#> 3397                                                              Losses
#> 3398                                                              Losses
#> 3399                                                              Losses
#> 3400                                                              Losses
#> 3401                                             Total final consumption
#> 3402                                             Total final consumption
#> 3403                                             Total final consumption
#> 3404                                             Total final consumption
#> 3405                                             Total final consumption
#> 3406                                             Total final consumption
#> 3407                                             Total final consumption
#> 3408                                             Total final consumption
#> 3409                                             Total final consumption
#> 3410                                             Total final consumption
#> 3411                                             Total final consumption
#> 3412                                             Total final consumption
#> 3413                                             Total final consumption
#> 3414                                             Total final consumption
#> 3415                                             Total final consumption
#> 3416                                             Total final consumption
#> 3417                                             Total final consumption
#> 3418                                             Total final consumption
#> 3419                                             Total final consumption
#> 3420                                             Total final consumption
#> 3421                                             Total final consumption
#> 3422                                             Total final consumption
#> 3423                                             Total final consumption
#> 3424                                             Total final consumption
#> 3425                                             Total final consumption
#> 3426                                             Total final consumption
#> 3427                                             Total final consumption
#> 3428                                             Total final consumption
#> 3429                                             Total final consumption
#> 3430                                             Total final consumption
#> 3431                                             Total final consumption
#> 3432                                             Total final consumption
#> 3433                                             Total final consumption
#> 3434                                             Total final consumption
#> 3435                                             Total final consumption
#> 3436                                             Total final consumption
#> 3437                                             Total final consumption
#> 3438                                             Total final consumption
#> 3439                                             Total final consumption
#> 3440                                             Total final consumption
#> 3441                                             Total final consumption
#> 3442                                             Total final consumption
#> 3443                                             Total final consumption
#> 3444                                             Total final consumption
#> 3445                                             Total final consumption
#> 3446                                             Total final consumption
#> 3447                                             Total final consumption
#> 3448                                             Total final consumption
#> 3449                                             Total final consumption
#> 3450                                             Total final consumption
#> 3451                                             Total final consumption
#> 3452                                             Total final consumption
#> 3453                                             Total final consumption
#> 3454                                             Total final consumption
#> 3455                                             Total final consumption
#> 3456                                             Total final consumption
#> 3457                                             Total final consumption
#> 3458                                             Total final consumption
#> 3459                                             Total final consumption
#> 3460                                             Total final consumption
#> 3461                                             Total final consumption
#> 3462                                             Total final consumption
#> 3463                                             Total final consumption
#> 3464                                             Total final consumption
#> 3465                                             Total final consumption
#> 3466                                             Total final consumption
#> 3467                                             Total final consumption
#> 3468                                             Total final consumption
#> 3469                                                            Industry
#> 3470                                                            Industry
#> 3471                                                            Industry
#> 3472                                                            Industry
#> 3473                                                            Industry
#> 3474                                                            Industry
#> 3475                                                            Industry
#> 3476                                                            Industry
#> 3477                                                            Industry
#> 3478                                                            Industry
#> 3479                                                            Industry
#> 3480                                                            Industry
#> 3481                                                            Industry
#> 3482                                                            Industry
#> 3483                                                            Industry
#> 3484                                                            Industry
#> 3485                                                            Industry
#> 3486                                                            Industry
#> 3487                                                            Industry
#> 3488                                                            Industry
#> 3489                                                            Industry
#> 3490                                                            Industry
#> 3491                                                            Industry
#> 3492                                                            Industry
#> 3493                                                            Industry
#> 3494                                                            Industry
#> 3495                                                            Industry
#> 3496                                                            Industry
#> 3497                                                            Industry
#> 3498                                                            Industry
#> 3499                                                            Industry
#> 3500                                                            Industry
#> 3501                                                            Industry
#> 3502                                                            Industry
#> 3503                                                            Industry
#> 3504                                                            Industry
#> 3505                                                            Industry
#> 3506                                                            Industry
#> 3507                                                            Industry
#> 3508                                                            Industry
#> 3509                                                            Industry
#> 3510                                                            Industry
#> 3511                                                            Industry
#> 3512                                                            Industry
#> 3513                                                            Industry
#> 3514                                                            Industry
#> 3515                                                            Industry
#> 3516                                                            Industry
#> 3517                                                            Industry
#> 3518                                                            Industry
#> 3519                                                            Industry
#> 3520                                                            Industry
#> 3521                                                            Industry
#> 3522                                                            Industry
#> 3523                                                            Industry
#> 3524                                                            Industry
#> 3525                                                            Industry
#> 3526                                                            Industry
#> 3527                                                            Industry
#> 3528                                                            Industry
#> 3529                                                            Industry
#> 3530                                                            Industry
#> 3531                                                            Industry
#> 3532                                                            Industry
#> 3533                                                            Industry
#> 3534                                                            Industry
#> 3535                                                            Industry
#> 3536                                                            Industry
#> 3537                                                Mining and quarrying
#> 3538                                                Mining and quarrying
#> 3539                                                Mining and quarrying
#> 3540                                                Mining and quarrying
#> 3541                                                Mining and quarrying
#> 3542                                                Mining and quarrying
#> 3543                                                Mining and quarrying
#> 3544                                                Mining and quarrying
#> 3545                                                Mining and quarrying
#> 3546                                                Mining and quarrying
#> 3547                                                Mining and quarrying
#> 3548                                                Mining and quarrying
#> 3549                                                Mining and quarrying
#> 3550                                                Mining and quarrying
#> 3551                                                Mining and quarrying
#> 3552                                                Mining and quarrying
#> 3553                                                Mining and quarrying
#> 3554                                                Mining and quarrying
#> 3555                                                Mining and quarrying
#> 3556                                                Mining and quarrying
#> 3557                                                Mining and quarrying
#> 3558                                                Mining and quarrying
#> 3559                                                Mining and quarrying
#> 3560                                                Mining and quarrying
#> 3561                                                Mining and quarrying
#> 3562                                                Mining and quarrying
#> 3563                                                Mining and quarrying
#> 3564                                                Mining and quarrying
#> 3565                                                Mining and quarrying
#> 3566                                                Mining and quarrying
#> 3567                                                Mining and quarrying
#> 3568                                                Mining and quarrying
#> 3569                                                Mining and quarrying
#> 3570                                                Mining and quarrying
#> 3571                                                Mining and quarrying
#> 3572                                                Mining and quarrying
#> 3573                                                Mining and quarrying
#> 3574                                                Mining and quarrying
#> 3575                                                Mining and quarrying
#> 3576                                                Mining and quarrying
#> 3577                                                Mining and quarrying
#> 3578                                                Mining and quarrying
#> 3579                                                Mining and quarrying
#> 3580                                                Mining and quarrying
#> 3581                                                Mining and quarrying
#> 3582                                                Mining and quarrying
#> 3583                                                Mining and quarrying
#> 3584                                                Mining and quarrying
#> 3585                                                Mining and quarrying
#> 3586                                                Mining and quarrying
#> 3587                                                Mining and quarrying
#> 3588                                                Mining and quarrying
#> 3589                                                Mining and quarrying
#> 3590                                                Mining and quarrying
#> 3591                                                Mining and quarrying
#> 3592                                                Mining and quarrying
#> 3593                                                Mining and quarrying
#> 3594                                                Mining and quarrying
#> 3595                                                Mining and quarrying
#> 3596                                                Mining and quarrying
#> 3597                                                Mining and quarrying
#> 3598                                                Mining and quarrying
#> 3599                                                Mining and quarrying
#> 3600                                                Mining and quarrying
#> 3601                                                Mining and quarrying
#> 3602                                                Mining and quarrying
#> 3603                                                Mining and quarrying
#> 3604                                                Mining and quarrying
#> 3605                                                        Construction
#> 3606                                                        Construction
#> 3607                                                        Construction
#> 3608                                                        Construction
#> 3609                                                        Construction
#> 3610                                                        Construction
#> 3611                                                        Construction
#> 3612                                                        Construction
#> 3613                                                        Construction
#> 3614                                                        Construction
#> 3615                                                        Construction
#> 3616                                                        Construction
#> 3617                                                        Construction
#> 3618                                                        Construction
#> 3619                                                        Construction
#> 3620                                                        Construction
#> 3621                                                        Construction
#> 3622                                                        Construction
#> 3623                                                        Construction
#> 3624                                                        Construction
#> 3625                                                        Construction
#> 3626                                                        Construction
#> 3627                                                        Construction
#> 3628                                                        Construction
#> 3629                                                        Construction
#> 3630                                                        Construction
#> 3631                                                        Construction
#> 3632                                                        Construction
#> 3633                                                        Construction
#> 3634                                                        Construction
#> 3635                                                        Construction
#> 3636                                                        Construction
#> 3637                                                        Construction
#> 3638                                                        Construction
#> 3639                                                        Construction
#> 3640                                                        Construction
#> 3641                                                        Construction
#> 3642                                                        Construction
#> 3643                                                        Construction
#> 3644                                                        Construction
#> 3645                                                        Construction
#> 3646                                                        Construction
#> 3647                                                        Construction
#> 3648                                                        Construction
#> 3649                                                        Construction
#> 3650                                                        Construction
#> 3651                                                        Construction
#> 3652                                                        Construction
#> 3653                                                        Construction
#> 3654                                                        Construction
#> 3655                                                        Construction
#> 3656                                                        Construction
#> 3657                                                        Construction
#> 3658                                                        Construction
#> 3659                                                        Construction
#> 3660                                                        Construction
#> 3661                                                        Construction
#> 3662                                                        Construction
#> 3663                                                        Construction
#> 3664                                                        Construction
#> 3665                                                        Construction
#> 3666                                                        Construction
#> 3667                                                        Construction
#> 3668                                                        Construction
#> 3669                                                        Construction
#> 3670                                                        Construction
#> 3671                                                        Construction
#> 3672                                                        Construction
#> 3673                                                       Manufacturing
#> 3674                                                       Manufacturing
#> 3675                                                       Manufacturing
#> 3676                                                       Manufacturing
#> 3677                                                       Manufacturing
#> 3678                                                       Manufacturing
#> 3679                                                       Manufacturing
#> 3680                                                       Manufacturing
#> 3681                                                       Manufacturing
#> 3682                                                       Manufacturing
#> 3683                                                       Manufacturing
#> 3684                                                       Manufacturing
#> 3685                                                       Manufacturing
#> 3686                                                       Manufacturing
#> 3687                                                       Manufacturing
#> 3688                                                       Manufacturing
#> 3689                                                       Manufacturing
#> 3690                                                       Manufacturing
#> 3691                                                       Manufacturing
#> 3692                                                       Manufacturing
#> 3693                                                       Manufacturing
#> 3694                                                       Manufacturing
#> 3695                                                       Manufacturing
#> 3696                                                       Manufacturing
#> 3697                                                       Manufacturing
#> 3698                                                       Manufacturing
#> 3699                                                       Manufacturing
#> 3700                                                       Manufacturing
#> 3701                                                       Manufacturing
#> 3702                                                       Manufacturing
#> 3703                                                       Manufacturing
#> 3704                                                       Manufacturing
#> 3705                                                       Manufacturing
#> 3706                                                       Manufacturing
#> 3707                                                       Manufacturing
#> 3708                                                       Manufacturing
#> 3709                                                       Manufacturing
#> 3710                                                       Manufacturing
#> 3711                                                       Manufacturing
#> 3712                                                       Manufacturing
#> 3713                                                       Manufacturing
#> 3714                                                       Manufacturing
#> 3715                                                       Manufacturing
#> 3716                                                       Manufacturing
#> 3717                                                       Manufacturing
#> 3718                                                       Manufacturing
#> 3719                                                       Manufacturing
#> 3720                                                       Manufacturing
#> 3721                                                       Manufacturing
#> 3722                                                       Manufacturing
#> 3723                                                       Manufacturing
#> 3724                                                       Manufacturing
#> 3725                                                       Manufacturing
#> 3726                                                       Manufacturing
#> 3727                                                       Manufacturing
#> 3728                                                       Manufacturing
#> 3729                                                       Manufacturing
#> 3730                                                       Manufacturing
#> 3731                                                       Manufacturing
#> 3732                                                       Manufacturing
#> 3733                                                       Manufacturing
#> 3734                                                       Manufacturing
#> 3735                                                       Manufacturing
#> 3736                                                       Manufacturing
#> 3737                                                       Manufacturing
#> 3738                                                       Manufacturing
#> 3739                                                       Manufacturing
#> 3740                                                       Manufacturing
#> 3741                                                      Iron and steel
#> 3742                                                      Iron and steel
#> 3743                                                      Iron and steel
#> 3744                                                      Iron and steel
#> 3745                                                      Iron and steel
#> 3746                                                      Iron and steel
#> 3747                                                      Iron and steel
#> 3748                                                      Iron and steel
#> 3749                                                      Iron and steel
#> 3750                                                      Iron and steel
#> 3751                                                      Iron and steel
#> 3752                                                      Iron and steel
#> 3753                                                      Iron and steel
#> 3754                                                      Iron and steel
#> 3755                                                      Iron and steel
#> 3756                                                      Iron and steel
#> 3757                                                      Iron and steel
#> 3758                                                      Iron and steel
#> 3759                                                      Iron and steel
#> 3760                                                      Iron and steel
#> 3761                                                      Iron and steel
#> 3762                                                      Iron and steel
#> 3763                                                      Iron and steel
#> 3764                                                      Iron and steel
#> 3765                                                      Iron and steel
#> 3766                                                      Iron and steel
#> 3767                                                      Iron and steel
#> 3768                                                      Iron and steel
#> 3769                                                      Iron and steel
#> 3770                                                      Iron and steel
#> 3771                                                      Iron and steel
#> 3772                                                      Iron and steel
#> 3773                                                      Iron and steel
#> 3774                                                      Iron and steel
#> 3775                                                      Iron and steel
#> 3776                                                      Iron and steel
#> 3777                                                      Iron and steel
#> 3778                                                      Iron and steel
#> 3779                                                      Iron and steel
#> 3780                                                      Iron and steel
#> 3781                                                      Iron and steel
#> 3782                                                      Iron and steel
#> 3783                                                      Iron and steel
#> 3784                                                      Iron and steel
#> 3785                                                      Iron and steel
#> 3786                                                      Iron and steel
#> 3787                                                      Iron and steel
#> 3788                                                      Iron and steel
#> 3789                                                      Iron and steel
#> 3790                                                      Iron and steel
#> 3791                                                      Iron and steel
#> 3792                                                      Iron and steel
#> 3793                                                      Iron and steel
#> 3794                                                      Iron and steel
#> 3795                                                      Iron and steel
#> 3796                                                      Iron and steel
#> 3797                                                      Iron and steel
#> 3798                                                      Iron and steel
#> 3799                                                      Iron and steel
#> 3800                                                      Iron and steel
#> 3801                                                      Iron and steel
#> 3802                                                      Iron and steel
#> 3803                                                      Iron and steel
#> 3804                                                      Iron and steel
#> 3805                                                      Iron and steel
#> 3806                                                      Iron and steel
#> 3807                                                      Iron and steel
#> 3808                                                      Iron and steel
#> 3809                                          Chemical and petrochemical
#> 3810                                          Chemical and petrochemical
#> 3811                                          Chemical and petrochemical
#> 3812                                          Chemical and petrochemical
#> 3813                                          Chemical and petrochemical
#> 3814                                          Chemical and petrochemical
#> 3815                                          Chemical and petrochemical
#> 3816                                          Chemical and petrochemical
#> 3817                                          Chemical and petrochemical
#> 3818                                          Chemical and petrochemical
#> 3819                                          Chemical and petrochemical
#> 3820                                          Chemical and petrochemical
#> 3821                                          Chemical and petrochemical
#> 3822                                          Chemical and petrochemical
#> 3823                                          Chemical and petrochemical
#> 3824                                          Chemical and petrochemical
#> 3825                                          Chemical and petrochemical
#> 3826                                          Chemical and petrochemical
#> 3827                                          Chemical and petrochemical
#> 3828                                          Chemical and petrochemical
#> 3829                                          Chemical and petrochemical
#> 3830                                          Chemical and petrochemical
#> 3831                                          Chemical and petrochemical
#> 3832                                          Chemical and petrochemical
#> 3833                                          Chemical and petrochemical
#> 3834                                          Chemical and petrochemical
#> 3835                                          Chemical and petrochemical
#> 3836                                          Chemical and petrochemical
#> 3837                                          Chemical and petrochemical
#> 3838                                          Chemical and petrochemical
#> 3839                                          Chemical and petrochemical
#> 3840                                          Chemical and petrochemical
#> 3841                                          Chemical and petrochemical
#> 3842                                          Chemical and petrochemical
#> 3843                                          Chemical and petrochemical
#> 3844                                          Chemical and petrochemical
#> 3845                                          Chemical and petrochemical
#> 3846                                          Chemical and petrochemical
#> 3847                                          Chemical and petrochemical
#> 3848                                          Chemical and petrochemical
#> 3849                                          Chemical and petrochemical
#> 3850                                          Chemical and petrochemical
#> 3851                                          Chemical and petrochemical
#> 3852                                          Chemical and petrochemical
#> 3853                                          Chemical and petrochemical
#> 3854                                          Chemical and petrochemical
#> 3855                                          Chemical and petrochemical
#> 3856                                          Chemical and petrochemical
#> 3857                                          Chemical and petrochemical
#> 3858                                          Chemical and petrochemical
#> 3859                                          Chemical and petrochemical
#> 3860                                          Chemical and petrochemical
#> 3861                                          Chemical and petrochemical
#> 3862                                          Chemical and petrochemical
#> 3863                                          Chemical and petrochemical
#> 3864                                          Chemical and petrochemical
#> 3865                                          Chemical and petrochemical
#> 3866                                          Chemical and petrochemical
#> 3867                                          Chemical and petrochemical
#> 3868                                          Chemical and petrochemical
#> 3869                                          Chemical and petrochemical
#> 3870                                          Chemical and petrochemical
#> 3871                                          Chemical and petrochemical
#> 3872                                          Chemical and petrochemical
#> 3873                                          Chemical and petrochemical
#> 3874                                          Chemical and petrochemical
#> 3875                                          Chemical and petrochemical
#> 3876                                          Chemical and petrochemical
#> 3877                                                  Non-ferrous metals
#> 3878                                                  Non-ferrous metals
#> 3879                                                  Non-ferrous metals
#> 3880                                                  Non-ferrous metals
#> 3881                                                  Non-ferrous metals
#> 3882                                                  Non-ferrous metals
#> 3883                                                  Non-ferrous metals
#> 3884                                                  Non-ferrous metals
#> 3885                                                  Non-ferrous metals
#> 3886                                                  Non-ferrous metals
#> 3887                                                  Non-ferrous metals
#> 3888                                                  Non-ferrous metals
#> 3889                                                  Non-ferrous metals
#> 3890                                                  Non-ferrous metals
#> 3891                                                  Non-ferrous metals
#> 3892                                                  Non-ferrous metals
#> 3893                                                  Non-ferrous metals
#> 3894                                                  Non-ferrous metals
#> 3895                                                  Non-ferrous metals
#> 3896                                                  Non-ferrous metals
#> 3897                                                  Non-ferrous metals
#> 3898                                                  Non-ferrous metals
#> 3899                                                  Non-ferrous metals
#> 3900                                                  Non-ferrous metals
#> 3901                                                  Non-ferrous metals
#> 3902                                                  Non-ferrous metals
#> 3903                                                  Non-ferrous metals
#> 3904                                                  Non-ferrous metals
#> 3905                                                  Non-ferrous metals
#> 3906                                                  Non-ferrous metals
#> 3907                                                  Non-ferrous metals
#> 3908                                                  Non-ferrous metals
#> 3909                                                  Non-ferrous metals
#> 3910                                                  Non-ferrous metals
#> 3911                                                  Non-ferrous metals
#> 3912                                                  Non-ferrous metals
#> 3913                                                  Non-ferrous metals
#> 3914                                                  Non-ferrous metals
#> 3915                                                  Non-ferrous metals
#> 3916                                                  Non-ferrous metals
#> 3917                                                  Non-ferrous metals
#> 3918                                                  Non-ferrous metals
#> 3919                                                  Non-ferrous metals
#> 3920                                                  Non-ferrous metals
#> 3921                                                  Non-ferrous metals
#> 3922                                                  Non-ferrous metals
#> 3923                                                  Non-ferrous metals
#> 3924                                                  Non-ferrous metals
#> 3925                                                  Non-ferrous metals
#> 3926                                                  Non-ferrous metals
#> 3927                                                  Non-ferrous metals
#> 3928                                                  Non-ferrous metals
#> 3929                                                  Non-ferrous metals
#> 3930                                                  Non-ferrous metals
#> 3931                                                  Non-ferrous metals
#> 3932                                                  Non-ferrous metals
#> 3933                                                  Non-ferrous metals
#> 3934                                                  Non-ferrous metals
#> 3935                                                  Non-ferrous metals
#> 3936                                                  Non-ferrous metals
#> 3937                                                  Non-ferrous metals
#> 3938                                                  Non-ferrous metals
#> 3939                                                  Non-ferrous metals
#> 3940                                                  Non-ferrous metals
#> 3941                                                  Non-ferrous metals
#> 3942                                                  Non-ferrous metals
#> 3943                                                  Non-ferrous metals
#> 3944                                                  Non-ferrous metals
#> 3945                                               Non-metallic minerals
#> 3946                                               Non-metallic minerals
#> 3947                                               Non-metallic minerals
#> 3948                                               Non-metallic minerals
#> 3949                                               Non-metallic minerals
#> 3950                                               Non-metallic minerals
#> 3951                                               Non-metallic minerals
#> 3952                                               Non-metallic minerals
#> 3953                                               Non-metallic minerals
#> 3954                                               Non-metallic minerals
#> 3955                                               Non-metallic minerals
#> 3956                                               Non-metallic minerals
#> 3957                                               Non-metallic minerals
#> 3958                                               Non-metallic minerals
#> 3959                                               Non-metallic minerals
#> 3960                                               Non-metallic minerals
#> 3961                                               Non-metallic minerals
#> 3962                                               Non-metallic minerals
#> 3963                                               Non-metallic minerals
#> 3964                                               Non-metallic minerals
#> 3965                                               Non-metallic minerals
#> 3966                                               Non-metallic minerals
#> 3967                                               Non-metallic minerals
#> 3968                                               Non-metallic minerals
#> 3969                                               Non-metallic minerals
#> 3970                                               Non-metallic minerals
#> 3971                                               Non-metallic minerals
#> 3972                                               Non-metallic minerals
#> 3973                                               Non-metallic minerals
#> 3974                                               Non-metallic minerals
#> 3975                                               Non-metallic minerals
#> 3976                                               Non-metallic minerals
#> 3977                                               Non-metallic minerals
#> 3978                                               Non-metallic minerals
#> 3979                                               Non-metallic minerals
#> 3980                                               Non-metallic minerals
#> 3981                                               Non-metallic minerals
#> 3982                                               Non-metallic minerals
#> 3983                                               Non-metallic minerals
#> 3984                                               Non-metallic minerals
#> 3985                                               Non-metallic minerals
#> 3986                                               Non-metallic minerals
#> 3987                                               Non-metallic minerals
#> 3988                                               Non-metallic minerals
#> 3989                                               Non-metallic minerals
#> 3990                                               Non-metallic minerals
#> 3991                                               Non-metallic minerals
#> 3992                                               Non-metallic minerals
#> 3993                                               Non-metallic minerals
#> 3994                                               Non-metallic minerals
#> 3995                                               Non-metallic minerals
#> 3996                                               Non-metallic minerals
#> 3997                                               Non-metallic minerals
#> 3998                                               Non-metallic minerals
#> 3999                                               Non-metallic minerals
#> 4000                                               Non-metallic minerals
#> 4001                                               Non-metallic minerals
#> 4002                                               Non-metallic minerals
#> 4003                                               Non-metallic minerals
#> 4004                                               Non-metallic minerals
#> 4005                                               Non-metallic minerals
#> 4006                                               Non-metallic minerals
#> 4007                                               Non-metallic minerals
#> 4008                                               Non-metallic minerals
#> 4009                                               Non-metallic minerals
#> 4010                                               Non-metallic minerals
#> 4011                                               Non-metallic minerals
#> 4012                                               Non-metallic minerals
#> 4013                                                 Transport equipment
#> 4014                                                 Transport equipment
#> 4015                                                 Transport equipment
#> 4016                                                 Transport equipment
#> 4017                                                 Transport equipment
#> 4018                                                 Transport equipment
#> 4019                                                 Transport equipment
#> 4020                                                 Transport equipment
#> 4021                                                 Transport equipment
#> 4022                                                 Transport equipment
#> 4023                                                 Transport equipment
#> 4024                                                 Transport equipment
#> 4025                                                 Transport equipment
#> 4026                                                 Transport equipment
#> 4027                                                 Transport equipment
#> 4028                                                 Transport equipment
#> 4029                                                 Transport equipment
#> 4030                                                 Transport equipment
#> 4031                                                 Transport equipment
#> 4032                                                 Transport equipment
#> 4033                                                 Transport equipment
#> 4034                                                 Transport equipment
#> 4035                                                 Transport equipment
#> 4036                                                 Transport equipment
#> 4037                                                 Transport equipment
#> 4038                                                 Transport equipment
#> 4039                                                 Transport equipment
#> 4040                                                 Transport equipment
#> 4041                                                 Transport equipment
#> 4042                                                 Transport equipment
#> 4043                                                 Transport equipment
#> 4044                                                 Transport equipment
#> 4045                                                 Transport equipment
#> 4046                                                 Transport equipment
#> 4047                                                 Transport equipment
#> 4048                                                 Transport equipment
#> 4049                                                 Transport equipment
#> 4050                                                 Transport equipment
#> 4051                                                 Transport equipment
#> 4052                                                 Transport equipment
#> 4053                                                 Transport equipment
#> 4054                                                 Transport equipment
#> 4055                                                 Transport equipment
#> 4056                                                 Transport equipment
#> 4057                                                 Transport equipment
#> 4058                                                 Transport equipment
#> 4059                                                 Transport equipment
#> 4060                                                 Transport equipment
#> 4061                                                 Transport equipment
#> 4062                                                 Transport equipment
#> 4063                                                 Transport equipment
#> 4064                                                 Transport equipment
#> 4065                                                 Transport equipment
#> 4066                                                 Transport equipment
#> 4067                                                 Transport equipment
#> 4068                                                 Transport equipment
#> 4069                                                 Transport equipment
#> 4070                                                 Transport equipment
#> 4071                                                 Transport equipment
#> 4072                                                 Transport equipment
#> 4073                                                 Transport equipment
#> 4074                                                 Transport equipment
#> 4075                                                 Transport equipment
#> 4076                                                 Transport equipment
#> 4077                                                 Transport equipment
#> 4078                                                 Transport equipment
#> 4079                                                 Transport equipment
#> 4080                                                 Transport equipment
#> 4081                                                           Machinery
#> 4082                                                           Machinery
#> 4083                                                           Machinery
#> 4084                                                           Machinery
#> 4085                                                           Machinery
#> 4086                                                           Machinery
#> 4087                                                           Machinery
#> 4088                                                           Machinery
#> 4089                                                           Machinery
#> 4090                                                           Machinery
#> 4091                                                           Machinery
#> 4092                                                           Machinery
#> 4093                                                           Machinery
#> 4094                                                           Machinery
#> 4095                                                           Machinery
#> 4096                                                           Machinery
#> 4097                                                           Machinery
#> 4098                                                           Machinery
#> 4099                                                           Machinery
#> 4100                                                           Machinery
#> 4101                                                           Machinery
#> 4102                                                           Machinery
#> 4103                                                           Machinery
#> 4104                                                           Machinery
#> 4105                                                           Machinery
#> 4106                                                           Machinery
#> 4107                                                           Machinery
#> 4108                                                           Machinery
#> 4109                                                           Machinery
#> 4110                                                           Machinery
#> 4111                                                           Machinery
#> 4112                                                           Machinery
#> 4113                                                           Machinery
#> 4114                                                           Machinery
#> 4115                                                           Machinery
#> 4116                                                           Machinery
#> 4117                                                           Machinery
#> 4118                                                           Machinery
#> 4119                                                           Machinery
#> 4120                                                           Machinery
#> 4121                                                           Machinery
#> 4122                                                           Machinery
#> 4123                                                           Machinery
#> 4124                                                           Machinery
#> 4125                                                           Machinery
#> 4126                                                           Machinery
#> 4127                                                           Machinery
#> 4128                                                           Machinery
#> 4129                                                           Machinery
#> 4130                                                           Machinery
#> 4131                                                           Machinery
#> 4132                                                           Machinery
#> 4133                                                           Machinery
#> 4134                                                           Machinery
#> 4135                                                           Machinery
#> 4136                                                           Machinery
#> 4137                                                           Machinery
#> 4138                                                           Machinery
#> 4139                                                           Machinery
#> 4140                                                           Machinery
#> 4141                                                           Machinery
#> 4142                                                           Machinery
#> 4143                                                           Machinery
#> 4144                                                           Machinery
#> 4145                                                           Machinery
#> 4146                                                           Machinery
#> 4147                                                           Machinery
#> 4148                                                           Machinery
#> 4149                                                    Food and tobacco
#> 4150                                                    Food and tobacco
#> 4151                                                    Food and tobacco
#> 4152                                                    Food and tobacco
#> 4153                                                    Food and tobacco
#> 4154                                                    Food and tobacco
#> 4155                                                    Food and tobacco
#> 4156                                                    Food and tobacco
#> 4157                                                    Food and tobacco
#> 4158                                                    Food and tobacco
#> 4159                                                    Food and tobacco
#> 4160                                                    Food and tobacco
#> 4161                                                    Food and tobacco
#> 4162                                                    Food and tobacco
#> 4163                                                    Food and tobacco
#> 4164                                                    Food and tobacco
#> 4165                                                    Food and tobacco
#> 4166                                                    Food and tobacco
#> 4167                                                    Food and tobacco
#> 4168                                                    Food and tobacco
#> 4169                                                    Food and tobacco
#> 4170                                                    Food and tobacco
#> 4171                                                    Food and tobacco
#> 4172                                                    Food and tobacco
#> 4173                                                    Food and tobacco
#> 4174                                                    Food and tobacco
#> 4175                                                    Food and tobacco
#> 4176                                                    Food and tobacco
#> 4177                                                    Food and tobacco
#> 4178                                                    Food and tobacco
#> 4179                                                    Food and tobacco
#> 4180                                                    Food and tobacco
#> 4181                                                    Food and tobacco
#> 4182                                                    Food and tobacco
#> 4183                                                    Food and tobacco
#> 4184                                                    Food and tobacco
#> 4185                                                    Food and tobacco
#> 4186                                                    Food and tobacco
#> 4187                                                    Food and tobacco
#> 4188                                                    Food and tobacco
#> 4189                                                    Food and tobacco
#> 4190                                                    Food and tobacco
#> 4191                                                    Food and tobacco
#> 4192                                                    Food and tobacco
#> 4193                                                    Food and tobacco
#> 4194                                                    Food and tobacco
#> 4195                                                    Food and tobacco
#> 4196                                                    Food and tobacco
#> 4197                                                    Food and tobacco
#> 4198                                                    Food and tobacco
#> 4199                                                    Food and tobacco
#> 4200                                                    Food and tobacco
#> 4201                                                    Food and tobacco
#> 4202                                                    Food and tobacco
#> 4203                                                    Food and tobacco
#> 4204                                                    Food and tobacco
#> 4205                                                    Food and tobacco
#> 4206                                                    Food and tobacco
#> 4207                                                    Food and tobacco
#> 4208                                                    Food and tobacco
#> 4209                                                    Food and tobacco
#> 4210                                                    Food and tobacco
#> 4211                                                    Food and tobacco
#> 4212                                                    Food and tobacco
#> 4213                                                    Food and tobacco
#> 4214                                                    Food and tobacco
#> 4215                                                    Food and tobacco
#> 4216                                                    Food and tobacco
#> 4217                                            Paper, pulp and printing
#> 4218                                            Paper, pulp and printing
#> 4219                                            Paper, pulp and printing
#> 4220                                            Paper, pulp and printing
#> 4221                                            Paper, pulp and printing
#> 4222                                            Paper, pulp and printing
#> 4223                                            Paper, pulp and printing
#> 4224                                            Paper, pulp and printing
#> 4225                                            Paper, pulp and printing
#> 4226                                            Paper, pulp and printing
#> 4227                                            Paper, pulp and printing
#> 4228                                            Paper, pulp and printing
#> 4229                                            Paper, pulp and printing
#> 4230                                            Paper, pulp and printing
#> 4231                                            Paper, pulp and printing
#> 4232                                            Paper, pulp and printing
#> 4233                                            Paper, pulp and printing
#> 4234                                            Paper, pulp and printing
#> 4235                                            Paper, pulp and printing
#> 4236                                            Paper, pulp and printing
#> 4237                                            Paper, pulp and printing
#> 4238                                            Paper, pulp and printing
#> 4239                                            Paper, pulp and printing
#> 4240                                            Paper, pulp and printing
#> 4241                                            Paper, pulp and printing
#> 4242                                            Paper, pulp and printing
#> 4243                                            Paper, pulp and printing
#> 4244                                            Paper, pulp and printing
#> 4245                                            Paper, pulp and printing
#> 4246                                            Paper, pulp and printing
#> 4247                                            Paper, pulp and printing
#> 4248                                            Paper, pulp and printing
#> 4249                                            Paper, pulp and printing
#> 4250                                            Paper, pulp and printing
#> 4251                                            Paper, pulp and printing
#> 4252                                            Paper, pulp and printing
#> 4253                                            Paper, pulp and printing
#> 4254                                            Paper, pulp and printing
#> 4255                                            Paper, pulp and printing
#> 4256                                            Paper, pulp and printing
#> 4257                                            Paper, pulp and printing
#> 4258                                            Paper, pulp and printing
#> 4259                                            Paper, pulp and printing
#> 4260                                            Paper, pulp and printing
#> 4261                                            Paper, pulp and printing
#> 4262                                            Paper, pulp and printing
#> 4263                                            Paper, pulp and printing
#> 4264                                            Paper, pulp and printing
#> 4265                                            Paper, pulp and printing
#> 4266                                            Paper, pulp and printing
#> 4267                                            Paper, pulp and printing
#> 4268                                            Paper, pulp and printing
#> 4269                                            Paper, pulp and printing
#> 4270                                            Paper, pulp and printing
#> 4271                                            Paper, pulp and printing
#> 4272                                            Paper, pulp and printing
#> 4273                                            Paper, pulp and printing
#> 4274                                            Paper, pulp and printing
#> 4275                                            Paper, pulp and printing
#> 4276                                            Paper, pulp and printing
#> 4277                                            Paper, pulp and printing
#> 4278                                            Paper, pulp and printing
#> 4279                                            Paper, pulp and printing
#> 4280                                            Paper, pulp and printing
#> 4281                                            Paper, pulp and printing
#> 4282                                            Paper, pulp and printing
#> 4283                                            Paper, pulp and printing
#> 4284                                            Paper, pulp and printing
#> 4285                                              Wood and wood products
#> 4286                                              Wood and wood products
#> 4287                                              Wood and wood products
#> 4288                                              Wood and wood products
#> 4289                                              Wood and wood products
#> 4290                                              Wood and wood products
#> 4291                                              Wood and wood products
#> 4292                                              Wood and wood products
#> 4293                                              Wood and wood products
#> 4294                                              Wood and wood products
#> 4295                                              Wood and wood products
#> 4296                                              Wood and wood products
#> 4297                                              Wood and wood products
#> 4298                                              Wood and wood products
#> 4299                                              Wood and wood products
#> 4300                                              Wood and wood products
#> 4301                                              Wood and wood products
#> 4302                                              Wood and wood products
#> 4303                                              Wood and wood products
#> 4304                                              Wood and wood products
#> 4305                                              Wood and wood products
#> 4306                                              Wood and wood products
#> 4307                                              Wood and wood products
#> 4308                                              Wood and wood products
#> 4309                                              Wood and wood products
#> 4310                                              Wood and wood products
#> 4311                                              Wood and wood products
#> 4312                                              Wood and wood products
#> 4313                                              Wood and wood products
#> 4314                                              Wood and wood products
#> 4315                                              Wood and wood products
#> 4316                                              Wood and wood products
#> 4317                                              Wood and wood products
#> 4318                                              Wood and wood products
#> 4319                                              Wood and wood products
#> 4320                                              Wood and wood products
#> 4321                                              Wood and wood products
#> 4322                                              Wood and wood products
#> 4323                                              Wood and wood products
#> 4324                                              Wood and wood products
#> 4325                                              Wood and wood products
#> 4326                                              Wood and wood products
#> 4327                                              Wood and wood products
#> 4328                                              Wood and wood products
#> 4329                                              Wood and wood products
#> 4330                                              Wood and wood products
#> 4331                                              Wood and wood products
#> 4332                                              Wood and wood products
#> 4333                                              Wood and wood products
#> 4334                                              Wood and wood products
#> 4335                                              Wood and wood products
#> 4336                                              Wood and wood products
#> 4337                                              Wood and wood products
#> 4338                                              Wood and wood products
#> 4339                                              Wood and wood products
#> 4340                                              Wood and wood products
#> 4341                                              Wood and wood products
#> 4342                                              Wood and wood products
#> 4343                                              Wood and wood products
#> 4344                                              Wood and wood products
#> 4345                                              Wood and wood products
#> 4346                                              Wood and wood products
#> 4347                                              Wood and wood products
#> 4348                                              Wood and wood products
#> 4349                                              Wood and wood products
#> 4350                                              Wood and wood products
#> 4351                                              Wood and wood products
#> 4352                                              Wood and wood products
#> 4353                                                 Textile and leather
#> 4354                                                 Textile and leather
#> 4355                                                 Textile and leather
#> 4356                                                 Textile and leather
#> 4357                                                 Textile and leather
#> 4358                                                 Textile and leather
#> 4359                                                 Textile and leather
#> 4360                                                 Textile and leather
#> 4361                                                 Textile and leather
#> 4362                                                 Textile and leather
#> 4363                                                 Textile and leather
#> 4364                                                 Textile and leather
#> 4365                                                 Textile and leather
#> 4366                                                 Textile and leather
#> 4367                                                 Textile and leather
#> 4368                                                 Textile and leather
#> 4369                                                 Textile and leather
#> 4370                                                 Textile and leather
#> 4371                                                 Textile and leather
#> 4372                                                 Textile and leather
#> 4373                                                 Textile and leather
#> 4374                                                 Textile and leather
#> 4375                                                 Textile and leather
#> 4376                                                 Textile and leather
#> 4377                                                 Textile and leather
#> 4378                                                 Textile and leather
#> 4379                                                 Textile and leather
#> 4380                                                 Textile and leather
#> 4381                                                 Textile and leather
#> 4382                                                 Textile and leather
#> 4383                                                 Textile and leather
#> 4384                                                 Textile and leather
#> 4385                                                 Textile and leather
#> 4386                                                 Textile and leather
#> 4387                                                 Textile and leather
#> 4388                                                 Textile and leather
#> 4389                                                 Textile and leather
#> 4390                                                 Textile and leather
#> 4391                                                 Textile and leather
#> 4392                                                 Textile and leather
#> 4393                                                 Textile and leather
#> 4394                                                 Textile and leather
#> 4395                                                 Textile and leather
#> 4396                                                 Textile and leather
#> 4397                                                 Textile and leather
#> 4398                                                 Textile and leather
#> 4399                                                 Textile and leather
#> 4400                                                 Textile and leather
#> 4401                                                 Textile and leather
#> 4402                                                 Textile and leather
#> 4403                                                 Textile and leather
#> 4404                                                 Textile and leather
#> 4405                                                 Textile and leather
#> 4406                                                 Textile and leather
#> 4407                                                 Textile and leather
#> 4408                                                 Textile and leather
#> 4409                                                 Textile and leather
#> 4410                                                 Textile and leather
#> 4411                                                 Textile and leather
#> 4412                                                 Textile and leather
#> 4413                                                 Textile and leather
#> 4414                                                 Textile and leather
#> 4415                                                 Textile and leather
#> 4416                                                 Textile and leather
#> 4417                                                 Textile and leather
#> 4418                                                 Textile and leather
#> 4419                                                 Textile and leather
#> 4420                                                 Textile and leather
#> 4421                                    Industry not elsewhere specified
#> 4422                                    Industry not elsewhere specified
#> 4423                                    Industry not elsewhere specified
#> 4424                                    Industry not elsewhere specified
#> 4425                                    Industry not elsewhere specified
#> 4426                                    Industry not elsewhere specified
#> 4427                                    Industry not elsewhere specified
#> 4428                                    Industry not elsewhere specified
#> 4429                                    Industry not elsewhere specified
#> 4430                                    Industry not elsewhere specified
#> 4431                                    Industry not elsewhere specified
#> 4432                                    Industry not elsewhere specified
#> 4433                                    Industry not elsewhere specified
#> 4434                                    Industry not elsewhere specified
#> 4435                                    Industry not elsewhere specified
#> 4436                                    Industry not elsewhere specified
#> 4437                                    Industry not elsewhere specified
#> 4438                                    Industry not elsewhere specified
#> 4439                                    Industry not elsewhere specified
#> 4440                                    Industry not elsewhere specified
#> 4441                                    Industry not elsewhere specified
#> 4442                                    Industry not elsewhere specified
#> 4443                                    Industry not elsewhere specified
#> 4444                                    Industry not elsewhere specified
#> 4445                                    Industry not elsewhere specified
#> 4446                                    Industry not elsewhere specified
#> 4447                                    Industry not elsewhere specified
#> 4448                                    Industry not elsewhere specified
#> 4449                                    Industry not elsewhere specified
#> 4450                                    Industry not elsewhere specified
#> 4451                                    Industry not elsewhere specified
#> 4452                                    Industry not elsewhere specified
#> 4453                                    Industry not elsewhere specified
#> 4454                                    Industry not elsewhere specified
#> 4455                                    Industry not elsewhere specified
#> 4456                                    Industry not elsewhere specified
#> 4457                                    Industry not elsewhere specified
#> 4458                                    Industry not elsewhere specified
#> 4459                                    Industry not elsewhere specified
#> 4460                                    Industry not elsewhere specified
#> 4461                                    Industry not elsewhere specified
#> 4462                                    Industry not elsewhere specified
#> 4463                                    Industry not elsewhere specified
#> 4464                                    Industry not elsewhere specified
#> 4465                                    Industry not elsewhere specified
#> 4466                                    Industry not elsewhere specified
#> 4467                                    Industry not elsewhere specified
#> 4468                                    Industry not elsewhere specified
#> 4469                                    Industry not elsewhere specified
#> 4470                                    Industry not elsewhere specified
#> 4471                                    Industry not elsewhere specified
#> 4472                                    Industry not elsewhere specified
#> 4473                                    Industry not elsewhere specified
#> 4474                                    Industry not elsewhere specified
#> 4475                                    Industry not elsewhere specified
#> 4476                                    Industry not elsewhere specified
#> 4477                                    Industry not elsewhere specified
#> 4478                                    Industry not elsewhere specified
#> 4479                                    Industry not elsewhere specified
#> 4480                                    Industry not elsewhere specified
#> 4481                                    Industry not elsewhere specified
#> 4482                                    Industry not elsewhere specified
#> 4483                                    Industry not elsewhere specified
#> 4484                                    Industry not elsewhere specified
#> 4485                                    Industry not elsewhere specified
#> 4486                                    Industry not elsewhere specified
#> 4487                                    Industry not elsewhere specified
#> 4488                                    Industry not elsewhere specified
#> 4489                                                           Transport
#> 4490                                                           Transport
#> 4491                                                           Transport
#> 4492                                                           Transport
#> 4493                                                           Transport
#> 4494                                                           Transport
#> 4495                                                           Transport
#> 4496                                                           Transport
#> 4497                                                           Transport
#> 4498                                                           Transport
#> 4499                                                           Transport
#> 4500                                                           Transport
#> 4501                                                           Transport
#> 4502                                                           Transport
#> 4503                                                           Transport
#> 4504                                                           Transport
#> 4505                                                           Transport
#> 4506                                                           Transport
#> 4507                                                           Transport
#> 4508                                                           Transport
#> 4509                                                           Transport
#> 4510                                                           Transport
#> 4511                                                           Transport
#> 4512                                                           Transport
#> 4513                                                           Transport
#> 4514                                                           Transport
#> 4515                                                           Transport
#> 4516                                                           Transport
#> 4517                                                           Transport
#> 4518                                                           Transport
#> 4519                                                           Transport
#> 4520                                                           Transport
#> 4521                                                           Transport
#> 4522                                                           Transport
#> 4523                                                           Transport
#> 4524                                                           Transport
#> 4525                                                           Transport
#> 4526                                                           Transport
#> 4527                                                           Transport
#> 4528                                                           Transport
#> 4529                                                           Transport
#> 4530                                                           Transport
#> 4531                                                           Transport
#> 4532                                                           Transport
#> 4533                                                           Transport
#> 4534                                                           Transport
#> 4535                                                           Transport
#> 4536                                                           Transport
#> 4537                                                           Transport
#> 4538                                                           Transport
#> 4539                                                           Transport
#> 4540                                                           Transport
#> 4541                                                           Transport
#> 4542                                                           Transport
#> 4543                                                           Transport
#> 4544                                                           Transport
#> 4545                                                           Transport
#> 4546                                                           Transport
#> 4547                                                           Transport
#> 4548                                                           Transport
#> 4549                                                           Transport
#> 4550                                                           Transport
#> 4551                                                           Transport
#> 4552                                                           Transport
#> 4553                                                           Transport
#> 4554                                                           Transport
#> 4555                                                           Transport
#> 4556                                                           Transport
#> 4557                                              World aviation bunkers
#> 4558                                              World aviation bunkers
#> 4559                                              World aviation bunkers
#> 4560                                              World aviation bunkers
#> 4561                                              World aviation bunkers
#> 4562                                              World aviation bunkers
#> 4563                                              World aviation bunkers
#> 4564                                              World aviation bunkers
#> 4565                                              World aviation bunkers
#> 4566                                              World aviation bunkers
#> 4567                                              World aviation bunkers
#> 4568                                              World aviation bunkers
#> 4569                                              World aviation bunkers
#> 4570                                              World aviation bunkers
#> 4571                                              World aviation bunkers
#> 4572                                              World aviation bunkers
#> 4573                                              World aviation bunkers
#> 4574                                              World aviation bunkers
#> 4575                                              World aviation bunkers
#> 4576                                              World aviation bunkers
#> 4577                                              World aviation bunkers
#> 4578                                              World aviation bunkers
#> 4579                                              World aviation bunkers
#> 4580                                              World aviation bunkers
#> 4581                                              World aviation bunkers
#> 4582                                              World aviation bunkers
#> 4583                                              World aviation bunkers
#> 4584                                              World aviation bunkers
#> 4585                                              World aviation bunkers
#> 4586                                              World aviation bunkers
#> 4587                                              World aviation bunkers
#> 4588                                              World aviation bunkers
#> 4589                                              World aviation bunkers
#> 4590                                              World aviation bunkers
#> 4591                                              World aviation bunkers
#> 4592                                              World aviation bunkers
#> 4593                                              World aviation bunkers
#> 4594                                              World aviation bunkers
#> 4595                                              World aviation bunkers
#> 4596                                              World aviation bunkers
#> 4597                                              World aviation bunkers
#> 4598                                              World aviation bunkers
#> 4599                                              World aviation bunkers
#> 4600                                              World aviation bunkers
#> 4601                                              World aviation bunkers
#> 4602                                              World aviation bunkers
#> 4603                                              World aviation bunkers
#> 4604                                              World aviation bunkers
#> 4605                                              World aviation bunkers
#> 4606                                              World aviation bunkers
#> 4607                                              World aviation bunkers
#> 4608                                              World aviation bunkers
#> 4609                                              World aviation bunkers
#> 4610                                              World aviation bunkers
#> 4611                                              World aviation bunkers
#> 4612                                              World aviation bunkers
#> 4613                                              World aviation bunkers
#> 4614                                              World aviation bunkers
#> 4615                                              World aviation bunkers
#> 4616                                              World aviation bunkers
#> 4617                                              World aviation bunkers
#> 4618                                              World aviation bunkers
#> 4619                                              World aviation bunkers
#> 4620                                              World aviation bunkers
#> 4621                                              World aviation bunkers
#> 4622                                              World aviation bunkers
#> 4623                                              World aviation bunkers
#> 4624                                              World aviation bunkers
#> 4625                                                   Domestic aviation
#> 4626                                                   Domestic aviation
#> 4627                                                   Domestic aviation
#> 4628                                                   Domestic aviation
#> 4629                                                   Domestic aviation
#> 4630                                                   Domestic aviation
#> 4631                                                   Domestic aviation
#> 4632                                                   Domestic aviation
#> 4633                                                   Domestic aviation
#> 4634                                                   Domestic aviation
#> 4635                                                   Domestic aviation
#> 4636                                                   Domestic aviation
#> 4637                                                   Domestic aviation
#> 4638                                                   Domestic aviation
#> 4639                                                   Domestic aviation
#> 4640                                                   Domestic aviation
#> 4641                                                   Domestic aviation
#> 4642                                                   Domestic aviation
#> 4643                                                   Domestic aviation
#> 4644                                                   Domestic aviation
#> 4645                                                   Domestic aviation
#> 4646                                                   Domestic aviation
#> 4647                                                   Domestic aviation
#> 4648                                                   Domestic aviation
#> 4649                                                   Domestic aviation
#> 4650                                                   Domestic aviation
#> 4651                                                   Domestic aviation
#> 4652                                                   Domestic aviation
#> 4653                                                   Domestic aviation
#> 4654                                                   Domestic aviation
#> 4655                                                   Domestic aviation
#> 4656                                                   Domestic aviation
#> 4657                                                   Domestic aviation
#> 4658                                                   Domestic aviation
#> 4659                                                   Domestic aviation
#> 4660                                                   Domestic aviation
#> 4661                                                   Domestic aviation
#> 4662                                                   Domestic aviation
#> 4663                                                   Domestic aviation
#> 4664                                                   Domestic aviation
#> 4665                                                   Domestic aviation
#> 4666                                                   Domestic aviation
#> 4667                                                   Domestic aviation
#> 4668                                                   Domestic aviation
#> 4669                                                   Domestic aviation
#> 4670                                                   Domestic aviation
#> 4671                                                   Domestic aviation
#> 4672                                                   Domestic aviation
#> 4673                                                   Domestic aviation
#> 4674                                                   Domestic aviation
#> 4675                                                   Domestic aviation
#> 4676                                                   Domestic aviation
#> 4677                                                   Domestic aviation
#> 4678                                                   Domestic aviation
#> 4679                                                   Domestic aviation
#> 4680                                                   Domestic aviation
#> 4681                                                   Domestic aviation
#> 4682                                                   Domestic aviation
#> 4683                                                   Domestic aviation
#> 4684                                                   Domestic aviation
#> 4685                                                   Domestic aviation
#> 4686                                                   Domestic aviation
#> 4687                                                   Domestic aviation
#> 4688                                                   Domestic aviation
#> 4689                                                   Domestic aviation
#> 4690                                                   Domestic aviation
#> 4691                                                   Domestic aviation
#> 4692                                                   Domestic aviation
#> 4693                                                                Road
#> 4694                                                                Road
#> 4695                                                                Road
#> 4696                                                                Road
#> 4697                                                                Road
#> 4698                                                                Road
#> 4699                                                                Road
#> 4700                                                                Road
#> 4701                                                                Road
#> 4702                                                                Road
#> 4703                                                                Road
#> 4704                                                                Road
#> 4705                                                                Road
#> 4706                                                                Road
#> 4707                                                                Road
#> 4708                                                                Road
#> 4709                                                                Road
#> 4710                                                                Road
#> 4711                                                                Road
#> 4712                                                                Road
#> 4713                                                                Road
#> 4714                                                                Road
#> 4715                                                                Road
#> 4716                                                                Road
#> 4717                                                                Road
#> 4718                                                                Road
#> 4719                                                                Road
#> 4720                                                                Road
#> 4721                                                                Road
#> 4722                                                                Road
#> 4723                                                                Road
#> 4724                                                                Road
#> 4725                                                                Road
#> 4726                                                                Road
#> 4727                                                                Road
#> 4728                                                                Road
#> 4729                                                                Road
#> 4730                                                                Road
#> 4731                                                                Road
#> 4732                                                                Road
#> 4733                                                                Road
#> 4734                                                                Road
#> 4735                                                                Road
#> 4736                                                                Road
#> 4737                                                                Road
#> 4738                                                                Road
#> 4739                                                                Road
#> 4740                                                                Road
#> 4741                                                                Road
#> 4742                                                                Road
#> 4743                                                                Road
#> 4744                                                                Road
#> 4745                                                                Road
#> 4746                                                                Road
#> 4747                                                                Road
#> 4748                                                                Road
#> 4749                                                                Road
#> 4750                                                                Road
#> 4751                                                                Road
#> 4752                                                                Road
#> 4753                                                                Road
#> 4754                                                                Road
#> 4755                                                                Road
#> 4756                                                                Road
#> 4757                                                                Road
#> 4758                                                                Road
#> 4759                                                                Road
#> 4760                                                                Road
#> 4761                                                                Rail
#> 4762                                                                Rail
#> 4763                                                                Rail
#> 4764                                                                Rail
#> 4765                                                                Rail
#> 4766                                                                Rail
#> 4767                                                                Rail
#> 4768                                                                Rail
#> 4769                                                                Rail
#> 4770                                                                Rail
#> 4771                                                                Rail
#> 4772                                                                Rail
#> 4773                                                                Rail
#> 4774                                                                Rail
#> 4775                                                                Rail
#> 4776                                                                Rail
#> 4777                                                                Rail
#> 4778                                                                Rail
#> 4779                                                                Rail
#> 4780                                                                Rail
#> 4781                                                                Rail
#> 4782                                                                Rail
#> 4783                                                                Rail
#> 4784                                                                Rail
#> 4785                                                                Rail
#> 4786                                                                Rail
#> 4787                                                                Rail
#> 4788                                                                Rail
#> 4789                                                                Rail
#> 4790                                                                Rail
#> 4791                                                                Rail
#> 4792                                                                Rail
#> 4793                                                                Rail
#> 4794                                                                Rail
#> 4795                                                                Rail
#> 4796                                                                Rail
#> 4797                                                                Rail
#> 4798                                                                Rail
#> 4799                                                                Rail
#> 4800                                                                Rail
#> 4801                                                                Rail
#> 4802                                                                Rail
#> 4803                                                                Rail
#> 4804                                                                Rail
#> 4805                                                                Rail
#> 4806                                                                Rail
#> 4807                                                                Rail
#> 4808                                                                Rail
#> 4809                                                                Rail
#> 4810                                                                Rail
#> 4811                                                                Rail
#> 4812                                                                Rail
#> 4813                                                                Rail
#> 4814                                                                Rail
#> 4815                                                                Rail
#> 4816                                                                Rail
#> 4817                                                                Rail
#> 4818                                                                Rail
#> 4819                                                                Rail
#> 4820                                                                Rail
#> 4821                                                                Rail
#> 4822                                                                Rail
#> 4823                                                                Rail
#> 4824                                                                Rail
#> 4825                                                                Rail
#> 4826                                                                Rail
#> 4827                                                                Rail
#> 4828                                                                Rail
#> 4829                                                  Pipeline transport
#> 4830                                                  Pipeline transport
#> 4831                                                  Pipeline transport
#> 4832                                                  Pipeline transport
#> 4833                                                  Pipeline transport
#> 4834                                                  Pipeline transport
#> 4835                                                  Pipeline transport
#> 4836                                                  Pipeline transport
#> 4837                                                  Pipeline transport
#> 4838                                                  Pipeline transport
#> 4839                                                  Pipeline transport
#> 4840                                                  Pipeline transport
#> 4841                                                  Pipeline transport
#> 4842                                                  Pipeline transport
#> 4843                                                  Pipeline transport
#> 4844                                                  Pipeline transport
#> 4845                                                  Pipeline transport
#> 4846                                                  Pipeline transport
#> 4847                                                  Pipeline transport
#> 4848                                                  Pipeline transport
#> 4849                                                  Pipeline transport
#> 4850                                                  Pipeline transport
#> 4851                                                  Pipeline transport
#> 4852                                                  Pipeline transport
#> 4853                                                  Pipeline transport
#> 4854                                                  Pipeline transport
#> 4855                                                  Pipeline transport
#> 4856                                                  Pipeline transport
#> 4857                                                  Pipeline transport
#> 4858                                                  Pipeline transport
#> 4859                                                  Pipeline transport
#> 4860                                                  Pipeline transport
#> 4861                                                  Pipeline transport
#> 4862                                                  Pipeline transport
#> 4863                                                  Pipeline transport
#> 4864                                                  Pipeline transport
#> 4865                                                  Pipeline transport
#> 4866                                                  Pipeline transport
#> 4867                                                  Pipeline transport
#> 4868                                                  Pipeline transport
#> 4869                                                  Pipeline transport
#> 4870                                                  Pipeline transport
#> 4871                                                  Pipeline transport
#> 4872                                                  Pipeline transport
#> 4873                                                  Pipeline transport
#> 4874                                                  Pipeline transport
#> 4875                                                  Pipeline transport
#> 4876                                                  Pipeline transport
#> 4877                                                  Pipeline transport
#> 4878                                                  Pipeline transport
#> 4879                                                  Pipeline transport
#> 4880                                                  Pipeline transport
#> 4881                                                  Pipeline transport
#> 4882                                                  Pipeline transport
#> 4883                                                  Pipeline transport
#> 4884                                                  Pipeline transport
#> 4885                                                  Pipeline transport
#> 4886                                                  Pipeline transport
#> 4887                                                  Pipeline transport
#> 4888                                                  Pipeline transport
#> 4889                                                  Pipeline transport
#> 4890                                                  Pipeline transport
#> 4891                                                  Pipeline transport
#> 4892                                                  Pipeline transport
#> 4893                                                  Pipeline transport
#> 4894                                                  Pipeline transport
#> 4895                                                  Pipeline transport
#> 4896                                                  Pipeline transport
#> 4897                                                World marine bunkers
#> 4898                                                World marine bunkers
#> 4899                                                World marine bunkers
#> 4900                                                World marine bunkers
#> 4901                                                World marine bunkers
#> 4902                                                World marine bunkers
#> 4903                                                World marine bunkers
#> 4904                                                World marine bunkers
#> 4905                                                World marine bunkers
#> 4906                                                World marine bunkers
#> 4907                                                World marine bunkers
#> 4908                                                World marine bunkers
#> 4909                                                World marine bunkers
#> 4910                                                World marine bunkers
#> 4911                                                World marine bunkers
#> 4912                                                World marine bunkers
#> 4913                                                World marine bunkers
#> 4914                                                World marine bunkers
#> 4915                                                World marine bunkers
#> 4916                                                World marine bunkers
#> 4917                                                World marine bunkers
#> 4918                                                World marine bunkers
#> 4919                                                World marine bunkers
#> 4920                                                World marine bunkers
#> 4921                                                World marine bunkers
#> 4922                                                World marine bunkers
#> 4923                                                World marine bunkers
#> 4924                                                World marine bunkers
#> 4925                                                World marine bunkers
#> 4926                                                World marine bunkers
#> 4927                                                World marine bunkers
#> 4928                                                World marine bunkers
#> 4929                                                World marine bunkers
#> 4930                                                World marine bunkers
#> 4931                                                World marine bunkers
#> 4932                                                World marine bunkers
#> 4933                                                World marine bunkers
#> 4934                                                World marine bunkers
#> 4935                                                World marine bunkers
#> 4936                                                World marine bunkers
#> 4937                                                World marine bunkers
#> 4938                                                World marine bunkers
#> 4939                                                World marine bunkers
#> 4940                                                World marine bunkers
#> 4941                                                World marine bunkers
#> 4942                                                World marine bunkers
#> 4943                                                World marine bunkers
#> 4944                                                World marine bunkers
#> 4945                                                World marine bunkers
#> 4946                                                World marine bunkers
#> 4947                                                World marine bunkers
#> 4948                                                World marine bunkers
#> 4949                                                World marine bunkers
#> 4950                                                World marine bunkers
#> 4951                                                World marine bunkers
#> 4952                                                World marine bunkers
#> 4953                                                World marine bunkers
#> 4954                                                World marine bunkers
#> 4955                                                World marine bunkers
#> 4956                                                World marine bunkers
#> 4957                                                World marine bunkers
#> 4958                                                World marine bunkers
#> 4959                                                World marine bunkers
#> 4960                                                World marine bunkers
#> 4961                                                World marine bunkers
#> 4962                                                World marine bunkers
#> 4963                                                World marine bunkers
#> 4964                                                World marine bunkers
#> 4965                                                 Domestic navigation
#> 4966                                                 Domestic navigation
#> 4967                                                 Domestic navigation
#> 4968                                                 Domestic navigation
#> 4969                                                 Domestic navigation
#> 4970                                                 Domestic navigation
#> 4971                                                 Domestic navigation
#> 4972                                                 Domestic navigation
#> 4973                                                 Domestic navigation
#> 4974                                                 Domestic navigation
#> 4975                                                 Domestic navigation
#> 4976                                                 Domestic navigation
#> 4977                                                 Domestic navigation
#> 4978                                                 Domestic navigation
#> 4979                                                 Domestic navigation
#> 4980                                                 Domestic navigation
#> 4981                                                 Domestic navigation
#> 4982                                                 Domestic navigation
#> 4983                                                 Domestic navigation
#> 4984                                                 Domestic navigation
#> 4985                                                 Domestic navigation
#> 4986                                                 Domestic navigation
#> 4987                                                 Domestic navigation
#> 4988                                                 Domestic navigation
#> 4989                                                 Domestic navigation
#> 4990                                                 Domestic navigation
#> 4991                                                 Domestic navigation
#> 4992                                                 Domestic navigation
#> 4993                                                 Domestic navigation
#> 4994                                                 Domestic navigation
#> 4995                                                 Domestic navigation
#> 4996                                                 Domestic navigation
#> 4997                                                 Domestic navigation
#> 4998                                                 Domestic navigation
#> 4999                                                 Domestic navigation
#> 5000                                                 Domestic navigation
#> 5001                                                 Domestic navigation
#> 5002                                                 Domestic navigation
#> 5003                                                 Domestic navigation
#> 5004                                                 Domestic navigation
#> 5005                                                 Domestic navigation
#> 5006                                                 Domestic navigation
#> 5007                                                 Domestic navigation
#> 5008                                                 Domestic navigation
#> 5009                                                 Domestic navigation
#> 5010                                                 Domestic navigation
#> 5011                                                 Domestic navigation
#> 5012                                                 Domestic navigation
#> 5013                                                 Domestic navigation
#> 5014                                                 Domestic navigation
#> 5015                                                 Domestic navigation
#> 5016                                                 Domestic navigation
#> 5017                                                 Domestic navigation
#> 5018                                                 Domestic navigation
#> 5019                                                 Domestic navigation
#> 5020                                                 Domestic navigation
#> 5021                                                 Domestic navigation
#> 5022                                                 Domestic navigation
#> 5023                                                 Domestic navigation
#> 5024                                                 Domestic navigation
#> 5025                                                 Domestic navigation
#> 5026                                                 Domestic navigation
#> 5027                                                 Domestic navigation
#> 5028                                                 Domestic navigation
#> 5029                                                 Domestic navigation
#> 5030                                                 Domestic navigation
#> 5031                                                 Domestic navigation
#> 5032                                                 Domestic navigation
#> 5033                                   Transport not elsewhere specified
#> 5034                                   Transport not elsewhere specified
#> 5035                                   Transport not elsewhere specified
#> 5036                                   Transport not elsewhere specified
#> 5037                                   Transport not elsewhere specified
#> 5038                                   Transport not elsewhere specified
#> 5039                                   Transport not elsewhere specified
#> 5040                                   Transport not elsewhere specified
#> 5041                                   Transport not elsewhere specified
#> 5042                                   Transport not elsewhere specified
#> 5043                                   Transport not elsewhere specified
#> 5044                                   Transport not elsewhere specified
#> 5045                                   Transport not elsewhere specified
#> 5046                                   Transport not elsewhere specified
#> 5047                                   Transport not elsewhere specified
#> 5048                                   Transport not elsewhere specified
#> 5049                                   Transport not elsewhere specified
#> 5050                                   Transport not elsewhere specified
#> 5051                                   Transport not elsewhere specified
#> 5052                                   Transport not elsewhere specified
#> 5053                                   Transport not elsewhere specified
#> 5054                                   Transport not elsewhere specified
#> 5055                                   Transport not elsewhere specified
#> 5056                                   Transport not elsewhere specified
#> 5057                                   Transport not elsewhere specified
#> 5058                                   Transport not elsewhere specified
#> 5059                                   Transport not elsewhere specified
#> 5060                                   Transport not elsewhere specified
#> 5061                                   Transport not elsewhere specified
#> 5062                                   Transport not elsewhere specified
#> 5063                                   Transport not elsewhere specified
#> 5064                                   Transport not elsewhere specified
#> 5065                                   Transport not elsewhere specified
#> 5066                                   Transport not elsewhere specified
#> 5067                                   Transport not elsewhere specified
#> 5068                                   Transport not elsewhere specified
#> 5069                                   Transport not elsewhere specified
#> 5070                                   Transport not elsewhere specified
#> 5071                                   Transport not elsewhere specified
#> 5072                                   Transport not elsewhere specified
#> 5073                                   Transport not elsewhere specified
#> 5074                                   Transport not elsewhere specified
#> 5075                                   Transport not elsewhere specified
#> 5076                                   Transport not elsewhere specified
#> 5077                                   Transport not elsewhere specified
#> 5078                                   Transport not elsewhere specified
#> 5079                                   Transport not elsewhere specified
#> 5080                                   Transport not elsewhere specified
#> 5081                                   Transport not elsewhere specified
#> 5082                                   Transport not elsewhere specified
#> 5083                                   Transport not elsewhere specified
#> 5084                                   Transport not elsewhere specified
#> 5085                                   Transport not elsewhere specified
#> 5086                                   Transport not elsewhere specified
#> 5087                                   Transport not elsewhere specified
#> 5088                                   Transport not elsewhere specified
#> 5089                                   Transport not elsewhere specified
#> 5090                                   Transport not elsewhere specified
#> 5091                                   Transport not elsewhere specified
#> 5092                                   Transport not elsewhere specified
#> 5093                                   Transport not elsewhere specified
#> 5094                                   Transport not elsewhere specified
#> 5095                                   Transport not elsewhere specified
#> 5096                                   Transport not elsewhere specified
#> 5097                                   Transport not elsewhere specified
#> 5098                                   Transport not elsewhere specified
#> 5099                                   Transport not elsewhere specified
#> 5100                                   Transport not elsewhere specified
#> 5101                                                         Residential
#> 5102                                                         Residential
#> 5103                                                         Residential
#> 5104                                                         Residential
#> 5105                                                         Residential
#> 5106                                                         Residential
#> 5107                                                         Residential
#> 5108                                                         Residential
#> 5109                                                         Residential
#> 5110                                                         Residential
#> 5111                                                         Residential
#> 5112                                                         Residential
#> 5113                                                         Residential
#> 5114                                                         Residential
#> 5115                                                         Residential
#> 5116                                                         Residential
#> 5117                                                         Residential
#> 5118                                                         Residential
#> 5119                                                         Residential
#> 5120                                                         Residential
#> 5121                                                         Residential
#> 5122                                                         Residential
#> 5123                                                         Residential
#> 5124                                                         Residential
#> 5125                                                         Residential
#> 5126                                                         Residential
#> 5127                                                         Residential
#> 5128                                                         Residential
#> 5129                                                         Residential
#> 5130                                                         Residential
#> 5131                                                         Residential
#> 5132                                                         Residential
#> 5133                                                         Residential
#> 5134                                                         Residential
#> 5135                                                         Residential
#> 5136                                                         Residential
#> 5137                                                         Residential
#> 5138                                                         Residential
#> 5139                                                         Residential
#> 5140                                                         Residential
#> 5141                                                         Residential
#> 5142                                                         Residential
#> 5143                                                         Residential
#> 5144                                                         Residential
#> 5145                                                         Residential
#> 5146                                                         Residential
#> 5147                                                         Residential
#> 5148                                                         Residential
#> 5149                                                         Residential
#> 5150                                                         Residential
#> 5151                                                         Residential
#> 5152                                                         Residential
#> 5153                                                         Residential
#> 5154                                                         Residential
#> 5155                                                         Residential
#> 5156                                                         Residential
#> 5157                                                         Residential
#> 5158                                                         Residential
#> 5159                                                         Residential
#> 5160                                                         Residential
#> 5161                                                         Residential
#> 5162                                                         Residential
#> 5163                                                         Residential
#> 5164                                                         Residential
#> 5165                                                         Residential
#> 5166                                                         Residential
#> 5167                                                         Residential
#> 5168                                                         Residential
#> 5169                                      Commercial and public services
#> 5170                                      Commercial and public services
#> 5171                                      Commercial and public services
#> 5172                                      Commercial and public services
#> 5173                                      Commercial and public services
#> 5174                                      Commercial and public services
#> 5175                                      Commercial and public services
#> 5176                                      Commercial and public services
#> 5177                                      Commercial and public services
#> 5178                                      Commercial and public services
#> 5179                                      Commercial and public services
#> 5180                                      Commercial and public services
#> 5181                                      Commercial and public services
#> 5182                                      Commercial and public services
#> 5183                                      Commercial and public services
#> 5184                                      Commercial and public services
#> 5185                                      Commercial and public services
#> 5186                                      Commercial and public services
#> 5187                                      Commercial and public services
#> 5188                                      Commercial and public services
#> 5189                                      Commercial and public services
#> 5190                                      Commercial and public services
#> 5191                                      Commercial and public services
#> 5192                                      Commercial and public services
#> 5193                                      Commercial and public services
#> 5194                                      Commercial and public services
#> 5195                                      Commercial and public services
#> 5196                                      Commercial and public services
#> 5197                                      Commercial and public services
#> 5198                                      Commercial and public services
#> 5199                                      Commercial and public services
#> 5200                                      Commercial and public services
#> 5201                                      Commercial and public services
#> 5202                                      Commercial and public services
#> 5203                                      Commercial and public services
#> 5204                                      Commercial and public services
#> 5205                                      Commercial and public services
#> 5206                                      Commercial and public services
#> 5207                                      Commercial and public services
#> 5208                                      Commercial and public services
#> 5209                                      Commercial and public services
#> 5210                                      Commercial and public services
#> 5211                                      Commercial and public services
#> 5212                                      Commercial and public services
#> 5213                                      Commercial and public services
#> 5214                                      Commercial and public services
#> 5215                                      Commercial and public services
#> 5216                                      Commercial and public services
#> 5217                                      Commercial and public services
#> 5218                                      Commercial and public services
#> 5219                                      Commercial and public services
#> 5220                                      Commercial and public services
#> 5221                                      Commercial and public services
#> 5222                                      Commercial and public services
#> 5223                                      Commercial and public services
#> 5224                                      Commercial and public services
#> 5225                                      Commercial and public services
#> 5226                                      Commercial and public services
#> 5227                                      Commercial and public services
#> 5228                                      Commercial and public services
#> 5229                                      Commercial and public services
#> 5230                                      Commercial and public services
#> 5231                                      Commercial and public services
#> 5232                                      Commercial and public services
#> 5233                                      Commercial and public services
#> 5234                                      Commercial and public services
#> 5235                                      Commercial and public services
#> 5236                                      Commercial and public services
#> 5237                                                Agriculture/forestry
#> 5238                                                Agriculture/forestry
#> 5239                                                Agriculture/forestry
#> 5240                                                Agriculture/forestry
#> 5241                                                Agriculture/forestry
#> 5242                                                Agriculture/forestry
#> 5243                                                Agriculture/forestry
#> 5244                                                Agriculture/forestry
#> 5245                                                Agriculture/forestry
#> 5246                                                Agriculture/forestry
#> 5247                                                Agriculture/forestry
#> 5248                                                Agriculture/forestry
#> 5249                                                Agriculture/forestry
#> 5250                                                Agriculture/forestry
#> 5251                                                Agriculture/forestry
#> 5252                                                Agriculture/forestry
#> 5253                                                Agriculture/forestry
#> 5254                                                Agriculture/forestry
#> 5255                                                Agriculture/forestry
#> 5256                                                Agriculture/forestry
#> 5257                                                Agriculture/forestry
#> 5258                                                Agriculture/forestry
#> 5259                                                Agriculture/forestry
#> 5260                                                Agriculture/forestry
#> 5261                                                Agriculture/forestry
#> 5262                                                Agriculture/forestry
#> 5263                                                Agriculture/forestry
#> 5264                                                Agriculture/forestry
#> 5265                                                Agriculture/forestry
#> 5266                                                Agriculture/forestry
#> 5267                                                Agriculture/forestry
#> 5268                                                Agriculture/forestry
#> 5269                                                Agriculture/forestry
#> 5270                                                Agriculture/forestry
#> 5271                                                Agriculture/forestry
#> 5272                                                Agriculture/forestry
#> 5273                                                Agriculture/forestry
#> 5274                                                Agriculture/forestry
#> 5275                                                Agriculture/forestry
#> 5276                                                Agriculture/forestry
#> 5277                                                Agriculture/forestry
#> 5278                                                Agriculture/forestry
#> 5279                                                Agriculture/forestry
#> 5280                                                Agriculture/forestry
#> 5281                                                Agriculture/forestry
#> 5282                                                Agriculture/forestry
#> 5283                                                Agriculture/forestry
#> 5284                                                Agriculture/forestry
#> 5285                                                Agriculture/forestry
#> 5286                                                Agriculture/forestry
#> 5287                                                Agriculture/forestry
#> 5288                                                Agriculture/forestry
#> 5289                                                Agriculture/forestry
#> 5290                                                Agriculture/forestry
#> 5291                                                Agriculture/forestry
#> 5292                                                Agriculture/forestry
#> 5293                                                Agriculture/forestry
#> 5294                                                Agriculture/forestry
#> 5295                                                Agriculture/forestry
#> 5296                                                Agriculture/forestry
#> 5297                                                Agriculture/forestry
#> 5298                                                Agriculture/forestry
#> 5299                                                Agriculture/forestry
#> 5300                                                Agriculture/forestry
#> 5301                                                Agriculture/forestry
#> 5302                                                Agriculture/forestry
#> 5303                                                Agriculture/forestry
#> 5304                                                Agriculture/forestry
#> 5305                                                             Fishing
#> 5306                                                             Fishing
#> 5307                                                             Fishing
#> 5308                                                             Fishing
#> 5309                                                             Fishing
#> 5310                                                             Fishing
#> 5311                                                             Fishing
#> 5312                                                             Fishing
#> 5313                                                             Fishing
#> 5314                                                             Fishing
#> 5315                                                             Fishing
#> 5316                                                             Fishing
#> 5317                                                             Fishing
#> 5318                                                             Fishing
#> 5319                                                             Fishing
#> 5320                                                             Fishing
#> 5321                                                             Fishing
#> 5322                                                             Fishing
#> 5323                                                             Fishing
#> 5324                                                             Fishing
#> 5325                                                             Fishing
#> 5326                                                             Fishing
#> 5327                                                             Fishing
#> 5328                                                             Fishing
#> 5329                                                             Fishing
#> 5330                                                             Fishing
#> 5331                                                             Fishing
#> 5332                                                             Fishing
#> 5333                                                             Fishing
#> 5334                                                             Fishing
#> 5335                                                             Fishing
#> 5336                                                             Fishing
#> 5337                                                             Fishing
#> 5338                                                             Fishing
#> 5339                                                             Fishing
#> 5340                                                             Fishing
#> 5341                                                             Fishing
#> 5342                                                             Fishing
#> 5343                                                             Fishing
#> 5344                                                             Fishing
#> 5345                                                             Fishing
#> 5346                                                             Fishing
#> 5347                                                             Fishing
#> 5348                                                             Fishing
#> 5349                                                             Fishing
#> 5350                                                             Fishing
#> 5351                                                             Fishing
#> 5352                                                             Fishing
#> 5353                                                             Fishing
#> 5354                                                             Fishing
#> 5355                                                             Fishing
#> 5356                                                             Fishing
#> 5357                                                             Fishing
#> 5358                                                             Fishing
#> 5359                                                             Fishing
#> 5360                                                             Fishing
#> 5361                                                             Fishing
#> 5362                                                             Fishing
#> 5363                                                             Fishing
#> 5364                                                             Fishing
#> 5365                                                             Fishing
#> 5366                                                             Fishing
#> 5367                                                             Fishing
#> 5368                                                             Fishing
#> 5369                                                             Fishing
#> 5370                                                             Fishing
#> 5371                                                             Fishing
#> 5372                                                             Fishing
#> 5373                           Final consumption not elsewhere specified
#> 5374                           Final consumption not elsewhere specified
#> 5375                           Final consumption not elsewhere specified
#> 5376                           Final consumption not elsewhere specified
#> 5377                           Final consumption not elsewhere specified
#> 5378                           Final consumption not elsewhere specified
#> 5379                           Final consumption not elsewhere specified
#> 5380                           Final consumption not elsewhere specified
#> 5381                           Final consumption not elsewhere specified
#> 5382                           Final consumption not elsewhere specified
#> 5383                           Final consumption not elsewhere specified
#> 5384                           Final consumption not elsewhere specified
#> 5385                           Final consumption not elsewhere specified
#> 5386                           Final consumption not elsewhere specified
#> 5387                           Final consumption not elsewhere specified
#> 5388                           Final consumption not elsewhere specified
#> 5389                           Final consumption not elsewhere specified
#> 5390                           Final consumption not elsewhere specified
#> 5391                           Final consumption not elsewhere specified
#> 5392                           Final consumption not elsewhere specified
#> 5393                           Final consumption not elsewhere specified
#> 5394                           Final consumption not elsewhere specified
#> 5395                           Final consumption not elsewhere specified
#> 5396                           Final consumption not elsewhere specified
#> 5397                           Final consumption not elsewhere specified
#> 5398                           Final consumption not elsewhere specified
#> 5399                           Final consumption not elsewhere specified
#> 5400                           Final consumption not elsewhere specified
#> 5401                           Final consumption not elsewhere specified
#> 5402                           Final consumption not elsewhere specified
#> 5403                           Final consumption not elsewhere specified
#> 5404                           Final consumption not elsewhere specified
#> 5405                           Final consumption not elsewhere specified
#> 5406                           Final consumption not elsewhere specified
#> 5407                           Final consumption not elsewhere specified
#> 5408                           Final consumption not elsewhere specified
#> 5409                           Final consumption not elsewhere specified
#> 5410                           Final consumption not elsewhere specified
#> 5411                           Final consumption not elsewhere specified
#> 5412                           Final consumption not elsewhere specified
#> 5413                           Final consumption not elsewhere specified
#> 5414                           Final consumption not elsewhere specified
#> 5415                           Final consumption not elsewhere specified
#> 5416                           Final consumption not elsewhere specified
#> 5417                           Final consumption not elsewhere specified
#> 5418                           Final consumption not elsewhere specified
#> 5419                           Final consumption not elsewhere specified
#> 5420                           Final consumption not elsewhere specified
#> 5421                           Final consumption not elsewhere specified
#> 5422                           Final consumption not elsewhere specified
#> 5423                           Final consumption not elsewhere specified
#> 5424                           Final consumption not elsewhere specified
#> 5425                           Final consumption not elsewhere specified
#> 5426                           Final consumption not elsewhere specified
#> 5427                           Final consumption not elsewhere specified
#> 5428                           Final consumption not elsewhere specified
#> 5429                           Final consumption not elsewhere specified
#> 5430                           Final consumption not elsewhere specified
#> 5431                           Final consumption not elsewhere specified
#> 5432                           Final consumption not elsewhere specified
#> 5433                           Final consumption not elsewhere specified
#> 5434                           Final consumption not elsewhere specified
#> 5435                           Final consumption not elsewhere specified
#> 5436                           Final consumption not elsewhere specified
#> 5437                           Final consumption not elsewhere specified
#> 5438                           Final consumption not elsewhere specified
#> 5439                           Final consumption not elsewhere specified
#> 5440                           Final consumption not elsewhere specified
#> 5441                                                      Non-energy use
#> 5442                                                      Non-energy use
#> 5443                                                      Non-energy use
#> 5444                                                      Non-energy use
#> 5445                                                      Non-energy use
#> 5446                                                      Non-energy use
#> 5447                                                      Non-energy use
#> 5448                                                      Non-energy use
#> 5449                                                      Non-energy use
#> 5450                                                      Non-energy use
#> 5451                                                      Non-energy use
#> 5452                                                      Non-energy use
#> 5453                                                      Non-energy use
#> 5454                                                      Non-energy use
#> 5455                                                      Non-energy use
#> 5456                                                      Non-energy use
#> 5457                                                      Non-energy use
#> 5458                                                      Non-energy use
#> 5459                                                      Non-energy use
#> 5460                                                      Non-energy use
#> 5461                                                      Non-energy use
#> 5462                                                      Non-energy use
#> 5463                                                      Non-energy use
#> 5464                                                      Non-energy use
#> 5465                                                      Non-energy use
#> 5466                                                      Non-energy use
#> 5467                                                      Non-energy use
#> 5468                                                      Non-energy use
#> 5469                                                      Non-energy use
#> 5470                                                      Non-energy use
#> 5471                                                      Non-energy use
#> 5472                                                      Non-energy use
#> 5473                                                      Non-energy use
#> 5474                                                      Non-energy use
#> 5475                                                      Non-energy use
#> 5476                                                      Non-energy use
#> 5477                                                      Non-energy use
#> 5478                                                      Non-energy use
#> 5479                                                      Non-energy use
#> 5480                                                      Non-energy use
#> 5481                                                      Non-energy use
#> 5482                                                      Non-energy use
#> 5483                                                      Non-energy use
#> 5484                                                      Non-energy use
#> 5485                                                      Non-energy use
#> 5486                                                      Non-energy use
#> 5487                                                      Non-energy use
#> 5488                                                      Non-energy use
#> 5489                                                      Non-energy use
#> 5490                                                      Non-energy use
#> 5491                                                      Non-energy use
#> 5492                                                      Non-energy use
#> 5493                                                      Non-energy use
#> 5494                                                      Non-energy use
#> 5495                                                      Non-energy use
#> 5496                                                      Non-energy use
#> 5497                                                      Non-energy use
#> 5498                                                      Non-energy use
#> 5499                                                      Non-energy use
#> 5500                                                      Non-energy use
#> 5501                                                      Non-energy use
#> 5502                                                      Non-energy use
#> 5503                                                      Non-energy use
#> 5504                                                      Non-energy use
#> 5505                                                      Non-energy use
#> 5506                                                      Non-energy use
#> 5507                                                      Non-energy use
#> 5508                                                      Non-energy use
#> 5509                       Non-energy use industry/transformation/energy
#> 5510                       Non-energy use industry/transformation/energy
#> 5511                       Non-energy use industry/transformation/energy
#> 5512                       Non-energy use industry/transformation/energy
#> 5513                       Non-energy use industry/transformation/energy
#> 5514                       Non-energy use industry/transformation/energy
#> 5515                       Non-energy use industry/transformation/energy
#> 5516                       Non-energy use industry/transformation/energy
#> 5517                       Non-energy use industry/transformation/energy
#> 5518                       Non-energy use industry/transformation/energy
#> 5519                       Non-energy use industry/transformation/energy
#> 5520                       Non-energy use industry/transformation/energy
#> 5521                       Non-energy use industry/transformation/energy
#> 5522                       Non-energy use industry/transformation/energy
#> 5523                       Non-energy use industry/transformation/energy
#> 5524                       Non-energy use industry/transformation/energy
#> 5525                       Non-energy use industry/transformation/energy
#> 5526                       Non-energy use industry/transformation/energy
#> 5527                       Non-energy use industry/transformation/energy
#> 5528                       Non-energy use industry/transformation/energy
#> 5529                       Non-energy use industry/transformation/energy
#> 5530                       Non-energy use industry/transformation/energy
#> 5531                       Non-energy use industry/transformation/energy
#> 5532                       Non-energy use industry/transformation/energy
#> 5533                       Non-energy use industry/transformation/energy
#> 5534                       Non-energy use industry/transformation/energy
#> 5535                       Non-energy use industry/transformation/energy
#> 5536                       Non-energy use industry/transformation/energy
#> 5537                       Non-energy use industry/transformation/energy
#> 5538                       Non-energy use industry/transformation/energy
#> 5539                       Non-energy use industry/transformation/energy
#> 5540                       Non-energy use industry/transformation/energy
#> 5541                       Non-energy use industry/transformation/energy
#> 5542                       Non-energy use industry/transformation/energy
#> 5543                       Non-energy use industry/transformation/energy
#> 5544                       Non-energy use industry/transformation/energy
#> 5545                       Non-energy use industry/transformation/energy
#> 5546                       Non-energy use industry/transformation/energy
#> 5547                       Non-energy use industry/transformation/energy
#> 5548                       Non-energy use industry/transformation/energy
#> 5549                       Non-energy use industry/transformation/energy
#> 5550                       Non-energy use industry/transformation/energy
#> 5551                       Non-energy use industry/transformation/energy
#> 5552                       Non-energy use industry/transformation/energy
#> 5553                       Non-energy use industry/transformation/energy
#> 5554                       Non-energy use industry/transformation/energy
#> 5555                       Non-energy use industry/transformation/energy
#> 5556                       Non-energy use industry/transformation/energy
#> 5557                       Non-energy use industry/transformation/energy
#> 5558                       Non-energy use industry/transformation/energy
#> 5559                       Non-energy use industry/transformation/energy
#> 5560                       Non-energy use industry/transformation/energy
#> 5561                       Non-energy use industry/transformation/energy
#> 5562                       Non-energy use industry/transformation/energy
#> 5563                       Non-energy use industry/transformation/energy
#> 5564                       Non-energy use industry/transformation/energy
#> 5565                       Non-energy use industry/transformation/energy
#> 5566                       Non-energy use industry/transformation/energy
#> 5567                       Non-energy use industry/transformation/energy
#> 5568                       Non-energy use industry/transformation/energy
#> 5569                       Non-energy use industry/transformation/energy
#> 5570                       Non-energy use industry/transformation/energy
#> 5571                       Non-energy use industry/transformation/energy
#> 5572                       Non-energy use industry/transformation/energy
#> 5573                       Non-energy use industry/transformation/energy
#> 5574                       Non-energy use industry/transformation/energy
#> 5575                       Non-energy use industry/transformation/energy
#> 5576                       Non-energy use industry/transformation/energy
#> 5577                                    Memo: Non-energy use in industry
#> 5578                                    Memo: Non-energy use in industry
#> 5579                                    Memo: Non-energy use in industry
#> 5580                                    Memo: Non-energy use in industry
#> 5581                                    Memo: Non-energy use in industry
#> 5582                                    Memo: Non-energy use in industry
#> 5583                                    Memo: Non-energy use in industry
#> 5584                                    Memo: Non-energy use in industry
#> 5585                                    Memo: Non-energy use in industry
#> 5586                                    Memo: Non-energy use in industry
#> 5587                                    Memo: Non-energy use in industry
#> 5588                                    Memo: Non-energy use in industry
#> 5589                                    Memo: Non-energy use in industry
#> 5590                                    Memo: Non-energy use in industry
#> 5591                                    Memo: Non-energy use in industry
#> 5592                                    Memo: Non-energy use in industry
#> 5593                                    Memo: Non-energy use in industry
#> 5594                                    Memo: Non-energy use in industry
#> 5595                                    Memo: Non-energy use in industry
#> 5596                                    Memo: Non-energy use in industry
#> 5597                                    Memo: Non-energy use in industry
#> 5598                                    Memo: Non-energy use in industry
#> 5599                                    Memo: Non-energy use in industry
#> 5600                                    Memo: Non-energy use in industry
#> 5601                                    Memo: Non-energy use in industry
#> 5602                                    Memo: Non-energy use in industry
#> 5603                                    Memo: Non-energy use in industry
#> 5604                                    Memo: Non-energy use in industry
#> 5605                                    Memo: Non-energy use in industry
#> 5606                                    Memo: Non-energy use in industry
#> 5607                                    Memo: Non-energy use in industry
#> 5608                                    Memo: Non-energy use in industry
#> 5609                                    Memo: Non-energy use in industry
#> 5610                                    Memo: Non-energy use in industry
#> 5611                                    Memo: Non-energy use in industry
#> 5612                                    Memo: Non-energy use in industry
#> 5613                                    Memo: Non-energy use in industry
#> 5614                                    Memo: Non-energy use in industry
#> 5615                                    Memo: Non-energy use in industry
#> 5616                                    Memo: Non-energy use in industry
#> 5617                                    Memo: Non-energy use in industry
#> 5618                                    Memo: Non-energy use in industry
#> 5619                                    Memo: Non-energy use in industry
#> 5620                                    Memo: Non-energy use in industry
#> 5621                                    Memo: Non-energy use in industry
#> 5622                                    Memo: Non-energy use in industry
#> 5623                                    Memo: Non-energy use in industry
#> 5624                                    Memo: Non-energy use in industry
#> 5625                                    Memo: Non-energy use in industry
#> 5626                                    Memo: Non-energy use in industry
#> 5627                                    Memo: Non-energy use in industry
#> 5628                                    Memo: Non-energy use in industry
#> 5629                                    Memo: Non-energy use in industry
#> 5630                                    Memo: Non-energy use in industry
#> 5631                                    Memo: Non-energy use in industry
#> 5632                                    Memo: Non-energy use in industry
#> 5633                                    Memo: Non-energy use in industry
#> 5634                                    Memo: Non-energy use in industry
#> 5635                                    Memo: Non-energy use in industry
#> 5636                                    Memo: Non-energy use in industry
#> 5637                                    Memo: Non-energy use in industry
#> 5638                                    Memo: Non-energy use in industry
#> 5639                                    Memo: Non-energy use in industry
#> 5640                                    Memo: Non-energy use in industry
#> 5641                                    Memo: Non-energy use in industry
#> 5642                                    Memo: Non-energy use in industry
#> 5643                                    Memo: Non-energy use in industry
#> 5644                                    Memo: Non-energy use in industry
#> 5645                                Memo: Non-energy use in construction
#> 5646                                Memo: Non-energy use in construction
#> 5647                                Memo: Non-energy use in construction
#> 5648                                Memo: Non-energy use in construction
#> 5649                                Memo: Non-energy use in construction
#> 5650                                Memo: Non-energy use in construction
#> 5651                                Memo: Non-energy use in construction
#> 5652                                Memo: Non-energy use in construction
#> 5653                                Memo: Non-energy use in construction
#> 5654                                Memo: Non-energy use in construction
#> 5655                                Memo: Non-energy use in construction
#> 5656                                Memo: Non-energy use in construction
#> 5657                                Memo: Non-energy use in construction
#> 5658                                Memo: Non-energy use in construction
#> 5659                                Memo: Non-energy use in construction
#> 5660                                Memo: Non-energy use in construction
#> 5661                                Memo: Non-energy use in construction
#> 5662                                Memo: Non-energy use in construction
#> 5663                                Memo: Non-energy use in construction
#> 5664                                Memo: Non-energy use in construction
#> 5665                                Memo: Non-energy use in construction
#> 5666                                Memo: Non-energy use in construction
#> 5667                                Memo: Non-energy use in construction
#> 5668                                Memo: Non-energy use in construction
#> 5669                                Memo: Non-energy use in construction
#> 5670                                Memo: Non-energy use in construction
#> 5671                                Memo: Non-energy use in construction
#> 5672                                Memo: Non-energy use in construction
#> 5673                                Memo: Non-energy use in construction
#> 5674                                Memo: Non-energy use in construction
#> 5675                                Memo: Non-energy use in construction
#> 5676                                Memo: Non-energy use in construction
#> 5677                                Memo: Non-energy use in construction
#> 5678                                Memo: Non-energy use in construction
#> 5679                                Memo: Non-energy use in construction
#> 5680                                Memo: Non-energy use in construction
#> 5681                                Memo: Non-energy use in construction
#> 5682                                Memo: Non-energy use in construction
#> 5683                                Memo: Non-energy use in construction
#> 5684                                Memo: Non-energy use in construction
#> 5685                                Memo: Non-energy use in construction
#> 5686                                Memo: Non-energy use in construction
#> 5687                                Memo: Non-energy use in construction
#> 5688                                Memo: Non-energy use in construction
#> 5689                                Memo: Non-energy use in construction
#> 5690                                Memo: Non-energy use in construction
#> 5691                                Memo: Non-energy use in construction
#> 5692                                Memo: Non-energy use in construction
#> 5693                                Memo: Non-energy use in construction
#> 5694                                Memo: Non-energy use in construction
#> 5695                                Memo: Non-energy use in construction
#> 5696                                Memo: Non-energy use in construction
#> 5697                                Memo: Non-energy use in construction
#> 5698                                Memo: Non-energy use in construction
#> 5699                                Memo: Non-energy use in construction
#> 5700                                Memo: Non-energy use in construction
#> 5701                                Memo: Non-energy use in construction
#> 5702                                Memo: Non-energy use in construction
#> 5703                                Memo: Non-energy use in construction
#> 5704                                Memo: Non-energy use in construction
#> 5705                                Memo: Non-energy use in construction
#> 5706                                Memo: Non-energy use in construction
#> 5707                                Memo: Non-energy use in construction
#> 5708                                Memo: Non-energy use in construction
#> 5709                                Memo: Non-energy use in construction
#> 5710                                Memo: Non-energy use in construction
#> 5711                                Memo: Non-energy use in construction
#> 5712                                Memo: Non-energy use in construction
#> 5713                        Memo: Non-energy use in mining and quarrying
#> 5714                        Memo: Non-energy use in mining and quarrying
#> 5715                        Memo: Non-energy use in mining and quarrying
#> 5716                        Memo: Non-energy use in mining and quarrying
#> 5717                        Memo: Non-energy use in mining and quarrying
#> 5718                        Memo: Non-energy use in mining and quarrying
#> 5719                        Memo: Non-energy use in mining and quarrying
#> 5720                        Memo: Non-energy use in mining and quarrying
#> 5721                        Memo: Non-energy use in mining and quarrying
#> 5722                        Memo: Non-energy use in mining and quarrying
#> 5723                        Memo: Non-energy use in mining and quarrying
#> 5724                        Memo: Non-energy use in mining and quarrying
#> 5725                        Memo: Non-energy use in mining and quarrying
#> 5726                        Memo: Non-energy use in mining and quarrying
#> 5727                        Memo: Non-energy use in mining and quarrying
#> 5728                        Memo: Non-energy use in mining and quarrying
#> 5729                        Memo: Non-energy use in mining and quarrying
#> 5730                        Memo: Non-energy use in mining and quarrying
#> 5731                        Memo: Non-energy use in mining and quarrying
#> 5732                        Memo: Non-energy use in mining and quarrying
#> 5733                        Memo: Non-energy use in mining and quarrying
#> 5734                        Memo: Non-energy use in mining and quarrying
#> 5735                        Memo: Non-energy use in mining and quarrying
#> 5736                        Memo: Non-energy use in mining and quarrying
#> 5737                        Memo: Non-energy use in mining and quarrying
#> 5738                        Memo: Non-energy use in mining and quarrying
#> 5739                        Memo: Non-energy use in mining and quarrying
#> 5740                        Memo: Non-energy use in mining and quarrying
#> 5741                        Memo: Non-energy use in mining and quarrying
#> 5742                        Memo: Non-energy use in mining and quarrying
#> 5743                        Memo: Non-energy use in mining and quarrying
#> 5744                        Memo: Non-energy use in mining and quarrying
#> 5745                        Memo: Non-energy use in mining and quarrying
#> 5746                        Memo: Non-energy use in mining and quarrying
#> 5747                        Memo: Non-energy use in mining and quarrying
#> 5748                        Memo: Non-energy use in mining and quarrying
#> 5749                        Memo: Non-energy use in mining and quarrying
#> 5750                        Memo: Non-energy use in mining and quarrying
#> 5751                        Memo: Non-energy use in mining and quarrying
#> 5752                        Memo: Non-energy use in mining and quarrying
#> 5753                        Memo: Non-energy use in mining and quarrying
#> 5754                        Memo: Non-energy use in mining and quarrying
#> 5755                        Memo: Non-energy use in mining and quarrying
#> 5756                        Memo: Non-energy use in mining and quarrying
#> 5757                        Memo: Non-energy use in mining and quarrying
#> 5758                        Memo: Non-energy use in mining and quarrying
#> 5759                        Memo: Non-energy use in mining and quarrying
#> 5760                        Memo: Non-energy use in mining and quarrying
#> 5761                        Memo: Non-energy use in mining and quarrying
#> 5762                        Memo: Non-energy use in mining and quarrying
#> 5763                        Memo: Non-energy use in mining and quarrying
#> 5764                        Memo: Non-energy use in mining and quarrying
#> 5765                        Memo: Non-energy use in mining and quarrying
#> 5766                        Memo: Non-energy use in mining and quarrying
#> 5767                        Memo: Non-energy use in mining and quarrying
#> 5768                        Memo: Non-energy use in mining and quarrying
#> 5769                        Memo: Non-energy use in mining and quarrying
#> 5770                        Memo: Non-energy use in mining and quarrying
#> 5771                        Memo: Non-energy use in mining and quarrying
#> 5772                        Memo: Non-energy use in mining and quarrying
#> 5773                        Memo: Non-energy use in mining and quarrying
#> 5774                        Memo: Non-energy use in mining and quarrying
#> 5775                        Memo: Non-energy use in mining and quarrying
#> 5776                        Memo: Non-energy use in mining and quarrying
#> 5777                        Memo: Non-energy use in mining and quarrying
#> 5778                        Memo: Non-energy use in mining and quarrying
#> 5779                        Memo: Non-energy use in mining and quarrying
#> 5780                        Memo: Non-energy use in mining and quarrying
#> 5781                              Memo: Non-energy use in iron and steel
#> 5782                              Memo: Non-energy use in iron and steel
#> 5783                              Memo: Non-energy use in iron and steel
#> 5784                              Memo: Non-energy use in iron and steel
#> 5785                              Memo: Non-energy use in iron and steel
#> 5786                              Memo: Non-energy use in iron and steel
#> 5787                              Memo: Non-energy use in iron and steel
#> 5788                              Memo: Non-energy use in iron and steel
#> 5789                              Memo: Non-energy use in iron and steel
#> 5790                              Memo: Non-energy use in iron and steel
#> 5791                              Memo: Non-energy use in iron and steel
#> 5792                              Memo: Non-energy use in iron and steel
#> 5793                              Memo: Non-energy use in iron and steel
#> 5794                              Memo: Non-energy use in iron and steel
#> 5795                              Memo: Non-energy use in iron and steel
#> 5796                              Memo: Non-energy use in iron and steel
#> 5797                              Memo: Non-energy use in iron and steel
#> 5798                              Memo: Non-energy use in iron and steel
#> 5799                              Memo: Non-energy use in iron and steel
#> 5800                              Memo: Non-energy use in iron and steel
#> 5801                              Memo: Non-energy use in iron and steel
#> 5802                              Memo: Non-energy use in iron and steel
#> 5803                              Memo: Non-energy use in iron and steel
#> 5804                              Memo: Non-energy use in iron and steel
#> 5805                              Memo: Non-energy use in iron and steel
#> 5806                              Memo: Non-energy use in iron and steel
#> 5807                              Memo: Non-energy use in iron and steel
#> 5808                              Memo: Non-energy use in iron and steel
#> 5809                              Memo: Non-energy use in iron and steel
#> 5810                              Memo: Non-energy use in iron and steel
#> 5811                              Memo: Non-energy use in iron and steel
#> 5812                              Memo: Non-energy use in iron and steel
#> 5813                              Memo: Non-energy use in iron and steel
#> 5814                              Memo: Non-energy use in iron and steel
#> 5815                              Memo: Non-energy use in iron and steel
#> 5816                              Memo: Non-energy use in iron and steel
#> 5817                              Memo: Non-energy use in iron and steel
#> 5818                              Memo: Non-energy use in iron and steel
#> 5819                              Memo: Non-energy use in iron and steel
#> 5820                              Memo: Non-energy use in iron and steel
#> 5821                              Memo: Non-energy use in iron and steel
#> 5822                              Memo: Non-energy use in iron and steel
#> 5823                              Memo: Non-energy use in iron and steel
#> 5824                              Memo: Non-energy use in iron and steel
#> 5825                              Memo: Non-energy use in iron and steel
#> 5826                              Memo: Non-energy use in iron and steel
#> 5827                              Memo: Non-energy use in iron and steel
#> 5828                              Memo: Non-energy use in iron and steel
#> 5829                              Memo: Non-energy use in iron and steel
#> 5830                              Memo: Non-energy use in iron and steel
#> 5831                              Memo: Non-energy use in iron and steel
#> 5832                              Memo: Non-energy use in iron and steel
#> 5833                              Memo: Non-energy use in iron and steel
#> 5834                              Memo: Non-energy use in iron and steel
#> 5835                              Memo: Non-energy use in iron and steel
#> 5836                              Memo: Non-energy use in iron and steel
#> 5837                              Memo: Non-energy use in iron and steel
#> 5838                              Memo: Non-energy use in iron and steel
#> 5839                              Memo: Non-energy use in iron and steel
#> 5840                              Memo: Non-energy use in iron and steel
#> 5841                              Memo: Non-energy use in iron and steel
#> 5842                              Memo: Non-energy use in iron and steel
#> 5843                              Memo: Non-energy use in iron and steel
#> 5844                              Memo: Non-energy use in iron and steel
#> 5845                              Memo: Non-energy use in iron and steel
#> 5846                              Memo: Non-energy use in iron and steel
#> 5847                              Memo: Non-energy use in iron and steel
#> 5848                              Memo: Non-energy use in iron and steel
#> 5849                      Memo: Non-energy use in chemical/petrochemical
#> 5850                      Memo: Non-energy use in chemical/petrochemical
#> 5851                      Memo: Non-energy use in chemical/petrochemical
#> 5852                      Memo: Non-energy use in chemical/petrochemical
#> 5853                      Memo: Non-energy use in chemical/petrochemical
#> 5854                      Memo: Non-energy use in chemical/petrochemical
#> 5855                      Memo: Non-energy use in chemical/petrochemical
#> 5856                      Memo: Non-energy use in chemical/petrochemical
#> 5857                      Memo: Non-energy use in chemical/petrochemical
#> 5858                      Memo: Non-energy use in chemical/petrochemical
#> 5859                      Memo: Non-energy use in chemical/petrochemical
#> 5860                      Memo: Non-energy use in chemical/petrochemical
#> 5861                      Memo: Non-energy use in chemical/petrochemical
#> 5862                      Memo: Non-energy use in chemical/petrochemical
#> 5863                      Memo: Non-energy use in chemical/petrochemical
#> 5864                      Memo: Non-energy use in chemical/petrochemical
#> 5865                      Memo: Non-energy use in chemical/petrochemical
#> 5866                      Memo: Non-energy use in chemical/petrochemical
#> 5867                      Memo: Non-energy use in chemical/petrochemical
#> 5868                      Memo: Non-energy use in chemical/petrochemical
#> 5869                      Memo: Non-energy use in chemical/petrochemical
#> 5870                      Memo: Non-energy use in chemical/petrochemical
#> 5871                      Memo: Non-energy use in chemical/petrochemical
#> 5872                      Memo: Non-energy use in chemical/petrochemical
#> 5873                      Memo: Non-energy use in chemical/petrochemical
#> 5874                      Memo: Non-energy use in chemical/petrochemical
#> 5875                      Memo: Non-energy use in chemical/petrochemical
#> 5876                      Memo: Non-energy use in chemical/petrochemical
#> 5877                      Memo: Non-energy use in chemical/petrochemical
#> 5878                      Memo: Non-energy use in chemical/petrochemical
#> 5879                      Memo: Non-energy use in chemical/petrochemical
#> 5880                      Memo: Non-energy use in chemical/petrochemical
#> 5881                      Memo: Non-energy use in chemical/petrochemical
#> 5882                      Memo: Non-energy use in chemical/petrochemical
#> 5883                      Memo: Non-energy use in chemical/petrochemical
#> 5884                      Memo: Non-energy use in chemical/petrochemical
#> 5885                      Memo: Non-energy use in chemical/petrochemical
#> 5886                      Memo: Non-energy use in chemical/petrochemical
#> 5887                      Memo: Non-energy use in chemical/petrochemical
#> 5888                      Memo: Non-energy use in chemical/petrochemical
#> 5889                      Memo: Non-energy use in chemical/petrochemical
#> 5890                      Memo: Non-energy use in chemical/petrochemical
#> 5891                      Memo: Non-energy use in chemical/petrochemical
#> 5892                      Memo: Non-energy use in chemical/petrochemical
#> 5893                      Memo: Non-energy use in chemical/petrochemical
#> 5894                      Memo: Non-energy use in chemical/petrochemical
#> 5895                      Memo: Non-energy use in chemical/petrochemical
#> 5896                      Memo: Non-energy use in chemical/petrochemical
#> 5897                      Memo: Non-energy use in chemical/petrochemical
#> 5898                      Memo: Non-energy use in chemical/petrochemical
#> 5899                      Memo: Non-energy use in chemical/petrochemical
#> 5900                      Memo: Non-energy use in chemical/petrochemical
#> 5901                      Memo: Non-energy use in chemical/petrochemical
#> 5902                      Memo: Non-energy use in chemical/petrochemical
#> 5903                      Memo: Non-energy use in chemical/petrochemical
#> 5904                      Memo: Non-energy use in chemical/petrochemical
#> 5905                      Memo: Non-energy use in chemical/petrochemical
#> 5906                      Memo: Non-energy use in chemical/petrochemical
#> 5907                      Memo: Non-energy use in chemical/petrochemical
#> 5908                      Memo: Non-energy use in chemical/petrochemical
#> 5909                      Memo: Non-energy use in chemical/petrochemical
#> 5910                      Memo: Non-energy use in chemical/petrochemical
#> 5911                      Memo: Non-energy use in chemical/petrochemical
#> 5912                      Memo: Non-energy use in chemical/petrochemical
#> 5913                      Memo: Non-energy use in chemical/petrochemical
#> 5914                      Memo: Non-energy use in chemical/petrochemical
#> 5915                      Memo: Non-energy use in chemical/petrochemical
#> 5916                      Memo: Non-energy use in chemical/petrochemical
#> 5917                          Memo: Non-energy use in non-ferrous metals
#> 5918                          Memo: Non-energy use in non-ferrous metals
#> 5919                          Memo: Non-energy use in non-ferrous metals
#> 5920                          Memo: Non-energy use in non-ferrous metals
#> 5921                          Memo: Non-energy use in non-ferrous metals
#> 5922                          Memo: Non-energy use in non-ferrous metals
#> 5923                          Memo: Non-energy use in non-ferrous metals
#> 5924                          Memo: Non-energy use in non-ferrous metals
#> 5925                          Memo: Non-energy use in non-ferrous metals
#> 5926                          Memo: Non-energy use in non-ferrous metals
#> 5927                          Memo: Non-energy use in non-ferrous metals
#> 5928                          Memo: Non-energy use in non-ferrous metals
#> 5929                          Memo: Non-energy use in non-ferrous metals
#> 5930                          Memo: Non-energy use in non-ferrous metals
#> 5931                          Memo: Non-energy use in non-ferrous metals
#> 5932                          Memo: Non-energy use in non-ferrous metals
#> 5933                          Memo: Non-energy use in non-ferrous metals
#> 5934                          Memo: Non-energy use in non-ferrous metals
#> 5935                          Memo: Non-energy use in non-ferrous metals
#> 5936                          Memo: Non-energy use in non-ferrous metals
#> 5937                          Memo: Non-energy use in non-ferrous metals
#> 5938                          Memo: Non-energy use in non-ferrous metals
#> 5939                          Memo: Non-energy use in non-ferrous metals
#> 5940                          Memo: Non-energy use in non-ferrous metals
#> 5941                          Memo: Non-energy use in non-ferrous metals
#> 5942                          Memo: Non-energy use in non-ferrous metals
#> 5943                          Memo: Non-energy use in non-ferrous metals
#> 5944                          Memo: Non-energy use in non-ferrous metals
#> 5945                          Memo: Non-energy use in non-ferrous metals
#> 5946                          Memo: Non-energy use in non-ferrous metals
#> 5947                          Memo: Non-energy use in non-ferrous metals
#> 5948                          Memo: Non-energy use in non-ferrous metals
#> 5949                          Memo: Non-energy use in non-ferrous metals
#> 5950                          Memo: Non-energy use in non-ferrous metals
#> 5951                          Memo: Non-energy use in non-ferrous metals
#> 5952                          Memo: Non-energy use in non-ferrous metals
#> 5953                          Memo: Non-energy use in non-ferrous metals
#> 5954                          Memo: Non-energy use in non-ferrous metals
#> 5955                          Memo: Non-energy use in non-ferrous metals
#> 5956                          Memo: Non-energy use in non-ferrous metals
#> 5957                          Memo: Non-energy use in non-ferrous metals
#> 5958                          Memo: Non-energy use in non-ferrous metals
#> 5959                          Memo: Non-energy use in non-ferrous metals
#> 5960                          Memo: Non-energy use in non-ferrous metals
#> 5961                          Memo: Non-energy use in non-ferrous metals
#> 5962                          Memo: Non-energy use in non-ferrous metals
#> 5963                          Memo: Non-energy use in non-ferrous metals
#> 5964                          Memo: Non-energy use in non-ferrous metals
#> 5965                          Memo: Non-energy use in non-ferrous metals
#> 5966                          Memo: Non-energy use in non-ferrous metals
#> 5967                          Memo: Non-energy use in non-ferrous metals
#> 5968                          Memo: Non-energy use in non-ferrous metals
#> 5969                          Memo: Non-energy use in non-ferrous metals
#> 5970                          Memo: Non-energy use in non-ferrous metals
#> 5971                          Memo: Non-energy use in non-ferrous metals
#> 5972                          Memo: Non-energy use in non-ferrous metals
#> 5973                          Memo: Non-energy use in non-ferrous metals
#> 5974                          Memo: Non-energy use in non-ferrous metals
#> 5975                          Memo: Non-energy use in non-ferrous metals
#> 5976                          Memo: Non-energy use in non-ferrous metals
#> 5977                          Memo: Non-energy use in non-ferrous metals
#> 5978                          Memo: Non-energy use in non-ferrous metals
#> 5979                          Memo: Non-energy use in non-ferrous metals
#> 5980                          Memo: Non-energy use in non-ferrous metals
#> 5981                          Memo: Non-energy use in non-ferrous metals
#> 5982                          Memo: Non-energy use in non-ferrous metals
#> 5983                          Memo: Non-energy use in non-ferrous metals
#> 5984                          Memo: Non-energy use in non-ferrous metals
#> 5985                       Memo: Non-energy use in non-metallic minerals
#> 5986                       Memo: Non-energy use in non-metallic minerals
#> 5987                       Memo: Non-energy use in non-metallic minerals
#> 5988                       Memo: Non-energy use in non-metallic minerals
#> 5989                       Memo: Non-energy use in non-metallic minerals
#> 5990                       Memo: Non-energy use in non-metallic minerals
#> 5991                       Memo: Non-energy use in non-metallic minerals
#> 5992                       Memo: Non-energy use in non-metallic minerals
#> 5993                       Memo: Non-energy use in non-metallic minerals
#> 5994                       Memo: Non-energy use in non-metallic minerals
#> 5995                       Memo: Non-energy use in non-metallic minerals
#> 5996                       Memo: Non-energy use in non-metallic minerals
#> 5997                       Memo: Non-energy use in non-metallic minerals
#> 5998                       Memo: Non-energy use in non-metallic minerals
#> 5999                       Memo: Non-energy use in non-metallic minerals
#> 6000                       Memo: Non-energy use in non-metallic minerals
#> 6001                       Memo: Non-energy use in non-metallic minerals
#> 6002                       Memo: Non-energy use in non-metallic minerals
#> 6003                       Memo: Non-energy use in non-metallic minerals
#> 6004                       Memo: Non-energy use in non-metallic minerals
#> 6005                       Memo: Non-energy use in non-metallic minerals
#> 6006                       Memo: Non-energy use in non-metallic minerals
#> 6007                       Memo: Non-energy use in non-metallic minerals
#> 6008                       Memo: Non-energy use in non-metallic minerals
#> 6009                       Memo: Non-energy use in non-metallic minerals
#> 6010                       Memo: Non-energy use in non-metallic minerals
#> 6011                       Memo: Non-energy use in non-metallic minerals
#> 6012                       Memo: Non-energy use in non-metallic minerals
#> 6013                       Memo: Non-energy use in non-metallic minerals
#> 6014                       Memo: Non-energy use in non-metallic minerals
#> 6015                       Memo: Non-energy use in non-metallic minerals
#> 6016                       Memo: Non-energy use in non-metallic minerals
#> 6017                       Memo: Non-energy use in non-metallic minerals
#> 6018                       Memo: Non-energy use in non-metallic minerals
#> 6019                       Memo: Non-energy use in non-metallic minerals
#> 6020                       Memo: Non-energy use in non-metallic minerals
#> 6021                       Memo: Non-energy use in non-metallic minerals
#> 6022                       Memo: Non-energy use in non-metallic minerals
#> 6023                       Memo: Non-energy use in non-metallic minerals
#> 6024                       Memo: Non-energy use in non-metallic minerals
#> 6025                       Memo: Non-energy use in non-metallic minerals
#> 6026                       Memo: Non-energy use in non-metallic minerals
#> 6027                       Memo: Non-energy use in non-metallic minerals
#> 6028                       Memo: Non-energy use in non-metallic minerals
#> 6029                       Memo: Non-energy use in non-metallic minerals
#> 6030                       Memo: Non-energy use in non-metallic minerals
#> 6031                       Memo: Non-energy use in non-metallic minerals
#> 6032                       Memo: Non-energy use in non-metallic minerals
#> 6033                       Memo: Non-energy use in non-metallic minerals
#> 6034                       Memo: Non-energy use in non-metallic minerals
#> 6035                       Memo: Non-energy use in non-metallic minerals
#> 6036                       Memo: Non-energy use in non-metallic minerals
#> 6037                       Memo: Non-energy use in non-metallic minerals
#> 6038                       Memo: Non-energy use in non-metallic minerals
#> 6039                       Memo: Non-energy use in non-metallic minerals
#> 6040                       Memo: Non-energy use in non-metallic minerals
#> 6041                       Memo: Non-energy use in non-metallic minerals
#> 6042                       Memo: Non-energy use in non-metallic minerals
#> 6043                       Memo: Non-energy use in non-metallic minerals
#> 6044                       Memo: Non-energy use in non-metallic minerals
#> 6045                       Memo: Non-energy use in non-metallic minerals
#> 6046                       Memo: Non-energy use in non-metallic minerals
#> 6047                       Memo: Non-energy use in non-metallic minerals
#> 6048                       Memo: Non-energy use in non-metallic minerals
#> 6049                       Memo: Non-energy use in non-metallic minerals
#> 6050                       Memo: Non-energy use in non-metallic minerals
#> 6051                       Memo: Non-energy use in non-metallic minerals
#> 6052                       Memo: Non-energy use in non-metallic minerals
#> 6053                         Memo: Non-energy use in transport equipment
#> 6054                         Memo: Non-energy use in transport equipment
#> 6055                         Memo: Non-energy use in transport equipment
#> 6056                         Memo: Non-energy use in transport equipment
#> 6057                         Memo: Non-energy use in transport equipment
#> 6058                         Memo: Non-energy use in transport equipment
#> 6059                         Memo: Non-energy use in transport equipment
#> 6060                         Memo: Non-energy use in transport equipment
#> 6061                         Memo: Non-energy use in transport equipment
#> 6062                         Memo: Non-energy use in transport equipment
#> 6063                         Memo: Non-energy use in transport equipment
#> 6064                         Memo: Non-energy use in transport equipment
#> 6065                         Memo: Non-energy use in transport equipment
#> 6066                         Memo: Non-energy use in transport equipment
#> 6067                         Memo: Non-energy use in transport equipment
#> 6068                         Memo: Non-energy use in transport equipment
#> 6069                         Memo: Non-energy use in transport equipment
#> 6070                         Memo: Non-energy use in transport equipment
#> 6071                         Memo: Non-energy use in transport equipment
#> 6072                         Memo: Non-energy use in transport equipment
#> 6073                         Memo: Non-energy use in transport equipment
#> 6074                         Memo: Non-energy use in transport equipment
#> 6075                         Memo: Non-energy use in transport equipment
#> 6076                         Memo: Non-energy use in transport equipment
#> 6077                         Memo: Non-energy use in transport equipment
#> 6078                         Memo: Non-energy use in transport equipment
#> 6079                         Memo: Non-energy use in transport equipment
#> 6080                         Memo: Non-energy use in transport equipment
#> 6081                         Memo: Non-energy use in transport equipment
#> 6082                         Memo: Non-energy use in transport equipment
#> 6083                         Memo: Non-energy use in transport equipment
#> 6084                         Memo: Non-energy use in transport equipment
#> 6085                         Memo: Non-energy use in transport equipment
#> 6086                         Memo: Non-energy use in transport equipment
#> 6087                         Memo: Non-energy use in transport equipment
#> 6088                         Memo: Non-energy use in transport equipment
#> 6089                         Memo: Non-energy use in transport equipment
#> 6090                         Memo: Non-energy use in transport equipment
#> 6091                         Memo: Non-energy use in transport equipment
#> 6092                         Memo: Non-energy use in transport equipment
#> 6093                         Memo: Non-energy use in transport equipment
#> 6094                         Memo: Non-energy use in transport equipment
#> 6095                         Memo: Non-energy use in transport equipment
#> 6096                         Memo: Non-energy use in transport equipment
#> 6097                         Memo: Non-energy use in transport equipment
#> 6098                         Memo: Non-energy use in transport equipment
#> 6099                         Memo: Non-energy use in transport equipment
#> 6100                         Memo: Non-energy use in transport equipment
#> 6101                         Memo: Non-energy use in transport equipment
#> 6102                         Memo: Non-energy use in transport equipment
#> 6103                         Memo: Non-energy use in transport equipment
#> 6104                         Memo: Non-energy use in transport equipment
#> 6105                         Memo: Non-energy use in transport equipment
#> 6106                         Memo: Non-energy use in transport equipment
#> 6107                         Memo: Non-energy use in transport equipment
#> 6108                         Memo: Non-energy use in transport equipment
#> 6109                         Memo: Non-energy use in transport equipment
#> 6110                         Memo: Non-energy use in transport equipment
#> 6111                         Memo: Non-energy use in transport equipment
#> 6112                         Memo: Non-energy use in transport equipment
#> 6113                         Memo: Non-energy use in transport equipment
#> 6114                         Memo: Non-energy use in transport equipment
#> 6115                         Memo: Non-energy use in transport equipment
#> 6116                         Memo: Non-energy use in transport equipment
#> 6117                         Memo: Non-energy use in transport equipment
#> 6118                         Memo: Non-energy use in transport equipment
#> 6119                         Memo: Non-energy use in transport equipment
#> 6120                         Memo: Non-energy use in transport equipment
#> 6121                                   Memo: Non-energy use in machinery
#> 6122                                   Memo: Non-energy use in machinery
#> 6123                                   Memo: Non-energy use in machinery
#> 6124                                   Memo: Non-energy use in machinery
#> 6125                                   Memo: Non-energy use in machinery
#> 6126                                   Memo: Non-energy use in machinery
#> 6127                                   Memo: Non-energy use in machinery
#> 6128                                   Memo: Non-energy use in machinery
#> 6129                                   Memo: Non-energy use in machinery
#> 6130                                   Memo: Non-energy use in machinery
#> 6131                                   Memo: Non-energy use in machinery
#> 6132                                   Memo: Non-energy use in machinery
#> 6133                                   Memo: Non-energy use in machinery
#> 6134                                   Memo: Non-energy use in machinery
#> 6135                                   Memo: Non-energy use in machinery
#> 6136                                   Memo: Non-energy use in machinery
#> 6137                                   Memo: Non-energy use in machinery
#> 6138                                   Memo: Non-energy use in machinery
#> 6139                                   Memo: Non-energy use in machinery
#> 6140                                   Memo: Non-energy use in machinery
#> 6141                                   Memo: Non-energy use in machinery
#> 6142                                   Memo: Non-energy use in machinery
#> 6143                                   Memo: Non-energy use in machinery
#> 6144                                   Memo: Non-energy use in machinery
#> 6145                                   Memo: Non-energy use in machinery
#> 6146                                   Memo: Non-energy use in machinery
#> 6147                                   Memo: Non-energy use in machinery
#> 6148                                   Memo: Non-energy use in machinery
#> 6149                                   Memo: Non-energy use in machinery
#> 6150                                   Memo: Non-energy use in machinery
#> 6151                                   Memo: Non-energy use in machinery
#> 6152                                   Memo: Non-energy use in machinery
#> 6153                                   Memo: Non-energy use in machinery
#> 6154                                   Memo: Non-energy use in machinery
#> 6155                                   Memo: Non-energy use in machinery
#> 6156                                   Memo: Non-energy use in machinery
#> 6157                                   Memo: Non-energy use in machinery
#> 6158                                   Memo: Non-energy use in machinery
#> 6159                                   Memo: Non-energy use in machinery
#> 6160                                   Memo: Non-energy use in machinery
#> 6161                                   Memo: Non-energy use in machinery
#> 6162                                   Memo: Non-energy use in machinery
#> 6163                                   Memo: Non-energy use in machinery
#> 6164                                   Memo: Non-energy use in machinery
#> 6165                                   Memo: Non-energy use in machinery
#> 6166                                   Memo: Non-energy use in machinery
#> 6167                                   Memo: Non-energy use in machinery
#> 6168                                   Memo: Non-energy use in machinery
#> 6169                                   Memo: Non-energy use in machinery
#> 6170                                   Memo: Non-energy use in machinery
#> 6171                                   Memo: Non-energy use in machinery
#> 6172                                   Memo: Non-energy use in machinery
#> 6173                                   Memo: Non-energy use in machinery
#> 6174                                   Memo: Non-energy use in machinery
#> 6175                                   Memo: Non-energy use in machinery
#> 6176                                   Memo: Non-energy use in machinery
#> 6177                                   Memo: Non-energy use in machinery
#> 6178                                   Memo: Non-energy use in machinery
#> 6179                                   Memo: Non-energy use in machinery
#> 6180                                   Memo: Non-energy use in machinery
#> 6181                                   Memo: Non-energy use in machinery
#> 6182                                   Memo: Non-energy use in machinery
#> 6183                                   Memo: Non-energy use in machinery
#> 6184                                   Memo: Non-energy use in machinery
#> 6185                                   Memo: Non-energy use in machinery
#> 6186                                   Memo: Non-energy use in machinery
#> 6187                                   Memo: Non-energy use in machinery
#> 6188                                   Memo: Non-energy use in machinery
#> 6189                      Memo: Non-energy use in food/beverages/tobacco
#> 6190                      Memo: Non-energy use in food/beverages/tobacco
#> 6191                      Memo: Non-energy use in food/beverages/tobacco
#> 6192                      Memo: Non-energy use in food/beverages/tobacco
#> 6193                      Memo: Non-energy use in food/beverages/tobacco
#> 6194                      Memo: Non-energy use in food/beverages/tobacco
#> 6195                      Memo: Non-energy use in food/beverages/tobacco
#> 6196                      Memo: Non-energy use in food/beverages/tobacco
#> 6197                      Memo: Non-energy use in food/beverages/tobacco
#> 6198                      Memo: Non-energy use in food/beverages/tobacco
#> 6199                      Memo: Non-energy use in food/beverages/tobacco
#> 6200                      Memo: Non-energy use in food/beverages/tobacco
#> 6201                      Memo: Non-energy use in food/beverages/tobacco
#> 6202                      Memo: Non-energy use in food/beverages/tobacco
#> 6203                      Memo: Non-energy use in food/beverages/tobacco
#> 6204                      Memo: Non-energy use in food/beverages/tobacco
#> 6205                      Memo: Non-energy use in food/beverages/tobacco
#> 6206                      Memo: Non-energy use in food/beverages/tobacco
#> 6207                      Memo: Non-energy use in food/beverages/tobacco
#> 6208                      Memo: Non-energy use in food/beverages/tobacco
#> 6209                      Memo: Non-energy use in food/beverages/tobacco
#> 6210                      Memo: Non-energy use in food/beverages/tobacco
#> 6211                      Memo: Non-energy use in food/beverages/tobacco
#> 6212                      Memo: Non-energy use in food/beverages/tobacco
#> 6213                      Memo: Non-energy use in food/beverages/tobacco
#> 6214                      Memo: Non-energy use in food/beverages/tobacco
#> 6215                      Memo: Non-energy use in food/beverages/tobacco
#> 6216                      Memo: Non-energy use in food/beverages/tobacco
#> 6217                      Memo: Non-energy use in food/beverages/tobacco
#> 6218                      Memo: Non-energy use in food/beverages/tobacco
#> 6219                      Memo: Non-energy use in food/beverages/tobacco
#> 6220                      Memo: Non-energy use in food/beverages/tobacco
#> 6221                      Memo: Non-energy use in food/beverages/tobacco
#> 6222                      Memo: Non-energy use in food/beverages/tobacco
#> 6223                      Memo: Non-energy use in food/beverages/tobacco
#> 6224                      Memo: Non-energy use in food/beverages/tobacco
#> 6225                      Memo: Non-energy use in food/beverages/tobacco
#> 6226                      Memo: Non-energy use in food/beverages/tobacco
#> 6227                      Memo: Non-energy use in food/beverages/tobacco
#> 6228                      Memo: Non-energy use in food/beverages/tobacco
#> 6229                      Memo: Non-energy use in food/beverages/tobacco
#> 6230                      Memo: Non-energy use in food/beverages/tobacco
#> 6231                      Memo: Non-energy use in food/beverages/tobacco
#> 6232                      Memo: Non-energy use in food/beverages/tobacco
#> 6233                      Memo: Non-energy use in food/beverages/tobacco
#> 6234                      Memo: Non-energy use in food/beverages/tobacco
#> 6235                      Memo: Non-energy use in food/beverages/tobacco
#> 6236                      Memo: Non-energy use in food/beverages/tobacco
#> 6237                      Memo: Non-energy use in food/beverages/tobacco
#> 6238                      Memo: Non-energy use in food/beverages/tobacco
#> 6239                      Memo: Non-energy use in food/beverages/tobacco
#> 6240                      Memo: Non-energy use in food/beverages/tobacco
#> 6241                      Memo: Non-energy use in food/beverages/tobacco
#> 6242                      Memo: Non-energy use in food/beverages/tobacco
#> 6243                      Memo: Non-energy use in food/beverages/tobacco
#> 6244                      Memo: Non-energy use in food/beverages/tobacco
#> 6245                      Memo: Non-energy use in food/beverages/tobacco
#> 6246                      Memo: Non-energy use in food/beverages/tobacco
#> 6247                      Memo: Non-energy use in food/beverages/tobacco
#> 6248                      Memo: Non-energy use in food/beverages/tobacco
#> 6249                      Memo: Non-energy use in food/beverages/tobacco
#> 6250                      Memo: Non-energy use in food/beverages/tobacco
#> 6251                      Memo: Non-energy use in food/beverages/tobacco
#> 6252                      Memo: Non-energy use in food/beverages/tobacco
#> 6253                      Memo: Non-energy use in food/beverages/tobacco
#> 6254                      Memo: Non-energy use in food/beverages/tobacco
#> 6255                      Memo: Non-energy use in food/beverages/tobacco
#> 6256                      Memo: Non-energy use in food/beverages/tobacco
#> 6257                     Memo: Non-energy use in paper/pulp and printing
#> 6258                     Memo: Non-energy use in paper/pulp and printing
#> 6259                     Memo: Non-energy use in paper/pulp and printing
#> 6260                     Memo: Non-energy use in paper/pulp and printing
#> 6261                     Memo: Non-energy use in paper/pulp and printing
#> 6262                     Memo: Non-energy use in paper/pulp and printing
#> 6263                     Memo: Non-energy use in paper/pulp and printing
#> 6264                     Memo: Non-energy use in paper/pulp and printing
#> 6265                     Memo: Non-energy use in paper/pulp and printing
#> 6266                     Memo: Non-energy use in paper/pulp and printing
#> 6267                     Memo: Non-energy use in paper/pulp and printing
#> 6268                     Memo: Non-energy use in paper/pulp and printing
#> 6269                     Memo: Non-energy use in paper/pulp and printing
#> 6270                     Memo: Non-energy use in paper/pulp and printing
#> 6271                     Memo: Non-energy use in paper/pulp and printing
#> 6272                     Memo: Non-energy use in paper/pulp and printing
#> 6273                     Memo: Non-energy use in paper/pulp and printing
#> 6274                     Memo: Non-energy use in paper/pulp and printing
#> 6275                     Memo: Non-energy use in paper/pulp and printing
#> 6276                     Memo: Non-energy use in paper/pulp and printing
#> 6277                     Memo: Non-energy use in paper/pulp and printing
#> 6278                     Memo: Non-energy use in paper/pulp and printing
#> 6279                     Memo: Non-energy use in paper/pulp and printing
#> 6280                     Memo: Non-energy use in paper/pulp and printing
#> 6281                     Memo: Non-energy use in paper/pulp and printing
#> 6282                     Memo: Non-energy use in paper/pulp and printing
#> 6283                     Memo: Non-energy use in paper/pulp and printing
#> 6284                     Memo: Non-energy use in paper/pulp and printing
#> 6285                     Memo: Non-energy use in paper/pulp and printing
#> 6286                     Memo: Non-energy use in paper/pulp and printing
#> 6287                     Memo: Non-energy use in paper/pulp and printing
#> 6288                     Memo: Non-energy use in paper/pulp and printing
#> 6289                     Memo: Non-energy use in paper/pulp and printing
#> 6290                     Memo: Non-energy use in paper/pulp and printing
#> 6291                     Memo: Non-energy use in paper/pulp and printing
#> 6292                     Memo: Non-energy use in paper/pulp and printing
#> 6293                     Memo: Non-energy use in paper/pulp and printing
#> 6294                     Memo: Non-energy use in paper/pulp and printing
#> 6295                     Memo: Non-energy use in paper/pulp and printing
#> 6296                     Memo: Non-energy use in paper/pulp and printing
#> 6297                     Memo: Non-energy use in paper/pulp and printing
#> 6298                     Memo: Non-energy use in paper/pulp and printing
#> 6299                     Memo: Non-energy use in paper/pulp and printing
#> 6300                     Memo: Non-energy use in paper/pulp and printing
#> 6301                     Memo: Non-energy use in paper/pulp and printing
#> 6302                     Memo: Non-energy use in paper/pulp and printing
#> 6303                     Memo: Non-energy use in paper/pulp and printing
#> 6304                     Memo: Non-energy use in paper/pulp and printing
#> 6305                     Memo: Non-energy use in paper/pulp and printing
#> 6306                     Memo: Non-energy use in paper/pulp and printing
#> 6307                     Memo: Non-energy use in paper/pulp and printing
#> 6308                     Memo: Non-energy use in paper/pulp and printing
#> 6309                     Memo: Non-energy use in paper/pulp and printing
#> 6310                     Memo: Non-energy use in paper/pulp and printing
#> 6311                     Memo: Non-energy use in paper/pulp and printing
#> 6312                     Memo: Non-energy use in paper/pulp and printing
#> 6313                     Memo: Non-energy use in paper/pulp and printing
#> 6314                     Memo: Non-energy use in paper/pulp and printing
#> 6315                     Memo: Non-energy use in paper/pulp and printing
#> 6316                     Memo: Non-energy use in paper/pulp and printing
#> 6317                     Memo: Non-energy use in paper/pulp and printing
#> 6318                     Memo: Non-energy use in paper/pulp and printing
#> 6319                     Memo: Non-energy use in paper/pulp and printing
#> 6320                     Memo: Non-energy use in paper/pulp and printing
#> 6321                     Memo: Non-energy use in paper/pulp and printing
#> 6322                     Memo: Non-energy use in paper/pulp and printing
#> 6323                     Memo: Non-energy use in paper/pulp and printing
#> 6324                     Memo: Non-energy use in paper/pulp and printing
#> 6325                      Memo: Non-energy use in wood and wood products
#> 6326                      Memo: Non-energy use in wood and wood products
#> 6327                      Memo: Non-energy use in wood and wood products
#> 6328                      Memo: Non-energy use in wood and wood products
#> 6329                      Memo: Non-energy use in wood and wood products
#> 6330                      Memo: Non-energy use in wood and wood products
#> 6331                      Memo: Non-energy use in wood and wood products
#> 6332                      Memo: Non-energy use in wood and wood products
#> 6333                      Memo: Non-energy use in wood and wood products
#> 6334                      Memo: Non-energy use in wood and wood products
#> 6335                      Memo: Non-energy use in wood and wood products
#> 6336                      Memo: Non-energy use in wood and wood products
#> 6337                      Memo: Non-energy use in wood and wood products
#> 6338                      Memo: Non-energy use in wood and wood products
#> 6339                      Memo: Non-energy use in wood and wood products
#> 6340                      Memo: Non-energy use in wood and wood products
#> 6341                      Memo: Non-energy use in wood and wood products
#> 6342                      Memo: Non-energy use in wood and wood products
#> 6343                      Memo: Non-energy use in wood and wood products
#> 6344                      Memo: Non-energy use in wood and wood products
#> 6345                      Memo: Non-energy use in wood and wood products
#> 6346                      Memo: Non-energy use in wood and wood products
#> 6347                      Memo: Non-energy use in wood and wood products
#> 6348                      Memo: Non-energy use in wood and wood products
#> 6349                      Memo: Non-energy use in wood and wood products
#> 6350                      Memo: Non-energy use in wood and wood products
#> 6351                      Memo: Non-energy use in wood and wood products
#> 6352                      Memo: Non-energy use in wood and wood products
#> 6353                      Memo: Non-energy use in wood and wood products
#> 6354                      Memo: Non-energy use in wood and wood products
#> 6355                      Memo: Non-energy use in wood and wood products
#> 6356                      Memo: Non-energy use in wood and wood products
#> 6357                      Memo: Non-energy use in wood and wood products
#> 6358                      Memo: Non-energy use in wood and wood products
#> 6359                      Memo: Non-energy use in wood and wood products
#> 6360                      Memo: Non-energy use in wood and wood products
#> 6361                      Memo: Non-energy use in wood and wood products
#> 6362                      Memo: Non-energy use in wood and wood products
#> 6363                      Memo: Non-energy use in wood and wood products
#> 6364                      Memo: Non-energy use in wood and wood products
#> 6365                      Memo: Non-energy use in wood and wood products
#> 6366                      Memo: Non-energy use in wood and wood products
#> 6367                      Memo: Non-energy use in wood and wood products
#> 6368                      Memo: Non-energy use in wood and wood products
#> 6369                      Memo: Non-energy use in wood and wood products
#> 6370                      Memo: Non-energy use in wood and wood products
#> 6371                      Memo: Non-energy use in wood and wood products
#> 6372                      Memo: Non-energy use in wood and wood products
#> 6373                      Memo: Non-energy use in wood and wood products
#> 6374                      Memo: Non-energy use in wood and wood products
#> 6375                      Memo: Non-energy use in wood and wood products
#> 6376                      Memo: Non-energy use in wood and wood products
#> 6377                      Memo: Non-energy use in wood and wood products
#> 6378                      Memo: Non-energy use in wood and wood products
#> 6379                      Memo: Non-energy use in wood and wood products
#> 6380                      Memo: Non-energy use in wood and wood products
#> 6381                      Memo: Non-energy use in wood and wood products
#> 6382                      Memo: Non-energy use in wood and wood products
#> 6383                      Memo: Non-energy use in wood and wood products
#> 6384                      Memo: Non-energy use in wood and wood products
#> 6385                      Memo: Non-energy use in wood and wood products
#> 6386                      Memo: Non-energy use in wood and wood products
#> 6387                      Memo: Non-energy use in wood and wood products
#> 6388                      Memo: Non-energy use in wood and wood products
#> 6389                      Memo: Non-energy use in wood and wood products
#> 6390                      Memo: Non-energy use in wood and wood products
#> 6391                      Memo: Non-energy use in wood and wood products
#> 6392                      Memo: Non-energy use in wood and wood products
#> 6393                        Memo: Non-energy use in textiles and leather
#> 6394                        Memo: Non-energy use in textiles and leather
#> 6395                        Memo: Non-energy use in textiles and leather
#> 6396                        Memo: Non-energy use in textiles and leather
#> 6397                        Memo: Non-energy use in textiles and leather
#> 6398                        Memo: Non-energy use in textiles and leather
#> 6399                        Memo: Non-energy use in textiles and leather
#> 6400                        Memo: Non-energy use in textiles and leather
#> 6401                        Memo: Non-energy use in textiles and leather
#> 6402                        Memo: Non-energy use in textiles and leather
#> 6403                        Memo: Non-energy use in textiles and leather
#> 6404                        Memo: Non-energy use in textiles and leather
#> 6405                        Memo: Non-energy use in textiles and leather
#> 6406                        Memo: Non-energy use in textiles and leather
#> 6407                        Memo: Non-energy use in textiles and leather
#> 6408                        Memo: Non-energy use in textiles and leather
#> 6409                        Memo: Non-energy use in textiles and leather
#> 6410                        Memo: Non-energy use in textiles and leather
#> 6411                        Memo: Non-energy use in textiles and leather
#> 6412                        Memo: Non-energy use in textiles and leather
#> 6413                        Memo: Non-energy use in textiles and leather
#> 6414                        Memo: Non-energy use in textiles and leather
#> 6415                        Memo: Non-energy use in textiles and leather
#> 6416                        Memo: Non-energy use in textiles and leather
#> 6417                        Memo: Non-energy use in textiles and leather
#> 6418                        Memo: Non-energy use in textiles and leather
#> 6419                        Memo: Non-energy use in textiles and leather
#> 6420                        Memo: Non-energy use in textiles and leather
#> 6421                        Memo: Non-energy use in textiles and leather
#> 6422                        Memo: Non-energy use in textiles and leather
#> 6423                        Memo: Non-energy use in textiles and leather
#> 6424                        Memo: Non-energy use in textiles and leather
#> 6425                        Memo: Non-energy use in textiles and leather
#> 6426                        Memo: Non-energy use in textiles and leather
#> 6427                        Memo: Non-energy use in textiles and leather
#> 6428                        Memo: Non-energy use in textiles and leather
#> 6429                        Memo: Non-energy use in textiles and leather
#> 6430                        Memo: Non-energy use in textiles and leather
#> 6431                        Memo: Non-energy use in textiles and leather
#> 6432                        Memo: Non-energy use in textiles and leather
#> 6433                        Memo: Non-energy use in textiles and leather
#> 6434                        Memo: Non-energy use in textiles and leather
#> 6435                        Memo: Non-energy use in textiles and leather
#> 6436                        Memo: Non-energy use in textiles and leather
#> 6437                        Memo: Non-energy use in textiles and leather
#> 6438                        Memo: Non-energy use in textiles and leather
#> 6439                        Memo: Non-energy use in textiles and leather
#> 6440                        Memo: Non-energy use in textiles and leather
#> 6441                        Memo: Non-energy use in textiles and leather
#> 6442                        Memo: Non-energy use in textiles and leather
#> 6443                        Memo: Non-energy use in textiles and leather
#> 6444                        Memo: Non-energy use in textiles and leather
#> 6445                        Memo: Non-energy use in textiles and leather
#> 6446                        Memo: Non-energy use in textiles and leather
#> 6447                        Memo: Non-energy use in textiles and leather
#> 6448                        Memo: Non-energy use in textiles and leather
#> 6449                        Memo: Non-energy use in textiles and leather
#> 6450                        Memo: Non-energy use in textiles and leather
#> 6451                        Memo: Non-energy use in textiles and leather
#> 6452                        Memo: Non-energy use in textiles and leather
#> 6453                        Memo: Non-energy use in textiles and leather
#> 6454                        Memo: Non-energy use in textiles and leather
#> 6455                        Memo: Non-energy use in textiles and leather
#> 6456                        Memo: Non-energy use in textiles and leather
#> 6457                        Memo: Non-energy use in textiles and leather
#> 6458                        Memo: Non-energy use in textiles and leather
#> 6459                        Memo: Non-energy use in textiles and leather
#> 6460                        Memo: Non-energy use in textiles and leather
#> 6461            Memo: Non-energy use in industry not elsewhere specified
#> 6462            Memo: Non-energy use in industry not elsewhere specified
#> 6463            Memo: Non-energy use in industry not elsewhere specified
#> 6464            Memo: Non-energy use in industry not elsewhere specified
#> 6465            Memo: Non-energy use in industry not elsewhere specified
#> 6466            Memo: Non-energy use in industry not elsewhere specified
#> 6467            Memo: Non-energy use in industry not elsewhere specified
#> 6468            Memo: Non-energy use in industry not elsewhere specified
#> 6469            Memo: Non-energy use in industry not elsewhere specified
#> 6470            Memo: Non-energy use in industry not elsewhere specified
#> 6471            Memo: Non-energy use in industry not elsewhere specified
#> 6472            Memo: Non-energy use in industry not elsewhere specified
#> 6473            Memo: Non-energy use in industry not elsewhere specified
#> 6474            Memo: Non-energy use in industry not elsewhere specified
#> 6475            Memo: Non-energy use in industry not elsewhere specified
#> 6476            Memo: Non-energy use in industry not elsewhere specified
#> 6477            Memo: Non-energy use in industry not elsewhere specified
#> 6478            Memo: Non-energy use in industry not elsewhere specified
#> 6479            Memo: Non-energy use in industry not elsewhere specified
#> 6480            Memo: Non-energy use in industry not elsewhere specified
#> 6481            Memo: Non-energy use in industry not elsewhere specified
#> 6482            Memo: Non-energy use in industry not elsewhere specified
#> 6483            Memo: Non-energy use in industry not elsewhere specified
#> 6484            Memo: Non-energy use in industry not elsewhere specified
#> 6485            Memo: Non-energy use in industry not elsewhere specified
#> 6486            Memo: Non-energy use in industry not elsewhere specified
#> 6487            Memo: Non-energy use in industry not elsewhere specified
#> 6488            Memo: Non-energy use in industry not elsewhere specified
#> 6489            Memo: Non-energy use in industry not elsewhere specified
#> 6490            Memo: Non-energy use in industry not elsewhere specified
#> 6491            Memo: Non-energy use in industry not elsewhere specified
#> 6492            Memo: Non-energy use in industry not elsewhere specified
#> 6493            Memo: Non-energy use in industry not elsewhere specified
#> 6494            Memo: Non-energy use in industry not elsewhere specified
#> 6495            Memo: Non-energy use in industry not elsewhere specified
#> 6496            Memo: Non-energy use in industry not elsewhere specified
#> 6497            Memo: Non-energy use in industry not elsewhere specified
#> 6498            Memo: Non-energy use in industry not elsewhere specified
#> 6499            Memo: Non-energy use in industry not elsewhere specified
#> 6500            Memo: Non-energy use in industry not elsewhere specified
#> 6501            Memo: Non-energy use in industry not elsewhere specified
#> 6502            Memo: Non-energy use in industry not elsewhere specified
#> 6503            Memo: Non-energy use in industry not elsewhere specified
#> 6504            Memo: Non-energy use in industry not elsewhere specified
#> 6505            Memo: Non-energy use in industry not elsewhere specified
#> 6506            Memo: Non-energy use in industry not elsewhere specified
#> 6507            Memo: Non-energy use in industry not elsewhere specified
#> 6508            Memo: Non-energy use in industry not elsewhere specified
#> 6509            Memo: Non-energy use in industry not elsewhere specified
#> 6510            Memo: Non-energy use in industry not elsewhere specified
#> 6511            Memo: Non-energy use in industry not elsewhere specified
#> 6512            Memo: Non-energy use in industry not elsewhere specified
#> 6513            Memo: Non-energy use in industry not elsewhere specified
#> 6514            Memo: Non-energy use in industry not elsewhere specified
#> 6515            Memo: Non-energy use in industry not elsewhere specified
#> 6516            Memo: Non-energy use in industry not elsewhere specified
#> 6517            Memo: Non-energy use in industry not elsewhere specified
#> 6518            Memo: Non-energy use in industry not elsewhere specified
#> 6519            Memo: Non-energy use in industry not elsewhere specified
#> 6520            Memo: Non-energy use in industry not elsewhere specified
#> 6521            Memo: Non-energy use in industry not elsewhere specified
#> 6522            Memo: Non-energy use in industry not elsewhere specified
#> 6523            Memo: Non-energy use in industry not elsewhere specified
#> 6524            Memo: Non-energy use in industry not elsewhere specified
#> 6525            Memo: Non-energy use in industry not elsewhere specified
#> 6526            Memo: Non-energy use in industry not elsewhere specified
#> 6527            Memo: Non-energy use in industry not elsewhere specified
#> 6528            Memo: Non-energy use in industry not elsewhere specified
#> 6529                                         Non-energy use in transport
#> 6530                                         Non-energy use in transport
#> 6531                                         Non-energy use in transport
#> 6532                                         Non-energy use in transport
#> 6533                                         Non-energy use in transport
#> 6534                                         Non-energy use in transport
#> 6535                                         Non-energy use in transport
#> 6536                                         Non-energy use in transport
#> 6537                                         Non-energy use in transport
#> 6538                                         Non-energy use in transport
#> 6539                                         Non-energy use in transport
#> 6540                                         Non-energy use in transport
#> 6541                                         Non-energy use in transport
#> 6542                                         Non-energy use in transport
#> 6543                                         Non-energy use in transport
#> 6544                                         Non-energy use in transport
#> 6545                                         Non-energy use in transport
#> 6546                                         Non-energy use in transport
#> 6547                                         Non-energy use in transport
#> 6548                                         Non-energy use in transport
#> 6549                                         Non-energy use in transport
#> 6550                                         Non-energy use in transport
#> 6551                                         Non-energy use in transport
#> 6552                                         Non-energy use in transport
#> 6553                                         Non-energy use in transport
#> 6554                                         Non-energy use in transport
#> 6555                                         Non-energy use in transport
#> 6556                                         Non-energy use in transport
#> 6557                                         Non-energy use in transport
#> 6558                                         Non-energy use in transport
#> 6559                                         Non-energy use in transport
#> 6560                                         Non-energy use in transport
#> 6561                                         Non-energy use in transport
#> 6562                                         Non-energy use in transport
#> 6563                                         Non-energy use in transport
#> 6564                                         Non-energy use in transport
#> 6565                                         Non-energy use in transport
#> 6566                                         Non-energy use in transport
#> 6567                                         Non-energy use in transport
#> 6568                                         Non-energy use in transport
#> 6569                                         Non-energy use in transport
#> 6570                                         Non-energy use in transport
#> 6571                                         Non-energy use in transport
#> 6572                                         Non-energy use in transport
#> 6573                                         Non-energy use in transport
#> 6574                                         Non-energy use in transport
#> 6575                                         Non-energy use in transport
#> 6576                                         Non-energy use in transport
#> 6577                                         Non-energy use in transport
#> 6578                                         Non-energy use in transport
#> 6579                                         Non-energy use in transport
#> 6580                                         Non-energy use in transport
#> 6581                                         Non-energy use in transport
#> 6582                                         Non-energy use in transport
#> 6583                                         Non-energy use in transport
#> 6584                                         Non-energy use in transport
#> 6585                                         Non-energy use in transport
#> 6586                                         Non-energy use in transport
#> 6587                                         Non-energy use in transport
#> 6588                                         Non-energy use in transport
#> 6589                                         Non-energy use in transport
#> 6590                                         Non-energy use in transport
#> 6591                                         Non-energy use in transport
#> 6592                                         Non-energy use in transport
#> 6593                                         Non-energy use in transport
#> 6594                                         Non-energy use in transport
#> 6595                                         Non-energy use in transport
#> 6596                                         Non-energy use in transport
#> 6597                                             Non-energy use in other
#> 6598                                             Non-energy use in other
#> 6599                                             Non-energy use in other
#> 6600                                             Non-energy use in other
#> 6601                                             Non-energy use in other
#> 6602                                             Non-energy use in other
#> 6603                                             Non-energy use in other
#> 6604                                             Non-energy use in other
#> 6605                                             Non-energy use in other
#> 6606                                             Non-energy use in other
#> 6607                                             Non-energy use in other
#> 6608                                             Non-energy use in other
#> 6609                                             Non-energy use in other
#> 6610                                             Non-energy use in other
#> 6611                                             Non-energy use in other
#> 6612                                             Non-energy use in other
#> 6613                                             Non-energy use in other
#> 6614                                             Non-energy use in other
#> 6615                                             Non-energy use in other
#> 6616                                             Non-energy use in other
#> 6617                                             Non-energy use in other
#> 6618                                             Non-energy use in other
#> 6619                                             Non-energy use in other
#> 6620                                             Non-energy use in other
#> 6621                                             Non-energy use in other
#> 6622                                             Non-energy use in other
#> 6623                                             Non-energy use in other
#> 6624                                             Non-energy use in other
#> 6625                                             Non-energy use in other
#> 6626                                             Non-energy use in other
#> 6627                                             Non-energy use in other
#> 6628                                             Non-energy use in other
#> 6629                                             Non-energy use in other
#> 6630                                             Non-energy use in other
#> 6631                                             Non-energy use in other
#> 6632                                             Non-energy use in other
#> 6633                                             Non-energy use in other
#> 6634                                             Non-energy use in other
#> 6635                                             Non-energy use in other
#> 6636                                             Non-energy use in other
#> 6637                                             Non-energy use in other
#> 6638                                             Non-energy use in other
#> 6639                                             Non-energy use in other
#> 6640                                             Non-energy use in other
#> 6641                                             Non-energy use in other
#> 6642                                             Non-energy use in other
#> 6643                                             Non-energy use in other
#> 6644                                             Non-energy use in other
#> 6645                                             Non-energy use in other
#> 6646                                             Non-energy use in other
#> 6647                                             Non-energy use in other
#> 6648                                             Non-energy use in other
#> 6649                                             Non-energy use in other
#> 6650                                             Non-energy use in other
#> 6651                                             Non-energy use in other
#> 6652                                             Non-energy use in other
#> 6653                                             Non-energy use in other
#> 6654                                             Non-energy use in other
#> 6655                                             Non-energy use in other
#> 6656                                             Non-energy use in other
#> 6657                                             Non-energy use in other
#> 6658                                             Non-energy use in other
#> 6659                                             Non-energy use in other
#> 6660                                             Non-energy use in other
#> 6661                                             Non-energy use in other
#> 6662                                             Non-energy use in other
#> 6663                                             Non-energy use in other
#> 6664                                             Non-energy use in other
#> 6665                                            Electricity output (GWh)
#> 6666                                            Electricity output (GWh)
#> 6667                                            Electricity output (GWh)
#> 6668                                            Electricity output (GWh)
#> 6669                                            Electricity output (GWh)
#> 6670                                            Electricity output (GWh)
#> 6671                                            Electricity output (GWh)
#> 6672                                            Electricity output (GWh)
#> 6673                                            Electricity output (GWh)
#> 6674                                            Electricity output (GWh)
#> 6675                                            Electricity output (GWh)
#> 6676                                            Electricity output (GWh)
#> 6677                                            Electricity output (GWh)
#> 6678                                            Electricity output (GWh)
#> 6679                                            Electricity output (GWh)
#> 6680                                            Electricity output (GWh)
#> 6681                                            Electricity output (GWh)
#> 6682                                            Electricity output (GWh)
#> 6683                                            Electricity output (GWh)
#> 6684                                            Electricity output (GWh)
#> 6685                                            Electricity output (GWh)
#> 6686                                            Electricity output (GWh)
#> 6687                                            Electricity output (GWh)
#> 6688                                            Electricity output (GWh)
#> 6689                                            Electricity output (GWh)
#> 6690                                            Electricity output (GWh)
#> 6691                                            Electricity output (GWh)
#> 6692                                            Electricity output (GWh)
#> 6693                                            Electricity output (GWh)
#> 6694                                            Electricity output (GWh)
#> 6695                                            Electricity output (GWh)
#> 6696                                            Electricity output (GWh)
#> 6697                                            Electricity output (GWh)
#> 6698                                            Electricity output (GWh)
#> 6699                                            Electricity output (GWh)
#> 6700                                            Electricity output (GWh)
#> 6701                                            Electricity output (GWh)
#> 6702                                            Electricity output (GWh)
#> 6703                                            Electricity output (GWh)
#> 6704                                            Electricity output (GWh)
#> 6705                                            Electricity output (GWh)
#> 6706                                            Electricity output (GWh)
#> 6707                                            Electricity output (GWh)
#> 6708                                            Electricity output (GWh)
#> 6709                                            Electricity output (GWh)
#> 6710                                            Electricity output (GWh)
#> 6711                                            Electricity output (GWh)
#> 6712                                            Electricity output (GWh)
#> 6713                                            Electricity output (GWh)
#> 6714                                            Electricity output (GWh)
#> 6715                                            Electricity output (GWh)
#> 6716                                            Electricity output (GWh)
#> 6717                                            Electricity output (GWh)
#> 6718                                            Electricity output (GWh)
#> 6719                                            Electricity output (GWh)
#> 6720                                            Electricity output (GWh)
#> 6721                                            Electricity output (GWh)
#> 6722                                            Electricity output (GWh)
#> 6723                                            Electricity output (GWh)
#> 6724                                            Electricity output (GWh)
#> 6725                                            Electricity output (GWh)
#> 6726                                            Electricity output (GWh)
#> 6727                                            Electricity output (GWh)
#> 6728                                            Electricity output (GWh)
#> 6729                                            Electricity output (GWh)
#> 6730                                            Electricity output (GWh)
#> 6731                                            Electricity output (GWh)
#> 6732                                            Electricity output (GWh)
#> 6733  Electricity output (GWh)-main activity producer electricity plants
#> 6734  Electricity output (GWh)-main activity producer electricity plants
#> 6735  Electricity output (GWh)-main activity producer electricity plants
#> 6736  Electricity output (GWh)-main activity producer electricity plants
#> 6737  Electricity output (GWh)-main activity producer electricity plants
#> 6738  Electricity output (GWh)-main activity producer electricity plants
#> 6739  Electricity output (GWh)-main activity producer electricity plants
#> 6740  Electricity output (GWh)-main activity producer electricity plants
#> 6741  Electricity output (GWh)-main activity producer electricity plants
#> 6742  Electricity output (GWh)-main activity producer electricity plants
#> 6743  Electricity output (GWh)-main activity producer electricity plants
#> 6744  Electricity output (GWh)-main activity producer electricity plants
#> 6745  Electricity output (GWh)-main activity producer electricity plants
#> 6746  Electricity output (GWh)-main activity producer electricity plants
#> 6747  Electricity output (GWh)-main activity producer electricity plants
#> 6748  Electricity output (GWh)-main activity producer electricity plants
#> 6749  Electricity output (GWh)-main activity producer electricity plants
#> 6750  Electricity output (GWh)-main activity producer electricity plants
#> 6751  Electricity output (GWh)-main activity producer electricity plants
#> 6752  Electricity output (GWh)-main activity producer electricity plants
#> 6753  Electricity output (GWh)-main activity producer electricity plants
#> 6754  Electricity output (GWh)-main activity producer electricity plants
#> 6755  Electricity output (GWh)-main activity producer electricity plants
#> 6756  Electricity output (GWh)-main activity producer electricity plants
#> 6757  Electricity output (GWh)-main activity producer electricity plants
#> 6758  Electricity output (GWh)-main activity producer electricity plants
#> 6759  Electricity output (GWh)-main activity producer electricity plants
#> 6760  Electricity output (GWh)-main activity producer electricity plants
#> 6761  Electricity output (GWh)-main activity producer electricity plants
#> 6762  Electricity output (GWh)-main activity producer electricity plants
#> 6763  Electricity output (GWh)-main activity producer electricity plants
#> 6764  Electricity output (GWh)-main activity producer electricity plants
#> 6765  Electricity output (GWh)-main activity producer electricity plants
#> 6766  Electricity output (GWh)-main activity producer electricity plants
#> 6767  Electricity output (GWh)-main activity producer electricity plants
#> 6768  Electricity output (GWh)-main activity producer electricity plants
#> 6769  Electricity output (GWh)-main activity producer electricity plants
#> 6770  Electricity output (GWh)-main activity producer electricity plants
#> 6771  Electricity output (GWh)-main activity producer electricity plants
#> 6772  Electricity output (GWh)-main activity producer electricity plants
#> 6773  Electricity output (GWh)-main activity producer electricity plants
#> 6774  Electricity output (GWh)-main activity producer electricity plants
#> 6775  Electricity output (GWh)-main activity producer electricity plants
#> 6776  Electricity output (GWh)-main activity producer electricity plants
#> 6777  Electricity output (GWh)-main activity producer electricity plants
#> 6778  Electricity output (GWh)-main activity producer electricity plants
#> 6779  Electricity output (GWh)-main activity producer electricity plants
#> 6780  Electricity output (GWh)-main activity producer electricity plants
#> 6781  Electricity output (GWh)-main activity producer electricity plants
#> 6782  Electricity output (GWh)-main activity producer electricity plants
#> 6783  Electricity output (GWh)-main activity producer electricity plants
#> 6784  Electricity output (GWh)-main activity producer electricity plants
#> 6785  Electricity output (GWh)-main activity producer electricity plants
#> 6786  Electricity output (GWh)-main activity producer electricity plants
#> 6787  Electricity output (GWh)-main activity producer electricity plants
#> 6788  Electricity output (GWh)-main activity producer electricity plants
#> 6789  Electricity output (GWh)-main activity producer electricity plants
#> 6790  Electricity output (GWh)-main activity producer electricity plants
#> 6791  Electricity output (GWh)-main activity producer electricity plants
#> 6792  Electricity output (GWh)-main activity producer electricity plants
#> 6793  Electricity output (GWh)-main activity producer electricity plants
#> 6794  Electricity output (GWh)-main activity producer electricity plants
#> 6795  Electricity output (GWh)-main activity producer electricity plants
#> 6796  Electricity output (GWh)-main activity producer electricity plants
#> 6797  Electricity output (GWh)-main activity producer electricity plants
#> 6798  Electricity output (GWh)-main activity producer electricity plants
#> 6799  Electricity output (GWh)-main activity producer electricity plants
#> 6800  Electricity output (GWh)-main activity producer electricity plants
#> 6801            Electricity output (GWh)-autoproducer electricity plants
#> 6802            Electricity output (GWh)-autoproducer electricity plants
#> 6803            Electricity output (GWh)-autoproducer electricity plants
#> 6804            Electricity output (GWh)-autoproducer electricity plants
#> 6805            Electricity output (GWh)-autoproducer electricity plants
#> 6806            Electricity output (GWh)-autoproducer electricity plants
#> 6807            Electricity output (GWh)-autoproducer electricity plants
#> 6808            Electricity output (GWh)-autoproducer electricity plants
#> 6809            Electricity output (GWh)-autoproducer electricity plants
#> 6810            Electricity output (GWh)-autoproducer electricity plants
#> 6811            Electricity output (GWh)-autoproducer electricity plants
#> 6812            Electricity output (GWh)-autoproducer electricity plants
#> 6813            Electricity output (GWh)-autoproducer electricity plants
#> 6814            Electricity output (GWh)-autoproducer electricity plants
#> 6815            Electricity output (GWh)-autoproducer electricity plants
#> 6816            Electricity output (GWh)-autoproducer electricity plants
#> 6817            Electricity output (GWh)-autoproducer electricity plants
#> 6818            Electricity output (GWh)-autoproducer electricity plants
#> 6819            Electricity output (GWh)-autoproducer electricity plants
#> 6820            Electricity output (GWh)-autoproducer electricity plants
#> 6821            Electricity output (GWh)-autoproducer electricity plants
#> 6822            Electricity output (GWh)-autoproducer electricity plants
#> 6823            Electricity output (GWh)-autoproducer electricity plants
#> 6824            Electricity output (GWh)-autoproducer electricity plants
#> 6825            Electricity output (GWh)-autoproducer electricity plants
#> 6826            Electricity output (GWh)-autoproducer electricity plants
#> 6827            Electricity output (GWh)-autoproducer electricity plants
#> 6828            Electricity output (GWh)-autoproducer electricity plants
#> 6829            Electricity output (GWh)-autoproducer electricity plants
#> 6830            Electricity output (GWh)-autoproducer electricity plants
#> 6831            Electricity output (GWh)-autoproducer electricity plants
#> 6832            Electricity output (GWh)-autoproducer electricity plants
#> 6833            Electricity output (GWh)-autoproducer electricity plants
#> 6834            Electricity output (GWh)-autoproducer electricity plants
#> 6835            Electricity output (GWh)-autoproducer electricity plants
#> 6836            Electricity output (GWh)-autoproducer electricity plants
#> 6837            Electricity output (GWh)-autoproducer electricity plants
#> 6838            Electricity output (GWh)-autoproducer electricity plants
#> 6839            Electricity output (GWh)-autoproducer electricity plants
#> 6840            Electricity output (GWh)-autoproducer electricity plants
#> 6841            Electricity output (GWh)-autoproducer electricity plants
#> 6842            Electricity output (GWh)-autoproducer electricity plants
#> 6843            Electricity output (GWh)-autoproducer electricity plants
#> 6844            Electricity output (GWh)-autoproducer electricity plants
#> 6845            Electricity output (GWh)-autoproducer electricity plants
#> 6846            Electricity output (GWh)-autoproducer electricity plants
#> 6847            Electricity output (GWh)-autoproducer electricity plants
#> 6848            Electricity output (GWh)-autoproducer electricity plants
#> 6849            Electricity output (GWh)-autoproducer electricity plants
#> 6850            Electricity output (GWh)-autoproducer electricity plants
#> 6851            Electricity output (GWh)-autoproducer electricity plants
#> 6852            Electricity output (GWh)-autoproducer electricity plants
#> 6853            Electricity output (GWh)-autoproducer electricity plants
#> 6854            Electricity output (GWh)-autoproducer electricity plants
#> 6855            Electricity output (GWh)-autoproducer electricity plants
#> 6856            Electricity output (GWh)-autoproducer electricity plants
#> 6857            Electricity output (GWh)-autoproducer electricity plants
#> 6858            Electricity output (GWh)-autoproducer electricity plants
#> 6859            Electricity output (GWh)-autoproducer electricity plants
#> 6860            Electricity output (GWh)-autoproducer electricity plants
#> 6861            Electricity output (GWh)-autoproducer electricity plants
#> 6862            Electricity output (GWh)-autoproducer electricity plants
#> 6863            Electricity output (GWh)-autoproducer electricity plants
#> 6864            Electricity output (GWh)-autoproducer electricity plants
#> 6865            Electricity output (GWh)-autoproducer electricity plants
#> 6866            Electricity output (GWh)-autoproducer electricity plants
#> 6867            Electricity output (GWh)-autoproducer electricity plants
#> 6868            Electricity output (GWh)-autoproducer electricity plants
#> 6869          Electricity output (GWh)-main activity producer CHP plants
#> 6870          Electricity output (GWh)-main activity producer CHP plants
#> 6871          Electricity output (GWh)-main activity producer CHP plants
#> 6872          Electricity output (GWh)-main activity producer CHP plants
#> 6873          Electricity output (GWh)-main activity producer CHP plants
#> 6874          Electricity output (GWh)-main activity producer CHP plants
#> 6875          Electricity output (GWh)-main activity producer CHP plants
#> 6876          Electricity output (GWh)-main activity producer CHP plants
#> 6877          Electricity output (GWh)-main activity producer CHP plants
#> 6878          Electricity output (GWh)-main activity producer CHP plants
#> 6879          Electricity output (GWh)-main activity producer CHP plants
#> 6880          Electricity output (GWh)-main activity producer CHP plants
#> 6881          Electricity output (GWh)-main activity producer CHP plants
#> 6882          Electricity output (GWh)-main activity producer CHP plants
#> 6883          Electricity output (GWh)-main activity producer CHP plants
#> 6884          Electricity output (GWh)-main activity producer CHP plants
#> 6885          Electricity output (GWh)-main activity producer CHP plants
#> 6886          Electricity output (GWh)-main activity producer CHP plants
#> 6887          Electricity output (GWh)-main activity producer CHP plants
#> 6888          Electricity output (GWh)-main activity producer CHP plants
#> 6889          Electricity output (GWh)-main activity producer CHP plants
#> 6890          Electricity output (GWh)-main activity producer CHP plants
#> 6891          Electricity output (GWh)-main activity producer CHP plants
#> 6892          Electricity output (GWh)-main activity producer CHP plants
#> 6893          Electricity output (GWh)-main activity producer CHP plants
#> 6894          Electricity output (GWh)-main activity producer CHP plants
#> 6895          Electricity output (GWh)-main activity producer CHP plants
#> 6896          Electricity output (GWh)-main activity producer CHP plants
#> 6897          Electricity output (GWh)-main activity producer CHP plants
#> 6898          Electricity output (GWh)-main activity producer CHP plants
#> 6899          Electricity output (GWh)-main activity producer CHP plants
#> 6900          Electricity output (GWh)-main activity producer CHP plants
#> 6901          Electricity output (GWh)-main activity producer CHP plants
#> 6902          Electricity output (GWh)-main activity producer CHP plants
#> 6903          Electricity output (GWh)-main activity producer CHP plants
#> 6904          Electricity output (GWh)-main activity producer CHP plants
#> 6905          Electricity output (GWh)-main activity producer CHP plants
#> 6906          Electricity output (GWh)-main activity producer CHP plants
#> 6907          Electricity output (GWh)-main activity producer CHP plants
#> 6908          Electricity output (GWh)-main activity producer CHP plants
#> 6909          Electricity output (GWh)-main activity producer CHP plants
#> 6910          Electricity output (GWh)-main activity producer CHP plants
#> 6911          Electricity output (GWh)-main activity producer CHP plants
#> 6912          Electricity output (GWh)-main activity producer CHP plants
#> 6913          Electricity output (GWh)-main activity producer CHP plants
#> 6914          Electricity output (GWh)-main activity producer CHP plants
#> 6915          Electricity output (GWh)-main activity producer CHP plants
#> 6916          Electricity output (GWh)-main activity producer CHP plants
#> 6917          Electricity output (GWh)-main activity producer CHP plants
#> 6918          Electricity output (GWh)-main activity producer CHP plants
#> 6919          Electricity output (GWh)-main activity producer CHP plants
#> 6920          Electricity output (GWh)-main activity producer CHP plants
#> 6921          Electricity output (GWh)-main activity producer CHP plants
#> 6922          Electricity output (GWh)-main activity producer CHP plants
#> 6923          Electricity output (GWh)-main activity producer CHP plants
#> 6924          Electricity output (GWh)-main activity producer CHP plants
#> 6925          Electricity output (GWh)-main activity producer CHP plants
#> 6926          Electricity output (GWh)-main activity producer CHP plants
#> 6927          Electricity output (GWh)-main activity producer CHP plants
#> 6928          Electricity output (GWh)-main activity producer CHP plants
#> 6929          Electricity output (GWh)-main activity producer CHP plants
#> 6930          Electricity output (GWh)-main activity producer CHP plants
#> 6931          Electricity output (GWh)-main activity producer CHP plants
#> 6932          Electricity output (GWh)-main activity producer CHP plants
#> 6933          Electricity output (GWh)-main activity producer CHP plants
#> 6934          Electricity output (GWh)-main activity producer CHP plants
#> 6935          Electricity output (GWh)-main activity producer CHP plants
#> 6936          Electricity output (GWh)-main activity producer CHP plants
#> 6937                    Electricity output (GWh)-autoproducer CHP plants
#> 6938                    Electricity output (GWh)-autoproducer CHP plants
#> 6939                    Electricity output (GWh)-autoproducer CHP plants
#> 6940                    Electricity output (GWh)-autoproducer CHP plants
#> 6941                    Electricity output (GWh)-autoproducer CHP plants
#> 6942                    Electricity output (GWh)-autoproducer CHP plants
#> 6943                    Electricity output (GWh)-autoproducer CHP plants
#> 6944                    Electricity output (GWh)-autoproducer CHP plants
#> 6945                    Electricity output (GWh)-autoproducer CHP plants
#> 6946                    Electricity output (GWh)-autoproducer CHP plants
#> 6947                    Electricity output (GWh)-autoproducer CHP plants
#> 6948                    Electricity output (GWh)-autoproducer CHP plants
#> 6949                    Electricity output (GWh)-autoproducer CHP plants
#> 6950                    Electricity output (GWh)-autoproducer CHP plants
#> 6951                    Electricity output (GWh)-autoproducer CHP plants
#> 6952                    Electricity output (GWh)-autoproducer CHP plants
#> 6953                    Electricity output (GWh)-autoproducer CHP plants
#> 6954                    Electricity output (GWh)-autoproducer CHP plants
#> 6955                    Electricity output (GWh)-autoproducer CHP plants
#> 6956                    Electricity output (GWh)-autoproducer CHP plants
#> 6957                    Electricity output (GWh)-autoproducer CHP plants
#> 6958                    Electricity output (GWh)-autoproducer CHP plants
#> 6959                    Electricity output (GWh)-autoproducer CHP plants
#> 6960                    Electricity output (GWh)-autoproducer CHP plants
#> 6961                    Electricity output (GWh)-autoproducer CHP plants
#> 6962                    Electricity output (GWh)-autoproducer CHP plants
#> 6963                    Electricity output (GWh)-autoproducer CHP plants
#> 6964                    Electricity output (GWh)-autoproducer CHP plants
#> 6965                    Electricity output (GWh)-autoproducer CHP plants
#> 6966                    Electricity output (GWh)-autoproducer CHP plants
#> 6967                    Electricity output (GWh)-autoproducer CHP plants
#> 6968                    Electricity output (GWh)-autoproducer CHP plants
#> 6969                    Electricity output (GWh)-autoproducer CHP plants
#> 6970                    Electricity output (GWh)-autoproducer CHP plants
#> 6971                    Electricity output (GWh)-autoproducer CHP plants
#> 6972                    Electricity output (GWh)-autoproducer CHP plants
#> 6973                    Electricity output (GWh)-autoproducer CHP plants
#> 6974                    Electricity output (GWh)-autoproducer CHP plants
#> 6975                    Electricity output (GWh)-autoproducer CHP plants
#> 6976                    Electricity output (GWh)-autoproducer CHP plants
#> 6977                    Electricity output (GWh)-autoproducer CHP plants
#> 6978                    Electricity output (GWh)-autoproducer CHP plants
#> 6979                    Electricity output (GWh)-autoproducer CHP plants
#> 6980                    Electricity output (GWh)-autoproducer CHP plants
#> 6981                    Electricity output (GWh)-autoproducer CHP plants
#> 6982                    Electricity output (GWh)-autoproducer CHP plants
#> 6983                    Electricity output (GWh)-autoproducer CHP plants
#> 6984                    Electricity output (GWh)-autoproducer CHP plants
#> 6985                    Electricity output (GWh)-autoproducer CHP plants
#> 6986                    Electricity output (GWh)-autoproducer CHP plants
#> 6987                    Electricity output (GWh)-autoproducer CHP plants
#> 6988                    Electricity output (GWh)-autoproducer CHP plants
#> 6989                    Electricity output (GWh)-autoproducer CHP plants
#> 6990                    Electricity output (GWh)-autoproducer CHP plants
#> 6991                    Electricity output (GWh)-autoproducer CHP plants
#> 6992                    Electricity output (GWh)-autoproducer CHP plants
#> 6993                    Electricity output (GWh)-autoproducer CHP plants
#> 6994                    Electricity output (GWh)-autoproducer CHP plants
#> 6995                    Electricity output (GWh)-autoproducer CHP plants
#> 6996                    Electricity output (GWh)-autoproducer CHP plants
#> 6997                    Electricity output (GWh)-autoproducer CHP plants
#> 6998                    Electricity output (GWh)-autoproducer CHP plants
#> 6999                    Electricity output (GWh)-autoproducer CHP plants
#> 7000                    Electricity output (GWh)-autoproducer CHP plants
#> 7001                    Electricity output (GWh)-autoproducer CHP plants
#> 7002                    Electricity output (GWh)-autoproducer CHP plants
#> 7003                    Electricity output (GWh)-autoproducer CHP plants
#> 7004                    Electricity output (GWh)-autoproducer CHP plants
#> 7005                                                         Heat output
#> 7006                                                         Heat output
#> 7007                                                         Heat output
#> 7008                                                         Heat output
#> 7009                                                         Heat output
#> 7010                                                         Heat output
#> 7011                                                         Heat output
#> 7012                                                         Heat output
#> 7013                                                         Heat output
#> 7014                                                         Heat output
#> 7015                                                         Heat output
#> 7016                                                         Heat output
#> 7017                                                         Heat output
#> 7018                                                         Heat output
#> 7019                                                         Heat output
#> 7020                                                         Heat output
#> 7021                                                         Heat output
#> 7022                                                         Heat output
#> 7023                                                         Heat output
#> 7024                                                         Heat output
#> 7025                                                         Heat output
#> 7026                                                         Heat output
#> 7027                                                         Heat output
#> 7028                                                         Heat output
#> 7029                                                         Heat output
#> 7030                                                         Heat output
#> 7031                                                         Heat output
#> 7032                                                         Heat output
#> 7033                                                         Heat output
#> 7034                                                         Heat output
#> 7035                                                         Heat output
#> 7036                                                         Heat output
#> 7037                                                         Heat output
#> 7038                                                         Heat output
#> 7039                                                         Heat output
#> 7040                                                         Heat output
#> 7041                                                         Heat output
#> 7042                                                         Heat output
#> 7043                                                         Heat output
#> 7044                                                         Heat output
#> 7045                                                         Heat output
#> 7046                                                         Heat output
#> 7047                                                         Heat output
#> 7048                                                         Heat output
#> 7049                                                         Heat output
#> 7050                                                         Heat output
#> 7051                                                         Heat output
#> 7052                                                         Heat output
#> 7053                                                         Heat output
#> 7054                                                         Heat output
#> 7055                                                         Heat output
#> 7056                                                         Heat output
#> 7057                                                         Heat output
#> 7058                                                         Heat output
#> 7059                                                         Heat output
#> 7060                                                         Heat output
#> 7061                                                         Heat output
#> 7062                                                         Heat output
#> 7063                                                         Heat output
#> 7064                                                         Heat output
#> 7065                                                         Heat output
#> 7066                                                         Heat output
#> 7067                                                         Heat output
#> 7068                                                         Heat output
#> 7069                                                         Heat output
#> 7070                                                         Heat output
#> 7071                                                         Heat output
#> 7072                                                         Heat output
#> 7073                       Heat output-main activity producer CHP plants
#> 7074                       Heat output-main activity producer CHP plants
#> 7075                       Heat output-main activity producer CHP plants
#> 7076                       Heat output-main activity producer CHP plants
#> 7077                       Heat output-main activity producer CHP plants
#> 7078                       Heat output-main activity producer CHP plants
#> 7079                       Heat output-main activity producer CHP plants
#> 7080                       Heat output-main activity producer CHP plants
#> 7081                       Heat output-main activity producer CHP plants
#> 7082                       Heat output-main activity producer CHP plants
#> 7083                       Heat output-main activity producer CHP plants
#> 7084                       Heat output-main activity producer CHP plants
#> 7085                       Heat output-main activity producer CHP plants
#> 7086                       Heat output-main activity producer CHP plants
#> 7087                       Heat output-main activity producer CHP plants
#> 7088                       Heat output-main activity producer CHP plants
#> 7089                       Heat output-main activity producer CHP plants
#> 7090                       Heat output-main activity producer CHP plants
#> 7091                       Heat output-main activity producer CHP plants
#> 7092                       Heat output-main activity producer CHP plants
#> 7093                       Heat output-main activity producer CHP plants
#> 7094                       Heat output-main activity producer CHP plants
#> 7095                       Heat output-main activity producer CHP plants
#> 7096                       Heat output-main activity producer CHP plants
#> 7097                       Heat output-main activity producer CHP plants
#> 7098                       Heat output-main activity producer CHP plants
#> 7099                       Heat output-main activity producer CHP plants
#> 7100                       Heat output-main activity producer CHP plants
#> 7101                       Heat output-main activity producer CHP plants
#> 7102                       Heat output-main activity producer CHP plants
#> 7103                       Heat output-main activity producer CHP plants
#> 7104                       Heat output-main activity producer CHP plants
#> 7105                       Heat output-main activity producer CHP plants
#> 7106                       Heat output-main activity producer CHP plants
#> 7107                       Heat output-main activity producer CHP plants
#> 7108                       Heat output-main activity producer CHP plants
#> 7109                       Heat output-main activity producer CHP plants
#> 7110                       Heat output-main activity producer CHP plants
#> 7111                       Heat output-main activity producer CHP plants
#> 7112                       Heat output-main activity producer CHP plants
#> 7113                       Heat output-main activity producer CHP plants
#> 7114                       Heat output-main activity producer CHP plants
#> 7115                       Heat output-main activity producer CHP plants
#> 7116                       Heat output-main activity producer CHP plants
#> 7117                       Heat output-main activity producer CHP plants
#> 7118                       Heat output-main activity producer CHP plants
#> 7119                       Heat output-main activity producer CHP plants
#> 7120                       Heat output-main activity producer CHP plants
#> 7121                       Heat output-main activity producer CHP plants
#> 7122                       Heat output-main activity producer CHP plants
#> 7123                       Heat output-main activity producer CHP plants
#> 7124                       Heat output-main activity producer CHP plants
#> 7125                       Heat output-main activity producer CHP plants
#> 7126                       Heat output-main activity producer CHP plants
#> 7127                       Heat output-main activity producer CHP plants
#> 7128                       Heat output-main activity producer CHP plants
#> 7129                       Heat output-main activity producer CHP plants
#> 7130                       Heat output-main activity producer CHP plants
#> 7131                       Heat output-main activity producer CHP plants
#> 7132                       Heat output-main activity producer CHP plants
#> 7133                       Heat output-main activity producer CHP plants
#> 7134                       Heat output-main activity producer CHP plants
#> 7135                       Heat output-main activity producer CHP plants
#> 7136                       Heat output-main activity producer CHP plants
#> 7137                       Heat output-main activity producer CHP plants
#> 7138                       Heat output-main activity producer CHP plants
#> 7139                       Heat output-main activity producer CHP plants
#> 7140                       Heat output-main activity producer CHP plants
#> 7141                                 Heat output-autoproducer CHP plants
#> 7142                                 Heat output-autoproducer CHP plants
#> 7143                                 Heat output-autoproducer CHP plants
#> 7144                                 Heat output-autoproducer CHP plants
#> 7145                                 Heat output-autoproducer CHP plants
#> 7146                                 Heat output-autoproducer CHP plants
#> 7147                                 Heat output-autoproducer CHP plants
#> 7148                                 Heat output-autoproducer CHP plants
#> 7149                                 Heat output-autoproducer CHP plants
#> 7150                                 Heat output-autoproducer CHP plants
#> 7151                                 Heat output-autoproducer CHP plants
#> 7152                                 Heat output-autoproducer CHP plants
#> 7153                                 Heat output-autoproducer CHP plants
#> 7154                                 Heat output-autoproducer CHP plants
#> 7155                                 Heat output-autoproducer CHP plants
#> 7156                                 Heat output-autoproducer CHP plants
#> 7157                                 Heat output-autoproducer CHP plants
#> 7158                                 Heat output-autoproducer CHP plants
#> 7159                                 Heat output-autoproducer CHP plants
#> 7160                                 Heat output-autoproducer CHP plants
#> 7161                                 Heat output-autoproducer CHP plants
#> 7162                                 Heat output-autoproducer CHP plants
#> 7163                                 Heat output-autoproducer CHP plants
#> 7164                                 Heat output-autoproducer CHP plants
#> 7165                                 Heat output-autoproducer CHP plants
#> 7166                                 Heat output-autoproducer CHP plants
#> 7167                                 Heat output-autoproducer CHP plants
#> 7168                                 Heat output-autoproducer CHP plants
#> 7169                                 Heat output-autoproducer CHP plants
#> 7170                                 Heat output-autoproducer CHP plants
#> 7171                                 Heat output-autoproducer CHP plants
#> 7172                                 Heat output-autoproducer CHP plants
#> 7173                                 Heat output-autoproducer CHP plants
#> 7174                                 Heat output-autoproducer CHP plants
#> 7175                                 Heat output-autoproducer CHP plants
#> 7176                                 Heat output-autoproducer CHP plants
#> 7177                                 Heat output-autoproducer CHP plants
#> 7178                                 Heat output-autoproducer CHP plants
#> 7179                                 Heat output-autoproducer CHP plants
#> 7180                                 Heat output-autoproducer CHP plants
#> 7181                                 Heat output-autoproducer CHP plants
#> 7182                                 Heat output-autoproducer CHP plants
#> 7183                                 Heat output-autoproducer CHP plants
#> 7184                                 Heat output-autoproducer CHP plants
#> 7185                                 Heat output-autoproducer CHP plants
#> 7186                                 Heat output-autoproducer CHP plants
#> 7187                                 Heat output-autoproducer CHP plants
#> 7188                                 Heat output-autoproducer CHP plants
#> 7189                                 Heat output-autoproducer CHP plants
#> 7190                                 Heat output-autoproducer CHP plants
#> 7191                                 Heat output-autoproducer CHP plants
#> 7192                                 Heat output-autoproducer CHP plants
#> 7193                                 Heat output-autoproducer CHP plants
#> 7194                                 Heat output-autoproducer CHP plants
#> 7195                                 Heat output-autoproducer CHP plants
#> 7196                                 Heat output-autoproducer CHP plants
#> 7197                                 Heat output-autoproducer CHP plants
#> 7198                                 Heat output-autoproducer CHP plants
#> 7199                                 Heat output-autoproducer CHP plants
#> 7200                                 Heat output-autoproducer CHP plants
#> 7201                                 Heat output-autoproducer CHP plants
#> 7202                                 Heat output-autoproducer CHP plants
#> 7203                                 Heat output-autoproducer CHP plants
#> 7204                                 Heat output-autoproducer CHP plants
#> 7205                                 Heat output-autoproducer CHP plants
#> 7206                                 Heat output-autoproducer CHP plants
#> 7207                                 Heat output-autoproducer CHP plants
#> 7208                                 Heat output-autoproducer CHP plants
#> 7209                      Heat output-main activity producer heat plants
#> 7210                      Heat output-main activity producer heat plants
#> 7211                      Heat output-main activity producer heat plants
#> 7212                      Heat output-main activity producer heat plants
#> 7213                      Heat output-main activity producer heat plants
#> 7214                      Heat output-main activity producer heat plants
#> 7215                      Heat output-main activity producer heat plants
#> 7216                      Heat output-main activity producer heat plants
#> 7217                      Heat output-main activity producer heat plants
#> 7218                      Heat output-main activity producer heat plants
#> 7219                      Heat output-main activity producer heat plants
#> 7220                      Heat output-main activity producer heat plants
#> 7221                      Heat output-main activity producer heat plants
#> 7222                      Heat output-main activity producer heat plants
#> 7223                      Heat output-main activity producer heat plants
#> 7224                      Heat output-main activity producer heat plants
#> 7225                      Heat output-main activity producer heat plants
#> 7226                      Heat output-main activity producer heat plants
#> 7227                      Heat output-main activity producer heat plants
#> 7228                      Heat output-main activity producer heat plants
#> 7229                      Heat output-main activity producer heat plants
#> 7230                      Heat output-main activity producer heat plants
#> 7231                      Heat output-main activity producer heat plants
#> 7232                      Heat output-main activity producer heat plants
#> 7233                      Heat output-main activity producer heat plants
#> 7234                      Heat output-main activity producer heat plants
#> 7235                      Heat output-main activity producer heat plants
#> 7236                      Heat output-main activity producer heat plants
#> 7237                      Heat output-main activity producer heat plants
#> 7238                      Heat output-main activity producer heat plants
#> 7239                      Heat output-main activity producer heat plants
#> 7240                      Heat output-main activity producer heat plants
#> 7241                      Heat output-main activity producer heat plants
#> 7242                      Heat output-main activity producer heat plants
#> 7243                      Heat output-main activity producer heat plants
#> 7244                      Heat output-main activity producer heat plants
#> 7245                      Heat output-main activity producer heat plants
#> 7246                      Heat output-main activity producer heat plants
#> 7247                      Heat output-main activity producer heat plants
#> 7248                      Heat output-main activity producer heat plants
#> 7249                      Heat output-main activity producer heat plants
#> 7250                      Heat output-main activity producer heat plants
#> 7251                      Heat output-main activity producer heat plants
#> 7252                      Heat output-main activity producer heat plants
#> 7253                      Heat output-main activity producer heat plants
#> 7254                      Heat output-main activity producer heat plants
#> 7255                      Heat output-main activity producer heat plants
#> 7256                      Heat output-main activity producer heat plants
#> 7257                      Heat output-main activity producer heat plants
#> 7258                      Heat output-main activity producer heat plants
#> 7259                      Heat output-main activity producer heat plants
#> 7260                      Heat output-main activity producer heat plants
#> 7261                      Heat output-main activity producer heat plants
#> 7262                      Heat output-main activity producer heat plants
#> 7263                      Heat output-main activity producer heat plants
#> 7264                      Heat output-main activity producer heat plants
#> 7265                      Heat output-main activity producer heat plants
#> 7266                      Heat output-main activity producer heat plants
#> 7267                      Heat output-main activity producer heat plants
#> 7268                      Heat output-main activity producer heat plants
#> 7269                      Heat output-main activity producer heat plants
#> 7270                      Heat output-main activity producer heat plants
#> 7271                      Heat output-main activity producer heat plants
#> 7272                      Heat output-main activity producer heat plants
#> 7273                      Heat output-main activity producer heat plants
#> 7274                      Heat output-main activity producer heat plants
#> 7275                      Heat output-main activity producer heat plants
#> 7276                      Heat output-main activity producer heat plants
#> 7277                                Heat output-autoproducer heat plants
#> 7278                                Heat output-autoproducer heat plants
#> 7279                                Heat output-autoproducer heat plants
#> 7280                                Heat output-autoproducer heat plants
#> 7281                                Heat output-autoproducer heat plants
#> 7282                                Heat output-autoproducer heat plants
#> 7283                                Heat output-autoproducer heat plants
#> 7284                                Heat output-autoproducer heat plants
#> 7285                                Heat output-autoproducer heat plants
#> 7286                                Heat output-autoproducer heat plants
#> 7287                                Heat output-autoproducer heat plants
#> 7288                                Heat output-autoproducer heat plants
#> 7289                                Heat output-autoproducer heat plants
#> 7290                                Heat output-autoproducer heat plants
#> 7291                                Heat output-autoproducer heat plants
#> 7292                                Heat output-autoproducer heat plants
#> 7293                                Heat output-autoproducer heat plants
#> 7294                                Heat output-autoproducer heat plants
#> 7295                                Heat output-autoproducer heat plants
#> 7296                                Heat output-autoproducer heat plants
#> 7297                                Heat output-autoproducer heat plants
#> 7298                                Heat output-autoproducer heat plants
#> 7299                                Heat output-autoproducer heat plants
#> 7300                                Heat output-autoproducer heat plants
#> 7301                                Heat output-autoproducer heat plants
#> 7302                                Heat output-autoproducer heat plants
#> 7303                                Heat output-autoproducer heat plants
#> 7304                                Heat output-autoproducer heat plants
#> 7305                                Heat output-autoproducer heat plants
#> 7306                                Heat output-autoproducer heat plants
#> 7307                                Heat output-autoproducer heat plants
#> 7308                                Heat output-autoproducer heat plants
#> 7309                                Heat output-autoproducer heat plants
#> 7310                                Heat output-autoproducer heat plants
#> 7311                                Heat output-autoproducer heat plants
#> 7312                                Heat output-autoproducer heat plants
#> 7313                                Heat output-autoproducer heat plants
#> 7314                                Heat output-autoproducer heat plants
#> 7315                                Heat output-autoproducer heat plants
#> 7316                                Heat output-autoproducer heat plants
#> 7317                                Heat output-autoproducer heat plants
#> 7318                                Heat output-autoproducer heat plants
#> 7319                                Heat output-autoproducer heat plants
#> 7320                                Heat output-autoproducer heat plants
#> 7321                                Heat output-autoproducer heat plants
#> 7322                                Heat output-autoproducer heat plants
#> 7323                                Heat output-autoproducer heat plants
#> 7324                                Heat output-autoproducer heat plants
#> 7325                                Heat output-autoproducer heat plants
#> 7326                                Heat output-autoproducer heat plants
#> 7327                                Heat output-autoproducer heat plants
#> 7328                                Heat output-autoproducer heat plants
#> 7329                                Heat output-autoproducer heat plants
#> 7330                                Heat output-autoproducer heat plants
#> 7331                                Heat output-autoproducer heat plants
#> 7332                                Heat output-autoproducer heat plants
#> 7333                                Heat output-autoproducer heat plants
#> 7334                                Heat output-autoproducer heat plants
#> 7335                                Heat output-autoproducer heat plants
#> 7336                                Heat output-autoproducer heat plants
#> 7337                                Heat output-autoproducer heat plants
#> 7338                                Heat output-autoproducer heat plants
#> 7339                                Heat output-autoproducer heat plants
#> 7340                                Heat output-autoproducer heat plants
#> 7341                                Heat output-autoproducer heat plants
#> 7342                                Heat output-autoproducer heat plants
#> 7343                                Heat output-autoproducer heat plants
#> 7344                                Heat output-autoproducer heat plants
#> 7345                                                          Production
#> 7346                                                          Production
#> 7347                                                          Production
#> 7348                                                          Production
#> 7349                                                          Production
#> 7350                                                          Production
#> 7351                                                          Production
#> 7352                                                          Production
#> 7353                                                          Production
#> 7354                                                          Production
#> 7355                                                          Production
#> 7356                                                          Production
#> 7357                                                          Production
#> 7358                                                          Production
#> 7359                                                          Production
#> 7360                                                          Production
#> 7361                                                          Production
#> 7362                                                          Production
#> 7363                                                          Production
#> 7364                                                          Production
#> 7365                                                          Production
#> 7366                                                          Production
#> 7367                                                          Production
#> 7368                                                          Production
#> 7369                                                          Production
#> 7370                                                          Production
#> 7371                                                          Production
#> 7372                                                          Production
#> 7373                                                          Production
#> 7374                                                          Production
#> 7375                                                          Production
#> 7376                                                          Production
#> 7377                                                          Production
#> 7378                                                          Production
#> 7379                                                          Production
#> 7380                                                          Production
#> 7381                                                          Production
#> 7382                                                          Production
#> 7383                                                          Production
#> 7384                                                          Production
#> 7385                                                          Production
#> 7386                                                          Production
#> 7387                                                          Production
#> 7388                                                          Production
#> 7389                                                          Production
#> 7390                                                          Production
#> 7391                                                          Production
#> 7392                                                          Production
#> 7393                                                          Production
#> 7394                                                          Production
#> 7395                                                          Production
#> 7396                                                          Production
#> 7397                                                          Production
#> 7398                                                          Production
#> 7399                                                          Production
#> 7400                                                          Production
#> 7401                                                          Production
#> 7402                                                          Production
#> 7403                                                          Production
#> 7404                                                          Production
#> 7405                                                          Production
#> 7406                                                          Production
#> 7407                                                          Production
#> 7408                                                          Production
#> 7409                                                          Production
#> 7410                                                          Production
#> 7411                                                          Production
#> 7412                                                          Production
#> 7413                                                             Imports
#> 7414                                                             Imports
#> 7415                                                             Imports
#> 7416                                                             Imports
#> 7417                                                             Imports
#> 7418                                                             Imports
#> 7419                                                             Imports
#> 7420                                                             Imports
#> 7421                                                             Imports
#> 7422                                                             Imports
#> 7423                                                             Imports
#> 7424                                                             Imports
#> 7425                                                             Imports
#> 7426                                                             Imports
#> 7427                                                             Imports
#> 7428                                                             Imports
#> 7429                                                             Imports
#> 7430                                                             Imports
#> 7431                                                             Imports
#> 7432                                                             Imports
#> 7433                                                             Imports
#> 7434                                                             Imports
#> 7435                                                             Imports
#> 7436                                                             Imports
#> 7437                                                             Imports
#> 7438                                                             Imports
#> 7439                                                             Imports
#> 7440                                                             Imports
#> 7441                                                             Imports
#> 7442                                                             Imports
#> 7443                                                             Imports
#> 7444                                                             Imports
#> 7445                                                             Imports
#> 7446                                                             Imports
#> 7447                                                             Imports
#> 7448                                                             Imports
#> 7449                                                             Imports
#> 7450                                                             Imports
#> 7451                                                             Imports
#> 7452                                                             Imports
#> 7453                                                             Imports
#> 7454                                                             Imports
#> 7455                                                             Imports
#> 7456                                                             Imports
#> 7457                                                             Imports
#> 7458                                                             Imports
#> 7459                                                             Imports
#> 7460                                                             Imports
#> 7461                                                             Imports
#> 7462                                                             Imports
#> 7463                                                             Imports
#> 7464                                                             Imports
#> 7465                                                             Imports
#> 7466                                                             Imports
#> 7467                                                             Imports
#> 7468                                                             Imports
#> 7469                                                             Imports
#> 7470                                                             Imports
#> 7471                                                             Imports
#> 7472                                                             Imports
#> 7473                                                             Imports
#> 7474                                                             Imports
#> 7475                                                             Imports
#> 7476                                                             Imports
#> 7477                                                             Imports
#> 7478                                                             Imports
#> 7479                                                             Imports
#> 7480                                                             Imports
#> 7481                                                             Exports
#> 7482                                                             Exports
#> 7483                                                             Exports
#> 7484                                                             Exports
#> 7485                                                             Exports
#> 7486                                                             Exports
#> 7487                                                             Exports
#> 7488                                                             Exports
#> 7489                                                             Exports
#> 7490                                                             Exports
#> 7491                                                             Exports
#> 7492                                                             Exports
#> 7493                                                             Exports
#> 7494                                                             Exports
#> 7495                                                             Exports
#> 7496                                                             Exports
#> 7497                                                             Exports
#> 7498                                                             Exports
#> 7499                                                             Exports
#> 7500                                                             Exports
#> 7501                                                             Exports
#> 7502                                                             Exports
#> 7503                                                             Exports
#> 7504                                                             Exports
#> 7505                                                             Exports
#> 7506                                                             Exports
#> 7507                                                             Exports
#> 7508                                                             Exports
#> 7509                                                             Exports
#> 7510                                                             Exports
#> 7511                                                             Exports
#> 7512                                                             Exports
#> 7513                                                             Exports
#> 7514                                                             Exports
#> 7515                                                             Exports
#> 7516                                                             Exports
#> 7517                                                             Exports
#> 7518                                                             Exports
#> 7519                                                             Exports
#> 7520                                                             Exports
#> 7521                                                             Exports
#> 7522                                                             Exports
#> 7523                                                             Exports
#> 7524                                                             Exports
#> 7525                                                             Exports
#> 7526                                                             Exports
#> 7527                                                             Exports
#> 7528                                                             Exports
#> 7529                                                             Exports
#> 7530                                                             Exports
#> 7531                                                             Exports
#> 7532                                                             Exports
#> 7533                                                             Exports
#> 7534                                                             Exports
#> 7535                                                             Exports
#> 7536                                                             Exports
#> 7537                                                             Exports
#> 7538                                                             Exports
#> 7539                                                             Exports
#> 7540                                                             Exports
#> 7541                                                             Exports
#> 7542                                                             Exports
#> 7543                                                             Exports
#> 7544                                                             Exports
#> 7545                                                             Exports
#> 7546                                                             Exports
#> 7547                                                             Exports
#> 7548                                                             Exports
#> 7549                                        International marine bunkers
#> 7550                                        International marine bunkers
#> 7551                                        International marine bunkers
#> 7552                                        International marine bunkers
#> 7553                                        International marine bunkers
#> 7554                                        International marine bunkers
#> 7555                                        International marine bunkers
#> 7556                                        International marine bunkers
#> 7557                                        International marine bunkers
#> 7558                                        International marine bunkers
#> 7559                                        International marine bunkers
#> 7560                                        International marine bunkers
#> 7561                                        International marine bunkers
#> 7562                                        International marine bunkers
#> 7563                                        International marine bunkers
#> 7564                                        International marine bunkers
#> 7565                                        International marine bunkers
#> 7566                                        International marine bunkers
#> 7567                                        International marine bunkers
#> 7568                                        International marine bunkers
#> 7569                                        International marine bunkers
#> 7570                                        International marine bunkers
#> 7571                                        International marine bunkers
#> 7572                                        International marine bunkers
#> 7573                                        International marine bunkers
#> 7574                                        International marine bunkers
#> 7575                                        International marine bunkers
#> 7576                                        International marine bunkers
#> 7577                                        International marine bunkers
#> 7578                                        International marine bunkers
#> 7579                                        International marine bunkers
#> 7580                                        International marine bunkers
#> 7581                                        International marine bunkers
#> 7582                                        International marine bunkers
#> 7583                                        International marine bunkers
#> 7584                                        International marine bunkers
#> 7585                                        International marine bunkers
#> 7586                                        International marine bunkers
#> 7587                                        International marine bunkers
#> 7588                                        International marine bunkers
#> 7589                                        International marine bunkers
#> 7590                                        International marine bunkers
#> 7591                                        International marine bunkers
#> 7592                                        International marine bunkers
#> 7593                                        International marine bunkers
#> 7594                                        International marine bunkers
#> 7595                                        International marine bunkers
#> 7596                                        International marine bunkers
#> 7597                                        International marine bunkers
#> 7598                                        International marine bunkers
#> 7599                                        International marine bunkers
#> 7600                                        International marine bunkers
#> 7601                                        International marine bunkers
#> 7602                                        International marine bunkers
#> 7603                                        International marine bunkers
#> 7604                                        International marine bunkers
#> 7605                                        International marine bunkers
#> 7606                                        International marine bunkers
#> 7607                                        International marine bunkers
#> 7608                                        International marine bunkers
#> 7609                                        International marine bunkers
#> 7610                                        International marine bunkers
#> 7611                                        International marine bunkers
#> 7612                                        International marine bunkers
#> 7613                                        International marine bunkers
#> 7614                                        International marine bunkers
#> 7615                                        International marine bunkers
#> 7616                                        International marine bunkers
#> 7617                                      International aviation bunkers
#> 7618                                      International aviation bunkers
#> 7619                                      International aviation bunkers
#> 7620                                      International aviation bunkers
#> 7621                                      International aviation bunkers
#> 7622                                      International aviation bunkers
#> 7623                                      International aviation bunkers
#> 7624                                      International aviation bunkers
#> 7625                                      International aviation bunkers
#> 7626                                      International aviation bunkers
#> 7627                                      International aviation bunkers
#> 7628                                      International aviation bunkers
#> 7629                                      International aviation bunkers
#> 7630                                      International aviation bunkers
#> 7631                                      International aviation bunkers
#> 7632                                      International aviation bunkers
#> 7633                                      International aviation bunkers
#> 7634                                      International aviation bunkers
#> 7635                                      International aviation bunkers
#> 7636                                      International aviation bunkers
#> 7637                                      International aviation bunkers
#> 7638                                      International aviation bunkers
#> 7639                                      International aviation bunkers
#> 7640                                      International aviation bunkers
#> 7641                                      International aviation bunkers
#> 7642                                      International aviation bunkers
#> 7643                                      International aviation bunkers
#> 7644                                      International aviation bunkers
#> 7645                                      International aviation bunkers
#> 7646                                      International aviation bunkers
#> 7647                                      International aviation bunkers
#> 7648                                      International aviation bunkers
#> 7649                                      International aviation bunkers
#> 7650                                      International aviation bunkers
#> 7651                                      International aviation bunkers
#> 7652                                      International aviation bunkers
#> 7653                                      International aviation bunkers
#> 7654                                      International aviation bunkers
#> 7655                                      International aviation bunkers
#> 7656                                      International aviation bunkers
#> 7657                                      International aviation bunkers
#> 7658                                      International aviation bunkers
#> 7659                                      International aviation bunkers
#> 7660                                      International aviation bunkers
#> 7661                                      International aviation bunkers
#> 7662                                      International aviation bunkers
#> 7663                                      International aviation bunkers
#> 7664                                      International aviation bunkers
#> 7665                                      International aviation bunkers
#> 7666                                      International aviation bunkers
#> 7667                                      International aviation bunkers
#> 7668                                      International aviation bunkers
#> 7669                                      International aviation bunkers
#> 7670                                      International aviation bunkers
#> 7671                                      International aviation bunkers
#> 7672                                      International aviation bunkers
#> 7673                                      International aviation bunkers
#> 7674                                      International aviation bunkers
#> 7675                                      International aviation bunkers
#> 7676                                      International aviation bunkers
#> 7677                                      International aviation bunkers
#> 7678                                      International aviation bunkers
#> 7679                                      International aviation bunkers
#> 7680                                      International aviation bunkers
#> 7681                                      International aviation bunkers
#> 7682                                      International aviation bunkers
#> 7683                                      International aviation bunkers
#> 7684                                      International aviation bunkers
#> 7685                                                       Stock changes
#> 7686                                                       Stock changes
#> 7687                                                       Stock changes
#> 7688                                                       Stock changes
#> 7689                                                       Stock changes
#> 7690                                                       Stock changes
#> 7691                                                       Stock changes
#> 7692                                                       Stock changes
#> 7693                                                       Stock changes
#> 7694                                                       Stock changes
#> 7695                                                       Stock changes
#> 7696                                                       Stock changes
#> 7697                                                       Stock changes
#> 7698                                                       Stock changes
#> 7699                                                       Stock changes
#> 7700                                                       Stock changes
#> 7701                                                       Stock changes
#> 7702                                                       Stock changes
#> 7703                                                       Stock changes
#> 7704                                                       Stock changes
#> 7705                                                       Stock changes
#> 7706                                                       Stock changes
#> 7707                                                       Stock changes
#> 7708                                                       Stock changes
#> 7709                                                       Stock changes
#> 7710                                                       Stock changes
#> 7711                                                       Stock changes
#> 7712                                                       Stock changes
#> 7713                                                       Stock changes
#> 7714                                                       Stock changes
#> 7715                                                       Stock changes
#> 7716                                                       Stock changes
#> 7717                                                       Stock changes
#> 7718                                                       Stock changes
#> 7719                                                       Stock changes
#> 7720                                                       Stock changes
#> 7721                                                       Stock changes
#> 7722                                                       Stock changes
#> 7723                                                       Stock changes
#> 7724                                                       Stock changes
#> 7725                                                       Stock changes
#> 7726                                                       Stock changes
#> 7727                                                       Stock changes
#> 7728                                                       Stock changes
#> 7729                                                       Stock changes
#> 7730                                                       Stock changes
#> 7731                                                       Stock changes
#> 7732                                                       Stock changes
#> 7733                                                       Stock changes
#> 7734                                                       Stock changes
#> 7735                                                       Stock changes
#> 7736                                                       Stock changes
#> 7737                                                       Stock changes
#> 7738                                                       Stock changes
#> 7739                                                       Stock changes
#> 7740                                                       Stock changes
#> 7741                                                       Stock changes
#> 7742                                                       Stock changes
#> 7743                                                       Stock changes
#> 7744                                                       Stock changes
#> 7745                                                       Stock changes
#> 7746                                                       Stock changes
#> 7747                                                       Stock changes
#> 7748                                                       Stock changes
#> 7749                                                       Stock changes
#> 7750                                                       Stock changes
#> 7751                                                       Stock changes
#> 7752                                                       Stock changes
#> 7753                                                 Total energy supply
#> 7754                                                 Total energy supply
#> 7755                                                 Total energy supply
#> 7756                                                 Total energy supply
#> 7757                                                 Total energy supply
#> 7758                                                 Total energy supply
#> 7759                                                 Total energy supply
#> 7760                                                 Total energy supply
#> 7761                                                 Total energy supply
#> 7762                                                 Total energy supply
#> 7763                                                 Total energy supply
#> 7764                                                 Total energy supply
#> 7765                                                 Total energy supply
#> 7766                                                 Total energy supply
#> 7767                                                 Total energy supply
#> 7768                                                 Total energy supply
#> 7769                                                 Total energy supply
#> 7770                                                 Total energy supply
#> 7771                                                 Total energy supply
#> 7772                                                 Total energy supply
#> 7773                                                 Total energy supply
#> 7774                                                 Total energy supply
#> 7775                                                 Total energy supply
#> 7776                                                 Total energy supply
#> 7777                                                 Total energy supply
#> 7778                                                 Total energy supply
#> 7779                                                 Total energy supply
#> 7780                                                 Total energy supply
#> 7781                                                 Total energy supply
#> 7782                                                 Total energy supply
#> 7783                                                 Total energy supply
#> 7784                                                 Total energy supply
#> 7785                                                 Total energy supply
#> 7786                                                 Total energy supply
#> 7787                                                 Total energy supply
#> 7788                                                 Total energy supply
#> 7789                                                 Total energy supply
#> 7790                                                 Total energy supply
#> 7791                                                 Total energy supply
#> 7792                                                 Total energy supply
#> 7793                                                 Total energy supply
#> 7794                                                 Total energy supply
#> 7795                                                 Total energy supply
#> 7796                                                 Total energy supply
#> 7797                                                 Total energy supply
#> 7798                                                 Total energy supply
#> 7799                                                 Total energy supply
#> 7800                                                 Total energy supply
#> 7801                                                 Total energy supply
#> 7802                                                 Total energy supply
#> 7803                                                 Total energy supply
#> 7804                                                 Total energy supply
#> 7805                                                 Total energy supply
#> 7806                                                 Total energy supply
#> 7807                                                 Total energy supply
#> 7808                                                 Total energy supply
#> 7809                                                 Total energy supply
#> 7810                                                 Total energy supply
#> 7811                                                 Total energy supply
#> 7812                                                 Total energy supply
#> 7813                                                 Total energy supply
#> 7814                                                 Total energy supply
#> 7815                                                 Total energy supply
#> 7816                                                 Total energy supply
#> 7817                                                 Total energy supply
#> 7818                                                 Total energy supply
#> 7819                                                 Total energy supply
#> 7820                                                 Total energy supply
#> 7821                                                           Transfers
#> 7822                                                           Transfers
#> 7823                                                           Transfers
#> 7824                                                           Transfers
#> 7825                                                           Transfers
#> 7826                                                           Transfers
#> 7827                                                           Transfers
#> 7828                                                           Transfers
#> 7829                                                           Transfers
#> 7830                                                           Transfers
#> 7831                                                           Transfers
#> 7832                                                           Transfers
#> 7833                                                           Transfers
#> 7834                                                           Transfers
#> 7835                                                           Transfers
#> 7836                                                           Transfers
#> 7837                                                           Transfers
#> 7838                                                           Transfers
#> 7839                                                           Transfers
#> 7840                                                           Transfers
#> 7841                                                           Transfers
#> 7842                                                           Transfers
#> 7843                                                           Transfers
#> 7844                                                           Transfers
#> 7845                                                           Transfers
#> 7846                                                           Transfers
#> 7847                                                           Transfers
#> 7848                                                           Transfers
#> 7849                                                           Transfers
#> 7850                                                           Transfers
#> 7851                                                           Transfers
#> 7852                                                           Transfers
#> 7853                                                           Transfers
#> 7854                                                           Transfers
#> 7855                                                           Transfers
#> 7856                                                           Transfers
#> 7857                                                           Transfers
#> 7858                                                           Transfers
#> 7859                                                           Transfers
#> 7860                                                           Transfers
#> 7861                                                           Transfers
#> 7862                                                           Transfers
#> 7863                                                           Transfers
#> 7864                                                           Transfers
#> 7865                                                           Transfers
#> 7866                                                           Transfers
#> 7867                                                           Transfers
#> 7868                                                           Transfers
#> 7869                                                           Transfers
#> 7870                                                           Transfers
#> 7871                                                           Transfers
#> 7872                                                           Transfers
#> 7873                                                           Transfers
#> 7874                                                           Transfers
#> 7875                                                           Transfers
#> 7876                                                           Transfers
#> 7877                                                           Transfers
#> 7878                                                           Transfers
#> 7879                                                           Transfers
#> 7880                                                           Transfers
#> 7881                                                           Transfers
#> 7882                                                           Transfers
#> 7883                                                           Transfers
#> 7884                                                           Transfers
#> 7885                                                           Transfers
#> 7886                                                           Transfers
#> 7887                                                           Transfers
#> 7888                                                           Transfers
#> 7889                                             Statistical differences
#> 7890                                             Statistical differences
#> 7891                                             Statistical differences
#> 7892                                             Statistical differences
#> 7893                                             Statistical differences
#> 7894                                             Statistical differences
#> 7895                                             Statistical differences
#> 7896                                             Statistical differences
#> 7897                                             Statistical differences
#> 7898                                             Statistical differences
#> 7899                                             Statistical differences
#> 7900                                             Statistical differences
#> 7901                                             Statistical differences
#> 7902                                             Statistical differences
#> 7903                                             Statistical differences
#> 7904                                             Statistical differences
#> 7905                                             Statistical differences
#> 7906                                             Statistical differences
#> 7907                                             Statistical differences
#> 7908                                             Statistical differences
#> 7909                                             Statistical differences
#> 7910                                             Statistical differences
#> 7911                                             Statistical differences
#> 7912                                             Statistical differences
#> 7913                                             Statistical differences
#> 7914                                             Statistical differences
#> 7915                                             Statistical differences
#> 7916                                             Statistical differences
#> 7917                                             Statistical differences
#> 7918                                             Statistical differences
#> 7919                                             Statistical differences
#> 7920                                             Statistical differences
#> 7921                                             Statistical differences
#> 7922                                             Statistical differences
#> 7923                                             Statistical differences
#> 7924                                             Statistical differences
#> 7925                                             Statistical differences
#> 7926                                             Statistical differences
#> 7927                                             Statistical differences
#> 7928                                             Statistical differences
#> 7929                                             Statistical differences
#> 7930                                             Statistical differences
#> 7931                                             Statistical differences
#> 7932                                             Statistical differences
#> 7933                                             Statistical differences
#> 7934                                             Statistical differences
#> 7935                                             Statistical differences
#> 7936                                             Statistical differences
#> 7937                                             Statistical differences
#> 7938                                             Statistical differences
#> 7939                                             Statistical differences
#> 7940                                             Statistical differences
#> 7941                                             Statistical differences
#> 7942                                             Statistical differences
#> 7943                                             Statistical differences
#> 7944                                             Statistical differences
#> 7945                                             Statistical differences
#> 7946                                             Statistical differences
#> 7947                                             Statistical differences
#> 7948                                             Statistical differences
#> 7949                                             Statistical differences
#> 7950                                             Statistical differences
#> 7951                                             Statistical differences
#> 7952                                             Statistical differences
#> 7953                                             Statistical differences
#> 7954                                             Statistical differences
#> 7955                                             Statistical differences
#> 7956                                             Statistical differences
#> 7957                                            Transformation processes
#> 7958                                            Transformation processes
#> 7959                                            Transformation processes
#> 7960                                            Transformation processes
#> 7961                                            Transformation processes
#> 7962                                            Transformation processes
#> 7963                                            Transformation processes
#> 7964                                            Transformation processes
#> 7965                                            Transformation processes
#> 7966                                            Transformation processes
#> 7967                                            Transformation processes
#> 7968                                            Transformation processes
#> 7969                                            Transformation processes
#> 7970                                            Transformation processes
#> 7971                                            Transformation processes
#> 7972                                            Transformation processes
#> 7973                                            Transformation processes
#> 7974                                            Transformation processes
#> 7975                                            Transformation processes
#> 7976                                            Transformation processes
#> 7977                                            Transformation processes
#> 7978                                            Transformation processes
#> 7979                                            Transformation processes
#> 7980                                            Transformation processes
#> 7981                                            Transformation processes
#> 7982                                            Transformation processes
#> 7983                                            Transformation processes
#> 7984                                            Transformation processes
#> 7985                                            Transformation processes
#> 7986                                            Transformation processes
#> 7987                                            Transformation processes
#> 7988                                            Transformation processes
#> 7989                                            Transformation processes
#> 7990                                            Transformation processes
#> 7991                                            Transformation processes
#> 7992                                            Transformation processes
#> 7993                                            Transformation processes
#> 7994                                            Transformation processes
#> 7995                                            Transformation processes
#> 7996                                            Transformation processes
#> 7997                                            Transformation processes
#> 7998                                            Transformation processes
#> 7999                                            Transformation processes
#> 8000                                            Transformation processes
#> 8001                                            Transformation processes
#> 8002                                            Transformation processes
#> 8003                                            Transformation processes
#> 8004                                            Transformation processes
#> 8005                                            Transformation processes
#> 8006                                            Transformation processes
#> 8007                                            Transformation processes
#> 8008                                            Transformation processes
#> 8009                                            Transformation processes
#> 8010                                            Transformation processes
#> 8011                                            Transformation processes
#> 8012                                            Transformation processes
#> 8013                                            Transformation processes
#> 8014                                            Transformation processes
#> 8015                                            Transformation processes
#> 8016                                            Transformation processes
#> 8017                                            Transformation processes
#> 8018                                            Transformation processes
#> 8019                                            Transformation processes
#> 8020                                            Transformation processes
#> 8021                                            Transformation processes
#> 8022                                            Transformation processes
#> 8023                                            Transformation processes
#> 8024                                            Transformation processes
#> 8025                           Main activity producer electricity plants
#> 8026                           Main activity producer electricity plants
#> 8027                           Main activity producer electricity plants
#> 8028                           Main activity producer electricity plants
#> 8029                           Main activity producer electricity plants
#> 8030                           Main activity producer electricity plants
#> 8031                           Main activity producer electricity plants
#> 8032                           Main activity producer electricity plants
#> 8033                           Main activity producer electricity plants
#> 8034                           Main activity producer electricity plants
#> 8035                           Main activity producer electricity plants
#> 8036                           Main activity producer electricity plants
#> 8037                           Main activity producer electricity plants
#> 8038                           Main activity producer electricity plants
#> 8039                           Main activity producer electricity plants
#> 8040                           Main activity producer electricity plants
#> 8041                           Main activity producer electricity plants
#> 8042                           Main activity producer electricity plants
#> 8043                           Main activity producer electricity plants
#> 8044                           Main activity producer electricity plants
#> 8045                           Main activity producer electricity plants
#> 8046                           Main activity producer electricity plants
#> 8047                           Main activity producer electricity plants
#> 8048                           Main activity producer electricity plants
#> 8049                           Main activity producer electricity plants
#> 8050                           Main activity producer electricity plants
#> 8051                           Main activity producer electricity plants
#> 8052                           Main activity producer electricity plants
#> 8053                           Main activity producer electricity plants
#> 8054                           Main activity producer electricity plants
#> 8055                           Main activity producer electricity plants
#> 8056                           Main activity producer electricity plants
#> 8057                           Main activity producer electricity plants
#> 8058                           Main activity producer electricity plants
#> 8059                           Main activity producer electricity plants
#> 8060                           Main activity producer electricity plants
#> 8061                           Main activity producer electricity plants
#> 8062                           Main activity producer electricity plants
#> 8063                           Main activity producer electricity plants
#> 8064                           Main activity producer electricity plants
#> 8065                           Main activity producer electricity plants
#> 8066                           Main activity producer electricity plants
#> 8067                           Main activity producer electricity plants
#> 8068                           Main activity producer electricity plants
#> 8069                           Main activity producer electricity plants
#> 8070                           Main activity producer electricity plants
#> 8071                           Main activity producer electricity plants
#> 8072                           Main activity producer electricity plants
#> 8073                           Main activity producer electricity plants
#> 8074                           Main activity producer electricity plants
#> 8075                           Main activity producer electricity plants
#> 8076                           Main activity producer electricity plants
#> 8077                           Main activity producer electricity plants
#> 8078                           Main activity producer electricity plants
#> 8079                           Main activity producer electricity plants
#> 8080                           Main activity producer electricity plants
#> 8081                           Main activity producer electricity plants
#> 8082                           Main activity producer electricity plants
#> 8083                           Main activity producer electricity plants
#> 8084                           Main activity producer electricity plants
#> 8085                           Main activity producer electricity plants
#> 8086                           Main activity producer electricity plants
#> 8087                           Main activity producer electricity plants
#> 8088                           Main activity producer electricity plants
#> 8089                           Main activity producer electricity plants
#> 8090                           Main activity producer electricity plants
#> 8091                           Main activity producer electricity plants
#> 8092                           Main activity producer electricity plants
#> 8093                                     Autoproducer electricity plants
#> 8094                                     Autoproducer electricity plants
#> 8095                                     Autoproducer electricity plants
#> 8096                                     Autoproducer electricity plants
#> 8097                                     Autoproducer electricity plants
#> 8098                                     Autoproducer electricity plants
#> 8099                                     Autoproducer electricity plants
#> 8100                                     Autoproducer electricity plants
#> 8101                                     Autoproducer electricity plants
#> 8102                                     Autoproducer electricity plants
#> 8103                                     Autoproducer electricity plants
#> 8104                                     Autoproducer electricity plants
#> 8105                                     Autoproducer electricity plants
#> 8106                                     Autoproducer electricity plants
#> 8107                                     Autoproducer electricity plants
#> 8108                                     Autoproducer electricity plants
#> 8109                                     Autoproducer electricity plants
#> 8110                                     Autoproducer electricity plants
#> 8111                                     Autoproducer electricity plants
#> 8112                                     Autoproducer electricity plants
#> 8113                                     Autoproducer electricity plants
#> 8114                                     Autoproducer electricity plants
#> 8115                                     Autoproducer electricity plants
#> 8116                                     Autoproducer electricity plants
#> 8117                                     Autoproducer electricity plants
#> 8118                                     Autoproducer electricity plants
#> 8119                                     Autoproducer electricity plants
#> 8120                                     Autoproducer electricity plants
#> 8121                                     Autoproducer electricity plants
#> 8122                                     Autoproducer electricity plants
#> 8123                                     Autoproducer electricity plants
#> 8124                                     Autoproducer electricity plants
#> 8125                                     Autoproducer electricity plants
#> 8126                                     Autoproducer electricity plants
#> 8127                                     Autoproducer electricity plants
#> 8128                                     Autoproducer electricity plants
#> 8129                                     Autoproducer electricity plants
#> 8130                                     Autoproducer electricity plants
#> 8131                                     Autoproducer electricity plants
#> 8132                                     Autoproducer electricity plants
#> 8133                                     Autoproducer electricity plants
#> 8134                                     Autoproducer electricity plants
#> 8135                                     Autoproducer electricity plants
#> 8136                                     Autoproducer electricity plants
#> 8137                                     Autoproducer electricity plants
#> 8138                                     Autoproducer electricity plants
#> 8139                                     Autoproducer electricity plants
#> 8140                                     Autoproducer electricity plants
#> 8141                                     Autoproducer electricity plants
#> 8142                                     Autoproducer electricity plants
#> 8143                                     Autoproducer electricity plants
#> 8144                                     Autoproducer electricity plants
#> 8145                                     Autoproducer electricity plants
#> 8146                                     Autoproducer electricity plants
#> 8147                                     Autoproducer electricity plants
#> 8148                                     Autoproducer electricity plants
#> 8149                                     Autoproducer electricity plants
#> 8150                                     Autoproducer electricity plants
#> 8151                                     Autoproducer electricity plants
#> 8152                                     Autoproducer electricity plants
#> 8153                                     Autoproducer electricity plants
#> 8154                                     Autoproducer electricity plants
#> 8155                                     Autoproducer electricity plants
#> 8156                                     Autoproducer electricity plants
#> 8157                                     Autoproducer electricity plants
#> 8158                                     Autoproducer electricity plants
#> 8159                                     Autoproducer electricity plants
#> 8160                                     Autoproducer electricity plants
#> 8161                                   Main activity producer CHP plants
#> 8162                                   Main activity producer CHP plants
#> 8163                                   Main activity producer CHP plants
#> 8164                                   Main activity producer CHP plants
#> 8165                                   Main activity producer CHP plants
#> 8166                                   Main activity producer CHP plants
#> 8167                                   Main activity producer CHP plants
#> 8168                                   Main activity producer CHP plants
#> 8169                                   Main activity producer CHP plants
#> 8170                                   Main activity producer CHP plants
#> 8171                                   Main activity producer CHP plants
#> 8172                                   Main activity producer CHP plants
#> 8173                                   Main activity producer CHP plants
#> 8174                                   Main activity producer CHP plants
#> 8175                                   Main activity producer CHP plants
#> 8176                                   Main activity producer CHP plants
#> 8177                                   Main activity producer CHP plants
#> 8178                                   Main activity producer CHP plants
#> 8179                                   Main activity producer CHP plants
#> 8180                                   Main activity producer CHP plants
#> 8181                                   Main activity producer CHP plants
#> 8182                                   Main activity producer CHP plants
#> 8183                                   Main activity producer CHP plants
#> 8184                                   Main activity producer CHP plants
#> 8185                                   Main activity producer CHP plants
#> 8186                                   Main activity producer CHP plants
#> 8187                                   Main activity producer CHP plants
#> 8188                                   Main activity producer CHP plants
#> 8189                                   Main activity producer CHP plants
#> 8190                                   Main activity producer CHP plants
#> 8191                                   Main activity producer CHP plants
#> 8192                                   Main activity producer CHP plants
#> 8193                                   Main activity producer CHP plants
#> 8194                                   Main activity producer CHP plants
#> 8195                                   Main activity producer CHP plants
#> 8196                                   Main activity producer CHP plants
#> 8197                                   Main activity producer CHP plants
#> 8198                                   Main activity producer CHP plants
#> 8199                                   Main activity producer CHP plants
#> 8200                                   Main activity producer CHP plants
#> 8201                                   Main activity producer CHP plants
#> 8202                                   Main activity producer CHP plants
#> 8203                                   Main activity producer CHP plants
#> 8204                                   Main activity producer CHP plants
#> 8205                                   Main activity producer CHP plants
#> 8206                                   Main activity producer CHP plants
#> 8207                                   Main activity producer CHP plants
#> 8208                                   Main activity producer CHP plants
#> 8209                                   Main activity producer CHP plants
#> 8210                                   Main activity producer CHP plants
#> 8211                                   Main activity producer CHP plants
#> 8212                                   Main activity producer CHP plants
#> 8213                                   Main activity producer CHP plants
#> 8214                                   Main activity producer CHP plants
#> 8215                                   Main activity producer CHP plants
#> 8216                                   Main activity producer CHP plants
#> 8217                                   Main activity producer CHP plants
#> 8218                                   Main activity producer CHP plants
#> 8219                                   Main activity producer CHP plants
#> 8220                                   Main activity producer CHP plants
#> 8221                                   Main activity producer CHP plants
#> 8222                                   Main activity producer CHP plants
#> 8223                                   Main activity producer CHP plants
#> 8224                                   Main activity producer CHP plants
#> 8225                                   Main activity producer CHP plants
#> 8226                                   Main activity producer CHP plants
#> 8227                                   Main activity producer CHP plants
#> 8228                                   Main activity producer CHP plants
#> 8229                                             Autoproducer CHP plants
#> 8230                                             Autoproducer CHP plants
#> 8231                                             Autoproducer CHP plants
#> 8232                                             Autoproducer CHP plants
#> 8233                                             Autoproducer CHP plants
#> 8234                                             Autoproducer CHP plants
#> 8235                                             Autoproducer CHP plants
#> 8236                                             Autoproducer CHP plants
#> 8237                                             Autoproducer CHP plants
#> 8238                                             Autoproducer CHP plants
#> 8239                                             Autoproducer CHP plants
#> 8240                                             Autoproducer CHP plants
#> 8241                                             Autoproducer CHP plants
#> 8242                                             Autoproducer CHP plants
#> 8243                                             Autoproducer CHP plants
#> 8244                                             Autoproducer CHP plants
#> 8245                                             Autoproducer CHP plants
#> 8246                                             Autoproducer CHP plants
#> 8247                                             Autoproducer CHP plants
#> 8248                                             Autoproducer CHP plants
#> 8249                                             Autoproducer CHP plants
#> 8250                                             Autoproducer CHP plants
#> 8251                                             Autoproducer CHP plants
#> 8252                                             Autoproducer CHP plants
#> 8253                                             Autoproducer CHP plants
#> 8254                                             Autoproducer CHP plants
#> 8255                                             Autoproducer CHP plants
#> 8256                                             Autoproducer CHP plants
#> 8257                                             Autoproducer CHP plants
#> 8258                                             Autoproducer CHP plants
#> 8259                                             Autoproducer CHP plants
#> 8260                                             Autoproducer CHP plants
#> 8261                                             Autoproducer CHP plants
#> 8262                                             Autoproducer CHP plants
#> 8263                                             Autoproducer CHP plants
#> 8264                                             Autoproducer CHP plants
#> 8265                                             Autoproducer CHP plants
#> 8266                                             Autoproducer CHP plants
#> 8267                                             Autoproducer CHP plants
#> 8268                                             Autoproducer CHP plants
#> 8269                                             Autoproducer CHP plants
#> 8270                                             Autoproducer CHP plants
#> 8271                                             Autoproducer CHP plants
#> 8272                                             Autoproducer CHP plants
#> 8273                                             Autoproducer CHP plants
#> 8274                                             Autoproducer CHP plants
#> 8275                                             Autoproducer CHP plants
#> 8276                                             Autoproducer CHP plants
#> 8277                                             Autoproducer CHP plants
#> 8278                                             Autoproducer CHP plants
#> 8279                                             Autoproducer CHP plants
#> 8280                                             Autoproducer CHP plants
#> 8281                                             Autoproducer CHP plants
#> 8282                                             Autoproducer CHP plants
#> 8283                                             Autoproducer CHP plants
#> 8284                                             Autoproducer CHP plants
#> 8285                                             Autoproducer CHP plants
#> 8286                                             Autoproducer CHP plants
#> 8287                                             Autoproducer CHP plants
#> 8288                                             Autoproducer CHP plants
#> 8289                                             Autoproducer CHP plants
#> 8290                                             Autoproducer CHP plants
#> 8291                                             Autoproducer CHP plants
#> 8292                                             Autoproducer CHP plants
#> 8293                                             Autoproducer CHP plants
#> 8294                                             Autoproducer CHP plants
#> 8295                                             Autoproducer CHP plants
#> 8296                                             Autoproducer CHP plants
#> 8297                                  Main activity producer heat plants
#> 8298                                  Main activity producer heat plants
#> 8299                                  Main activity producer heat plants
#> 8300                                  Main activity producer heat plants
#> 8301                                  Main activity producer heat plants
#> 8302                                  Main activity producer heat plants
#> 8303                                  Main activity producer heat plants
#> 8304                                  Main activity producer heat plants
#> 8305                                  Main activity producer heat plants
#> 8306                                  Main activity producer heat plants
#> 8307                                  Main activity producer heat plants
#> 8308                                  Main activity producer heat plants
#> 8309                                  Main activity producer heat plants
#> 8310                                  Main activity producer heat plants
#> 8311                                  Main activity producer heat plants
#> 8312                                  Main activity producer heat plants
#> 8313                                  Main activity producer heat plants
#> 8314                                  Main activity producer heat plants
#> 8315                                  Main activity producer heat plants
#> 8316                                  Main activity producer heat plants
#> 8317                                  Main activity producer heat plants
#> 8318                                  Main activity producer heat plants
#> 8319                                  Main activity producer heat plants
#> 8320                                  Main activity producer heat plants
#> 8321                                  Main activity producer heat plants
#> 8322                                  Main activity producer heat plants
#> 8323                                  Main activity producer heat plants
#> 8324                                  Main activity producer heat plants
#> 8325                                  Main activity producer heat plants
#> 8326                                  Main activity producer heat plants
#> 8327                                  Main activity producer heat plants
#> 8328                                  Main activity producer heat plants
#> 8329                                  Main activity producer heat plants
#> 8330                                  Main activity producer heat plants
#> 8331                                  Main activity producer heat plants
#> 8332                                  Main activity producer heat plants
#> 8333                                  Main activity producer heat plants
#> 8334                                  Main activity producer heat plants
#> 8335                                  Main activity producer heat plants
#> 8336                                  Main activity producer heat plants
#> 8337                                  Main activity producer heat plants
#> 8338                                  Main activity producer heat plants
#> 8339                                  Main activity producer heat plants
#> 8340                                  Main activity producer heat plants
#> 8341                                  Main activity producer heat plants
#> 8342                                  Main activity producer heat plants
#> 8343                                  Main activity producer heat plants
#> 8344                                  Main activity producer heat plants
#> 8345                                  Main activity producer heat plants
#> 8346                                  Main activity producer heat plants
#> 8347                                  Main activity producer heat plants
#> 8348                                  Main activity producer heat plants
#> 8349                                  Main activity producer heat plants
#> 8350                                  Main activity producer heat plants
#> 8351                                  Main activity producer heat plants
#> 8352                                  Main activity producer heat plants
#> 8353                                  Main activity producer heat plants
#> 8354                                  Main activity producer heat plants
#> 8355                                  Main activity producer heat plants
#> 8356                                  Main activity producer heat plants
#> 8357                                  Main activity producer heat plants
#> 8358                                  Main activity producer heat plants
#> 8359                                  Main activity producer heat plants
#> 8360                                  Main activity producer heat plants
#> 8361                                  Main activity producer heat plants
#> 8362                                  Main activity producer heat plants
#> 8363                                  Main activity producer heat plants
#> 8364                                  Main activity producer heat plants
#> 8365                                            Autoproducer heat plants
#> 8366                                            Autoproducer heat plants
#> 8367                                            Autoproducer heat plants
#> 8368                                            Autoproducer heat plants
#> 8369                                            Autoproducer heat plants
#> 8370                                            Autoproducer heat plants
#> 8371                                            Autoproducer heat plants
#> 8372                                            Autoproducer heat plants
#> 8373                                            Autoproducer heat plants
#> 8374                                            Autoproducer heat plants
#> 8375                                            Autoproducer heat plants
#> 8376                                            Autoproducer heat plants
#> 8377                                            Autoproducer heat plants
#> 8378                                            Autoproducer heat plants
#> 8379                                            Autoproducer heat plants
#> 8380                                            Autoproducer heat plants
#> 8381                                            Autoproducer heat plants
#> 8382                                            Autoproducer heat plants
#> 8383                                            Autoproducer heat plants
#> 8384                                            Autoproducer heat plants
#> 8385                                            Autoproducer heat plants
#> 8386                                            Autoproducer heat plants
#> 8387                                            Autoproducer heat plants
#> 8388                                            Autoproducer heat plants
#> 8389                                            Autoproducer heat plants
#> 8390                                            Autoproducer heat plants
#> 8391                                            Autoproducer heat plants
#> 8392                                            Autoproducer heat plants
#> 8393                                            Autoproducer heat plants
#> 8394                                            Autoproducer heat plants
#> 8395                                            Autoproducer heat plants
#> 8396                                            Autoproducer heat plants
#> 8397                                            Autoproducer heat plants
#> 8398                                            Autoproducer heat plants
#> 8399                                            Autoproducer heat plants
#> 8400                                            Autoproducer heat plants
#> 8401                                            Autoproducer heat plants
#> 8402                                            Autoproducer heat plants
#> 8403                                            Autoproducer heat plants
#> 8404                                            Autoproducer heat plants
#> 8405                                            Autoproducer heat plants
#> 8406                                            Autoproducer heat plants
#> 8407                                            Autoproducer heat plants
#> 8408                                            Autoproducer heat plants
#> 8409                                            Autoproducer heat plants
#> 8410                                            Autoproducer heat plants
#> 8411                                            Autoproducer heat plants
#> 8412                                            Autoproducer heat plants
#> 8413                                            Autoproducer heat plants
#> 8414                                            Autoproducer heat plants
#> 8415                                            Autoproducer heat plants
#> 8416                                            Autoproducer heat plants
#> 8417                                            Autoproducer heat plants
#> 8418                                            Autoproducer heat plants
#> 8419                                            Autoproducer heat plants
#> 8420                                            Autoproducer heat plants
#> 8421                                            Autoproducer heat plants
#> 8422                                            Autoproducer heat plants
#> 8423                                            Autoproducer heat plants
#> 8424                                            Autoproducer heat plants
#> 8425                                            Autoproducer heat plants
#> 8426                                            Autoproducer heat plants
#> 8427                                            Autoproducer heat plants
#> 8428                                            Autoproducer heat plants
#> 8429                                            Autoproducer heat plants
#> 8430                                            Autoproducer heat plants
#> 8431                                            Autoproducer heat plants
#> 8432                                            Autoproducer heat plants
#> 8433                                                          Heat pumps
#> 8434                                                          Heat pumps
#> 8435                                                          Heat pumps
#> 8436                                                          Heat pumps
#> 8437                                                          Heat pumps
#> 8438                                                          Heat pumps
#> 8439                                                          Heat pumps
#> 8440                                                          Heat pumps
#> 8441                                                          Heat pumps
#> 8442                                                          Heat pumps
#> 8443                                                          Heat pumps
#> 8444                                                          Heat pumps
#> 8445                                                          Heat pumps
#> 8446                                                          Heat pumps
#> 8447                                                          Heat pumps
#> 8448                                                          Heat pumps
#> 8449                                                          Heat pumps
#> 8450                                                          Heat pumps
#> 8451                                                          Heat pumps
#> 8452                                                          Heat pumps
#> 8453                                                          Heat pumps
#> 8454                                                          Heat pumps
#> 8455                                                          Heat pumps
#> 8456                                                          Heat pumps
#> 8457                                                          Heat pumps
#> 8458                                                          Heat pumps
#> 8459                                                          Heat pumps
#> 8460                                                          Heat pumps
#> 8461                                                          Heat pumps
#> 8462                                                          Heat pumps
#> 8463                                                          Heat pumps
#> 8464                                                          Heat pumps
#> 8465                                                          Heat pumps
#> 8466                                                          Heat pumps
#> 8467                                                          Heat pumps
#> 8468                                                          Heat pumps
#> 8469                                                          Heat pumps
#> 8470                                                          Heat pumps
#> 8471                                                          Heat pumps
#> 8472                                                          Heat pumps
#> 8473                                                          Heat pumps
#> 8474                                                          Heat pumps
#> 8475                                                          Heat pumps
#> 8476                                                          Heat pumps
#> 8477                                                          Heat pumps
#> 8478                                                          Heat pumps
#> 8479                                                          Heat pumps
#> 8480                                                          Heat pumps
#> 8481                                                          Heat pumps
#> 8482                                                          Heat pumps
#> 8483                                                          Heat pumps
#> 8484                                                          Heat pumps
#> 8485                                                          Heat pumps
#> 8486                                                          Heat pumps
#> 8487                                                          Heat pumps
#> 8488                                                          Heat pumps
#> 8489                                                          Heat pumps
#> 8490                                                          Heat pumps
#> 8491                                                          Heat pumps
#> 8492                                                          Heat pumps
#> 8493                                                          Heat pumps
#> 8494                                                          Heat pumps
#> 8495                                                          Heat pumps
#> 8496                                                          Heat pumps
#> 8497                                                          Heat pumps
#> 8498                                                          Heat pumps
#> 8499                                                          Heat pumps
#> 8500                                                          Heat pumps
#> 8501                                                    Electric boilers
#> 8502                                                    Electric boilers
#> 8503                                                    Electric boilers
#> 8504                                                    Electric boilers
#> 8505                                                    Electric boilers
#> 8506                                                    Electric boilers
#> 8507                                                    Electric boilers
#> 8508                                                    Electric boilers
#> 8509                                                    Electric boilers
#> 8510                                                    Electric boilers
#> 8511                                                    Electric boilers
#> 8512                                                    Electric boilers
#> 8513                                                    Electric boilers
#> 8514                                                    Electric boilers
#> 8515                                                    Electric boilers
#> 8516                                                    Electric boilers
#> 8517                                                    Electric boilers
#> 8518                                                    Electric boilers
#> 8519                                                    Electric boilers
#> 8520                                                    Electric boilers
#> 8521                                                    Electric boilers
#> 8522                                                    Electric boilers
#> 8523                                                    Electric boilers
#> 8524                                                    Electric boilers
#> 8525                                                    Electric boilers
#> 8526                                                    Electric boilers
#> 8527                                                    Electric boilers
#> 8528                                                    Electric boilers
#> 8529                                                    Electric boilers
#> 8530                                                    Electric boilers
#> 8531                                                    Electric boilers
#> 8532                                                    Electric boilers
#> 8533                                                    Electric boilers
#> 8534                                                    Electric boilers
#> 8535                                                    Electric boilers
#> 8536                                                    Electric boilers
#> 8537                                                    Electric boilers
#> 8538                                                    Electric boilers
#> 8539                                                    Electric boilers
#> 8540                                                    Electric boilers
#> 8541                                                    Electric boilers
#> 8542                                                    Electric boilers
#> 8543                                                    Electric boilers
#> 8544                                                    Electric boilers
#> 8545                                                    Electric boilers
#> 8546                                                    Electric boilers
#> 8547                                                    Electric boilers
#> 8548                                                    Electric boilers
#> 8549                                                    Electric boilers
#> 8550                                                    Electric boilers
#> 8551                                                    Electric boilers
#> 8552                                                    Electric boilers
#> 8553                                                    Electric boilers
#> 8554                                                    Electric boilers
#> 8555                                                    Electric boilers
#> 8556                                                    Electric boilers
#> 8557                                                    Electric boilers
#> 8558                                                    Electric boilers
#> 8559                                                    Electric boilers
#> 8560                                                    Electric boilers
#> 8561                                                    Electric boilers
#> 8562                                                    Electric boilers
#> 8563                                                    Electric boilers
#> 8564                                                    Electric boilers
#> 8565                                                    Electric boilers
#> 8566                                                    Electric boilers
#> 8567                                                    Electric boilers
#> 8568                                                    Electric boilers
#> 8569                            Chemical heat for electricity production
#> 8570                            Chemical heat for electricity production
#> 8571                            Chemical heat for electricity production
#> 8572                            Chemical heat for electricity production
#> 8573                            Chemical heat for electricity production
#> 8574                            Chemical heat for electricity production
#> 8575                            Chemical heat for electricity production
#> 8576                            Chemical heat for electricity production
#> 8577                            Chemical heat for electricity production
#> 8578                            Chemical heat for electricity production
#> 8579                            Chemical heat for electricity production
#> 8580                            Chemical heat for electricity production
#> 8581                            Chemical heat for electricity production
#> 8582                            Chemical heat for electricity production
#> 8583                            Chemical heat for electricity production
#> 8584                            Chemical heat for electricity production
#> 8585                            Chemical heat for electricity production
#> 8586                            Chemical heat for electricity production
#> 8587                            Chemical heat for electricity production
#> 8588                            Chemical heat for electricity production
#> 8589                            Chemical heat for electricity production
#> 8590                            Chemical heat for electricity production
#> 8591                            Chemical heat for electricity production
#> 8592                            Chemical heat for electricity production
#> 8593                            Chemical heat for electricity production
#> 8594                            Chemical heat for electricity production
#> 8595                            Chemical heat for electricity production
#> 8596                            Chemical heat for electricity production
#> 8597                            Chemical heat for electricity production
#> 8598                            Chemical heat for electricity production
#> 8599                            Chemical heat for electricity production
#> 8600                            Chemical heat for electricity production
#> 8601                            Chemical heat for electricity production
#> 8602                            Chemical heat for electricity production
#> 8603                            Chemical heat for electricity production
#> 8604                            Chemical heat for electricity production
#> 8605                            Chemical heat for electricity production
#> 8606                            Chemical heat for electricity production
#> 8607                            Chemical heat for electricity production
#> 8608                            Chemical heat for electricity production
#> 8609                            Chemical heat for electricity production
#> 8610                            Chemical heat for electricity production
#> 8611                            Chemical heat for electricity production
#> 8612                            Chemical heat for electricity production
#> 8613                            Chemical heat for electricity production
#> 8614                            Chemical heat for electricity production
#> 8615                            Chemical heat for electricity production
#> 8616                            Chemical heat for electricity production
#> 8617                            Chemical heat for electricity production
#> 8618                            Chemical heat for electricity production
#> 8619                            Chemical heat for electricity production
#> 8620                            Chemical heat for electricity production
#> 8621                            Chemical heat for electricity production
#> 8622                            Chemical heat for electricity production
#> 8623                            Chemical heat for electricity production
#> 8624                            Chemical heat for electricity production
#> 8625                            Chemical heat for electricity production
#> 8626                            Chemical heat for electricity production
#> 8627                            Chemical heat for electricity production
#> 8628                            Chemical heat for electricity production
#> 8629                            Chemical heat for electricity production
#> 8630                            Chemical heat for electricity production
#> 8631                            Chemical heat for electricity production
#> 8632                            Chemical heat for electricity production
#> 8633                            Chemical heat for electricity production
#> 8634                            Chemical heat for electricity production
#> 8635                            Chemical heat for electricity production
#> 8636                            Chemical heat for electricity production
#> 8637                                                      Blast furnaces
#> 8638                                                      Blast furnaces
#> 8639                                                      Blast furnaces
#> 8640                                                      Blast furnaces
#> 8641                                                      Blast furnaces
#> 8642                                                      Blast furnaces
#> 8643                                                      Blast furnaces
#> 8644                                                      Blast furnaces
#> 8645                                                      Blast furnaces
#> 8646                                                      Blast furnaces
#> 8647                                                      Blast furnaces
#> 8648                                                      Blast furnaces
#> 8649                                                      Blast furnaces
#> 8650                                                      Blast furnaces
#> 8651                                                      Blast furnaces
#> 8652                                                      Blast furnaces
#> 8653                                                      Blast furnaces
#> 8654                                                      Blast furnaces
#> 8655                                                      Blast furnaces
#> 8656                                                      Blast furnaces
#> 8657                                                      Blast furnaces
#> 8658                                                      Blast furnaces
#> 8659                                                      Blast furnaces
#> 8660                                                      Blast furnaces
#> 8661                                                      Blast furnaces
#> 8662                                                      Blast furnaces
#> 8663                                                      Blast furnaces
#> 8664                                                      Blast furnaces
#> 8665                                                      Blast furnaces
#> 8666                                                      Blast furnaces
#> 8667                                                      Blast furnaces
#> 8668                                                      Blast furnaces
#> 8669                                                      Blast furnaces
#> 8670                                                      Blast furnaces
#> 8671                                                      Blast furnaces
#> 8672                                                      Blast furnaces
#> 8673                                                      Blast furnaces
#> 8674                                                      Blast furnaces
#> 8675                                                      Blast furnaces
#> 8676                                                      Blast furnaces
#> 8677                                                      Blast furnaces
#> 8678                                                      Blast furnaces
#> 8679                                                      Blast furnaces
#> 8680                                                      Blast furnaces
#> 8681                                                      Blast furnaces
#> 8682                                                      Blast furnaces
#> 8683                                                      Blast furnaces
#> 8684                                                      Blast furnaces
#> 8685                                                      Blast furnaces
#> 8686                                                      Blast furnaces
#> 8687                                                      Blast furnaces
#> 8688                                                      Blast furnaces
#> 8689                                                      Blast furnaces
#> 8690                                                      Blast furnaces
#> 8691                                                      Blast furnaces
#> 8692                                                      Blast furnaces
#> 8693                                                      Blast furnaces
#> 8694                                                      Blast furnaces
#> 8695                                                      Blast furnaces
#> 8696                                                      Blast furnaces
#> 8697                                                      Blast furnaces
#> 8698                                                      Blast furnaces
#> 8699                                                      Blast furnaces
#> 8700                                                      Blast furnaces
#> 8701                                                      Blast furnaces
#> 8702                                                      Blast furnaces
#> 8703                                                      Blast furnaces
#> 8704                                                      Blast furnaces
#> 8705                                                           Gas works
#> 8706                                                           Gas works
#> 8707                                                           Gas works
#> 8708                                                           Gas works
#> 8709                                                           Gas works
#> 8710                                                           Gas works
#> 8711                                                           Gas works
#> 8712                                                           Gas works
#> 8713                                                           Gas works
#> 8714                                                           Gas works
#> 8715                                                           Gas works
#> 8716                                                           Gas works
#> 8717                                                           Gas works
#> 8718                                                           Gas works
#> 8719                                                           Gas works
#> 8720                                                           Gas works
#> 8721                                                           Gas works
#> 8722                                                           Gas works
#> 8723                                                           Gas works
#> 8724                                                           Gas works
#> 8725                                                           Gas works
#> 8726                                                           Gas works
#> 8727                                                           Gas works
#> 8728                                                           Gas works
#> 8729                                                           Gas works
#> 8730                                                           Gas works
#> 8731                                                           Gas works
#> 8732                                                           Gas works
#> 8733                                                           Gas works
#> 8734                                                           Gas works
#> 8735                                                           Gas works
#> 8736                                                           Gas works
#> 8737                                                           Gas works
#> 8738                                                           Gas works
#> 8739                                                           Gas works
#> 8740                                                           Gas works
#> 8741                                                           Gas works
#> 8742                                                           Gas works
#> 8743                                                           Gas works
#> 8744                                                           Gas works
#> 8745                                                           Gas works
#> 8746                                                           Gas works
#> 8747                                                           Gas works
#> 8748                                                           Gas works
#> 8749                                                           Gas works
#> 8750                                                           Gas works
#> 8751                                                           Gas works
#> 8752                                                           Gas works
#> 8753                                                           Gas works
#> 8754                                                           Gas works
#> 8755                                                           Gas works
#> 8756                                                           Gas works
#> 8757                                                           Gas works
#> 8758                                                           Gas works
#> 8759                                                           Gas works
#> 8760                                                           Gas works
#> 8761                                                           Gas works
#> 8762                                                           Gas works
#> 8763                                                           Gas works
#> 8764                                                           Gas works
#> 8765                                                           Gas works
#> 8766                                                           Gas works
#> 8767                                                           Gas works
#> 8768                                                           Gas works
#> 8769                                                           Gas works
#> 8770                                                           Gas works
#> 8771                                                           Gas works
#> 8772                                                           Gas works
#> 8773                                                          Coke ovens
#> 8774                                                          Coke ovens
#> 8775                                                          Coke ovens
#> 8776                                                          Coke ovens
#> 8777                                                          Coke ovens
#> 8778                                                          Coke ovens
#> 8779                                                          Coke ovens
#> 8780                                                          Coke ovens
#> 8781                                                          Coke ovens
#> 8782                                                          Coke ovens
#> 8783                                                          Coke ovens
#> 8784                                                          Coke ovens
#> 8785                                                          Coke ovens
#> 8786                                                          Coke ovens
#> 8787                                                          Coke ovens
#> 8788                                                          Coke ovens
#> 8789                                                          Coke ovens
#> 8790                                                          Coke ovens
#> 8791                                                          Coke ovens
#> 8792                                                          Coke ovens
#> 8793                                                          Coke ovens
#> 8794                                                          Coke ovens
#> 8795                                                          Coke ovens
#> 8796                                                          Coke ovens
#> 8797                                                          Coke ovens
#> 8798                                                          Coke ovens
#> 8799                                                          Coke ovens
#> 8800                                                          Coke ovens
#> 8801                                                          Coke ovens
#> 8802                                                          Coke ovens
#> 8803                                                          Coke ovens
#> 8804                                                          Coke ovens
#> 8805                                                          Coke ovens
#> 8806                                                          Coke ovens
#> 8807                                                          Coke ovens
#> 8808                                                          Coke ovens
#> 8809                                                          Coke ovens
#> 8810                                                          Coke ovens
#> 8811                                                          Coke ovens
#> 8812                                                          Coke ovens
#> 8813                                                          Coke ovens
#> 8814                                                          Coke ovens
#> 8815                                                          Coke ovens
#> 8816                                                          Coke ovens
#> 8817                                                          Coke ovens
#> 8818                                                          Coke ovens
#> 8819                                                          Coke ovens
#> 8820                                                          Coke ovens
#> 8821                                                          Coke ovens
#> 8822                                                          Coke ovens
#> 8823                                                          Coke ovens
#> 8824                                                          Coke ovens
#> 8825                                                          Coke ovens
#> 8826                                                          Coke ovens
#> 8827                                                          Coke ovens
#> 8828                                                          Coke ovens
#> 8829                                                          Coke ovens
#> 8830                                                          Coke ovens
#> 8831                                                          Coke ovens
#> 8832                                                          Coke ovens
#> 8833                                                          Coke ovens
#> 8834                                                          Coke ovens
#> 8835                                                          Coke ovens
#> 8836                                                          Coke ovens
#> 8837                                                          Coke ovens
#> 8838                                                          Coke ovens
#> 8839                                                          Coke ovens
#> 8840                                                          Coke ovens
#> 8841                                                  Patent fuel plants
#> 8842                                                  Patent fuel plants
#> 8843                                                  Patent fuel plants
#> 8844                                                  Patent fuel plants
#> 8845                                                  Patent fuel plants
#> 8846                                                  Patent fuel plants
#> 8847                                                  Patent fuel plants
#> 8848                                                  Patent fuel plants
#> 8849                                                  Patent fuel plants
#> 8850                                                  Patent fuel plants
#> 8851                                                  Patent fuel plants
#> 8852                                                  Patent fuel plants
#> 8853                                                  Patent fuel plants
#> 8854                                                  Patent fuel plants
#> 8855                                                  Patent fuel plants
#> 8856                                                  Patent fuel plants
#> 8857                                                  Patent fuel plants
#> 8858                                                  Patent fuel plants
#> 8859                                                  Patent fuel plants
#> 8860                                                  Patent fuel plants
#> 8861                                                  Patent fuel plants
#> 8862                                                  Patent fuel plants
#> 8863                                                  Patent fuel plants
#> 8864                                                  Patent fuel plants
#> 8865                                                  Patent fuel plants
#> 8866                                                  Patent fuel plants
#> 8867                                                  Patent fuel plants
#> 8868                                                  Patent fuel plants
#> 8869                                                  Patent fuel plants
#> 8870                                                  Patent fuel plants
#> 8871                                                  Patent fuel plants
#> 8872                                                  Patent fuel plants
#> 8873                                                  Patent fuel plants
#> 8874                                                  Patent fuel plants
#> 8875                                                  Patent fuel plants
#> 8876                                                  Patent fuel plants
#> 8877                                                  Patent fuel plants
#> 8878                                                  Patent fuel plants
#> 8879                                                  Patent fuel plants
#> 8880                                                  Patent fuel plants
#> 8881                                                  Patent fuel plants
#> 8882                                                  Patent fuel plants
#> 8883                                                  Patent fuel plants
#> 8884                                                  Patent fuel plants
#> 8885                                                  Patent fuel plants
#> 8886                                                  Patent fuel plants
#> 8887                                                  Patent fuel plants
#> 8888                                                  Patent fuel plants
#> 8889                                                  Patent fuel plants
#> 8890                                                  Patent fuel plants
#> 8891                                                  Patent fuel plants
#> 8892                                                  Patent fuel plants
#> 8893                                                  Patent fuel plants
#> 8894                                                  Patent fuel plants
#> 8895                                                  Patent fuel plants
#> 8896                                                  Patent fuel plants
#> 8897                                                  Patent fuel plants
#> 8898                                                  Patent fuel plants
#> 8899                                                  Patent fuel plants
#> 8900                                                  Patent fuel plants
#> 8901                                                  Patent fuel plants
#> 8902                                                  Patent fuel plants
#> 8903                                                  Patent fuel plants
#> 8904                                                  Patent fuel plants
#> 8905                                                  Patent fuel plants
#> 8906                                                  Patent fuel plants
#> 8907                                                  Patent fuel plants
#> 8908                                                  Patent fuel plants
#> 8909                                           BKB/peat briquette plants
#> 8910                                           BKB/peat briquette plants
#> 8911                                           BKB/peat briquette plants
#> 8912                                           BKB/peat briquette plants
#> 8913                                           BKB/peat briquette plants
#> 8914                                           BKB/peat briquette plants
#> 8915                                           BKB/peat briquette plants
#> 8916                                           BKB/peat briquette plants
#> 8917                                           BKB/peat briquette plants
#> 8918                                           BKB/peat briquette plants
#> 8919                                           BKB/peat briquette plants
#> 8920                                           BKB/peat briquette plants
#> 8921                                           BKB/peat briquette plants
#> 8922                                           BKB/peat briquette plants
#> 8923                                           BKB/peat briquette plants
#> 8924                                           BKB/peat briquette plants
#> 8925                                           BKB/peat briquette plants
#> 8926                                           BKB/peat briquette plants
#> 8927                                           BKB/peat briquette plants
#> 8928                                           BKB/peat briquette plants
#> 8929                                           BKB/peat briquette plants
#> 8930                                           BKB/peat briquette plants
#> 8931                                           BKB/peat briquette plants
#> 8932                                           BKB/peat briquette plants
#> 8933                                           BKB/peat briquette plants
#> 8934                                           BKB/peat briquette plants
#> 8935                                           BKB/peat briquette plants
#> 8936                                           BKB/peat briquette plants
#> 8937                                           BKB/peat briquette plants
#> 8938                                           BKB/peat briquette plants
#> 8939                                           BKB/peat briquette plants
#> 8940                                           BKB/peat briquette plants
#> 8941                                           BKB/peat briquette plants
#> 8942                                           BKB/peat briquette plants
#> 8943                                           BKB/peat briquette plants
#> 8944                                           BKB/peat briquette plants
#> 8945                                           BKB/peat briquette plants
#> 8946                                           BKB/peat briquette plants
#> 8947                                           BKB/peat briquette plants
#> 8948                                           BKB/peat briquette plants
#> 8949                                           BKB/peat briquette plants
#> 8950                                           BKB/peat briquette plants
#> 8951                                           BKB/peat briquette plants
#> 8952                                           BKB/peat briquette plants
#> 8953                                           BKB/peat briquette plants
#> 8954                                           BKB/peat briquette plants
#> 8955                                           BKB/peat briquette plants
#> 8956                                           BKB/peat briquette plants
#> 8957                                           BKB/peat briquette plants
#> 8958                                           BKB/peat briquette plants
#> 8959                                           BKB/peat briquette plants
#> 8960                                           BKB/peat briquette plants
#> 8961                                           BKB/peat briquette plants
#> 8962                                           BKB/peat briquette plants
#> 8963                                           BKB/peat briquette plants
#> 8964                                           BKB/peat briquette plants
#> 8965                                           BKB/peat briquette plants
#> 8966                                           BKB/peat briquette plants
#> 8967                                           BKB/peat briquette plants
#> 8968                                           BKB/peat briquette plants
#> 8969                                           BKB/peat briquette plants
#> 8970                                           BKB/peat briquette plants
#> 8971                                           BKB/peat briquette plants
#> 8972                                           BKB/peat briquette plants
#> 8973                                           BKB/peat briquette plants
#> 8974                                           BKB/peat briquette plants
#> 8975                                           BKB/peat briquette plants
#> 8976                                           BKB/peat briquette plants
#> 8977                                                      Oil refineries
#> 8978                                                      Oil refineries
#> 8979                                                      Oil refineries
#> 8980                                                      Oil refineries
#> 8981                                                      Oil refineries
#> 8982                                                      Oil refineries
#> 8983                                                      Oil refineries
#> 8984                                                      Oil refineries
#> 8985                                                      Oil refineries
#> 8986                                                      Oil refineries
#> 8987                                                      Oil refineries
#> 8988                                                      Oil refineries
#> 8989                                                      Oil refineries
#> 8990                                                      Oil refineries
#> 8991                                                      Oil refineries
#> 8992                                                      Oil refineries
#> 8993                                                      Oil refineries
#> 8994                                                      Oil refineries
#> 8995                                                      Oil refineries
#> 8996                                                      Oil refineries
#> 8997                                                      Oil refineries
#> 8998                                                      Oil refineries
#> 8999                                                      Oil refineries
#> 9000                                                      Oil refineries
#> 9001                                                      Oil refineries
#> 9002                                                      Oil refineries
#> 9003                                                      Oil refineries
#> 9004                                                      Oil refineries
#> 9005                                                      Oil refineries
#> 9006                                                      Oil refineries
#> 9007                                                      Oil refineries
#> 9008                                                      Oil refineries
#> 9009                                                      Oil refineries
#> 9010                                                      Oil refineries
#> 9011                                                      Oil refineries
#> 9012                                                      Oil refineries
#> 9013                                                      Oil refineries
#> 9014                                                      Oil refineries
#> 9015                                                      Oil refineries
#> 9016                                                      Oil refineries
#> 9017                                                      Oil refineries
#> 9018                                                      Oil refineries
#> 9019                                                      Oil refineries
#> 9020                                                      Oil refineries
#> 9021                                                      Oil refineries
#> 9022                                                      Oil refineries
#> 9023                                                      Oil refineries
#> 9024                                                      Oil refineries
#> 9025                                                      Oil refineries
#> 9026                                                      Oil refineries
#> 9027                                                      Oil refineries
#> 9028                                                      Oil refineries
#> 9029                                                      Oil refineries
#> 9030                                                      Oil refineries
#> 9031                                                      Oil refineries
#> 9032                                                      Oil refineries
#> 9033                                                      Oil refineries
#> 9034                                                      Oil refineries
#> 9035                                                      Oil refineries
#> 9036                                                      Oil refineries
#> 9037                                                      Oil refineries
#> 9038                                                      Oil refineries
#> 9039                                                      Oil refineries
#> 9040                                                      Oil refineries
#> 9041                                                      Oil refineries
#> 9042                                                      Oil refineries
#> 9043                                                      Oil refineries
#> 9044                                                      Oil refineries
#> 9045                                                Petrochemical plants
#> 9046                                                Petrochemical plants
#> 9047                                                Petrochemical plants
#> 9048                                                Petrochemical plants
#> 9049                                                Petrochemical plants
#> 9050                                                Petrochemical plants
#> 9051                                                Petrochemical plants
#> 9052                                                Petrochemical plants
#> 9053                                                Petrochemical plants
#> 9054                                                Petrochemical plants
#> 9055                                                Petrochemical plants
#> 9056                                                Petrochemical plants
#> 9057                                                Petrochemical plants
#> 9058                                                Petrochemical plants
#> 9059                                                Petrochemical plants
#> 9060                                                Petrochemical plants
#> 9061                                                Petrochemical plants
#> 9062                                                Petrochemical plants
#> 9063                                                Petrochemical plants
#> 9064                                                Petrochemical plants
#> 9065                                                Petrochemical plants
#> 9066                                                Petrochemical plants
#> 9067                                                Petrochemical plants
#> 9068                                                Petrochemical plants
#> 9069                                                Petrochemical plants
#> 9070                                                Petrochemical plants
#> 9071                                                Petrochemical plants
#> 9072                                                Petrochemical plants
#> 9073                                                Petrochemical plants
#> 9074                                                Petrochemical plants
#> 9075                                                Petrochemical plants
#> 9076                                                Petrochemical plants
#> 9077                                                Petrochemical plants
#> 9078                                                Petrochemical plants
#> 9079                                                Petrochemical plants
#> 9080                                                Petrochemical plants
#> 9081                                                Petrochemical plants
#> 9082                                                Petrochemical plants
#> 9083                                                Petrochemical plants
#> 9084                                                Petrochemical plants
#> 9085                                                Petrochemical plants
#> 9086                                                Petrochemical plants
#> 9087                                                Petrochemical plants
#> 9088                                                Petrochemical plants
#> 9089                                                Petrochemical plants
#> 9090                                                Petrochemical plants
#> 9091                                                Petrochemical plants
#> 9092                                                Petrochemical plants
#> 9093                                                Petrochemical plants
#> 9094                                                Petrochemical plants
#> 9095                                                Petrochemical plants
#> 9096                                                Petrochemical plants
#> 9097                                                Petrochemical plants
#> 9098                                                Petrochemical plants
#> 9099                                                Petrochemical plants
#> 9100                                                Petrochemical plants
#> 9101                                                Petrochemical plants
#> 9102                                                Petrochemical plants
#> 9103                                                Petrochemical plants
#> 9104                                                Petrochemical plants
#> 9105                                                Petrochemical plants
#> 9106                                                Petrochemical plants
#> 9107                                                Petrochemical plants
#> 9108                                                Petrochemical plants
#> 9109                                                Petrochemical plants
#> 9110                                                Petrochemical plants
#> 9111                                                Petrochemical plants
#> 9112                                                Petrochemical plants
#> 9113                                            Coal liquefaction plants
#> 9114                                            Coal liquefaction plants
#> 9115                                            Coal liquefaction plants
#> 9116                                            Coal liquefaction plants
#> 9117                                            Coal liquefaction plants
#> 9118                                            Coal liquefaction plants
#> 9119                                            Coal liquefaction plants
#> 9120                                            Coal liquefaction plants
#> 9121                                            Coal liquefaction plants
#> 9122                                            Coal liquefaction plants
#> 9123                                            Coal liquefaction plants
#> 9124                                            Coal liquefaction plants
#> 9125                                            Coal liquefaction plants
#> 9126                                            Coal liquefaction plants
#> 9127                                            Coal liquefaction plants
#> 9128                                            Coal liquefaction plants
#> 9129                                            Coal liquefaction plants
#> 9130                                            Coal liquefaction plants
#> 9131                                            Coal liquefaction plants
#> 9132                                            Coal liquefaction plants
#> 9133                                            Coal liquefaction plants
#> 9134                                            Coal liquefaction plants
#> 9135                                            Coal liquefaction plants
#> 9136                                            Coal liquefaction plants
#> 9137                                            Coal liquefaction plants
#> 9138                                            Coal liquefaction plants
#> 9139                                            Coal liquefaction plants
#> 9140                                            Coal liquefaction plants
#> 9141                                            Coal liquefaction plants
#> 9142                                            Coal liquefaction plants
#> 9143                                            Coal liquefaction plants
#> 9144                                            Coal liquefaction plants
#> 9145                                            Coal liquefaction plants
#> 9146                                            Coal liquefaction plants
#> 9147                                            Coal liquefaction plants
#> 9148                                            Coal liquefaction plants
#> 9149                                            Coal liquefaction plants
#> 9150                                            Coal liquefaction plants
#> 9151                                            Coal liquefaction plants
#> 9152                                            Coal liquefaction plants
#> 9153                                            Coal liquefaction plants
#> 9154                                            Coal liquefaction plants
#> 9155                                            Coal liquefaction plants
#> 9156                                            Coal liquefaction plants
#> 9157                                            Coal liquefaction plants
#> 9158                                            Coal liquefaction plants
#> 9159                                            Coal liquefaction plants
#> 9160                                            Coal liquefaction plants
#> 9161                                            Coal liquefaction plants
#> 9162                                            Coal liquefaction plants
#> 9163                                            Coal liquefaction plants
#> 9164                                            Coal liquefaction plants
#> 9165                                            Coal liquefaction plants
#> 9166                                            Coal liquefaction plants
#> 9167                                            Coal liquefaction plants
#> 9168                                            Coal liquefaction plants
#> 9169                                            Coal liquefaction plants
#> 9170                                            Coal liquefaction plants
#> 9171                                            Coal liquefaction plants
#> 9172                                            Coal liquefaction plants
#> 9173                                            Coal liquefaction plants
#> 9174                                            Coal liquefaction plants
#> 9175                                            Coal liquefaction plants
#> 9176                                            Coal liquefaction plants
#> 9177                                            Coal liquefaction plants
#> 9178                                            Coal liquefaction plants
#> 9179                                            Coal liquefaction plants
#> 9180                                            Coal liquefaction plants
#> 9181                                         Gas-to-liquids (GTL) plants
#> 9182                                         Gas-to-liquids (GTL) plants
#> 9183                                         Gas-to-liquids (GTL) plants
#> 9184                                         Gas-to-liquids (GTL) plants
#> 9185                                         Gas-to-liquids (GTL) plants
#> 9186                                         Gas-to-liquids (GTL) plants
#> 9187                                         Gas-to-liquids (GTL) plants
#> 9188                                         Gas-to-liquids (GTL) plants
#> 9189                                         Gas-to-liquids (GTL) plants
#> 9190                                         Gas-to-liquids (GTL) plants
#> 9191                                         Gas-to-liquids (GTL) plants
#> 9192                                         Gas-to-liquids (GTL) plants
#> 9193                                         Gas-to-liquids (GTL) plants
#> 9194                                         Gas-to-liquids (GTL) plants
#> 9195                                         Gas-to-liquids (GTL) plants
#> 9196                                         Gas-to-liquids (GTL) plants
#> 9197                                         Gas-to-liquids (GTL) plants
#> 9198                                         Gas-to-liquids (GTL) plants
#> 9199                                         Gas-to-liquids (GTL) plants
#> 9200                                         Gas-to-liquids (GTL) plants
#> 9201                                         Gas-to-liquids (GTL) plants
#> 9202                                         Gas-to-liquids (GTL) plants
#> 9203                                         Gas-to-liquids (GTL) plants
#> 9204                                         Gas-to-liquids (GTL) plants
#> 9205                                         Gas-to-liquids (GTL) plants
#> 9206                                         Gas-to-liquids (GTL) plants
#> 9207                                         Gas-to-liquids (GTL) plants
#> 9208                                         Gas-to-liquids (GTL) plants
#> 9209                                         Gas-to-liquids (GTL) plants
#> 9210                                         Gas-to-liquids (GTL) plants
#> 9211                                         Gas-to-liquids (GTL) plants
#> 9212                                         Gas-to-liquids (GTL) plants
#> 9213                                         Gas-to-liquids (GTL) plants
#> 9214                                         Gas-to-liquids (GTL) plants
#> 9215                                         Gas-to-liquids (GTL) plants
#> 9216                                         Gas-to-liquids (GTL) plants
#> 9217                                         Gas-to-liquids (GTL) plants
#> 9218                                         Gas-to-liquids (GTL) plants
#> 9219                                         Gas-to-liquids (GTL) plants
#> 9220                                         Gas-to-liquids (GTL) plants
#> 9221                                         Gas-to-liquids (GTL) plants
#> 9222                                         Gas-to-liquids (GTL) plants
#> 9223                                         Gas-to-liquids (GTL) plants
#> 9224                                         Gas-to-liquids (GTL) plants
#> 9225                                         Gas-to-liquids (GTL) plants
#> 9226                                         Gas-to-liquids (GTL) plants
#> 9227                                         Gas-to-liquids (GTL) plants
#> 9228                                         Gas-to-liquids (GTL) plants
#> 9229                                         Gas-to-liquids (GTL) plants
#> 9230                                         Gas-to-liquids (GTL) plants
#> 9231                                         Gas-to-liquids (GTL) plants
#> 9232                                         Gas-to-liquids (GTL) plants
#> 9233                                         Gas-to-liquids (GTL) plants
#> 9234                                         Gas-to-liquids (GTL) plants
#> 9235                                         Gas-to-liquids (GTL) plants
#> 9236                                         Gas-to-liquids (GTL) plants
#> 9237                                         Gas-to-liquids (GTL) plants
#> 9238                                         Gas-to-liquids (GTL) plants
#> 9239                                         Gas-to-liquids (GTL) plants
#> 9240                                         Gas-to-liquids (GTL) plants
#> 9241                                         Gas-to-liquids (GTL) plants
#> 9242                                         Gas-to-liquids (GTL) plants
#> 9243                                         Gas-to-liquids (GTL) plants
#> 9244                                         Gas-to-liquids (GTL) plants
#> 9245                                         Gas-to-liquids (GTL) plants
#> 9246                                         Gas-to-liquids (GTL) plants
#> 9247                                         Gas-to-liquids (GTL) plants
#> 9248                                         Gas-to-liquids (GTL) plants
#> 9249                                             For blended natural gas
#> 9250                                             For blended natural gas
#> 9251                                             For blended natural gas
#> 9252                                             For blended natural gas
#> 9253                                             For blended natural gas
#> 9254                                             For blended natural gas
#> 9255                                             For blended natural gas
#> 9256                                             For blended natural gas
#> 9257                                             For blended natural gas
#> 9258                                             For blended natural gas
#> 9259                                             For blended natural gas
#> 9260                                             For blended natural gas
#> 9261                                             For blended natural gas
#> 9262                                             For blended natural gas
#> 9263                                             For blended natural gas
#> 9264                                             For blended natural gas
#> 9265                                             For blended natural gas
#> 9266                                             For blended natural gas
#> 9267                                             For blended natural gas
#> 9268                                             For blended natural gas
#> 9269                                             For blended natural gas
#> 9270                                             For blended natural gas
#> 9271                                             For blended natural gas
#> 9272                                             For blended natural gas
#> 9273                                             For blended natural gas
#> 9274                                             For blended natural gas
#> 9275                                             For blended natural gas
#> 9276                                             For blended natural gas
#> 9277                                             For blended natural gas
#> 9278                                             For blended natural gas
#> 9279                                             For blended natural gas
#> 9280                                             For blended natural gas
#> 9281                                             For blended natural gas
#> 9282                                             For blended natural gas
#> 9283                                             For blended natural gas
#> 9284                                             For blended natural gas
#> 9285                                             For blended natural gas
#> 9286                                             For blended natural gas
#> 9287                                             For blended natural gas
#> 9288                                             For blended natural gas
#> 9289                                             For blended natural gas
#> 9290                                             For blended natural gas
#> 9291                                             For blended natural gas
#> 9292                                             For blended natural gas
#> 9293                                             For blended natural gas
#> 9294                                             For blended natural gas
#> 9295                                             For blended natural gas
#> 9296                                             For blended natural gas
#> 9297                                             For blended natural gas
#> 9298                                             For blended natural gas
#> 9299                                             For blended natural gas
#> 9300                                             For blended natural gas
#> 9301                                             For blended natural gas
#> 9302                                             For blended natural gas
#> 9303                                             For blended natural gas
#> 9304                                             For blended natural gas
#> 9305                                             For blended natural gas
#> 9306                                             For blended natural gas
#> 9307                                             For blended natural gas
#> 9308                                             For blended natural gas
#> 9309                                             For blended natural gas
#> 9310                                             For blended natural gas
#> 9311                                             For blended natural gas
#> 9312                                             For blended natural gas
#> 9313                                             For blended natural gas
#> 9314                                             For blended natural gas
#> 9315                                             For blended natural gas
#> 9316                                             For blended natural gas
#> 9317                                          Charcoal production plants
#> 9318                                          Charcoal production plants
#> 9319                                          Charcoal production plants
#> 9320                                          Charcoal production plants
#> 9321                                          Charcoal production plants
#> 9322                                          Charcoal production plants
#> 9323                                          Charcoal production plants
#> 9324                                          Charcoal production plants
#> 9325                                          Charcoal production plants
#> 9326                                          Charcoal production plants
#> 9327                                          Charcoal production plants
#> 9328                                          Charcoal production plants
#> 9329                                          Charcoal production plants
#> 9330                                          Charcoal production plants
#> 9331                                          Charcoal production plants
#> 9332                                          Charcoal production plants
#> 9333                                          Charcoal production plants
#> 9334                                          Charcoal production plants
#> 9335                                          Charcoal production plants
#> 9336                                          Charcoal production plants
#> 9337                                          Charcoal production plants
#> 9338                                          Charcoal production plants
#> 9339                                          Charcoal production plants
#> 9340                                          Charcoal production plants
#> 9341                                          Charcoal production plants
#> 9342                                          Charcoal production plants
#> 9343                                          Charcoal production plants
#> 9344                                          Charcoal production plants
#> 9345                                          Charcoal production plants
#> 9346                                          Charcoal production plants
#> 9347                                          Charcoal production plants
#> 9348                                          Charcoal production plants
#> 9349                                          Charcoal production plants
#> 9350                                          Charcoal production plants
#> 9351                                          Charcoal production plants
#> 9352                                          Charcoal production plants
#> 9353                                          Charcoal production plants
#> 9354                                          Charcoal production plants
#> 9355                                          Charcoal production plants
#> 9356                                          Charcoal production plants
#> 9357                                          Charcoal production plants
#> 9358                                          Charcoal production plants
#> 9359                                          Charcoal production plants
#> 9360                                          Charcoal production plants
#> 9361                                          Charcoal production plants
#> 9362                                          Charcoal production plants
#> 9363                                          Charcoal production plants
#> 9364                                          Charcoal production plants
#> 9365                                          Charcoal production plants
#> 9366                                          Charcoal production plants
#> 9367                                          Charcoal production plants
#> 9368                                          Charcoal production plants
#> 9369                                          Charcoal production plants
#> 9370                                          Charcoal production plants
#> 9371                                          Charcoal production plants
#> 9372                                          Charcoal production plants
#> 9373                                          Charcoal production plants
#> 9374                                          Charcoal production plants
#> 9375                                          Charcoal production plants
#> 9376                                          Charcoal production plants
#> 9377                                          Charcoal production plants
#> 9378                                          Charcoal production plants
#> 9379                                          Charcoal production plants
#> 9380                                          Charcoal production plants
#> 9381                                          Charcoal production plants
#> 9382                                          Charcoal production plants
#> 9383                                          Charcoal production plants
#> 9384                                          Charcoal production plants
#> 9385                                      Non-specified (transformation)
#> 9386                                      Non-specified (transformation)
#> 9387                                      Non-specified (transformation)
#> 9388                                      Non-specified (transformation)
#> 9389                                      Non-specified (transformation)
#> 9390                                      Non-specified (transformation)
#> 9391                                      Non-specified (transformation)
#> 9392                                      Non-specified (transformation)
#> 9393                                      Non-specified (transformation)
#> 9394                                      Non-specified (transformation)
#> 9395                                      Non-specified (transformation)
#> 9396                                      Non-specified (transformation)
#> 9397                                      Non-specified (transformation)
#> 9398                                      Non-specified (transformation)
#> 9399                                      Non-specified (transformation)
#> 9400                                      Non-specified (transformation)
#> 9401                                      Non-specified (transformation)
#> 9402                                      Non-specified (transformation)
#> 9403                                      Non-specified (transformation)
#> 9404                                      Non-specified (transformation)
#> 9405                                      Non-specified (transformation)
#> 9406                                      Non-specified (transformation)
#> 9407                                      Non-specified (transformation)
#> 9408                                      Non-specified (transformation)
#> 9409                                      Non-specified (transformation)
#> 9410                                      Non-specified (transformation)
#> 9411                                      Non-specified (transformation)
#> 9412                                      Non-specified (transformation)
#> 9413                                      Non-specified (transformation)
#> 9414                                      Non-specified (transformation)
#> 9415                                      Non-specified (transformation)
#> 9416                                      Non-specified (transformation)
#> 9417                                      Non-specified (transformation)
#> 9418                                      Non-specified (transformation)
#> 9419                                      Non-specified (transformation)
#> 9420                                      Non-specified (transformation)
#> 9421                                      Non-specified (transformation)
#> 9422                                      Non-specified (transformation)
#> 9423                                      Non-specified (transformation)
#> 9424                                      Non-specified (transformation)
#> 9425                                      Non-specified (transformation)
#> 9426                                      Non-specified (transformation)
#> 9427                                      Non-specified (transformation)
#> 9428                                      Non-specified (transformation)
#> 9429                                      Non-specified (transformation)
#> 9430                                      Non-specified (transformation)
#> 9431                                      Non-specified (transformation)
#> 9432                                      Non-specified (transformation)
#> 9433                                      Non-specified (transformation)
#> 9434                                      Non-specified (transformation)
#> 9435                                      Non-specified (transformation)
#> 9436                                      Non-specified (transformation)
#> 9437                                      Non-specified (transformation)
#> 9438                                      Non-specified (transformation)
#> 9439                                      Non-specified (transformation)
#> 9440                                      Non-specified (transformation)
#> 9441                                      Non-specified (transformation)
#> 9442                                      Non-specified (transformation)
#> 9443                                      Non-specified (transformation)
#> 9444                                      Non-specified (transformation)
#> 9445                                      Non-specified (transformation)
#> 9446                                      Non-specified (transformation)
#> 9447                                      Non-specified (transformation)
#> 9448                                      Non-specified (transformation)
#> 9449                                      Non-specified (transformation)
#> 9450                                      Non-specified (transformation)
#> 9451                                      Non-specified (transformation)
#> 9452                                      Non-specified (transformation)
#> 9453                                             Energy industry own use
#> 9454                                             Energy industry own use
#> 9455                                             Energy industry own use
#> 9456                                             Energy industry own use
#> 9457                                             Energy industry own use
#> 9458                                             Energy industry own use
#> 9459                                             Energy industry own use
#> 9460                                             Energy industry own use
#> 9461                                             Energy industry own use
#> 9462                                             Energy industry own use
#> 9463                                             Energy industry own use
#> 9464                                             Energy industry own use
#> 9465                                             Energy industry own use
#> 9466                                             Energy industry own use
#> 9467                                             Energy industry own use
#> 9468                                             Energy industry own use
#> 9469                                             Energy industry own use
#> 9470                                             Energy industry own use
#> 9471                                             Energy industry own use
#> 9472                                             Energy industry own use
#> 9473                                             Energy industry own use
#> 9474                                             Energy industry own use
#> 9475                                             Energy industry own use
#> 9476                                             Energy industry own use
#> 9477                                             Energy industry own use
#> 9478                                             Energy industry own use
#> 9479                                             Energy industry own use
#> 9480                                             Energy industry own use
#> 9481                                             Energy industry own use
#> 9482                                             Energy industry own use
#> 9483                                             Energy industry own use
#> 9484                                             Energy industry own use
#> 9485                                             Energy industry own use
#> 9486                                             Energy industry own use
#> 9487                                             Energy industry own use
#> 9488                                             Energy industry own use
#> 9489                                             Energy industry own use
#> 9490                                             Energy industry own use
#> 9491                                             Energy industry own use
#> 9492                                             Energy industry own use
#> 9493                                             Energy industry own use
#> 9494                                             Energy industry own use
#> 9495                                             Energy industry own use
#> 9496                                             Energy industry own use
#> 9497                                             Energy industry own use
#> 9498                                             Energy industry own use
#> 9499                                             Energy industry own use
#> 9500                                             Energy industry own use
#> 9501                                             Energy industry own use
#> 9502                                             Energy industry own use
#> 9503                                             Energy industry own use
#> 9504                                             Energy industry own use
#> 9505                                             Energy industry own use
#> 9506                                             Energy industry own use
#> 9507                                             Energy industry own use
#> 9508                                             Energy industry own use
#> 9509                                             Energy industry own use
#> 9510                                             Energy industry own use
#> 9511                                             Energy industry own use
#> 9512                                             Energy industry own use
#> 9513                                             Energy industry own use
#> 9514                                             Energy industry own use
#> 9515                                             Energy industry own use
#> 9516                                             Energy industry own use
#> 9517                                             Energy industry own use
#> 9518                                             Energy industry own use
#> 9519                                             Energy industry own use
#> 9520                                             Energy industry own use
#> 9521                                                          Coal mines
#> 9522                                                          Coal mines
#> 9523                                                          Coal mines
#> 9524                                                          Coal mines
#> 9525                                                          Coal mines
#> 9526                                                          Coal mines
#> 9527                                                          Coal mines
#> 9528                                                          Coal mines
#> 9529                                                          Coal mines
#> 9530                                                          Coal mines
#> 9531                                                          Coal mines
#> 9532                                                          Coal mines
#> 9533                                                          Coal mines
#> 9534                                                          Coal mines
#> 9535                                                          Coal mines
#> 9536                                                          Coal mines
#> 9537                                                          Coal mines
#> 9538                                                          Coal mines
#> 9539                                                          Coal mines
#> 9540                                                          Coal mines
#> 9541                                                          Coal mines
#> 9542                                                          Coal mines
#> 9543                                                          Coal mines
#> 9544                                                          Coal mines
#> 9545                                                          Coal mines
#> 9546                                                          Coal mines
#> 9547                                                          Coal mines
#> 9548                                                          Coal mines
#> 9549                                                          Coal mines
#> 9550                                                          Coal mines
#> 9551                                                          Coal mines
#> 9552                                                          Coal mines
#> 9553                                                          Coal mines
#> 9554                                                          Coal mines
#> 9555                                                          Coal mines
#> 9556                                                          Coal mines
#> 9557                                                          Coal mines
#> 9558                                                          Coal mines
#> 9559                                                          Coal mines
#> 9560                                                          Coal mines
#> 9561                                                          Coal mines
#> 9562                                                          Coal mines
#> 9563                                                          Coal mines
#> 9564                                                          Coal mines
#> 9565                                                          Coal mines
#> 9566                                                          Coal mines
#> 9567                                                          Coal mines
#> 9568                                                          Coal mines
#> 9569                                                          Coal mines
#> 9570                                                          Coal mines
#> 9571                                                          Coal mines
#> 9572                                                          Coal mines
#> 9573                                                          Coal mines
#> 9574                                                          Coal mines
#> 9575                                                          Coal mines
#> 9576                                                          Coal mines
#> 9577                                                          Coal mines
#> 9578                                                          Coal mines
#> 9579                                                          Coal mines
#> 9580                                                          Coal mines
#> 9581                                                          Coal mines
#> 9582                                                          Coal mines
#> 9583                                                          Coal mines
#> 9584                                                          Coal mines
#> 9585                                                          Coal mines
#> 9586                                                          Coal mines
#> 9587                                                          Coal mines
#> 9588                                                          Coal mines
#> 9589                                              Oil and gas extraction
#> 9590                                              Oil and gas extraction
#> 9591                                              Oil and gas extraction
#> 9592                                              Oil and gas extraction
#> 9593                                              Oil and gas extraction
#> 9594                                              Oil and gas extraction
#> 9595                                              Oil and gas extraction
#> 9596                                              Oil and gas extraction
#> 9597                                              Oil and gas extraction
#> 9598                                              Oil and gas extraction
#> 9599                                              Oil and gas extraction
#> 9600                                              Oil and gas extraction
#> 9601                                              Oil and gas extraction
#> 9602                                              Oil and gas extraction
#> 9603                                              Oil and gas extraction
#> 9604                                              Oil and gas extraction
#> 9605                                              Oil and gas extraction
#> 9606                                              Oil and gas extraction
#> 9607                                              Oil and gas extraction
#> 9608                                              Oil and gas extraction
#> 9609                                              Oil and gas extraction
#> 9610                                              Oil and gas extraction
#> 9611                                              Oil and gas extraction
#> 9612                                              Oil and gas extraction
#> 9613                                              Oil and gas extraction
#> 9614                                              Oil and gas extraction
#> 9615                                              Oil and gas extraction
#> 9616                                              Oil and gas extraction
#> 9617                                              Oil and gas extraction
#> 9618                                              Oil and gas extraction
#> 9619                                              Oil and gas extraction
#> 9620                                              Oil and gas extraction
#> 9621                                              Oil and gas extraction
#> 9622                                              Oil and gas extraction
#> 9623                                              Oil and gas extraction
#> 9624                                              Oil and gas extraction
#> 9625                                              Oil and gas extraction
#> 9626                                              Oil and gas extraction
#> 9627                                              Oil and gas extraction
#> 9628                                              Oil and gas extraction
#> 9629                                              Oil and gas extraction
#> 9630                                              Oil and gas extraction
#> 9631                                              Oil and gas extraction
#> 9632                                              Oil and gas extraction
#> 9633                                              Oil and gas extraction
#> 9634                                              Oil and gas extraction
#> 9635                                              Oil and gas extraction
#> 9636                                              Oil and gas extraction
#> 9637                                              Oil and gas extraction
#> 9638                                              Oil and gas extraction
#> 9639                                              Oil and gas extraction
#> 9640                                              Oil and gas extraction
#> 9641                                              Oil and gas extraction
#> 9642                                              Oil and gas extraction
#> 9643                                              Oil and gas extraction
#> 9644                                              Oil and gas extraction
#> 9645                                              Oil and gas extraction
#> 9646                                              Oil and gas extraction
#> 9647                                              Oil and gas extraction
#> 9648                                              Oil and gas extraction
#> 9649                                              Oil and gas extraction
#> 9650                                              Oil and gas extraction
#> 9651                                              Oil and gas extraction
#> 9652                                              Oil and gas extraction
#> 9653                                              Oil and gas extraction
#> 9654                                              Oil and gas extraction
#> 9655                                              Oil and gas extraction
#> 9656                                              Oil and gas extraction
#> 9657                                                      Blast furnaces
#> 9658                                                      Blast furnaces
#> 9659                                                      Blast furnaces
#> 9660                                                      Blast furnaces
#> 9661                                                      Blast furnaces
#> 9662                                                      Blast furnaces
#> 9663                                                      Blast furnaces
#> 9664                                                      Blast furnaces
#> 9665                                                      Blast furnaces
#> 9666                                                      Blast furnaces
#> 9667                                                      Blast furnaces
#> 9668                                                      Blast furnaces
#> 9669                                                      Blast furnaces
#> 9670                                                      Blast furnaces
#> 9671                                                      Blast furnaces
#> 9672                                                      Blast furnaces
#> 9673                                                      Blast furnaces
#> 9674                                                      Blast furnaces
#> 9675                                                      Blast furnaces
#> 9676                                                      Blast furnaces
#> 9677                                                      Blast furnaces
#> 9678                                                      Blast furnaces
#> 9679                                                      Blast furnaces
#> 9680                                                      Blast furnaces
#> 9681                                                      Blast furnaces
#> 9682                                                      Blast furnaces
#> 9683                                                      Blast furnaces
#> 9684                                                      Blast furnaces
#> 9685                                                      Blast furnaces
#> 9686                                                      Blast furnaces
#> 9687                                                      Blast furnaces
#> 9688                                                      Blast furnaces
#> 9689                                                      Blast furnaces
#> 9690                                                      Blast furnaces
#> 9691                                                      Blast furnaces
#> 9692                                                      Blast furnaces
#> 9693                                                      Blast furnaces
#> 9694                                                      Blast furnaces
#> 9695                                                      Blast furnaces
#> 9696                                                      Blast furnaces
#> 9697                                                      Blast furnaces
#> 9698                                                      Blast furnaces
#> 9699                                                      Blast furnaces
#> 9700                                                      Blast furnaces
#> 9701                                                      Blast furnaces
#> 9702                                                      Blast furnaces
#> 9703                                                      Blast furnaces
#> 9704                                                      Blast furnaces
#> 9705                                                      Blast furnaces
#> 9706                                                      Blast furnaces
#> 9707                                                      Blast furnaces
#> 9708                                                      Blast furnaces
#> 9709                                                      Blast furnaces
#> 9710                                                      Blast furnaces
#> 9711                                                      Blast furnaces
#> 9712                                                      Blast furnaces
#> 9713                                                      Blast furnaces
#> 9714                                                      Blast furnaces
#> 9715                                                      Blast furnaces
#> 9716                                                      Blast furnaces
#> 9717                                                      Blast furnaces
#> 9718                                                      Blast furnaces
#> 9719                                                      Blast furnaces
#> 9720                                                      Blast furnaces
#> 9721                                                      Blast furnaces
#> 9722                                                      Blast furnaces
#> 9723                                                      Blast furnaces
#> 9724                                                      Blast furnaces
#> 9725                                                           Gas works
#> 9726                                                           Gas works
#> 9727                                                           Gas works
#> 9728                                                           Gas works
#> 9729                                                           Gas works
#> 9730                                                           Gas works
#> 9731                                                           Gas works
#> 9732                                                           Gas works
#> 9733                                                           Gas works
#> 9734                                                           Gas works
#> 9735                                                           Gas works
#> 9736                                                           Gas works
#> 9737                                                           Gas works
#> 9738                                                           Gas works
#> 9739                                                           Gas works
#> 9740                                                           Gas works
#> 9741                                                           Gas works
#> 9742                                                           Gas works
#> 9743                                                           Gas works
#> 9744                                                           Gas works
#> 9745                                                           Gas works
#> 9746                                                           Gas works
#> 9747                                                           Gas works
#> 9748                                                           Gas works
#> 9749                                                           Gas works
#> 9750                                                           Gas works
#> 9751                                                           Gas works
#> 9752                                                           Gas works
#> 9753                                                           Gas works
#> 9754                                                           Gas works
#> 9755                                                           Gas works
#> 9756                                                           Gas works
#> 9757                                                           Gas works
#> 9758                                                           Gas works
#> 9759                                                           Gas works
#> 9760                                                           Gas works
#> 9761                                                           Gas works
#> 9762                                                           Gas works
#> 9763                                                           Gas works
#> 9764                                                           Gas works
#> 9765                                                           Gas works
#> 9766                                                           Gas works
#> 9767                                                           Gas works
#> 9768                                                           Gas works
#> 9769                                                           Gas works
#> 9770                                                           Gas works
#> 9771                                                           Gas works
#> 9772                                                           Gas works
#> 9773                                                           Gas works
#> 9774                                                           Gas works
#> 9775                                                           Gas works
#> 9776                                                           Gas works
#> 9777                                                           Gas works
#> 9778                                                           Gas works
#> 9779                                                           Gas works
#> 9780                                                           Gas works
#> 9781                                                           Gas works
#> 9782                                                           Gas works
#> 9783                                                           Gas works
#> 9784                                                           Gas works
#> 9785                                                           Gas works
#> 9786                                                           Gas works
#> 9787                                                           Gas works
#> 9788                                                           Gas works
#> 9789                                                           Gas works
#> 9790                                                           Gas works
#> 9791                                                           Gas works
#> 9792                                                           Gas works
#> 9793                                    Gasification plants for biogases
#> 9794                                    Gasification plants for biogases
#> 9795                                    Gasification plants for biogases
#> 9796                                    Gasification plants for biogases
#> 9797                                    Gasification plants for biogases
#> 9798                                    Gasification plants for biogases
#> 9799                                    Gasification plants for biogases
#> 9800                                    Gasification plants for biogases
#> 9801                                    Gasification plants for biogases
#> 9802                                    Gasification plants for biogases
#> 9803                                    Gasification plants for biogases
#> 9804                                    Gasification plants for biogases
#> 9805                                    Gasification plants for biogases
#> 9806                                    Gasification plants for biogases
#> 9807                                    Gasification plants for biogases
#> 9808                                    Gasification plants for biogases
#> 9809                                    Gasification plants for biogases
#> 9810                                    Gasification plants for biogases
#> 9811                                    Gasification plants for biogases
#> 9812                                    Gasification plants for biogases
#> 9813                                    Gasification plants for biogases
#> 9814                                    Gasification plants for biogases
#> 9815                                    Gasification plants for biogases
#> 9816                                    Gasification plants for biogases
#> 9817                                    Gasification plants for biogases
#> 9818                                    Gasification plants for biogases
#> 9819                                    Gasification plants for biogases
#> 9820                                    Gasification plants for biogases
#> 9821                                    Gasification plants for biogases
#> 9822                                    Gasification plants for biogases
#> 9823                                    Gasification plants for biogases
#> 9824                                    Gasification plants for biogases
#> 9825                                    Gasification plants for biogases
#> 9826                                    Gasification plants for biogases
#> 9827                                    Gasification plants for biogases
#> 9828                                    Gasification plants for biogases
#> 9829                                    Gasification plants for biogases
#> 9830                                    Gasification plants for biogases
#> 9831                                    Gasification plants for biogases
#> 9832                                    Gasification plants for biogases
#> 9833                                    Gasification plants for biogases
#> 9834                                    Gasification plants for biogases
#> 9835                                    Gasification plants for biogases
#> 9836                                    Gasification plants for biogases
#> 9837                                    Gasification plants for biogases
#> 9838                                    Gasification plants for biogases
#> 9839                                    Gasification plants for biogases
#> 9840                                    Gasification plants for biogases
#> 9841                                    Gasification plants for biogases
#> 9842                                    Gasification plants for biogases
#> 9843                                    Gasification plants for biogases
#> 9844                                    Gasification plants for biogases
#> 9845                                    Gasification plants for biogases
#> 9846                                    Gasification plants for biogases
#> 9847                                    Gasification plants for biogases
#> 9848                                    Gasification plants for biogases
#> 9849                                    Gasification plants for biogases
#> 9850                                    Gasification plants for biogases
#> 9851                                    Gasification plants for biogases
#> 9852                                    Gasification plants for biogases
#> 9853                                    Gasification plants for biogases
#> 9854                                    Gasification plants for biogases
#> 9855                                    Gasification plants for biogases
#> 9856                                    Gasification plants for biogases
#> 9857                                    Gasification plants for biogases
#> 9858                                    Gasification plants for biogases
#> 9859                                    Gasification plants for biogases
#> 9860                                    Gasification plants for biogases
#> 9861                                                          Coke ovens
#> 9862                                                          Coke ovens
#> 9863                                                          Coke ovens
#> 9864                                                          Coke ovens
#> 9865                                                          Coke ovens
#> 9866                                                          Coke ovens
#> 9867                                                          Coke ovens
#> 9868                                                          Coke ovens
#> 9869                                                          Coke ovens
#> 9870                                                          Coke ovens
#> 9871                                                          Coke ovens
#> 9872                                                          Coke ovens
#> 9873                                                          Coke ovens
#> 9874                                                          Coke ovens
#> 9875                                                          Coke ovens
#> 9876                                                          Coke ovens
#> 9877                                                          Coke ovens
#> 9878                                                          Coke ovens
#> 9879                                                          Coke ovens
#> 9880                                                          Coke ovens
#> 9881                                                          Coke ovens
#> 9882                                                          Coke ovens
#> 9883                                                          Coke ovens
#> 9884                                                          Coke ovens
#> 9885                                                          Coke ovens
#> 9886                                                          Coke ovens
#> 9887                                                          Coke ovens
#> 9888                                                          Coke ovens
#> 9889                                                          Coke ovens
#> 9890                                                          Coke ovens
#> 9891                                                          Coke ovens
#> 9892                                                          Coke ovens
#> 9893                                                          Coke ovens
#> 9894                                                          Coke ovens
#> 9895                                                          Coke ovens
#> 9896                                                          Coke ovens
#> 9897                                                          Coke ovens
#> 9898                                                          Coke ovens
#> 9899                                                          Coke ovens
#> 9900                                                          Coke ovens
#> 9901                                                          Coke ovens
#> 9902                                                          Coke ovens
#> 9903                                                          Coke ovens
#> 9904                                                          Coke ovens
#> 9905                                                          Coke ovens
#> 9906                                                          Coke ovens
#> 9907                                                          Coke ovens
#> 9908                                                          Coke ovens
#> 9909                                                          Coke ovens
#> 9910                                                          Coke ovens
#> 9911                                                          Coke ovens
#> 9912                                                          Coke ovens
#> 9913                                                          Coke ovens
#> 9914                                                          Coke ovens
#> 9915                                                          Coke ovens
#> 9916                                                          Coke ovens
#> 9917                                                          Coke ovens
#> 9918                                                          Coke ovens
#> 9919                                                          Coke ovens
#> 9920                                                          Coke ovens
#> 9921                                                          Coke ovens
#> 9922                                                          Coke ovens
#> 9923                                                          Coke ovens
#> 9924                                                          Coke ovens
#> 9925                                                          Coke ovens
#> 9926                                                          Coke ovens
#> 9927                                                          Coke ovens
#> 9928                                                          Coke ovens
#> 9929                                                  Patent fuel plants
#> 9930                                                  Patent fuel plants
#> 9931                                                  Patent fuel plants
#> 9932                                                  Patent fuel plants
#> 9933                                                  Patent fuel plants
#> 9934                                                  Patent fuel plants
#> 9935                                                  Patent fuel plants
#> 9936                                                  Patent fuel plants
#> 9937                                                  Patent fuel plants
#> 9938                                                  Patent fuel plants
#> 9939                                                  Patent fuel plants
#> 9940                                                  Patent fuel plants
#> 9941                                                  Patent fuel plants
#> 9942                                                  Patent fuel plants
#> 9943                                                  Patent fuel plants
#> 9944                                                  Patent fuel plants
#> 9945                                                  Patent fuel plants
#> 9946                                                  Patent fuel plants
#> 9947                                                  Patent fuel plants
#> 9948                                                  Patent fuel plants
#> 9949                                                  Patent fuel plants
#> 9950                                                  Patent fuel plants
#> 9951                                                  Patent fuel plants
#> 9952                                                  Patent fuel plants
#> 9953                                                  Patent fuel plants
#> 9954                                                  Patent fuel plants
#> 9955                                                  Patent fuel plants
#> 9956                                                  Patent fuel plants
#> 9957                                                  Patent fuel plants
#> 9958                                                  Patent fuel plants
#> 9959                                                  Patent fuel plants
#> 9960                                                  Patent fuel plants
#> 9961                                                  Patent fuel plants
#> 9962                                                  Patent fuel plants
#> 9963                                                  Patent fuel plants
#> 9964                                                  Patent fuel plants
#> 9965                                                  Patent fuel plants
#> 9966                                                  Patent fuel plants
#> 9967                                                  Patent fuel plants
#> 9968                                                  Patent fuel plants
#> 9969                                                  Patent fuel plants
#> 9970                                                  Patent fuel plants
#> 9971                                                  Patent fuel plants
#> 9972                                                  Patent fuel plants
#> 9973                                                  Patent fuel plants
#> 9974                                                  Patent fuel plants
#> 9975                                                  Patent fuel plants
#> 9976                                                  Patent fuel plants
#> 9977                                                  Patent fuel plants
#> 9978                                                  Patent fuel plants
#> 9979                                                  Patent fuel plants
#> 9980                                                  Patent fuel plants
#> 9981                                                  Patent fuel plants
#> 9982                                                  Patent fuel plants
#> 9983                                                  Patent fuel plants
#> 9984                                                  Patent fuel plants
#> 9985                                                  Patent fuel plants
#> 9986                                                  Patent fuel plants
#> 9987                                                  Patent fuel plants
#> 9988                                                  Patent fuel plants
#> 9989                                                  Patent fuel plants
#> 9990                                                  Patent fuel plants
#> 9991                                                  Patent fuel plants
#> 9992                                                  Patent fuel plants
#> 9993                                                  Patent fuel plants
#> 9994                                                  Patent fuel plants
#> 9995                                                  Patent fuel plants
#> 9996                                                  Patent fuel plants
#> 9997                                           BKB/peat briquette plants
#> 9998                                           BKB/peat briquette plants
#> 9999                                           BKB/peat briquette plants
#> 10000                                          BKB/peat briquette plants
#> 10001                                          BKB/peat briquette plants
#> 10002                                          BKB/peat briquette plants
#> 10003                                          BKB/peat briquette plants
#> 10004                                          BKB/peat briquette plants
#> 10005                                          BKB/peat briquette plants
#> 10006                                          BKB/peat briquette plants
#> 10007                                          BKB/peat briquette plants
#> 10008                                          BKB/peat briquette plants
#> 10009                                          BKB/peat briquette plants
#> 10010                                          BKB/peat briquette plants
#> 10011                                          BKB/peat briquette plants
#> 10012                                          BKB/peat briquette plants
#> 10013                                          BKB/peat briquette plants
#> 10014                                          BKB/peat briquette plants
#> 10015                                          BKB/peat briquette plants
#> 10016                                          BKB/peat briquette plants
#> 10017                                          BKB/peat briquette plants
#> 10018                                          BKB/peat briquette plants
#> 10019                                          BKB/peat briquette plants
#> 10020                                          BKB/peat briquette plants
#> 10021                                          BKB/peat briquette plants
#> 10022                                          BKB/peat briquette plants
#> 10023                                          BKB/peat briquette plants
#> 10024                                          BKB/peat briquette plants
#> 10025                                          BKB/peat briquette plants
#> 10026                                          BKB/peat briquette plants
#> 10027                                          BKB/peat briquette plants
#> 10028                                          BKB/peat briquette plants
#> 10029                                          BKB/peat briquette plants
#> 10030                                          BKB/peat briquette plants
#> 10031                                          BKB/peat briquette plants
#> 10032                                          BKB/peat briquette plants
#> 10033                                          BKB/peat briquette plants
#> 10034                                          BKB/peat briquette plants
#> 10035                                          BKB/peat briquette plants
#> 10036                                          BKB/peat briquette plants
#> 10037                                          BKB/peat briquette plants
#> 10038                                          BKB/peat briquette plants
#> 10039                                          BKB/peat briquette plants
#> 10040                                          BKB/peat briquette plants
#> 10041                                          BKB/peat briquette plants
#> 10042                                          BKB/peat briquette plants
#> 10043                                          BKB/peat briquette plants
#> 10044                                          BKB/peat briquette plants
#> 10045                                          BKB/peat briquette plants
#> 10046                                          BKB/peat briquette plants
#> 10047                                          BKB/peat briquette plants
#> 10048                                          BKB/peat briquette plants
#> 10049                                          BKB/peat briquette plants
#> 10050                                          BKB/peat briquette plants
#> 10051                                          BKB/peat briquette plants
#> 10052                                          BKB/peat briquette plants
#> 10053                                          BKB/peat briquette plants
#> 10054                                          BKB/peat briquette plants
#> 10055                                          BKB/peat briquette plants
#> 10056                                          BKB/peat briquette plants
#> 10057                                          BKB/peat briquette plants
#> 10058                                          BKB/peat briquette plants
#> 10059                                          BKB/peat briquette plants
#> 10060                                          BKB/peat briquette plants
#> 10061                                          BKB/peat briquette plants
#> 10062                                          BKB/peat briquette plants
#> 10063                                          BKB/peat briquette plants
#> 10064                                          BKB/peat briquette plants
#> 10065                                                     Oil refineries
#> 10066                                                     Oil refineries
#> 10067                                                     Oil refineries
#> 10068                                                     Oil refineries
#> 10069                                                     Oil refineries
#> 10070                                                     Oil refineries
#> 10071                                                     Oil refineries
#> 10072                                                     Oil refineries
#> 10073                                                     Oil refineries
#> 10074                                                     Oil refineries
#> 10075                                                     Oil refineries
#> 10076                                                     Oil refineries
#> 10077                                                     Oil refineries
#> 10078                                                     Oil refineries
#> 10079                                                     Oil refineries
#> 10080                                                     Oil refineries
#> 10081                                                     Oil refineries
#> 10082                                                     Oil refineries
#> 10083                                                     Oil refineries
#> 10084                                                     Oil refineries
#> 10085                                                     Oil refineries
#> 10086                                                     Oil refineries
#> 10087                                                     Oil refineries
#> 10088                                                     Oil refineries
#> 10089                                                     Oil refineries
#> 10090                                                     Oil refineries
#> 10091                                                     Oil refineries
#> 10092                                                     Oil refineries
#> 10093                                                     Oil refineries
#> 10094                                                     Oil refineries
#> 10095                                                     Oil refineries
#> 10096                                                     Oil refineries
#> 10097                                                     Oil refineries
#> 10098                                                     Oil refineries
#> 10099                                                     Oil refineries
#> 10100                                                     Oil refineries
#> 10101                                                     Oil refineries
#> 10102                                                     Oil refineries
#> 10103                                                     Oil refineries
#> 10104                                                     Oil refineries
#> 10105                                                     Oil refineries
#> 10106                                                     Oil refineries
#> 10107                                                     Oil refineries
#> 10108                                                     Oil refineries
#> 10109                                                     Oil refineries
#> 10110                                                     Oil refineries
#> 10111                                                     Oil refineries
#> 10112                                                     Oil refineries
#> 10113                                                     Oil refineries
#> 10114                                                     Oil refineries
#> 10115                                                     Oil refineries
#> 10116                                                     Oil refineries
#> 10117                                                     Oil refineries
#> 10118                                                     Oil refineries
#> 10119                                                     Oil refineries
#> 10120                                                     Oil refineries
#> 10121                                                     Oil refineries
#> 10122                                                     Oil refineries
#> 10123                                                     Oil refineries
#> 10124                                                     Oil refineries
#> 10125                                                     Oil refineries
#> 10126                                                     Oil refineries
#> 10127                                                     Oil refineries
#> 10128                                                     Oil refineries
#> 10129                                                     Oil refineries
#> 10130                                                     Oil refineries
#> 10131                                                     Oil refineries
#> 10132                                                     Oil refineries
#> 10133                                           Coal liquefaction plants
#> 10134                                           Coal liquefaction plants
#> 10135                                           Coal liquefaction plants
#> 10136                                           Coal liquefaction plants
#> 10137                                           Coal liquefaction plants
#> 10138                                           Coal liquefaction plants
#> 10139                                           Coal liquefaction plants
#> 10140                                           Coal liquefaction plants
#> 10141                                           Coal liquefaction plants
#> 10142                                           Coal liquefaction plants
#> 10143                                           Coal liquefaction plants
#> 10144                                           Coal liquefaction plants
#> 10145                                           Coal liquefaction plants
#> 10146                                           Coal liquefaction plants
#> 10147                                           Coal liquefaction plants
#> 10148                                           Coal liquefaction plants
#> 10149                                           Coal liquefaction plants
#> 10150                                           Coal liquefaction plants
#> 10151                                           Coal liquefaction plants
#> 10152                                           Coal liquefaction plants
#> 10153                                           Coal liquefaction plants
#> 10154                                           Coal liquefaction plants
#> 10155                                           Coal liquefaction plants
#> 10156                                           Coal liquefaction plants
#> 10157                                           Coal liquefaction plants
#> 10158                                           Coal liquefaction plants
#> 10159                                           Coal liquefaction plants
#> 10160                                           Coal liquefaction plants
#> 10161                                           Coal liquefaction plants
#> 10162                                           Coal liquefaction plants
#> 10163                                           Coal liquefaction plants
#> 10164                                           Coal liquefaction plants
#> 10165                                           Coal liquefaction plants
#> 10166                                           Coal liquefaction plants
#> 10167                                           Coal liquefaction plants
#> 10168                                           Coal liquefaction plants
#> 10169                                           Coal liquefaction plants
#> 10170                                           Coal liquefaction plants
#> 10171                                           Coal liquefaction plants
#> 10172                                           Coal liquefaction plants
#> 10173                                           Coal liquefaction plants
#> 10174                                           Coal liquefaction plants
#> 10175                                           Coal liquefaction plants
#> 10176                                           Coal liquefaction plants
#> 10177                                           Coal liquefaction plants
#> 10178                                           Coal liquefaction plants
#> 10179                                           Coal liquefaction plants
#> 10180                                           Coal liquefaction plants
#> 10181                                           Coal liquefaction plants
#> 10182                                           Coal liquefaction plants
#> 10183                                           Coal liquefaction plants
#> 10184                                           Coal liquefaction plants
#> 10185                                           Coal liquefaction plants
#> 10186                                           Coal liquefaction plants
#> 10187                                           Coal liquefaction plants
#> 10188                                           Coal liquefaction plants
#> 10189                                           Coal liquefaction plants
#> 10190                                           Coal liquefaction plants
#> 10191                                           Coal liquefaction plants
#> 10192                                           Coal liquefaction plants
#> 10193                                           Coal liquefaction plants
#> 10194                                           Coal liquefaction plants
#> 10195                                           Coal liquefaction plants
#> 10196                                           Coal liquefaction plants
#> 10197                                           Coal liquefaction plants
#> 10198                                           Coal liquefaction plants
#> 10199                                           Coal liquefaction plants
#> 10200                                           Coal liquefaction plants
#> 10201                         Liquefaction (LNG) / regasification plants
#> 10202                         Liquefaction (LNG) / regasification plants
#> 10203                         Liquefaction (LNG) / regasification plants
#> 10204                         Liquefaction (LNG) / regasification plants
#> 10205                         Liquefaction (LNG) / regasification plants
#> 10206                         Liquefaction (LNG) / regasification plants
#> 10207                         Liquefaction (LNG) / regasification plants
#> 10208                         Liquefaction (LNG) / regasification plants
#> 10209                         Liquefaction (LNG) / regasification plants
#> 10210                         Liquefaction (LNG) / regasification plants
#> 10211                         Liquefaction (LNG) / regasification plants
#> 10212                         Liquefaction (LNG) / regasification plants
#> 10213                         Liquefaction (LNG) / regasification plants
#> 10214                         Liquefaction (LNG) / regasification plants
#> 10215                         Liquefaction (LNG) / regasification plants
#> 10216                         Liquefaction (LNG) / regasification plants
#> 10217                         Liquefaction (LNG) / regasification plants
#> 10218                         Liquefaction (LNG) / regasification plants
#> 10219                         Liquefaction (LNG) / regasification plants
#> 10220                         Liquefaction (LNG) / regasification plants
#> 10221                         Liquefaction (LNG) / regasification plants
#> 10222                         Liquefaction (LNG) / regasification plants
#> 10223                         Liquefaction (LNG) / regasification plants
#> 10224                         Liquefaction (LNG) / regasification plants
#> 10225                         Liquefaction (LNG) / regasification plants
#> 10226                         Liquefaction (LNG) / regasification plants
#> 10227                         Liquefaction (LNG) / regasification plants
#> 10228                         Liquefaction (LNG) / regasification plants
#> 10229                         Liquefaction (LNG) / regasification plants
#> 10230                         Liquefaction (LNG) / regasification plants
#> 10231                         Liquefaction (LNG) / regasification plants
#> 10232                         Liquefaction (LNG) / regasification plants
#> 10233                         Liquefaction (LNG) / regasification plants
#> 10234                         Liquefaction (LNG) / regasification plants
#> 10235                         Liquefaction (LNG) / regasification plants
#> 10236                         Liquefaction (LNG) / regasification plants
#> 10237                         Liquefaction (LNG) / regasification plants
#> 10238                         Liquefaction (LNG) / regasification plants
#> 10239                         Liquefaction (LNG) / regasification plants
#> 10240                         Liquefaction (LNG) / regasification plants
#> 10241                         Liquefaction (LNG) / regasification plants
#> 10242                         Liquefaction (LNG) / regasification plants
#> 10243                         Liquefaction (LNG) / regasification plants
#> 10244                         Liquefaction (LNG) / regasification plants
#> 10245                         Liquefaction (LNG) / regasification plants
#> 10246                         Liquefaction (LNG) / regasification plants
#> 10247                         Liquefaction (LNG) / regasification plants
#> 10248                         Liquefaction (LNG) / regasification plants
#> 10249                         Liquefaction (LNG) / regasification plants
#> 10250                         Liquefaction (LNG) / regasification plants
#> 10251                         Liquefaction (LNG) / regasification plants
#> 10252                         Liquefaction (LNG) / regasification plants
#> 10253                         Liquefaction (LNG) / regasification plants
#> 10254                         Liquefaction (LNG) / regasification plants
#> 10255                         Liquefaction (LNG) / regasification plants
#> 10256                         Liquefaction (LNG) / regasification plants
#> 10257                         Liquefaction (LNG) / regasification plants
#> 10258                         Liquefaction (LNG) / regasification plants
#> 10259                         Liquefaction (LNG) / regasification plants
#> 10260                         Liquefaction (LNG) / regasification plants
#> 10261                         Liquefaction (LNG) / regasification plants
#> 10262                         Liquefaction (LNG) / regasification plants
#> 10263                         Liquefaction (LNG) / regasification plants
#> 10264                         Liquefaction (LNG) / regasification plants
#> 10265                         Liquefaction (LNG) / regasification plants
#> 10266                         Liquefaction (LNG) / regasification plants
#> 10267                         Liquefaction (LNG) / regasification plants
#> 10268                         Liquefaction (LNG) / regasification plants
#> 10269                                        Gas-to-liquids (GTL) plants
#> 10270                                        Gas-to-liquids (GTL) plants
#> 10271                                        Gas-to-liquids (GTL) plants
#> 10272                                        Gas-to-liquids (GTL) plants
#> 10273                                        Gas-to-liquids (GTL) plants
#> 10274                                        Gas-to-liquids (GTL) plants
#> 10275                                        Gas-to-liquids (GTL) plants
#> 10276                                        Gas-to-liquids (GTL) plants
#> 10277                                        Gas-to-liquids (GTL) plants
#> 10278                                        Gas-to-liquids (GTL) plants
#> 10279                                        Gas-to-liquids (GTL) plants
#> 10280                                        Gas-to-liquids (GTL) plants
#> 10281                                        Gas-to-liquids (GTL) plants
#> 10282                                        Gas-to-liquids (GTL) plants
#> 10283                                        Gas-to-liquids (GTL) plants
#> 10284                                        Gas-to-liquids (GTL) plants
#> 10285                                        Gas-to-liquids (GTL) plants
#> 10286                                        Gas-to-liquids (GTL) plants
#> 10287                                        Gas-to-liquids (GTL) plants
#> 10288                                        Gas-to-liquids (GTL) plants
#> 10289                                        Gas-to-liquids (GTL) plants
#> 10290                                        Gas-to-liquids (GTL) plants
#> 10291                                        Gas-to-liquids (GTL) plants
#> 10292                                        Gas-to-liquids (GTL) plants
#> 10293                                        Gas-to-liquids (GTL) plants
#> 10294                                        Gas-to-liquids (GTL) plants
#> 10295                                        Gas-to-liquids (GTL) plants
#> 10296                                        Gas-to-liquids (GTL) plants
#> 10297                                        Gas-to-liquids (GTL) plants
#> 10298                                        Gas-to-liquids (GTL) plants
#> 10299                                        Gas-to-liquids (GTL) plants
#> 10300                                        Gas-to-liquids (GTL) plants
#> 10301                                        Gas-to-liquids (GTL) plants
#> 10302                                        Gas-to-liquids (GTL) plants
#> 10303                                        Gas-to-liquids (GTL) plants
#> 10304                                        Gas-to-liquids (GTL) plants
#> 10305                                        Gas-to-liquids (GTL) plants
#> 10306                                        Gas-to-liquids (GTL) plants
#> 10307                                        Gas-to-liquids (GTL) plants
#> 10308                                        Gas-to-liquids (GTL) plants
#> 10309                                        Gas-to-liquids (GTL) plants
#> 10310                                        Gas-to-liquids (GTL) plants
#> 10311                                        Gas-to-liquids (GTL) plants
#> 10312                                        Gas-to-liquids (GTL) plants
#> 10313                                        Gas-to-liquids (GTL) plants
#> 10314                                        Gas-to-liquids (GTL) plants
#> 10315                                        Gas-to-liquids (GTL) plants
#> 10316                                        Gas-to-liquids (GTL) plants
#> 10317                                        Gas-to-liquids (GTL) plants
#> 10318                                        Gas-to-liquids (GTL) plants
#> 10319                                        Gas-to-liquids (GTL) plants
#> 10320                                        Gas-to-liquids (GTL) plants
#> 10321                                        Gas-to-liquids (GTL) plants
#> 10322                                        Gas-to-liquids (GTL) plants
#> 10323                                        Gas-to-liquids (GTL) plants
#> 10324                                        Gas-to-liquids (GTL) plants
#> 10325                                        Gas-to-liquids (GTL) plants
#> 10326                                        Gas-to-liquids (GTL) plants
#> 10327                                        Gas-to-liquids (GTL) plants
#> 10328                                        Gas-to-liquids (GTL) plants
#> 10329                                        Gas-to-liquids (GTL) plants
#> 10330                                        Gas-to-liquids (GTL) plants
#> 10331                                        Gas-to-liquids (GTL) plants
#> 10332                                        Gas-to-liquids (GTL) plants
#> 10333                                        Gas-to-liquids (GTL) plants
#> 10334                                        Gas-to-liquids (GTL) plants
#> 10335                                        Gas-to-liquids (GTL) plants
#> 10336                                        Gas-to-liquids (GTL) plants
#> 10337                        Own use in electricity, CHP and heat plants
#> 10338                        Own use in electricity, CHP and heat plants
#> 10339                        Own use in electricity, CHP and heat plants
#> 10340                        Own use in electricity, CHP and heat plants
#> 10341                        Own use in electricity, CHP and heat plants
#> 10342                        Own use in electricity, CHP and heat plants
#> 10343                        Own use in electricity, CHP and heat plants
#> 10344                        Own use in electricity, CHP and heat plants
#> 10345                        Own use in electricity, CHP and heat plants
#> 10346                        Own use in electricity, CHP and heat plants
#> 10347                        Own use in electricity, CHP and heat plants
#> 10348                        Own use in electricity, CHP and heat plants
#> 10349                        Own use in electricity, CHP and heat plants
#> 10350                        Own use in electricity, CHP and heat plants
#> 10351                        Own use in electricity, CHP and heat plants
#> 10352                        Own use in electricity, CHP and heat plants
#> 10353                        Own use in electricity, CHP and heat plants
#> 10354                        Own use in electricity, CHP and heat plants
#> 10355                        Own use in electricity, CHP and heat plants
#> 10356                        Own use in electricity, CHP and heat plants
#> 10357                        Own use in electricity, CHP and heat plants
#> 10358                        Own use in electricity, CHP and heat plants
#> 10359                        Own use in electricity, CHP and heat plants
#> 10360                        Own use in electricity, CHP and heat plants
#> 10361                        Own use in electricity, CHP and heat plants
#> 10362                        Own use in electricity, CHP and heat plants
#> 10363                        Own use in electricity, CHP and heat plants
#> 10364                        Own use in electricity, CHP and heat plants
#> 10365                        Own use in electricity, CHP and heat plants
#> 10366                        Own use in electricity, CHP and heat plants
#> 10367                        Own use in electricity, CHP and heat plants
#> 10368                        Own use in electricity, CHP and heat plants
#> 10369                        Own use in electricity, CHP and heat plants
#> 10370                        Own use in electricity, CHP and heat plants
#> 10371                        Own use in electricity, CHP and heat plants
#> 10372                        Own use in electricity, CHP and heat plants
#> 10373                        Own use in electricity, CHP and heat plants
#> 10374                        Own use in electricity, CHP and heat plants
#> 10375                        Own use in electricity, CHP and heat plants
#> 10376                        Own use in electricity, CHP and heat plants
#> 10377                        Own use in electricity, CHP and heat plants
#> 10378                        Own use in electricity, CHP and heat plants
#> 10379                        Own use in electricity, CHP and heat plants
#> 10380                        Own use in electricity, CHP and heat plants
#> 10381                        Own use in electricity, CHP and heat plants
#> 10382                        Own use in electricity, CHP and heat plants
#> 10383                        Own use in electricity, CHP and heat plants
#> 10384                        Own use in electricity, CHP and heat plants
#> 10385                        Own use in electricity, CHP and heat plants
#> 10386                        Own use in electricity, CHP and heat plants
#> 10387                        Own use in electricity, CHP and heat plants
#> 10388                        Own use in electricity, CHP and heat plants
#> 10389                        Own use in electricity, CHP and heat plants
#> 10390                        Own use in electricity, CHP and heat plants
#> 10391                        Own use in electricity, CHP and heat plants
#> 10392                        Own use in electricity, CHP and heat plants
#> 10393                        Own use in electricity, CHP and heat plants
#> 10394                        Own use in electricity, CHP and heat plants
#> 10395                        Own use in electricity, CHP and heat plants
#> 10396                        Own use in electricity, CHP and heat plants
#> 10397                        Own use in electricity, CHP and heat plants
#> 10398                        Own use in electricity, CHP and heat plants
#> 10399                        Own use in electricity, CHP and heat plants
#> 10400                        Own use in electricity, CHP and heat plants
#> 10401                        Own use in electricity, CHP and heat plants
#> 10402                        Own use in electricity, CHP and heat plants
#> 10403                        Own use in electricity, CHP and heat plants
#> 10404                        Own use in electricity, CHP and heat plants
#> 10405                                              Pumped storage plants
#> 10406                                              Pumped storage plants
#> 10407                                              Pumped storage plants
#> 10408                                              Pumped storage plants
#> 10409                                              Pumped storage plants
#> 10410                                              Pumped storage plants
#> 10411                                              Pumped storage plants
#> 10412                                              Pumped storage plants
#> 10413                                              Pumped storage plants
#> 10414                                              Pumped storage plants
#> 10415                                              Pumped storage plants
#> 10416                                              Pumped storage plants
#> 10417                                              Pumped storage plants
#> 10418                                              Pumped storage plants
#> 10419                                              Pumped storage plants
#> 10420                                              Pumped storage plants
#> 10421                                              Pumped storage plants
#> 10422                                              Pumped storage plants
#> 10423                                              Pumped storage plants
#> 10424                                              Pumped storage plants
#> 10425                                              Pumped storage plants
#> 10426                                              Pumped storage plants
#> 10427                                              Pumped storage plants
#> 10428                                              Pumped storage plants
#> 10429                                              Pumped storage plants
#> 10430                                              Pumped storage plants
#> 10431                                              Pumped storage plants
#> 10432                                              Pumped storage plants
#> 10433                                              Pumped storage plants
#> 10434                                              Pumped storage plants
#> 10435                                              Pumped storage plants
#> 10436                                              Pumped storage plants
#> 10437                                              Pumped storage plants
#> 10438                                              Pumped storage plants
#> 10439                                              Pumped storage plants
#> 10440                                              Pumped storage plants
#> 10441                                              Pumped storage plants
#> 10442                                              Pumped storage plants
#> 10443                                              Pumped storage plants
#> 10444                                              Pumped storage plants
#> 10445                                              Pumped storage plants
#> 10446                                              Pumped storage plants
#> 10447                                              Pumped storage plants
#> 10448                                              Pumped storage plants
#> 10449                                              Pumped storage plants
#> 10450                                              Pumped storage plants
#> 10451                                              Pumped storage plants
#> 10452                                              Pumped storage plants
#> 10453                                              Pumped storage plants
#> 10454                                              Pumped storage plants
#> 10455                                              Pumped storage plants
#> 10456                                              Pumped storage plants
#> 10457                                              Pumped storage plants
#> 10458                                              Pumped storage plants
#> 10459                                              Pumped storage plants
#> 10460                                              Pumped storage plants
#> 10461                                              Pumped storage plants
#> 10462                                              Pumped storage plants
#> 10463                                              Pumped storage plants
#> 10464                                              Pumped storage plants
#> 10465                                              Pumped storage plants
#> 10466                                              Pumped storage plants
#> 10467                                              Pumped storage plants
#> 10468                                              Pumped storage plants
#> 10469                                              Pumped storage plants
#> 10470                                              Pumped storage plants
#> 10471                                              Pumped storage plants
#> 10472                                              Pumped storage plants
#> 10473                                                   Nuclear industry
#> 10474                                                   Nuclear industry
#> 10475                                                   Nuclear industry
#> 10476                                                   Nuclear industry
#> 10477                                                   Nuclear industry
#> 10478                                                   Nuclear industry
#> 10479                                                   Nuclear industry
#> 10480                                                   Nuclear industry
#> 10481                                                   Nuclear industry
#> 10482                                                   Nuclear industry
#> 10483                                                   Nuclear industry
#> 10484                                                   Nuclear industry
#> 10485                                                   Nuclear industry
#> 10486                                                   Nuclear industry
#> 10487                                                   Nuclear industry
#> 10488                                                   Nuclear industry
#> 10489                                                   Nuclear industry
#> 10490                                                   Nuclear industry
#> 10491                                                   Nuclear industry
#> 10492                                                   Nuclear industry
#> 10493                                                   Nuclear industry
#> 10494                                                   Nuclear industry
#> 10495                                                   Nuclear industry
#> 10496                                                   Nuclear industry
#> 10497                                                   Nuclear industry
#> 10498                                                   Nuclear industry
#> 10499                                                   Nuclear industry
#> 10500                                                   Nuclear industry
#> 10501                                                   Nuclear industry
#> 10502                                                   Nuclear industry
#> 10503                                                   Nuclear industry
#> 10504                                                   Nuclear industry
#> 10505                                                   Nuclear industry
#> 10506                                                   Nuclear industry
#> 10507                                                   Nuclear industry
#> 10508                                                   Nuclear industry
#> 10509                                                   Nuclear industry
#> 10510                                                   Nuclear industry
#> 10511                                                   Nuclear industry
#> 10512                                                   Nuclear industry
#> 10513                                                   Nuclear industry
#> 10514                                                   Nuclear industry
#> 10515                                                   Nuclear industry
#> 10516                                                   Nuclear industry
#> 10517                                                   Nuclear industry
#> 10518                                                   Nuclear industry
#> 10519                                                   Nuclear industry
#> 10520                                                   Nuclear industry
#> 10521                                                   Nuclear industry
#> 10522                                                   Nuclear industry
#> 10523                                                   Nuclear industry
#> 10524                                                   Nuclear industry
#> 10525                                                   Nuclear industry
#> 10526                                                   Nuclear industry
#> 10527                                                   Nuclear industry
#> 10528                                                   Nuclear industry
#> 10529                                                   Nuclear industry
#> 10530                                                   Nuclear industry
#> 10531                                                   Nuclear industry
#> 10532                                                   Nuclear industry
#> 10533                                                   Nuclear industry
#> 10534                                                   Nuclear industry
#> 10535                                                   Nuclear industry
#> 10536                                                   Nuclear industry
#> 10537                                                   Nuclear industry
#> 10538                                                   Nuclear industry
#> 10539                                                   Nuclear industry
#> 10540                                                   Nuclear industry
#> 10541                                         Charcoal production plants
#> 10542                                         Charcoal production plants
#> 10543                                         Charcoal production plants
#> 10544                                         Charcoal production plants
#> 10545                                         Charcoal production plants
#> 10546                                         Charcoal production plants
#> 10547                                         Charcoal production plants
#> 10548                                         Charcoal production plants
#> 10549                                         Charcoal production plants
#> 10550                                         Charcoal production plants
#> 10551                                         Charcoal production plants
#> 10552                                         Charcoal production plants
#> 10553                                         Charcoal production plants
#> 10554                                         Charcoal production plants
#> 10555                                         Charcoal production plants
#> 10556                                         Charcoal production plants
#> 10557                                         Charcoal production plants
#> 10558                                         Charcoal production plants
#> 10559                                         Charcoal production plants
#> 10560                                         Charcoal production plants
#> 10561                                         Charcoal production plants
#> 10562                                         Charcoal production plants
#> 10563                                         Charcoal production plants
#> 10564                                         Charcoal production plants
#> 10565                                         Charcoal production plants
#> 10566                                         Charcoal production plants
#> 10567                                         Charcoal production plants
#> 10568                                         Charcoal production plants
#> 10569                                         Charcoal production plants
#> 10570                                         Charcoal production plants
#> 10571                                         Charcoal production plants
#> 10572                                         Charcoal production plants
#> 10573                                         Charcoal production plants
#> 10574                                         Charcoal production plants
#> 10575                                         Charcoal production plants
#> 10576                                         Charcoal production plants
#> 10577                                         Charcoal production plants
#> 10578                                         Charcoal production plants
#> 10579                                         Charcoal production plants
#> 10580                                         Charcoal production plants
#> 10581                                         Charcoal production plants
#> 10582                                         Charcoal production plants
#> 10583                                         Charcoal production plants
#> 10584                                         Charcoal production plants
#> 10585                                         Charcoal production plants
#> 10586                                         Charcoal production plants
#> 10587                                         Charcoal production plants
#> 10588                                         Charcoal production plants
#> 10589                                         Charcoal production plants
#> 10590                                         Charcoal production plants
#> 10591                                         Charcoal production plants
#> 10592                                         Charcoal production plants
#> 10593                                         Charcoal production plants
#> 10594                                         Charcoal production plants
#> 10595                                         Charcoal production plants
#> 10596                                         Charcoal production plants
#> 10597                                         Charcoal production plants
#> 10598                                         Charcoal production plants
#> 10599                                         Charcoal production plants
#> 10600                                         Charcoal production plants
#> 10601                                         Charcoal production plants
#> 10602                                         Charcoal production plants
#> 10603                                         Charcoal production plants
#> 10604                                         Charcoal production plants
#> 10605                                         Charcoal production plants
#> 10606                                         Charcoal production plants
#> 10607                                         Charcoal production plants
#> 10608                                         Charcoal production plants
#> 10609                                             Non-specified (energy)
#> 10610                                             Non-specified (energy)
#> 10611                                             Non-specified (energy)
#> 10612                                             Non-specified (energy)
#> 10613                                             Non-specified (energy)
#> 10614                                             Non-specified (energy)
#> 10615                                             Non-specified (energy)
#> 10616                                             Non-specified (energy)
#> 10617                                             Non-specified (energy)
#> 10618                                             Non-specified (energy)
#> 10619                                             Non-specified (energy)
#> 10620                                             Non-specified (energy)
#> 10621                                             Non-specified (energy)
#> 10622                                             Non-specified (energy)
#> 10623                                             Non-specified (energy)
#> 10624                                             Non-specified (energy)
#> 10625                                             Non-specified (energy)
#> 10626                                             Non-specified (energy)
#> 10627                                             Non-specified (energy)
#> 10628                                             Non-specified (energy)
#> 10629                                             Non-specified (energy)
#> 10630                                             Non-specified (energy)
#> 10631                                             Non-specified (energy)
#> 10632                                             Non-specified (energy)
#> 10633                                             Non-specified (energy)
#> 10634                                             Non-specified (energy)
#> 10635                                             Non-specified (energy)
#> 10636                                             Non-specified (energy)
#> 10637                                             Non-specified (energy)
#> 10638                                             Non-specified (energy)
#> 10639                                             Non-specified (energy)
#> 10640                                             Non-specified (energy)
#> 10641                                             Non-specified (energy)
#> 10642                                             Non-specified (energy)
#> 10643                                             Non-specified (energy)
#> 10644                                             Non-specified (energy)
#> 10645                                             Non-specified (energy)
#> 10646                                             Non-specified (energy)
#> 10647                                             Non-specified (energy)
#> 10648                                             Non-specified (energy)
#> 10649                                             Non-specified (energy)
#> 10650                                             Non-specified (energy)
#> 10651                                             Non-specified (energy)
#> 10652                                             Non-specified (energy)
#> 10653                                             Non-specified (energy)
#> 10654                                             Non-specified (energy)
#> 10655                                             Non-specified (energy)
#> 10656                                             Non-specified (energy)
#> 10657                                             Non-specified (energy)
#> 10658                                             Non-specified (energy)
#> 10659                                             Non-specified (energy)
#> 10660                                             Non-specified (energy)
#> 10661                                             Non-specified (energy)
#> 10662                                             Non-specified (energy)
#> 10663                                             Non-specified (energy)
#> 10664                                             Non-specified (energy)
#> 10665                                             Non-specified (energy)
#> 10666                                             Non-specified (energy)
#> 10667                                             Non-specified (energy)
#> 10668                                             Non-specified (energy)
#> 10669                                             Non-specified (energy)
#> 10670                                             Non-specified (energy)
#> 10671                                             Non-specified (energy)
#> 10672                                             Non-specified (energy)
#> 10673                                             Non-specified (energy)
#> 10674                                             Non-specified (energy)
#> 10675                                             Non-specified (energy)
#> 10676                                             Non-specified (energy)
#> 10677                                                             Losses
#> 10678                                                             Losses
#> 10679                                                             Losses
#> 10680                                                             Losses
#> 10681                                                             Losses
#> 10682                                                             Losses
#> 10683                                                             Losses
#> 10684                                                             Losses
#> 10685                                                             Losses
#> 10686                                                             Losses
#> 10687                                                             Losses
#> 10688                                                             Losses
#> 10689                                                             Losses
#> 10690                                                             Losses
#> 10691                                                             Losses
#> 10692                                                             Losses
#> 10693                                                             Losses
#> 10694                                                             Losses
#> 10695                                                             Losses
#> 10696                                                             Losses
#> 10697                                                             Losses
#> 10698                                                             Losses
#> 10699                                                             Losses
#> 10700                                                             Losses
#> 10701                                                             Losses
#> 10702                                                             Losses
#> 10703                                                             Losses
#> 10704                                                             Losses
#> 10705                                                             Losses
#> 10706                                                             Losses
#> 10707                                                             Losses
#> 10708                                                             Losses
#> 10709                                                             Losses
#> 10710                                                             Losses
#> 10711                                                             Losses
#> 10712                                                             Losses
#> 10713                                                             Losses
#> 10714                                                             Losses
#> 10715                                                             Losses
#> 10716                                                             Losses
#> 10717                                                             Losses
#> 10718                                                             Losses
#> 10719                                                             Losses
#> 10720                                                             Losses
#> 10721                                                             Losses
#> 10722                                                             Losses
#> 10723                                                             Losses
#> 10724                                                             Losses
#> 10725                                                             Losses
#> 10726                                                             Losses
#> 10727                                                             Losses
#> 10728                                                             Losses
#> 10729                                                             Losses
#> 10730                                                             Losses
#> 10731                                                             Losses
#> 10732                                                             Losses
#> 10733                                                             Losses
#> 10734                                                             Losses
#> 10735                                                             Losses
#> 10736                                                             Losses
#> 10737                                                             Losses
#> 10738                                                             Losses
#> 10739                                                             Losses
#> 10740                                                             Losses
#> 10741                                                             Losses
#> 10742                                                             Losses
#> 10743                                                             Losses
#> 10744                                                             Losses
#> 10745                                            Total final consumption
#> 10746                                            Total final consumption
#> 10747                                            Total final consumption
#> 10748                                            Total final consumption
#> 10749                                            Total final consumption
#> 10750                                            Total final consumption
#> 10751                                            Total final consumption
#> 10752                                            Total final consumption
#> 10753                                            Total final consumption
#> 10754                                            Total final consumption
#> 10755                                            Total final consumption
#> 10756                                            Total final consumption
#> 10757                                            Total final consumption
#> 10758                                            Total final consumption
#> 10759                                            Total final consumption
#> 10760                                            Total final consumption
#> 10761                                            Total final consumption
#> 10762                                            Total final consumption
#> 10763                                            Total final consumption
#> 10764                                            Total final consumption
#> 10765                                            Total final consumption
#> 10766                                            Total final consumption
#> 10767                                            Total final consumption
#> 10768                                            Total final consumption
#> 10769                                            Total final consumption
#> 10770                                            Total final consumption
#> 10771                                            Total final consumption
#> 10772                                            Total final consumption
#> 10773                                            Total final consumption
#> 10774                                            Total final consumption
#> 10775                                            Total final consumption
#> 10776                                            Total final consumption
#> 10777                                            Total final consumption
#> 10778                                            Total final consumption
#> 10779                                            Total final consumption
#> 10780                                            Total final consumption
#> 10781                                            Total final consumption
#> 10782                                            Total final consumption
#> 10783                                            Total final consumption
#> 10784                                            Total final consumption
#> 10785                                            Total final consumption
#> 10786                                            Total final consumption
#> 10787                                            Total final consumption
#> 10788                                            Total final consumption
#> 10789                                            Total final consumption
#> 10790                                            Total final consumption
#> 10791                                            Total final consumption
#> 10792                                            Total final consumption
#> 10793                                            Total final consumption
#> 10794                                            Total final consumption
#> 10795                                            Total final consumption
#> 10796                                            Total final consumption
#> 10797                                            Total final consumption
#> 10798                                            Total final consumption
#> 10799                                            Total final consumption
#> 10800                                            Total final consumption
#> 10801                                            Total final consumption
#> 10802                                            Total final consumption
#> 10803                                            Total final consumption
#> 10804                                            Total final consumption
#> 10805                                            Total final consumption
#> 10806                                            Total final consumption
#> 10807                                            Total final consumption
#> 10808                                            Total final consumption
#> 10809                                            Total final consumption
#> 10810                                            Total final consumption
#> 10811                                            Total final consumption
#> 10812                                            Total final consumption
#> 10813                                                           Industry
#> 10814                                                           Industry
#> 10815                                                           Industry
#> 10816                                                           Industry
#> 10817                                                           Industry
#> 10818                                                           Industry
#> 10819                                                           Industry
#> 10820                                                           Industry
#> 10821                                                           Industry
#> 10822                                                           Industry
#> 10823                                                           Industry
#> 10824                                                           Industry
#> 10825                                                           Industry
#> 10826                                                           Industry
#> 10827                                                           Industry
#> 10828                                                           Industry
#> 10829                                                           Industry
#> 10830                                                           Industry
#> 10831                                                           Industry
#> 10832                                                           Industry
#> 10833                                                           Industry
#> 10834                                                           Industry
#> 10835                                                           Industry
#> 10836                                                           Industry
#> 10837                                                           Industry
#> 10838                                                           Industry
#> 10839                                                           Industry
#> 10840                                                           Industry
#> 10841                                                           Industry
#> 10842                                                           Industry
#> 10843                                                           Industry
#> 10844                                                           Industry
#> 10845                                                           Industry
#> 10846                                                           Industry
#> 10847                                                           Industry
#> 10848                                                           Industry
#> 10849                                                           Industry
#> 10850                                                           Industry
#> 10851                                                           Industry
#> 10852                                                           Industry
#> 10853                                                           Industry
#> 10854                                                           Industry
#> 10855                                                           Industry
#> 10856                                                           Industry
#> 10857                                                           Industry
#> 10858                                                           Industry
#> 10859                                                           Industry
#> 10860                                                           Industry
#> 10861                                                           Industry
#> 10862                                                           Industry
#> 10863                                                           Industry
#> 10864                                                           Industry
#> 10865                                                           Industry
#> 10866                                                           Industry
#> 10867                                                           Industry
#> 10868                                                           Industry
#> 10869                                                           Industry
#> 10870                                                           Industry
#> 10871                                                           Industry
#> 10872                                                           Industry
#> 10873                                                           Industry
#> 10874                                                           Industry
#> 10875                                                           Industry
#> 10876                                                           Industry
#> 10877                                                           Industry
#> 10878                                                           Industry
#> 10879                                                           Industry
#> 10880                                                           Industry
#> 10881                                               Mining and quarrying
#> 10882                                               Mining and quarrying
#> 10883                                               Mining and quarrying
#> 10884                                               Mining and quarrying
#> 10885                                               Mining and quarrying
#> 10886                                               Mining and quarrying
#> 10887                                               Mining and quarrying
#> 10888                                               Mining and quarrying
#> 10889                                               Mining and quarrying
#> 10890                                               Mining and quarrying
#> 10891                                               Mining and quarrying
#> 10892                                               Mining and quarrying
#> 10893                                               Mining and quarrying
#> 10894                                               Mining and quarrying
#> 10895                                               Mining and quarrying
#> 10896                                               Mining and quarrying
#> 10897                                               Mining and quarrying
#> 10898                                               Mining and quarrying
#> 10899                                               Mining and quarrying
#> 10900                                               Mining and quarrying
#> 10901                                               Mining and quarrying
#> 10902                                               Mining and quarrying
#> 10903                                               Mining and quarrying
#> 10904                                               Mining and quarrying
#> 10905                                               Mining and quarrying
#> 10906                                               Mining and quarrying
#> 10907                                               Mining and quarrying
#> 10908                                               Mining and quarrying
#> 10909                                               Mining and quarrying
#> 10910                                               Mining and quarrying
#> 10911                                               Mining and quarrying
#> 10912                                               Mining and quarrying
#> 10913                                               Mining and quarrying
#> 10914                                               Mining and quarrying
#> 10915                                               Mining and quarrying
#> 10916                                               Mining and quarrying
#> 10917                                               Mining and quarrying
#> 10918                                               Mining and quarrying
#> 10919                                               Mining and quarrying
#> 10920                                               Mining and quarrying
#> 10921                                               Mining and quarrying
#> 10922                                               Mining and quarrying
#> 10923                                               Mining and quarrying
#> 10924                                               Mining and quarrying
#> 10925                                               Mining and quarrying
#> 10926                                               Mining and quarrying
#> 10927                                               Mining and quarrying
#> 10928                                               Mining and quarrying
#> 10929                                               Mining and quarrying
#> 10930                                               Mining and quarrying
#> 10931                                               Mining and quarrying
#> 10932                                               Mining and quarrying
#> 10933                                               Mining and quarrying
#> 10934                                               Mining and quarrying
#> 10935                                               Mining and quarrying
#> 10936                                               Mining and quarrying
#> 10937                                               Mining and quarrying
#> 10938                                               Mining and quarrying
#> 10939                                               Mining and quarrying
#> 10940                                               Mining and quarrying
#> 10941                                               Mining and quarrying
#> 10942                                               Mining and quarrying
#> 10943                                               Mining and quarrying
#> 10944                                               Mining and quarrying
#> 10945                                               Mining and quarrying
#> 10946                                               Mining and quarrying
#> 10947                                               Mining and quarrying
#> 10948                                               Mining and quarrying
#> 10949                                                       Construction
#> 10950                                                       Construction
#> 10951                                                       Construction
#> 10952                                                       Construction
#> 10953                                                       Construction
#> 10954                                                       Construction
#> 10955                                                       Construction
#> 10956                                                       Construction
#> 10957                                                       Construction
#> 10958                                                       Construction
#> 10959                                                       Construction
#> 10960                                                       Construction
#> 10961                                                       Construction
#> 10962                                                       Construction
#> 10963                                                       Construction
#> 10964                                                       Construction
#> 10965                                                       Construction
#> 10966                                                       Construction
#> 10967                                                       Construction
#> 10968                                                       Construction
#> 10969                                                       Construction
#> 10970                                                       Construction
#> 10971                                                       Construction
#> 10972                                                       Construction
#> 10973                                                       Construction
#> 10974                                                       Construction
#> 10975                                                       Construction
#> 10976                                                       Construction
#> 10977                                                       Construction
#> 10978                                                       Construction
#> 10979                                                       Construction
#> 10980                                                       Construction
#> 10981                                                       Construction
#> 10982                                                       Construction
#> 10983                                                       Construction
#> 10984                                                       Construction
#> 10985                                                       Construction
#> 10986                                                       Construction
#> 10987                                                       Construction
#> 10988                                                       Construction
#> 10989                                                       Construction
#> 10990                                                       Construction
#> 10991                                                       Construction
#> 10992                                                       Construction
#> 10993                                                       Construction
#> 10994                                                       Construction
#> 10995                                                       Construction
#> 10996                                                       Construction
#> 10997                                                       Construction
#> 10998                                                       Construction
#> 10999                                                       Construction
#> 11000                                                       Construction
#> 11001                                                       Construction
#> 11002                                                       Construction
#> 11003                                                       Construction
#> 11004                                                       Construction
#> 11005                                                       Construction
#> 11006                                                       Construction
#> 11007                                                       Construction
#> 11008                                                       Construction
#> 11009                                                       Construction
#> 11010                                                       Construction
#> 11011                                                       Construction
#> 11012                                                       Construction
#> 11013                                                       Construction
#> 11014                                                       Construction
#> 11015                                                       Construction
#> 11016                                                       Construction
#> 11017                                                      Manufacturing
#> 11018                                                      Manufacturing
#> 11019                                                      Manufacturing
#> 11020                                                      Manufacturing
#> 11021                                                      Manufacturing
#> 11022                                                      Manufacturing
#> 11023                                                      Manufacturing
#> 11024                                                      Manufacturing
#> 11025                                                      Manufacturing
#> 11026                                                      Manufacturing
#> 11027                                                      Manufacturing
#> 11028                                                      Manufacturing
#> 11029                                                      Manufacturing
#> 11030                                                      Manufacturing
#> 11031                                                      Manufacturing
#> 11032                                                      Manufacturing
#> 11033                                                      Manufacturing
#> 11034                                                      Manufacturing
#> 11035                                                      Manufacturing
#> 11036                                                      Manufacturing
#> 11037                                                      Manufacturing
#> 11038                                                      Manufacturing
#> 11039                                                      Manufacturing
#> 11040                                                      Manufacturing
#> 11041                                                      Manufacturing
#> 11042                                                      Manufacturing
#> 11043                                                      Manufacturing
#> 11044                                                      Manufacturing
#> 11045                                                      Manufacturing
#> 11046                                                      Manufacturing
#> 11047                                                      Manufacturing
#> 11048                                                      Manufacturing
#> 11049                                                      Manufacturing
#> 11050                                                      Manufacturing
#> 11051                                                      Manufacturing
#> 11052                                                      Manufacturing
#> 11053                                                      Manufacturing
#> 11054                                                      Manufacturing
#> 11055                                                      Manufacturing
#> 11056                                                      Manufacturing
#> 11057                                                      Manufacturing
#> 11058                                                      Manufacturing
#> 11059                                                      Manufacturing
#> 11060                                                      Manufacturing
#> 11061                                                      Manufacturing
#> 11062                                                      Manufacturing
#> 11063                                                      Manufacturing
#> 11064                                                      Manufacturing
#> 11065                                                      Manufacturing
#> 11066                                                      Manufacturing
#> 11067                                                      Manufacturing
#> 11068                                                      Manufacturing
#> 11069                                                      Manufacturing
#> 11070                                                      Manufacturing
#> 11071                                                      Manufacturing
#> 11072                                                      Manufacturing
#> 11073                                                      Manufacturing
#> 11074                                                      Manufacturing
#> 11075                                                      Manufacturing
#> 11076                                                      Manufacturing
#> 11077                                                      Manufacturing
#> 11078                                                      Manufacturing
#> 11079                                                      Manufacturing
#> 11080                                                      Manufacturing
#> 11081                                                      Manufacturing
#> 11082                                                      Manufacturing
#> 11083                                                      Manufacturing
#> 11084                                                      Manufacturing
#> 11085                                                     Iron and steel
#> 11086                                                     Iron and steel
#> 11087                                                     Iron and steel
#> 11088                                                     Iron and steel
#> 11089                                                     Iron and steel
#> 11090                                                     Iron and steel
#> 11091                                                     Iron and steel
#> 11092                                                     Iron and steel
#> 11093                                                     Iron and steel
#> 11094                                                     Iron and steel
#> 11095                                                     Iron and steel
#> 11096                                                     Iron and steel
#> 11097                                                     Iron and steel
#> 11098                                                     Iron and steel
#> 11099                                                     Iron and steel
#> 11100                                                     Iron and steel
#> 11101                                                     Iron and steel
#> 11102                                                     Iron and steel
#> 11103                                                     Iron and steel
#> 11104                                                     Iron and steel
#> 11105                                                     Iron and steel
#> 11106                                                     Iron and steel
#> 11107                                                     Iron and steel
#> 11108                                                     Iron and steel
#> 11109                                                     Iron and steel
#> 11110                                                     Iron and steel
#> 11111                                                     Iron and steel
#> 11112                                                     Iron and steel
#> 11113                                                     Iron and steel
#> 11114                                                     Iron and steel
#> 11115                                                     Iron and steel
#> 11116                                                     Iron and steel
#> 11117                                                     Iron and steel
#> 11118                                                     Iron and steel
#> 11119                                                     Iron and steel
#> 11120                                                     Iron and steel
#> 11121                                                     Iron and steel
#> 11122                                                     Iron and steel
#> 11123                                                     Iron and steel
#> 11124                                                     Iron and steel
#> 11125                                                     Iron and steel
#> 11126                                                     Iron and steel
#> 11127                                                     Iron and steel
#> 11128                                                     Iron and steel
#> 11129                                                     Iron and steel
#> 11130                                                     Iron and steel
#> 11131                                                     Iron and steel
#> 11132                                                     Iron and steel
#> 11133                                                     Iron and steel
#> 11134                                                     Iron and steel
#> 11135                                                     Iron and steel
#> 11136                                                     Iron and steel
#> 11137                                                     Iron and steel
#> 11138                                                     Iron and steel
#> 11139                                                     Iron and steel
#> 11140                                                     Iron and steel
#> 11141                                                     Iron and steel
#> 11142                                                     Iron and steel
#> 11143                                                     Iron and steel
#> 11144                                                     Iron and steel
#> 11145                                                     Iron and steel
#> 11146                                                     Iron and steel
#> 11147                                                     Iron and steel
#> 11148                                                     Iron and steel
#> 11149                                                     Iron and steel
#> 11150                                                     Iron and steel
#> 11151                                                     Iron and steel
#> 11152                                                     Iron and steel
#> 11153                                         Chemical and petrochemical
#> 11154                                         Chemical and petrochemical
#> 11155                                         Chemical and petrochemical
#> 11156                                         Chemical and petrochemical
#> 11157                                         Chemical and petrochemical
#> 11158                                         Chemical and petrochemical
#> 11159                                         Chemical and petrochemical
#> 11160                                         Chemical and petrochemical
#> 11161                                         Chemical and petrochemical
#> 11162                                         Chemical and petrochemical
#> 11163                                         Chemical and petrochemical
#> 11164                                         Chemical and petrochemical
#> 11165                                         Chemical and petrochemical
#> 11166                                         Chemical and petrochemical
#> 11167                                         Chemical and petrochemical
#> 11168                                         Chemical and petrochemical
#> 11169                                         Chemical and petrochemical
#> 11170                                         Chemical and petrochemical
#> 11171                                         Chemical and petrochemical
#> 11172                                         Chemical and petrochemical
#> 11173                                         Chemical and petrochemical
#> 11174                                         Chemical and petrochemical
#> 11175                                         Chemical and petrochemical
#> 11176                                         Chemical and petrochemical
#> 11177                                         Chemical and petrochemical
#> 11178                                         Chemical and petrochemical
#> 11179                                         Chemical and petrochemical
#> 11180                                         Chemical and petrochemical
#> 11181                                         Chemical and petrochemical
#> 11182                                         Chemical and petrochemical
#> 11183                                         Chemical and petrochemical
#> 11184                                         Chemical and petrochemical
#> 11185                                         Chemical and petrochemical
#> 11186                                         Chemical and petrochemical
#> 11187                                         Chemical and petrochemical
#> 11188                                         Chemical and petrochemical
#> 11189                                         Chemical and petrochemical
#> 11190                                         Chemical and petrochemical
#> 11191                                         Chemical and petrochemical
#> 11192                                         Chemical and petrochemical
#> 11193                                         Chemical and petrochemical
#> 11194                                         Chemical and petrochemical
#> 11195                                         Chemical and petrochemical
#> 11196                                         Chemical and petrochemical
#> 11197                                         Chemical and petrochemical
#> 11198                                         Chemical and petrochemical
#> 11199                                         Chemical and petrochemical
#> 11200                                         Chemical and petrochemical
#> 11201                                         Chemical and petrochemical
#> 11202                                         Chemical and petrochemical
#> 11203                                         Chemical and petrochemical
#> 11204                                         Chemical and petrochemical
#> 11205                                         Chemical and petrochemical
#> 11206                                         Chemical and petrochemical
#> 11207                                         Chemical and petrochemical
#> 11208                                         Chemical and petrochemical
#> 11209                                         Chemical and petrochemical
#> 11210                                         Chemical and petrochemical
#> 11211                                         Chemical and petrochemical
#> 11212                                         Chemical and petrochemical
#> 11213                                         Chemical and petrochemical
#> 11214                                         Chemical and petrochemical
#> 11215                                         Chemical and petrochemical
#> 11216                                         Chemical and petrochemical
#> 11217                                         Chemical and petrochemical
#> 11218                                         Chemical and petrochemical
#> 11219                                         Chemical and petrochemical
#> 11220                                         Chemical and petrochemical
#> 11221                                                 Non-ferrous metals
#> 11222                                                 Non-ferrous metals
#> 11223                                                 Non-ferrous metals
#> 11224                                                 Non-ferrous metals
#> 11225                                                 Non-ferrous metals
#> 11226                                                 Non-ferrous metals
#> 11227                                                 Non-ferrous metals
#> 11228                                                 Non-ferrous metals
#> 11229                                                 Non-ferrous metals
#> 11230                                                 Non-ferrous metals
#> 11231                                                 Non-ferrous metals
#> 11232                                                 Non-ferrous metals
#> 11233                                                 Non-ferrous metals
#> 11234                                                 Non-ferrous metals
#> 11235                                                 Non-ferrous metals
#> 11236                                                 Non-ferrous metals
#> 11237                                                 Non-ferrous metals
#> 11238                                                 Non-ferrous metals
#> 11239                                                 Non-ferrous metals
#> 11240                                                 Non-ferrous metals
#> 11241                                                 Non-ferrous metals
#> 11242                                                 Non-ferrous metals
#> 11243                                                 Non-ferrous metals
#> 11244                                                 Non-ferrous metals
#> 11245                                                 Non-ferrous metals
#> 11246                                                 Non-ferrous metals
#> 11247                                                 Non-ferrous metals
#> 11248                                                 Non-ferrous metals
#> 11249                                                 Non-ferrous metals
#> 11250                                                 Non-ferrous metals
#> 11251                                                 Non-ferrous metals
#> 11252                                                 Non-ferrous metals
#> 11253                                                 Non-ferrous metals
#> 11254                                                 Non-ferrous metals
#> 11255                                                 Non-ferrous metals
#> 11256                                                 Non-ferrous metals
#> 11257                                                 Non-ferrous metals
#> 11258                                                 Non-ferrous metals
#> 11259                                                 Non-ferrous metals
#> 11260                                                 Non-ferrous metals
#> 11261                                                 Non-ferrous metals
#> 11262                                                 Non-ferrous metals
#> 11263                                                 Non-ferrous metals
#> 11264                                                 Non-ferrous metals
#> 11265                                                 Non-ferrous metals
#> 11266                                                 Non-ferrous metals
#> 11267                                                 Non-ferrous metals
#> 11268                                                 Non-ferrous metals
#> 11269                                                 Non-ferrous metals
#> 11270                                                 Non-ferrous metals
#> 11271                                                 Non-ferrous metals
#> 11272                                                 Non-ferrous metals
#> 11273                                                 Non-ferrous metals
#> 11274                                                 Non-ferrous metals
#> 11275                                                 Non-ferrous metals
#> 11276                                                 Non-ferrous metals
#> 11277                                                 Non-ferrous metals
#> 11278                                                 Non-ferrous metals
#> 11279                                                 Non-ferrous metals
#> 11280                                                 Non-ferrous metals
#> 11281                                                 Non-ferrous metals
#> 11282                                                 Non-ferrous metals
#> 11283                                                 Non-ferrous metals
#> 11284                                                 Non-ferrous metals
#> 11285                                                 Non-ferrous metals
#> 11286                                                 Non-ferrous metals
#> 11287                                                 Non-ferrous metals
#> 11288                                                 Non-ferrous metals
#> 11289                                              Non-metallic minerals
#> 11290                                              Non-metallic minerals
#> 11291                                              Non-metallic minerals
#> 11292                                              Non-metallic minerals
#> 11293                                              Non-metallic minerals
#> 11294                                              Non-metallic minerals
#> 11295                                              Non-metallic minerals
#> 11296                                              Non-metallic minerals
#> 11297                                              Non-metallic minerals
#> 11298                                              Non-metallic minerals
#> 11299                                              Non-metallic minerals
#> 11300                                              Non-metallic minerals
#> 11301                                              Non-metallic minerals
#> 11302                                              Non-metallic minerals
#> 11303                                              Non-metallic minerals
#> 11304                                              Non-metallic minerals
#> 11305                                              Non-metallic minerals
#> 11306                                              Non-metallic minerals
#> 11307                                              Non-metallic minerals
#> 11308                                              Non-metallic minerals
#> 11309                                              Non-metallic minerals
#> 11310                                              Non-metallic minerals
#> 11311                                              Non-metallic minerals
#> 11312                                              Non-metallic minerals
#> 11313                                              Non-metallic minerals
#> 11314                                              Non-metallic minerals
#> 11315                                              Non-metallic minerals
#> 11316                                              Non-metallic minerals
#> 11317                                              Non-metallic minerals
#> 11318                                              Non-metallic minerals
#> 11319                                              Non-metallic minerals
#> 11320                                              Non-metallic minerals
#> 11321                                              Non-metallic minerals
#> 11322                                              Non-metallic minerals
#> 11323                                              Non-metallic minerals
#> 11324                                              Non-metallic minerals
#> 11325                                              Non-metallic minerals
#> 11326                                              Non-metallic minerals
#> 11327                                              Non-metallic minerals
#> 11328                                              Non-metallic minerals
#> 11329                                              Non-metallic minerals
#> 11330                                              Non-metallic minerals
#> 11331                                              Non-metallic minerals
#> 11332                                              Non-metallic minerals
#> 11333                                              Non-metallic minerals
#> 11334                                              Non-metallic minerals
#> 11335                                              Non-metallic minerals
#> 11336                                              Non-metallic minerals
#> 11337                                              Non-metallic minerals
#> 11338                                              Non-metallic minerals
#> 11339                                              Non-metallic minerals
#> 11340                                              Non-metallic minerals
#> 11341                                              Non-metallic minerals
#> 11342                                              Non-metallic minerals
#> 11343                                              Non-metallic minerals
#> 11344                                              Non-metallic minerals
#> 11345                                              Non-metallic minerals
#> 11346                                              Non-metallic minerals
#> 11347                                              Non-metallic minerals
#> 11348                                              Non-metallic minerals
#> 11349                                              Non-metallic minerals
#> 11350                                              Non-metallic minerals
#> 11351                                              Non-metallic minerals
#> 11352                                              Non-metallic minerals
#> 11353                                              Non-metallic minerals
#> 11354                                              Non-metallic minerals
#> 11355                                              Non-metallic minerals
#> 11356                                              Non-metallic minerals
#> 11357                                                Transport equipment
#> 11358                                                Transport equipment
#> 11359                                                Transport equipment
#> 11360                                                Transport equipment
#> 11361                                                Transport equipment
#> 11362                                                Transport equipment
#> 11363                                                Transport equipment
#> 11364                                                Transport equipment
#> 11365                                                Transport equipment
#> 11366                                                Transport equipment
#> 11367                                                Transport equipment
#> 11368                                                Transport equipment
#> 11369                                                Transport equipment
#> 11370                                                Transport equipment
#> 11371                                                Transport equipment
#> 11372                                                Transport equipment
#> 11373                                                Transport equipment
#> 11374                                                Transport equipment
#> 11375                                                Transport equipment
#> 11376                                                Transport equipment
#> 11377                                                Transport equipment
#> 11378                                                Transport equipment
#> 11379                                                Transport equipment
#> 11380                                                Transport equipment
#> 11381                                                Transport equipment
#> 11382                                                Transport equipment
#> 11383                                                Transport equipment
#> 11384                                                Transport equipment
#> 11385                                                Transport equipment
#> 11386                                                Transport equipment
#> 11387                                                Transport equipment
#> 11388                                                Transport equipment
#> 11389                                                Transport equipment
#> 11390                                                Transport equipment
#> 11391                                                Transport equipment
#> 11392                                                Transport equipment
#> 11393                                                Transport equipment
#> 11394                                                Transport equipment
#> 11395                                                Transport equipment
#> 11396                                                Transport equipment
#> 11397                                                Transport equipment
#> 11398                                                Transport equipment
#> 11399                                                Transport equipment
#> 11400                                                Transport equipment
#> 11401                                                Transport equipment
#> 11402                                                Transport equipment
#> 11403                                                Transport equipment
#> 11404                                                Transport equipment
#> 11405                                                Transport equipment
#> 11406                                                Transport equipment
#> 11407                                                Transport equipment
#> 11408                                                Transport equipment
#> 11409                                                Transport equipment
#> 11410                                                Transport equipment
#> 11411                                                Transport equipment
#> 11412                                                Transport equipment
#> 11413                                                Transport equipment
#> 11414                                                Transport equipment
#> 11415                                                Transport equipment
#> 11416                                                Transport equipment
#> 11417                                                Transport equipment
#> 11418                                                Transport equipment
#> 11419                                                Transport equipment
#> 11420                                                Transport equipment
#> 11421                                                Transport equipment
#> 11422                                                Transport equipment
#> 11423                                                Transport equipment
#> 11424                                                Transport equipment
#> 11425                                                          Machinery
#> 11426                                                          Machinery
#> 11427                                                          Machinery
#> 11428                                                          Machinery
#> 11429                                                          Machinery
#> 11430                                                          Machinery
#> 11431                                                          Machinery
#> 11432                                                          Machinery
#> 11433                                                          Machinery
#> 11434                                                          Machinery
#> 11435                                                          Machinery
#> 11436                                                          Machinery
#> 11437                                                          Machinery
#> 11438                                                          Machinery
#> 11439                                                          Machinery
#> 11440                                                          Machinery
#> 11441                                                          Machinery
#> 11442                                                          Machinery
#> 11443                                                          Machinery
#> 11444                                                          Machinery
#> 11445                                                          Machinery
#> 11446                                                          Machinery
#> 11447                                                          Machinery
#> 11448                                                          Machinery
#> 11449                                                          Machinery
#> 11450                                                          Machinery
#> 11451                                                          Machinery
#> 11452                                                          Machinery
#> 11453                                                          Machinery
#> 11454                                                          Machinery
#> 11455                                                          Machinery
#> 11456                                                          Machinery
#> 11457                                                          Machinery
#> 11458                                                          Machinery
#> 11459                                                          Machinery
#> 11460                                                          Machinery
#> 11461                                                          Machinery
#> 11462                                                          Machinery
#> 11463                                                          Machinery
#> 11464                                                          Machinery
#> 11465                                                          Machinery
#> 11466                                                          Machinery
#> 11467                                                          Machinery
#> 11468                                                          Machinery
#> 11469                                                          Machinery
#> 11470                                                          Machinery
#> 11471                                                          Machinery
#> 11472                                                          Machinery
#> 11473                                                          Machinery
#> 11474                                                          Machinery
#> 11475                                                          Machinery
#> 11476                                                          Machinery
#> 11477                                                          Machinery
#> 11478                                                          Machinery
#> 11479                                                          Machinery
#> 11480                                                          Machinery
#> 11481                                                          Machinery
#> 11482                                                          Machinery
#> 11483                                                          Machinery
#> 11484                                                          Machinery
#> 11485                                                          Machinery
#> 11486                                                          Machinery
#> 11487                                                          Machinery
#> 11488                                                          Machinery
#> 11489                                                          Machinery
#> 11490                                                          Machinery
#> 11491                                                          Machinery
#> 11492                                                          Machinery
#> 11493                                                   Food and tobacco
#> 11494                                                   Food and tobacco
#> 11495                                                   Food and tobacco
#> 11496                                                   Food and tobacco
#> 11497                                                   Food and tobacco
#> 11498                                                   Food and tobacco
#> 11499                                                   Food and tobacco
#> 11500                                                   Food and tobacco
#> 11501                                                   Food and tobacco
#> 11502                                                   Food and tobacco
#> 11503                                                   Food and tobacco
#> 11504                                                   Food and tobacco
#> 11505                                                   Food and tobacco
#> 11506                                                   Food and tobacco
#> 11507                                                   Food and tobacco
#> 11508                                                   Food and tobacco
#> 11509                                                   Food and tobacco
#> 11510                                                   Food and tobacco
#> 11511                                                   Food and tobacco
#> 11512                                                   Food and tobacco
#> 11513                                                   Food and tobacco
#> 11514                                                   Food and tobacco
#> 11515                                                   Food and tobacco
#> 11516                                                   Food and tobacco
#> 11517                                                   Food and tobacco
#> 11518                                                   Food and tobacco
#> 11519                                                   Food and tobacco
#> 11520                                                   Food and tobacco
#> 11521                                                   Food and tobacco
#> 11522                                                   Food and tobacco
#> 11523                                                   Food and tobacco
#> 11524                                                   Food and tobacco
#> 11525                                                   Food and tobacco
#> 11526                                                   Food and tobacco
#> 11527                                                   Food and tobacco
#> 11528                                                   Food and tobacco
#> 11529                                                   Food and tobacco
#> 11530                                                   Food and tobacco
#> 11531                                                   Food and tobacco
#> 11532                                                   Food and tobacco
#> 11533                                                   Food and tobacco
#> 11534                                                   Food and tobacco
#> 11535                                                   Food and tobacco
#> 11536                                                   Food and tobacco
#> 11537                                                   Food and tobacco
#> 11538                                                   Food and tobacco
#> 11539                                                   Food and tobacco
#> 11540                                                   Food and tobacco
#> 11541                                                   Food and tobacco
#> 11542                                                   Food and tobacco
#> 11543                                                   Food and tobacco
#> 11544                                                   Food and tobacco
#> 11545                                                   Food and tobacco
#> 11546                                                   Food and tobacco
#> 11547                                                   Food and tobacco
#> 11548                                                   Food and tobacco
#> 11549                                                   Food and tobacco
#> 11550                                                   Food and tobacco
#> 11551                                                   Food and tobacco
#> 11552                                                   Food and tobacco
#> 11553                                                   Food and tobacco
#> 11554                                                   Food and tobacco
#> 11555                                                   Food and tobacco
#> 11556                                                   Food and tobacco
#> 11557                                                   Food and tobacco
#> 11558                                                   Food and tobacco
#> 11559                                                   Food and tobacco
#> 11560                                                   Food and tobacco
#> 11561                                           Paper, pulp and printing
#> 11562                                           Paper, pulp and printing
#> 11563                                           Paper, pulp and printing
#> 11564                                           Paper, pulp and printing
#> 11565                                           Paper, pulp and printing
#> 11566                                           Paper, pulp and printing
#> 11567                                           Paper, pulp and printing
#> 11568                                           Paper, pulp and printing
#> 11569                                           Paper, pulp and printing
#> 11570                                           Paper, pulp and printing
#> 11571                                           Paper, pulp and printing
#> 11572                                           Paper, pulp and printing
#> 11573                                           Paper, pulp and printing
#> 11574                                           Paper, pulp and printing
#> 11575                                           Paper, pulp and printing
#> 11576                                           Paper, pulp and printing
#> 11577                                           Paper, pulp and printing
#> 11578                                           Paper, pulp and printing
#> 11579                                           Paper, pulp and printing
#> 11580                                           Paper, pulp and printing
#> 11581                                           Paper, pulp and printing
#> 11582                                           Paper, pulp and printing
#> 11583                                           Paper, pulp and printing
#> 11584                                           Paper, pulp and printing
#> 11585                                           Paper, pulp and printing
#> 11586                                           Paper, pulp and printing
#> 11587                                           Paper, pulp and printing
#> 11588                                           Paper, pulp and printing
#> 11589                                           Paper, pulp and printing
#> 11590                                           Paper, pulp and printing
#> 11591                                           Paper, pulp and printing
#> 11592                                           Paper, pulp and printing
#> 11593                                           Paper, pulp and printing
#> 11594                                           Paper, pulp and printing
#> 11595                                           Paper, pulp and printing
#> 11596                                           Paper, pulp and printing
#> 11597                                           Paper, pulp and printing
#> 11598                                           Paper, pulp and printing
#> 11599                                           Paper, pulp and printing
#> 11600                                           Paper, pulp and printing
#> 11601                                           Paper, pulp and printing
#> 11602                                           Paper, pulp and printing
#> 11603                                           Paper, pulp and printing
#> 11604                                           Paper, pulp and printing
#> 11605                                           Paper, pulp and printing
#> 11606                                           Paper, pulp and printing
#> 11607                                           Paper, pulp and printing
#> 11608                                           Paper, pulp and printing
#> 11609                                           Paper, pulp and printing
#> 11610                                           Paper, pulp and printing
#> 11611                                           Paper, pulp and printing
#> 11612                                           Paper, pulp and printing
#> 11613                                           Paper, pulp and printing
#> 11614                                           Paper, pulp and printing
#> 11615                                           Paper, pulp and printing
#> 11616                                           Paper, pulp and printing
#> 11617                                           Paper, pulp and printing
#> 11618                                           Paper, pulp and printing
#> 11619                                           Paper, pulp and printing
#> 11620                                           Paper, pulp and printing
#> 11621                                           Paper, pulp and printing
#> 11622                                           Paper, pulp and printing
#> 11623                                           Paper, pulp and printing
#> 11624                                           Paper, pulp and printing
#> 11625                                           Paper, pulp and printing
#> 11626                                           Paper, pulp and printing
#> 11627                                           Paper, pulp and printing
#> 11628                                           Paper, pulp and printing
#> 11629                                             Wood and wood products
#> 11630                                             Wood and wood products
#> 11631                                             Wood and wood products
#> 11632                                             Wood and wood products
#> 11633                                             Wood and wood products
#> 11634                                             Wood and wood products
#> 11635                                             Wood and wood products
#> 11636                                             Wood and wood products
#> 11637                                             Wood and wood products
#> 11638                                             Wood and wood products
#> 11639                                             Wood and wood products
#> 11640                                             Wood and wood products
#> 11641                                             Wood and wood products
#> 11642                                             Wood and wood products
#> 11643                                             Wood and wood products
#> 11644                                             Wood and wood products
#> 11645                                             Wood and wood products
#> 11646                                             Wood and wood products
#> 11647                                             Wood and wood products
#> 11648                                             Wood and wood products
#> 11649                                             Wood and wood products
#> 11650                                             Wood and wood products
#> 11651                                             Wood and wood products
#> 11652                                             Wood and wood products
#> 11653                                             Wood and wood products
#> 11654                                             Wood and wood products
#> 11655                                             Wood and wood products
#> 11656                                             Wood and wood products
#> 11657                                             Wood and wood products
#> 11658                                             Wood and wood products
#> 11659                                             Wood and wood products
#> 11660                                             Wood and wood products
#> 11661                                             Wood and wood products
#> 11662                                             Wood and wood products
#> 11663                                             Wood and wood products
#> 11664                                             Wood and wood products
#> 11665                                             Wood and wood products
#> 11666                                             Wood and wood products
#> 11667                                             Wood and wood products
#> 11668                                             Wood and wood products
#> 11669                                             Wood and wood products
#> 11670                                             Wood and wood products
#> 11671                                             Wood and wood products
#> 11672                                             Wood and wood products
#> 11673                                             Wood and wood products
#> 11674                                             Wood and wood products
#> 11675                                             Wood and wood products
#> 11676                                             Wood and wood products
#> 11677                                             Wood and wood products
#> 11678                                             Wood and wood products
#> 11679                                             Wood and wood products
#> 11680                                             Wood and wood products
#> 11681                                             Wood and wood products
#> 11682                                             Wood and wood products
#> 11683                                             Wood and wood products
#> 11684                                             Wood and wood products
#> 11685                                             Wood and wood products
#> 11686                                             Wood and wood products
#> 11687                                             Wood and wood products
#> 11688                                             Wood and wood products
#> 11689                                             Wood and wood products
#> 11690                                             Wood and wood products
#> 11691                                             Wood and wood products
#> 11692                                             Wood and wood products
#> 11693                                             Wood and wood products
#> 11694                                             Wood and wood products
#> 11695                                             Wood and wood products
#> 11696                                             Wood and wood products
#> 11697                                                Textile and leather
#> 11698                                                Textile and leather
#> 11699                                                Textile and leather
#> 11700                                                Textile and leather
#> 11701                                                Textile and leather
#> 11702                                                Textile and leather
#> 11703                                                Textile and leather
#> 11704                                                Textile and leather
#> 11705                                                Textile and leather
#> 11706                                                Textile and leather
#> 11707                                                Textile and leather
#> 11708                                                Textile and leather
#> 11709                                                Textile and leather
#> 11710                                                Textile and leather
#> 11711                                                Textile and leather
#> 11712                                                Textile and leather
#> 11713                                                Textile and leather
#> 11714                                                Textile and leather
#> 11715                                                Textile and leather
#> 11716                                                Textile and leather
#> 11717                                                Textile and leather
#> 11718                                                Textile and leather
#> 11719                                                Textile and leather
#> 11720                                                Textile and leather
#> 11721                                                Textile and leather
#> 11722                                                Textile and leather
#> 11723                                                Textile and leather
#> 11724                                                Textile and leather
#> 11725                                                Textile and leather
#> 11726                                                Textile and leather
#> 11727                                                Textile and leather
#> 11728                                                Textile and leather
#> 11729                                                Textile and leather
#> 11730                                                Textile and leather
#> 11731                                                Textile and leather
#> 11732                                                Textile and leather
#> 11733                                                Textile and leather
#> 11734                                                Textile and leather
#> 11735                                                Textile and leather
#> 11736                                                Textile and leather
#> 11737                                                Textile and leather
#> 11738                                                Textile and leather
#> 11739                                                Textile and leather
#> 11740                                                Textile and leather
#> 11741                                                Textile and leather
#> 11742                                                Textile and leather
#> 11743                                                Textile and leather
#> 11744                                                Textile and leather
#> 11745                                                Textile and leather
#> 11746                                                Textile and leather
#> 11747                                                Textile and leather
#> 11748                                                Textile and leather
#> 11749                                                Textile and leather
#> 11750                                                Textile and leather
#> 11751                                                Textile and leather
#> 11752                                                Textile and leather
#> 11753                                                Textile and leather
#> 11754                                                Textile and leather
#> 11755                                                Textile and leather
#> 11756                                                Textile and leather
#> 11757                                                Textile and leather
#> 11758                                                Textile and leather
#> 11759                                                Textile and leather
#> 11760                                                Textile and leather
#> 11761                                                Textile and leather
#> 11762                                                Textile and leather
#> 11763                                                Textile and leather
#> 11764                                                Textile and leather
#> 11765                                   Industry not elsewhere specified
#> 11766                                   Industry not elsewhere specified
#> 11767                                   Industry not elsewhere specified
#> 11768                                   Industry not elsewhere specified
#> 11769                                   Industry not elsewhere specified
#> 11770                                   Industry not elsewhere specified
#> 11771                                   Industry not elsewhere specified
#> 11772                                   Industry not elsewhere specified
#> 11773                                   Industry not elsewhere specified
#> 11774                                   Industry not elsewhere specified
#> 11775                                   Industry not elsewhere specified
#> 11776                                   Industry not elsewhere specified
#> 11777                                   Industry not elsewhere specified
#> 11778                                   Industry not elsewhere specified
#> 11779                                   Industry not elsewhere specified
#> 11780                                   Industry not elsewhere specified
#> 11781                                   Industry not elsewhere specified
#> 11782                                   Industry not elsewhere specified
#> 11783                                   Industry not elsewhere specified
#> 11784                                   Industry not elsewhere specified
#> 11785                                   Industry not elsewhere specified
#> 11786                                   Industry not elsewhere specified
#> 11787                                   Industry not elsewhere specified
#> 11788                                   Industry not elsewhere specified
#> 11789                                   Industry not elsewhere specified
#> 11790                                   Industry not elsewhere specified
#> 11791                                   Industry not elsewhere specified
#> 11792                                   Industry not elsewhere specified
#> 11793                                   Industry not elsewhere specified
#> 11794                                   Industry not elsewhere specified
#> 11795                                   Industry not elsewhere specified
#> 11796                                   Industry not elsewhere specified
#> 11797                                   Industry not elsewhere specified
#> 11798                                   Industry not elsewhere specified
#> 11799                                   Industry not elsewhere specified
#> 11800                                   Industry not elsewhere specified
#> 11801                                   Industry not elsewhere specified
#> 11802                                   Industry not elsewhere specified
#> 11803                                   Industry not elsewhere specified
#> 11804                                   Industry not elsewhere specified
#> 11805                                   Industry not elsewhere specified
#> 11806                                   Industry not elsewhere specified
#> 11807                                   Industry not elsewhere specified
#> 11808                                   Industry not elsewhere specified
#> 11809                                   Industry not elsewhere specified
#> 11810                                   Industry not elsewhere specified
#> 11811                                   Industry not elsewhere specified
#> 11812                                   Industry not elsewhere specified
#> 11813                                   Industry not elsewhere specified
#> 11814                                   Industry not elsewhere specified
#> 11815                                   Industry not elsewhere specified
#> 11816                                   Industry not elsewhere specified
#> 11817                                   Industry not elsewhere specified
#> 11818                                   Industry not elsewhere specified
#> 11819                                   Industry not elsewhere specified
#> 11820                                   Industry not elsewhere specified
#> 11821                                   Industry not elsewhere specified
#> 11822                                   Industry not elsewhere specified
#> 11823                                   Industry not elsewhere specified
#> 11824                                   Industry not elsewhere specified
#> 11825                                   Industry not elsewhere specified
#> 11826                                   Industry not elsewhere specified
#> 11827                                   Industry not elsewhere specified
#> 11828                                   Industry not elsewhere specified
#> 11829                                   Industry not elsewhere specified
#> 11830                                   Industry not elsewhere specified
#> 11831                                   Industry not elsewhere specified
#> 11832                                   Industry not elsewhere specified
#> 11833                                                          Transport
#> 11834                                                          Transport
#> 11835                                                          Transport
#> 11836                                                          Transport
#> 11837                                                          Transport
#> 11838                                                          Transport
#> 11839                                                          Transport
#> 11840                                                          Transport
#> 11841                                                          Transport
#> 11842                                                          Transport
#> 11843                                                          Transport
#> 11844                                                          Transport
#> 11845                                                          Transport
#> 11846                                                          Transport
#> 11847                                                          Transport
#> 11848                                                          Transport
#> 11849                                                          Transport
#> 11850                                                          Transport
#> 11851                                                          Transport
#> 11852                                                          Transport
#> 11853                                                          Transport
#> 11854                                                          Transport
#> 11855                                                          Transport
#> 11856                                                          Transport
#> 11857                                                          Transport
#> 11858                                                          Transport
#> 11859                                                          Transport
#> 11860                                                          Transport
#> 11861                                                          Transport
#> 11862                                                          Transport
#> 11863                                                          Transport
#> 11864                                                          Transport
#> 11865                                                          Transport
#> 11866                                                          Transport
#> 11867                                                          Transport
#> 11868                                                          Transport
#> 11869                                                          Transport
#> 11870                                                          Transport
#> 11871                                                          Transport
#> 11872                                                          Transport
#> 11873                                                          Transport
#> 11874                                                          Transport
#> 11875                                                          Transport
#> 11876                                                          Transport
#> 11877                                                          Transport
#> 11878                                                          Transport
#> 11879                                                          Transport
#> 11880                                                          Transport
#> 11881                                                          Transport
#> 11882                                                          Transport
#> 11883                                                          Transport
#> 11884                                                          Transport
#> 11885                                                          Transport
#> 11886                                                          Transport
#> 11887                                                          Transport
#> 11888                                                          Transport
#> 11889                                                          Transport
#> 11890                                                          Transport
#> 11891                                                          Transport
#> 11892                                                          Transport
#> 11893                                                          Transport
#> 11894                                                          Transport
#> 11895                                                          Transport
#> 11896                                                          Transport
#> 11897                                                          Transport
#> 11898                                                          Transport
#> 11899                                                          Transport
#> 11900                                                          Transport
#> 11901                                             World aviation bunkers
#> 11902                                             World aviation bunkers
#> 11903                                             World aviation bunkers
#> 11904                                             World aviation bunkers
#> 11905                                             World aviation bunkers
#> 11906                                             World aviation bunkers
#> 11907                                             World aviation bunkers
#> 11908                                             World aviation bunkers
#> 11909                                             World aviation bunkers
#> 11910                                             World aviation bunkers
#> 11911                                             World aviation bunkers
#> 11912                                             World aviation bunkers
#> 11913                                             World aviation bunkers
#> 11914                                             World aviation bunkers
#> 11915                                             World aviation bunkers
#> 11916                                             World aviation bunkers
#> 11917                                             World aviation bunkers
#> 11918                                             World aviation bunkers
#> 11919                                             World aviation bunkers
#> 11920                                             World aviation bunkers
#> 11921                                             World aviation bunkers
#> 11922                                             World aviation bunkers
#> 11923                                             World aviation bunkers
#> 11924                                             World aviation bunkers
#> 11925                                             World aviation bunkers
#> 11926                                             World aviation bunkers
#> 11927                                             World aviation bunkers
#> 11928                                             World aviation bunkers
#> 11929                                             World aviation bunkers
#> 11930                                             World aviation bunkers
#> 11931                                             World aviation bunkers
#> 11932                                             World aviation bunkers
#> 11933                                             World aviation bunkers
#> 11934                                             World aviation bunkers
#> 11935                                             World aviation bunkers
#> 11936                                             World aviation bunkers
#> 11937                                             World aviation bunkers
#> 11938                                             World aviation bunkers
#> 11939                                             World aviation bunkers
#> 11940                                             World aviation bunkers
#> 11941                                             World aviation bunkers
#> 11942                                             World aviation bunkers
#> 11943                                             World aviation bunkers
#> 11944                                             World aviation bunkers
#> 11945                                             World aviation bunkers
#> 11946                                             World aviation bunkers
#> 11947                                             World aviation bunkers
#> 11948                                             World aviation bunkers
#> 11949                                             World aviation bunkers
#> 11950                                             World aviation bunkers
#> 11951                                             World aviation bunkers
#> 11952                                             World aviation bunkers
#> 11953                                             World aviation bunkers
#> 11954                                             World aviation bunkers
#> 11955                                             World aviation bunkers
#> 11956                                             World aviation bunkers
#> 11957                                             World aviation bunkers
#> 11958                                             World aviation bunkers
#> 11959                                             World aviation bunkers
#> 11960                                             World aviation bunkers
#> 11961                                             World aviation bunkers
#> 11962                                             World aviation bunkers
#> 11963                                             World aviation bunkers
#> 11964                                             World aviation bunkers
#> 11965                                             World aviation bunkers
#> 11966                                             World aviation bunkers
#> 11967                                             World aviation bunkers
#> 11968                                             World aviation bunkers
#> 11969                                                  Domestic aviation
#> 11970                                                  Domestic aviation
#> 11971                                                  Domestic aviation
#> 11972                                                  Domestic aviation
#> 11973                                                  Domestic aviation
#> 11974                                                  Domestic aviation
#> 11975                                                  Domestic aviation
#> 11976                                                  Domestic aviation
#> 11977                                                  Domestic aviation
#> 11978                                                  Domestic aviation
#> 11979                                                  Domestic aviation
#> 11980                                                  Domestic aviation
#> 11981                                                  Domestic aviation
#> 11982                                                  Domestic aviation
#> 11983                                                  Domestic aviation
#> 11984                                                  Domestic aviation
#> 11985                                                  Domestic aviation
#> 11986                                                  Domestic aviation
#> 11987                                                  Domestic aviation
#> 11988                                                  Domestic aviation
#> 11989                                                  Domestic aviation
#> 11990                                                  Domestic aviation
#> 11991                                                  Domestic aviation
#> 11992                                                  Domestic aviation
#> 11993                                                  Domestic aviation
#> 11994                                                  Domestic aviation
#> 11995                                                  Domestic aviation
#> 11996                                                  Domestic aviation
#> 11997                                                  Domestic aviation
#> 11998                                                  Domestic aviation
#> 11999                                                  Domestic aviation
#> 12000                                                  Domestic aviation
#> 12001                                                  Domestic aviation
#> 12002                                                  Domestic aviation
#> 12003                                                  Domestic aviation
#> 12004                                                  Domestic aviation
#> 12005                                                  Domestic aviation
#> 12006                                                  Domestic aviation
#> 12007                                                  Domestic aviation
#> 12008                                                  Domestic aviation
#> 12009                                                  Domestic aviation
#> 12010                                                  Domestic aviation
#> 12011                                                  Domestic aviation
#> 12012                                                  Domestic aviation
#> 12013                                                  Domestic aviation
#> 12014                                                  Domestic aviation
#> 12015                                                  Domestic aviation
#> 12016                                                  Domestic aviation
#> 12017                                                  Domestic aviation
#> 12018                                                  Domestic aviation
#> 12019                                                  Domestic aviation
#> 12020                                                  Domestic aviation
#> 12021                                                  Domestic aviation
#> 12022                                                  Domestic aviation
#> 12023                                                  Domestic aviation
#> 12024                                                  Domestic aviation
#> 12025                                                  Domestic aviation
#> 12026                                                  Domestic aviation
#> 12027                                                  Domestic aviation
#> 12028                                                  Domestic aviation
#> 12029                                                  Domestic aviation
#> 12030                                                  Domestic aviation
#> 12031                                                  Domestic aviation
#> 12032                                                  Domestic aviation
#> 12033                                                  Domestic aviation
#> 12034                                                  Domestic aviation
#> 12035                                                  Domestic aviation
#> 12036                                                  Domestic aviation
#> 12037                                                               Road
#> 12038                                                               Road
#> 12039                                                               Road
#> 12040                                                               Road
#> 12041                                                               Road
#> 12042                                                               Road
#> 12043                                                               Road
#> 12044                                                               Road
#> 12045                                                               Road
#> 12046                                                               Road
#> 12047                                                               Road
#> 12048                                                               Road
#> 12049                                                               Road
#> 12050                                                               Road
#> 12051                                                               Road
#> 12052                                                               Road
#> 12053                                                               Road
#> 12054                                                               Road
#> 12055                                                               Road
#> 12056                                                               Road
#> 12057                                                               Road
#> 12058                                                               Road
#> 12059                                                               Road
#> 12060                                                               Road
#> 12061                                                               Road
#> 12062                                                               Road
#> 12063                                                               Road
#> 12064                                                               Road
#> 12065                                                               Road
#> 12066                                                               Road
#> 12067                                                               Road
#> 12068                                                               Road
#> 12069                                                               Road
#> 12070                                                               Road
#> 12071                                                               Road
#> 12072                                                               Road
#> 12073                                                               Road
#> 12074                                                               Road
#> 12075                                                               Road
#> 12076                                                               Road
#> 12077                                                               Road
#> 12078                                                               Road
#> 12079                                                               Road
#> 12080                                                               Road
#> 12081                                                               Road
#> 12082                                                               Road
#> 12083                                                               Road
#> 12084                                                               Road
#> 12085                                                               Road
#> 12086                                                               Road
#> 12087                                                               Road
#> 12088                                                               Road
#> 12089                                                               Road
#> 12090                                                               Road
#> 12091                                                               Road
#> 12092                                                               Road
#> 12093                                                               Road
#> 12094                                                               Road
#> 12095                                                               Road
#> 12096                                                               Road
#> 12097                                                               Road
#> 12098                                                               Road
#> 12099                                                               Road
#> 12100                                                               Road
#> 12101                                                               Road
#> 12102                                                               Road
#> 12103                                                               Road
#> 12104                                                               Road
#> 12105                                                               Rail
#> 12106                                                               Rail
#> 12107                                                               Rail
#> 12108                                                               Rail
#> 12109                                                               Rail
#> 12110                                                               Rail
#> 12111                                                               Rail
#> 12112                                                               Rail
#> 12113                                                               Rail
#> 12114                                                               Rail
#> 12115                                                               Rail
#> 12116                                                               Rail
#> 12117                                                               Rail
#> 12118                                                               Rail
#> 12119                                                               Rail
#> 12120                                                               Rail
#> 12121                                                               Rail
#> 12122                                                               Rail
#> 12123                                                               Rail
#> 12124                                                               Rail
#> 12125                                                               Rail
#> 12126                                                               Rail
#> 12127                                                               Rail
#> 12128                                                               Rail
#> 12129                                                               Rail
#> 12130                                                               Rail
#> 12131                                                               Rail
#> 12132                                                               Rail
#> 12133                                                               Rail
#> 12134                                                               Rail
#> 12135                                                               Rail
#> 12136                                                               Rail
#> 12137                                                               Rail
#> 12138                                                               Rail
#> 12139                                                               Rail
#> 12140                                                               Rail
#> 12141                                                               Rail
#> 12142                                                               Rail
#> 12143                                                               Rail
#> 12144                                                               Rail
#> 12145                                                               Rail
#> 12146                                                               Rail
#> 12147                                                               Rail
#> 12148                                                               Rail
#> 12149                                                               Rail
#> 12150                                                               Rail
#> 12151                                                               Rail
#> 12152                                                               Rail
#> 12153                                                               Rail
#> 12154                                                               Rail
#> 12155                                                               Rail
#> 12156                                                               Rail
#> 12157                                                               Rail
#> 12158                                                               Rail
#> 12159                                                               Rail
#> 12160                                                               Rail
#> 12161                                                               Rail
#> 12162                                                               Rail
#> 12163                                                               Rail
#> 12164                                                               Rail
#> 12165                                                               Rail
#> 12166                                                               Rail
#> 12167                                                               Rail
#> 12168                                                               Rail
#> 12169                                                               Rail
#> 12170                                                               Rail
#> 12171                                                               Rail
#> 12172                                                               Rail
#> 12173                                                 Pipeline transport
#> 12174                                                 Pipeline transport
#> 12175                                                 Pipeline transport
#> 12176                                                 Pipeline transport
#> 12177                                                 Pipeline transport
#> 12178                                                 Pipeline transport
#> 12179                                                 Pipeline transport
#> 12180                                                 Pipeline transport
#> 12181                                                 Pipeline transport
#> 12182                                                 Pipeline transport
#> 12183                                                 Pipeline transport
#> 12184                                                 Pipeline transport
#> 12185                                                 Pipeline transport
#> 12186                                                 Pipeline transport
#> 12187                                                 Pipeline transport
#> 12188                                                 Pipeline transport
#> 12189                                                 Pipeline transport
#> 12190                                                 Pipeline transport
#> 12191                                                 Pipeline transport
#> 12192                                                 Pipeline transport
#> 12193                                                 Pipeline transport
#> 12194                                                 Pipeline transport
#> 12195                                                 Pipeline transport
#> 12196                                                 Pipeline transport
#> 12197                                                 Pipeline transport
#> 12198                                                 Pipeline transport
#> 12199                                                 Pipeline transport
#> 12200                                                 Pipeline transport
#> 12201                                                 Pipeline transport
#> 12202                                                 Pipeline transport
#> 12203                                                 Pipeline transport
#> 12204                                                 Pipeline transport
#> 12205                                                 Pipeline transport
#> 12206                                                 Pipeline transport
#> 12207                                                 Pipeline transport
#> 12208                                                 Pipeline transport
#> 12209                                                 Pipeline transport
#> 12210                                                 Pipeline transport
#> 12211                                                 Pipeline transport
#> 12212                                                 Pipeline transport
#> 12213                                                 Pipeline transport
#> 12214                                                 Pipeline transport
#> 12215                                                 Pipeline transport
#> 12216                                                 Pipeline transport
#> 12217                                                 Pipeline transport
#> 12218                                                 Pipeline transport
#> 12219                                                 Pipeline transport
#> 12220                                                 Pipeline transport
#> 12221                                                 Pipeline transport
#> 12222                                                 Pipeline transport
#> 12223                                                 Pipeline transport
#> 12224                                                 Pipeline transport
#> 12225                                                 Pipeline transport
#> 12226                                                 Pipeline transport
#> 12227                                                 Pipeline transport
#> 12228                                                 Pipeline transport
#> 12229                                                 Pipeline transport
#> 12230                                                 Pipeline transport
#> 12231                                                 Pipeline transport
#> 12232                                                 Pipeline transport
#> 12233                                                 Pipeline transport
#> 12234                                                 Pipeline transport
#> 12235                                                 Pipeline transport
#> 12236                                                 Pipeline transport
#> 12237                                                 Pipeline transport
#> 12238                                                 Pipeline transport
#> 12239                                                 Pipeline transport
#> 12240                                                 Pipeline transport
#> 12241                                               World marine bunkers
#> 12242                                               World marine bunkers
#> 12243                                               World marine bunkers
#> 12244                                               World marine bunkers
#> 12245                                               World marine bunkers
#> 12246                                               World marine bunkers
#> 12247                                               World marine bunkers
#> 12248                                               World marine bunkers
#> 12249                                               World marine bunkers
#> 12250                                               World marine bunkers
#> 12251                                               World marine bunkers
#> 12252                                               World marine bunkers
#> 12253                                               World marine bunkers
#> 12254                                               World marine bunkers
#> 12255                                               World marine bunkers
#> 12256                                               World marine bunkers
#> 12257                                               World marine bunkers
#> 12258                                               World marine bunkers
#> 12259                                               World marine bunkers
#> 12260                                               World marine bunkers
#> 12261                                               World marine bunkers
#> 12262                                               World marine bunkers
#> 12263                                               World marine bunkers
#> 12264                                               World marine bunkers
#> 12265                                               World marine bunkers
#> 12266                                               World marine bunkers
#> 12267                                               World marine bunkers
#> 12268                                               World marine bunkers
#> 12269                                               World marine bunkers
#> 12270                                               World marine bunkers
#> 12271                                               World marine bunkers
#> 12272                                               World marine bunkers
#> 12273                                               World marine bunkers
#> 12274                                               World marine bunkers
#> 12275                                               World marine bunkers
#> 12276                                               World marine bunkers
#> 12277                                               World marine bunkers
#> 12278                                               World marine bunkers
#> 12279                                               World marine bunkers
#> 12280                                               World marine bunkers
#> 12281                                               World marine bunkers
#> 12282                                               World marine bunkers
#> 12283                                               World marine bunkers
#> 12284                                               World marine bunkers
#> 12285                                               World marine bunkers
#> 12286                                               World marine bunkers
#> 12287                                               World marine bunkers
#> 12288                                               World marine bunkers
#> 12289                                               World marine bunkers
#> 12290                                               World marine bunkers
#> 12291                                               World marine bunkers
#> 12292                                               World marine bunkers
#> 12293                                               World marine bunkers
#> 12294                                               World marine bunkers
#> 12295                                               World marine bunkers
#> 12296                                               World marine bunkers
#> 12297                                               World marine bunkers
#> 12298                                               World marine bunkers
#> 12299                                               World marine bunkers
#> 12300                                               World marine bunkers
#> 12301                                               World marine bunkers
#> 12302                                               World marine bunkers
#> 12303                                               World marine bunkers
#> 12304                                               World marine bunkers
#> 12305                                               World marine bunkers
#> 12306                                               World marine bunkers
#> 12307                                               World marine bunkers
#> 12308                                               World marine bunkers
#> 12309                                                Domestic navigation
#> 12310                                                Domestic navigation
#> 12311                                                Domestic navigation
#> 12312                                                Domestic navigation
#> 12313                                                Domestic navigation
#> 12314                                                Domestic navigation
#> 12315                                                Domestic navigation
#> 12316                                                Domestic navigation
#> 12317                                                Domestic navigation
#> 12318                                                Domestic navigation
#> 12319                                                Domestic navigation
#> 12320                                                Domestic navigation
#> 12321                                                Domestic navigation
#> 12322                                                Domestic navigation
#> 12323                                                Domestic navigation
#> 12324                                                Domestic navigation
#> 12325                                                Domestic navigation
#> 12326                                                Domestic navigation
#> 12327                                                Domestic navigation
#> 12328                                                Domestic navigation
#> 12329                                                Domestic navigation
#> 12330                                                Domestic navigation
#> 12331                                                Domestic navigation
#> 12332                                                Domestic navigation
#> 12333                                                Domestic navigation
#> 12334                                                Domestic navigation
#> 12335                                                Domestic navigation
#> 12336                                                Domestic navigation
#> 12337                                                Domestic navigation
#> 12338                                                Domestic navigation
#> 12339                                                Domestic navigation
#> 12340                                                Domestic navigation
#> 12341                                                Domestic navigation
#> 12342                                                Domestic navigation
#> 12343                                                Domestic navigation
#> 12344                                                Domestic navigation
#> 12345                                                Domestic navigation
#> 12346                                                Domestic navigation
#> 12347                                                Domestic navigation
#> 12348                                                Domestic navigation
#> 12349                                                Domestic navigation
#> 12350                                                Domestic navigation
#> 12351                                                Domestic navigation
#> 12352                                                Domestic navigation
#> 12353                                                Domestic navigation
#> 12354                                                Domestic navigation
#> 12355                                                Domestic navigation
#> 12356                                                Domestic navigation
#> 12357                                                Domestic navigation
#> 12358                                                Domestic navigation
#> 12359                                                Domestic navigation
#> 12360                                                Domestic navigation
#> 12361                                                Domestic navigation
#> 12362                                                Domestic navigation
#> 12363                                                Domestic navigation
#> 12364                                                Domestic navigation
#> 12365                                                Domestic navigation
#> 12366                                                Domestic navigation
#> 12367                                                Domestic navigation
#> 12368                                                Domestic navigation
#> 12369                                                Domestic navigation
#> 12370                                                Domestic navigation
#> 12371                                                Domestic navigation
#> 12372                                                Domestic navigation
#> 12373                                                Domestic navigation
#> 12374                                                Domestic navigation
#> 12375                                                Domestic navigation
#> 12376                                                Domestic navigation
#> 12377                                  Transport not elsewhere specified
#> 12378                                  Transport not elsewhere specified
#> 12379                                  Transport not elsewhere specified
#> 12380                                  Transport not elsewhere specified
#> 12381                                  Transport not elsewhere specified
#> 12382                                  Transport not elsewhere specified
#> 12383                                  Transport not elsewhere specified
#> 12384                                  Transport not elsewhere specified
#> 12385                                  Transport not elsewhere specified
#> 12386                                  Transport not elsewhere specified
#> 12387                                  Transport not elsewhere specified
#> 12388                                  Transport not elsewhere specified
#> 12389                                  Transport not elsewhere specified
#> 12390                                  Transport not elsewhere specified
#> 12391                                  Transport not elsewhere specified
#> 12392                                  Transport not elsewhere specified
#> 12393                                  Transport not elsewhere specified
#> 12394                                  Transport not elsewhere specified
#> 12395                                  Transport not elsewhere specified
#> 12396                                  Transport not elsewhere specified
#> 12397                                  Transport not elsewhere specified
#> 12398                                  Transport not elsewhere specified
#> 12399                                  Transport not elsewhere specified
#> 12400                                  Transport not elsewhere specified
#> 12401                                  Transport not elsewhere specified
#> 12402                                  Transport not elsewhere specified
#> 12403                                  Transport not elsewhere specified
#> 12404                                  Transport not elsewhere specified
#> 12405                                  Transport not elsewhere specified
#> 12406                                  Transport not elsewhere specified
#> 12407                                  Transport not elsewhere specified
#> 12408                                  Transport not elsewhere specified
#> 12409                                  Transport not elsewhere specified
#> 12410                                  Transport not elsewhere specified
#> 12411                                  Transport not elsewhere specified
#> 12412                                  Transport not elsewhere specified
#> 12413                                  Transport not elsewhere specified
#> 12414                                  Transport not elsewhere specified
#> 12415                                  Transport not elsewhere specified
#> 12416                                  Transport not elsewhere specified
#> 12417                                  Transport not elsewhere specified
#> 12418                                  Transport not elsewhere specified
#> 12419                                  Transport not elsewhere specified
#> 12420                                  Transport not elsewhere specified
#> 12421                                  Transport not elsewhere specified
#> 12422                                  Transport not elsewhere specified
#> 12423                                  Transport not elsewhere specified
#> 12424                                  Transport not elsewhere specified
#> 12425                                  Transport not elsewhere specified
#> 12426                                  Transport not elsewhere specified
#> 12427                                  Transport not elsewhere specified
#> 12428                                  Transport not elsewhere specified
#> 12429                                  Transport not elsewhere specified
#> 12430                                  Transport not elsewhere specified
#> 12431                                  Transport not elsewhere specified
#> 12432                                  Transport not elsewhere specified
#> 12433                                  Transport not elsewhere specified
#> 12434                                  Transport not elsewhere specified
#> 12435                                  Transport not elsewhere specified
#> 12436                                  Transport not elsewhere specified
#> 12437                                  Transport not elsewhere specified
#> 12438                                  Transport not elsewhere specified
#> 12439                                  Transport not elsewhere specified
#> 12440                                  Transport not elsewhere specified
#> 12441                                  Transport not elsewhere specified
#> 12442                                  Transport not elsewhere specified
#> 12443                                  Transport not elsewhere specified
#> 12444                                  Transport not elsewhere specified
#> 12445                                                        Residential
#> 12446                                                        Residential
#> 12447                                                        Residential
#> 12448                                                        Residential
#> 12449                                                        Residential
#> 12450                                                        Residential
#> 12451                                                        Residential
#> 12452                                                        Residential
#> 12453                                                        Residential
#> 12454                                                        Residential
#> 12455                                                        Residential
#> 12456                                                        Residential
#> 12457                                                        Residential
#> 12458                                                        Residential
#> 12459                                                        Residential
#> 12460                                                        Residential
#> 12461                                                        Residential
#> 12462                                                        Residential
#> 12463                                                        Residential
#> 12464                                                        Residential
#> 12465                                                        Residential
#> 12466                                                        Residential
#> 12467                                                        Residential
#> 12468                                                        Residential
#> 12469                                                        Residential
#> 12470                                                        Residential
#> 12471                                                        Residential
#> 12472                                                        Residential
#> 12473                                                        Residential
#> 12474                                                        Residential
#> 12475                                                        Residential
#> 12476                                                        Residential
#> 12477                                                        Residential
#> 12478                                                        Residential
#> 12479                                                        Residential
#> 12480                                                        Residential
#> 12481                                                        Residential
#> 12482                                                        Residential
#> 12483                                                        Residential
#> 12484                                                        Residential
#> 12485                                                        Residential
#> 12486                                                        Residential
#> 12487                                                        Residential
#> 12488                                                        Residential
#> 12489                                                        Residential
#> 12490                                                        Residential
#> 12491                                                        Residential
#> 12492                                                        Residential
#> 12493                                                        Residential
#> 12494                                                        Residential
#> 12495                                                        Residential
#> 12496                                                        Residential
#> 12497                                                        Residential
#> 12498                                                        Residential
#> 12499                                                        Residential
#> 12500                                                        Residential
#> 12501                                                        Residential
#> 12502                                                        Residential
#> 12503                                                        Residential
#> 12504                                                        Residential
#> 12505                                                        Residential
#> 12506                                                        Residential
#> 12507                                                        Residential
#> 12508                                                        Residential
#> 12509                                                        Residential
#> 12510                                                        Residential
#> 12511                                                        Residential
#> 12512                                                        Residential
#> 12513                                     Commercial and public services
#> 12514                                     Commercial and public services
#> 12515                                     Commercial and public services
#> 12516                                     Commercial and public services
#> 12517                                     Commercial and public services
#> 12518                                     Commercial and public services
#> 12519                                     Commercial and public services
#> 12520                                     Commercial and public services
#> 12521                                     Commercial and public services
#> 12522                                     Commercial and public services
#> 12523                                     Commercial and public services
#> 12524                                     Commercial and public services
#> 12525                                     Commercial and public services
#> 12526                                     Commercial and public services
#> 12527                                     Commercial and public services
#> 12528                                     Commercial and public services
#> 12529                                     Commercial and public services
#> 12530                                     Commercial and public services
#> 12531                                     Commercial and public services
#> 12532                                     Commercial and public services
#> 12533                                     Commercial and public services
#> 12534                                     Commercial and public services
#> 12535                                     Commercial and public services
#> 12536                                     Commercial and public services
#> 12537                                     Commercial and public services
#> 12538                                     Commercial and public services
#> 12539                                     Commercial and public services
#> 12540                                     Commercial and public services
#> 12541                                     Commercial and public services
#> 12542                                     Commercial and public services
#> 12543                                     Commercial and public services
#> 12544                                     Commercial and public services
#> 12545                                     Commercial and public services
#> 12546                                     Commercial and public services
#> 12547                                     Commercial and public services
#> 12548                                     Commercial and public services
#> 12549                                     Commercial and public services
#> 12550                                     Commercial and public services
#> 12551                                     Commercial and public services
#> 12552                                     Commercial and public services
#> 12553                                     Commercial and public services
#> 12554                                     Commercial and public services
#> 12555                                     Commercial and public services
#> 12556                                     Commercial and public services
#> 12557                                     Commercial and public services
#> 12558                                     Commercial and public services
#> 12559                                     Commercial and public services
#> 12560                                     Commercial and public services
#> 12561                                     Commercial and public services
#> 12562                                     Commercial and public services
#> 12563                                     Commercial and public services
#> 12564                                     Commercial and public services
#> 12565                                     Commercial and public services
#> 12566                                     Commercial and public services
#> 12567                                     Commercial and public services
#> 12568                                     Commercial and public services
#> 12569                                     Commercial and public services
#> 12570                                     Commercial and public services
#> 12571                                     Commercial and public services
#> 12572                                     Commercial and public services
#> 12573                                     Commercial and public services
#> 12574                                     Commercial and public services
#> 12575                                     Commercial and public services
#> 12576                                     Commercial and public services
#> 12577                                     Commercial and public services
#> 12578                                     Commercial and public services
#> 12579                                     Commercial and public services
#> 12580                                     Commercial and public services
#> 12581                                               Agriculture/forestry
#> 12582                                               Agriculture/forestry
#> 12583                                               Agriculture/forestry
#> 12584                                               Agriculture/forestry
#> 12585                                               Agriculture/forestry
#> 12586                                               Agriculture/forestry
#> 12587                                               Agriculture/forestry
#> 12588                                               Agriculture/forestry
#> 12589                                               Agriculture/forestry
#> 12590                                               Agriculture/forestry
#> 12591                                               Agriculture/forestry
#> 12592                                               Agriculture/forestry
#> 12593                                               Agriculture/forestry
#> 12594                                               Agriculture/forestry
#> 12595                                               Agriculture/forestry
#> 12596                                               Agriculture/forestry
#> 12597                                               Agriculture/forestry
#> 12598                                               Agriculture/forestry
#> 12599                                               Agriculture/forestry
#> 12600                                               Agriculture/forestry
#> 12601                                               Agriculture/forestry
#> 12602                                               Agriculture/forestry
#> 12603                                               Agriculture/forestry
#> 12604                                               Agriculture/forestry
#> 12605                                               Agriculture/forestry
#> 12606                                               Agriculture/forestry
#> 12607                                               Agriculture/forestry
#> 12608                                               Agriculture/forestry
#> 12609                                               Agriculture/forestry
#> 12610                                               Agriculture/forestry
#> 12611                                               Agriculture/forestry
#> 12612                                               Agriculture/forestry
#> 12613                                               Agriculture/forestry
#> 12614                                               Agriculture/forestry
#> 12615                                               Agriculture/forestry
#> 12616                                               Agriculture/forestry
#> 12617                                               Agriculture/forestry
#> 12618                                               Agriculture/forestry
#> 12619                                               Agriculture/forestry
#> 12620                                               Agriculture/forestry
#> 12621                                               Agriculture/forestry
#> 12622                                               Agriculture/forestry
#> 12623                                               Agriculture/forestry
#> 12624                                               Agriculture/forestry
#> 12625                                               Agriculture/forestry
#> 12626                                               Agriculture/forestry
#> 12627                                               Agriculture/forestry
#> 12628                                               Agriculture/forestry
#> 12629                                               Agriculture/forestry
#> 12630                                               Agriculture/forestry
#> 12631                                               Agriculture/forestry
#> 12632                                               Agriculture/forestry
#> 12633                                               Agriculture/forestry
#> 12634                                               Agriculture/forestry
#> 12635                                               Agriculture/forestry
#> 12636                                               Agriculture/forestry
#> 12637                                               Agriculture/forestry
#> 12638                                               Agriculture/forestry
#> 12639                                               Agriculture/forestry
#> 12640                                               Agriculture/forestry
#> 12641                                               Agriculture/forestry
#> 12642                                               Agriculture/forestry
#> 12643                                               Agriculture/forestry
#> 12644                                               Agriculture/forestry
#> 12645                                               Agriculture/forestry
#> 12646                                               Agriculture/forestry
#> 12647                                               Agriculture/forestry
#> 12648                                               Agriculture/forestry
#> 12649                                                            Fishing
#> 12650                                                            Fishing
#> 12651                                                            Fishing
#> 12652                                                            Fishing
#> 12653                                                            Fishing
#> 12654                                                            Fishing
#> 12655                                                            Fishing
#> 12656                                                            Fishing
#> 12657                                                            Fishing
#> 12658                                                            Fishing
#> 12659                                                            Fishing
#> 12660                                                            Fishing
#> 12661                                                            Fishing
#> 12662                                                            Fishing
#> 12663                                                            Fishing
#> 12664                                                            Fishing
#> 12665                                                            Fishing
#> 12666                                                            Fishing
#> 12667                                                            Fishing
#> 12668                                                            Fishing
#> 12669                                                            Fishing
#> 12670                                                            Fishing
#> 12671                                                            Fishing
#> 12672                                                            Fishing
#> 12673                                                            Fishing
#> 12674                                                            Fishing
#> 12675                                                            Fishing
#> 12676                                                            Fishing
#> 12677                                                            Fishing
#> 12678                                                            Fishing
#> 12679                                                            Fishing
#> 12680                                                            Fishing
#> 12681                                                            Fishing
#> 12682                                                            Fishing
#> 12683                                                            Fishing
#> 12684                                                            Fishing
#> 12685                                                            Fishing
#> 12686                                                            Fishing
#> 12687                                                            Fishing
#> 12688                                                            Fishing
#> 12689                                                            Fishing
#> 12690                                                            Fishing
#> 12691                                                            Fishing
#> 12692                                                            Fishing
#> 12693                                                            Fishing
#> 12694                                                            Fishing
#> 12695                                                            Fishing
#> 12696                                                            Fishing
#> 12697                                                            Fishing
#> 12698                                                            Fishing
#> 12699                                                            Fishing
#> 12700                                                            Fishing
#> 12701                                                            Fishing
#> 12702                                                            Fishing
#> 12703                                                            Fishing
#> 12704                                                            Fishing
#> 12705                                                            Fishing
#> 12706                                                            Fishing
#> 12707                                                            Fishing
#> 12708                                                            Fishing
#> 12709                                                            Fishing
#> 12710                                                            Fishing
#> 12711                                                            Fishing
#> 12712                                                            Fishing
#> 12713                                                            Fishing
#> 12714                                                            Fishing
#> 12715                                                            Fishing
#> 12716                                                            Fishing
#> 12717                          Final consumption not elsewhere specified
#> 12718                          Final consumption not elsewhere specified
#> 12719                          Final consumption not elsewhere specified
#> 12720                          Final consumption not elsewhere specified
#> 12721                          Final consumption not elsewhere specified
#> 12722                          Final consumption not elsewhere specified
#> 12723                          Final consumption not elsewhere specified
#> 12724                          Final consumption not elsewhere specified
#> 12725                          Final consumption not elsewhere specified
#> 12726                          Final consumption not elsewhere specified
#> 12727                          Final consumption not elsewhere specified
#> 12728                          Final consumption not elsewhere specified
#> 12729                          Final consumption not elsewhere specified
#> 12730                          Final consumption not elsewhere specified
#> 12731                          Final consumption not elsewhere specified
#> 12732                          Final consumption not elsewhere specified
#> 12733                          Final consumption not elsewhere specified
#> 12734                          Final consumption not elsewhere specified
#> 12735                          Final consumption not elsewhere specified
#> 12736                          Final consumption not elsewhere specified
#> 12737                          Final consumption not elsewhere specified
#> 12738                          Final consumption not elsewhere specified
#> 12739                          Final consumption not elsewhere specified
#> 12740                          Final consumption not elsewhere specified
#> 12741                          Final consumption not elsewhere specified
#> 12742                          Final consumption not elsewhere specified
#> 12743                          Final consumption not elsewhere specified
#> 12744                          Final consumption not elsewhere specified
#> 12745                          Final consumption not elsewhere specified
#> 12746                          Final consumption not elsewhere specified
#> 12747                          Final consumption not elsewhere specified
#> 12748                          Final consumption not elsewhere specified
#> 12749                          Final consumption not elsewhere specified
#> 12750                          Final consumption not elsewhere specified
#> 12751                          Final consumption not elsewhere specified
#> 12752                          Final consumption not elsewhere specified
#> 12753                          Final consumption not elsewhere specified
#> 12754                          Final consumption not elsewhere specified
#> 12755                          Final consumption not elsewhere specified
#> 12756                          Final consumption not elsewhere specified
#> 12757                          Final consumption not elsewhere specified
#> 12758                          Final consumption not elsewhere specified
#> 12759                          Final consumption not elsewhere specified
#> 12760                          Final consumption not elsewhere specified
#> 12761                          Final consumption not elsewhere specified
#> 12762                          Final consumption not elsewhere specified
#> 12763                          Final consumption not elsewhere specified
#> 12764                          Final consumption not elsewhere specified
#> 12765                          Final consumption not elsewhere specified
#> 12766                          Final consumption not elsewhere specified
#> 12767                          Final consumption not elsewhere specified
#> 12768                          Final consumption not elsewhere specified
#> 12769                          Final consumption not elsewhere specified
#> 12770                          Final consumption not elsewhere specified
#> 12771                          Final consumption not elsewhere specified
#> 12772                          Final consumption not elsewhere specified
#> 12773                          Final consumption not elsewhere specified
#> 12774                          Final consumption not elsewhere specified
#> 12775                          Final consumption not elsewhere specified
#> 12776                          Final consumption not elsewhere specified
#> 12777                          Final consumption not elsewhere specified
#> 12778                          Final consumption not elsewhere specified
#> 12779                          Final consumption not elsewhere specified
#> 12780                          Final consumption not elsewhere specified
#> 12781                          Final consumption not elsewhere specified
#> 12782                          Final consumption not elsewhere specified
#> 12783                          Final consumption not elsewhere specified
#> 12784                          Final consumption not elsewhere specified
#> 12785                                                     Non-energy use
#> 12786                                                     Non-energy use
#> 12787                                                     Non-energy use
#> 12788                                                     Non-energy use
#> 12789                                                     Non-energy use
#> 12790                                                     Non-energy use
#> 12791                                                     Non-energy use
#> 12792                                                     Non-energy use
#> 12793                                                     Non-energy use
#> 12794                                                     Non-energy use
#> 12795                                                     Non-energy use
#> 12796                                                     Non-energy use
#> 12797                                                     Non-energy use
#> 12798                                                     Non-energy use
#> 12799                                                     Non-energy use
#> 12800                                                     Non-energy use
#> 12801                                                     Non-energy use
#> 12802                                                     Non-energy use
#> 12803                                                     Non-energy use
#> 12804                                                     Non-energy use
#> 12805                                                     Non-energy use
#> 12806                                                     Non-energy use
#> 12807                                                     Non-energy use
#> 12808                                                     Non-energy use
#> 12809                                                     Non-energy use
#> 12810                                                     Non-energy use
#> 12811                                                     Non-energy use
#> 12812                                                     Non-energy use
#> 12813                                                     Non-energy use
#> 12814                                                     Non-energy use
#> 12815                                                     Non-energy use
#> 12816                                                     Non-energy use
#> 12817                                                     Non-energy use
#> 12818                                                     Non-energy use
#> 12819                                                     Non-energy use
#> 12820                                                     Non-energy use
#> 12821                                                     Non-energy use
#> 12822                                                     Non-energy use
#> 12823                                                     Non-energy use
#> 12824                                                     Non-energy use
#> 12825                                                     Non-energy use
#> 12826                                                     Non-energy use
#> 12827                                                     Non-energy use
#> 12828                                                     Non-energy use
#> 12829                                                     Non-energy use
#> 12830                                                     Non-energy use
#> 12831                                                     Non-energy use
#> 12832                                                     Non-energy use
#> 12833                                                     Non-energy use
#> 12834                                                     Non-energy use
#> 12835                                                     Non-energy use
#> 12836                                                     Non-energy use
#> 12837                                                     Non-energy use
#> 12838                                                     Non-energy use
#> 12839                                                     Non-energy use
#> 12840                                                     Non-energy use
#> 12841                                                     Non-energy use
#> 12842                                                     Non-energy use
#> 12843                                                     Non-energy use
#> 12844                                                     Non-energy use
#> 12845                                                     Non-energy use
#> 12846                                                     Non-energy use
#> 12847                                                     Non-energy use
#> 12848                                                     Non-energy use
#> 12849                                                     Non-energy use
#> 12850                                                     Non-energy use
#> 12851                                                     Non-energy use
#> 12852                                                     Non-energy use
#> 12853                      Non-energy use industry/transformation/energy
#> 12854                      Non-energy use industry/transformation/energy
#> 12855                      Non-energy use industry/transformation/energy
#> 12856                      Non-energy use industry/transformation/energy
#> 12857                      Non-energy use industry/transformation/energy
#> 12858                      Non-energy use industry/transformation/energy
#> 12859                      Non-energy use industry/transformation/energy
#> 12860                      Non-energy use industry/transformation/energy
#> 12861                      Non-energy use industry/transformation/energy
#> 12862                      Non-energy use industry/transformation/energy
#> 12863                      Non-energy use industry/transformation/energy
#> 12864                      Non-energy use industry/transformation/energy
#> 12865                      Non-energy use industry/transformation/energy
#> 12866                      Non-energy use industry/transformation/energy
#> 12867                      Non-energy use industry/transformation/energy
#> 12868                      Non-energy use industry/transformation/energy
#> 12869                      Non-energy use industry/transformation/energy
#> 12870                      Non-energy use industry/transformation/energy
#> 12871                      Non-energy use industry/transformation/energy
#> 12872                      Non-energy use industry/transformation/energy
#> 12873                      Non-energy use industry/transformation/energy
#> 12874                      Non-energy use industry/transformation/energy
#> 12875                      Non-energy use industry/transformation/energy
#> 12876                      Non-energy use industry/transformation/energy
#> 12877                      Non-energy use industry/transformation/energy
#> 12878                      Non-energy use industry/transformation/energy
#> 12879                      Non-energy use industry/transformation/energy
#> 12880                      Non-energy use industry/transformation/energy
#> 12881                      Non-energy use industry/transformation/energy
#> 12882                      Non-energy use industry/transformation/energy
#> 12883                      Non-energy use industry/transformation/energy
#> 12884                      Non-energy use industry/transformation/energy
#> 12885                      Non-energy use industry/transformation/energy
#> 12886                      Non-energy use industry/transformation/energy
#> 12887                      Non-energy use industry/transformation/energy
#> 12888                      Non-energy use industry/transformation/energy
#> 12889                      Non-energy use industry/transformation/energy
#> 12890                      Non-energy use industry/transformation/energy
#> 12891                      Non-energy use industry/transformation/energy
#> 12892                      Non-energy use industry/transformation/energy
#> 12893                      Non-energy use industry/transformation/energy
#> 12894                      Non-energy use industry/transformation/energy
#> 12895                      Non-energy use industry/transformation/energy
#> 12896                      Non-energy use industry/transformation/energy
#> 12897                      Non-energy use industry/transformation/energy
#> 12898                      Non-energy use industry/transformation/energy
#> 12899                      Non-energy use industry/transformation/energy
#> 12900                      Non-energy use industry/transformation/energy
#> 12901                      Non-energy use industry/transformation/energy
#> 12902                      Non-energy use industry/transformation/energy
#> 12903                      Non-energy use industry/transformation/energy
#> 12904                      Non-energy use industry/transformation/energy
#> 12905                      Non-energy use industry/transformation/energy
#> 12906                      Non-energy use industry/transformation/energy
#> 12907                      Non-energy use industry/transformation/energy
#> 12908                      Non-energy use industry/transformation/energy
#> 12909                      Non-energy use industry/transformation/energy
#> 12910                      Non-energy use industry/transformation/energy
#> 12911                      Non-energy use industry/transformation/energy
#> 12912                      Non-energy use industry/transformation/energy
#> 12913                      Non-energy use industry/transformation/energy
#> 12914                      Non-energy use industry/transformation/energy
#> 12915                      Non-energy use industry/transformation/energy
#> 12916                      Non-energy use industry/transformation/energy
#> 12917                      Non-energy use industry/transformation/energy
#> 12918                      Non-energy use industry/transformation/energy
#> 12919                      Non-energy use industry/transformation/energy
#> 12920                      Non-energy use industry/transformation/energy
#> 12921                                   Memo: Non-energy use in industry
#> 12922                                   Memo: Non-energy use in industry
#> 12923                                   Memo: Non-energy use in industry
#> 12924                                   Memo: Non-energy use in industry
#> 12925                                   Memo: Non-energy use in industry
#> 12926                                   Memo: Non-energy use in industry
#> 12927                                   Memo: Non-energy use in industry
#> 12928                                   Memo: Non-energy use in industry
#> 12929                                   Memo: Non-energy use in industry
#> 12930                                   Memo: Non-energy use in industry
#> 12931                                   Memo: Non-energy use in industry
#> 12932                                   Memo: Non-energy use in industry
#> 12933                                   Memo: Non-energy use in industry
#> 12934                                   Memo: Non-energy use in industry
#> 12935                                   Memo: Non-energy use in industry
#> 12936                                   Memo: Non-energy use in industry
#> 12937                                   Memo: Non-energy use in industry
#> 12938                                   Memo: Non-energy use in industry
#> 12939                                   Memo: Non-energy use in industry
#> 12940                                   Memo: Non-energy use in industry
#> 12941                                   Memo: Non-energy use in industry
#> 12942                                   Memo: Non-energy use in industry
#> 12943                                   Memo: Non-energy use in industry
#> 12944                                   Memo: Non-energy use in industry
#> 12945                                   Memo: Non-energy use in industry
#> 12946                                   Memo: Non-energy use in industry
#> 12947                                   Memo: Non-energy use in industry
#> 12948                                   Memo: Non-energy use in industry
#> 12949                                   Memo: Non-energy use in industry
#> 12950                                   Memo: Non-energy use in industry
#> 12951                                   Memo: Non-energy use in industry
#> 12952                                   Memo: Non-energy use in industry
#> 12953                                   Memo: Non-energy use in industry
#> 12954                                   Memo: Non-energy use in industry
#> 12955                                   Memo: Non-energy use in industry
#> 12956                                   Memo: Non-energy use in industry
#> 12957                                   Memo: Non-energy use in industry
#> 12958                                   Memo: Non-energy use in industry
#> 12959                                   Memo: Non-energy use in industry
#> 12960                                   Memo: Non-energy use in industry
#> 12961                                   Memo: Non-energy use in industry
#> 12962                                   Memo: Non-energy use in industry
#> 12963                                   Memo: Non-energy use in industry
#> 12964                                   Memo: Non-energy use in industry
#> 12965                                   Memo: Non-energy use in industry
#> 12966                                   Memo: Non-energy use in industry
#> 12967                                   Memo: Non-energy use in industry
#> 12968                                   Memo: Non-energy use in industry
#> 12969                                   Memo: Non-energy use in industry
#> 12970                                   Memo: Non-energy use in industry
#> 12971                                   Memo: Non-energy use in industry
#> 12972                                   Memo: Non-energy use in industry
#> 12973                                   Memo: Non-energy use in industry
#> 12974                                   Memo: Non-energy use in industry
#> 12975                                   Memo: Non-energy use in industry
#> 12976                                   Memo: Non-energy use in industry
#> 12977                                   Memo: Non-energy use in industry
#> 12978                                   Memo: Non-energy use in industry
#> 12979                                   Memo: Non-energy use in industry
#> 12980                                   Memo: Non-energy use in industry
#> 12981                                   Memo: Non-energy use in industry
#> 12982                                   Memo: Non-energy use in industry
#> 12983                                   Memo: Non-energy use in industry
#> 12984                                   Memo: Non-energy use in industry
#> 12985                                   Memo: Non-energy use in industry
#> 12986                                   Memo: Non-energy use in industry
#> 12987                                   Memo: Non-energy use in industry
#> 12988                                   Memo: Non-energy use in industry
#> 12989                               Memo: Non-energy use in construction
#> 12990                               Memo: Non-energy use in construction
#> 12991                               Memo: Non-energy use in construction
#> 12992                               Memo: Non-energy use in construction
#> 12993                               Memo: Non-energy use in construction
#> 12994                               Memo: Non-energy use in construction
#> 12995                               Memo: Non-energy use in construction
#> 12996                               Memo: Non-energy use in construction
#> 12997                               Memo: Non-energy use in construction
#> 12998                               Memo: Non-energy use in construction
#> 12999                               Memo: Non-energy use in construction
#> 13000                               Memo: Non-energy use in construction
#> 13001                               Memo: Non-energy use in construction
#> 13002                               Memo: Non-energy use in construction
#> 13003                               Memo: Non-energy use in construction
#> 13004                               Memo: Non-energy use in construction
#> 13005                               Memo: Non-energy use in construction
#> 13006                               Memo: Non-energy use in construction
#> 13007                               Memo: Non-energy use in construction
#> 13008                               Memo: Non-energy use in construction
#> 13009                               Memo: Non-energy use in construction
#> 13010                               Memo: Non-energy use in construction
#> 13011                               Memo: Non-energy use in construction
#> 13012                               Memo: Non-energy use in construction
#> 13013                               Memo: Non-energy use in construction
#> 13014                               Memo: Non-energy use in construction
#> 13015                               Memo: Non-energy use in construction
#> 13016                               Memo: Non-energy use in construction
#> 13017                               Memo: Non-energy use in construction
#> 13018                               Memo: Non-energy use in construction
#> 13019                               Memo: Non-energy use in construction
#> 13020                               Memo: Non-energy use in construction
#> 13021                               Memo: Non-energy use in construction
#> 13022                               Memo: Non-energy use in construction
#> 13023                               Memo: Non-energy use in construction
#> 13024                               Memo: Non-energy use in construction
#> 13025                               Memo: Non-energy use in construction
#> 13026                               Memo: Non-energy use in construction
#> 13027                               Memo: Non-energy use in construction
#> 13028                               Memo: Non-energy use in construction
#> 13029                               Memo: Non-energy use in construction
#> 13030                               Memo: Non-energy use in construction
#> 13031                               Memo: Non-energy use in construction
#> 13032                               Memo: Non-energy use in construction
#> 13033                               Memo: Non-energy use in construction
#> 13034                               Memo: Non-energy use in construction
#> 13035                               Memo: Non-energy use in construction
#> 13036                               Memo: Non-energy use in construction
#> 13037                               Memo: Non-energy use in construction
#> 13038                               Memo: Non-energy use in construction
#> 13039                               Memo: Non-energy use in construction
#> 13040                               Memo: Non-energy use in construction
#> 13041                               Memo: Non-energy use in construction
#> 13042                               Memo: Non-energy use in construction
#> 13043                               Memo: Non-energy use in construction
#> 13044                               Memo: Non-energy use in construction
#> 13045                               Memo: Non-energy use in construction
#> 13046                               Memo: Non-energy use in construction
#> 13047                               Memo: Non-energy use in construction
#> 13048                               Memo: Non-energy use in construction
#> 13049                               Memo: Non-energy use in construction
#> 13050                               Memo: Non-energy use in construction
#> 13051                               Memo: Non-energy use in construction
#> 13052                               Memo: Non-energy use in construction
#> 13053                               Memo: Non-energy use in construction
#> 13054                               Memo: Non-energy use in construction
#> 13055                               Memo: Non-energy use in construction
#> 13056                               Memo: Non-energy use in construction
#> 13057                       Memo: Non-energy use in mining and quarrying
#> 13058                       Memo: Non-energy use in mining and quarrying
#> 13059                       Memo: Non-energy use in mining and quarrying
#> 13060                       Memo: Non-energy use in mining and quarrying
#> 13061                       Memo: Non-energy use in mining and quarrying
#> 13062                       Memo: Non-energy use in mining and quarrying
#> 13063                       Memo: Non-energy use in mining and quarrying
#> 13064                       Memo: Non-energy use in mining and quarrying
#> 13065                       Memo: Non-energy use in mining and quarrying
#> 13066                       Memo: Non-energy use in mining and quarrying
#> 13067                       Memo: Non-energy use in mining and quarrying
#> 13068                       Memo: Non-energy use in mining and quarrying
#> 13069                       Memo: Non-energy use in mining and quarrying
#> 13070                       Memo: Non-energy use in mining and quarrying
#> 13071                       Memo: Non-energy use in mining and quarrying
#> 13072                       Memo: Non-energy use in mining and quarrying
#> 13073                       Memo: Non-energy use in mining and quarrying
#> 13074                       Memo: Non-energy use in mining and quarrying
#> 13075                       Memo: Non-energy use in mining and quarrying
#> 13076                       Memo: Non-energy use in mining and quarrying
#> 13077                       Memo: Non-energy use in mining and quarrying
#> 13078                       Memo: Non-energy use in mining and quarrying
#> 13079                       Memo: Non-energy use in mining and quarrying
#> 13080                       Memo: Non-energy use in mining and quarrying
#> 13081                       Memo: Non-energy use in mining and quarrying
#> 13082                       Memo: Non-energy use in mining and quarrying
#> 13083                       Memo: Non-energy use in mining and quarrying
#> 13084                       Memo: Non-energy use in mining and quarrying
#> 13085                       Memo: Non-energy use in mining and quarrying
#> 13086                       Memo: Non-energy use in mining and quarrying
#> 13087                       Memo: Non-energy use in mining and quarrying
#> 13088                       Memo: Non-energy use in mining and quarrying
#> 13089                       Memo: Non-energy use in mining and quarrying
#> 13090                       Memo: Non-energy use in mining and quarrying
#> 13091                       Memo: Non-energy use in mining and quarrying
#> 13092                       Memo: Non-energy use in mining and quarrying
#> 13093                       Memo: Non-energy use in mining and quarrying
#> 13094                       Memo: Non-energy use in mining and quarrying
#> 13095                       Memo: Non-energy use in mining and quarrying
#> 13096                       Memo: Non-energy use in mining and quarrying
#> 13097                       Memo: Non-energy use in mining and quarrying
#> 13098                       Memo: Non-energy use in mining and quarrying
#> 13099                       Memo: Non-energy use in mining and quarrying
#> 13100                       Memo: Non-energy use in mining and quarrying
#> 13101                       Memo: Non-energy use in mining and quarrying
#> 13102                       Memo: Non-energy use in mining and quarrying
#> 13103                       Memo: Non-energy use in mining and quarrying
#> 13104                       Memo: Non-energy use in mining and quarrying
#> 13105                       Memo: Non-energy use in mining and quarrying
#> 13106                       Memo: Non-energy use in mining and quarrying
#> 13107                       Memo: Non-energy use in mining and quarrying
#> 13108                       Memo: Non-energy use in mining and quarrying
#> 13109                       Memo: Non-energy use in mining and quarrying
#> 13110                       Memo: Non-energy use in mining and quarrying
#> 13111                       Memo: Non-energy use in mining and quarrying
#> 13112                       Memo: Non-energy use in mining and quarrying
#> 13113                       Memo: Non-energy use in mining and quarrying
#> 13114                       Memo: Non-energy use in mining and quarrying
#> 13115                       Memo: Non-energy use in mining and quarrying
#> 13116                       Memo: Non-energy use in mining and quarrying
#> 13117                       Memo: Non-energy use in mining and quarrying
#> 13118                       Memo: Non-energy use in mining and quarrying
#> 13119                       Memo: Non-energy use in mining and quarrying
#> 13120                       Memo: Non-energy use in mining and quarrying
#> 13121                       Memo: Non-energy use in mining and quarrying
#> 13122                       Memo: Non-energy use in mining and quarrying
#> 13123                       Memo: Non-energy use in mining and quarrying
#> 13124                       Memo: Non-energy use in mining and quarrying
#> 13125                             Memo: Non-energy use in iron and steel
#> 13126                             Memo: Non-energy use in iron and steel
#> 13127                             Memo: Non-energy use in iron and steel
#> 13128                             Memo: Non-energy use in iron and steel
#> 13129                             Memo: Non-energy use in iron and steel
#> 13130                             Memo: Non-energy use in iron and steel
#> 13131                             Memo: Non-energy use in iron and steel
#> 13132                             Memo: Non-energy use in iron and steel
#> 13133                             Memo: Non-energy use in iron and steel
#> 13134                             Memo: Non-energy use in iron and steel
#> 13135                             Memo: Non-energy use in iron and steel
#> 13136                             Memo: Non-energy use in iron and steel
#> 13137                             Memo: Non-energy use in iron and steel
#> 13138                             Memo: Non-energy use in iron and steel
#> 13139                             Memo: Non-energy use in iron and steel
#> 13140                             Memo: Non-energy use in iron and steel
#> 13141                             Memo: Non-energy use in iron and steel
#> 13142                             Memo: Non-energy use in iron and steel
#> 13143                             Memo: Non-energy use in iron and steel
#> 13144                             Memo: Non-energy use in iron and steel
#> 13145                             Memo: Non-energy use in iron and steel
#> 13146                             Memo: Non-energy use in iron and steel
#> 13147                             Memo: Non-energy use in iron and steel
#> 13148                             Memo: Non-energy use in iron and steel
#> 13149                             Memo: Non-energy use in iron and steel
#> 13150                             Memo: Non-energy use in iron and steel
#> 13151                             Memo: Non-energy use in iron and steel
#> 13152                             Memo: Non-energy use in iron and steel
#> 13153                             Memo: Non-energy use in iron and steel
#> 13154                             Memo: Non-energy use in iron and steel
#> 13155                             Memo: Non-energy use in iron and steel
#> 13156                             Memo: Non-energy use in iron and steel
#> 13157                             Memo: Non-energy use in iron and steel
#> 13158                             Memo: Non-energy use in iron and steel
#> 13159                             Memo: Non-energy use in iron and steel
#> 13160                             Memo: Non-energy use in iron and steel
#> 13161                             Memo: Non-energy use in iron and steel
#> 13162                             Memo: Non-energy use in iron and steel
#> 13163                             Memo: Non-energy use in iron and steel
#> 13164                             Memo: Non-energy use in iron and steel
#> 13165                             Memo: Non-energy use in iron and steel
#> 13166                             Memo: Non-energy use in iron and steel
#> 13167                             Memo: Non-energy use in iron and steel
#> 13168                             Memo: Non-energy use in iron and steel
#> 13169                             Memo: Non-energy use in iron and steel
#> 13170                             Memo: Non-energy use in iron and steel
#> 13171                             Memo: Non-energy use in iron and steel
#> 13172                             Memo: Non-energy use in iron and steel
#> 13173                             Memo: Non-energy use in iron and steel
#> 13174                             Memo: Non-energy use in iron and steel
#> 13175                             Memo: Non-energy use in iron and steel
#> 13176                             Memo: Non-energy use in iron and steel
#> 13177                             Memo: Non-energy use in iron and steel
#> 13178                             Memo: Non-energy use in iron and steel
#> 13179                             Memo: Non-energy use in iron and steel
#> 13180                             Memo: Non-energy use in iron and steel
#> 13181                             Memo: Non-energy use in iron and steel
#> 13182                             Memo: Non-energy use in iron and steel
#> 13183                             Memo: Non-energy use in iron and steel
#> 13184                             Memo: Non-energy use in iron and steel
#> 13185                             Memo: Non-energy use in iron and steel
#> 13186                             Memo: Non-energy use in iron and steel
#> 13187                             Memo: Non-energy use in iron and steel
#> 13188                             Memo: Non-energy use in iron and steel
#> 13189                             Memo: Non-energy use in iron and steel
#> 13190                             Memo: Non-energy use in iron and steel
#> 13191                             Memo: Non-energy use in iron and steel
#> 13192                             Memo: Non-energy use in iron and steel
#> 13193                     Memo: Non-energy use in chemical/petrochemical
#> 13194                     Memo: Non-energy use in chemical/petrochemical
#> 13195                     Memo: Non-energy use in chemical/petrochemical
#> 13196                     Memo: Non-energy use in chemical/petrochemical
#> 13197                     Memo: Non-energy use in chemical/petrochemical
#> 13198                     Memo: Non-energy use in chemical/petrochemical
#> 13199                     Memo: Non-energy use in chemical/petrochemical
#> 13200                     Memo: Non-energy use in chemical/petrochemical
#> 13201                     Memo: Non-energy use in chemical/petrochemical
#> 13202                     Memo: Non-energy use in chemical/petrochemical
#> 13203                     Memo: Non-energy use in chemical/petrochemical
#> 13204                     Memo: Non-energy use in chemical/petrochemical
#> 13205                     Memo: Non-energy use in chemical/petrochemical
#> 13206                     Memo: Non-energy use in chemical/petrochemical
#> 13207                     Memo: Non-energy use in chemical/petrochemical
#> 13208                     Memo: Non-energy use in chemical/petrochemical
#> 13209                     Memo: Non-energy use in chemical/petrochemical
#> 13210                     Memo: Non-energy use in chemical/petrochemical
#> 13211                     Memo: Non-energy use in chemical/petrochemical
#> 13212                     Memo: Non-energy use in chemical/petrochemical
#> 13213                     Memo: Non-energy use in chemical/petrochemical
#> 13214                     Memo: Non-energy use in chemical/petrochemical
#> 13215                     Memo: Non-energy use in chemical/petrochemical
#> 13216                     Memo: Non-energy use in chemical/petrochemical
#> 13217                     Memo: Non-energy use in chemical/petrochemical
#> 13218                     Memo: Non-energy use in chemical/petrochemical
#> 13219                     Memo: Non-energy use in chemical/petrochemical
#> 13220                     Memo: Non-energy use in chemical/petrochemical
#> 13221                     Memo: Non-energy use in chemical/petrochemical
#> 13222                     Memo: Non-energy use in chemical/petrochemical
#> 13223                     Memo: Non-energy use in chemical/petrochemical
#> 13224                     Memo: Non-energy use in chemical/petrochemical
#> 13225                     Memo: Non-energy use in chemical/petrochemical
#> 13226                     Memo: Non-energy use in chemical/petrochemical
#> 13227                     Memo: Non-energy use in chemical/petrochemical
#> 13228                     Memo: Non-energy use in chemical/petrochemical
#> 13229                     Memo: Non-energy use in chemical/petrochemical
#> 13230                     Memo: Non-energy use in chemical/petrochemical
#> 13231                     Memo: Non-energy use in chemical/petrochemical
#> 13232                     Memo: Non-energy use in chemical/petrochemical
#> 13233                     Memo: Non-energy use in chemical/petrochemical
#> 13234                     Memo: Non-energy use in chemical/petrochemical
#> 13235                     Memo: Non-energy use in chemical/petrochemical
#> 13236                     Memo: Non-energy use in chemical/petrochemical
#> 13237                     Memo: Non-energy use in chemical/petrochemical
#> 13238                     Memo: Non-energy use in chemical/petrochemical
#> 13239                     Memo: Non-energy use in chemical/petrochemical
#> 13240                     Memo: Non-energy use in chemical/petrochemical
#> 13241                     Memo: Non-energy use in chemical/petrochemical
#> 13242                     Memo: Non-energy use in chemical/petrochemical
#> 13243                     Memo: Non-energy use in chemical/petrochemical
#> 13244                     Memo: Non-energy use in chemical/petrochemical
#> 13245                     Memo: Non-energy use in chemical/petrochemical
#> 13246                     Memo: Non-energy use in chemical/petrochemical
#> 13247                     Memo: Non-energy use in chemical/petrochemical
#> 13248                     Memo: Non-energy use in chemical/petrochemical
#> 13249                     Memo: Non-energy use in chemical/petrochemical
#> 13250                     Memo: Non-energy use in chemical/petrochemical
#> 13251                     Memo: Non-energy use in chemical/petrochemical
#> 13252                     Memo: Non-energy use in chemical/petrochemical
#> 13253                     Memo: Non-energy use in chemical/petrochemical
#> 13254                     Memo: Non-energy use in chemical/petrochemical
#> 13255                     Memo: Non-energy use in chemical/petrochemical
#> 13256                     Memo: Non-energy use in chemical/petrochemical
#> 13257                     Memo: Non-energy use in chemical/petrochemical
#> 13258                     Memo: Non-energy use in chemical/petrochemical
#> 13259                     Memo: Non-energy use in chemical/petrochemical
#> 13260                     Memo: Non-energy use in chemical/petrochemical
#> 13261                         Memo: Non-energy use in non-ferrous metals
#> 13262                         Memo: Non-energy use in non-ferrous metals
#> 13263                         Memo: Non-energy use in non-ferrous metals
#> 13264                         Memo: Non-energy use in non-ferrous metals
#> 13265                         Memo: Non-energy use in non-ferrous metals
#> 13266                         Memo: Non-energy use in non-ferrous metals
#> 13267                         Memo: Non-energy use in non-ferrous metals
#> 13268                         Memo: Non-energy use in non-ferrous metals
#> 13269                         Memo: Non-energy use in non-ferrous metals
#> 13270                         Memo: Non-energy use in non-ferrous metals
#> 13271                         Memo: Non-energy use in non-ferrous metals
#> 13272                         Memo: Non-energy use in non-ferrous metals
#> 13273                         Memo: Non-energy use in non-ferrous metals
#> 13274                         Memo: Non-energy use in non-ferrous metals
#> 13275                         Memo: Non-energy use in non-ferrous metals
#> 13276                         Memo: Non-energy use in non-ferrous metals
#> 13277                         Memo: Non-energy use in non-ferrous metals
#> 13278                         Memo: Non-energy use in non-ferrous metals
#> 13279                         Memo: Non-energy use in non-ferrous metals
#> 13280                         Memo: Non-energy use in non-ferrous metals
#> 13281                         Memo: Non-energy use in non-ferrous metals
#> 13282                         Memo: Non-energy use in non-ferrous metals
#> 13283                         Memo: Non-energy use in non-ferrous metals
#> 13284                         Memo: Non-energy use in non-ferrous metals
#> 13285                         Memo: Non-energy use in non-ferrous metals
#> 13286                         Memo: Non-energy use in non-ferrous metals
#> 13287                         Memo: Non-energy use in non-ferrous metals
#> 13288                         Memo: Non-energy use in non-ferrous metals
#> 13289                         Memo: Non-energy use in non-ferrous metals
#> 13290                         Memo: Non-energy use in non-ferrous metals
#> 13291                         Memo: Non-energy use in non-ferrous metals
#> 13292                         Memo: Non-energy use in non-ferrous metals
#> 13293                         Memo: Non-energy use in non-ferrous metals
#> 13294                         Memo: Non-energy use in non-ferrous metals
#> 13295                         Memo: Non-energy use in non-ferrous metals
#> 13296                         Memo: Non-energy use in non-ferrous metals
#> 13297                         Memo: Non-energy use in non-ferrous metals
#> 13298                         Memo: Non-energy use in non-ferrous metals
#> 13299                         Memo: Non-energy use in non-ferrous metals
#> 13300                         Memo: Non-energy use in non-ferrous metals
#> 13301                         Memo: Non-energy use in non-ferrous metals
#> 13302                         Memo: Non-energy use in non-ferrous metals
#> 13303                         Memo: Non-energy use in non-ferrous metals
#> 13304                         Memo: Non-energy use in non-ferrous metals
#> 13305                         Memo: Non-energy use in non-ferrous metals
#> 13306                         Memo: Non-energy use in non-ferrous metals
#> 13307                         Memo: Non-energy use in non-ferrous metals
#> 13308                         Memo: Non-energy use in non-ferrous metals
#> 13309                         Memo: Non-energy use in non-ferrous metals
#> 13310                         Memo: Non-energy use in non-ferrous metals
#> 13311                         Memo: Non-energy use in non-ferrous metals
#> 13312                         Memo: Non-energy use in non-ferrous metals
#> 13313                         Memo: Non-energy use in non-ferrous metals
#> 13314                         Memo: Non-energy use in non-ferrous metals
#> 13315                         Memo: Non-energy use in non-ferrous metals
#> 13316                         Memo: Non-energy use in non-ferrous metals
#> 13317                         Memo: Non-energy use in non-ferrous metals
#> 13318                         Memo: Non-energy use in non-ferrous metals
#> 13319                         Memo: Non-energy use in non-ferrous metals
#> 13320                         Memo: Non-energy use in non-ferrous metals
#> 13321                         Memo: Non-energy use in non-ferrous metals
#> 13322                         Memo: Non-energy use in non-ferrous metals
#> 13323                         Memo: Non-energy use in non-ferrous metals
#> 13324                         Memo: Non-energy use in non-ferrous metals
#> 13325                         Memo: Non-energy use in non-ferrous metals
#> 13326                         Memo: Non-energy use in non-ferrous metals
#> 13327                         Memo: Non-energy use in non-ferrous metals
#> 13328                         Memo: Non-energy use in non-ferrous metals
#> 13329                      Memo: Non-energy use in non-metallic minerals
#> 13330                      Memo: Non-energy use in non-metallic minerals
#> 13331                      Memo: Non-energy use in non-metallic minerals
#> 13332                      Memo: Non-energy use in non-metallic minerals
#> 13333                      Memo: Non-energy use in non-metallic minerals
#> 13334                      Memo: Non-energy use in non-metallic minerals
#> 13335                      Memo: Non-energy use in non-metallic minerals
#> 13336                      Memo: Non-energy use in non-metallic minerals
#> 13337                      Memo: Non-energy use in non-metallic minerals
#> 13338                      Memo: Non-energy use in non-metallic minerals
#> 13339                      Memo: Non-energy use in non-metallic minerals
#> 13340                      Memo: Non-energy use in non-metallic minerals
#> 13341                      Memo: Non-energy use in non-metallic minerals
#> 13342                      Memo: Non-energy use in non-metallic minerals
#> 13343                      Memo: Non-energy use in non-metallic minerals
#> 13344                      Memo: Non-energy use in non-metallic minerals
#> 13345                      Memo: Non-energy use in non-metallic minerals
#> 13346                      Memo: Non-energy use in non-metallic minerals
#> 13347                      Memo: Non-energy use in non-metallic minerals
#> 13348                      Memo: Non-energy use in non-metallic minerals
#> 13349                      Memo: Non-energy use in non-metallic minerals
#> 13350                      Memo: Non-energy use in non-metallic minerals
#> 13351                      Memo: Non-energy use in non-metallic minerals
#> 13352                      Memo: Non-energy use in non-metallic minerals
#> 13353                      Memo: Non-energy use in non-metallic minerals
#> 13354                      Memo: Non-energy use in non-metallic minerals
#> 13355                      Memo: Non-energy use in non-metallic minerals
#> 13356                      Memo: Non-energy use in non-metallic minerals
#> 13357                      Memo: Non-energy use in non-metallic minerals
#> 13358                      Memo: Non-energy use in non-metallic minerals
#> 13359                      Memo: Non-energy use in non-metallic minerals
#> 13360                      Memo: Non-energy use in non-metallic minerals
#> 13361                      Memo: Non-energy use in non-metallic minerals
#> 13362                      Memo: Non-energy use in non-metallic minerals
#> 13363                      Memo: Non-energy use in non-metallic minerals
#> 13364                      Memo: Non-energy use in non-metallic minerals
#> 13365                      Memo: Non-energy use in non-metallic minerals
#> 13366                      Memo: Non-energy use in non-metallic minerals
#> 13367                      Memo: Non-energy use in non-metallic minerals
#> 13368                      Memo: Non-energy use in non-metallic minerals
#> 13369                      Memo: Non-energy use in non-metallic minerals
#> 13370                      Memo: Non-energy use in non-metallic minerals
#> 13371                      Memo: Non-energy use in non-metallic minerals
#> 13372                      Memo: Non-energy use in non-metallic minerals
#> 13373                      Memo: Non-energy use in non-metallic minerals
#> 13374                      Memo: Non-energy use in non-metallic minerals
#> 13375                      Memo: Non-energy use in non-metallic minerals
#> 13376                      Memo: Non-energy use in non-metallic minerals
#> 13377                      Memo: Non-energy use in non-metallic minerals
#> 13378                      Memo: Non-energy use in non-metallic minerals
#> 13379                      Memo: Non-energy use in non-metallic minerals
#> 13380                      Memo: Non-energy use in non-metallic minerals
#> 13381                      Memo: Non-energy use in non-metallic minerals
#> 13382                      Memo: Non-energy use in non-metallic minerals
#> 13383                      Memo: Non-energy use in non-metallic minerals
#> 13384                      Memo: Non-energy use in non-metallic minerals
#> 13385                      Memo: Non-energy use in non-metallic minerals
#> 13386                      Memo: Non-energy use in non-metallic minerals
#> 13387                      Memo: Non-energy use in non-metallic minerals
#> 13388                      Memo: Non-energy use in non-metallic minerals
#> 13389                      Memo: Non-energy use in non-metallic minerals
#> 13390                      Memo: Non-energy use in non-metallic minerals
#> 13391                      Memo: Non-energy use in non-metallic minerals
#> 13392                      Memo: Non-energy use in non-metallic minerals
#> 13393                      Memo: Non-energy use in non-metallic minerals
#> 13394                      Memo: Non-energy use in non-metallic minerals
#> 13395                      Memo: Non-energy use in non-metallic minerals
#> 13396                      Memo: Non-energy use in non-metallic minerals
#> 13397                        Memo: Non-energy use in transport equipment
#> 13398                        Memo: Non-energy use in transport equipment
#> 13399                        Memo: Non-energy use in transport equipment
#> 13400                        Memo: Non-energy use in transport equipment
#> 13401                        Memo: Non-energy use in transport equipment
#> 13402                        Memo: Non-energy use in transport equipment
#> 13403                        Memo: Non-energy use in transport equipment
#> 13404                        Memo: Non-energy use in transport equipment
#> 13405                        Memo: Non-energy use in transport equipment
#> 13406                        Memo: Non-energy use in transport equipment
#> 13407                        Memo: Non-energy use in transport equipment
#> 13408                        Memo: Non-energy use in transport equipment
#> 13409                        Memo: Non-energy use in transport equipment
#> 13410                        Memo: Non-energy use in transport equipment
#> 13411                        Memo: Non-energy use in transport equipment
#> 13412                        Memo: Non-energy use in transport equipment
#> 13413                        Memo: Non-energy use in transport equipment
#> 13414                        Memo: Non-energy use in transport equipment
#> 13415                        Memo: Non-energy use in transport equipment
#> 13416                        Memo: Non-energy use in transport equipment
#> 13417                        Memo: Non-energy use in transport equipment
#> 13418                        Memo: Non-energy use in transport equipment
#> 13419                        Memo: Non-energy use in transport equipment
#> 13420                        Memo: Non-energy use in transport equipment
#> 13421                        Memo: Non-energy use in transport equipment
#> 13422                        Memo: Non-energy use in transport equipment
#> 13423                        Memo: Non-energy use in transport equipment
#> 13424                        Memo: Non-energy use in transport equipment
#> 13425                        Memo: Non-energy use in transport equipment
#> 13426                        Memo: Non-energy use in transport equipment
#> 13427                        Memo: Non-energy use in transport equipment
#> 13428                        Memo: Non-energy use in transport equipment
#> 13429                        Memo: Non-energy use in transport equipment
#> 13430                        Memo: Non-energy use in transport equipment
#> 13431                        Memo: Non-energy use in transport equipment
#> 13432                        Memo: Non-energy use in transport equipment
#> 13433                        Memo: Non-energy use in transport equipment
#> 13434                        Memo: Non-energy use in transport equipment
#> 13435                        Memo: Non-energy use in transport equipment
#> 13436                        Memo: Non-energy use in transport equipment
#> 13437                        Memo: Non-energy use in transport equipment
#> 13438                        Memo: Non-energy use in transport equipment
#> 13439                        Memo: Non-energy use in transport equipment
#> 13440                        Memo: Non-energy use in transport equipment
#> 13441                        Memo: Non-energy use in transport equipment
#> 13442                        Memo: Non-energy use in transport equipment
#> 13443                        Memo: Non-energy use in transport equipment
#> 13444                        Memo: Non-energy use in transport equipment
#> 13445                        Memo: Non-energy use in transport equipment
#> 13446                        Memo: Non-energy use in transport equipment
#> 13447                        Memo: Non-energy use in transport equipment
#> 13448                        Memo: Non-energy use in transport equipment
#> 13449                        Memo: Non-energy use in transport equipment
#> 13450                        Memo: Non-energy use in transport equipment
#> 13451                        Memo: Non-energy use in transport equipment
#> 13452                        Memo: Non-energy use in transport equipment
#> 13453                        Memo: Non-energy use in transport equipment
#> 13454                        Memo: Non-energy use in transport equipment
#> 13455                        Memo: Non-energy use in transport equipment
#> 13456                        Memo: Non-energy use in transport equipment
#> 13457                        Memo: Non-energy use in transport equipment
#> 13458                        Memo: Non-energy use in transport equipment
#> 13459                        Memo: Non-energy use in transport equipment
#> 13460                        Memo: Non-energy use in transport equipment
#> 13461                        Memo: Non-energy use in transport equipment
#> 13462                        Memo: Non-energy use in transport equipment
#> 13463                        Memo: Non-energy use in transport equipment
#> 13464                        Memo: Non-energy use in transport equipment
#> 13465                                  Memo: Non-energy use in machinery
#> 13466                                  Memo: Non-energy use in machinery
#> 13467                                  Memo: Non-energy use in machinery
#> 13468                                  Memo: Non-energy use in machinery
#> 13469                                  Memo: Non-energy use in machinery
#> 13470                                  Memo: Non-energy use in machinery
#> 13471                                  Memo: Non-energy use in machinery
#> 13472                                  Memo: Non-energy use in machinery
#> 13473                                  Memo: Non-energy use in machinery
#> 13474                                  Memo: Non-energy use in machinery
#> 13475                                  Memo: Non-energy use in machinery
#> 13476                                  Memo: Non-energy use in machinery
#> 13477                                  Memo: Non-energy use in machinery
#> 13478                                  Memo: Non-energy use in machinery
#> 13479                                  Memo: Non-energy use in machinery
#> 13480                                  Memo: Non-energy use in machinery
#> 13481                                  Memo: Non-energy use in machinery
#> 13482                                  Memo: Non-energy use in machinery
#> 13483                                  Memo: Non-energy use in machinery
#> 13484                                  Memo: Non-energy use in machinery
#> 13485                                  Memo: Non-energy use in machinery
#> 13486                                  Memo: Non-energy use in machinery
#> 13487                                  Memo: Non-energy use in machinery
#> 13488                                  Memo: Non-energy use in machinery
#> 13489                                  Memo: Non-energy use in machinery
#> 13490                                  Memo: Non-energy use in machinery
#> 13491                                  Memo: Non-energy use in machinery
#> 13492                                  Memo: Non-energy use in machinery
#> 13493                                  Memo: Non-energy use in machinery
#> 13494                                  Memo: Non-energy use in machinery
#> 13495                                  Memo: Non-energy use in machinery
#> 13496                                  Memo: Non-energy use in machinery
#> 13497                                  Memo: Non-energy use in machinery
#> 13498                                  Memo: Non-energy use in machinery
#> 13499                                  Memo: Non-energy use in machinery
#> 13500                                  Memo: Non-energy use in machinery
#> 13501                                  Memo: Non-energy use in machinery
#> 13502                                  Memo: Non-energy use in machinery
#> 13503                                  Memo: Non-energy use in machinery
#> 13504                                  Memo: Non-energy use in machinery
#> 13505                                  Memo: Non-energy use in machinery
#> 13506                                  Memo: Non-energy use in machinery
#> 13507                                  Memo: Non-energy use in machinery
#> 13508                                  Memo: Non-energy use in machinery
#> 13509                                  Memo: Non-energy use in machinery
#> 13510                                  Memo: Non-energy use in machinery
#> 13511                                  Memo: Non-energy use in machinery
#> 13512                                  Memo: Non-energy use in machinery
#> 13513                                  Memo: Non-energy use in machinery
#> 13514                                  Memo: Non-energy use in machinery
#> 13515                                  Memo: Non-energy use in machinery
#> 13516                                  Memo: Non-energy use in machinery
#> 13517                                  Memo: Non-energy use in machinery
#> 13518                                  Memo: Non-energy use in machinery
#> 13519                                  Memo: Non-energy use in machinery
#> 13520                                  Memo: Non-energy use in machinery
#> 13521                                  Memo: Non-energy use in machinery
#> 13522                                  Memo: Non-energy use in machinery
#> 13523                                  Memo: Non-energy use in machinery
#> 13524                                  Memo: Non-energy use in machinery
#> 13525                                  Memo: Non-energy use in machinery
#> 13526                                  Memo: Non-energy use in machinery
#> 13527                                  Memo: Non-energy use in machinery
#> 13528                                  Memo: Non-energy use in machinery
#> 13529                                  Memo: Non-energy use in machinery
#> 13530                                  Memo: Non-energy use in machinery
#> 13531                                  Memo: Non-energy use in machinery
#> 13532                                  Memo: Non-energy use in machinery
#> 13533                     Memo: Non-energy use in food/beverages/tobacco
#> 13534                     Memo: Non-energy use in food/beverages/tobacco
#> 13535                     Memo: Non-energy use in food/beverages/tobacco
#> 13536                     Memo: Non-energy use in food/beverages/tobacco
#> 13537                     Memo: Non-energy use in food/beverages/tobacco
#> 13538                     Memo: Non-energy use in food/beverages/tobacco
#> 13539                     Memo: Non-energy use in food/beverages/tobacco
#> 13540                     Memo: Non-energy use in food/beverages/tobacco
#> 13541                     Memo: Non-energy use in food/beverages/tobacco
#> 13542                     Memo: Non-energy use in food/beverages/tobacco
#> 13543                     Memo: Non-energy use in food/beverages/tobacco
#> 13544                     Memo: Non-energy use in food/beverages/tobacco
#> 13545                     Memo: Non-energy use in food/beverages/tobacco
#> 13546                     Memo: Non-energy use in food/beverages/tobacco
#> 13547                     Memo: Non-energy use in food/beverages/tobacco
#> 13548                     Memo: Non-energy use in food/beverages/tobacco
#> 13549                     Memo: Non-energy use in food/beverages/tobacco
#> 13550                     Memo: Non-energy use in food/beverages/tobacco
#> 13551                     Memo: Non-energy use in food/beverages/tobacco
#> 13552                     Memo: Non-energy use in food/beverages/tobacco
#> 13553                     Memo: Non-energy use in food/beverages/tobacco
#> 13554                     Memo: Non-energy use in food/beverages/tobacco
#> 13555                     Memo: Non-energy use in food/beverages/tobacco
#> 13556                     Memo: Non-energy use in food/beverages/tobacco
#> 13557                     Memo: Non-energy use in food/beverages/tobacco
#> 13558                     Memo: Non-energy use in food/beverages/tobacco
#> 13559                     Memo: Non-energy use in food/beverages/tobacco
#> 13560                     Memo: Non-energy use in food/beverages/tobacco
#> 13561                     Memo: Non-energy use in food/beverages/tobacco
#> 13562                     Memo: Non-energy use in food/beverages/tobacco
#> 13563                     Memo: Non-energy use in food/beverages/tobacco
#> 13564                     Memo: Non-energy use in food/beverages/tobacco
#> 13565                     Memo: Non-energy use in food/beverages/tobacco
#> 13566                     Memo: Non-energy use in food/beverages/tobacco
#> 13567                     Memo: Non-energy use in food/beverages/tobacco
#> 13568                     Memo: Non-energy use in food/beverages/tobacco
#> 13569                     Memo: Non-energy use in food/beverages/tobacco
#> 13570                     Memo: Non-energy use in food/beverages/tobacco
#> 13571                     Memo: Non-energy use in food/beverages/tobacco
#> 13572                     Memo: Non-energy use in food/beverages/tobacco
#> 13573                     Memo: Non-energy use in food/beverages/tobacco
#> 13574                     Memo: Non-energy use in food/beverages/tobacco
#> 13575                     Memo: Non-energy use in food/beverages/tobacco
#> 13576                     Memo: Non-energy use in food/beverages/tobacco
#> 13577                     Memo: Non-energy use in food/beverages/tobacco
#> 13578                     Memo: Non-energy use in food/beverages/tobacco
#> 13579                     Memo: Non-energy use in food/beverages/tobacco
#> 13580                     Memo: Non-energy use in food/beverages/tobacco
#> 13581                     Memo: Non-energy use in food/beverages/tobacco
#> 13582                     Memo: Non-energy use in food/beverages/tobacco
#> 13583                     Memo: Non-energy use in food/beverages/tobacco
#> 13584                     Memo: Non-energy use in food/beverages/tobacco
#> 13585                     Memo: Non-energy use in food/beverages/tobacco
#> 13586                     Memo: Non-energy use in food/beverages/tobacco
#> 13587                     Memo: Non-energy use in food/beverages/tobacco
#> 13588                     Memo: Non-energy use in food/beverages/tobacco
#> 13589                     Memo: Non-energy use in food/beverages/tobacco
#> 13590                     Memo: Non-energy use in food/beverages/tobacco
#> 13591                     Memo: Non-energy use in food/beverages/tobacco
#> 13592                     Memo: Non-energy use in food/beverages/tobacco
#> 13593                     Memo: Non-energy use in food/beverages/tobacco
#> 13594                     Memo: Non-energy use in food/beverages/tobacco
#> 13595                     Memo: Non-energy use in food/beverages/tobacco
#> 13596                     Memo: Non-energy use in food/beverages/tobacco
#> 13597                     Memo: Non-energy use in food/beverages/tobacco
#> 13598                     Memo: Non-energy use in food/beverages/tobacco
#> 13599                     Memo: Non-energy use in food/beverages/tobacco
#> 13600                     Memo: Non-energy use in food/beverages/tobacco
#> 13601                    Memo: Non-energy use in paper/pulp and printing
#> 13602                    Memo: Non-energy use in paper/pulp and printing
#> 13603                    Memo: Non-energy use in paper/pulp and printing
#> 13604                    Memo: Non-energy use in paper/pulp and printing
#> 13605                    Memo: Non-energy use in paper/pulp and printing
#> 13606                    Memo: Non-energy use in paper/pulp and printing
#> 13607                    Memo: Non-energy use in paper/pulp and printing
#> 13608                    Memo: Non-energy use in paper/pulp and printing
#> 13609                    Memo: Non-energy use in paper/pulp and printing
#> 13610                    Memo: Non-energy use in paper/pulp and printing
#> 13611                    Memo: Non-energy use in paper/pulp and printing
#> 13612                    Memo: Non-energy use in paper/pulp and printing
#> 13613                    Memo: Non-energy use in paper/pulp and printing
#> 13614                    Memo: Non-energy use in paper/pulp and printing
#> 13615                    Memo: Non-energy use in paper/pulp and printing
#> 13616                    Memo: Non-energy use in paper/pulp and printing
#> 13617                    Memo: Non-energy use in paper/pulp and printing
#> 13618                    Memo: Non-energy use in paper/pulp and printing
#> 13619                    Memo: Non-energy use in paper/pulp and printing
#> 13620                    Memo: Non-energy use in paper/pulp and printing
#> 13621                    Memo: Non-energy use in paper/pulp and printing
#> 13622                    Memo: Non-energy use in paper/pulp and printing
#> 13623                    Memo: Non-energy use in paper/pulp and printing
#> 13624                    Memo: Non-energy use in paper/pulp and printing
#> 13625                    Memo: Non-energy use in paper/pulp and printing
#> 13626                    Memo: Non-energy use in paper/pulp and printing
#> 13627                    Memo: Non-energy use in paper/pulp and printing
#> 13628                    Memo: Non-energy use in paper/pulp and printing
#> 13629                    Memo: Non-energy use in paper/pulp and printing
#> 13630                    Memo: Non-energy use in paper/pulp and printing
#> 13631                    Memo: Non-energy use in paper/pulp and printing
#> 13632                    Memo: Non-energy use in paper/pulp and printing
#> 13633                    Memo: Non-energy use in paper/pulp and printing
#> 13634                    Memo: Non-energy use in paper/pulp and printing
#> 13635                    Memo: Non-energy use in paper/pulp and printing
#> 13636                    Memo: Non-energy use in paper/pulp and printing
#> 13637                    Memo: Non-energy use in paper/pulp and printing
#> 13638                    Memo: Non-energy use in paper/pulp and printing
#> 13639                    Memo: Non-energy use in paper/pulp and printing
#> 13640                    Memo: Non-energy use in paper/pulp and printing
#> 13641                    Memo: Non-energy use in paper/pulp and printing
#> 13642                    Memo: Non-energy use in paper/pulp and printing
#> 13643                    Memo: Non-energy use in paper/pulp and printing
#> 13644                    Memo: Non-energy use in paper/pulp and printing
#> 13645                    Memo: Non-energy use in paper/pulp and printing
#> 13646                    Memo: Non-energy use in paper/pulp and printing
#> 13647                    Memo: Non-energy use in paper/pulp and printing
#> 13648                    Memo: Non-energy use in paper/pulp and printing
#> 13649                    Memo: Non-energy use in paper/pulp and printing
#> 13650                    Memo: Non-energy use in paper/pulp and printing
#> 13651                    Memo: Non-energy use in paper/pulp and printing
#> 13652                    Memo: Non-energy use in paper/pulp and printing
#> 13653                    Memo: Non-energy use in paper/pulp and printing
#> 13654                    Memo: Non-energy use in paper/pulp and printing
#> 13655                    Memo: Non-energy use in paper/pulp and printing
#> 13656                    Memo: Non-energy use in paper/pulp and printing
#> 13657                    Memo: Non-energy use in paper/pulp and printing
#> 13658                    Memo: Non-energy use in paper/pulp and printing
#> 13659                    Memo: Non-energy use in paper/pulp and printing
#> 13660                    Memo: Non-energy use in paper/pulp and printing
#> 13661                    Memo: Non-energy use in paper/pulp and printing
#> 13662                    Memo: Non-energy use in paper/pulp and printing
#> 13663                    Memo: Non-energy use in paper/pulp and printing
#> 13664                    Memo: Non-energy use in paper/pulp and printing
#> 13665                    Memo: Non-energy use in paper/pulp and printing
#> 13666                    Memo: Non-energy use in paper/pulp and printing
#> 13667                    Memo: Non-energy use in paper/pulp and printing
#> 13668                    Memo: Non-energy use in paper/pulp and printing
#> 13669                     Memo: Non-energy use in wood and wood products
#> 13670                     Memo: Non-energy use in wood and wood products
#> 13671                     Memo: Non-energy use in wood and wood products
#> 13672                     Memo: Non-energy use in wood and wood products
#> 13673                     Memo: Non-energy use in wood and wood products
#> 13674                     Memo: Non-energy use in wood and wood products
#> 13675                     Memo: Non-energy use in wood and wood products
#> 13676                     Memo: Non-energy use in wood and wood products
#> 13677                     Memo: Non-energy use in wood and wood products
#> 13678                     Memo: Non-energy use in wood and wood products
#> 13679                     Memo: Non-energy use in wood and wood products
#> 13680                     Memo: Non-energy use in wood and wood products
#> 13681                     Memo: Non-energy use in wood and wood products
#> 13682                     Memo: Non-energy use in wood and wood products
#> 13683                     Memo: Non-energy use in wood and wood products
#> 13684                     Memo: Non-energy use in wood and wood products
#> 13685                     Memo: Non-energy use in wood and wood products
#> 13686                     Memo: Non-energy use in wood and wood products
#> 13687                     Memo: Non-energy use in wood and wood products
#> 13688                     Memo: Non-energy use in wood and wood products
#> 13689                     Memo: Non-energy use in wood and wood products
#> 13690                     Memo: Non-energy use in wood and wood products
#> 13691                     Memo: Non-energy use in wood and wood products
#> 13692                     Memo: Non-energy use in wood and wood products
#> 13693                     Memo: Non-energy use in wood and wood products
#> 13694                     Memo: Non-energy use in wood and wood products
#> 13695                     Memo: Non-energy use in wood and wood products
#> 13696                     Memo: Non-energy use in wood and wood products
#> 13697                     Memo: Non-energy use in wood and wood products
#> 13698                     Memo: Non-energy use in wood and wood products
#> 13699                     Memo: Non-energy use in wood and wood products
#> 13700                     Memo: Non-energy use in wood and wood products
#> 13701                     Memo: Non-energy use in wood and wood products
#> 13702                     Memo: Non-energy use in wood and wood products
#> 13703                     Memo: Non-energy use in wood and wood products
#> 13704                     Memo: Non-energy use in wood and wood products
#> 13705                     Memo: Non-energy use in wood and wood products
#> 13706                     Memo: Non-energy use in wood and wood products
#> 13707                     Memo: Non-energy use in wood and wood products
#> 13708                     Memo: Non-energy use in wood and wood products
#> 13709                     Memo: Non-energy use in wood and wood products
#> 13710                     Memo: Non-energy use in wood and wood products
#> 13711                     Memo: Non-energy use in wood and wood products
#> 13712                     Memo: Non-energy use in wood and wood products
#> 13713                     Memo: Non-energy use in wood and wood products
#> 13714                     Memo: Non-energy use in wood and wood products
#> 13715                     Memo: Non-energy use in wood and wood products
#> 13716                     Memo: Non-energy use in wood and wood products
#> 13717                     Memo: Non-energy use in wood and wood products
#> 13718                     Memo: Non-energy use in wood and wood products
#> 13719                     Memo: Non-energy use in wood and wood products
#> 13720                     Memo: Non-energy use in wood and wood products
#> 13721                     Memo: Non-energy use in wood and wood products
#> 13722                     Memo: Non-energy use in wood and wood products
#> 13723                     Memo: Non-energy use in wood and wood products
#> 13724                     Memo: Non-energy use in wood and wood products
#> 13725                     Memo: Non-energy use in wood and wood products
#> 13726                     Memo: Non-energy use in wood and wood products
#> 13727                     Memo: Non-energy use in wood and wood products
#> 13728                     Memo: Non-energy use in wood and wood products
#> 13729                     Memo: Non-energy use in wood and wood products
#> 13730                     Memo: Non-energy use in wood and wood products
#> 13731                     Memo: Non-energy use in wood and wood products
#> 13732                     Memo: Non-energy use in wood and wood products
#> 13733                     Memo: Non-energy use in wood and wood products
#> 13734                     Memo: Non-energy use in wood and wood products
#> 13735                     Memo: Non-energy use in wood and wood products
#> 13736                     Memo: Non-energy use in wood and wood products
#> 13737                       Memo: Non-energy use in textiles and leather
#> 13738                       Memo: Non-energy use in textiles and leather
#> 13739                       Memo: Non-energy use in textiles and leather
#> 13740                       Memo: Non-energy use in textiles and leather
#> 13741                       Memo: Non-energy use in textiles and leather
#> 13742                       Memo: Non-energy use in textiles and leather
#> 13743                       Memo: Non-energy use in textiles and leather
#> 13744                       Memo: Non-energy use in textiles and leather
#> 13745                       Memo: Non-energy use in textiles and leather
#> 13746                       Memo: Non-energy use in textiles and leather
#> 13747                       Memo: Non-energy use in textiles and leather
#> 13748                       Memo: Non-energy use in textiles and leather
#> 13749                       Memo: Non-energy use in textiles and leather
#> 13750                       Memo: Non-energy use in textiles and leather
#> 13751                       Memo: Non-energy use in textiles and leather
#> 13752                       Memo: Non-energy use in textiles and leather
#> 13753                       Memo: Non-energy use in textiles and leather
#> 13754                       Memo: Non-energy use in textiles and leather
#> 13755                       Memo: Non-energy use in textiles and leather
#> 13756                       Memo: Non-energy use in textiles and leather
#> 13757                       Memo: Non-energy use in textiles and leather
#> 13758                       Memo: Non-energy use in textiles and leather
#> 13759                       Memo: Non-energy use in textiles and leather
#> 13760                       Memo: Non-energy use in textiles and leather
#> 13761                       Memo: Non-energy use in textiles and leather
#> 13762                       Memo: Non-energy use in textiles and leather
#> 13763                       Memo: Non-energy use in textiles and leather
#> 13764                       Memo: Non-energy use in textiles and leather
#> 13765                       Memo: Non-energy use in textiles and leather
#> 13766                       Memo: Non-energy use in textiles and leather
#> 13767                       Memo: Non-energy use in textiles and leather
#> 13768                       Memo: Non-energy use in textiles and leather
#> 13769                       Memo: Non-energy use in textiles and leather
#> 13770                       Memo: Non-energy use in textiles and leather
#> 13771                       Memo: Non-energy use in textiles and leather
#> 13772                       Memo: Non-energy use in textiles and leather
#> 13773                       Memo: Non-energy use in textiles and leather
#> 13774                       Memo: Non-energy use in textiles and leather
#> 13775                       Memo: Non-energy use in textiles and leather
#> 13776                       Memo: Non-energy use in textiles and leather
#> 13777                       Memo: Non-energy use in textiles and leather
#> 13778                       Memo: Non-energy use in textiles and leather
#> 13779                       Memo: Non-energy use in textiles and leather
#> 13780                       Memo: Non-energy use in textiles and leather
#> 13781                       Memo: Non-energy use in textiles and leather
#> 13782                       Memo: Non-energy use in textiles and leather
#> 13783                       Memo: Non-energy use in textiles and leather
#> 13784                       Memo: Non-energy use in textiles and leather
#> 13785                       Memo: Non-energy use in textiles and leather
#> 13786                       Memo: Non-energy use in textiles and leather
#> 13787                       Memo: Non-energy use in textiles and leather
#> 13788                       Memo: Non-energy use in textiles and leather
#> 13789                       Memo: Non-energy use in textiles and leather
#> 13790                       Memo: Non-energy use in textiles and leather
#> 13791                       Memo: Non-energy use in textiles and leather
#> 13792                       Memo: Non-energy use in textiles and leather
#> 13793                       Memo: Non-energy use in textiles and leather
#> 13794                       Memo: Non-energy use in textiles and leather
#> 13795                       Memo: Non-energy use in textiles and leather
#> 13796                       Memo: Non-energy use in textiles and leather
#> 13797                       Memo: Non-energy use in textiles and leather
#> 13798                       Memo: Non-energy use in textiles and leather
#> 13799                       Memo: Non-energy use in textiles and leather
#> 13800                       Memo: Non-energy use in textiles and leather
#> 13801                       Memo: Non-energy use in textiles and leather
#> 13802                       Memo: Non-energy use in textiles and leather
#> 13803                       Memo: Non-energy use in textiles and leather
#> 13804                       Memo: Non-energy use in textiles and leather
#> 13805           Memo: Non-energy use in industry not elsewhere specified
#> 13806           Memo: Non-energy use in industry not elsewhere specified
#> 13807           Memo: Non-energy use in industry not elsewhere specified
#> 13808           Memo: Non-energy use in industry not elsewhere specified
#> 13809           Memo: Non-energy use in industry not elsewhere specified
#> 13810           Memo: Non-energy use in industry not elsewhere specified
#> 13811           Memo: Non-energy use in industry not elsewhere specified
#> 13812           Memo: Non-energy use in industry not elsewhere specified
#> 13813           Memo: Non-energy use in industry not elsewhere specified
#> 13814           Memo: Non-energy use in industry not elsewhere specified
#> 13815           Memo: Non-energy use in industry not elsewhere specified
#> 13816           Memo: Non-energy use in industry not elsewhere specified
#> 13817           Memo: Non-energy use in industry not elsewhere specified
#> 13818           Memo: Non-energy use in industry not elsewhere specified
#> 13819           Memo: Non-energy use in industry not elsewhere specified
#> 13820           Memo: Non-energy use in industry not elsewhere specified
#> 13821           Memo: Non-energy use in industry not elsewhere specified
#> 13822           Memo: Non-energy use in industry not elsewhere specified
#> 13823           Memo: Non-energy use in industry not elsewhere specified
#> 13824           Memo: Non-energy use in industry not elsewhere specified
#> 13825           Memo: Non-energy use in industry not elsewhere specified
#> 13826           Memo: Non-energy use in industry not elsewhere specified
#> 13827           Memo: Non-energy use in industry not elsewhere specified
#> 13828           Memo: Non-energy use in industry not elsewhere specified
#> 13829           Memo: Non-energy use in industry not elsewhere specified
#> 13830           Memo: Non-energy use in industry not elsewhere specified
#> 13831           Memo: Non-energy use in industry not elsewhere specified
#> 13832           Memo: Non-energy use in industry not elsewhere specified
#> 13833           Memo: Non-energy use in industry not elsewhere specified
#> 13834           Memo: Non-energy use in industry not elsewhere specified
#> 13835           Memo: Non-energy use in industry not elsewhere specified
#> 13836           Memo: Non-energy use in industry not elsewhere specified
#> 13837           Memo: Non-energy use in industry not elsewhere specified
#> 13838           Memo: Non-energy use in industry not elsewhere specified
#> 13839           Memo: Non-energy use in industry not elsewhere specified
#> 13840           Memo: Non-energy use in industry not elsewhere specified
#> 13841           Memo: Non-energy use in industry not elsewhere specified
#> 13842           Memo: Non-energy use in industry not elsewhere specified
#> 13843           Memo: Non-energy use in industry not elsewhere specified
#> 13844           Memo: Non-energy use in industry not elsewhere specified
#> 13845           Memo: Non-energy use in industry not elsewhere specified
#> 13846           Memo: Non-energy use in industry not elsewhere specified
#> 13847           Memo: Non-energy use in industry not elsewhere specified
#> 13848           Memo: Non-energy use in industry not elsewhere specified
#> 13849           Memo: Non-energy use in industry not elsewhere specified
#> 13850           Memo: Non-energy use in industry not elsewhere specified
#> 13851           Memo: Non-energy use in industry not elsewhere specified
#> 13852           Memo: Non-energy use in industry not elsewhere specified
#> 13853           Memo: Non-energy use in industry not elsewhere specified
#> 13854           Memo: Non-energy use in industry not elsewhere specified
#> 13855           Memo: Non-energy use in industry not elsewhere specified
#> 13856           Memo: Non-energy use in industry not elsewhere specified
#> 13857           Memo: Non-energy use in industry not elsewhere specified
#> 13858           Memo: Non-energy use in industry not elsewhere specified
#> 13859           Memo: Non-energy use in industry not elsewhere specified
#> 13860           Memo: Non-energy use in industry not elsewhere specified
#> 13861           Memo: Non-energy use in industry not elsewhere specified
#> 13862           Memo: Non-energy use in industry not elsewhere specified
#> 13863           Memo: Non-energy use in industry not elsewhere specified
#> 13864           Memo: Non-energy use in industry not elsewhere specified
#> 13865           Memo: Non-energy use in industry not elsewhere specified
#> 13866           Memo: Non-energy use in industry not elsewhere specified
#> 13867           Memo: Non-energy use in industry not elsewhere specified
#> 13868           Memo: Non-energy use in industry not elsewhere specified
#> 13869           Memo: Non-energy use in industry not elsewhere specified
#> 13870           Memo: Non-energy use in industry not elsewhere specified
#> 13871           Memo: Non-energy use in industry not elsewhere specified
#> 13872           Memo: Non-energy use in industry not elsewhere specified
#> 13873                                        Non-energy use in transport
#> 13874                                        Non-energy use in transport
#> 13875                                        Non-energy use in transport
#> 13876                                        Non-energy use in transport
#> 13877                                        Non-energy use in transport
#> 13878                                        Non-energy use in transport
#> 13879                                        Non-energy use in transport
#> 13880                                        Non-energy use in transport
#> 13881                                        Non-energy use in transport
#> 13882                                        Non-energy use in transport
#> 13883                                        Non-energy use in transport
#> 13884                                        Non-energy use in transport
#> 13885                                        Non-energy use in transport
#> 13886                                        Non-energy use in transport
#> 13887                                        Non-energy use in transport
#> 13888                                        Non-energy use in transport
#> 13889                                        Non-energy use in transport
#> 13890                                        Non-energy use in transport
#> 13891                                        Non-energy use in transport
#> 13892                                        Non-energy use in transport
#> 13893                                        Non-energy use in transport
#> 13894                                        Non-energy use in transport
#> 13895                                        Non-energy use in transport
#> 13896                                        Non-energy use in transport
#> 13897                                        Non-energy use in transport
#> 13898                                        Non-energy use in transport
#> 13899                                        Non-energy use in transport
#> 13900                                        Non-energy use in transport
#> 13901                                        Non-energy use in transport
#> 13902                                        Non-energy use in transport
#> 13903                                        Non-energy use in transport
#> 13904                                        Non-energy use in transport
#> 13905                                        Non-energy use in transport
#> 13906                                        Non-energy use in transport
#> 13907                                        Non-energy use in transport
#> 13908                                        Non-energy use in transport
#> 13909                                        Non-energy use in transport
#> 13910                                        Non-energy use in transport
#> 13911                                        Non-energy use in transport
#> 13912                                        Non-energy use in transport
#> 13913                                        Non-energy use in transport
#> 13914                                        Non-energy use in transport
#> 13915                                        Non-energy use in transport
#> 13916                                        Non-energy use in transport
#> 13917                                        Non-energy use in transport
#> 13918                                        Non-energy use in transport
#> 13919                                        Non-energy use in transport
#> 13920                                        Non-energy use in transport
#> 13921                                        Non-energy use in transport
#> 13922                                        Non-energy use in transport
#> 13923                                        Non-energy use in transport
#> 13924                                        Non-energy use in transport
#> 13925                                        Non-energy use in transport
#> 13926                                        Non-energy use in transport
#> 13927                                        Non-energy use in transport
#> 13928                                        Non-energy use in transport
#> 13929                                        Non-energy use in transport
#> 13930                                        Non-energy use in transport
#> 13931                                        Non-energy use in transport
#> 13932                                        Non-energy use in transport
#> 13933                                        Non-energy use in transport
#> 13934                                        Non-energy use in transport
#> 13935                                        Non-energy use in transport
#> 13936                                        Non-energy use in transport
#> 13937                                        Non-energy use in transport
#> 13938                                        Non-energy use in transport
#> 13939                                        Non-energy use in transport
#> 13940                                        Non-energy use in transport
#> 13941                                            Non-energy use in other
#> 13942                                            Non-energy use in other
#> 13943                                            Non-energy use in other
#> 13944                                            Non-energy use in other
#> 13945                                            Non-energy use in other
#> 13946                                            Non-energy use in other
#> 13947                                            Non-energy use in other
#> 13948                                            Non-energy use in other
#> 13949                                            Non-energy use in other
#> 13950                                            Non-energy use in other
#> 13951                                            Non-energy use in other
#> 13952                                            Non-energy use in other
#> 13953                                            Non-energy use in other
#> 13954                                            Non-energy use in other
#> 13955                                            Non-energy use in other
#> 13956                                            Non-energy use in other
#> 13957                                            Non-energy use in other
#> 13958                                            Non-energy use in other
#> 13959                                            Non-energy use in other
#> 13960                                            Non-energy use in other
#> 13961                                            Non-energy use in other
#> 13962                                            Non-energy use in other
#> 13963                                            Non-energy use in other
#> 13964                                            Non-energy use in other
#> 13965                                            Non-energy use in other
#> 13966                                            Non-energy use in other
#> 13967                                            Non-energy use in other
#> 13968                                            Non-energy use in other
#> 13969                                            Non-energy use in other
#> 13970                                            Non-energy use in other
#> 13971                                            Non-energy use in other
#> 13972                                            Non-energy use in other
#> 13973                                            Non-energy use in other
#> 13974                                            Non-energy use in other
#> 13975                                            Non-energy use in other
#> 13976                                            Non-energy use in other
#> 13977                                            Non-energy use in other
#> 13978                                            Non-energy use in other
#> 13979                                            Non-energy use in other
#> 13980                                            Non-energy use in other
#> 13981                                            Non-energy use in other
#> 13982                                            Non-energy use in other
#> 13983                                            Non-energy use in other
#> 13984                                            Non-energy use in other
#> 13985                                            Non-energy use in other
#> 13986                                            Non-energy use in other
#> 13987                                            Non-energy use in other
#> 13988                                            Non-energy use in other
#> 13989                                            Non-energy use in other
#> 13990                                            Non-energy use in other
#> 13991                                            Non-energy use in other
#> 13992                                            Non-energy use in other
#> 13993                                            Non-energy use in other
#> 13994                                            Non-energy use in other
#> 13995                                            Non-energy use in other
#> 13996                                            Non-energy use in other
#> 13997                                            Non-energy use in other
#> 13998                                            Non-energy use in other
#> 13999                                            Non-energy use in other
#> 14000                                            Non-energy use in other
#> 14001                                            Non-energy use in other
#> 14002                                            Non-energy use in other
#> 14003                                            Non-energy use in other
#> 14004                                            Non-energy use in other
#> 14005                                            Non-energy use in other
#> 14006                                            Non-energy use in other
#> 14007                                            Non-energy use in other
#> 14008                                            Non-energy use in other
#> 14009                                           Electricity output (GWh)
#> 14010                                           Electricity output (GWh)
#> 14011                                           Electricity output (GWh)
#> 14012                                           Electricity output (GWh)
#> 14013                                           Electricity output (GWh)
#> 14014                                           Electricity output (GWh)
#> 14015                                           Electricity output (GWh)
#> 14016                                           Electricity output (GWh)
#> 14017                                           Electricity output (GWh)
#> 14018                                           Electricity output (GWh)
#> 14019                                           Electricity output (GWh)
#> 14020                                           Electricity output (GWh)
#> 14021                                           Electricity output (GWh)
#> 14022                                           Electricity output (GWh)
#> 14023                                           Electricity output (GWh)
#> 14024                                           Electricity output (GWh)
#> 14025                                           Electricity output (GWh)
#> 14026                                           Electricity output (GWh)
#> 14027                                           Electricity output (GWh)
#> 14028                                           Electricity output (GWh)
#> 14029                                           Electricity output (GWh)
#> 14030                                           Electricity output (GWh)
#> 14031                                           Electricity output (GWh)
#> 14032                                           Electricity output (GWh)
#> 14033                                           Electricity output (GWh)
#> 14034                                           Electricity output (GWh)
#> 14035                                           Electricity output (GWh)
#> 14036                                           Electricity output (GWh)
#> 14037                                           Electricity output (GWh)
#> 14038                                           Electricity output (GWh)
#> 14039                                           Electricity output (GWh)
#> 14040                                           Electricity output (GWh)
#> 14041                                           Electricity output (GWh)
#> 14042                                           Electricity output (GWh)
#> 14043                                           Electricity output (GWh)
#> 14044                                           Electricity output (GWh)
#> 14045                                           Electricity output (GWh)
#> 14046                                           Electricity output (GWh)
#> 14047                                           Electricity output (GWh)
#> 14048                                           Electricity output (GWh)
#> 14049                                           Electricity output (GWh)
#> 14050                                           Electricity output (GWh)
#> 14051                                           Electricity output (GWh)
#> 14052                                           Electricity output (GWh)
#> 14053                                           Electricity output (GWh)
#> 14054                                           Electricity output (GWh)
#> 14055                                           Electricity output (GWh)
#> 14056                                           Electricity output (GWh)
#> 14057                                           Electricity output (GWh)
#> 14058                                           Electricity output (GWh)
#> 14059                                           Electricity output (GWh)
#> 14060                                           Electricity output (GWh)
#> 14061                                           Electricity output (GWh)
#> 14062                                           Electricity output (GWh)
#> 14063                                           Electricity output (GWh)
#> 14064                                           Electricity output (GWh)
#> 14065                                           Electricity output (GWh)
#> 14066                                           Electricity output (GWh)
#> 14067                                           Electricity output (GWh)
#> 14068                                           Electricity output (GWh)
#> 14069                                           Electricity output (GWh)
#> 14070                                           Electricity output (GWh)
#> 14071                                           Electricity output (GWh)
#> 14072                                           Electricity output (GWh)
#> 14073                                           Electricity output (GWh)
#> 14074                                           Electricity output (GWh)
#> 14075                                           Electricity output (GWh)
#> 14076                                           Electricity output (GWh)
#> 14077 Electricity output (GWh)-main activity producer electricity plants
#> 14078 Electricity output (GWh)-main activity producer electricity plants
#> 14079 Electricity output (GWh)-main activity producer electricity plants
#> 14080 Electricity output (GWh)-main activity producer electricity plants
#> 14081 Electricity output (GWh)-main activity producer electricity plants
#> 14082 Electricity output (GWh)-main activity producer electricity plants
#> 14083 Electricity output (GWh)-main activity producer electricity plants
#> 14084 Electricity output (GWh)-main activity producer electricity plants
#> 14085 Electricity output (GWh)-main activity producer electricity plants
#> 14086 Electricity output (GWh)-main activity producer electricity plants
#> 14087 Electricity output (GWh)-main activity producer electricity plants
#> 14088 Electricity output (GWh)-main activity producer electricity plants
#> 14089 Electricity output (GWh)-main activity producer electricity plants
#> 14090 Electricity output (GWh)-main activity producer electricity plants
#> 14091 Electricity output (GWh)-main activity producer electricity plants
#> 14092 Electricity output (GWh)-main activity producer electricity plants
#> 14093 Electricity output (GWh)-main activity producer electricity plants
#> 14094 Electricity output (GWh)-main activity producer electricity plants
#> 14095 Electricity output (GWh)-main activity producer electricity plants
#> 14096 Electricity output (GWh)-main activity producer electricity plants
#> 14097 Electricity output (GWh)-main activity producer electricity plants
#> 14098 Electricity output (GWh)-main activity producer electricity plants
#> 14099 Electricity output (GWh)-main activity producer electricity plants
#> 14100 Electricity output (GWh)-main activity producer electricity plants
#> 14101 Electricity output (GWh)-main activity producer electricity plants
#> 14102 Electricity output (GWh)-main activity producer electricity plants
#> 14103 Electricity output (GWh)-main activity producer electricity plants
#> 14104 Electricity output (GWh)-main activity producer electricity plants
#> 14105 Electricity output (GWh)-main activity producer electricity plants
#> 14106 Electricity output (GWh)-main activity producer electricity plants
#> 14107 Electricity output (GWh)-main activity producer electricity plants
#> 14108 Electricity output (GWh)-main activity producer electricity plants
#> 14109 Electricity output (GWh)-main activity producer electricity plants
#> 14110 Electricity output (GWh)-main activity producer electricity plants
#> 14111 Electricity output (GWh)-main activity producer electricity plants
#> 14112 Electricity output (GWh)-main activity producer electricity plants
#> 14113 Electricity output (GWh)-main activity producer electricity plants
#> 14114 Electricity output (GWh)-main activity producer electricity plants
#> 14115 Electricity output (GWh)-main activity producer electricity plants
#> 14116 Electricity output (GWh)-main activity producer electricity plants
#> 14117 Electricity output (GWh)-main activity producer electricity plants
#> 14118 Electricity output (GWh)-main activity producer electricity plants
#> 14119 Electricity output (GWh)-main activity producer electricity plants
#> 14120 Electricity output (GWh)-main activity producer electricity plants
#> 14121 Electricity output (GWh)-main activity producer electricity plants
#> 14122 Electricity output (GWh)-main activity producer electricity plants
#> 14123 Electricity output (GWh)-main activity producer electricity plants
#> 14124 Electricity output (GWh)-main activity producer electricity plants
#> 14125 Electricity output (GWh)-main activity producer electricity plants
#> 14126 Electricity output (GWh)-main activity producer electricity plants
#> 14127 Electricity output (GWh)-main activity producer electricity plants
#> 14128 Electricity output (GWh)-main activity producer electricity plants
#> 14129 Electricity output (GWh)-main activity producer electricity plants
#> 14130 Electricity output (GWh)-main activity producer electricity plants
#> 14131 Electricity output (GWh)-main activity producer electricity plants
#> 14132 Electricity output (GWh)-main activity producer electricity plants
#> 14133 Electricity output (GWh)-main activity producer electricity plants
#> 14134 Electricity output (GWh)-main activity producer electricity plants
#> 14135 Electricity output (GWh)-main activity producer electricity plants
#> 14136 Electricity output (GWh)-main activity producer electricity plants
#> 14137 Electricity output (GWh)-main activity producer electricity plants
#> 14138 Electricity output (GWh)-main activity producer electricity plants
#> 14139 Electricity output (GWh)-main activity producer electricity plants
#> 14140 Electricity output (GWh)-main activity producer electricity plants
#> 14141 Electricity output (GWh)-main activity producer electricity plants
#> 14142 Electricity output (GWh)-main activity producer electricity plants
#> 14143 Electricity output (GWh)-main activity producer electricity plants
#> 14144 Electricity output (GWh)-main activity producer electricity plants
#> 14145           Electricity output (GWh)-autoproducer electricity plants
#> 14146           Electricity output (GWh)-autoproducer electricity plants
#> 14147           Electricity output (GWh)-autoproducer electricity plants
#> 14148           Electricity output (GWh)-autoproducer electricity plants
#> 14149           Electricity output (GWh)-autoproducer electricity plants
#> 14150           Electricity output (GWh)-autoproducer electricity plants
#> 14151           Electricity output (GWh)-autoproducer electricity plants
#> 14152           Electricity output (GWh)-autoproducer electricity plants
#> 14153           Electricity output (GWh)-autoproducer electricity plants
#> 14154           Electricity output (GWh)-autoproducer electricity plants
#> 14155           Electricity output (GWh)-autoproducer electricity plants
#> 14156           Electricity output (GWh)-autoproducer electricity plants
#> 14157           Electricity output (GWh)-autoproducer electricity plants
#> 14158           Electricity output (GWh)-autoproducer electricity plants
#> 14159           Electricity output (GWh)-autoproducer electricity plants
#> 14160           Electricity output (GWh)-autoproducer electricity plants
#> 14161           Electricity output (GWh)-autoproducer electricity plants
#> 14162           Electricity output (GWh)-autoproducer electricity plants
#> 14163           Electricity output (GWh)-autoproducer electricity plants
#> 14164           Electricity output (GWh)-autoproducer electricity plants
#> 14165           Electricity output (GWh)-autoproducer electricity plants
#> 14166           Electricity output (GWh)-autoproducer electricity plants
#> 14167           Electricity output (GWh)-autoproducer electricity plants
#> 14168           Electricity output (GWh)-autoproducer electricity plants
#> 14169           Electricity output (GWh)-autoproducer electricity plants
#> 14170           Electricity output (GWh)-autoproducer electricity plants
#> 14171           Electricity output (GWh)-autoproducer electricity plants
#> 14172           Electricity output (GWh)-autoproducer electricity plants
#> 14173           Electricity output (GWh)-autoproducer electricity plants
#> 14174           Electricity output (GWh)-autoproducer electricity plants
#> 14175           Electricity output (GWh)-autoproducer electricity plants
#> 14176           Electricity output (GWh)-autoproducer electricity plants
#> 14177           Electricity output (GWh)-autoproducer electricity plants
#> 14178           Electricity output (GWh)-autoproducer electricity plants
#> 14179           Electricity output (GWh)-autoproducer electricity plants
#> 14180           Electricity output (GWh)-autoproducer electricity plants
#> 14181           Electricity output (GWh)-autoproducer electricity plants
#> 14182           Electricity output (GWh)-autoproducer electricity plants
#> 14183           Electricity output (GWh)-autoproducer electricity plants
#> 14184           Electricity output (GWh)-autoproducer electricity plants
#> 14185           Electricity output (GWh)-autoproducer electricity plants
#> 14186           Electricity output (GWh)-autoproducer electricity plants
#> 14187           Electricity output (GWh)-autoproducer electricity plants
#> 14188           Electricity output (GWh)-autoproducer electricity plants
#> 14189           Electricity output (GWh)-autoproducer electricity plants
#> 14190           Electricity output (GWh)-autoproducer electricity plants
#> 14191           Electricity output (GWh)-autoproducer electricity plants
#> 14192           Electricity output (GWh)-autoproducer electricity plants
#> 14193           Electricity output (GWh)-autoproducer electricity plants
#> 14194           Electricity output (GWh)-autoproducer electricity plants
#> 14195           Electricity output (GWh)-autoproducer electricity plants
#> 14196           Electricity output (GWh)-autoproducer electricity plants
#> 14197           Electricity output (GWh)-autoproducer electricity plants
#> 14198           Electricity output (GWh)-autoproducer electricity plants
#> 14199           Electricity output (GWh)-autoproducer electricity plants
#> 14200           Electricity output (GWh)-autoproducer electricity plants
#> 14201           Electricity output (GWh)-autoproducer electricity plants
#> 14202           Electricity output (GWh)-autoproducer electricity plants
#> 14203           Electricity output (GWh)-autoproducer electricity plants
#> 14204           Electricity output (GWh)-autoproducer electricity plants
#> 14205           Electricity output (GWh)-autoproducer electricity plants
#> 14206           Electricity output (GWh)-autoproducer electricity plants
#> 14207           Electricity output (GWh)-autoproducer electricity plants
#> 14208           Electricity output (GWh)-autoproducer electricity plants
#> 14209           Electricity output (GWh)-autoproducer electricity plants
#> 14210           Electricity output (GWh)-autoproducer electricity plants
#> 14211           Electricity output (GWh)-autoproducer electricity plants
#> 14212           Electricity output (GWh)-autoproducer electricity plants
#> 14213         Electricity output (GWh)-main activity producer CHP plants
#> 14214         Electricity output (GWh)-main activity producer CHP plants
#> 14215         Electricity output (GWh)-main activity producer CHP plants
#> 14216         Electricity output (GWh)-main activity producer CHP plants
#> 14217         Electricity output (GWh)-main activity producer CHP plants
#> 14218         Electricity output (GWh)-main activity producer CHP plants
#> 14219         Electricity output (GWh)-main activity producer CHP plants
#> 14220         Electricity output (GWh)-main activity producer CHP plants
#> 14221         Electricity output (GWh)-main activity producer CHP plants
#> 14222         Electricity output (GWh)-main activity producer CHP plants
#> 14223         Electricity output (GWh)-main activity producer CHP plants
#> 14224         Electricity output (GWh)-main activity producer CHP plants
#> 14225         Electricity output (GWh)-main activity producer CHP plants
#> 14226         Electricity output (GWh)-main activity producer CHP plants
#> 14227         Electricity output (GWh)-main activity producer CHP plants
#> 14228         Electricity output (GWh)-main activity producer CHP plants
#> 14229         Electricity output (GWh)-main activity producer CHP plants
#> 14230         Electricity output (GWh)-main activity producer CHP plants
#> 14231         Electricity output (GWh)-main activity producer CHP plants
#> 14232         Electricity output (GWh)-main activity producer CHP plants
#> 14233         Electricity output (GWh)-main activity producer CHP plants
#> 14234         Electricity output (GWh)-main activity producer CHP plants
#> 14235         Electricity output (GWh)-main activity producer CHP plants
#> 14236         Electricity output (GWh)-main activity producer CHP plants
#> 14237         Electricity output (GWh)-main activity producer CHP plants
#> 14238         Electricity output (GWh)-main activity producer CHP plants
#> 14239         Electricity output (GWh)-main activity producer CHP plants
#> 14240         Electricity output (GWh)-main activity producer CHP plants
#> 14241         Electricity output (GWh)-main activity producer CHP plants
#> 14242         Electricity output (GWh)-main activity producer CHP plants
#> 14243         Electricity output (GWh)-main activity producer CHP plants
#> 14244         Electricity output (GWh)-main activity producer CHP plants
#> 14245         Electricity output (GWh)-main activity producer CHP plants
#> 14246         Electricity output (GWh)-main activity producer CHP plants
#> 14247         Electricity output (GWh)-main activity producer CHP plants
#> 14248         Electricity output (GWh)-main activity producer CHP plants
#> 14249         Electricity output (GWh)-main activity producer CHP plants
#> 14250         Electricity output (GWh)-main activity producer CHP plants
#> 14251         Electricity output (GWh)-main activity producer CHP plants
#> 14252         Electricity output (GWh)-main activity producer CHP plants
#> 14253         Electricity output (GWh)-main activity producer CHP plants
#> 14254         Electricity output (GWh)-main activity producer CHP plants
#> 14255         Electricity output (GWh)-main activity producer CHP plants
#> 14256         Electricity output (GWh)-main activity producer CHP plants
#> 14257         Electricity output (GWh)-main activity producer CHP plants
#> 14258         Electricity output (GWh)-main activity producer CHP plants
#> 14259         Electricity output (GWh)-main activity producer CHP plants
#> 14260         Electricity output (GWh)-main activity producer CHP plants
#> 14261         Electricity output (GWh)-main activity producer CHP plants
#> 14262         Electricity output (GWh)-main activity producer CHP plants
#> 14263         Electricity output (GWh)-main activity producer CHP plants
#> 14264         Electricity output (GWh)-main activity producer CHP plants
#> 14265         Electricity output (GWh)-main activity producer CHP plants
#> 14266         Electricity output (GWh)-main activity producer CHP plants
#> 14267         Electricity output (GWh)-main activity producer CHP plants
#> 14268         Electricity output (GWh)-main activity producer CHP plants
#> 14269         Electricity output (GWh)-main activity producer CHP plants
#> 14270         Electricity output (GWh)-main activity producer CHP plants
#> 14271         Electricity output (GWh)-main activity producer CHP plants
#> 14272         Electricity output (GWh)-main activity producer CHP plants
#> 14273         Electricity output (GWh)-main activity producer CHP plants
#> 14274         Electricity output (GWh)-main activity producer CHP plants
#> 14275         Electricity output (GWh)-main activity producer CHP plants
#> 14276         Electricity output (GWh)-main activity producer CHP plants
#> 14277         Electricity output (GWh)-main activity producer CHP plants
#> 14278         Electricity output (GWh)-main activity producer CHP plants
#> 14279         Electricity output (GWh)-main activity producer CHP plants
#> 14280         Electricity output (GWh)-main activity producer CHP plants
#> 14281                   Electricity output (GWh)-autoproducer CHP plants
#> 14282                   Electricity output (GWh)-autoproducer CHP plants
#> 14283                   Electricity output (GWh)-autoproducer CHP plants
#> 14284                   Electricity output (GWh)-autoproducer CHP plants
#> 14285                   Electricity output (GWh)-autoproducer CHP plants
#> 14286                   Electricity output (GWh)-autoproducer CHP plants
#> 14287                   Electricity output (GWh)-autoproducer CHP plants
#> 14288                   Electricity output (GWh)-autoproducer CHP plants
#> 14289                   Electricity output (GWh)-autoproducer CHP plants
#> 14290                   Electricity output (GWh)-autoproducer CHP plants
#> 14291                   Electricity output (GWh)-autoproducer CHP plants
#> 14292                   Electricity output (GWh)-autoproducer CHP plants
#> 14293                   Electricity output (GWh)-autoproducer CHP plants
#> 14294                   Electricity output (GWh)-autoproducer CHP plants
#> 14295                   Electricity output (GWh)-autoproducer CHP plants
#> 14296                   Electricity output (GWh)-autoproducer CHP plants
#> 14297                   Electricity output (GWh)-autoproducer CHP plants
#> 14298                   Electricity output (GWh)-autoproducer CHP plants
#> 14299                   Electricity output (GWh)-autoproducer CHP plants
#> 14300                   Electricity output (GWh)-autoproducer CHP plants
#> 14301                   Electricity output (GWh)-autoproducer CHP plants
#> 14302                   Electricity output (GWh)-autoproducer CHP plants
#> 14303                   Electricity output (GWh)-autoproducer CHP plants
#> 14304                   Electricity output (GWh)-autoproducer CHP plants
#> 14305                   Electricity output (GWh)-autoproducer CHP plants
#> 14306                   Electricity output (GWh)-autoproducer CHP plants
#> 14307                   Electricity output (GWh)-autoproducer CHP plants
#> 14308                   Electricity output (GWh)-autoproducer CHP plants
#> 14309                   Electricity output (GWh)-autoproducer CHP plants
#> 14310                   Electricity output (GWh)-autoproducer CHP plants
#> 14311                   Electricity output (GWh)-autoproducer CHP plants
#> 14312                   Electricity output (GWh)-autoproducer CHP plants
#> 14313                   Electricity output (GWh)-autoproducer CHP plants
#> 14314                   Electricity output (GWh)-autoproducer CHP plants
#> 14315                   Electricity output (GWh)-autoproducer CHP plants
#> 14316                   Electricity output (GWh)-autoproducer CHP plants
#> 14317                   Electricity output (GWh)-autoproducer CHP plants
#> 14318                   Electricity output (GWh)-autoproducer CHP plants
#> 14319                   Electricity output (GWh)-autoproducer CHP plants
#> 14320                   Electricity output (GWh)-autoproducer CHP plants
#> 14321                   Electricity output (GWh)-autoproducer CHP plants
#> 14322                   Electricity output (GWh)-autoproducer CHP plants
#> 14323                   Electricity output (GWh)-autoproducer CHP plants
#> 14324                   Electricity output (GWh)-autoproducer CHP plants
#> 14325                   Electricity output (GWh)-autoproducer CHP plants
#> 14326                   Electricity output (GWh)-autoproducer CHP plants
#> 14327                   Electricity output (GWh)-autoproducer CHP plants
#> 14328                   Electricity output (GWh)-autoproducer CHP plants
#> 14329                   Electricity output (GWh)-autoproducer CHP plants
#> 14330                   Electricity output (GWh)-autoproducer CHP plants
#> 14331                   Electricity output (GWh)-autoproducer CHP plants
#> 14332                   Electricity output (GWh)-autoproducer CHP plants
#> 14333                   Electricity output (GWh)-autoproducer CHP plants
#> 14334                   Electricity output (GWh)-autoproducer CHP plants
#> 14335                   Electricity output (GWh)-autoproducer CHP plants
#> 14336                   Electricity output (GWh)-autoproducer CHP plants
#> 14337                   Electricity output (GWh)-autoproducer CHP plants
#> 14338                   Electricity output (GWh)-autoproducer CHP plants
#> 14339                   Electricity output (GWh)-autoproducer CHP plants
#> 14340                   Electricity output (GWh)-autoproducer CHP plants
#> 14341                   Electricity output (GWh)-autoproducer CHP plants
#> 14342                   Electricity output (GWh)-autoproducer CHP plants
#> 14343                   Electricity output (GWh)-autoproducer CHP plants
#> 14344                   Electricity output (GWh)-autoproducer CHP plants
#> 14345                   Electricity output (GWh)-autoproducer CHP plants
#> 14346                   Electricity output (GWh)-autoproducer CHP plants
#> 14347                   Electricity output (GWh)-autoproducer CHP plants
#> 14348                   Electricity output (GWh)-autoproducer CHP plants
#> 14349                                                        Heat output
#> 14350                                                        Heat output
#> 14351                                                        Heat output
#> 14352                                                        Heat output
#> 14353                                                        Heat output
#> 14354                                                        Heat output
#> 14355                                                        Heat output
#> 14356                                                        Heat output
#> 14357                                                        Heat output
#> 14358                                                        Heat output
#> 14359                                                        Heat output
#> 14360                                                        Heat output
#> 14361                                                        Heat output
#> 14362                                                        Heat output
#> 14363                                                        Heat output
#> 14364                                                        Heat output
#> 14365                                                        Heat output
#> 14366                                                        Heat output
#> 14367                                                        Heat output
#> 14368                                                        Heat output
#> 14369                                                        Heat output
#> 14370                                                        Heat output
#> 14371                                                        Heat output
#> 14372                                                        Heat output
#> 14373                                                        Heat output
#> 14374                                                        Heat output
#> 14375                                                        Heat output
#> 14376                                                        Heat output
#> 14377                                                        Heat output
#> 14378                                                        Heat output
#> 14379                                                        Heat output
#> 14380                                                        Heat output
#> 14381                                                        Heat output
#> 14382                                                        Heat output
#> 14383                                                        Heat output
#> 14384                                                        Heat output
#> 14385                                                        Heat output
#> 14386                                                        Heat output
#> 14387                                                        Heat output
#> 14388                                                        Heat output
#> 14389                                                        Heat output
#> 14390                                                        Heat output
#> 14391                                                        Heat output
#> 14392                                                        Heat output
#> 14393                                                        Heat output
#> 14394                                                        Heat output
#> 14395                                                        Heat output
#> 14396                                                        Heat output
#> 14397                                                        Heat output
#> 14398                                                        Heat output
#> 14399                                                        Heat output
#> 14400                                                        Heat output
#> 14401                                                        Heat output
#> 14402                                                        Heat output
#> 14403                                                        Heat output
#> 14404                                                        Heat output
#> 14405                                                        Heat output
#> 14406                                                        Heat output
#> 14407                                                        Heat output
#> 14408                                                        Heat output
#> 14409                                                        Heat output
#> 14410                                                        Heat output
#> 14411                                                        Heat output
#> 14412                                                        Heat output
#> 14413                                                        Heat output
#> 14414                                                        Heat output
#> 14415                                                        Heat output
#> 14416                                                        Heat output
#> 14417                      Heat output-main activity producer CHP plants
#> 14418                      Heat output-main activity producer CHP plants
#> 14419                      Heat output-main activity producer CHP plants
#> 14420                      Heat output-main activity producer CHP plants
#> 14421                      Heat output-main activity producer CHP plants
#> 14422                      Heat output-main activity producer CHP plants
#> 14423                      Heat output-main activity producer CHP plants
#> 14424                      Heat output-main activity producer CHP plants
#> 14425                      Heat output-main activity producer CHP plants
#> 14426                      Heat output-main activity producer CHP plants
#> 14427                      Heat output-main activity producer CHP plants
#> 14428                      Heat output-main activity producer CHP plants
#> 14429                      Heat output-main activity producer CHP plants
#> 14430                      Heat output-main activity producer CHP plants
#> 14431                      Heat output-main activity producer CHP plants
#> 14432                      Heat output-main activity producer CHP plants
#> 14433                      Heat output-main activity producer CHP plants
#> 14434                      Heat output-main activity producer CHP plants
#> 14435                      Heat output-main activity producer CHP plants
#> 14436                      Heat output-main activity producer CHP plants
#> 14437                      Heat output-main activity producer CHP plants
#> 14438                      Heat output-main activity producer CHP plants
#> 14439                      Heat output-main activity producer CHP plants
#> 14440                      Heat output-main activity producer CHP plants
#> 14441                      Heat output-main activity producer CHP plants
#> 14442                      Heat output-main activity producer CHP plants
#> 14443                      Heat output-main activity producer CHP plants
#> 14444                      Heat output-main activity producer CHP plants
#> 14445                      Heat output-main activity producer CHP plants
#> 14446                      Heat output-main activity producer CHP plants
#> 14447                      Heat output-main activity producer CHP plants
#> 14448                      Heat output-main activity producer CHP plants
#> 14449                      Heat output-main activity producer CHP plants
#> 14450                      Heat output-main activity producer CHP plants
#> 14451                      Heat output-main activity producer CHP plants
#> 14452                      Heat output-main activity producer CHP plants
#> 14453                      Heat output-main activity producer CHP plants
#> 14454                      Heat output-main activity producer CHP plants
#> 14455                      Heat output-main activity producer CHP plants
#> 14456                      Heat output-main activity producer CHP plants
#> 14457                      Heat output-main activity producer CHP plants
#> 14458                      Heat output-main activity producer CHP plants
#> 14459                      Heat output-main activity producer CHP plants
#> 14460                      Heat output-main activity producer CHP plants
#> 14461                      Heat output-main activity producer CHP plants
#> 14462                      Heat output-main activity producer CHP plants
#> 14463                      Heat output-main activity producer CHP plants
#> 14464                      Heat output-main activity producer CHP plants
#> 14465                      Heat output-main activity producer CHP plants
#> 14466                      Heat output-main activity producer CHP plants
#> 14467                      Heat output-main activity producer CHP plants
#> 14468                      Heat output-main activity producer CHP plants
#> 14469                      Heat output-main activity producer CHP plants
#> 14470                      Heat output-main activity producer CHP plants
#> 14471                      Heat output-main activity producer CHP plants
#> 14472                      Heat output-main activity producer CHP plants
#> 14473                      Heat output-main activity producer CHP plants
#> 14474                      Heat output-main activity producer CHP plants
#> 14475                      Heat output-main activity producer CHP plants
#> 14476                      Heat output-main activity producer CHP plants
#> 14477                      Heat output-main activity producer CHP plants
#> 14478                      Heat output-main activity producer CHP plants
#> 14479                      Heat output-main activity producer CHP plants
#> 14480                      Heat output-main activity producer CHP plants
#> 14481                      Heat output-main activity producer CHP plants
#> 14482                      Heat output-main activity producer CHP plants
#> 14483                      Heat output-main activity producer CHP plants
#> 14484                      Heat output-main activity producer CHP plants
#> 14485                                Heat output-autoproducer CHP plants
#> 14486                                Heat output-autoproducer CHP plants
#> 14487                                Heat output-autoproducer CHP plants
#> 14488                                Heat output-autoproducer CHP plants
#> 14489                                Heat output-autoproducer CHP plants
#> 14490                                Heat output-autoproducer CHP plants
#> 14491                                Heat output-autoproducer CHP plants
#> 14492                                Heat output-autoproducer CHP plants
#> 14493                                Heat output-autoproducer CHP plants
#> 14494                                Heat output-autoproducer CHP plants
#> 14495                                Heat output-autoproducer CHP plants
#> 14496                                Heat output-autoproducer CHP plants
#> 14497                                Heat output-autoproducer CHP plants
#> 14498                                Heat output-autoproducer CHP plants
#> 14499                                Heat output-autoproducer CHP plants
#> 14500                                Heat output-autoproducer CHP plants
#> 14501                                Heat output-autoproducer CHP plants
#> 14502                                Heat output-autoproducer CHP plants
#> 14503                                Heat output-autoproducer CHP plants
#> 14504                                Heat output-autoproducer CHP plants
#> 14505                                Heat output-autoproducer CHP plants
#> 14506                                Heat output-autoproducer CHP plants
#> 14507                                Heat output-autoproducer CHP plants
#> 14508                                Heat output-autoproducer CHP plants
#> 14509                                Heat output-autoproducer CHP plants
#> 14510                                Heat output-autoproducer CHP plants
#> 14511                                Heat output-autoproducer CHP plants
#> 14512                                Heat output-autoproducer CHP plants
#> 14513                                Heat output-autoproducer CHP plants
#> 14514                                Heat output-autoproducer CHP plants
#> 14515                                Heat output-autoproducer CHP plants
#> 14516                                Heat output-autoproducer CHP plants
#> 14517                                Heat output-autoproducer CHP plants
#> 14518                                Heat output-autoproducer CHP plants
#> 14519                                Heat output-autoproducer CHP plants
#> 14520                                Heat output-autoproducer CHP plants
#> 14521                                Heat output-autoproducer CHP plants
#> 14522                                Heat output-autoproducer CHP plants
#> 14523                                Heat output-autoproducer CHP plants
#> 14524                                Heat output-autoproducer CHP plants
#> 14525                                Heat output-autoproducer CHP plants
#> 14526                                Heat output-autoproducer CHP plants
#> 14527                                Heat output-autoproducer CHP plants
#> 14528                                Heat output-autoproducer CHP plants
#> 14529                                Heat output-autoproducer CHP plants
#> 14530                                Heat output-autoproducer CHP plants
#> 14531                                Heat output-autoproducer CHP plants
#> 14532                                Heat output-autoproducer CHP plants
#> 14533                                Heat output-autoproducer CHP plants
#> 14534                                Heat output-autoproducer CHP plants
#> 14535                                Heat output-autoproducer CHP plants
#> 14536                                Heat output-autoproducer CHP plants
#> 14537                                Heat output-autoproducer CHP plants
#> 14538                                Heat output-autoproducer CHP plants
#> 14539                                Heat output-autoproducer CHP plants
#> 14540                                Heat output-autoproducer CHP plants
#> 14541                                Heat output-autoproducer CHP plants
#> 14542                                Heat output-autoproducer CHP plants
#> 14543                                Heat output-autoproducer CHP plants
#> 14544                                Heat output-autoproducer CHP plants
#> 14545                                Heat output-autoproducer CHP plants
#> 14546                                Heat output-autoproducer CHP plants
#> 14547                                Heat output-autoproducer CHP plants
#> 14548                                Heat output-autoproducer CHP plants
#> 14549                                Heat output-autoproducer CHP plants
#> 14550                                Heat output-autoproducer CHP plants
#> 14551                                Heat output-autoproducer CHP plants
#> 14552                                Heat output-autoproducer CHP plants
#> 14553                     Heat output-main activity producer heat plants
#> 14554                     Heat output-main activity producer heat plants
#> 14555                     Heat output-main activity producer heat plants
#> 14556                     Heat output-main activity producer heat plants
#> 14557                     Heat output-main activity producer heat plants
#> 14558                     Heat output-main activity producer heat plants
#> 14559                     Heat output-main activity producer heat plants
#> 14560                     Heat output-main activity producer heat plants
#> 14561                     Heat output-main activity producer heat plants
#> 14562                     Heat output-main activity producer heat plants
#> 14563                     Heat output-main activity producer heat plants
#> 14564                     Heat output-main activity producer heat plants
#> 14565                     Heat output-main activity producer heat plants
#> 14566                     Heat output-main activity producer heat plants
#> 14567                     Heat output-main activity producer heat plants
#> 14568                     Heat output-main activity producer heat plants
#> 14569                     Heat output-main activity producer heat plants
#> 14570                     Heat output-main activity producer heat plants
#> 14571                     Heat output-main activity producer heat plants
#> 14572                     Heat output-main activity producer heat plants
#> 14573                     Heat output-main activity producer heat plants
#> 14574                     Heat output-main activity producer heat plants
#> 14575                     Heat output-main activity producer heat plants
#> 14576                     Heat output-main activity producer heat plants
#> 14577                     Heat output-main activity producer heat plants
#> 14578                     Heat output-main activity producer heat plants
#> 14579                     Heat output-main activity producer heat plants
#> 14580                     Heat output-main activity producer heat plants
#> 14581                     Heat output-main activity producer heat plants
#> 14582                     Heat output-main activity producer heat plants
#> 14583                     Heat output-main activity producer heat plants
#> 14584                     Heat output-main activity producer heat plants
#> 14585                     Heat output-main activity producer heat plants
#> 14586                     Heat output-main activity producer heat plants
#> 14587                     Heat output-main activity producer heat plants
#> 14588                     Heat output-main activity producer heat plants
#> 14589                     Heat output-main activity producer heat plants
#> 14590                     Heat output-main activity producer heat plants
#> 14591                     Heat output-main activity producer heat plants
#> 14592                     Heat output-main activity producer heat plants
#> 14593                     Heat output-main activity producer heat plants
#> 14594                     Heat output-main activity producer heat plants
#> 14595                     Heat output-main activity producer heat plants
#> 14596                     Heat output-main activity producer heat plants
#> 14597                     Heat output-main activity producer heat plants
#> 14598                     Heat output-main activity producer heat plants
#> 14599                     Heat output-main activity producer heat plants
#> 14600                     Heat output-main activity producer heat plants
#> 14601                     Heat output-main activity producer heat plants
#> 14602                     Heat output-main activity producer heat plants
#> 14603                     Heat output-main activity producer heat plants
#> 14604                     Heat output-main activity producer heat plants
#> 14605                     Heat output-main activity producer heat plants
#> 14606                     Heat output-main activity producer heat plants
#> 14607                     Heat output-main activity producer heat plants
#> 14608                     Heat output-main activity producer heat plants
#> 14609                     Heat output-main activity producer heat plants
#> 14610                     Heat output-main activity producer heat plants
#> 14611                     Heat output-main activity producer heat plants
#> 14612                     Heat output-main activity producer heat plants
#> 14613                     Heat output-main activity producer heat plants
#> 14614                     Heat output-main activity producer heat plants
#> 14615                     Heat output-main activity producer heat plants
#> 14616                     Heat output-main activity producer heat plants
#> 14617                     Heat output-main activity producer heat plants
#> 14618                     Heat output-main activity producer heat plants
#> 14619                     Heat output-main activity producer heat plants
#> 14620                     Heat output-main activity producer heat plants
#> 14621                               Heat output-autoproducer heat plants
#> 14622                               Heat output-autoproducer heat plants
#> 14623                               Heat output-autoproducer heat plants
#> 14624                               Heat output-autoproducer heat plants
#> 14625                               Heat output-autoproducer heat plants
#> 14626                               Heat output-autoproducer heat plants
#> 14627                               Heat output-autoproducer heat plants
#> 14628                               Heat output-autoproducer heat plants
#> 14629                               Heat output-autoproducer heat plants
#> 14630                               Heat output-autoproducer heat plants
#> 14631                               Heat output-autoproducer heat plants
#> 14632                               Heat output-autoproducer heat plants
#> 14633                               Heat output-autoproducer heat plants
#> 14634                               Heat output-autoproducer heat plants
#> 14635                               Heat output-autoproducer heat plants
#> 14636                               Heat output-autoproducer heat plants
#> 14637                               Heat output-autoproducer heat plants
#> 14638                               Heat output-autoproducer heat plants
#> 14639                               Heat output-autoproducer heat plants
#> 14640                               Heat output-autoproducer heat plants
#> 14641                               Heat output-autoproducer heat plants
#> 14642                               Heat output-autoproducer heat plants
#> 14643                               Heat output-autoproducer heat plants
#> 14644                               Heat output-autoproducer heat plants
#> 14645                               Heat output-autoproducer heat plants
#> 14646                               Heat output-autoproducer heat plants
#> 14647                               Heat output-autoproducer heat plants
#> 14648                               Heat output-autoproducer heat plants
#> 14649                               Heat output-autoproducer heat plants
#> 14650                               Heat output-autoproducer heat plants
#> 14651                               Heat output-autoproducer heat plants
#> 14652                               Heat output-autoproducer heat plants
#> 14653                               Heat output-autoproducer heat plants
#> 14654                               Heat output-autoproducer heat plants
#> 14655                               Heat output-autoproducer heat plants
#> 14656                               Heat output-autoproducer heat plants
#> 14657                               Heat output-autoproducer heat plants
#> 14658                               Heat output-autoproducer heat plants
#> 14659                               Heat output-autoproducer heat plants
#> 14660                               Heat output-autoproducer heat plants
#> 14661                               Heat output-autoproducer heat plants
#> 14662                               Heat output-autoproducer heat plants
#> 14663                               Heat output-autoproducer heat plants
#> 14664                               Heat output-autoproducer heat plants
#> 14665                               Heat output-autoproducer heat plants
#> 14666                               Heat output-autoproducer heat plants
#> 14667                               Heat output-autoproducer heat plants
#> 14668                               Heat output-autoproducer heat plants
#> 14669                               Heat output-autoproducer heat plants
#> 14670                               Heat output-autoproducer heat plants
#> 14671                               Heat output-autoproducer heat plants
#> 14672                               Heat output-autoproducer heat plants
#> 14673                               Heat output-autoproducer heat plants
#> 14674                               Heat output-autoproducer heat plants
#> 14675                               Heat output-autoproducer heat plants
#> 14676                               Heat output-autoproducer heat plants
#> 14677                               Heat output-autoproducer heat plants
#> 14678                               Heat output-autoproducer heat plants
#> 14679                               Heat output-autoproducer heat plants
#> 14680                               Heat output-autoproducer heat plants
#> 14681                               Heat output-autoproducer heat plants
#> 14682                               Heat output-autoproducer heat plants
#> 14683                               Heat output-autoproducer heat plants
#> 14684                               Heat output-autoproducer heat plants
#> 14685                               Heat output-autoproducer heat plants
#> 14686                               Heat output-autoproducer heat plants
#> 14687                               Heat output-autoproducer heat plants
#> 14688                               Heat output-autoproducer heat plants
#>                                                      Product         1971
#> 1                                   Hard coal (if no detail)       0.0000
#> 2                                  Brown coal (if no detail)       0.0000
#> 3                                                 Anthracite       0.0000
#> 4                                                Coking coal       0.0000
#> 5                                      Other bituminous coal       0.0000
#> 6                                        Sub-bituminous coal       0.0000
#> 7                                                    Lignite       0.0000
#> 8                                                Patent fuel       0.0000
#> 9                                             Coke oven coke       0.0000
#> 10                                                  Gas coke       0.0000
#> 11                                                  Coal tar       0.0000
#> 12                                                       BKB       0.0000
#> 13                                             Gas works gas       0.0000
#> 14                                             Coke oven gas       0.0000
#> 15                                         Blast furnace gas       0.0000
#> 16                                     Other recovered gases       0.0000
#> 17                                                      Peat       0.0000
#> 18                                             Peat products       0.0000
#> 19                                   Oil shale and oil sands       0.0000
#> 20                                               Natural gas       0.0000
#> 21                       Crude/NGL/feedstocks (if no detail)       0.0000
#> 22                                                 Crude oil       0.0000
#> 23                                       Natural gas liquids       0.0000
#> 24                                       Refinery feedstocks       0.0000
#> 25                             Additives/blending components       0.0000
#> 26                                        Other hydrocarbons       0.0000
#> 27                                              Refinery gas       0.0000
#> 28                                                    Ethane       0.0000
#> 29                           Liquefied petroleum gases (LPG)       0.0000
#> 30                             Motor gasoline excl. biofuels       0.0000
#> 31                                         Aviation gasoline       0.0000
#> 32                                    Gasoline type jet fuel       0.0000
#> 33                     Kerosene type jet fuel excl. biofuels       0.0000
#> 34                                            Other kerosene       0.0000
#> 35                             Gas/diesel oil excl. biofuels       0.0000
#> 36                                                  Fuel oil       0.0000
#> 37                                                   Naphtha       0.0000
#> 38                                        White spirit & SBP       0.0000
#> 39                                                Lubricants       0.0000
#> 40                                                   Bitumen       0.0000
#> 41                                            Paraffin waxes       0.0000
#> 42                                            Petroleum coke       0.0000
#> 43                                        Other oil products       0.0000
#> 44                                          Industrial waste       0.0000
#> 45                               Municipal waste (renewable)       0.0000
#> 46                           Municipal waste (non-renewable)       0.0000
#> 47                                    Primary solid biofuels   87399.9985
#> 48                                                  Biogases       0.0000
#> 49                                               Biogasoline       0.0000
#> 50                                                Biodiesels       0.0000
#> 51                                          Bio jet kerosene       0.0000
#> 52                                     Other liquid biofuels       0.0000
#> 53                  Non-specified primary biofuels and waste       0.0000
#> 54                                                  Charcoal       0.0000
#> 55    Elec/heat output from non-specified manufactured gases       0.0000
#> 56          Heat output from non-specified combustible fuels       0.0000
#> 57                                                   Nuclear       0.0000
#> 58                                                     Hydro   10472.4010
#> 59                                                Geothermal       0.0000
#> 60                                       Solar photovoltaics       0.0000
#> 61                                             Solar thermal       0.0000
#> 62                                      Tide, wave and ocean       0.0000
#> 63                                                      Wind       0.0000
#> 64                                             Other sources       0.0000
#> 65                                               Electricity       0.0000
#> 66                                                      Heat       0.0000
#> 67                                                     Total   97872.3994
#> 68                                          Memo: Renewables   97872.3994
#> 69                                  Hard coal (if no detail)       0.0000
#> 70                                 Brown coal (if no detail)       0.0000
#> 71                                                Anthracite       0.0000
#> 72                                               Coking coal       0.0000
#> 73                                     Other bituminous coal       0.0000
#> 74                                       Sub-bituminous coal       0.0000
#> 75                                                   Lignite       0.0000
#> 76                                               Patent fuel       0.0000
#> 77                                            Coke oven coke       0.0000
#> 78                                                  Gas coke       0.0000
#> 79                                                  Coal tar       0.0000
#> 80                                                       BKB       0.0000
#> 81                                             Gas works gas       0.0000
#> 82                                             Coke oven gas       0.0000
#> 83                                         Blast furnace gas       0.0000
#> 84                                     Other recovered gases       0.0000
#> 85                                                      Peat       0.0000
#> 86                                             Peat products       0.0000
#> 87                                   Oil shale and oil sands       0.0000
#> 88                                               Natural gas       0.0000
#> 89                       Crude/NGL/feedstocks (if no detail)       0.0000
#> 90                                                 Crude oil   38359.8007
#> 91                                       Natural gas liquids       0.0000
#> 92                                       Refinery feedstocks       0.0000
#> 93                             Additives/blending components       0.0000
#> 94                                        Other hydrocarbons       0.0000
#> 95                                              Refinery gas       0.0000
#> 96                                                    Ethane       0.0000
#> 97                           Liquefied petroleum gases (LPG)       0.0000
#> 98                             Motor gasoline excl. biofuels       0.0000
#> 99                                         Aviation gasoline      44.7988
#> 100                                   Gasoline type jet fuel       0.0000
#> 101                    Kerosene type jet fuel excl. biofuels     892.0019
#> 102                                           Other kerosene      43.7981
#> 103                            Gas/diesel oil excl. biofuels       0.0000
#> 104                                                 Fuel oil       0.0000
#> 105                                                  Naphtha       0.0000
#> 106                                       White spirit & SBP       0.0000
#> 107                                               Lubricants     755.9979
#> 108                                                  Bitumen       0.0000
#> 109                                           Paraffin waxes       0.0000
#> 110                                           Petroleum coke       0.0000
#> 111                                       Other oil products       0.0000
#> 112                                         Industrial waste       0.0000
#> 113                              Municipal waste (renewable)       0.0000
#> 114                          Municipal waste (non-renewable)       0.0000
#> 115                                   Primary solid biofuels       0.0000
#> 116                                                 Biogases       0.0000
#> 117                                              Biogasoline       0.0000
#> 118                                               Biodiesels       0.0000
#> 119                                         Bio jet kerosene       0.0000
#> 120                                    Other liquid biofuels       0.0000
#> 121                 Non-specified primary biofuels and waste       0.0000
#> 122                                                 Charcoal       0.0000
#> 123   Elec/heat output from non-specified manufactured gases       0.0000
#> 124         Heat output from non-specified combustible fuels       0.0000
#> 125                                                  Nuclear       0.0000
#> 126                                                    Hydro       0.0000
#> 127                                               Geothermal       0.0000
#> 128                                      Solar photovoltaics       0.0000
#> 129                                            Solar thermal       0.0000
#> 130                                     Tide, wave and ocean       0.0000
#> 131                                                     Wind       0.0000
#> 132                                            Other sources       0.0000
#> 133                                              Electricity       0.0000
#> 134                                                     Heat       0.0000
#> 135                                                    Total   40096.3974
#> 136                                         Memo: Renewables       0.0000
#> 137                                 Hard coal (if no detail)       0.0000
#> 138                                Brown coal (if no detail)       0.0000
#> 139                                               Anthracite       0.0000
#> 140                                              Coking coal       0.0000
#> 141                                    Other bituminous coal       0.0000
#> 142                                      Sub-bituminous coal       0.0000
#> 143                                                  Lignite       0.0000
#> 144                                              Patent fuel       0.0000
#> 145                                           Coke oven coke       0.0000
#> 146                                                 Gas coke       0.0000
#> 147                                                 Coal tar       0.0000
#> 148                                                      BKB       0.0000
#> 149                                            Gas works gas       0.0000
#> 150                                            Coke oven gas       0.0000
#> 151                                        Blast furnace gas       0.0000
#> 152                                    Other recovered gases       0.0000
#> 153                                                     Peat       0.0000
#> 154                                            Peat products       0.0000
#> 155                                  Oil shale and oil sands       0.0000
#> 156                                              Natural gas       0.0000
#> 157                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 158                                                Crude oil       0.0000
#> 159                                      Natural gas liquids       0.0000
#> 160                                      Refinery feedstocks       0.0000
#> 161                            Additives/blending components       0.0000
#> 162                                       Other hydrocarbons       0.0000
#> 163                                             Refinery gas       0.0000
#> 164                                                   Ethane       0.0000
#> 165                          Liquefied petroleum gases (LPG)       0.0000
#> 166                            Motor gasoline excl. biofuels    -179.1992
#> 167                                        Aviation gasoline       0.0000
#> 168                                   Gasoline type jet fuel       0.0000
#> 169                    Kerosene type jet fuel excl. biofuels       0.0000
#> 170                                           Other kerosene    -175.2008
#> 171                            Gas/diesel oil excl. biofuels       0.0000
#> 172                                                 Fuel oil   -7437.0003
#> 173                                                  Naphtha       0.0000
#> 174                                       White spirit & SBP       0.0000
#> 175                                               Lubricants       0.0000
#> 176                                                  Bitumen       0.0000
#> 177                                           Paraffin waxes       0.0000
#> 178                                           Petroleum coke       0.0000
#> 179                                       Other oil products       0.0000
#> 180                                         Industrial waste       0.0000
#> 181                              Municipal waste (renewable)       0.0000
#> 182                          Municipal waste (non-renewable)       0.0000
#> 183                                   Primary solid biofuels       0.0000
#> 184                                                 Biogases       0.0000
#> 185                                              Biogasoline       0.0000
#> 186                                               Biodiesels       0.0000
#> 187                                         Bio jet kerosene       0.0000
#> 188                                    Other liquid biofuels       0.0000
#> 189                 Non-specified primary biofuels and waste       0.0000
#> 190                                                 Charcoal       0.0000
#> 191   Elec/heat output from non-specified manufactured gases       0.0000
#> 192         Heat output from non-specified combustible fuels       0.0000
#> 193                                                  Nuclear       0.0000
#> 194                                                    Hydro       0.0000
#> 195                                               Geothermal       0.0000
#> 196                                      Solar photovoltaics       0.0000
#> 197                                            Solar thermal       0.0000
#> 198                                     Tide, wave and ocean       0.0000
#> 199                                                     Wind       0.0000
#> 200                                            Other sources       0.0000
#> 201                                              Electricity       0.0000
#> 202                                                     Heat       0.0000
#> 203                                                    Total   -7791.4003
#> 204                                         Memo: Renewables       0.0000
#> 205                                 Hard coal (if no detail)       0.0000
#> 206                                Brown coal (if no detail)       0.0000
#> 207                                               Anthracite       0.0000
#> 208                                              Coking coal       0.0000
#> 209                                    Other bituminous coal       0.0000
#> 210                                      Sub-bituminous coal       0.0000
#> 211                                                  Lignite       0.0000
#> 212                                              Patent fuel       0.0000
#> 213                                           Coke oven coke       0.0000
#> 214                                                 Gas coke       0.0000
#> 215                                                 Coal tar       0.0000
#> 216                                                      BKB       0.0000
#> 217                                            Gas works gas       0.0000
#> 218                                            Coke oven gas       0.0000
#> 219                                        Blast furnace gas       0.0000
#> 220                                    Other recovered gases       0.0000
#> 221                                                     Peat       0.0000
#> 222                                            Peat products       0.0000
#> 223                                  Oil shale and oil sands       0.0000
#> 224                                              Natural gas       0.0000
#> 225                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 226                                                Crude oil       0.0000
#> 227                                      Natural gas liquids       0.0000
#> 228                                      Refinery feedstocks       0.0000
#> 229                            Additives/blending components       0.0000
#> 230                                       Other hydrocarbons       0.0000
#> 231                                             Refinery gas       0.0000
#> 232                                                   Ethane       0.0000
#> 233                          Liquefied petroleum gases (LPG)       0.0000
#> 234                            Motor gasoline excl. biofuels       0.0000
#> 235                                        Aviation gasoline       0.0000
#> 236                                   Gasoline type jet fuel       0.0000
#> 237                    Kerosene type jet fuel excl. biofuels       0.0000
#> 238                                           Other kerosene       0.0000
#> 239                            Gas/diesel oil excl. biofuels   -1212.4010
#> 240                                                 Fuel oil    -924.6004
#> 241                                                  Naphtha       0.0000
#> 242                                       White spirit & SBP       0.0000
#> 243                                               Lubricants       0.0000
#> 244                                                  Bitumen       0.0000
#> 245                                           Paraffin waxes       0.0000
#> 246                                           Petroleum coke       0.0000
#> 247                                       Other oil products       0.0000
#> 248                                         Industrial waste       0.0000
#> 249                              Municipal waste (renewable)       0.0000
#> 250                          Municipal waste (non-renewable)       0.0000
#> 251                                   Primary solid biofuels       0.0000
#> 252                                                 Biogases       0.0000
#> 253                                              Biogasoline       0.0000
#> 254                                               Biodiesels       0.0000
#> 255                                         Bio jet kerosene       0.0000
#> 256                                    Other liquid biofuels       0.0000
#> 257                 Non-specified primary biofuels and waste       0.0000
#> 258                                                 Charcoal       0.0000
#> 259   Elec/heat output from non-specified manufactured gases       0.0000
#> 260         Heat output from non-specified combustible fuels       0.0000
#> 261                                                  Nuclear       0.0000
#> 262                                                    Hydro       0.0000
#> 263                                               Geothermal       0.0000
#> 264                                      Solar photovoltaics       0.0000
#> 265                                            Solar thermal       0.0000
#> 266                                     Tide, wave and ocean       0.0000
#> 267                                                     Wind       0.0000
#> 268                                            Other sources       0.0000
#> 269                                              Electricity       0.0000
#> 270                                                     Heat       0.0000
#> 271                                                    Total   -2137.0013
#> 272                                         Memo: Renewables       0.0000
#> 273                                 Hard coal (if no detail)       0.0000
#> 274                                Brown coal (if no detail)       0.0000
#> 275                                               Anthracite       0.0000
#> 276                                              Coking coal       0.0000
#> 277                                    Other bituminous coal       0.0000
#> 278                                      Sub-bituminous coal       0.0000
#> 279                                                  Lignite       0.0000
#> 280                                              Patent fuel       0.0000
#> 281                                           Coke oven coke       0.0000
#> 282                                                 Gas coke       0.0000
#> 283                                                 Coal tar       0.0000
#> 284                                                      BKB       0.0000
#> 285                                            Gas works gas       0.0000
#> 286                                            Coke oven gas       0.0000
#> 287                                        Blast furnace gas       0.0000
#> 288                                    Other recovered gases       0.0000
#> 289                                                     Peat       0.0000
#> 290                                            Peat products       0.0000
#> 291                                  Oil shale and oil sands       0.0000
#> 292                                              Natural gas       0.0000
#> 293                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 294                                                Crude oil       0.0000
#> 295                                      Natural gas liquids       0.0000
#> 296                                      Refinery feedstocks       0.0000
#> 297                            Additives/blending components       0.0000
#> 298                                       Other hydrocarbons       0.0000
#> 299                                             Refinery gas       0.0000
#> 300                                                   Ethane       0.0000
#> 301                          Liquefied petroleum gases (LPG)       0.0000
#> 302                            Motor gasoline excl. biofuels       0.0000
#> 303                                        Aviation gasoline     -44.7988
#> 304                                   Gasoline type jet fuel       0.0000
#> 305                    Kerosene type jet fuel excl. biofuels   -1828.6016
#> 306                                           Other kerosene       0.0000
#> 307                            Gas/diesel oil excl. biofuels       0.0000
#> 308                                                 Fuel oil       0.0000
#> 309                                                  Naphtha       0.0000
#> 310                                       White spirit & SBP       0.0000
#> 311                                               Lubricants       0.0000
#> 312                                                  Bitumen       0.0000
#> 313                                           Paraffin waxes       0.0000
#> 314                                           Petroleum coke       0.0000
#> 315                                       Other oil products       0.0000
#> 316                                         Industrial waste       0.0000
#> 317                              Municipal waste (renewable)       0.0000
#> 318                          Municipal waste (non-renewable)       0.0000
#> 319                                   Primary solid biofuels       0.0000
#> 320                                                 Biogases       0.0000
#> 321                                              Biogasoline       0.0000
#> 322                                               Biodiesels       0.0000
#> 323                                         Bio jet kerosene       0.0000
#> 324                                    Other liquid biofuels       0.0000
#> 325                 Non-specified primary biofuels and waste       0.0000
#> 326                                                 Charcoal       0.0000
#> 327   Elec/heat output from non-specified manufactured gases       0.0000
#> 328         Heat output from non-specified combustible fuels       0.0000
#> 329                                                  Nuclear       0.0000
#> 330                                                    Hydro       0.0000
#> 331                                               Geothermal       0.0000
#> 332                                      Solar photovoltaics       0.0000
#> 333                                            Solar thermal       0.0000
#> 334                                     Tide, wave and ocean       0.0000
#> 335                                                     Wind       0.0000
#> 336                                            Other sources       0.0000
#> 337                                              Electricity       0.0000
#> 338                                                     Heat       0.0000
#> 339                                                    Total   -1873.4004
#> 340                                         Memo: Renewables       0.0000
#> 341                                 Hard coal (if no detail)       0.0000
#> 342                                Brown coal (if no detail)       0.0000
#> 343                                               Anthracite       0.0000
#> 344                                              Coking coal       0.0000
#> 345                                    Other bituminous coal       0.0000
#> 346                                      Sub-bituminous coal       0.0000
#> 347                                                  Lignite       0.0000
#> 348                                              Patent fuel       0.0000
#> 349                                           Coke oven coke       0.0000
#> 350                                                 Gas coke       0.0000
#> 351                                                 Coal tar       0.0000
#> 352                                                      BKB       0.0000
#> 353                                            Gas works gas       0.0000
#> 354                                            Coke oven gas       0.0000
#> 355                                        Blast furnace gas       0.0000
#> 356                                    Other recovered gases       0.0000
#> 357                                                     Peat       0.0000
#> 358                                            Peat products       0.0000
#> 359                                  Oil shale and oil sands       0.0000
#> 360                                              Natural gas       0.0000
#> 361                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 362                                                Crude oil    -852.4409
#> 363                                      Natural gas liquids       0.0000
#> 364                                      Refinery feedstocks       0.0000
#> 365                            Additives/blending components       0.0000
#> 366                                       Other hydrocarbons       0.0000
#> 367                                             Refinery gas       0.0000
#> 368                                                   Ethane       0.0000
#> 369                          Liquefied petroleum gases (LPG)       0.0000
#> 370                            Motor gasoline excl. biofuels       0.0000
#> 371                                        Aviation gasoline       0.0000
#> 372                                   Gasoline type jet fuel       0.0000
#> 373                    Kerosene type jet fuel excl. biofuels       0.0000
#> 374                                           Other kerosene       0.0000
#> 375                            Gas/diesel oil excl. biofuels     476.2987
#> 376                                                 Fuel oil    -321.6007
#> 377                                                  Naphtha       0.0000
#> 378                                       White spirit & SBP       0.0000
#> 379                                               Lubricants       0.0000
#> 380                                                  Bitumen       0.0000
#> 381                                           Paraffin waxes       0.0000
#> 382                                           Petroleum coke       0.0000
#> 383                                       Other oil products       0.0000
#> 384                                         Industrial waste       0.0000
#> 385                              Municipal waste (renewable)       0.0000
#> 386                          Municipal waste (non-renewable)       0.0000
#> 387                                   Primary solid biofuels       0.0000
#> 388                                                 Biogases       0.0000
#> 389                                              Biogasoline       0.0000
#> 390                                               Biodiesels       0.0000
#> 391                                         Bio jet kerosene       0.0000
#> 392                                    Other liquid biofuels       0.0000
#> 393                 Non-specified primary biofuels and waste       0.0000
#> 394                                                 Charcoal       0.0000
#> 395   Elec/heat output from non-specified manufactured gases       0.0000
#> 396         Heat output from non-specified combustible fuels       0.0000
#> 397                                                  Nuclear       0.0000
#> 398                                                    Hydro       0.0000
#> 399                                               Geothermal       0.0000
#> 400                                      Solar photovoltaics       0.0000
#> 401                                            Solar thermal       0.0000
#> 402                                     Tide, wave and ocean       0.0000
#> 403                                                     Wind       0.0000
#> 404                                            Other sources       0.0000
#> 405                                              Electricity       0.0000
#> 406                                                     Heat       0.0000
#> 407                                                    Total    -697.7428
#> 408                                         Memo: Renewables       0.0000
#> 409                                 Hard coal (if no detail)       0.0000
#> 410                                Brown coal (if no detail)       0.0000
#> 411                                               Anthracite       0.0000
#> 412                                              Coking coal       0.0000
#> 413                                    Other bituminous coal       0.0000
#> 414                                      Sub-bituminous coal       0.0000
#> 415                                                  Lignite       0.0000
#> 416                                              Patent fuel       0.0000
#> 417                                           Coke oven coke       0.0000
#> 418                                                 Gas coke       0.0000
#> 419                                                 Coal tar       0.0000
#> 420                                                      BKB       0.0000
#> 421                                            Gas works gas       0.0000
#> 422                                            Coke oven gas       0.0000
#> 423                                        Blast furnace gas       0.0000
#> 424                                    Other recovered gases       0.0000
#> 425                                                     Peat       0.0000
#> 426                                            Peat products       0.0000
#> 427                                  Oil shale and oil sands       0.0000
#> 428                                              Natural gas       0.0000
#> 429                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 430                                                Crude oil   37507.3599
#> 431                                      Natural gas liquids       0.0000
#> 432                                      Refinery feedstocks       0.0000
#> 433                            Additives/blending components       0.0000
#> 434                                       Other hydrocarbons       0.0000
#> 435                                             Refinery gas       0.0000
#> 436                                                   Ethane       0.0000
#> 437                          Liquefied petroleum gases (LPG)       0.0000
#> 438                            Motor gasoline excl. biofuels    -179.1992
#> 439                                        Aviation gasoline       0.0000
#> 440                                   Gasoline type jet fuel       0.0000
#> 441                    Kerosene type jet fuel excl. biofuels    -936.5997
#> 442                                           Other kerosene    -131.3985
#> 443                            Gas/diesel oil excl. biofuels    -736.0981
#> 444                                                 Fuel oil   -8683.2013
#> 445                                                  Naphtha       0.0000
#> 446                                       White spirit & SBP       0.0000
#> 447                                               Lubricants     755.9979
#> 448                                                  Bitumen       0.0000
#> 449                                           Paraffin waxes       0.0000
#> 450                                           Petroleum coke       0.0000
#> 451                                       Other oil products       0.0000
#> 452                                         Industrial waste       0.0000
#> 453                              Municipal waste (renewable)       0.0000
#> 454                          Municipal waste (non-renewable)       0.0000
#> 455                                   Primary solid biofuels   87399.9985
#> 456                                                 Biogases       0.0000
#> 457                                              Biogasoline       0.0000
#> 458                                               Biodiesels       0.0000
#> 459                                         Bio jet kerosene       0.0000
#> 460                                    Other liquid biofuels       0.0000
#> 461                 Non-specified primary biofuels and waste       0.0000
#> 462                                                 Charcoal       0.0000
#> 463   Elec/heat output from non-specified manufactured gases       0.0000
#> 464         Heat output from non-specified combustible fuels       0.0000
#> 465                                                  Nuclear       0.0000
#> 466                                                    Hydro   10472.4010
#> 467                                               Geothermal       0.0000
#> 468                                      Solar photovoltaics       0.0000
#> 469                                            Solar thermal       0.0000
#> 470                                     Tide, wave and ocean       0.0000
#> 471                                                     Wind       0.0000
#> 472                                            Other sources       0.0000
#> 473                                              Electricity       0.0000
#> 474                                                     Heat       0.0000
#> 475                                                    Total  125469.2604
#> 476                                         Memo: Renewables   97872.3994
#> 477                                 Hard coal (if no detail)       0.0000
#> 478                                Brown coal (if no detail)       0.0000
#> 479                                               Anthracite       0.0000
#> 480                                              Coking coal       0.0000
#> 481                                    Other bituminous coal       0.0000
#> 482                                      Sub-bituminous coal       0.0000
#> 483                                                  Lignite       0.0000
#> 484                                              Patent fuel       0.0000
#> 485                                           Coke oven coke       0.0000
#> 486                                                 Gas coke       0.0000
#> 487                                                 Coal tar       0.0000
#> 488                                                      BKB       0.0000
#> 489                                            Gas works gas       0.0000
#> 490                                            Coke oven gas       0.0000
#> 491                                        Blast furnace gas       0.0000
#> 492                                    Other recovered gases       0.0000
#> 493                                                     Peat       0.0000
#> 494                                            Peat products       0.0000
#> 495                                  Oil shale and oil sands       0.0000
#> 496                                              Natural gas       0.0000
#> 497                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 498                                                Crude oil       0.0000
#> 499                                      Natural gas liquids       0.0000
#> 500                                      Refinery feedstocks       0.0000
#> 501                            Additives/blending components       0.0000
#> 502                                       Other hydrocarbons       0.0000
#> 503                                             Refinery gas       0.0000
#> 504                                                   Ethane       0.0000
#> 505                          Liquefied petroleum gases (LPG)       0.0000
#> 506                            Motor gasoline excl. biofuels       0.0000
#> 507                                        Aviation gasoline       0.0000
#> 508                                   Gasoline type jet fuel       0.0000
#> 509                    Kerosene type jet fuel excl. biofuels       0.0000
#> 510                                           Other kerosene       0.0000
#> 511                            Gas/diesel oil excl. biofuels       0.0000
#> 512                                                 Fuel oil       0.0000
#> 513                                                  Naphtha       0.0000
#> 514                                       White spirit & SBP       0.0000
#> 515                                               Lubricants       0.0000
#> 516                                                  Bitumen       0.0000
#> 517                                           Paraffin waxes       0.0000
#> 518                                           Petroleum coke       0.0000
#> 519                                       Other oil products       0.0000
#> 520                                         Industrial waste       0.0000
#> 521                              Municipal waste (renewable)       0.0000
#> 522                          Municipal waste (non-renewable)       0.0000
#> 523                                   Primary solid biofuels       0.0000
#> 524                                                 Biogases       0.0000
#> 525                                              Biogasoline       0.0000
#> 526                                               Biodiesels       0.0000
#> 527                                         Bio jet kerosene       0.0000
#> 528                                    Other liquid biofuels       0.0000
#> 529                 Non-specified primary biofuels and waste       0.0000
#> 530                                                 Charcoal       0.0000
#> 531   Elec/heat output from non-specified manufactured gases       0.0000
#> 532         Heat output from non-specified combustible fuels       0.0000
#> 533                                                  Nuclear       0.0000
#> 534                                                    Hydro       0.0000
#> 535                                               Geothermal       0.0000
#> 536                                      Solar photovoltaics       0.0000
#> 537                                            Solar thermal       0.0000
#> 538                                     Tide, wave and ocean       0.0000
#> 539                                                     Wind       0.0000
#> 540                                            Other sources       0.0000
#> 541                                              Electricity       0.0000
#> 542                                                     Heat       0.0000
#> 543                                                    Total       0.0000
#> 544                                         Memo: Renewables       0.0000
#> 545                                 Hard coal (if no detail)       0.0000
#> 546                                Brown coal (if no detail)       0.0000
#> 547                                               Anthracite       0.0000
#> 548                                              Coking coal       0.0000
#> 549                                    Other bituminous coal       0.0000
#> 550                                      Sub-bituminous coal       0.0000
#> 551                                                  Lignite       0.0000
#> 552                                              Patent fuel       0.0000
#> 553                                           Coke oven coke       0.0000
#> 554                                                 Gas coke       0.0000
#> 555                                                 Coal tar       0.0000
#> 556                                                      BKB       0.0000
#> 557                                            Gas works gas       0.0000
#> 558                                            Coke oven gas       0.0000
#> 559                                        Blast furnace gas       0.0000
#> 560                                    Other recovered gases       0.0000
#> 561                                                     Peat       0.0000
#> 562                                            Peat products       0.0000
#> 563                                  Oil shale and oil sands       0.0000
#> 564                                              Natural gas       0.0000
#> 565                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 566                                                Crude oil       0.0000
#> 567                                      Natural gas liquids       0.0000
#> 568                                      Refinery feedstocks       0.0000
#> 569                            Additives/blending components       0.0000
#> 570                                       Other hydrocarbons       0.0000
#> 571                                             Refinery gas       0.0000
#> 572                                                   Ethane       0.0000
#> 573                          Liquefied petroleum gases (LPG)       0.0000
#> 574                            Motor gasoline excl. biofuels       0.0000
#> 575                                        Aviation gasoline       0.0000
#> 576                                   Gasoline type jet fuel       0.0000
#> 577                    Kerosene type jet fuel excl. biofuels       0.0000
#> 578                                           Other kerosene       0.0000
#> 579                            Gas/diesel oil excl. biofuels     822.7020
#> 580                                                 Fuel oil       0.0000
#> 581                                                  Naphtha       0.0000
#> 582                                       White spirit & SBP       0.0000
#> 583                                               Lubricants       0.0000
#> 584                                                  Bitumen       0.0000
#> 585                                           Paraffin waxes       0.0000
#> 586                                           Petroleum coke       0.0000
#> 587                                       Other oil products       0.0000
#> 588                                         Industrial waste       0.0000
#> 589                              Municipal waste (renewable)       0.0000
#> 590                          Municipal waste (non-renewable)       0.0000
#> 591                                   Primary solid biofuels       0.0000
#> 592                                                 Biogases       0.0000
#> 593                                              Biogasoline       0.0000
#> 594                                               Biodiesels       0.0000
#> 595                                         Bio jet kerosene       0.0000
#> 596                                    Other liquid biofuels       0.0000
#> 597                 Non-specified primary biofuels and waste       0.0000
#> 598                                                 Charcoal       0.0000
#> 599   Elec/heat output from non-specified manufactured gases       0.0000
#> 600         Heat output from non-specified combustible fuels       0.0000
#> 601                                                  Nuclear       0.0000
#> 602                                                    Hydro       0.0000
#> 603                                               Geothermal       0.0000
#> 604                                      Solar photovoltaics       0.0000
#> 605                                            Solar thermal       0.0000
#> 606                                     Tide, wave and ocean       0.0000
#> 607                                                     Wind       0.0000
#> 608                                            Other sources       0.0000
#> 609                                              Electricity       0.0000
#> 610                                                     Heat       0.0000
#> 611                                                    Total     822.7020
#> 612                                         Memo: Renewables       0.0000
#> 613                                 Hard coal (if no detail)       0.0000
#> 614                                Brown coal (if no detail)       0.0000
#> 615                                               Anthracite       0.0000
#> 616                                              Coking coal       0.0000
#> 617                                    Other bituminous coal       0.0000
#> 618                                      Sub-bituminous coal       0.0000
#> 619                                                  Lignite       0.0000
#> 620                                              Patent fuel       0.0000
#> 621                                           Coke oven coke       0.0000
#> 622                                                 Gas coke       0.0000
#> 623                                                 Coal tar       0.0000
#> 624                                                      BKB       0.0000
#> 625                                            Gas works gas       0.0000
#> 626                                            Coke oven gas       0.0000
#> 627                                        Blast furnace gas       0.0000
#> 628                                    Other recovered gases       0.0000
#> 629                                                     Peat       0.0000
#> 630                                            Peat products       0.0000
#> 631                                  Oil shale and oil sands       0.0000
#> 632                                              Natural gas       0.0000
#> 633                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 634                                                Crude oil  -37507.3599
#> 635                                      Natural gas liquids       0.0000
#> 636                                      Refinery feedstocks       0.0000
#> 637                            Additives/blending components       0.0000
#> 638                                       Other hydrocarbons       0.0000
#> 639                                             Refinery gas     817.6988
#> 640                                                   Ethane       0.0000
#> 641                          Liquefied petroleum gases (LPG)     141.8990
#> 642                            Motor gasoline excl. biofuels    8646.3993
#> 643                                        Aviation gasoline       0.0000
#> 644                                   Gasoline type jet fuel       0.0000
#> 645                    Kerosene type jet fuel excl. biofuels     936.5997
#> 646                                           Other kerosene    3635.3984
#> 647                            Gas/diesel oil excl. biofuels    9049.7012
#> 648                                                 Fuel oil   12663.0017
#> 649                                                  Naphtha       0.0000
#> 650                                       White spirit & SBP       0.0000
#> 651                                               Lubricants       0.0000
#> 652                                                  Bitumen       0.0000
#> 653                                           Paraffin waxes       0.0000
#> 654                                           Petroleum coke       0.0000
#> 655                                       Other oil products       0.0000
#> 656                                         Industrial waste       0.0000
#> 657                              Municipal waste (renewable)       0.0000
#> 658                          Municipal waste (non-renewable)       0.0000
#> 659                                   Primary solid biofuels  -20000.0003
#> 660                                                 Biogases       0.0000
#> 661                                              Biogasoline       0.0000
#> 662                                               Biodiesels       0.0000
#> 663                                         Bio jet kerosene       0.0000
#> 664                                    Other liquid biofuels       0.0000
#> 665                 Non-specified primary biofuels and waste       0.0000
#> 666                                                 Charcoal    4989.5980
#> 667   Elec/heat output from non-specified manufactured gases       0.0000
#> 668         Heat output from non-specified combustible fuels       0.0000
#> 669                                                  Nuclear       0.0000
#> 670                                                    Hydro  -10472.4010
#> 671                                               Geothermal       0.0000
#> 672                                      Solar photovoltaics       0.0000
#> 673                                            Solar thermal       0.0000
#> 674                                     Tide, wave and ocean       0.0000
#> 675                                                     Wind       0.0000
#> 676                                            Other sources       0.0000
#> 677                                              Electricity   10598.3985
#> 678                                                     Heat       0.0000
#> 679                                                    Total  -16501.0622
#> 680                                         Memo: Renewables  -25482.8033
#> 681                                 Hard coal (if no detail)       0.0000
#> 682                                Brown coal (if no detail)       0.0000
#> 683                                               Anthracite       0.0000
#> 684                                              Coking coal       0.0000
#> 685                                    Other bituminous coal       0.0000
#> 686                                      Sub-bituminous coal       0.0000
#> 687                                                  Lignite       0.0000
#> 688                                              Patent fuel       0.0000
#> 689                                           Coke oven coke       0.0000
#> 690                                                 Gas coke       0.0000
#> 691                                                 Coal tar       0.0000
#> 692                                                      BKB       0.0000
#> 693                                            Gas works gas       0.0000
#> 694                                            Coke oven gas       0.0000
#> 695                                        Blast furnace gas       0.0000
#> 696                                    Other recovered gases       0.0000
#> 697                                                     Peat       0.0000
#> 698                                            Peat products       0.0000
#> 699                                  Oil shale and oil sands       0.0000
#> 700                                              Natural gas       0.0000
#> 701                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 702                                                Crude oil       0.0000
#> 703                                      Natural gas liquids       0.0000
#> 704                                      Refinery feedstocks       0.0000
#> 705                            Additives/blending components       0.0000
#> 706                                       Other hydrocarbons       0.0000
#> 707                                             Refinery gas       0.0000
#> 708                                                   Ethane       0.0000
#> 709                          Liquefied petroleum gases (LPG)       0.0000
#> 710                            Motor gasoline excl. biofuels       0.0000
#> 711                                        Aviation gasoline       0.0000
#> 712                                   Gasoline type jet fuel       0.0000
#> 713                    Kerosene type jet fuel excl. biofuels       0.0000
#> 714                                           Other kerosene       0.0000
#> 715                            Gas/diesel oil excl. biofuels    -476.2987
#> 716                                                 Fuel oil       0.0000
#> 717                                                  Naphtha       0.0000
#> 718                                       White spirit & SBP       0.0000
#> 719                                               Lubricants       0.0000
#> 720                                                  Bitumen       0.0000
#> 721                                           Paraffin waxes       0.0000
#> 722                                           Petroleum coke       0.0000
#> 723                                       Other oil products       0.0000
#> 724                                         Industrial waste       0.0000
#> 725                              Municipal waste (renewable)       0.0000
#> 726                          Municipal waste (non-renewable)       0.0000
#> 727                                   Primary solid biofuels       0.0000
#> 728                                                 Biogases       0.0000
#> 729                                              Biogasoline       0.0000
#> 730                                               Biodiesels       0.0000
#> 731                                         Bio jet kerosene       0.0000
#> 732                                    Other liquid biofuels       0.0000
#> 733                 Non-specified primary biofuels and waste       0.0000
#> 734                                                 Charcoal       0.0000
#> 735   Elec/heat output from non-specified manufactured gases       0.0000
#> 736         Heat output from non-specified combustible fuels       0.0000
#> 737                                                  Nuclear       0.0000
#> 738                                                    Hydro  -10472.4010
#> 739                                               Geothermal       0.0000
#> 740                                      Solar photovoltaics       0.0000
#> 741                                            Solar thermal       0.0000
#> 742                                     Tide, wave and ocean       0.0000
#> 743                                                     Wind       0.0000
#> 744                                            Other sources       0.0000
#> 745                                              Electricity   10598.3985
#> 746                                                     Heat       0.0000
#> 747                                                    Total    -350.3012
#> 748                                         Memo: Renewables  -10472.4010
#> 749                                 Hard coal (if no detail)       0.0000
#> 750                                Brown coal (if no detail)       0.0000
#> 751                                               Anthracite       0.0000
#> 752                                              Coking coal       0.0000
#> 753                                    Other bituminous coal       0.0000
#> 754                                      Sub-bituminous coal       0.0000
#> 755                                                  Lignite       0.0000
#> 756                                              Patent fuel       0.0000
#> 757                                           Coke oven coke       0.0000
#> 758                                                 Gas coke       0.0000
#> 759                                                 Coal tar       0.0000
#> 760                                                      BKB       0.0000
#> 761                                            Gas works gas       0.0000
#> 762                                            Coke oven gas       0.0000
#> 763                                        Blast furnace gas       0.0000
#> 764                                    Other recovered gases       0.0000
#> 765                                                     Peat       0.0000
#> 766                                            Peat products       0.0000
#> 767                                  Oil shale and oil sands       0.0000
#> 768                                              Natural gas       0.0000
#> 769                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 770                                                Crude oil       0.0000
#> 771                                      Natural gas liquids       0.0000
#> 772                                      Refinery feedstocks       0.0000
#> 773                            Additives/blending components       0.0000
#> 774                                       Other hydrocarbons       0.0000
#> 775                                             Refinery gas       0.0000
#> 776                                                   Ethane       0.0000
#> 777                          Liquefied petroleum gases (LPG)       0.0000
#> 778                            Motor gasoline excl. biofuels       0.0000
#> 779                                        Aviation gasoline       0.0000
#> 780                                   Gasoline type jet fuel       0.0000
#> 781                    Kerosene type jet fuel excl. biofuels       0.0000
#> 782                                           Other kerosene       0.0000
#> 783                            Gas/diesel oil excl. biofuels       0.0000
#> 784                                                 Fuel oil       0.0000
#> 785                                                  Naphtha       0.0000
#> 786                                       White spirit & SBP       0.0000
#> 787                                               Lubricants       0.0000
#> 788                                                  Bitumen       0.0000
#> 789                                           Paraffin waxes       0.0000
#> 790                                           Petroleum coke       0.0000
#> 791                                       Other oil products       0.0000
#> 792                                         Industrial waste       0.0000
#> 793                              Municipal waste (renewable)       0.0000
#> 794                          Municipal waste (non-renewable)       0.0000
#> 795                                   Primary solid biofuels       0.0000
#> 796                                                 Biogases       0.0000
#> 797                                              Biogasoline       0.0000
#> 798                                               Biodiesels       0.0000
#> 799                                         Bio jet kerosene       0.0000
#> 800                                    Other liquid biofuels       0.0000
#> 801                 Non-specified primary biofuels and waste       0.0000
#> 802                                                 Charcoal       0.0000
#> 803   Elec/heat output from non-specified manufactured gases       0.0000
#> 804         Heat output from non-specified combustible fuels       0.0000
#> 805                                                  Nuclear       0.0000
#> 806                                                    Hydro       0.0000
#> 807                                               Geothermal       0.0000
#> 808                                      Solar photovoltaics       0.0000
#> 809                                            Solar thermal       0.0000
#> 810                                     Tide, wave and ocean       0.0000
#> 811                                                     Wind       0.0000
#> 812                                            Other sources       0.0000
#> 813                                              Electricity       0.0000
#> 814                                                     Heat       0.0000
#> 815                                                    Total       0.0000
#> 816                                         Memo: Renewables       0.0000
#> 817                                 Hard coal (if no detail)       0.0000
#> 818                                Brown coal (if no detail)       0.0000
#> 819                                               Anthracite       0.0000
#> 820                                              Coking coal       0.0000
#> 821                                    Other bituminous coal       0.0000
#> 822                                      Sub-bituminous coal       0.0000
#> 823                                                  Lignite       0.0000
#> 824                                              Patent fuel       0.0000
#> 825                                           Coke oven coke       0.0000
#> 826                                                 Gas coke       0.0000
#> 827                                                 Coal tar       0.0000
#> 828                                                      BKB       0.0000
#> 829                                            Gas works gas       0.0000
#> 830                                            Coke oven gas       0.0000
#> 831                                        Blast furnace gas       0.0000
#> 832                                    Other recovered gases       0.0000
#> 833                                                     Peat       0.0000
#> 834                                            Peat products       0.0000
#> 835                                  Oil shale and oil sands       0.0000
#> 836                                              Natural gas       0.0000
#> 837                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 838                                                Crude oil       0.0000
#> 839                                      Natural gas liquids       0.0000
#> 840                                      Refinery feedstocks       0.0000
#> 841                            Additives/blending components       0.0000
#> 842                                       Other hydrocarbons       0.0000
#> 843                                             Refinery gas       0.0000
#> 844                                                   Ethane       0.0000
#> 845                          Liquefied petroleum gases (LPG)       0.0000
#> 846                            Motor gasoline excl. biofuels       0.0000
#> 847                                        Aviation gasoline       0.0000
#> 848                                   Gasoline type jet fuel       0.0000
#> 849                    Kerosene type jet fuel excl. biofuels       0.0000
#> 850                                           Other kerosene       0.0000
#> 851                            Gas/diesel oil excl. biofuels       0.0000
#> 852                                                 Fuel oil       0.0000
#> 853                                                  Naphtha       0.0000
#> 854                                       White spirit & SBP       0.0000
#> 855                                               Lubricants       0.0000
#> 856                                                  Bitumen       0.0000
#> 857                                           Paraffin waxes       0.0000
#> 858                                           Petroleum coke       0.0000
#> 859                                       Other oil products       0.0000
#> 860                                         Industrial waste       0.0000
#> 861                              Municipal waste (renewable)       0.0000
#> 862                          Municipal waste (non-renewable)       0.0000
#> 863                                   Primary solid biofuels       0.0000
#> 864                                                 Biogases       0.0000
#> 865                                              Biogasoline       0.0000
#> 866                                               Biodiesels       0.0000
#> 867                                         Bio jet kerosene       0.0000
#> 868                                    Other liquid biofuels       0.0000
#> 869                 Non-specified primary biofuels and waste       0.0000
#> 870                                                 Charcoal       0.0000
#> 871   Elec/heat output from non-specified manufactured gases       0.0000
#> 872         Heat output from non-specified combustible fuels       0.0000
#> 873                                                  Nuclear       0.0000
#> 874                                                    Hydro       0.0000
#> 875                                               Geothermal       0.0000
#> 876                                      Solar photovoltaics       0.0000
#> 877                                            Solar thermal       0.0000
#> 878                                     Tide, wave and ocean       0.0000
#> 879                                                     Wind       0.0000
#> 880                                            Other sources       0.0000
#> 881                                              Electricity       0.0000
#> 882                                                     Heat       0.0000
#> 883                                                    Total       0.0000
#> 884                                         Memo: Renewables       0.0000
#> 885                                 Hard coal (if no detail)       0.0000
#> 886                                Brown coal (if no detail)       0.0000
#> 887                                               Anthracite       0.0000
#> 888                                              Coking coal       0.0000
#> 889                                    Other bituminous coal       0.0000
#> 890                                      Sub-bituminous coal       0.0000
#> 891                                                  Lignite       0.0000
#> 892                                              Patent fuel       0.0000
#> 893                                           Coke oven coke       0.0000
#> 894                                                 Gas coke       0.0000
#> 895                                                 Coal tar       0.0000
#> 896                                                      BKB       0.0000
#> 897                                            Gas works gas       0.0000
#> 898                                            Coke oven gas       0.0000
#> 899                                        Blast furnace gas       0.0000
#> 900                                    Other recovered gases       0.0000
#> 901                                                     Peat       0.0000
#> 902                                            Peat products       0.0000
#> 903                                  Oil shale and oil sands       0.0000
#> 904                                              Natural gas       0.0000
#> 905                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 906                                                Crude oil       0.0000
#> 907                                      Natural gas liquids       0.0000
#> 908                                      Refinery feedstocks       0.0000
#> 909                            Additives/blending components       0.0000
#> 910                                       Other hydrocarbons       0.0000
#> 911                                             Refinery gas       0.0000
#> 912                                                   Ethane       0.0000
#> 913                          Liquefied petroleum gases (LPG)       0.0000
#> 914                            Motor gasoline excl. biofuels       0.0000
#> 915                                        Aviation gasoline       0.0000
#> 916                                   Gasoline type jet fuel       0.0000
#> 917                    Kerosene type jet fuel excl. biofuels       0.0000
#> 918                                           Other kerosene       0.0000
#> 919                            Gas/diesel oil excl. biofuels       0.0000
#> 920                                                 Fuel oil       0.0000
#> 921                                                  Naphtha       0.0000
#> 922                                       White spirit & SBP       0.0000
#> 923                                               Lubricants       0.0000
#> 924                                                  Bitumen       0.0000
#> 925                                           Paraffin waxes       0.0000
#> 926                                           Petroleum coke       0.0000
#> 927                                       Other oil products       0.0000
#> 928                                         Industrial waste       0.0000
#> 929                              Municipal waste (renewable)       0.0000
#> 930                          Municipal waste (non-renewable)       0.0000
#> 931                                   Primary solid biofuels       0.0000
#> 932                                                 Biogases       0.0000
#> 933                                              Biogasoline       0.0000
#> 934                                               Biodiesels       0.0000
#> 935                                         Bio jet kerosene       0.0000
#> 936                                    Other liquid biofuels       0.0000
#> 937                 Non-specified primary biofuels and waste       0.0000
#> 938                                                 Charcoal       0.0000
#> 939   Elec/heat output from non-specified manufactured gases       0.0000
#> 940         Heat output from non-specified combustible fuels       0.0000
#> 941                                                  Nuclear       0.0000
#> 942                                                    Hydro       0.0000
#> 943                                               Geothermal       0.0000
#> 944                                      Solar photovoltaics       0.0000
#> 945                                            Solar thermal       0.0000
#> 946                                     Tide, wave and ocean       0.0000
#> 947                                                     Wind       0.0000
#> 948                                            Other sources       0.0000
#> 949                                              Electricity       0.0000
#> 950                                                     Heat       0.0000
#> 951                                                    Total       0.0000
#> 952                                         Memo: Renewables       0.0000
#> 953                                 Hard coal (if no detail)       0.0000
#> 954                                Brown coal (if no detail)       0.0000
#> 955                                               Anthracite       0.0000
#> 956                                              Coking coal       0.0000
#> 957                                    Other bituminous coal       0.0000
#> 958                                      Sub-bituminous coal       0.0000
#> 959                                                  Lignite       0.0000
#> 960                                              Patent fuel       0.0000
#> 961                                           Coke oven coke       0.0000
#> 962                                                 Gas coke       0.0000
#> 963                                                 Coal tar       0.0000
#> 964                                                      BKB       0.0000
#> 965                                            Gas works gas       0.0000
#> 966                                            Coke oven gas       0.0000
#> 967                                        Blast furnace gas       0.0000
#> 968                                    Other recovered gases       0.0000
#> 969                                                     Peat       0.0000
#> 970                                            Peat products       0.0000
#> 971                                  Oil shale and oil sands       0.0000
#> 972                                              Natural gas       0.0000
#> 973                      Crude/NGL/feedstocks (if no detail)       0.0000
#> 974                                                Crude oil       0.0000
#> 975                                      Natural gas liquids       0.0000
#> 976                                      Refinery feedstocks       0.0000
#> 977                            Additives/blending components       0.0000
#> 978                                       Other hydrocarbons       0.0000
#> 979                                             Refinery gas       0.0000
#> 980                                                   Ethane       0.0000
#> 981                          Liquefied petroleum gases (LPG)       0.0000
#> 982                            Motor gasoline excl. biofuels       0.0000
#> 983                                        Aviation gasoline       0.0000
#> 984                                   Gasoline type jet fuel       0.0000
#> 985                    Kerosene type jet fuel excl. biofuels       0.0000
#> 986                                           Other kerosene       0.0000
#> 987                            Gas/diesel oil excl. biofuels       0.0000
#> 988                                                 Fuel oil       0.0000
#> 989                                                  Naphtha       0.0000
#> 990                                       White spirit & SBP       0.0000
#> 991                                               Lubricants       0.0000
#> 992                                                  Bitumen       0.0000
#> 993                                           Paraffin waxes       0.0000
#> 994                                           Petroleum coke       0.0000
#> 995                                       Other oil products       0.0000
#> 996                                         Industrial waste       0.0000
#> 997                              Municipal waste (renewable)       0.0000
#> 998                          Municipal waste (non-renewable)       0.0000
#> 999                                   Primary solid biofuels       0.0000
#> 1000                                                Biogases       0.0000
#> 1001                                             Biogasoline       0.0000
#> 1002                                              Biodiesels       0.0000
#> 1003                                        Bio jet kerosene       0.0000
#> 1004                                   Other liquid biofuels       0.0000
#> 1005                Non-specified primary biofuels and waste       0.0000
#> 1006                                                Charcoal       0.0000
#> 1007  Elec/heat output from non-specified manufactured gases       0.0000
#> 1008        Heat output from non-specified combustible fuels       0.0000
#> 1009                                                 Nuclear       0.0000
#> 1010                                                   Hydro       0.0000
#> 1011                                              Geothermal       0.0000
#> 1012                                     Solar photovoltaics       0.0000
#> 1013                                           Solar thermal       0.0000
#> 1014                                    Tide, wave and ocean       0.0000
#> 1015                                                    Wind       0.0000
#> 1016                                           Other sources       0.0000
#> 1017                                             Electricity       0.0000
#> 1018                                                    Heat       0.0000
#> 1019                                                   Total       0.0000
#> 1020                                        Memo: Renewables       0.0000
#> 1021                                Hard coal (if no detail)       0.0000
#> 1022                               Brown coal (if no detail)       0.0000
#> 1023                                              Anthracite       0.0000
#> 1024                                             Coking coal       0.0000
#> 1025                                   Other bituminous coal       0.0000
#> 1026                                     Sub-bituminous coal       0.0000
#> 1027                                                 Lignite       0.0000
#> 1028                                             Patent fuel       0.0000
#> 1029                                          Coke oven coke       0.0000
#> 1030                                                Gas coke       0.0000
#> 1031                                                Coal tar       0.0000
#> 1032                                                     BKB       0.0000
#> 1033                                           Gas works gas       0.0000
#> 1034                                           Coke oven gas       0.0000
#> 1035                                       Blast furnace gas       0.0000
#> 1036                                   Other recovered gases       0.0000
#> 1037                                                    Peat       0.0000
#> 1038                                           Peat products       0.0000
#> 1039                                 Oil shale and oil sands       0.0000
#> 1040                                             Natural gas       0.0000
#> 1041                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1042                                               Crude oil       0.0000
#> 1043                                     Natural gas liquids       0.0000
#> 1044                                     Refinery feedstocks       0.0000
#> 1045                           Additives/blending components       0.0000
#> 1046                                      Other hydrocarbons       0.0000
#> 1047                                            Refinery gas       0.0000
#> 1048                                                  Ethane       0.0000
#> 1049                         Liquefied petroleum gases (LPG)       0.0000
#> 1050                           Motor gasoline excl. biofuels       0.0000
#> 1051                                       Aviation gasoline       0.0000
#> 1052                                  Gasoline type jet fuel       0.0000
#> 1053                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1054                                          Other kerosene       0.0000
#> 1055                           Gas/diesel oil excl. biofuels       0.0000
#> 1056                                                Fuel oil       0.0000
#> 1057                                                 Naphtha       0.0000
#> 1058                                      White spirit & SBP       0.0000
#> 1059                                              Lubricants       0.0000
#> 1060                                                 Bitumen       0.0000
#> 1061                                          Paraffin waxes       0.0000
#> 1062                                          Petroleum coke       0.0000
#> 1063                                      Other oil products       0.0000
#> 1064                                        Industrial waste       0.0000
#> 1065                             Municipal waste (renewable)       0.0000
#> 1066                         Municipal waste (non-renewable)       0.0000
#> 1067                                  Primary solid biofuels       0.0000
#> 1068                                                Biogases       0.0000
#> 1069                                             Biogasoline       0.0000
#> 1070                                              Biodiesels       0.0000
#> 1071                                        Bio jet kerosene       0.0000
#> 1072                                   Other liquid biofuels       0.0000
#> 1073                Non-specified primary biofuels and waste       0.0000
#> 1074                                                Charcoal       0.0000
#> 1075  Elec/heat output from non-specified manufactured gases       0.0000
#> 1076        Heat output from non-specified combustible fuels       0.0000
#> 1077                                                 Nuclear       0.0000
#> 1078                                                   Hydro       0.0000
#> 1079                                              Geothermal       0.0000
#> 1080                                     Solar photovoltaics       0.0000
#> 1081                                           Solar thermal       0.0000
#> 1082                                    Tide, wave and ocean       0.0000
#> 1083                                                    Wind       0.0000
#> 1084                                           Other sources       0.0000
#> 1085                                             Electricity       0.0000
#> 1086                                                    Heat       0.0000
#> 1087                                                   Total       0.0000
#> 1088                                        Memo: Renewables       0.0000
#> 1089                                Hard coal (if no detail)       0.0000
#> 1090                               Brown coal (if no detail)       0.0000
#> 1091                                              Anthracite       0.0000
#> 1092                                             Coking coal       0.0000
#> 1093                                   Other bituminous coal       0.0000
#> 1094                                     Sub-bituminous coal       0.0000
#> 1095                                                 Lignite       0.0000
#> 1096                                             Patent fuel       0.0000
#> 1097                                          Coke oven coke       0.0000
#> 1098                                                Gas coke       0.0000
#> 1099                                                Coal tar       0.0000
#> 1100                                                     BKB       0.0000
#> 1101                                           Gas works gas       0.0000
#> 1102                                           Coke oven gas       0.0000
#> 1103                                       Blast furnace gas       0.0000
#> 1104                                   Other recovered gases       0.0000
#> 1105                                                    Peat       0.0000
#> 1106                                           Peat products       0.0000
#> 1107                                 Oil shale and oil sands       0.0000
#> 1108                                             Natural gas       0.0000
#> 1109                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1110                                               Crude oil       0.0000
#> 1111                                     Natural gas liquids       0.0000
#> 1112                                     Refinery feedstocks       0.0000
#> 1113                           Additives/blending components       0.0000
#> 1114                                      Other hydrocarbons       0.0000
#> 1115                                            Refinery gas       0.0000
#> 1116                                                  Ethane       0.0000
#> 1117                         Liquefied petroleum gases (LPG)       0.0000
#> 1118                           Motor gasoline excl. biofuels       0.0000
#> 1119                                       Aviation gasoline       0.0000
#> 1120                                  Gasoline type jet fuel       0.0000
#> 1121                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1122                                          Other kerosene       0.0000
#> 1123                           Gas/diesel oil excl. biofuels       0.0000
#> 1124                                                Fuel oil       0.0000
#> 1125                                                 Naphtha       0.0000
#> 1126                                      White spirit & SBP       0.0000
#> 1127                                              Lubricants       0.0000
#> 1128                                                 Bitumen       0.0000
#> 1129                                          Paraffin waxes       0.0000
#> 1130                                          Petroleum coke       0.0000
#> 1131                                      Other oil products       0.0000
#> 1132                                        Industrial waste       0.0000
#> 1133                             Municipal waste (renewable)       0.0000
#> 1134                         Municipal waste (non-renewable)       0.0000
#> 1135                                  Primary solid biofuels       0.0000
#> 1136                                                Biogases       0.0000
#> 1137                                             Biogasoline       0.0000
#> 1138                                              Biodiesels       0.0000
#> 1139                                        Bio jet kerosene       0.0000
#> 1140                                   Other liquid biofuels       0.0000
#> 1141                Non-specified primary biofuels and waste       0.0000
#> 1142                                                Charcoal       0.0000
#> 1143  Elec/heat output from non-specified manufactured gases       0.0000
#> 1144        Heat output from non-specified combustible fuels       0.0000
#> 1145                                                 Nuclear       0.0000
#> 1146                                                   Hydro       0.0000
#> 1147                                              Geothermal       0.0000
#> 1148                                     Solar photovoltaics       0.0000
#> 1149                                           Solar thermal       0.0000
#> 1150                                    Tide, wave and ocean       0.0000
#> 1151                                                    Wind       0.0000
#> 1152                                           Other sources       0.0000
#> 1153                                             Electricity       0.0000
#> 1154                                                    Heat       0.0000
#> 1155                                                   Total       0.0000
#> 1156                                        Memo: Renewables       0.0000
#> 1157                                Hard coal (if no detail)       0.0000
#> 1158                               Brown coal (if no detail)       0.0000
#> 1159                                              Anthracite       0.0000
#> 1160                                             Coking coal       0.0000
#> 1161                                   Other bituminous coal       0.0000
#> 1162                                     Sub-bituminous coal       0.0000
#> 1163                                                 Lignite       0.0000
#> 1164                                             Patent fuel       0.0000
#> 1165                                          Coke oven coke       0.0000
#> 1166                                                Gas coke       0.0000
#> 1167                                                Coal tar       0.0000
#> 1168                                                     BKB       0.0000
#> 1169                                           Gas works gas       0.0000
#> 1170                                           Coke oven gas       0.0000
#> 1171                                       Blast furnace gas       0.0000
#> 1172                                   Other recovered gases       0.0000
#> 1173                                                    Peat       0.0000
#> 1174                                           Peat products       0.0000
#> 1175                                 Oil shale and oil sands       0.0000
#> 1176                                             Natural gas       0.0000
#> 1177                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1178                                               Crude oil       0.0000
#> 1179                                     Natural gas liquids       0.0000
#> 1180                                     Refinery feedstocks       0.0000
#> 1181                           Additives/blending components       0.0000
#> 1182                                      Other hydrocarbons       0.0000
#> 1183                                            Refinery gas       0.0000
#> 1184                                                  Ethane       0.0000
#> 1185                         Liquefied petroleum gases (LPG)       0.0000
#> 1186                           Motor gasoline excl. biofuels       0.0000
#> 1187                                       Aviation gasoline       0.0000
#> 1188                                  Gasoline type jet fuel       0.0000
#> 1189                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1190                                          Other kerosene       0.0000
#> 1191                           Gas/diesel oil excl. biofuels       0.0000
#> 1192                                                Fuel oil       0.0000
#> 1193                                                 Naphtha       0.0000
#> 1194                                      White spirit & SBP       0.0000
#> 1195                                              Lubricants       0.0000
#> 1196                                                 Bitumen       0.0000
#> 1197                                          Paraffin waxes       0.0000
#> 1198                                          Petroleum coke       0.0000
#> 1199                                      Other oil products       0.0000
#> 1200                                        Industrial waste       0.0000
#> 1201                             Municipal waste (renewable)       0.0000
#> 1202                         Municipal waste (non-renewable)       0.0000
#> 1203                                  Primary solid biofuels       0.0000
#> 1204                                                Biogases       0.0000
#> 1205                                             Biogasoline       0.0000
#> 1206                                              Biodiesels       0.0000
#> 1207                                        Bio jet kerosene       0.0000
#> 1208                                   Other liquid biofuels       0.0000
#> 1209                Non-specified primary biofuels and waste       0.0000
#> 1210                                                Charcoal       0.0000
#> 1211  Elec/heat output from non-specified manufactured gases       0.0000
#> 1212        Heat output from non-specified combustible fuels       0.0000
#> 1213                                                 Nuclear       0.0000
#> 1214                                                   Hydro       0.0000
#> 1215                                              Geothermal       0.0000
#> 1216                                     Solar photovoltaics       0.0000
#> 1217                                           Solar thermal       0.0000
#> 1218                                    Tide, wave and ocean       0.0000
#> 1219                                                    Wind       0.0000
#> 1220                                           Other sources       0.0000
#> 1221                                             Electricity       0.0000
#> 1222                                                    Heat       0.0000
#> 1223                                                   Total       0.0000
#> 1224                                        Memo: Renewables       0.0000
#> 1225                                Hard coal (if no detail)       0.0000
#> 1226                               Brown coal (if no detail)       0.0000
#> 1227                                              Anthracite       0.0000
#> 1228                                             Coking coal       0.0000
#> 1229                                   Other bituminous coal       0.0000
#> 1230                                     Sub-bituminous coal       0.0000
#> 1231                                                 Lignite       0.0000
#> 1232                                             Patent fuel       0.0000
#> 1233                                          Coke oven coke       0.0000
#> 1234                                                Gas coke       0.0000
#> 1235                                                Coal tar       0.0000
#> 1236                                                     BKB       0.0000
#> 1237                                           Gas works gas       0.0000
#> 1238                                           Coke oven gas       0.0000
#> 1239                                       Blast furnace gas       0.0000
#> 1240                                   Other recovered gases       0.0000
#> 1241                                                    Peat       0.0000
#> 1242                                           Peat products       0.0000
#> 1243                                 Oil shale and oil sands       0.0000
#> 1244                                             Natural gas       0.0000
#> 1245                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1246                                               Crude oil       0.0000
#> 1247                                     Natural gas liquids       0.0000
#> 1248                                     Refinery feedstocks       0.0000
#> 1249                           Additives/blending components       0.0000
#> 1250                                      Other hydrocarbons       0.0000
#> 1251                                            Refinery gas       0.0000
#> 1252                                                  Ethane       0.0000
#> 1253                         Liquefied petroleum gases (LPG)       0.0000
#> 1254                           Motor gasoline excl. biofuels       0.0000
#> 1255                                       Aviation gasoline       0.0000
#> 1256                                  Gasoline type jet fuel       0.0000
#> 1257                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1258                                          Other kerosene       0.0000
#> 1259                           Gas/diesel oil excl. biofuels       0.0000
#> 1260                                                Fuel oil       0.0000
#> 1261                                                 Naphtha       0.0000
#> 1262                                      White spirit & SBP       0.0000
#> 1263                                              Lubricants       0.0000
#> 1264                                                 Bitumen       0.0000
#> 1265                                          Paraffin waxes       0.0000
#> 1266                                          Petroleum coke       0.0000
#> 1267                                      Other oil products       0.0000
#> 1268                                        Industrial waste       0.0000
#> 1269                             Municipal waste (renewable)       0.0000
#> 1270                         Municipal waste (non-renewable)       0.0000
#> 1271                                  Primary solid biofuels       0.0000
#> 1272                                                Biogases       0.0000
#> 1273                                             Biogasoline       0.0000
#> 1274                                              Biodiesels       0.0000
#> 1275                                        Bio jet kerosene       0.0000
#> 1276                                   Other liquid biofuels       0.0000
#> 1277                Non-specified primary biofuels and waste       0.0000
#> 1278                                                Charcoal       0.0000
#> 1279  Elec/heat output from non-specified manufactured gases       0.0000
#> 1280        Heat output from non-specified combustible fuels       0.0000
#> 1281                                                 Nuclear       0.0000
#> 1282                                                   Hydro       0.0000
#> 1283                                              Geothermal       0.0000
#> 1284                                     Solar photovoltaics       0.0000
#> 1285                                           Solar thermal       0.0000
#> 1286                                    Tide, wave and ocean       0.0000
#> 1287                                                    Wind       0.0000
#> 1288                                           Other sources       0.0000
#> 1289                                             Electricity       0.0000
#> 1290                                                    Heat       0.0000
#> 1291                                                   Total       0.0000
#> 1292                                        Memo: Renewables       0.0000
#> 1293                                Hard coal (if no detail)       0.0000
#> 1294                               Brown coal (if no detail)       0.0000
#> 1295                                              Anthracite       0.0000
#> 1296                                             Coking coal       0.0000
#> 1297                                   Other bituminous coal       0.0000
#> 1298                                     Sub-bituminous coal       0.0000
#> 1299                                                 Lignite       0.0000
#> 1300                                             Patent fuel       0.0000
#> 1301                                          Coke oven coke       0.0000
#> 1302                                                Gas coke       0.0000
#> 1303                                                Coal tar       0.0000
#> 1304                                                     BKB       0.0000
#> 1305                                           Gas works gas       0.0000
#> 1306                                           Coke oven gas       0.0000
#> 1307                                       Blast furnace gas       0.0000
#> 1308                                   Other recovered gases       0.0000
#> 1309                                                    Peat       0.0000
#> 1310                                           Peat products       0.0000
#> 1311                                 Oil shale and oil sands       0.0000
#> 1312                                             Natural gas       0.0000
#> 1313                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1314                                               Crude oil       0.0000
#> 1315                                     Natural gas liquids       0.0000
#> 1316                                     Refinery feedstocks       0.0000
#> 1317                           Additives/blending components       0.0000
#> 1318                                      Other hydrocarbons       0.0000
#> 1319                                            Refinery gas       0.0000
#> 1320                                                  Ethane       0.0000
#> 1321                         Liquefied petroleum gases (LPG)       0.0000
#> 1322                           Motor gasoline excl. biofuels       0.0000
#> 1323                                       Aviation gasoline       0.0000
#> 1324                                  Gasoline type jet fuel       0.0000
#> 1325                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1326                                          Other kerosene       0.0000
#> 1327                           Gas/diesel oil excl. biofuels       0.0000
#> 1328                                                Fuel oil       0.0000
#> 1329                                                 Naphtha       0.0000
#> 1330                                      White spirit & SBP       0.0000
#> 1331                                              Lubricants       0.0000
#> 1332                                                 Bitumen       0.0000
#> 1333                                          Paraffin waxes       0.0000
#> 1334                                          Petroleum coke       0.0000
#> 1335                                      Other oil products       0.0000
#> 1336                                        Industrial waste       0.0000
#> 1337                             Municipal waste (renewable)       0.0000
#> 1338                         Municipal waste (non-renewable)       0.0000
#> 1339                                  Primary solid biofuels       0.0000
#> 1340                                                Biogases       0.0000
#> 1341                                             Biogasoline       0.0000
#> 1342                                              Biodiesels       0.0000
#> 1343                                        Bio jet kerosene       0.0000
#> 1344                                   Other liquid biofuels       0.0000
#> 1345                Non-specified primary biofuels and waste       0.0000
#> 1346                                                Charcoal       0.0000
#> 1347  Elec/heat output from non-specified manufactured gases       0.0000
#> 1348        Heat output from non-specified combustible fuels       0.0000
#> 1349                                                 Nuclear       0.0000
#> 1350                                                   Hydro       0.0000
#> 1351                                              Geothermal       0.0000
#> 1352                                     Solar photovoltaics       0.0000
#> 1353                                           Solar thermal       0.0000
#> 1354                                    Tide, wave and ocean       0.0000
#> 1355                                                    Wind       0.0000
#> 1356                                           Other sources       0.0000
#> 1357                                             Electricity       0.0000
#> 1358                                                    Heat       0.0000
#> 1359                                                   Total       0.0000
#> 1360                                        Memo: Renewables       0.0000
#> 1361                                Hard coal (if no detail)       0.0000
#> 1362                               Brown coal (if no detail)       0.0000
#> 1363                                              Anthracite       0.0000
#> 1364                                             Coking coal       0.0000
#> 1365                                   Other bituminous coal       0.0000
#> 1366                                     Sub-bituminous coal       0.0000
#> 1367                                                 Lignite       0.0000
#> 1368                                             Patent fuel       0.0000
#> 1369                                          Coke oven coke       0.0000
#> 1370                                                Gas coke       0.0000
#> 1371                                                Coal tar       0.0000
#> 1372                                                     BKB       0.0000
#> 1373                                           Gas works gas       0.0000
#> 1374                                           Coke oven gas       0.0000
#> 1375                                       Blast furnace gas       0.0000
#> 1376                                   Other recovered gases       0.0000
#> 1377                                                    Peat       0.0000
#> 1378                                           Peat products       0.0000
#> 1379                                 Oil shale and oil sands       0.0000
#> 1380                                             Natural gas       0.0000
#> 1381                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1382                                               Crude oil       0.0000
#> 1383                                     Natural gas liquids       0.0000
#> 1384                                     Refinery feedstocks       0.0000
#> 1385                           Additives/blending components       0.0000
#> 1386                                      Other hydrocarbons       0.0000
#> 1387                                            Refinery gas       0.0000
#> 1388                                                  Ethane       0.0000
#> 1389                         Liquefied petroleum gases (LPG)       0.0000
#> 1390                           Motor gasoline excl. biofuels       0.0000
#> 1391                                       Aviation gasoline       0.0000
#> 1392                                  Gasoline type jet fuel       0.0000
#> 1393                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1394                                          Other kerosene       0.0000
#> 1395                           Gas/diesel oil excl. biofuels       0.0000
#> 1396                                                Fuel oil       0.0000
#> 1397                                                 Naphtha       0.0000
#> 1398                                      White spirit & SBP       0.0000
#> 1399                                              Lubricants       0.0000
#> 1400                                                 Bitumen       0.0000
#> 1401                                          Paraffin waxes       0.0000
#> 1402                                          Petroleum coke       0.0000
#> 1403                                      Other oil products       0.0000
#> 1404                                        Industrial waste       0.0000
#> 1405                             Municipal waste (renewable)       0.0000
#> 1406                         Municipal waste (non-renewable)       0.0000
#> 1407                                  Primary solid biofuels       0.0000
#> 1408                                                Biogases       0.0000
#> 1409                                             Biogasoline       0.0000
#> 1410                                              Biodiesels       0.0000
#> 1411                                        Bio jet kerosene       0.0000
#> 1412                                   Other liquid biofuels       0.0000
#> 1413                Non-specified primary biofuels and waste       0.0000
#> 1414                                                Charcoal       0.0000
#> 1415  Elec/heat output from non-specified manufactured gases       0.0000
#> 1416        Heat output from non-specified combustible fuels       0.0000
#> 1417                                                 Nuclear       0.0000
#> 1418                                                   Hydro       0.0000
#> 1419                                              Geothermal       0.0000
#> 1420                                     Solar photovoltaics       0.0000
#> 1421                                           Solar thermal       0.0000
#> 1422                                    Tide, wave and ocean       0.0000
#> 1423                                                    Wind       0.0000
#> 1424                                           Other sources       0.0000
#> 1425                                             Electricity       0.0000
#> 1426                                                    Heat       0.0000
#> 1427                                                   Total       0.0000
#> 1428                                        Memo: Renewables       0.0000
#> 1429                                Hard coal (if no detail)       0.0000
#> 1430                               Brown coal (if no detail)       0.0000
#> 1431                                              Anthracite       0.0000
#> 1432                                             Coking coal       0.0000
#> 1433                                   Other bituminous coal       0.0000
#> 1434                                     Sub-bituminous coal       0.0000
#> 1435                                                 Lignite       0.0000
#> 1436                                             Patent fuel       0.0000
#> 1437                                          Coke oven coke       0.0000
#> 1438                                                Gas coke       0.0000
#> 1439                                                Coal tar       0.0000
#> 1440                                                     BKB       0.0000
#> 1441                                           Gas works gas       0.0000
#> 1442                                           Coke oven gas       0.0000
#> 1443                                       Blast furnace gas       0.0000
#> 1444                                   Other recovered gases       0.0000
#> 1445                                                    Peat       0.0000
#> 1446                                           Peat products       0.0000
#> 1447                                 Oil shale and oil sands       0.0000
#> 1448                                             Natural gas       0.0000
#> 1449                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1450                                               Crude oil       0.0000
#> 1451                                     Natural gas liquids       0.0000
#> 1452                                     Refinery feedstocks       0.0000
#> 1453                           Additives/blending components       0.0000
#> 1454                                      Other hydrocarbons       0.0000
#> 1455                                            Refinery gas       0.0000
#> 1456                                                  Ethane       0.0000
#> 1457                         Liquefied petroleum gases (LPG)       0.0000
#> 1458                           Motor gasoline excl. biofuels       0.0000
#> 1459                                       Aviation gasoline       0.0000
#> 1460                                  Gasoline type jet fuel       0.0000
#> 1461                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1462                                          Other kerosene       0.0000
#> 1463                           Gas/diesel oil excl. biofuels       0.0000
#> 1464                                                Fuel oil       0.0000
#> 1465                                                 Naphtha       0.0000
#> 1466                                      White spirit & SBP       0.0000
#> 1467                                              Lubricants       0.0000
#> 1468                                                 Bitumen       0.0000
#> 1469                                          Paraffin waxes       0.0000
#> 1470                                          Petroleum coke       0.0000
#> 1471                                      Other oil products       0.0000
#> 1472                                        Industrial waste       0.0000
#> 1473                             Municipal waste (renewable)       0.0000
#> 1474                         Municipal waste (non-renewable)       0.0000
#> 1475                                  Primary solid biofuels       0.0000
#> 1476                                                Biogases       0.0000
#> 1477                                             Biogasoline       0.0000
#> 1478                                              Biodiesels       0.0000
#> 1479                                        Bio jet kerosene       0.0000
#> 1480                                   Other liquid biofuels       0.0000
#> 1481                Non-specified primary biofuels and waste       0.0000
#> 1482                                                Charcoal       0.0000
#> 1483  Elec/heat output from non-specified manufactured gases       0.0000
#> 1484        Heat output from non-specified combustible fuels       0.0000
#> 1485                                                 Nuclear       0.0000
#> 1486                                                   Hydro       0.0000
#> 1487                                              Geothermal       0.0000
#> 1488                                     Solar photovoltaics       0.0000
#> 1489                                           Solar thermal       0.0000
#> 1490                                    Tide, wave and ocean       0.0000
#> 1491                                                    Wind       0.0000
#> 1492                                           Other sources       0.0000
#> 1493                                             Electricity       0.0000
#> 1494                                                    Heat       0.0000
#> 1495                                                   Total       0.0000
#> 1496                                        Memo: Renewables       0.0000
#> 1497                                Hard coal (if no detail)       0.0000
#> 1498                               Brown coal (if no detail)       0.0000
#> 1499                                              Anthracite       0.0000
#> 1500                                             Coking coal       0.0000
#> 1501                                   Other bituminous coal       0.0000
#> 1502                                     Sub-bituminous coal       0.0000
#> 1503                                                 Lignite       0.0000
#> 1504                                             Patent fuel       0.0000
#> 1505                                          Coke oven coke       0.0000
#> 1506                                                Gas coke       0.0000
#> 1507                                                Coal tar       0.0000
#> 1508                                                     BKB       0.0000
#> 1509                                           Gas works gas       0.0000
#> 1510                                           Coke oven gas       0.0000
#> 1511                                       Blast furnace gas       0.0000
#> 1512                                   Other recovered gases       0.0000
#> 1513                                                    Peat       0.0000
#> 1514                                           Peat products       0.0000
#> 1515                                 Oil shale and oil sands       0.0000
#> 1516                                             Natural gas       0.0000
#> 1517                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1518                                               Crude oil       0.0000
#> 1519                                     Natural gas liquids       0.0000
#> 1520                                     Refinery feedstocks       0.0000
#> 1521                           Additives/blending components       0.0000
#> 1522                                      Other hydrocarbons       0.0000
#> 1523                                            Refinery gas       0.0000
#> 1524                                                  Ethane       0.0000
#> 1525                         Liquefied petroleum gases (LPG)       0.0000
#> 1526                           Motor gasoline excl. biofuels       0.0000
#> 1527                                       Aviation gasoline       0.0000
#> 1528                                  Gasoline type jet fuel       0.0000
#> 1529                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1530                                          Other kerosene       0.0000
#> 1531                           Gas/diesel oil excl. biofuels       0.0000
#> 1532                                                Fuel oil       0.0000
#> 1533                                                 Naphtha       0.0000
#> 1534                                      White spirit & SBP       0.0000
#> 1535                                              Lubricants       0.0000
#> 1536                                                 Bitumen       0.0000
#> 1537                                          Paraffin waxes       0.0000
#> 1538                                          Petroleum coke       0.0000
#> 1539                                      Other oil products       0.0000
#> 1540                                        Industrial waste       0.0000
#> 1541                             Municipal waste (renewable)       0.0000
#> 1542                         Municipal waste (non-renewable)       0.0000
#> 1543                                  Primary solid biofuels       0.0000
#> 1544                                                Biogases       0.0000
#> 1545                                             Biogasoline       0.0000
#> 1546                                              Biodiesels       0.0000
#> 1547                                        Bio jet kerosene       0.0000
#> 1548                                   Other liquid biofuels       0.0000
#> 1549                Non-specified primary biofuels and waste       0.0000
#> 1550                                                Charcoal       0.0000
#> 1551  Elec/heat output from non-specified manufactured gases       0.0000
#> 1552        Heat output from non-specified combustible fuels       0.0000
#> 1553                                                 Nuclear       0.0000
#> 1554                                                   Hydro       0.0000
#> 1555                                              Geothermal       0.0000
#> 1556                                     Solar photovoltaics       0.0000
#> 1557                                           Solar thermal       0.0000
#> 1558                                    Tide, wave and ocean       0.0000
#> 1559                                                    Wind       0.0000
#> 1560                                           Other sources       0.0000
#> 1561                                             Electricity       0.0000
#> 1562                                                    Heat       0.0000
#> 1563                                                   Total       0.0000
#> 1564                                        Memo: Renewables       0.0000
#> 1565                                Hard coal (if no detail)       0.0000
#> 1566                               Brown coal (if no detail)       0.0000
#> 1567                                              Anthracite       0.0000
#> 1568                                             Coking coal       0.0000
#> 1569                                   Other bituminous coal       0.0000
#> 1570                                     Sub-bituminous coal       0.0000
#> 1571                                                 Lignite       0.0000
#> 1572                                             Patent fuel       0.0000
#> 1573                                          Coke oven coke       0.0000
#> 1574                                                Gas coke       0.0000
#> 1575                                                Coal tar       0.0000
#> 1576                                                     BKB       0.0000
#> 1577                                           Gas works gas       0.0000
#> 1578                                           Coke oven gas       0.0000
#> 1579                                       Blast furnace gas       0.0000
#> 1580                                   Other recovered gases       0.0000
#> 1581                                                    Peat       0.0000
#> 1582                                           Peat products       0.0000
#> 1583                                 Oil shale and oil sands       0.0000
#> 1584                                             Natural gas       0.0000
#> 1585                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1586                                               Crude oil       0.0000
#> 1587                                     Natural gas liquids       0.0000
#> 1588                                     Refinery feedstocks       0.0000
#> 1589                           Additives/blending components       0.0000
#> 1590                                      Other hydrocarbons       0.0000
#> 1591                                            Refinery gas       0.0000
#> 1592                                                  Ethane       0.0000
#> 1593                         Liquefied petroleum gases (LPG)       0.0000
#> 1594                           Motor gasoline excl. biofuels       0.0000
#> 1595                                       Aviation gasoline       0.0000
#> 1596                                  Gasoline type jet fuel       0.0000
#> 1597                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1598                                          Other kerosene       0.0000
#> 1599                           Gas/diesel oil excl. biofuels       0.0000
#> 1600                                                Fuel oil       0.0000
#> 1601                                                 Naphtha       0.0000
#> 1602                                      White spirit & SBP       0.0000
#> 1603                                              Lubricants       0.0000
#> 1604                                                 Bitumen       0.0000
#> 1605                                          Paraffin waxes       0.0000
#> 1606                                          Petroleum coke       0.0000
#> 1607                                      Other oil products       0.0000
#> 1608                                        Industrial waste       0.0000
#> 1609                             Municipal waste (renewable)       0.0000
#> 1610                         Municipal waste (non-renewable)       0.0000
#> 1611                                  Primary solid biofuels       0.0000
#> 1612                                                Biogases       0.0000
#> 1613                                             Biogasoline       0.0000
#> 1614                                              Biodiesels       0.0000
#> 1615                                        Bio jet kerosene       0.0000
#> 1616                                   Other liquid biofuels       0.0000
#> 1617                Non-specified primary biofuels and waste       0.0000
#> 1618                                                Charcoal       0.0000
#> 1619  Elec/heat output from non-specified manufactured gases       0.0000
#> 1620        Heat output from non-specified combustible fuels       0.0000
#> 1621                                                 Nuclear       0.0000
#> 1622                                                   Hydro       0.0000
#> 1623                                              Geothermal       0.0000
#> 1624                                     Solar photovoltaics       0.0000
#> 1625                                           Solar thermal       0.0000
#> 1626                                    Tide, wave and ocean       0.0000
#> 1627                                                    Wind       0.0000
#> 1628                                           Other sources       0.0000
#> 1629                                             Electricity       0.0000
#> 1630                                                    Heat       0.0000
#> 1631                                                   Total       0.0000
#> 1632                                        Memo: Renewables       0.0000
#> 1633                                Hard coal (if no detail)       0.0000
#> 1634                               Brown coal (if no detail)       0.0000
#> 1635                                              Anthracite       0.0000
#> 1636                                             Coking coal       0.0000
#> 1637                                   Other bituminous coal       0.0000
#> 1638                                     Sub-bituminous coal       0.0000
#> 1639                                                 Lignite       0.0000
#> 1640                                             Patent fuel       0.0000
#> 1641                                          Coke oven coke       0.0000
#> 1642                                                Gas coke       0.0000
#> 1643                                                Coal tar       0.0000
#> 1644                                                     BKB       0.0000
#> 1645                                           Gas works gas       0.0000
#> 1646                                           Coke oven gas       0.0000
#> 1647                                       Blast furnace gas       0.0000
#> 1648                                   Other recovered gases       0.0000
#> 1649                                                    Peat       0.0000
#> 1650                                           Peat products       0.0000
#> 1651                                 Oil shale and oil sands       0.0000
#> 1652                                             Natural gas       0.0000
#> 1653                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1654                                               Crude oil  -37507.3599
#> 1655                                     Natural gas liquids       0.0000
#> 1656                                     Refinery feedstocks       0.0000
#> 1657                           Additives/blending components       0.0000
#> 1658                                      Other hydrocarbons       0.0000
#> 1659                                            Refinery gas     817.6988
#> 1660                                                  Ethane       0.0000
#> 1661                         Liquefied petroleum gases (LPG)     141.8990
#> 1662                           Motor gasoline excl. biofuels    8646.3993
#> 1663                                       Aviation gasoline       0.0000
#> 1664                                  Gasoline type jet fuel       0.0000
#> 1665                   Kerosene type jet fuel excl. biofuels     936.5997
#> 1666                                          Other kerosene    3635.3984
#> 1667                           Gas/diesel oil excl. biofuels    9526.0000
#> 1668                                                Fuel oil   12663.0017
#> 1669                                                 Naphtha       0.0000
#> 1670                                      White spirit & SBP       0.0000
#> 1671                                              Lubricants       0.0000
#> 1672                                                 Bitumen       0.0000
#> 1673                                          Paraffin waxes       0.0000
#> 1674                                          Petroleum coke       0.0000
#> 1675                                      Other oil products       0.0000
#> 1676                                        Industrial waste       0.0000
#> 1677                             Municipal waste (renewable)       0.0000
#> 1678                         Municipal waste (non-renewable)       0.0000
#> 1679                                  Primary solid biofuels       0.0000
#> 1680                                                Biogases       0.0000
#> 1681                                             Biogasoline       0.0000
#> 1682                                              Biodiesels       0.0000
#> 1683                                        Bio jet kerosene       0.0000
#> 1684                                   Other liquid biofuels       0.0000
#> 1685                Non-specified primary biofuels and waste       0.0000
#> 1686                                                Charcoal       0.0000
#> 1687  Elec/heat output from non-specified manufactured gases       0.0000
#> 1688        Heat output from non-specified combustible fuels       0.0000
#> 1689                                                 Nuclear       0.0000
#> 1690                                                   Hydro       0.0000
#> 1691                                              Geothermal       0.0000
#> 1692                                     Solar photovoltaics       0.0000
#> 1693                                           Solar thermal       0.0000
#> 1694                                    Tide, wave and ocean       0.0000
#> 1695                                                    Wind       0.0000
#> 1696                                           Other sources       0.0000
#> 1697                                             Electricity       0.0000
#> 1698                                                    Heat       0.0000
#> 1699                                                   Total   -1140.3629
#> 1700                                        Memo: Renewables       0.0000
#> 1701                                Hard coal (if no detail)       0.0000
#> 1702                               Brown coal (if no detail)       0.0000
#> 1703                                              Anthracite       0.0000
#> 1704                                             Coking coal       0.0000
#> 1705                                   Other bituminous coal       0.0000
#> 1706                                     Sub-bituminous coal       0.0000
#> 1707                                                 Lignite       0.0000
#> 1708                                             Patent fuel       0.0000
#> 1709                                          Coke oven coke       0.0000
#> 1710                                                Gas coke       0.0000
#> 1711                                                Coal tar       0.0000
#> 1712                                                     BKB       0.0000
#> 1713                                           Gas works gas       0.0000
#> 1714                                           Coke oven gas       0.0000
#> 1715                                       Blast furnace gas       0.0000
#> 1716                                   Other recovered gases       0.0000
#> 1717                                                    Peat       0.0000
#> 1718                                           Peat products       0.0000
#> 1719                                 Oil shale and oil sands       0.0000
#> 1720                                             Natural gas       0.0000
#> 1721                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1722                                               Crude oil       0.0000
#> 1723                                     Natural gas liquids       0.0000
#> 1724                                     Refinery feedstocks       0.0000
#> 1725                           Additives/blending components       0.0000
#> 1726                                      Other hydrocarbons       0.0000
#> 1727                                            Refinery gas       0.0000
#> 1728                                                  Ethane       0.0000
#> 1729                         Liquefied petroleum gases (LPG)       0.0000
#> 1730                           Motor gasoline excl. biofuels       0.0000
#> 1731                                       Aviation gasoline       0.0000
#> 1732                                  Gasoline type jet fuel       0.0000
#> 1733                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1734                                          Other kerosene       0.0000
#> 1735                           Gas/diesel oil excl. biofuels       0.0000
#> 1736                                                Fuel oil       0.0000
#> 1737                                                 Naphtha       0.0000
#> 1738                                      White spirit & SBP       0.0000
#> 1739                                              Lubricants       0.0000
#> 1740                                                 Bitumen       0.0000
#> 1741                                          Paraffin waxes       0.0000
#> 1742                                          Petroleum coke       0.0000
#> 1743                                      Other oil products       0.0000
#> 1744                                        Industrial waste       0.0000
#> 1745                             Municipal waste (renewable)       0.0000
#> 1746                         Municipal waste (non-renewable)       0.0000
#> 1747                                  Primary solid biofuels       0.0000
#> 1748                                                Biogases       0.0000
#> 1749                                             Biogasoline       0.0000
#> 1750                                              Biodiesels       0.0000
#> 1751                                        Bio jet kerosene       0.0000
#> 1752                                   Other liquid biofuels       0.0000
#> 1753                Non-specified primary biofuels and waste       0.0000
#> 1754                                                Charcoal       0.0000
#> 1755  Elec/heat output from non-specified manufactured gases       0.0000
#> 1756        Heat output from non-specified combustible fuels       0.0000
#> 1757                                                 Nuclear       0.0000
#> 1758                                                   Hydro       0.0000
#> 1759                                              Geothermal       0.0000
#> 1760                                     Solar photovoltaics       0.0000
#> 1761                                           Solar thermal       0.0000
#> 1762                                    Tide, wave and ocean       0.0000
#> 1763                                                    Wind       0.0000
#> 1764                                           Other sources       0.0000
#> 1765                                             Electricity       0.0000
#> 1766                                                    Heat       0.0000
#> 1767                                                   Total       0.0000
#> 1768                                        Memo: Renewables       0.0000
#> 1769                                Hard coal (if no detail)       0.0000
#> 1770                               Brown coal (if no detail)       0.0000
#> 1771                                              Anthracite       0.0000
#> 1772                                             Coking coal       0.0000
#> 1773                                   Other bituminous coal       0.0000
#> 1774                                     Sub-bituminous coal       0.0000
#> 1775                                                 Lignite       0.0000
#> 1776                                             Patent fuel       0.0000
#> 1777                                          Coke oven coke       0.0000
#> 1778                                                Gas coke       0.0000
#> 1779                                                Coal tar       0.0000
#> 1780                                                     BKB       0.0000
#> 1781                                           Gas works gas       0.0000
#> 1782                                           Coke oven gas       0.0000
#> 1783                                       Blast furnace gas       0.0000
#> 1784                                   Other recovered gases       0.0000
#> 1785                                                    Peat       0.0000
#> 1786                                           Peat products       0.0000
#> 1787                                 Oil shale and oil sands       0.0000
#> 1788                                             Natural gas       0.0000
#> 1789                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1790                                               Crude oil       0.0000
#> 1791                                     Natural gas liquids       0.0000
#> 1792                                     Refinery feedstocks       0.0000
#> 1793                           Additives/blending components       0.0000
#> 1794                                      Other hydrocarbons       0.0000
#> 1795                                            Refinery gas       0.0000
#> 1796                                                  Ethane       0.0000
#> 1797                         Liquefied petroleum gases (LPG)       0.0000
#> 1798                           Motor gasoline excl. biofuels       0.0000
#> 1799                                       Aviation gasoline       0.0000
#> 1800                                  Gasoline type jet fuel       0.0000
#> 1801                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1802                                          Other kerosene       0.0000
#> 1803                           Gas/diesel oil excl. biofuels       0.0000
#> 1804                                                Fuel oil       0.0000
#> 1805                                                 Naphtha       0.0000
#> 1806                                      White spirit & SBP       0.0000
#> 1807                                              Lubricants       0.0000
#> 1808                                                 Bitumen       0.0000
#> 1809                                          Paraffin waxes       0.0000
#> 1810                                          Petroleum coke       0.0000
#> 1811                                      Other oil products       0.0000
#> 1812                                        Industrial waste       0.0000
#> 1813                             Municipal waste (renewable)       0.0000
#> 1814                         Municipal waste (non-renewable)       0.0000
#> 1815                                  Primary solid biofuels       0.0000
#> 1816                                                Biogases       0.0000
#> 1817                                             Biogasoline       0.0000
#> 1818                                              Biodiesels       0.0000
#> 1819                                        Bio jet kerosene       0.0000
#> 1820                                   Other liquid biofuels       0.0000
#> 1821                Non-specified primary biofuels and waste       0.0000
#> 1822                                                Charcoal       0.0000
#> 1823  Elec/heat output from non-specified manufactured gases       0.0000
#> 1824        Heat output from non-specified combustible fuels       0.0000
#> 1825                                                 Nuclear       0.0000
#> 1826                                                   Hydro       0.0000
#> 1827                                              Geothermal       0.0000
#> 1828                                     Solar photovoltaics       0.0000
#> 1829                                           Solar thermal       0.0000
#> 1830                                    Tide, wave and ocean       0.0000
#> 1831                                                    Wind       0.0000
#> 1832                                           Other sources       0.0000
#> 1833                                             Electricity       0.0000
#> 1834                                                    Heat       0.0000
#> 1835                                                   Total       0.0000
#> 1836                                        Memo: Renewables       0.0000
#> 1837                                Hard coal (if no detail)       0.0000
#> 1838                               Brown coal (if no detail)       0.0000
#> 1839                                              Anthracite       0.0000
#> 1840                                             Coking coal       0.0000
#> 1841                                   Other bituminous coal       0.0000
#> 1842                                     Sub-bituminous coal       0.0000
#> 1843                                                 Lignite       0.0000
#> 1844                                             Patent fuel       0.0000
#> 1845                                          Coke oven coke       0.0000
#> 1846                                                Gas coke       0.0000
#> 1847                                                Coal tar       0.0000
#> 1848                                                     BKB       0.0000
#> 1849                                           Gas works gas       0.0000
#> 1850                                           Coke oven gas       0.0000
#> 1851                                       Blast furnace gas       0.0000
#> 1852                                   Other recovered gases       0.0000
#> 1853                                                    Peat       0.0000
#> 1854                                           Peat products       0.0000
#> 1855                                 Oil shale and oil sands       0.0000
#> 1856                                             Natural gas       0.0000
#> 1857                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1858                                               Crude oil       0.0000
#> 1859                                     Natural gas liquids       0.0000
#> 1860                                     Refinery feedstocks       0.0000
#> 1861                           Additives/blending components       0.0000
#> 1862                                      Other hydrocarbons       0.0000
#> 1863                                            Refinery gas       0.0000
#> 1864                                                  Ethane       0.0000
#> 1865                         Liquefied petroleum gases (LPG)       0.0000
#> 1866                           Motor gasoline excl. biofuels       0.0000
#> 1867                                       Aviation gasoline       0.0000
#> 1868                                  Gasoline type jet fuel       0.0000
#> 1869                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1870                                          Other kerosene       0.0000
#> 1871                           Gas/diesel oil excl. biofuels       0.0000
#> 1872                                                Fuel oil       0.0000
#> 1873                                                 Naphtha       0.0000
#> 1874                                      White spirit & SBP       0.0000
#> 1875                                              Lubricants       0.0000
#> 1876                                                 Bitumen       0.0000
#> 1877                                          Paraffin waxes       0.0000
#> 1878                                          Petroleum coke       0.0000
#> 1879                                      Other oil products       0.0000
#> 1880                                        Industrial waste       0.0000
#> 1881                             Municipal waste (renewable)       0.0000
#> 1882                         Municipal waste (non-renewable)       0.0000
#> 1883                                  Primary solid biofuels       0.0000
#> 1884                                                Biogases       0.0000
#> 1885                                             Biogasoline       0.0000
#> 1886                                              Biodiesels       0.0000
#> 1887                                        Bio jet kerosene       0.0000
#> 1888                                   Other liquid biofuels       0.0000
#> 1889                Non-specified primary biofuels and waste       0.0000
#> 1890                                                Charcoal       0.0000
#> 1891  Elec/heat output from non-specified manufactured gases       0.0000
#> 1892        Heat output from non-specified combustible fuels       0.0000
#> 1893                                                 Nuclear       0.0000
#> 1894                                                   Hydro       0.0000
#> 1895                                              Geothermal       0.0000
#> 1896                                     Solar photovoltaics       0.0000
#> 1897                                           Solar thermal       0.0000
#> 1898                                    Tide, wave and ocean       0.0000
#> 1899                                                    Wind       0.0000
#> 1900                                           Other sources       0.0000
#> 1901                                             Electricity       0.0000
#> 1902                                                    Heat       0.0000
#> 1903                                                   Total       0.0000
#> 1904                                        Memo: Renewables       0.0000
#> 1905                                Hard coal (if no detail)       0.0000
#> 1906                               Brown coal (if no detail)       0.0000
#> 1907                                              Anthracite       0.0000
#> 1908                                             Coking coal       0.0000
#> 1909                                   Other bituminous coal       0.0000
#> 1910                                     Sub-bituminous coal       0.0000
#> 1911                                                 Lignite       0.0000
#> 1912                                             Patent fuel       0.0000
#> 1913                                          Coke oven coke       0.0000
#> 1914                                                Gas coke       0.0000
#> 1915                                                Coal tar       0.0000
#> 1916                                                     BKB       0.0000
#> 1917                                           Gas works gas       0.0000
#> 1918                                           Coke oven gas       0.0000
#> 1919                                       Blast furnace gas       0.0000
#> 1920                                   Other recovered gases       0.0000
#> 1921                                                    Peat       0.0000
#> 1922                                           Peat products       0.0000
#> 1923                                 Oil shale and oil sands       0.0000
#> 1924                                             Natural gas       0.0000
#> 1925                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1926                                               Crude oil       0.0000
#> 1927                                     Natural gas liquids       0.0000
#> 1928                                     Refinery feedstocks       0.0000
#> 1929                           Additives/blending components       0.0000
#> 1930                                      Other hydrocarbons       0.0000
#> 1931                                            Refinery gas       0.0000
#> 1932                                                  Ethane       0.0000
#> 1933                         Liquefied petroleum gases (LPG)       0.0000
#> 1934                           Motor gasoline excl. biofuels       0.0000
#> 1935                                       Aviation gasoline       0.0000
#> 1936                                  Gasoline type jet fuel       0.0000
#> 1937                   Kerosene type jet fuel excl. biofuels       0.0000
#> 1938                                          Other kerosene       0.0000
#> 1939                           Gas/diesel oil excl. biofuels       0.0000
#> 1940                                                Fuel oil       0.0000
#> 1941                                                 Naphtha       0.0000
#> 1942                                      White spirit & SBP       0.0000
#> 1943                                              Lubricants       0.0000
#> 1944                                                 Bitumen       0.0000
#> 1945                                          Paraffin waxes       0.0000
#> 1946                                          Petroleum coke       0.0000
#> 1947                                      Other oil products       0.0000
#> 1948                                        Industrial waste       0.0000
#> 1949                             Municipal waste (renewable)       0.0000
#> 1950                         Municipal waste (non-renewable)       0.0000
#> 1951                                  Primary solid biofuels       0.0000
#> 1952                                                Biogases       0.0000
#> 1953                                             Biogasoline       0.0000
#> 1954                                              Biodiesels       0.0000
#> 1955                                        Bio jet kerosene       0.0000
#> 1956                                   Other liquid biofuels       0.0000
#> 1957                Non-specified primary biofuels and waste       0.0000
#> 1958                                                Charcoal       0.0000
#> 1959  Elec/heat output from non-specified manufactured gases       0.0000
#> 1960        Heat output from non-specified combustible fuels       0.0000
#> 1961                                                 Nuclear       0.0000
#> 1962                                                   Hydro       0.0000
#> 1963                                              Geothermal       0.0000
#> 1964                                     Solar photovoltaics       0.0000
#> 1965                                           Solar thermal       0.0000
#> 1966                                    Tide, wave and ocean       0.0000
#> 1967                                                    Wind       0.0000
#> 1968                                           Other sources       0.0000
#> 1969                                             Electricity       0.0000
#> 1970                                                    Heat       0.0000
#> 1971                                                   Total       0.0000
#> 1972                                        Memo: Renewables       0.0000
#> 1973                                Hard coal (if no detail)       0.0000
#> 1974                               Brown coal (if no detail)       0.0000
#> 1975                                              Anthracite       0.0000
#> 1976                                             Coking coal       0.0000
#> 1977                                   Other bituminous coal       0.0000
#> 1978                                     Sub-bituminous coal       0.0000
#> 1979                                                 Lignite       0.0000
#> 1980                                             Patent fuel       0.0000
#> 1981                                          Coke oven coke       0.0000
#> 1982                                                Gas coke       0.0000
#> 1983                                                Coal tar       0.0000
#> 1984                                                     BKB       0.0000
#> 1985                                           Gas works gas       0.0000
#> 1986                                           Coke oven gas       0.0000
#> 1987                                       Blast furnace gas       0.0000
#> 1988                                   Other recovered gases       0.0000
#> 1989                                                    Peat       0.0000
#> 1990                                           Peat products       0.0000
#> 1991                                 Oil shale and oil sands       0.0000
#> 1992                                             Natural gas       0.0000
#> 1993                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 1994                                               Crude oil       0.0000
#> 1995                                     Natural gas liquids       0.0000
#> 1996                                     Refinery feedstocks       0.0000
#> 1997                           Additives/blending components       0.0000
#> 1998                                      Other hydrocarbons       0.0000
#> 1999                                            Refinery gas       0.0000
#> 2000                                                  Ethane       0.0000
#> 2001                         Liquefied petroleum gases (LPG)       0.0000
#> 2002                           Motor gasoline excl. biofuels       0.0000
#> 2003                                       Aviation gasoline       0.0000
#> 2004                                  Gasoline type jet fuel       0.0000
#> 2005                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2006                                          Other kerosene       0.0000
#> 2007                           Gas/diesel oil excl. biofuels       0.0000
#> 2008                                                Fuel oil       0.0000
#> 2009                                                 Naphtha       0.0000
#> 2010                                      White spirit & SBP       0.0000
#> 2011                                              Lubricants       0.0000
#> 2012                                                 Bitumen       0.0000
#> 2013                                          Paraffin waxes       0.0000
#> 2014                                          Petroleum coke       0.0000
#> 2015                                      Other oil products       0.0000
#> 2016                                        Industrial waste       0.0000
#> 2017                             Municipal waste (renewable)       0.0000
#> 2018                         Municipal waste (non-renewable)       0.0000
#> 2019                                  Primary solid biofuels  -20000.0003
#> 2020                                                Biogases       0.0000
#> 2021                                             Biogasoline       0.0000
#> 2022                                              Biodiesels       0.0000
#> 2023                                        Bio jet kerosene       0.0000
#> 2024                                   Other liquid biofuels       0.0000
#> 2025                Non-specified primary biofuels and waste       0.0000
#> 2026                                                Charcoal    4989.5980
#> 2027  Elec/heat output from non-specified manufactured gases       0.0000
#> 2028        Heat output from non-specified combustible fuels       0.0000
#> 2029                                                 Nuclear       0.0000
#> 2030                                                   Hydro       0.0000
#> 2031                                              Geothermal       0.0000
#> 2032                                     Solar photovoltaics       0.0000
#> 2033                                           Solar thermal       0.0000
#> 2034                                    Tide, wave and ocean       0.0000
#> 2035                                                    Wind       0.0000
#> 2036                                           Other sources       0.0000
#> 2037                                             Electricity       0.0000
#> 2038                                                    Heat       0.0000
#> 2039                                                   Total  -15010.3981
#> 2040                                        Memo: Renewables  -15010.4023
#> 2041                                Hard coal (if no detail)       0.0000
#> 2042                               Brown coal (if no detail)       0.0000
#> 2043                                              Anthracite       0.0000
#> 2044                                             Coking coal       0.0000
#> 2045                                   Other bituminous coal       0.0000
#> 2046                                     Sub-bituminous coal       0.0000
#> 2047                                                 Lignite       0.0000
#> 2048                                             Patent fuel       0.0000
#> 2049                                          Coke oven coke       0.0000
#> 2050                                                Gas coke       0.0000
#> 2051                                                Coal tar       0.0000
#> 2052                                                     BKB       0.0000
#> 2053                                           Gas works gas       0.0000
#> 2054                                           Coke oven gas       0.0000
#> 2055                                       Blast furnace gas       0.0000
#> 2056                                   Other recovered gases       0.0000
#> 2057                                                    Peat       0.0000
#> 2058                                           Peat products       0.0000
#> 2059                                 Oil shale and oil sands       0.0000
#> 2060                                             Natural gas       0.0000
#> 2061                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2062                                               Crude oil       0.0000
#> 2063                                     Natural gas liquids       0.0000
#> 2064                                     Refinery feedstocks       0.0000
#> 2065                           Additives/blending components       0.0000
#> 2066                                      Other hydrocarbons       0.0000
#> 2067                                            Refinery gas       0.0000
#> 2068                                                  Ethane       0.0000
#> 2069                         Liquefied petroleum gases (LPG)       0.0000
#> 2070                           Motor gasoline excl. biofuels       0.0000
#> 2071                                       Aviation gasoline       0.0000
#> 2072                                  Gasoline type jet fuel       0.0000
#> 2073                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2074                                          Other kerosene       0.0000
#> 2075                           Gas/diesel oil excl. biofuels       0.0000
#> 2076                                                Fuel oil       0.0000
#> 2077                                                 Naphtha       0.0000
#> 2078                                      White spirit & SBP       0.0000
#> 2079                                              Lubricants       0.0000
#> 2080                                                 Bitumen       0.0000
#> 2081                                          Paraffin waxes       0.0000
#> 2082                                          Petroleum coke       0.0000
#> 2083                                      Other oil products       0.0000
#> 2084                                        Industrial waste       0.0000
#> 2085                             Municipal waste (renewable)       0.0000
#> 2086                         Municipal waste (non-renewable)       0.0000
#> 2087                                  Primary solid biofuels       0.0000
#> 2088                                                Biogases       0.0000
#> 2089                                             Biogasoline       0.0000
#> 2090                                              Biodiesels       0.0000
#> 2091                                        Bio jet kerosene       0.0000
#> 2092                                   Other liquid biofuels       0.0000
#> 2093                Non-specified primary biofuels and waste       0.0000
#> 2094                                                Charcoal       0.0000
#> 2095  Elec/heat output from non-specified manufactured gases       0.0000
#> 2096        Heat output from non-specified combustible fuels       0.0000
#> 2097                                                 Nuclear       0.0000
#> 2098                                                   Hydro       0.0000
#> 2099                                              Geothermal       0.0000
#> 2100                                     Solar photovoltaics       0.0000
#> 2101                                           Solar thermal       0.0000
#> 2102                                    Tide, wave and ocean       0.0000
#> 2103                                                    Wind       0.0000
#> 2104                                           Other sources       0.0000
#> 2105                                             Electricity       0.0000
#> 2106                                                    Heat       0.0000
#> 2107                                                   Total       0.0000
#> 2108                                        Memo: Renewables       0.0000
#> 2109                                Hard coal (if no detail)       0.0000
#> 2110                               Brown coal (if no detail)       0.0000
#> 2111                                              Anthracite       0.0000
#> 2112                                             Coking coal       0.0000
#> 2113                                   Other bituminous coal       0.0000
#> 2114                                     Sub-bituminous coal       0.0000
#> 2115                                                 Lignite       0.0000
#> 2116                                             Patent fuel       0.0000
#> 2117                                          Coke oven coke       0.0000
#> 2118                                                Gas coke       0.0000
#> 2119                                                Coal tar       0.0000
#> 2120                                                     BKB       0.0000
#> 2121                                           Gas works gas       0.0000
#> 2122                                           Coke oven gas       0.0000
#> 2123                                       Blast furnace gas       0.0000
#> 2124                                   Other recovered gases       0.0000
#> 2125                                                    Peat       0.0000
#> 2126                                           Peat products       0.0000
#> 2127                                 Oil shale and oil sands       0.0000
#> 2128                                             Natural gas       0.0000
#> 2129                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2130                                               Crude oil       0.0000
#> 2131                                     Natural gas liquids       0.0000
#> 2132                                     Refinery feedstocks       0.0000
#> 2133                           Additives/blending components       0.0000
#> 2134                                      Other hydrocarbons       0.0000
#> 2135                                            Refinery gas    -817.6988
#> 2136                                                  Ethane       0.0000
#> 2137                         Liquefied petroleum gases (LPG)       0.0000
#> 2138                           Motor gasoline excl. biofuels       0.0000
#> 2139                                       Aviation gasoline       0.0000
#> 2140                                  Gasoline type jet fuel       0.0000
#> 2141                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2142                                          Other kerosene       0.0000
#> 2143                           Gas/diesel oil excl. biofuels       0.0000
#> 2144                                                Fuel oil       0.0000
#> 2145                                                 Naphtha       0.0000
#> 2146                                      White spirit & SBP       0.0000
#> 2147                                              Lubricants       0.0000
#> 2148                                                 Bitumen       0.0000
#> 2149                                          Paraffin waxes       0.0000
#> 2150                                          Petroleum coke       0.0000
#> 2151                                      Other oil products       0.0000
#> 2152                                        Industrial waste       0.0000
#> 2153                             Municipal waste (renewable)       0.0000
#> 2154                         Municipal waste (non-renewable)       0.0000
#> 2155                                  Primary solid biofuels       0.0000
#> 2156                                                Biogases       0.0000
#> 2157                                             Biogasoline       0.0000
#> 2158                                              Biodiesels       0.0000
#> 2159                                        Bio jet kerosene       0.0000
#> 2160                                   Other liquid biofuels       0.0000
#> 2161                Non-specified primary biofuels and waste       0.0000
#> 2162                                                Charcoal       0.0000
#> 2163  Elec/heat output from non-specified manufactured gases       0.0000
#> 2164        Heat output from non-specified combustible fuels       0.0000
#> 2165                                                 Nuclear       0.0000
#> 2166                                                   Hydro       0.0000
#> 2167                                              Geothermal       0.0000
#> 2168                                     Solar photovoltaics       0.0000
#> 2169                                           Solar thermal       0.0000
#> 2170                                    Tide, wave and ocean       0.0000
#> 2171                                                    Wind       0.0000
#> 2172                                           Other sources       0.0000
#> 2173                                             Electricity    -104.4020
#> 2174                                                    Heat       0.0000
#> 2175                                                   Total    -922.1008
#> 2176                                        Memo: Renewables       0.0000
#> 2177                                Hard coal (if no detail)       0.0000
#> 2178                               Brown coal (if no detail)       0.0000
#> 2179                                              Anthracite       0.0000
#> 2180                                             Coking coal       0.0000
#> 2181                                   Other bituminous coal       0.0000
#> 2182                                     Sub-bituminous coal       0.0000
#> 2183                                                 Lignite       0.0000
#> 2184                                             Patent fuel       0.0000
#> 2185                                          Coke oven coke       0.0000
#> 2186                                                Gas coke       0.0000
#> 2187                                                Coal tar       0.0000
#> 2188                                                     BKB       0.0000
#> 2189                                           Gas works gas       0.0000
#> 2190                                           Coke oven gas       0.0000
#> 2191                                       Blast furnace gas       0.0000
#> 2192                                   Other recovered gases       0.0000
#> 2193                                                    Peat       0.0000
#> 2194                                           Peat products       0.0000
#> 2195                                 Oil shale and oil sands       0.0000
#> 2196                                             Natural gas       0.0000
#> 2197                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2198                                               Crude oil       0.0000
#> 2199                                     Natural gas liquids       0.0000
#> 2200                                     Refinery feedstocks       0.0000
#> 2201                           Additives/blending components       0.0000
#> 2202                                      Other hydrocarbons       0.0000
#> 2203                                            Refinery gas       0.0000
#> 2204                                                  Ethane       0.0000
#> 2205                         Liquefied petroleum gases (LPG)       0.0000
#> 2206                           Motor gasoline excl. biofuels       0.0000
#> 2207                                       Aviation gasoline       0.0000
#> 2208                                  Gasoline type jet fuel       0.0000
#> 2209                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2210                                          Other kerosene       0.0000
#> 2211                           Gas/diesel oil excl. biofuels       0.0000
#> 2212                                                Fuel oil       0.0000
#> 2213                                                 Naphtha       0.0000
#> 2214                                      White spirit & SBP       0.0000
#> 2215                                              Lubricants       0.0000
#> 2216                                                 Bitumen       0.0000
#> 2217                                          Paraffin waxes       0.0000
#> 2218                                          Petroleum coke       0.0000
#> 2219                                      Other oil products       0.0000
#> 2220                                        Industrial waste       0.0000
#> 2221                             Municipal waste (renewable)       0.0000
#> 2222                         Municipal waste (non-renewable)       0.0000
#> 2223                                  Primary solid biofuels       0.0000
#> 2224                                                Biogases       0.0000
#> 2225                                             Biogasoline       0.0000
#> 2226                                              Biodiesels       0.0000
#> 2227                                        Bio jet kerosene       0.0000
#> 2228                                   Other liquid biofuels       0.0000
#> 2229                Non-specified primary biofuels and waste       0.0000
#> 2230                                                Charcoal       0.0000
#> 2231  Elec/heat output from non-specified manufactured gases       0.0000
#> 2232        Heat output from non-specified combustible fuels       0.0000
#> 2233                                                 Nuclear       0.0000
#> 2234                                                   Hydro       0.0000
#> 2235                                              Geothermal       0.0000
#> 2236                                     Solar photovoltaics       0.0000
#> 2237                                           Solar thermal       0.0000
#> 2238                                    Tide, wave and ocean       0.0000
#> 2239                                                    Wind       0.0000
#> 2240                                           Other sources       0.0000
#> 2241                                             Electricity       0.0000
#> 2242                                                    Heat       0.0000
#> 2243                                                   Total       0.0000
#> 2244                                        Memo: Renewables       0.0000
#> 2245                                Hard coal (if no detail)       0.0000
#> 2246                               Brown coal (if no detail)       0.0000
#> 2247                                              Anthracite       0.0000
#> 2248                                             Coking coal       0.0000
#> 2249                                   Other bituminous coal       0.0000
#> 2250                                     Sub-bituminous coal       0.0000
#> 2251                                                 Lignite       0.0000
#> 2252                                             Patent fuel       0.0000
#> 2253                                          Coke oven coke       0.0000
#> 2254                                                Gas coke       0.0000
#> 2255                                                Coal tar       0.0000
#> 2256                                                     BKB       0.0000
#> 2257                                           Gas works gas       0.0000
#> 2258                                           Coke oven gas       0.0000
#> 2259                                       Blast furnace gas       0.0000
#> 2260                                   Other recovered gases       0.0000
#> 2261                                                    Peat       0.0000
#> 2262                                           Peat products       0.0000
#> 2263                                 Oil shale and oil sands       0.0000
#> 2264                                             Natural gas       0.0000
#> 2265                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2266                                               Crude oil       0.0000
#> 2267                                     Natural gas liquids       0.0000
#> 2268                                     Refinery feedstocks       0.0000
#> 2269                           Additives/blending components       0.0000
#> 2270                                      Other hydrocarbons       0.0000
#> 2271                                            Refinery gas       0.0000
#> 2272                                                  Ethane       0.0000
#> 2273                         Liquefied petroleum gases (LPG)       0.0000
#> 2274                           Motor gasoline excl. biofuels       0.0000
#> 2275                                       Aviation gasoline       0.0000
#> 2276                                  Gasoline type jet fuel       0.0000
#> 2277                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2278                                          Other kerosene       0.0000
#> 2279                           Gas/diesel oil excl. biofuels       0.0000
#> 2280                                                Fuel oil       0.0000
#> 2281                                                 Naphtha       0.0000
#> 2282                                      White spirit & SBP       0.0000
#> 2283                                              Lubricants       0.0000
#> 2284                                                 Bitumen       0.0000
#> 2285                                          Paraffin waxes       0.0000
#> 2286                                          Petroleum coke       0.0000
#> 2287                                      Other oil products       0.0000
#> 2288                                        Industrial waste       0.0000
#> 2289                             Municipal waste (renewable)       0.0000
#> 2290                         Municipal waste (non-renewable)       0.0000
#> 2291                                  Primary solid biofuels       0.0000
#> 2292                                                Biogases       0.0000
#> 2293                                             Biogasoline       0.0000
#> 2294                                              Biodiesels       0.0000
#> 2295                                        Bio jet kerosene       0.0000
#> 2296                                   Other liquid biofuels       0.0000
#> 2297                Non-specified primary biofuels and waste       0.0000
#> 2298                                                Charcoal       0.0000
#> 2299  Elec/heat output from non-specified manufactured gases       0.0000
#> 2300        Heat output from non-specified combustible fuels       0.0000
#> 2301                                                 Nuclear       0.0000
#> 2302                                                   Hydro       0.0000
#> 2303                                              Geothermal       0.0000
#> 2304                                     Solar photovoltaics       0.0000
#> 2305                                           Solar thermal       0.0000
#> 2306                                    Tide, wave and ocean       0.0000
#> 2307                                                    Wind       0.0000
#> 2308                                           Other sources       0.0000
#> 2309                                             Electricity       0.0000
#> 2310                                                    Heat       0.0000
#> 2311                                                   Total       0.0000
#> 2312                                        Memo: Renewables       0.0000
#> 2313                                Hard coal (if no detail)       0.0000
#> 2314                               Brown coal (if no detail)       0.0000
#> 2315                                              Anthracite       0.0000
#> 2316                                             Coking coal       0.0000
#> 2317                                   Other bituminous coal       0.0000
#> 2318                                     Sub-bituminous coal       0.0000
#> 2319                                                 Lignite       0.0000
#> 2320                                             Patent fuel       0.0000
#> 2321                                          Coke oven coke       0.0000
#> 2322                                                Gas coke       0.0000
#> 2323                                                Coal tar       0.0000
#> 2324                                                     BKB       0.0000
#> 2325                                           Gas works gas       0.0000
#> 2326                                           Coke oven gas       0.0000
#> 2327                                       Blast furnace gas       0.0000
#> 2328                                   Other recovered gases       0.0000
#> 2329                                                    Peat       0.0000
#> 2330                                           Peat products       0.0000
#> 2331                                 Oil shale and oil sands       0.0000
#> 2332                                             Natural gas       0.0000
#> 2333                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2334                                               Crude oil       0.0000
#> 2335                                     Natural gas liquids       0.0000
#> 2336                                     Refinery feedstocks       0.0000
#> 2337                           Additives/blending components       0.0000
#> 2338                                      Other hydrocarbons       0.0000
#> 2339                                            Refinery gas       0.0000
#> 2340                                                  Ethane       0.0000
#> 2341                         Liquefied petroleum gases (LPG)       0.0000
#> 2342                           Motor gasoline excl. biofuels       0.0000
#> 2343                                       Aviation gasoline       0.0000
#> 2344                                  Gasoline type jet fuel       0.0000
#> 2345                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2346                                          Other kerosene       0.0000
#> 2347                           Gas/diesel oil excl. biofuels       0.0000
#> 2348                                                Fuel oil       0.0000
#> 2349                                                 Naphtha       0.0000
#> 2350                                      White spirit & SBP       0.0000
#> 2351                                              Lubricants       0.0000
#> 2352                                                 Bitumen       0.0000
#> 2353                                          Paraffin waxes       0.0000
#> 2354                                          Petroleum coke       0.0000
#> 2355                                      Other oil products       0.0000
#> 2356                                        Industrial waste       0.0000
#> 2357                             Municipal waste (renewable)       0.0000
#> 2358                         Municipal waste (non-renewable)       0.0000
#> 2359                                  Primary solid biofuels       0.0000
#> 2360                                                Biogases       0.0000
#> 2361                                             Biogasoline       0.0000
#> 2362                                              Biodiesels       0.0000
#> 2363                                        Bio jet kerosene       0.0000
#> 2364                                   Other liquid biofuels       0.0000
#> 2365                Non-specified primary biofuels and waste       0.0000
#> 2366                                                Charcoal       0.0000
#> 2367  Elec/heat output from non-specified manufactured gases       0.0000
#> 2368        Heat output from non-specified combustible fuels       0.0000
#> 2369                                                 Nuclear       0.0000
#> 2370                                                   Hydro       0.0000
#> 2371                                              Geothermal       0.0000
#> 2372                                     Solar photovoltaics       0.0000
#> 2373                                           Solar thermal       0.0000
#> 2374                                    Tide, wave and ocean       0.0000
#> 2375                                                    Wind       0.0000
#> 2376                                           Other sources       0.0000
#> 2377                                             Electricity       0.0000
#> 2378                                                    Heat       0.0000
#> 2379                                                   Total       0.0000
#> 2380                                        Memo: Renewables       0.0000
#> 2381                                Hard coal (if no detail)       0.0000
#> 2382                               Brown coal (if no detail)       0.0000
#> 2383                                              Anthracite       0.0000
#> 2384                                             Coking coal       0.0000
#> 2385                                   Other bituminous coal       0.0000
#> 2386                                     Sub-bituminous coal       0.0000
#> 2387                                                 Lignite       0.0000
#> 2388                                             Patent fuel       0.0000
#> 2389                                          Coke oven coke       0.0000
#> 2390                                                Gas coke       0.0000
#> 2391                                                Coal tar       0.0000
#> 2392                                                     BKB       0.0000
#> 2393                                           Gas works gas       0.0000
#> 2394                                           Coke oven gas       0.0000
#> 2395                                       Blast furnace gas       0.0000
#> 2396                                   Other recovered gases       0.0000
#> 2397                                                    Peat       0.0000
#> 2398                                           Peat products       0.0000
#> 2399                                 Oil shale and oil sands       0.0000
#> 2400                                             Natural gas       0.0000
#> 2401                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2402                                               Crude oil       0.0000
#> 2403                                     Natural gas liquids       0.0000
#> 2404                                     Refinery feedstocks       0.0000
#> 2405                           Additives/blending components       0.0000
#> 2406                                      Other hydrocarbons       0.0000
#> 2407                                            Refinery gas       0.0000
#> 2408                                                  Ethane       0.0000
#> 2409                         Liquefied petroleum gases (LPG)       0.0000
#> 2410                           Motor gasoline excl. biofuels       0.0000
#> 2411                                       Aviation gasoline       0.0000
#> 2412                                  Gasoline type jet fuel       0.0000
#> 2413                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2414                                          Other kerosene       0.0000
#> 2415                           Gas/diesel oil excl. biofuels       0.0000
#> 2416                                                Fuel oil       0.0000
#> 2417                                                 Naphtha       0.0000
#> 2418                                      White spirit & SBP       0.0000
#> 2419                                              Lubricants       0.0000
#> 2420                                                 Bitumen       0.0000
#> 2421                                          Paraffin waxes       0.0000
#> 2422                                          Petroleum coke       0.0000
#> 2423                                      Other oil products       0.0000
#> 2424                                        Industrial waste       0.0000
#> 2425                             Municipal waste (renewable)       0.0000
#> 2426                         Municipal waste (non-renewable)       0.0000
#> 2427                                  Primary solid biofuels       0.0000
#> 2428                                                Biogases       0.0000
#> 2429                                             Biogasoline       0.0000
#> 2430                                              Biodiesels       0.0000
#> 2431                                        Bio jet kerosene       0.0000
#> 2432                                   Other liquid biofuels       0.0000
#> 2433                Non-specified primary biofuels and waste       0.0000
#> 2434                                                Charcoal       0.0000
#> 2435  Elec/heat output from non-specified manufactured gases       0.0000
#> 2436        Heat output from non-specified combustible fuels       0.0000
#> 2437                                                 Nuclear       0.0000
#> 2438                                                   Hydro       0.0000
#> 2439                                              Geothermal       0.0000
#> 2440                                     Solar photovoltaics       0.0000
#> 2441                                           Solar thermal       0.0000
#> 2442                                    Tide, wave and ocean       0.0000
#> 2443                                                    Wind       0.0000
#> 2444                                           Other sources       0.0000
#> 2445                                             Electricity       0.0000
#> 2446                                                    Heat       0.0000
#> 2447                                                   Total       0.0000
#> 2448                                        Memo: Renewables       0.0000
#> 2449                                Hard coal (if no detail)       0.0000
#> 2450                               Brown coal (if no detail)       0.0000
#> 2451                                              Anthracite       0.0000
#> 2452                                             Coking coal       0.0000
#> 2453                                   Other bituminous coal       0.0000
#> 2454                                     Sub-bituminous coal       0.0000
#> 2455                                                 Lignite       0.0000
#> 2456                                             Patent fuel       0.0000
#> 2457                                          Coke oven coke       0.0000
#> 2458                                                Gas coke       0.0000
#> 2459                                                Coal tar       0.0000
#> 2460                                                     BKB       0.0000
#> 2461                                           Gas works gas       0.0000
#> 2462                                           Coke oven gas       0.0000
#> 2463                                       Blast furnace gas       0.0000
#> 2464                                   Other recovered gases       0.0000
#> 2465                                                    Peat       0.0000
#> 2466                                           Peat products       0.0000
#> 2467                                 Oil shale and oil sands       0.0000
#> 2468                                             Natural gas       0.0000
#> 2469                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2470                                               Crude oil       0.0000
#> 2471                                     Natural gas liquids       0.0000
#> 2472                                     Refinery feedstocks       0.0000
#> 2473                           Additives/blending components       0.0000
#> 2474                                      Other hydrocarbons       0.0000
#> 2475                                            Refinery gas       0.0000
#> 2476                                                  Ethane       0.0000
#> 2477                         Liquefied petroleum gases (LPG)       0.0000
#> 2478                           Motor gasoline excl. biofuels       0.0000
#> 2479                                       Aviation gasoline       0.0000
#> 2480                                  Gasoline type jet fuel       0.0000
#> 2481                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2482                                          Other kerosene       0.0000
#> 2483                           Gas/diesel oil excl. biofuels       0.0000
#> 2484                                                Fuel oil       0.0000
#> 2485                                                 Naphtha       0.0000
#> 2486                                      White spirit & SBP       0.0000
#> 2487                                              Lubricants       0.0000
#> 2488                                                 Bitumen       0.0000
#> 2489                                          Paraffin waxes       0.0000
#> 2490                                          Petroleum coke       0.0000
#> 2491                                      Other oil products       0.0000
#> 2492                                        Industrial waste       0.0000
#> 2493                             Municipal waste (renewable)       0.0000
#> 2494                         Municipal waste (non-renewable)       0.0000
#> 2495                                  Primary solid biofuels       0.0000
#> 2496                                                Biogases       0.0000
#> 2497                                             Biogasoline       0.0000
#> 2498                                              Biodiesels       0.0000
#> 2499                                        Bio jet kerosene       0.0000
#> 2500                                   Other liquid biofuels       0.0000
#> 2501                Non-specified primary biofuels and waste       0.0000
#> 2502                                                Charcoal       0.0000
#> 2503  Elec/heat output from non-specified manufactured gases       0.0000
#> 2504        Heat output from non-specified combustible fuels       0.0000
#> 2505                                                 Nuclear       0.0000
#> 2506                                                   Hydro       0.0000
#> 2507                                              Geothermal       0.0000
#> 2508                                     Solar photovoltaics       0.0000
#> 2509                                           Solar thermal       0.0000
#> 2510                                    Tide, wave and ocean       0.0000
#> 2511                                                    Wind       0.0000
#> 2512                                           Other sources       0.0000
#> 2513                                             Electricity       0.0000
#> 2514                                                    Heat       0.0000
#> 2515                                                   Total       0.0000
#> 2516                                        Memo: Renewables       0.0000
#> 2517                                Hard coal (if no detail)       0.0000
#> 2518                               Brown coal (if no detail)       0.0000
#> 2519                                              Anthracite       0.0000
#> 2520                                             Coking coal       0.0000
#> 2521                                   Other bituminous coal       0.0000
#> 2522                                     Sub-bituminous coal       0.0000
#> 2523                                                 Lignite       0.0000
#> 2524                                             Patent fuel       0.0000
#> 2525                                          Coke oven coke       0.0000
#> 2526                                                Gas coke       0.0000
#> 2527                                                Coal tar       0.0000
#> 2528                                                     BKB       0.0000
#> 2529                                           Gas works gas       0.0000
#> 2530                                           Coke oven gas       0.0000
#> 2531                                       Blast furnace gas       0.0000
#> 2532                                   Other recovered gases       0.0000
#> 2533                                                    Peat       0.0000
#> 2534                                           Peat products       0.0000
#> 2535                                 Oil shale and oil sands       0.0000
#> 2536                                             Natural gas       0.0000
#> 2537                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2538                                               Crude oil       0.0000
#> 2539                                     Natural gas liquids       0.0000
#> 2540                                     Refinery feedstocks       0.0000
#> 2541                           Additives/blending components       0.0000
#> 2542                                      Other hydrocarbons       0.0000
#> 2543                                            Refinery gas       0.0000
#> 2544                                                  Ethane       0.0000
#> 2545                         Liquefied petroleum gases (LPG)       0.0000
#> 2546                           Motor gasoline excl. biofuels       0.0000
#> 2547                                       Aviation gasoline       0.0000
#> 2548                                  Gasoline type jet fuel       0.0000
#> 2549                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2550                                          Other kerosene       0.0000
#> 2551                           Gas/diesel oil excl. biofuels       0.0000
#> 2552                                                Fuel oil       0.0000
#> 2553                                                 Naphtha       0.0000
#> 2554                                      White spirit & SBP       0.0000
#> 2555                                              Lubricants       0.0000
#> 2556                                                 Bitumen       0.0000
#> 2557                                          Paraffin waxes       0.0000
#> 2558                                          Petroleum coke       0.0000
#> 2559                                      Other oil products       0.0000
#> 2560                                        Industrial waste       0.0000
#> 2561                             Municipal waste (renewable)       0.0000
#> 2562                         Municipal waste (non-renewable)       0.0000
#> 2563                                  Primary solid biofuels       0.0000
#> 2564                                                Biogases       0.0000
#> 2565                                             Biogasoline       0.0000
#> 2566                                              Biodiesels       0.0000
#> 2567                                        Bio jet kerosene       0.0000
#> 2568                                   Other liquid biofuels       0.0000
#> 2569                Non-specified primary biofuels and waste       0.0000
#> 2570                                                Charcoal       0.0000
#> 2571  Elec/heat output from non-specified manufactured gases       0.0000
#> 2572        Heat output from non-specified combustible fuels       0.0000
#> 2573                                                 Nuclear       0.0000
#> 2574                                                   Hydro       0.0000
#> 2575                                              Geothermal       0.0000
#> 2576                                     Solar photovoltaics       0.0000
#> 2577                                           Solar thermal       0.0000
#> 2578                                    Tide, wave and ocean       0.0000
#> 2579                                                    Wind       0.0000
#> 2580                                           Other sources       0.0000
#> 2581                                             Electricity       0.0000
#> 2582                                                    Heat       0.0000
#> 2583                                                   Total       0.0000
#> 2584                                        Memo: Renewables       0.0000
#> 2585                                Hard coal (if no detail)       0.0000
#> 2586                               Brown coal (if no detail)       0.0000
#> 2587                                              Anthracite       0.0000
#> 2588                                             Coking coal       0.0000
#> 2589                                   Other bituminous coal       0.0000
#> 2590                                     Sub-bituminous coal       0.0000
#> 2591                                                 Lignite       0.0000
#> 2592                                             Patent fuel       0.0000
#> 2593                                          Coke oven coke       0.0000
#> 2594                                                Gas coke       0.0000
#> 2595                                                Coal tar       0.0000
#> 2596                                                     BKB       0.0000
#> 2597                                           Gas works gas       0.0000
#> 2598                                           Coke oven gas       0.0000
#> 2599                                       Blast furnace gas       0.0000
#> 2600                                   Other recovered gases       0.0000
#> 2601                                                    Peat       0.0000
#> 2602                                           Peat products       0.0000
#> 2603                                 Oil shale and oil sands       0.0000
#> 2604                                             Natural gas       0.0000
#> 2605                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2606                                               Crude oil       0.0000
#> 2607                                     Natural gas liquids       0.0000
#> 2608                                     Refinery feedstocks       0.0000
#> 2609                           Additives/blending components       0.0000
#> 2610                                      Other hydrocarbons       0.0000
#> 2611                                            Refinery gas       0.0000
#> 2612                                                  Ethane       0.0000
#> 2613                         Liquefied petroleum gases (LPG)       0.0000
#> 2614                           Motor gasoline excl. biofuels       0.0000
#> 2615                                       Aviation gasoline       0.0000
#> 2616                                  Gasoline type jet fuel       0.0000
#> 2617                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2618                                          Other kerosene       0.0000
#> 2619                           Gas/diesel oil excl. biofuels       0.0000
#> 2620                                                Fuel oil       0.0000
#> 2621                                                 Naphtha       0.0000
#> 2622                                      White spirit & SBP       0.0000
#> 2623                                              Lubricants       0.0000
#> 2624                                                 Bitumen       0.0000
#> 2625                                          Paraffin waxes       0.0000
#> 2626                                          Petroleum coke       0.0000
#> 2627                                      Other oil products       0.0000
#> 2628                                        Industrial waste       0.0000
#> 2629                             Municipal waste (renewable)       0.0000
#> 2630                         Municipal waste (non-renewable)       0.0000
#> 2631                                  Primary solid biofuels       0.0000
#> 2632                                                Biogases       0.0000
#> 2633                                             Biogasoline       0.0000
#> 2634                                              Biodiesels       0.0000
#> 2635                                        Bio jet kerosene       0.0000
#> 2636                                   Other liquid biofuels       0.0000
#> 2637                Non-specified primary biofuels and waste       0.0000
#> 2638                                                Charcoal       0.0000
#> 2639  Elec/heat output from non-specified manufactured gases       0.0000
#> 2640        Heat output from non-specified combustible fuels       0.0000
#> 2641                                                 Nuclear       0.0000
#> 2642                                                   Hydro       0.0000
#> 2643                                              Geothermal       0.0000
#> 2644                                     Solar photovoltaics       0.0000
#> 2645                                           Solar thermal       0.0000
#> 2646                                    Tide, wave and ocean       0.0000
#> 2647                                                    Wind       0.0000
#> 2648                                           Other sources       0.0000
#> 2649                                             Electricity       0.0000
#> 2650                                                    Heat       0.0000
#> 2651                                                   Total       0.0000
#> 2652                                        Memo: Renewables       0.0000
#> 2653                                Hard coal (if no detail)       0.0000
#> 2654                               Brown coal (if no detail)       0.0000
#> 2655                                              Anthracite       0.0000
#> 2656                                             Coking coal       0.0000
#> 2657                                   Other bituminous coal       0.0000
#> 2658                                     Sub-bituminous coal       0.0000
#> 2659                                                 Lignite       0.0000
#> 2660                                             Patent fuel       0.0000
#> 2661                                          Coke oven coke       0.0000
#> 2662                                                Gas coke       0.0000
#> 2663                                                Coal tar       0.0000
#> 2664                                                     BKB       0.0000
#> 2665                                           Gas works gas       0.0000
#> 2666                                           Coke oven gas       0.0000
#> 2667                                       Blast furnace gas       0.0000
#> 2668                                   Other recovered gases       0.0000
#> 2669                                                    Peat       0.0000
#> 2670                                           Peat products       0.0000
#> 2671                                 Oil shale and oil sands       0.0000
#> 2672                                             Natural gas       0.0000
#> 2673                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2674                                               Crude oil       0.0000
#> 2675                                     Natural gas liquids       0.0000
#> 2676                                     Refinery feedstocks       0.0000
#> 2677                           Additives/blending components       0.0000
#> 2678                                      Other hydrocarbons       0.0000
#> 2679                                            Refinery gas       0.0000
#> 2680                                                  Ethane       0.0000
#> 2681                         Liquefied petroleum gases (LPG)       0.0000
#> 2682                           Motor gasoline excl. biofuels       0.0000
#> 2683                                       Aviation gasoline       0.0000
#> 2684                                  Gasoline type jet fuel       0.0000
#> 2685                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2686                                          Other kerosene       0.0000
#> 2687                           Gas/diesel oil excl. biofuels       0.0000
#> 2688                                                Fuel oil       0.0000
#> 2689                                                 Naphtha       0.0000
#> 2690                                      White spirit & SBP       0.0000
#> 2691                                              Lubricants       0.0000
#> 2692                                                 Bitumen       0.0000
#> 2693                                          Paraffin waxes       0.0000
#> 2694                                          Petroleum coke       0.0000
#> 2695                                      Other oil products       0.0000
#> 2696                                        Industrial waste       0.0000
#> 2697                             Municipal waste (renewable)       0.0000
#> 2698                         Municipal waste (non-renewable)       0.0000
#> 2699                                  Primary solid biofuels       0.0000
#> 2700                                                Biogases       0.0000
#> 2701                                             Biogasoline       0.0000
#> 2702                                              Biodiesels       0.0000
#> 2703                                        Bio jet kerosene       0.0000
#> 2704                                   Other liquid biofuels       0.0000
#> 2705                Non-specified primary biofuels and waste       0.0000
#> 2706                                                Charcoal       0.0000
#> 2707  Elec/heat output from non-specified manufactured gases       0.0000
#> 2708        Heat output from non-specified combustible fuels       0.0000
#> 2709                                                 Nuclear       0.0000
#> 2710                                                   Hydro       0.0000
#> 2711                                              Geothermal       0.0000
#> 2712                                     Solar photovoltaics       0.0000
#> 2713                                           Solar thermal       0.0000
#> 2714                                    Tide, wave and ocean       0.0000
#> 2715                                                    Wind       0.0000
#> 2716                                           Other sources       0.0000
#> 2717                                             Electricity       0.0000
#> 2718                                                    Heat       0.0000
#> 2719                                                   Total       0.0000
#> 2720                                        Memo: Renewables       0.0000
#> 2721                                Hard coal (if no detail)       0.0000
#> 2722                               Brown coal (if no detail)       0.0000
#> 2723                                              Anthracite       0.0000
#> 2724                                             Coking coal       0.0000
#> 2725                                   Other bituminous coal       0.0000
#> 2726                                     Sub-bituminous coal       0.0000
#> 2727                                                 Lignite       0.0000
#> 2728                                             Patent fuel       0.0000
#> 2729                                          Coke oven coke       0.0000
#> 2730                                                Gas coke       0.0000
#> 2731                                                Coal tar       0.0000
#> 2732                                                     BKB       0.0000
#> 2733                                           Gas works gas       0.0000
#> 2734                                           Coke oven gas       0.0000
#> 2735                                       Blast furnace gas       0.0000
#> 2736                                   Other recovered gases       0.0000
#> 2737                                                    Peat       0.0000
#> 2738                                           Peat products       0.0000
#> 2739                                 Oil shale and oil sands       0.0000
#> 2740                                             Natural gas       0.0000
#> 2741                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2742                                               Crude oil       0.0000
#> 2743                                     Natural gas liquids       0.0000
#> 2744                                     Refinery feedstocks       0.0000
#> 2745                           Additives/blending components       0.0000
#> 2746                                      Other hydrocarbons       0.0000
#> 2747                                            Refinery gas    -817.6988
#> 2748                                                  Ethane       0.0000
#> 2749                         Liquefied petroleum gases (LPG)       0.0000
#> 2750                           Motor gasoline excl. biofuels       0.0000
#> 2751                                       Aviation gasoline       0.0000
#> 2752                                  Gasoline type jet fuel       0.0000
#> 2753                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2754                                          Other kerosene       0.0000
#> 2755                           Gas/diesel oil excl. biofuels       0.0000
#> 2756                                                Fuel oil       0.0000
#> 2757                                                 Naphtha       0.0000
#> 2758                                      White spirit & SBP       0.0000
#> 2759                                              Lubricants       0.0000
#> 2760                                                 Bitumen       0.0000
#> 2761                                          Paraffin waxes       0.0000
#> 2762                                          Petroleum coke       0.0000
#> 2763                                      Other oil products       0.0000
#> 2764                                        Industrial waste       0.0000
#> 2765                             Municipal waste (renewable)       0.0000
#> 2766                         Municipal waste (non-renewable)       0.0000
#> 2767                                  Primary solid biofuels       0.0000
#> 2768                                                Biogases       0.0000
#> 2769                                             Biogasoline       0.0000
#> 2770                                              Biodiesels       0.0000
#> 2771                                        Bio jet kerosene       0.0000
#> 2772                                   Other liquid biofuels       0.0000
#> 2773                Non-specified primary biofuels and waste       0.0000
#> 2774                                                Charcoal       0.0000
#> 2775  Elec/heat output from non-specified manufactured gases       0.0000
#> 2776        Heat output from non-specified combustible fuels       0.0000
#> 2777                                                 Nuclear       0.0000
#> 2778                                                   Hydro       0.0000
#> 2779                                              Geothermal       0.0000
#> 2780                                     Solar photovoltaics       0.0000
#> 2781                                           Solar thermal       0.0000
#> 2782                                    Tide, wave and ocean       0.0000
#> 2783                                                    Wind       0.0000
#> 2784                                           Other sources       0.0000
#> 2785                                             Electricity       0.0000
#> 2786                                                    Heat       0.0000
#> 2787                                                   Total    -817.6988
#> 2788                                        Memo: Renewables       0.0000
#> 2789                                Hard coal (if no detail)       0.0000
#> 2790                               Brown coal (if no detail)       0.0000
#> 2791                                              Anthracite       0.0000
#> 2792                                             Coking coal       0.0000
#> 2793                                   Other bituminous coal       0.0000
#> 2794                                     Sub-bituminous coal       0.0000
#> 2795                                                 Lignite       0.0000
#> 2796                                             Patent fuel       0.0000
#> 2797                                          Coke oven coke       0.0000
#> 2798                                                Gas coke       0.0000
#> 2799                                                Coal tar       0.0000
#> 2800                                                     BKB       0.0000
#> 2801                                           Gas works gas       0.0000
#> 2802                                           Coke oven gas       0.0000
#> 2803                                       Blast furnace gas       0.0000
#> 2804                                   Other recovered gases       0.0000
#> 2805                                                    Peat       0.0000
#> 2806                                           Peat products       0.0000
#> 2807                                 Oil shale and oil sands       0.0000
#> 2808                                             Natural gas       0.0000
#> 2809                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2810                                               Crude oil       0.0000
#> 2811                                     Natural gas liquids       0.0000
#> 2812                                     Refinery feedstocks       0.0000
#> 2813                           Additives/blending components       0.0000
#> 2814                                      Other hydrocarbons       0.0000
#> 2815                                            Refinery gas       0.0000
#> 2816                                                  Ethane       0.0000
#> 2817                         Liquefied petroleum gases (LPG)       0.0000
#> 2818                           Motor gasoline excl. biofuels       0.0000
#> 2819                                       Aviation gasoline       0.0000
#> 2820                                  Gasoline type jet fuel       0.0000
#> 2821                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2822                                          Other kerosene       0.0000
#> 2823                           Gas/diesel oil excl. biofuels       0.0000
#> 2824                                                Fuel oil       0.0000
#> 2825                                                 Naphtha       0.0000
#> 2826                                      White spirit & SBP       0.0000
#> 2827                                              Lubricants       0.0000
#> 2828                                                 Bitumen       0.0000
#> 2829                                          Paraffin waxes       0.0000
#> 2830                                          Petroleum coke       0.0000
#> 2831                                      Other oil products       0.0000
#> 2832                                        Industrial waste       0.0000
#> 2833                             Municipal waste (renewable)       0.0000
#> 2834                         Municipal waste (non-renewable)       0.0000
#> 2835                                  Primary solid biofuels       0.0000
#> 2836                                                Biogases       0.0000
#> 2837                                             Biogasoline       0.0000
#> 2838                                              Biodiesels       0.0000
#> 2839                                        Bio jet kerosene       0.0000
#> 2840                                   Other liquid biofuels       0.0000
#> 2841                Non-specified primary biofuels and waste       0.0000
#> 2842                                                Charcoal       0.0000
#> 2843  Elec/heat output from non-specified manufactured gases       0.0000
#> 2844        Heat output from non-specified combustible fuels       0.0000
#> 2845                                                 Nuclear       0.0000
#> 2846                                                   Hydro       0.0000
#> 2847                                              Geothermal       0.0000
#> 2848                                     Solar photovoltaics       0.0000
#> 2849                                           Solar thermal       0.0000
#> 2850                                    Tide, wave and ocean       0.0000
#> 2851                                                    Wind       0.0000
#> 2852                                           Other sources       0.0000
#> 2853                                             Electricity       0.0000
#> 2854                                                    Heat       0.0000
#> 2855                                                   Total       0.0000
#> 2856                                        Memo: Renewables       0.0000
#> 2857                                Hard coal (if no detail)       0.0000
#> 2858                               Brown coal (if no detail)       0.0000
#> 2859                                              Anthracite       0.0000
#> 2860                                             Coking coal       0.0000
#> 2861                                   Other bituminous coal       0.0000
#> 2862                                     Sub-bituminous coal       0.0000
#> 2863                                                 Lignite       0.0000
#> 2864                                             Patent fuel       0.0000
#> 2865                                          Coke oven coke       0.0000
#> 2866                                                Gas coke       0.0000
#> 2867                                                Coal tar       0.0000
#> 2868                                                     BKB       0.0000
#> 2869                                           Gas works gas       0.0000
#> 2870                                           Coke oven gas       0.0000
#> 2871                                       Blast furnace gas       0.0000
#> 2872                                   Other recovered gases       0.0000
#> 2873                                                    Peat       0.0000
#> 2874                                           Peat products       0.0000
#> 2875                                 Oil shale and oil sands       0.0000
#> 2876                                             Natural gas       0.0000
#> 2877                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2878                                               Crude oil       0.0000
#> 2879                                     Natural gas liquids       0.0000
#> 2880                                     Refinery feedstocks       0.0000
#> 2881                           Additives/blending components       0.0000
#> 2882                                      Other hydrocarbons       0.0000
#> 2883                                            Refinery gas       0.0000
#> 2884                                                  Ethane       0.0000
#> 2885                         Liquefied petroleum gases (LPG)       0.0000
#> 2886                           Motor gasoline excl. biofuels       0.0000
#> 2887                                       Aviation gasoline       0.0000
#> 2888                                  Gasoline type jet fuel       0.0000
#> 2889                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2890                                          Other kerosene       0.0000
#> 2891                           Gas/diesel oil excl. biofuels       0.0000
#> 2892                                                Fuel oil       0.0000
#> 2893                                                 Naphtha       0.0000
#> 2894                                      White spirit & SBP       0.0000
#> 2895                                              Lubricants       0.0000
#> 2896                                                 Bitumen       0.0000
#> 2897                                          Paraffin waxes       0.0000
#> 2898                                          Petroleum coke       0.0000
#> 2899                                      Other oil products       0.0000
#> 2900                                        Industrial waste       0.0000
#> 2901                             Municipal waste (renewable)       0.0000
#> 2902                         Municipal waste (non-renewable)       0.0000
#> 2903                                  Primary solid biofuels       0.0000
#> 2904                                                Biogases       0.0000
#> 2905                                             Biogasoline       0.0000
#> 2906                                              Biodiesels       0.0000
#> 2907                                        Bio jet kerosene       0.0000
#> 2908                                   Other liquid biofuels       0.0000
#> 2909                Non-specified primary biofuels and waste       0.0000
#> 2910                                                Charcoal       0.0000
#> 2911  Elec/heat output from non-specified manufactured gases       0.0000
#> 2912        Heat output from non-specified combustible fuels       0.0000
#> 2913                                                 Nuclear       0.0000
#> 2914                                                   Hydro       0.0000
#> 2915                                              Geothermal       0.0000
#> 2916                                     Solar photovoltaics       0.0000
#> 2917                                           Solar thermal       0.0000
#> 2918                                    Tide, wave and ocean       0.0000
#> 2919                                                    Wind       0.0000
#> 2920                                           Other sources       0.0000
#> 2921                                             Electricity       0.0000
#> 2922                                                    Heat       0.0000
#> 2923                                                   Total       0.0000
#> 2924                                        Memo: Renewables       0.0000
#> 2925                                Hard coal (if no detail)       0.0000
#> 2926                               Brown coal (if no detail)       0.0000
#> 2927                                              Anthracite       0.0000
#> 2928                                             Coking coal       0.0000
#> 2929                                   Other bituminous coal       0.0000
#> 2930                                     Sub-bituminous coal       0.0000
#> 2931                                                 Lignite       0.0000
#> 2932                                             Patent fuel       0.0000
#> 2933                                          Coke oven coke       0.0000
#> 2934                                                Gas coke       0.0000
#> 2935                                                Coal tar       0.0000
#> 2936                                                     BKB       0.0000
#> 2937                                           Gas works gas       0.0000
#> 2938                                           Coke oven gas       0.0000
#> 2939                                       Blast furnace gas       0.0000
#> 2940                                   Other recovered gases       0.0000
#> 2941                                                    Peat       0.0000
#> 2942                                           Peat products       0.0000
#> 2943                                 Oil shale and oil sands       0.0000
#> 2944                                             Natural gas       0.0000
#> 2945                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 2946                                               Crude oil       0.0000
#> 2947                                     Natural gas liquids       0.0000
#> 2948                                     Refinery feedstocks       0.0000
#> 2949                           Additives/blending components       0.0000
#> 2950                                      Other hydrocarbons       0.0000
#> 2951                                            Refinery gas       0.0000
#> 2952                                                  Ethane       0.0000
#> 2953                         Liquefied petroleum gases (LPG)       0.0000
#> 2954                           Motor gasoline excl. biofuels       0.0000
#> 2955                                       Aviation gasoline       0.0000
#> 2956                                  Gasoline type jet fuel       0.0000
#> 2957                   Kerosene type jet fuel excl. biofuels       0.0000
#> 2958                                          Other kerosene       0.0000
#> 2959                           Gas/diesel oil excl. biofuels       0.0000
#> 2960                                                Fuel oil       0.0000
#> 2961                                                 Naphtha       0.0000
#> 2962                                      White spirit & SBP       0.0000
#> 2963                                              Lubricants       0.0000
#> 2964                                                 Bitumen       0.0000
#> 2965                                          Paraffin waxes       0.0000
#> 2966                                          Petroleum coke       0.0000
#> 2967                                      Other oil products       0.0000
#> 2968                                        Industrial waste       0.0000
#> 2969                             Municipal waste (renewable)       0.0000
#> 2970                         Municipal waste (non-renewable)       0.0000
#> 2971                                  Primary solid biofuels       0.0000
#> 2972                                                Biogases       0.0000
#> 2973                                             Biogasoline       0.0000
#> 2974                                              Biodiesels       0.0000
#> 2975                                        Bio jet kerosene       0.0000
#> 2976                                   Other liquid biofuels       0.0000
#> 2977                Non-specified primary biofuels and waste       0.0000
#> 2978                                                Charcoal       0.0000
#> 2979  Elec/heat output from non-specified manufactured gases       0.0000
#> 2980        Heat output from non-specified combustible fuels       0.0000
#> 2981                                                 Nuclear       0.0000
#> 2982                                                   Hydro       0.0000
#> 2983                                              Geothermal       0.0000
#> 2984                                     Solar photovoltaics       0.0000
#> 2985                                           Solar thermal       0.0000
#> 2986                                    Tide, wave and ocean       0.0000
#> 2987                                                    Wind       0.0000
#> 2988                                           Other sources       0.0000
#> 2989                                             Electricity       0.0000
#> 2990                                                    Heat       0.0000
#> 2991                                                   Total       0.0000
#> 2992                                        Memo: Renewables       0.0000
#> 2993                                Hard coal (if no detail)       0.0000
#> 2994                               Brown coal (if no detail)       0.0000
#> 2995                                              Anthracite       0.0000
#> 2996                                             Coking coal       0.0000
#> 2997                                   Other bituminous coal       0.0000
#> 2998                                     Sub-bituminous coal       0.0000
#> 2999                                                 Lignite       0.0000
#> 3000                                             Patent fuel       0.0000
#> 3001                                          Coke oven coke       0.0000
#> 3002                                                Gas coke       0.0000
#> 3003                                                Coal tar       0.0000
#> 3004                                                     BKB       0.0000
#> 3005                                           Gas works gas       0.0000
#> 3006                                           Coke oven gas       0.0000
#> 3007                                       Blast furnace gas       0.0000
#> 3008                                   Other recovered gases       0.0000
#> 3009                                                    Peat       0.0000
#> 3010                                           Peat products       0.0000
#> 3011                                 Oil shale and oil sands       0.0000
#> 3012                                             Natural gas       0.0000
#> 3013                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3014                                               Crude oil       0.0000
#> 3015                                     Natural gas liquids       0.0000
#> 3016                                     Refinery feedstocks       0.0000
#> 3017                           Additives/blending components       0.0000
#> 3018                                      Other hydrocarbons       0.0000
#> 3019                                            Refinery gas       0.0000
#> 3020                                                  Ethane       0.0000
#> 3021                         Liquefied petroleum gases (LPG)       0.0000
#> 3022                           Motor gasoline excl. biofuels       0.0000
#> 3023                                       Aviation gasoline       0.0000
#> 3024                                  Gasoline type jet fuel       0.0000
#> 3025                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3026                                          Other kerosene       0.0000
#> 3027                           Gas/diesel oil excl. biofuels       0.0000
#> 3028                                                Fuel oil       0.0000
#> 3029                                                 Naphtha       0.0000
#> 3030                                      White spirit & SBP       0.0000
#> 3031                                              Lubricants       0.0000
#> 3032                                                 Bitumen       0.0000
#> 3033                                          Paraffin waxes       0.0000
#> 3034                                          Petroleum coke       0.0000
#> 3035                                      Other oil products       0.0000
#> 3036                                        Industrial waste       0.0000
#> 3037                             Municipal waste (renewable)       0.0000
#> 3038                         Municipal waste (non-renewable)       0.0000
#> 3039                                  Primary solid biofuels       0.0000
#> 3040                                                Biogases       0.0000
#> 3041                                             Biogasoline       0.0000
#> 3042                                              Biodiesels       0.0000
#> 3043                                        Bio jet kerosene       0.0000
#> 3044                                   Other liquid biofuels       0.0000
#> 3045                Non-specified primary biofuels and waste       0.0000
#> 3046                                                Charcoal       0.0000
#> 3047  Elec/heat output from non-specified manufactured gases       0.0000
#> 3048        Heat output from non-specified combustible fuels       0.0000
#> 3049                                                 Nuclear       0.0000
#> 3050                                                   Hydro       0.0000
#> 3051                                              Geothermal       0.0000
#> 3052                                     Solar photovoltaics       0.0000
#> 3053                                           Solar thermal       0.0000
#> 3054                                    Tide, wave and ocean       0.0000
#> 3055                                                    Wind       0.0000
#> 3056                                           Other sources       0.0000
#> 3057                                             Electricity    -104.4020
#> 3058                                                    Heat       0.0000
#> 3059                                                   Total    -104.4020
#> 3060                                        Memo: Renewables       0.0000
#> 3061                                Hard coal (if no detail)       0.0000
#> 3062                               Brown coal (if no detail)       0.0000
#> 3063                                              Anthracite       0.0000
#> 3064                                             Coking coal       0.0000
#> 3065                                   Other bituminous coal       0.0000
#> 3066                                     Sub-bituminous coal       0.0000
#> 3067                                                 Lignite       0.0000
#> 3068                                             Patent fuel       0.0000
#> 3069                                          Coke oven coke       0.0000
#> 3070                                                Gas coke       0.0000
#> 3071                                                Coal tar       0.0000
#> 3072                                                     BKB       0.0000
#> 3073                                           Gas works gas       0.0000
#> 3074                                           Coke oven gas       0.0000
#> 3075                                       Blast furnace gas       0.0000
#> 3076                                   Other recovered gases       0.0000
#> 3077                                                    Peat       0.0000
#> 3078                                           Peat products       0.0000
#> 3079                                 Oil shale and oil sands       0.0000
#> 3080                                             Natural gas       0.0000
#> 3081                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3082                                               Crude oil       0.0000
#> 3083                                     Natural gas liquids       0.0000
#> 3084                                     Refinery feedstocks       0.0000
#> 3085                           Additives/blending components       0.0000
#> 3086                                      Other hydrocarbons       0.0000
#> 3087                                            Refinery gas       0.0000
#> 3088                                                  Ethane       0.0000
#> 3089                         Liquefied petroleum gases (LPG)       0.0000
#> 3090                           Motor gasoline excl. biofuels       0.0000
#> 3091                                       Aviation gasoline       0.0000
#> 3092                                  Gasoline type jet fuel       0.0000
#> 3093                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3094                                          Other kerosene       0.0000
#> 3095                           Gas/diesel oil excl. biofuels       0.0000
#> 3096                                                Fuel oil       0.0000
#> 3097                                                 Naphtha       0.0000
#> 3098                                      White spirit & SBP       0.0000
#> 3099                                              Lubricants       0.0000
#> 3100                                                 Bitumen       0.0000
#> 3101                                          Paraffin waxes       0.0000
#> 3102                                          Petroleum coke       0.0000
#> 3103                                      Other oil products       0.0000
#> 3104                                        Industrial waste       0.0000
#> 3105                             Municipal waste (renewable)       0.0000
#> 3106                         Municipal waste (non-renewable)       0.0000
#> 3107                                  Primary solid biofuels       0.0000
#> 3108                                                Biogases       0.0000
#> 3109                                             Biogasoline       0.0000
#> 3110                                              Biodiesels       0.0000
#> 3111                                        Bio jet kerosene       0.0000
#> 3112                                   Other liquid biofuels       0.0000
#> 3113                Non-specified primary biofuels and waste       0.0000
#> 3114                                                Charcoal       0.0000
#> 3115  Elec/heat output from non-specified manufactured gases       0.0000
#> 3116        Heat output from non-specified combustible fuels       0.0000
#> 3117                                                 Nuclear       0.0000
#> 3118                                                   Hydro       0.0000
#> 3119                                              Geothermal       0.0000
#> 3120                                     Solar photovoltaics       0.0000
#> 3121                                           Solar thermal       0.0000
#> 3122                                    Tide, wave and ocean       0.0000
#> 3123                                                    Wind       0.0000
#> 3124                                           Other sources       0.0000
#> 3125                                             Electricity       0.0000
#> 3126                                                    Heat       0.0000
#> 3127                                                   Total       0.0000
#> 3128                                        Memo: Renewables       0.0000
#> 3129                                Hard coal (if no detail)       0.0000
#> 3130                               Brown coal (if no detail)       0.0000
#> 3131                                              Anthracite       0.0000
#> 3132                                             Coking coal       0.0000
#> 3133                                   Other bituminous coal       0.0000
#> 3134                                     Sub-bituminous coal       0.0000
#> 3135                                                 Lignite       0.0000
#> 3136                                             Patent fuel       0.0000
#> 3137                                          Coke oven coke       0.0000
#> 3138                                                Gas coke       0.0000
#> 3139                                                Coal tar       0.0000
#> 3140                                                     BKB       0.0000
#> 3141                                           Gas works gas       0.0000
#> 3142                                           Coke oven gas       0.0000
#> 3143                                       Blast furnace gas       0.0000
#> 3144                                   Other recovered gases       0.0000
#> 3145                                                    Peat       0.0000
#> 3146                                           Peat products       0.0000
#> 3147                                 Oil shale and oil sands       0.0000
#> 3148                                             Natural gas       0.0000
#> 3149                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3150                                               Crude oil       0.0000
#> 3151                                     Natural gas liquids       0.0000
#> 3152                                     Refinery feedstocks       0.0000
#> 3153                           Additives/blending components       0.0000
#> 3154                                      Other hydrocarbons       0.0000
#> 3155                                            Refinery gas       0.0000
#> 3156                                                  Ethane       0.0000
#> 3157                         Liquefied petroleum gases (LPG)       0.0000
#> 3158                           Motor gasoline excl. biofuels       0.0000
#> 3159                                       Aviation gasoline       0.0000
#> 3160                                  Gasoline type jet fuel       0.0000
#> 3161                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3162                                          Other kerosene       0.0000
#> 3163                           Gas/diesel oil excl. biofuels       0.0000
#> 3164                                                Fuel oil       0.0000
#> 3165                                                 Naphtha       0.0000
#> 3166                                      White spirit & SBP       0.0000
#> 3167                                              Lubricants       0.0000
#> 3168                                                 Bitumen       0.0000
#> 3169                                          Paraffin waxes       0.0000
#> 3170                                          Petroleum coke       0.0000
#> 3171                                      Other oil products       0.0000
#> 3172                                        Industrial waste       0.0000
#> 3173                             Municipal waste (renewable)       0.0000
#> 3174                         Municipal waste (non-renewable)       0.0000
#> 3175                                  Primary solid biofuels       0.0000
#> 3176                                                Biogases       0.0000
#> 3177                                             Biogasoline       0.0000
#> 3178                                              Biodiesels       0.0000
#> 3179                                        Bio jet kerosene       0.0000
#> 3180                                   Other liquid biofuels       0.0000
#> 3181                Non-specified primary biofuels and waste       0.0000
#> 3182                                                Charcoal       0.0000
#> 3183  Elec/heat output from non-specified manufactured gases       0.0000
#> 3184        Heat output from non-specified combustible fuels       0.0000
#> 3185                                                 Nuclear       0.0000
#> 3186                                                   Hydro       0.0000
#> 3187                                              Geothermal       0.0000
#> 3188                                     Solar photovoltaics       0.0000
#> 3189                                           Solar thermal       0.0000
#> 3190                                    Tide, wave and ocean       0.0000
#> 3191                                                    Wind       0.0000
#> 3192                                           Other sources       0.0000
#> 3193                                             Electricity       0.0000
#> 3194                                                    Heat       0.0000
#> 3195                                                   Total       0.0000
#> 3196                                        Memo: Renewables       0.0000
#> 3197                                Hard coal (if no detail)       0.0000
#> 3198                               Brown coal (if no detail)       0.0000
#> 3199                                              Anthracite       0.0000
#> 3200                                             Coking coal       0.0000
#> 3201                                   Other bituminous coal       0.0000
#> 3202                                     Sub-bituminous coal       0.0000
#> 3203                                                 Lignite       0.0000
#> 3204                                             Patent fuel       0.0000
#> 3205                                          Coke oven coke       0.0000
#> 3206                                                Gas coke       0.0000
#> 3207                                                Coal tar       0.0000
#> 3208                                                     BKB       0.0000
#> 3209                                           Gas works gas       0.0000
#> 3210                                           Coke oven gas       0.0000
#> 3211                                       Blast furnace gas       0.0000
#> 3212                                   Other recovered gases       0.0000
#> 3213                                                    Peat       0.0000
#> 3214                                           Peat products       0.0000
#> 3215                                 Oil shale and oil sands       0.0000
#> 3216                                             Natural gas       0.0000
#> 3217                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3218                                               Crude oil       0.0000
#> 3219                                     Natural gas liquids       0.0000
#> 3220                                     Refinery feedstocks       0.0000
#> 3221                           Additives/blending components       0.0000
#> 3222                                      Other hydrocarbons       0.0000
#> 3223                                            Refinery gas       0.0000
#> 3224                                                  Ethane       0.0000
#> 3225                         Liquefied petroleum gases (LPG)       0.0000
#> 3226                           Motor gasoline excl. biofuels       0.0000
#> 3227                                       Aviation gasoline       0.0000
#> 3228                                  Gasoline type jet fuel       0.0000
#> 3229                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3230                                          Other kerosene       0.0000
#> 3231                           Gas/diesel oil excl. biofuels       0.0000
#> 3232                                                Fuel oil       0.0000
#> 3233                                                 Naphtha       0.0000
#> 3234                                      White spirit & SBP       0.0000
#> 3235                                              Lubricants       0.0000
#> 3236                                                 Bitumen       0.0000
#> 3237                                          Paraffin waxes       0.0000
#> 3238                                          Petroleum coke       0.0000
#> 3239                                      Other oil products       0.0000
#> 3240                                        Industrial waste       0.0000
#> 3241                             Municipal waste (renewable)       0.0000
#> 3242                         Municipal waste (non-renewable)       0.0000
#> 3243                                  Primary solid biofuels       0.0000
#> 3244                                                Biogases       0.0000
#> 3245                                             Biogasoline       0.0000
#> 3246                                              Biodiesels       0.0000
#> 3247                                        Bio jet kerosene       0.0000
#> 3248                                   Other liquid biofuels       0.0000
#> 3249                Non-specified primary biofuels and waste       0.0000
#> 3250                                                Charcoal       0.0000
#> 3251  Elec/heat output from non-specified manufactured gases       0.0000
#> 3252        Heat output from non-specified combustible fuels       0.0000
#> 3253                                                 Nuclear       0.0000
#> 3254                                                   Hydro       0.0000
#> 3255                                              Geothermal       0.0000
#> 3256                                     Solar photovoltaics       0.0000
#> 3257                                           Solar thermal       0.0000
#> 3258                                    Tide, wave and ocean       0.0000
#> 3259                                                    Wind       0.0000
#> 3260                                           Other sources       0.0000
#> 3261                                             Electricity       0.0000
#> 3262                                                    Heat       0.0000
#> 3263                                                   Total       0.0000
#> 3264                                        Memo: Renewables       0.0000
#> 3265                                Hard coal (if no detail)       0.0000
#> 3266                               Brown coal (if no detail)       0.0000
#> 3267                                              Anthracite       0.0000
#> 3268                                             Coking coal       0.0000
#> 3269                                   Other bituminous coal       0.0000
#> 3270                                     Sub-bituminous coal       0.0000
#> 3271                                                 Lignite       0.0000
#> 3272                                             Patent fuel       0.0000
#> 3273                                          Coke oven coke       0.0000
#> 3274                                                Gas coke       0.0000
#> 3275                                                Coal tar       0.0000
#> 3276                                                     BKB       0.0000
#> 3277                                           Gas works gas       0.0000
#> 3278                                           Coke oven gas       0.0000
#> 3279                                       Blast furnace gas       0.0000
#> 3280                                   Other recovered gases       0.0000
#> 3281                                                    Peat       0.0000
#> 3282                                           Peat products       0.0000
#> 3283                                 Oil shale and oil sands       0.0000
#> 3284                                             Natural gas       0.0000
#> 3285                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3286                                               Crude oil       0.0000
#> 3287                                     Natural gas liquids       0.0000
#> 3288                                     Refinery feedstocks       0.0000
#> 3289                           Additives/blending components       0.0000
#> 3290                                      Other hydrocarbons       0.0000
#> 3291                                            Refinery gas       0.0000
#> 3292                                                  Ethane       0.0000
#> 3293                         Liquefied petroleum gases (LPG)       0.0000
#> 3294                           Motor gasoline excl. biofuels       0.0000
#> 3295                                       Aviation gasoline       0.0000
#> 3296                                  Gasoline type jet fuel       0.0000
#> 3297                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3298                                          Other kerosene       0.0000
#> 3299                           Gas/diesel oil excl. biofuels       0.0000
#> 3300                                                Fuel oil       0.0000
#> 3301                                                 Naphtha       0.0000
#> 3302                                      White spirit & SBP       0.0000
#> 3303                                              Lubricants       0.0000
#> 3304                                                 Bitumen       0.0000
#> 3305                                          Paraffin waxes       0.0000
#> 3306                                          Petroleum coke       0.0000
#> 3307                                      Other oil products       0.0000
#> 3308                                        Industrial waste       0.0000
#> 3309                             Municipal waste (renewable)       0.0000
#> 3310                         Municipal waste (non-renewable)       0.0000
#> 3311                                  Primary solid biofuels       0.0000
#> 3312                                                Biogases       0.0000
#> 3313                                             Biogasoline       0.0000
#> 3314                                              Biodiesels       0.0000
#> 3315                                        Bio jet kerosene       0.0000
#> 3316                                   Other liquid biofuels       0.0000
#> 3317                Non-specified primary biofuels and waste       0.0000
#> 3318                                                Charcoal       0.0000
#> 3319  Elec/heat output from non-specified manufactured gases       0.0000
#> 3320        Heat output from non-specified combustible fuels       0.0000
#> 3321                                                 Nuclear       0.0000
#> 3322                                                   Hydro       0.0000
#> 3323                                              Geothermal       0.0000
#> 3324                                     Solar photovoltaics       0.0000
#> 3325                                           Solar thermal       0.0000
#> 3326                                    Tide, wave and ocean       0.0000
#> 3327                                                    Wind       0.0000
#> 3328                                           Other sources       0.0000
#> 3329                                             Electricity       0.0000
#> 3330                                                    Heat       0.0000
#> 3331                                                   Total       0.0000
#> 3332                                        Memo: Renewables       0.0000
#> 3333                                Hard coal (if no detail)       0.0000
#> 3334                               Brown coal (if no detail)       0.0000
#> 3335                                              Anthracite       0.0000
#> 3336                                             Coking coal       0.0000
#> 3337                                   Other bituminous coal       0.0000
#> 3338                                     Sub-bituminous coal       0.0000
#> 3339                                                 Lignite       0.0000
#> 3340                                             Patent fuel       0.0000
#> 3341                                          Coke oven coke       0.0000
#> 3342                                                Gas coke       0.0000
#> 3343                                                Coal tar       0.0000
#> 3344                                                     BKB       0.0000
#> 3345                                           Gas works gas       0.0000
#> 3346                                           Coke oven gas       0.0000
#> 3347                                       Blast furnace gas       0.0000
#> 3348                                   Other recovered gases       0.0000
#> 3349                                                    Peat       0.0000
#> 3350                                           Peat products       0.0000
#> 3351                                 Oil shale and oil sands       0.0000
#> 3352                                             Natural gas       0.0000
#> 3353                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3354                                               Crude oil       0.0000
#> 3355                                     Natural gas liquids       0.0000
#> 3356                                     Refinery feedstocks       0.0000
#> 3357                           Additives/blending components       0.0000
#> 3358                                      Other hydrocarbons       0.0000
#> 3359                                            Refinery gas       0.0000
#> 3360                                                  Ethane       0.0000
#> 3361                         Liquefied petroleum gases (LPG)       0.0000
#> 3362                           Motor gasoline excl. biofuels       0.0000
#> 3363                                       Aviation gasoline       0.0000
#> 3364                                  Gasoline type jet fuel       0.0000
#> 3365                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3366                                          Other kerosene       0.0000
#> 3367                           Gas/diesel oil excl. biofuels       0.0000
#> 3368                                                Fuel oil       0.0000
#> 3369                                                 Naphtha       0.0000
#> 3370                                      White spirit & SBP       0.0000
#> 3371                                              Lubricants       0.0000
#> 3372                                                 Bitumen       0.0000
#> 3373                                          Paraffin waxes       0.0000
#> 3374                                          Petroleum coke       0.0000
#> 3375                                      Other oil products       0.0000
#> 3376                                        Industrial waste       0.0000
#> 3377                             Municipal waste (renewable)       0.0000
#> 3378                         Municipal waste (non-renewable)       0.0000
#> 3379                                  Primary solid biofuels       0.0000
#> 3380                                                Biogases       0.0000
#> 3381                                             Biogasoline       0.0000
#> 3382                                              Biodiesels       0.0000
#> 3383                                        Bio jet kerosene       0.0000
#> 3384                                   Other liquid biofuels       0.0000
#> 3385                Non-specified primary biofuels and waste       0.0000
#> 3386                                                Charcoal       0.0000
#> 3387  Elec/heat output from non-specified manufactured gases       0.0000
#> 3388        Heat output from non-specified combustible fuels       0.0000
#> 3389                                                 Nuclear       0.0000
#> 3390                                                   Hydro       0.0000
#> 3391                                              Geothermal       0.0000
#> 3392                                     Solar photovoltaics       0.0000
#> 3393                                           Solar thermal       0.0000
#> 3394                                    Tide, wave and ocean       0.0000
#> 3395                                                    Wind       0.0000
#> 3396                                           Other sources       0.0000
#> 3397                                             Electricity    -647.9994
#> 3398                                                    Heat       0.0000
#> 3399                                                   Total    -647.9994
#> 3400                                        Memo: Renewables       0.0000
#> 3401                                Hard coal (if no detail)       0.0000
#> 3402                               Brown coal (if no detail)       0.0000
#> 3403                                              Anthracite       0.0000
#> 3404                                             Coking coal       0.0000
#> 3405                                   Other bituminous coal       0.0000
#> 3406                                     Sub-bituminous coal       0.0000
#> 3407                                                 Lignite       0.0000
#> 3408                                             Patent fuel       0.0000
#> 3409                                          Coke oven coke       0.0000
#> 3410                                                Gas coke       0.0000
#> 3411                                                Coal tar       0.0000
#> 3412                                                     BKB       0.0000
#> 3413                                           Gas works gas       0.0000
#> 3414                                           Coke oven gas       0.0000
#> 3415                                       Blast furnace gas       0.0000
#> 3416                                   Other recovered gases       0.0000
#> 3417                                                    Peat       0.0000
#> 3418                                           Peat products       0.0000
#> 3419                                 Oil shale and oil sands       0.0000
#> 3420                                             Natural gas       0.0000
#> 3421                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3422                                               Crude oil       0.0000
#> 3423                                     Natural gas liquids       0.0000
#> 3424                                     Refinery feedstocks       0.0000
#> 3425                           Additives/blending components       0.0000
#> 3426                                      Other hydrocarbons       0.0000
#> 3427                                            Refinery gas       0.0000
#> 3428                                                  Ethane       0.0000
#> 3429                         Liquefied petroleum gases (LPG)     141.8990
#> 3430                           Motor gasoline excl. biofuels    8467.2001
#> 3431                                       Aviation gasoline       0.0000
#> 3432                                  Gasoline type jet fuel       0.0000
#> 3433                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3434                                          Other kerosene    3503.9999
#> 3435                           Gas/diesel oil excl. biofuels    9136.3010
#> 3436                                                Fuel oil    3979.8004
#> 3437                                                 Naphtha       0.0000
#> 3438                                      White spirit & SBP       0.0000
#> 3439                                              Lubricants     755.9979
#> 3440                                                 Bitumen       0.0000
#> 3441                                          Paraffin waxes       0.0000
#> 3442                                          Petroleum coke       0.0000
#> 3443                                      Other oil products       0.0000
#> 3444                                        Industrial waste       0.0000
#> 3445                             Municipal waste (renewable)       0.0000
#> 3446                         Municipal waste (non-renewable)       0.0000
#> 3447                                  Primary solid biofuels   67399.9982
#> 3448                                                Biogases       0.0000
#> 3449                                             Biogasoline       0.0000
#> 3450                                              Biodiesels       0.0000
#> 3451                                        Bio jet kerosene       0.0000
#> 3452                                   Other liquid biofuels       0.0000
#> 3453                Non-specified primary biofuels and waste       0.0000
#> 3454                                                Charcoal    4989.5980
#> 3455  Elec/heat output from non-specified manufactured gases       0.0000
#> 3456        Heat output from non-specified combustible fuels       0.0000
#> 3457                                                 Nuclear       0.0000
#> 3458                                                   Hydro       0.0000
#> 3459                                              Geothermal       0.0000
#> 3460                                     Solar photovoltaics       0.0000
#> 3461                                           Solar thermal       0.0000
#> 3462                                    Tide, wave and ocean       0.0000
#> 3463                                                    Wind       0.0000
#> 3464                                           Other sources       0.0000
#> 3465                                             Electricity    9846.0013
#> 3466                                                    Heat       0.0000
#> 3467                                                   Total  108220.8000
#> 3468                                        Memo: Renewables   72389.5962
#> 3469                                Hard coal (if no detail)       0.0000
#> 3470                               Brown coal (if no detail)       0.0000
#> 3471                                              Anthracite       0.0000
#> 3472                                             Coking coal       0.0000
#> 3473                                   Other bituminous coal       0.0000
#> 3474                                     Sub-bituminous coal       0.0000
#> 3475                                                 Lignite       0.0000
#> 3476                                             Patent fuel       0.0000
#> 3477                                          Coke oven coke       0.0000
#> 3478                                                Gas coke       0.0000
#> 3479                                                Coal tar       0.0000
#> 3480                                                     BKB       0.0000
#> 3481                                           Gas works gas       0.0000
#> 3482                                           Coke oven gas       0.0000
#> 3483                                       Blast furnace gas       0.0000
#> 3484                                   Other recovered gases       0.0000
#> 3485                                                    Peat       0.0000
#> 3486                                           Peat products       0.0000
#> 3487                                 Oil shale and oil sands       0.0000
#> 3488                                             Natural gas       0.0000
#> 3489                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3490                                               Crude oil       0.0000
#> 3491                                     Natural gas liquids       0.0000
#> 3492                                     Refinery feedstocks       0.0000
#> 3493                           Additives/blending components       0.0000
#> 3494                                      Other hydrocarbons       0.0000
#> 3495                                            Refinery gas       0.0000
#> 3496                                                  Ethane       0.0000
#> 3497                         Liquefied petroleum gases (LPG)       0.0000
#> 3498                           Motor gasoline excl. biofuels       0.0000
#> 3499                                       Aviation gasoline       0.0000
#> 3500                                  Gasoline type jet fuel       0.0000
#> 3501                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3502                                          Other kerosene       0.0000
#> 3503                           Gas/diesel oil excl. biofuels    1645.3998
#> 3504                                                Fuel oil    3698.4014
#> 3505                                                 Naphtha       0.0000
#> 3506                                      White spirit & SBP       0.0000
#> 3507                                              Lubricants       0.0000
#> 3508                                                 Bitumen       0.0000
#> 3509                                          Paraffin waxes       0.0000
#> 3510                                          Petroleum coke       0.0000
#> 3511                                      Other oil products       0.0000
#> 3512                                        Industrial waste       0.0000
#> 3513                             Municipal waste (renewable)       0.0000
#> 3514                         Municipal waste (non-renewable)       0.0000
#> 3515                                  Primary solid biofuels    6100.0001
#> 3516                                                Biogases       0.0000
#> 3517                                             Biogasoline       0.0000
#> 3518                                              Biodiesels       0.0000
#> 3519                                        Bio jet kerosene       0.0000
#> 3520                                   Other liquid biofuels       0.0000
#> 3521                Non-specified primary biofuels and waste       0.0000
#> 3522                                                Charcoal       0.0000
#> 3523  Elec/heat output from non-specified manufactured gases       0.0000
#> 3524        Heat output from non-specified combustible fuels       0.0000
#> 3525                                                 Nuclear       0.0000
#> 3526                                                   Hydro       0.0000
#> 3527                                              Geothermal       0.0000
#> 3528                                     Solar photovoltaics       0.0000
#> 3529                                           Solar thermal       0.0000
#> 3530                                    Tide, wave and ocean       0.0000
#> 3531                                                    Wind       0.0000
#> 3532                                           Other sources       0.0000
#> 3533                                             Electricity    8780.4020
#> 3534                                                    Heat       0.0000
#> 3535                                                   Total   20224.2034
#> 3536                                        Memo: Renewables    6100.0001
#> 3537                                Hard coal (if no detail)       0.0000
#> 3538                               Brown coal (if no detail)       0.0000
#> 3539                                              Anthracite       0.0000
#> 3540                                             Coking coal       0.0000
#> 3541                                   Other bituminous coal       0.0000
#> 3542                                     Sub-bituminous coal       0.0000
#> 3543                                                 Lignite       0.0000
#> 3544                                             Patent fuel       0.0000
#> 3545                                          Coke oven coke       0.0000
#> 3546                                                Gas coke       0.0000
#> 3547                                                Coal tar       0.0000
#> 3548                                                     BKB       0.0000
#> 3549                                           Gas works gas       0.0000
#> 3550                                           Coke oven gas       0.0000
#> 3551                                       Blast furnace gas       0.0000
#> 3552                                   Other recovered gases       0.0000
#> 3553                                                    Peat       0.0000
#> 3554                                           Peat products       0.0000
#> 3555                                 Oil shale and oil sands       0.0000
#> 3556                                             Natural gas       0.0000
#> 3557                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3558                                               Crude oil       0.0000
#> 3559                                     Natural gas liquids       0.0000
#> 3560                                     Refinery feedstocks       0.0000
#> 3561                           Additives/blending components       0.0000
#> 3562                                      Other hydrocarbons       0.0000
#> 3563                                            Refinery gas       0.0000
#> 3564                                                  Ethane       0.0000
#> 3565                         Liquefied petroleum gases (LPG)       0.0000
#> 3566                           Motor gasoline excl. biofuels       0.0000
#> 3567                                       Aviation gasoline       0.0000
#> 3568                                  Gasoline type jet fuel       0.0000
#> 3569                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3570                                          Other kerosene       0.0000
#> 3571                           Gas/diesel oil excl. biofuels       0.0000
#> 3572                                                Fuel oil       0.0000
#> 3573                                                 Naphtha       0.0000
#> 3574                                      White spirit & SBP       0.0000
#> 3575                                              Lubricants       0.0000
#> 3576                                                 Bitumen       0.0000
#> 3577                                          Paraffin waxes       0.0000
#> 3578                                          Petroleum coke       0.0000
#> 3579                                      Other oil products       0.0000
#> 3580                                        Industrial waste       0.0000
#> 3581                             Municipal waste (renewable)       0.0000
#> 3582                         Municipal waste (non-renewable)       0.0000
#> 3583                                  Primary solid biofuels       0.0000
#> 3584                                                Biogases       0.0000
#> 3585                                             Biogasoline       0.0000
#> 3586                                              Biodiesels       0.0000
#> 3587                                        Bio jet kerosene       0.0000
#> 3588                                   Other liquid biofuels       0.0000
#> 3589                Non-specified primary biofuels and waste       0.0000
#> 3590                                                Charcoal       0.0000
#> 3591  Elec/heat output from non-specified manufactured gases       0.0000
#> 3592        Heat output from non-specified combustible fuels       0.0000
#> 3593                                                 Nuclear       0.0000
#> 3594                                                   Hydro       0.0000
#> 3595                                              Geothermal       0.0000
#> 3596                                     Solar photovoltaics       0.0000
#> 3597                                           Solar thermal       0.0000
#> 3598                                    Tide, wave and ocean       0.0000
#> 3599                                                    Wind       0.0000
#> 3600                                           Other sources       0.0000
#> 3601                                             Electricity     698.4001
#> 3602                                                    Heat       0.0000
#> 3603                                                   Total     698.4001
#> 3604                                        Memo: Renewables       0.0000
#> 3605                                Hard coal (if no detail)       0.0000
#> 3606                               Brown coal (if no detail)       0.0000
#> 3607                                              Anthracite       0.0000
#> 3608                                             Coking coal       0.0000
#> 3609                                   Other bituminous coal       0.0000
#> 3610                                     Sub-bituminous coal       0.0000
#> 3611                                                 Lignite       0.0000
#> 3612                                             Patent fuel       0.0000
#> 3613                                          Coke oven coke       0.0000
#> 3614                                                Gas coke       0.0000
#> 3615                                                Coal tar       0.0000
#> 3616                                                     BKB       0.0000
#> 3617                                           Gas works gas       0.0000
#> 3618                                           Coke oven gas       0.0000
#> 3619                                       Blast furnace gas       0.0000
#> 3620                                   Other recovered gases       0.0000
#> 3621                                                    Peat       0.0000
#> 3622                                           Peat products       0.0000
#> 3623                                 Oil shale and oil sands       0.0000
#> 3624                                             Natural gas       0.0000
#> 3625                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3626                                               Crude oil       0.0000
#> 3627                                     Natural gas liquids       0.0000
#> 3628                                     Refinery feedstocks       0.0000
#> 3629                           Additives/blending components       0.0000
#> 3630                                      Other hydrocarbons       0.0000
#> 3631                                            Refinery gas       0.0000
#> 3632                                                  Ethane       0.0000
#> 3633                         Liquefied petroleum gases (LPG)       0.0000
#> 3634                           Motor gasoline excl. biofuels       0.0000
#> 3635                                       Aviation gasoline       0.0000
#> 3636                                  Gasoline type jet fuel       0.0000
#> 3637                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3638                                          Other kerosene       0.0000
#> 3639                           Gas/diesel oil excl. biofuels       0.0000
#> 3640                                                Fuel oil       0.0000
#> 3641                                                 Naphtha       0.0000
#> 3642                                      White spirit & SBP       0.0000
#> 3643                                              Lubricants       0.0000
#> 3644                                                 Bitumen       0.0000
#> 3645                                          Paraffin waxes       0.0000
#> 3646                                          Petroleum coke       0.0000
#> 3647                                      Other oil products       0.0000
#> 3648                                        Industrial waste       0.0000
#> 3649                             Municipal waste (renewable)       0.0000
#> 3650                         Municipal waste (non-renewable)       0.0000
#> 3651                                  Primary solid biofuels       0.0000
#> 3652                                                Biogases       0.0000
#> 3653                                             Biogasoline       0.0000
#> 3654                                              Biodiesels       0.0000
#> 3655                                        Bio jet kerosene       0.0000
#> 3656                                   Other liquid biofuels       0.0000
#> 3657                Non-specified primary biofuels and waste       0.0000
#> 3658                                                Charcoal       0.0000
#> 3659  Elec/heat output from non-specified manufactured gases       0.0000
#> 3660        Heat output from non-specified combustible fuels       0.0000
#> 3661                                                 Nuclear       0.0000
#> 3662                                                   Hydro       0.0000
#> 3663                                              Geothermal       0.0000
#> 3664                                     Solar photovoltaics       0.0000
#> 3665                                           Solar thermal       0.0000
#> 3666                                    Tide, wave and ocean       0.0000
#> 3667                                                    Wind       0.0000
#> 3668                                           Other sources       0.0000
#> 3669                                             Electricity       0.0000
#> 3670                                                    Heat       0.0000
#> 3671                                                   Total       0.0000
#> 3672                                        Memo: Renewables       0.0000
#> 3673                                Hard coal (if no detail)       0.0000
#> 3674                               Brown coal (if no detail)       0.0000
#> 3675                                              Anthracite       0.0000
#> 3676                                             Coking coal       0.0000
#> 3677                                   Other bituminous coal       0.0000
#> 3678                                     Sub-bituminous coal       0.0000
#> 3679                                                 Lignite       0.0000
#> 3680                                             Patent fuel       0.0000
#> 3681                                          Coke oven coke       0.0000
#> 3682                                                Gas coke       0.0000
#> 3683                                                Coal tar       0.0000
#> 3684                                                     BKB       0.0000
#> 3685                                           Gas works gas       0.0000
#> 3686                                           Coke oven gas       0.0000
#> 3687                                       Blast furnace gas       0.0000
#> 3688                                   Other recovered gases       0.0000
#> 3689                                                    Peat       0.0000
#> 3690                                           Peat products       0.0000
#> 3691                                 Oil shale and oil sands       0.0000
#> 3692                                             Natural gas       0.0000
#> 3693                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3694                                               Crude oil       0.0000
#> 3695                                     Natural gas liquids       0.0000
#> 3696                                     Refinery feedstocks       0.0000
#> 3697                           Additives/blending components       0.0000
#> 3698                                      Other hydrocarbons       0.0000
#> 3699                                            Refinery gas       0.0000
#> 3700                                                  Ethane       0.0000
#> 3701                         Liquefied petroleum gases (LPG)       0.0000
#> 3702                           Motor gasoline excl. biofuels       0.0000
#> 3703                                       Aviation gasoline       0.0000
#> 3704                                  Gasoline type jet fuel       0.0000
#> 3705                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3706                                          Other kerosene       0.0000
#> 3707                           Gas/diesel oil excl. biofuels       0.0000
#> 3708                                                Fuel oil       0.0000
#> 3709                                                 Naphtha       0.0000
#> 3710                                      White spirit & SBP       0.0000
#> 3711                                              Lubricants       0.0000
#> 3712                                                 Bitumen       0.0000
#> 3713                                          Paraffin waxes       0.0000
#> 3714                                          Petroleum coke       0.0000
#> 3715                                      Other oil products       0.0000
#> 3716                                        Industrial waste       0.0000
#> 3717                             Municipal waste (renewable)       0.0000
#> 3718                         Municipal waste (non-renewable)       0.0000
#> 3719                                  Primary solid biofuels       0.0000
#> 3720                                                Biogases       0.0000
#> 3721                                             Biogasoline       0.0000
#> 3722                                              Biodiesels       0.0000
#> 3723                                        Bio jet kerosene       0.0000
#> 3724                                   Other liquid biofuels       0.0000
#> 3725                Non-specified primary biofuels and waste       0.0000
#> 3726                                                Charcoal       0.0000
#> 3727  Elec/heat output from non-specified manufactured gases       0.0000
#> 3728        Heat output from non-specified combustible fuels       0.0000
#> 3729                                                 Nuclear       0.0000
#> 3730                                                   Hydro       0.0000
#> 3731                                              Geothermal       0.0000
#> 3732                                     Solar photovoltaics       0.0000
#> 3733                                           Solar thermal       0.0000
#> 3734                                    Tide, wave and ocean       0.0000
#> 3735                                                    Wind       0.0000
#> 3736                                           Other sources       0.0000
#> 3737                                             Electricity    7164.0000
#> 3738                                                    Heat       0.0000
#> 3739                                                   Total    7164.0000
#> 3740                                        Memo: Renewables       0.0000
#> 3741                                Hard coal (if no detail)       0.0000
#> 3742                               Brown coal (if no detail)       0.0000
#> 3743                                              Anthracite       0.0000
#> 3744                                             Coking coal       0.0000
#> 3745                                   Other bituminous coal       0.0000
#> 3746                                     Sub-bituminous coal       0.0000
#> 3747                                                 Lignite       0.0000
#> 3748                                             Patent fuel       0.0000
#> 3749                                          Coke oven coke       0.0000
#> 3750                                                Gas coke       0.0000
#> 3751                                                Coal tar       0.0000
#> 3752                                                     BKB       0.0000
#> 3753                                           Gas works gas       0.0000
#> 3754                                           Coke oven gas       0.0000
#> 3755                                       Blast furnace gas       0.0000
#> 3756                                   Other recovered gases       0.0000
#> 3757                                                    Peat       0.0000
#> 3758                                           Peat products       0.0000
#> 3759                                 Oil shale and oil sands       0.0000
#> 3760                                             Natural gas       0.0000
#> 3761                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3762                                               Crude oil       0.0000
#> 3763                                     Natural gas liquids       0.0000
#> 3764                                     Refinery feedstocks       0.0000
#> 3765                           Additives/blending components       0.0000
#> 3766                                      Other hydrocarbons       0.0000
#> 3767                                            Refinery gas       0.0000
#> 3768                                                  Ethane       0.0000
#> 3769                         Liquefied petroleum gases (LPG)       0.0000
#> 3770                           Motor gasoline excl. biofuels       0.0000
#> 3771                                       Aviation gasoline       0.0000
#> 3772                                  Gasoline type jet fuel       0.0000
#> 3773                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3774                                          Other kerosene       0.0000
#> 3775                           Gas/diesel oil excl. biofuels       0.0000
#> 3776                                                Fuel oil       0.0000
#> 3777                                                 Naphtha       0.0000
#> 3778                                      White spirit & SBP       0.0000
#> 3779                                              Lubricants       0.0000
#> 3780                                                 Bitumen       0.0000
#> 3781                                          Paraffin waxes       0.0000
#> 3782                                          Petroleum coke       0.0000
#> 3783                                      Other oil products       0.0000
#> 3784                                        Industrial waste       0.0000
#> 3785                             Municipal waste (renewable)       0.0000
#> 3786                         Municipal waste (non-renewable)       0.0000
#> 3787                                  Primary solid biofuels       0.0000
#> 3788                                                Biogases       0.0000
#> 3789                                             Biogasoline       0.0000
#> 3790                                              Biodiesels       0.0000
#> 3791                                        Bio jet kerosene       0.0000
#> 3792                                   Other liquid biofuels       0.0000
#> 3793                Non-specified primary biofuels and waste       0.0000
#> 3794                                                Charcoal       0.0000
#> 3795  Elec/heat output from non-specified manufactured gases       0.0000
#> 3796        Heat output from non-specified combustible fuels       0.0000
#> 3797                                                 Nuclear       0.0000
#> 3798                                                   Hydro       0.0000
#> 3799                                              Geothermal       0.0000
#> 3800                                     Solar photovoltaics       0.0000
#> 3801                                           Solar thermal       0.0000
#> 3802                                    Tide, wave and ocean       0.0000
#> 3803                                                    Wind       0.0000
#> 3804                                           Other sources       0.0000
#> 3805                                             Electricity       0.0000
#> 3806                                                    Heat       0.0000
#> 3807                                                   Total       0.0000
#> 3808                                        Memo: Renewables       0.0000
#> 3809                                Hard coal (if no detail)       0.0000
#> 3810                               Brown coal (if no detail)       0.0000
#> 3811                                              Anthracite       0.0000
#> 3812                                             Coking coal       0.0000
#> 3813                                   Other bituminous coal       0.0000
#> 3814                                     Sub-bituminous coal       0.0000
#> 3815                                                 Lignite       0.0000
#> 3816                                             Patent fuel       0.0000
#> 3817                                          Coke oven coke       0.0000
#> 3818                                                Gas coke       0.0000
#> 3819                                                Coal tar       0.0000
#> 3820                                                     BKB       0.0000
#> 3821                                           Gas works gas       0.0000
#> 3822                                           Coke oven gas       0.0000
#> 3823                                       Blast furnace gas       0.0000
#> 3824                                   Other recovered gases       0.0000
#> 3825                                                    Peat       0.0000
#> 3826                                           Peat products       0.0000
#> 3827                                 Oil shale and oil sands       0.0000
#> 3828                                             Natural gas       0.0000
#> 3829                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3830                                               Crude oil       0.0000
#> 3831                                     Natural gas liquids       0.0000
#> 3832                                     Refinery feedstocks       0.0000
#> 3833                           Additives/blending components       0.0000
#> 3834                                      Other hydrocarbons       0.0000
#> 3835                                            Refinery gas       0.0000
#> 3836                                                  Ethane       0.0000
#> 3837                         Liquefied petroleum gases (LPG)       0.0000
#> 3838                           Motor gasoline excl. biofuels       0.0000
#> 3839                                       Aviation gasoline       0.0000
#> 3840                                  Gasoline type jet fuel       0.0000
#> 3841                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3842                                          Other kerosene       0.0000
#> 3843                           Gas/diesel oil excl. biofuels       0.0000
#> 3844                                                Fuel oil       0.0000
#> 3845                                                 Naphtha       0.0000
#> 3846                                      White spirit & SBP       0.0000
#> 3847                                              Lubricants       0.0000
#> 3848                                                 Bitumen       0.0000
#> 3849                                          Paraffin waxes       0.0000
#> 3850                                          Petroleum coke       0.0000
#> 3851                                      Other oil products       0.0000
#> 3852                                        Industrial waste       0.0000
#> 3853                             Municipal waste (renewable)       0.0000
#> 3854                         Municipal waste (non-renewable)       0.0000
#> 3855                                  Primary solid biofuels       0.0000
#> 3856                                                Biogases       0.0000
#> 3857                                             Biogasoline       0.0000
#> 3858                                              Biodiesels       0.0000
#> 3859                                        Bio jet kerosene       0.0000
#> 3860                                   Other liquid biofuels       0.0000
#> 3861                Non-specified primary biofuels and waste       0.0000
#> 3862                                                Charcoal       0.0000
#> 3863  Elec/heat output from non-specified manufactured gases       0.0000
#> 3864        Heat output from non-specified combustible fuels       0.0000
#> 3865                                                 Nuclear       0.0000
#> 3866                                                   Hydro       0.0000
#> 3867                                              Geothermal       0.0000
#> 3868                                     Solar photovoltaics       0.0000
#> 3869                                           Solar thermal       0.0000
#> 3870                                    Tide, wave and ocean       0.0000
#> 3871                                                    Wind       0.0000
#> 3872                                           Other sources       0.0000
#> 3873                                             Electricity       0.0000
#> 3874                                                    Heat       0.0000
#> 3875                                                   Total       0.0000
#> 3876                                        Memo: Renewables       0.0000
#> 3877                                Hard coal (if no detail)       0.0000
#> 3878                               Brown coal (if no detail)       0.0000
#> 3879                                              Anthracite       0.0000
#> 3880                                             Coking coal       0.0000
#> 3881                                   Other bituminous coal       0.0000
#> 3882                                     Sub-bituminous coal       0.0000
#> 3883                                                 Lignite       0.0000
#> 3884                                             Patent fuel       0.0000
#> 3885                                          Coke oven coke       0.0000
#> 3886                                                Gas coke       0.0000
#> 3887                                                Coal tar       0.0000
#> 3888                                                     BKB       0.0000
#> 3889                                           Gas works gas       0.0000
#> 3890                                           Coke oven gas       0.0000
#> 3891                                       Blast furnace gas       0.0000
#> 3892                                   Other recovered gases       0.0000
#> 3893                                                    Peat       0.0000
#> 3894                                           Peat products       0.0000
#> 3895                                 Oil shale and oil sands       0.0000
#> 3896                                             Natural gas       0.0000
#> 3897                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3898                                               Crude oil       0.0000
#> 3899                                     Natural gas liquids       0.0000
#> 3900                                     Refinery feedstocks       0.0000
#> 3901                           Additives/blending components       0.0000
#> 3902                                      Other hydrocarbons       0.0000
#> 3903                                            Refinery gas       0.0000
#> 3904                                                  Ethane       0.0000
#> 3905                         Liquefied petroleum gases (LPG)       0.0000
#> 3906                           Motor gasoline excl. biofuels       0.0000
#> 3907                                       Aviation gasoline       0.0000
#> 3908                                  Gasoline type jet fuel       0.0000
#> 3909                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3910                                          Other kerosene       0.0000
#> 3911                           Gas/diesel oil excl. biofuels       0.0000
#> 3912                                                Fuel oil       0.0000
#> 3913                                                 Naphtha       0.0000
#> 3914                                      White spirit & SBP       0.0000
#> 3915                                              Lubricants       0.0000
#> 3916                                                 Bitumen       0.0000
#> 3917                                          Paraffin waxes       0.0000
#> 3918                                          Petroleum coke       0.0000
#> 3919                                      Other oil products       0.0000
#> 3920                                        Industrial waste       0.0000
#> 3921                             Municipal waste (renewable)       0.0000
#> 3922                         Municipal waste (non-renewable)       0.0000
#> 3923                                  Primary solid biofuels       0.0000
#> 3924                                                Biogases       0.0000
#> 3925                                             Biogasoline       0.0000
#> 3926                                              Biodiesels       0.0000
#> 3927                                        Bio jet kerosene       0.0000
#> 3928                                   Other liquid biofuels       0.0000
#> 3929                Non-specified primary biofuels and waste       0.0000
#> 3930                                                Charcoal       0.0000
#> 3931  Elec/heat output from non-specified manufactured gases       0.0000
#> 3932        Heat output from non-specified combustible fuels       0.0000
#> 3933                                                 Nuclear       0.0000
#> 3934                                                   Hydro       0.0000
#> 3935                                              Geothermal       0.0000
#> 3936                                     Solar photovoltaics       0.0000
#> 3937                                           Solar thermal       0.0000
#> 3938                                    Tide, wave and ocean       0.0000
#> 3939                                                    Wind       0.0000
#> 3940                                           Other sources       0.0000
#> 3941                                             Electricity    7102.8015
#> 3942                                                    Heat       0.0000
#> 3943                                                   Total    7102.8015
#> 3944                                        Memo: Renewables       0.0000
#> 3945                                Hard coal (if no detail)       0.0000
#> 3946                               Brown coal (if no detail)       0.0000
#> 3947                                              Anthracite       0.0000
#> 3948                                             Coking coal       0.0000
#> 3949                                   Other bituminous coal       0.0000
#> 3950                                     Sub-bituminous coal       0.0000
#> 3951                                                 Lignite       0.0000
#> 3952                                             Patent fuel       0.0000
#> 3953                                          Coke oven coke       0.0000
#> 3954                                                Gas coke       0.0000
#> 3955                                                Coal tar       0.0000
#> 3956                                                     BKB       0.0000
#> 3957                                           Gas works gas       0.0000
#> 3958                                           Coke oven gas       0.0000
#> 3959                                       Blast furnace gas       0.0000
#> 3960                                   Other recovered gases       0.0000
#> 3961                                                    Peat       0.0000
#> 3962                                           Peat products       0.0000
#> 3963                                 Oil shale and oil sands       0.0000
#> 3964                                             Natural gas       0.0000
#> 3965                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 3966                                               Crude oil       0.0000
#> 3967                                     Natural gas liquids       0.0000
#> 3968                                     Refinery feedstocks       0.0000
#> 3969                           Additives/blending components       0.0000
#> 3970                                      Other hydrocarbons       0.0000
#> 3971                                            Refinery gas       0.0000
#> 3972                                                  Ethane       0.0000
#> 3973                         Liquefied petroleum gases (LPG)       0.0000
#> 3974                           Motor gasoline excl. biofuels       0.0000
#> 3975                                       Aviation gasoline       0.0000
#> 3976                                  Gasoline type jet fuel       0.0000
#> 3977                   Kerosene type jet fuel excl. biofuels       0.0000
#> 3978                                          Other kerosene       0.0000
#> 3979                           Gas/diesel oil excl. biofuels       0.0000
#> 3980                                                Fuel oil       0.0000
#> 3981                                                 Naphtha       0.0000
#> 3982                                      White spirit & SBP       0.0000
#> 3983                                              Lubricants       0.0000
#> 3984                                                 Bitumen       0.0000
#> 3985                                          Paraffin waxes       0.0000
#> 3986                                          Petroleum coke       0.0000
#> 3987                                      Other oil products       0.0000
#> 3988                                        Industrial waste       0.0000
#> 3989                             Municipal waste (renewable)       0.0000
#> 3990                         Municipal waste (non-renewable)       0.0000
#> 3991                                  Primary solid biofuels       0.0000
#> 3992                                                Biogases       0.0000
#> 3993                                             Biogasoline       0.0000
#> 3994                                              Biodiesels       0.0000
#> 3995                                        Bio jet kerosene       0.0000
#> 3996                                   Other liquid biofuels       0.0000
#> 3997                Non-specified primary biofuels and waste       0.0000
#> 3998                                                Charcoal       0.0000
#> 3999  Elec/heat output from non-specified manufactured gases       0.0000
#> 4000        Heat output from non-specified combustible fuels       0.0000
#> 4001                                                 Nuclear       0.0000
#> 4002                                                   Hydro       0.0000
#> 4003                                              Geothermal       0.0000
#> 4004                                     Solar photovoltaics       0.0000
#> 4005                                           Solar thermal       0.0000
#> 4006                                    Tide, wave and ocean       0.0000
#> 4007                                                    Wind       0.0000
#> 4008                                           Other sources       0.0000
#> 4009                                             Electricity       0.0000
#> 4010                                                    Heat       0.0000
#> 4011                                                   Total       0.0000
#> 4012                                        Memo: Renewables       0.0000
#> 4013                                Hard coal (if no detail)       0.0000
#> 4014                               Brown coal (if no detail)       0.0000
#> 4015                                              Anthracite       0.0000
#> 4016                                             Coking coal       0.0000
#> 4017                                   Other bituminous coal       0.0000
#> 4018                                     Sub-bituminous coal       0.0000
#> 4019                                                 Lignite       0.0000
#> 4020                                             Patent fuel       0.0000
#> 4021                                          Coke oven coke       0.0000
#> 4022                                                Gas coke       0.0000
#> 4023                                                Coal tar       0.0000
#> 4024                                                     BKB       0.0000
#> 4025                                           Gas works gas       0.0000
#> 4026                                           Coke oven gas       0.0000
#> 4027                                       Blast furnace gas       0.0000
#> 4028                                   Other recovered gases       0.0000
#> 4029                                                    Peat       0.0000
#> 4030                                           Peat products       0.0000
#> 4031                                 Oil shale and oil sands       0.0000
#> 4032                                             Natural gas       0.0000
#> 4033                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4034                                               Crude oil       0.0000
#> 4035                                     Natural gas liquids       0.0000
#> 4036                                     Refinery feedstocks       0.0000
#> 4037                           Additives/blending components       0.0000
#> 4038                                      Other hydrocarbons       0.0000
#> 4039                                            Refinery gas       0.0000
#> 4040                                                  Ethane       0.0000
#> 4041                         Liquefied petroleum gases (LPG)       0.0000
#> 4042                           Motor gasoline excl. biofuels       0.0000
#> 4043                                       Aviation gasoline       0.0000
#> 4044                                  Gasoline type jet fuel       0.0000
#> 4045                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4046                                          Other kerosene       0.0000
#> 4047                           Gas/diesel oil excl. biofuels       0.0000
#> 4048                                                Fuel oil       0.0000
#> 4049                                                 Naphtha       0.0000
#> 4050                                      White spirit & SBP       0.0000
#> 4051                                              Lubricants       0.0000
#> 4052                                                 Bitumen       0.0000
#> 4053                                          Paraffin waxes       0.0000
#> 4054                                          Petroleum coke       0.0000
#> 4055                                      Other oil products       0.0000
#> 4056                                        Industrial waste       0.0000
#> 4057                             Municipal waste (renewable)       0.0000
#> 4058                         Municipal waste (non-renewable)       0.0000
#> 4059                                  Primary solid biofuels       0.0000
#> 4060                                                Biogases       0.0000
#> 4061                                             Biogasoline       0.0000
#> 4062                                              Biodiesels       0.0000
#> 4063                                        Bio jet kerosene       0.0000
#> 4064                                   Other liquid biofuels       0.0000
#> 4065                Non-specified primary biofuels and waste       0.0000
#> 4066                                                Charcoal       0.0000
#> 4067  Elec/heat output from non-specified manufactured gases       0.0000
#> 4068        Heat output from non-specified combustible fuels       0.0000
#> 4069                                                 Nuclear       0.0000
#> 4070                                                   Hydro       0.0000
#> 4071                                              Geothermal       0.0000
#> 4072                                     Solar photovoltaics       0.0000
#> 4073                                           Solar thermal       0.0000
#> 4074                                    Tide, wave and ocean       0.0000
#> 4075                                                    Wind       0.0000
#> 4076                                           Other sources       0.0000
#> 4077                                             Electricity       0.0000
#> 4078                                                    Heat       0.0000
#> 4079                                                   Total       0.0000
#> 4080                                        Memo: Renewables       0.0000
#> 4081                                Hard coal (if no detail)       0.0000
#> 4082                               Brown coal (if no detail)       0.0000
#> 4083                                              Anthracite       0.0000
#> 4084                                             Coking coal       0.0000
#> 4085                                   Other bituminous coal       0.0000
#> 4086                                     Sub-bituminous coal       0.0000
#> 4087                                                 Lignite       0.0000
#> 4088                                             Patent fuel       0.0000
#> 4089                                          Coke oven coke       0.0000
#> 4090                                                Gas coke       0.0000
#> 4091                                                Coal tar       0.0000
#> 4092                                                     BKB       0.0000
#> 4093                                           Gas works gas       0.0000
#> 4094                                           Coke oven gas       0.0000
#> 4095                                       Blast furnace gas       0.0000
#> 4096                                   Other recovered gases       0.0000
#> 4097                                                    Peat       0.0000
#> 4098                                           Peat products       0.0000
#> 4099                                 Oil shale and oil sands       0.0000
#> 4100                                             Natural gas       0.0000
#> 4101                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4102                                               Crude oil       0.0000
#> 4103                                     Natural gas liquids       0.0000
#> 4104                                     Refinery feedstocks       0.0000
#> 4105                           Additives/blending components       0.0000
#> 4106                                      Other hydrocarbons       0.0000
#> 4107                                            Refinery gas       0.0000
#> 4108                                                  Ethane       0.0000
#> 4109                         Liquefied petroleum gases (LPG)       0.0000
#> 4110                           Motor gasoline excl. biofuels       0.0000
#> 4111                                       Aviation gasoline       0.0000
#> 4112                                  Gasoline type jet fuel       0.0000
#> 4113                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4114                                          Other kerosene       0.0000
#> 4115                           Gas/diesel oil excl. biofuels       0.0000
#> 4116                                                Fuel oil       0.0000
#> 4117                                                 Naphtha       0.0000
#> 4118                                      White spirit & SBP       0.0000
#> 4119                                              Lubricants       0.0000
#> 4120                                                 Bitumen       0.0000
#> 4121                                          Paraffin waxes       0.0000
#> 4122                                          Petroleum coke       0.0000
#> 4123                                      Other oil products       0.0000
#> 4124                                        Industrial waste       0.0000
#> 4125                             Municipal waste (renewable)       0.0000
#> 4126                         Municipal waste (non-renewable)       0.0000
#> 4127                                  Primary solid biofuels       0.0000
#> 4128                                                Biogases       0.0000
#> 4129                                             Biogasoline       0.0000
#> 4130                                              Biodiesels       0.0000
#> 4131                                        Bio jet kerosene       0.0000
#> 4132                                   Other liquid biofuels       0.0000
#> 4133                Non-specified primary biofuels and waste       0.0000
#> 4134                                                Charcoal       0.0000
#> 4135  Elec/heat output from non-specified manufactured gases       0.0000
#> 4136        Heat output from non-specified combustible fuels       0.0000
#> 4137                                                 Nuclear       0.0000
#> 4138                                                   Hydro       0.0000
#> 4139                                              Geothermal       0.0000
#> 4140                                     Solar photovoltaics       0.0000
#> 4141                                           Solar thermal       0.0000
#> 4142                                    Tide, wave and ocean       0.0000
#> 4143                                                    Wind       0.0000
#> 4144                                           Other sources       0.0000
#> 4145                                             Electricity       0.0000
#> 4146                                                    Heat       0.0000
#> 4147                                                   Total       0.0000
#> 4148                                        Memo: Renewables       0.0000
#> 4149                                Hard coal (if no detail)       0.0000
#> 4150                               Brown coal (if no detail)       0.0000
#> 4151                                              Anthracite       0.0000
#> 4152                                             Coking coal       0.0000
#> 4153                                   Other bituminous coal       0.0000
#> 4154                                     Sub-bituminous coal       0.0000
#> 4155                                                 Lignite       0.0000
#> 4156                                             Patent fuel       0.0000
#> 4157                                          Coke oven coke       0.0000
#> 4158                                                Gas coke       0.0000
#> 4159                                                Coal tar       0.0000
#> 4160                                                     BKB       0.0000
#> 4161                                           Gas works gas       0.0000
#> 4162                                           Coke oven gas       0.0000
#> 4163                                       Blast furnace gas       0.0000
#> 4164                                   Other recovered gases       0.0000
#> 4165                                                    Peat       0.0000
#> 4166                                           Peat products       0.0000
#> 4167                                 Oil shale and oil sands       0.0000
#> 4168                                             Natural gas       0.0000
#> 4169                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4170                                               Crude oil       0.0000
#> 4171                                     Natural gas liquids       0.0000
#> 4172                                     Refinery feedstocks       0.0000
#> 4173                           Additives/blending components       0.0000
#> 4174                                      Other hydrocarbons       0.0000
#> 4175                                            Refinery gas       0.0000
#> 4176                                                  Ethane       0.0000
#> 4177                         Liquefied petroleum gases (LPG)       0.0000
#> 4178                           Motor gasoline excl. biofuels       0.0000
#> 4179                                       Aviation gasoline       0.0000
#> 4180                                  Gasoline type jet fuel       0.0000
#> 4181                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4182                                          Other kerosene       0.0000
#> 4183                           Gas/diesel oil excl. biofuels       0.0000
#> 4184                                                Fuel oil       0.0000
#> 4185                                                 Naphtha       0.0000
#> 4186                                      White spirit & SBP       0.0000
#> 4187                                              Lubricants       0.0000
#> 4188                                                 Bitumen       0.0000
#> 4189                                          Paraffin waxes       0.0000
#> 4190                                          Petroleum coke       0.0000
#> 4191                                      Other oil products       0.0000
#> 4192                                        Industrial waste       0.0000
#> 4193                             Municipal waste (renewable)       0.0000
#> 4194                         Municipal waste (non-renewable)       0.0000
#> 4195                                  Primary solid biofuels       0.0000
#> 4196                                                Biogases       0.0000
#> 4197                                             Biogasoline       0.0000
#> 4198                                              Biodiesels       0.0000
#> 4199                                        Bio jet kerosene       0.0000
#> 4200                                   Other liquid biofuels       0.0000
#> 4201                Non-specified primary biofuels and waste       0.0000
#> 4202                                                Charcoal       0.0000
#> 4203  Elec/heat output from non-specified manufactured gases       0.0000
#> 4204        Heat output from non-specified combustible fuels       0.0000
#> 4205                                                 Nuclear       0.0000
#> 4206                                                   Hydro       0.0000
#> 4207                                              Geothermal       0.0000
#> 4208                                     Solar photovoltaics       0.0000
#> 4209                                           Solar thermal       0.0000
#> 4210                                    Tide, wave and ocean       0.0000
#> 4211                                                    Wind       0.0000
#> 4212                                           Other sources       0.0000
#> 4213                                             Electricity       0.0000
#> 4214                                                    Heat       0.0000
#> 4215                                                   Total       0.0000
#> 4216                                        Memo: Renewables       0.0000
#> 4217                                Hard coal (if no detail)       0.0000
#> 4218                               Brown coal (if no detail)       0.0000
#> 4219                                              Anthracite       0.0000
#> 4220                                             Coking coal       0.0000
#> 4221                                   Other bituminous coal       0.0000
#> 4222                                     Sub-bituminous coal       0.0000
#> 4223                                                 Lignite       0.0000
#> 4224                                             Patent fuel       0.0000
#> 4225                                          Coke oven coke       0.0000
#> 4226                                                Gas coke       0.0000
#> 4227                                                Coal tar       0.0000
#> 4228                                                     BKB       0.0000
#> 4229                                           Gas works gas       0.0000
#> 4230                                           Coke oven gas       0.0000
#> 4231                                       Blast furnace gas       0.0000
#> 4232                                   Other recovered gases       0.0000
#> 4233                                                    Peat       0.0000
#> 4234                                           Peat products       0.0000
#> 4235                                 Oil shale and oil sands       0.0000
#> 4236                                             Natural gas       0.0000
#> 4237                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4238                                               Crude oil       0.0000
#> 4239                                     Natural gas liquids       0.0000
#> 4240                                     Refinery feedstocks       0.0000
#> 4241                           Additives/blending components       0.0000
#> 4242                                      Other hydrocarbons       0.0000
#> 4243                                            Refinery gas       0.0000
#> 4244                                                  Ethane       0.0000
#> 4245                         Liquefied petroleum gases (LPG)       0.0000
#> 4246                           Motor gasoline excl. biofuels       0.0000
#> 4247                                       Aviation gasoline       0.0000
#> 4248                                  Gasoline type jet fuel       0.0000
#> 4249                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4250                                          Other kerosene       0.0000
#> 4251                           Gas/diesel oil excl. biofuels       0.0000
#> 4252                                                Fuel oil       0.0000
#> 4253                                                 Naphtha       0.0000
#> 4254                                      White spirit & SBP       0.0000
#> 4255                                              Lubricants       0.0000
#> 4256                                                 Bitumen       0.0000
#> 4257                                          Paraffin waxes       0.0000
#> 4258                                          Petroleum coke       0.0000
#> 4259                                      Other oil products       0.0000
#> 4260                                        Industrial waste       0.0000
#> 4261                             Municipal waste (renewable)       0.0000
#> 4262                         Municipal waste (non-renewable)       0.0000
#> 4263                                  Primary solid biofuels       0.0000
#> 4264                                                Biogases       0.0000
#> 4265                                             Biogasoline       0.0000
#> 4266                                              Biodiesels       0.0000
#> 4267                                        Bio jet kerosene       0.0000
#> 4268                                   Other liquid biofuels       0.0000
#> 4269                Non-specified primary biofuels and waste       0.0000
#> 4270                                                Charcoal       0.0000
#> 4271  Elec/heat output from non-specified manufactured gases       0.0000
#> 4272        Heat output from non-specified combustible fuels       0.0000
#> 4273                                                 Nuclear       0.0000
#> 4274                                                   Hydro       0.0000
#> 4275                                              Geothermal       0.0000
#> 4276                                     Solar photovoltaics       0.0000
#> 4277                                           Solar thermal       0.0000
#> 4278                                    Tide, wave and ocean       0.0000
#> 4279                                                    Wind       0.0000
#> 4280                                           Other sources       0.0000
#> 4281                                             Electricity       0.0000
#> 4282                                                    Heat       0.0000
#> 4283                                                   Total       0.0000
#> 4284                                        Memo: Renewables       0.0000
#> 4285                                Hard coal (if no detail)       0.0000
#> 4286                               Brown coal (if no detail)       0.0000
#> 4287                                              Anthracite       0.0000
#> 4288                                             Coking coal       0.0000
#> 4289                                   Other bituminous coal       0.0000
#> 4290                                     Sub-bituminous coal       0.0000
#> 4291                                                 Lignite       0.0000
#> 4292                                             Patent fuel       0.0000
#> 4293                                          Coke oven coke       0.0000
#> 4294                                                Gas coke       0.0000
#> 4295                                                Coal tar       0.0000
#> 4296                                                     BKB       0.0000
#> 4297                                           Gas works gas       0.0000
#> 4298                                           Coke oven gas       0.0000
#> 4299                                       Blast furnace gas       0.0000
#> 4300                                   Other recovered gases       0.0000
#> 4301                                                    Peat       0.0000
#> 4302                                           Peat products       0.0000
#> 4303                                 Oil shale and oil sands       0.0000
#> 4304                                             Natural gas       0.0000
#> 4305                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4306                                               Crude oil       0.0000
#> 4307                                     Natural gas liquids       0.0000
#> 4308                                     Refinery feedstocks       0.0000
#> 4309                           Additives/blending components       0.0000
#> 4310                                      Other hydrocarbons       0.0000
#> 4311                                            Refinery gas       0.0000
#> 4312                                                  Ethane       0.0000
#> 4313                         Liquefied petroleum gases (LPG)       0.0000
#> 4314                           Motor gasoline excl. biofuels       0.0000
#> 4315                                       Aviation gasoline       0.0000
#> 4316                                  Gasoline type jet fuel       0.0000
#> 4317                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4318                                          Other kerosene       0.0000
#> 4319                           Gas/diesel oil excl. biofuels       0.0000
#> 4320                                                Fuel oil       0.0000
#> 4321                                                 Naphtha       0.0000
#> 4322                                      White spirit & SBP       0.0000
#> 4323                                              Lubricants       0.0000
#> 4324                                                 Bitumen       0.0000
#> 4325                                          Paraffin waxes       0.0000
#> 4326                                          Petroleum coke       0.0000
#> 4327                                      Other oil products       0.0000
#> 4328                                        Industrial waste       0.0000
#> 4329                             Municipal waste (renewable)       0.0000
#> 4330                         Municipal waste (non-renewable)       0.0000
#> 4331                                  Primary solid biofuels       0.0000
#> 4332                                                Biogases       0.0000
#> 4333                                             Biogasoline       0.0000
#> 4334                                              Biodiesels       0.0000
#> 4335                                        Bio jet kerosene       0.0000
#> 4336                                   Other liquid biofuels       0.0000
#> 4337                Non-specified primary biofuels and waste       0.0000
#> 4338                                                Charcoal       0.0000
#> 4339  Elec/heat output from non-specified manufactured gases       0.0000
#> 4340        Heat output from non-specified combustible fuels       0.0000
#> 4341                                                 Nuclear       0.0000
#> 4342                                                   Hydro       0.0000
#> 4343                                              Geothermal       0.0000
#> 4344                                     Solar photovoltaics       0.0000
#> 4345                                           Solar thermal       0.0000
#> 4346                                    Tide, wave and ocean       0.0000
#> 4347                                                    Wind       0.0000
#> 4348                                           Other sources       0.0000
#> 4349                                             Electricity       0.0000
#> 4350                                                    Heat       0.0000
#> 4351                                                   Total       0.0000
#> 4352                                        Memo: Renewables       0.0000
#> 4353                                Hard coal (if no detail)       0.0000
#> 4354                               Brown coal (if no detail)       0.0000
#> 4355                                              Anthracite       0.0000
#> 4356                                             Coking coal       0.0000
#> 4357                                   Other bituminous coal       0.0000
#> 4358                                     Sub-bituminous coal       0.0000
#> 4359                                                 Lignite       0.0000
#> 4360                                             Patent fuel       0.0000
#> 4361                                          Coke oven coke       0.0000
#> 4362                                                Gas coke       0.0000
#> 4363                                                Coal tar       0.0000
#> 4364                                                     BKB       0.0000
#> 4365                                           Gas works gas       0.0000
#> 4366                                           Coke oven gas       0.0000
#> 4367                                       Blast furnace gas       0.0000
#> 4368                                   Other recovered gases       0.0000
#> 4369                                                    Peat       0.0000
#> 4370                                           Peat products       0.0000
#> 4371                                 Oil shale and oil sands       0.0000
#> 4372                                             Natural gas       0.0000
#> 4373                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4374                                               Crude oil       0.0000
#> 4375                                     Natural gas liquids       0.0000
#> 4376                                     Refinery feedstocks       0.0000
#> 4377                           Additives/blending components       0.0000
#> 4378                                      Other hydrocarbons       0.0000
#> 4379                                            Refinery gas       0.0000
#> 4380                                                  Ethane       0.0000
#> 4381                         Liquefied petroleum gases (LPG)       0.0000
#> 4382                           Motor gasoline excl. biofuels       0.0000
#> 4383                                       Aviation gasoline       0.0000
#> 4384                                  Gasoline type jet fuel       0.0000
#> 4385                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4386                                          Other kerosene       0.0000
#> 4387                           Gas/diesel oil excl. biofuels       0.0000
#> 4388                                                Fuel oil       0.0000
#> 4389                                                 Naphtha       0.0000
#> 4390                                      White spirit & SBP       0.0000
#> 4391                                              Lubricants       0.0000
#> 4392                                                 Bitumen       0.0000
#> 4393                                          Paraffin waxes       0.0000
#> 4394                                          Petroleum coke       0.0000
#> 4395                                      Other oil products       0.0000
#> 4396                                        Industrial waste       0.0000
#> 4397                             Municipal waste (renewable)       0.0000
#> 4398                         Municipal waste (non-renewable)       0.0000
#> 4399                                  Primary solid biofuels       0.0000
#> 4400                                                Biogases       0.0000
#> 4401                                             Biogasoline       0.0000
#> 4402                                              Biodiesels       0.0000
#> 4403                                        Bio jet kerosene       0.0000
#> 4404                                   Other liquid biofuels       0.0000
#> 4405                Non-specified primary biofuels and waste       0.0000
#> 4406                                                Charcoal       0.0000
#> 4407  Elec/heat output from non-specified manufactured gases       0.0000
#> 4408        Heat output from non-specified combustible fuels       0.0000
#> 4409                                                 Nuclear       0.0000
#> 4410                                                   Hydro       0.0000
#> 4411                                              Geothermal       0.0000
#> 4412                                     Solar photovoltaics       0.0000
#> 4413                                           Solar thermal       0.0000
#> 4414                                    Tide, wave and ocean       0.0000
#> 4415                                                    Wind       0.0000
#> 4416                                           Other sources       0.0000
#> 4417                                             Electricity      61.1985
#> 4418                                                    Heat       0.0000
#> 4419                                                   Total      61.1985
#> 4420                                        Memo: Renewables       0.0000
#> 4421                                Hard coal (if no detail)       0.0000
#> 4422                               Brown coal (if no detail)       0.0000
#> 4423                                              Anthracite       0.0000
#> 4424                                             Coking coal       0.0000
#> 4425                                   Other bituminous coal       0.0000
#> 4426                                     Sub-bituminous coal       0.0000
#> 4427                                                 Lignite       0.0000
#> 4428                                             Patent fuel       0.0000
#> 4429                                          Coke oven coke       0.0000
#> 4430                                                Gas coke       0.0000
#> 4431                                                Coal tar       0.0000
#> 4432                                                     BKB       0.0000
#> 4433                                           Gas works gas       0.0000
#> 4434                                           Coke oven gas       0.0000
#> 4435                                       Blast furnace gas       0.0000
#> 4436                                   Other recovered gases       0.0000
#> 4437                                                    Peat       0.0000
#> 4438                                           Peat products       0.0000
#> 4439                                 Oil shale and oil sands       0.0000
#> 4440                                             Natural gas       0.0000
#> 4441                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4442                                               Crude oil       0.0000
#> 4443                                     Natural gas liquids       0.0000
#> 4444                                     Refinery feedstocks       0.0000
#> 4445                           Additives/blending components       0.0000
#> 4446                                      Other hydrocarbons       0.0000
#> 4447                                            Refinery gas       0.0000
#> 4448                                                  Ethane       0.0000
#> 4449                         Liquefied petroleum gases (LPG)       0.0000
#> 4450                           Motor gasoline excl. biofuels       0.0000
#> 4451                                       Aviation gasoline       0.0000
#> 4452                                  Gasoline type jet fuel       0.0000
#> 4453                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4454                                          Other kerosene       0.0000
#> 4455                           Gas/diesel oil excl. biofuels    1645.3998
#> 4456                                                Fuel oil    3698.4014
#> 4457                                                 Naphtha       0.0000
#> 4458                                      White spirit & SBP       0.0000
#> 4459                                              Lubricants       0.0000
#> 4460                                                 Bitumen       0.0000
#> 4461                                          Paraffin waxes       0.0000
#> 4462                                          Petroleum coke       0.0000
#> 4463                                      Other oil products       0.0000
#> 4464                                        Industrial waste       0.0000
#> 4465                             Municipal waste (renewable)       0.0000
#> 4466                         Municipal waste (non-renewable)       0.0000
#> 4467                                  Primary solid biofuels    6100.0001
#> 4468                                                Biogases       0.0000
#> 4469                                             Biogasoline       0.0000
#> 4470                                              Biodiesels       0.0000
#> 4471                                        Bio jet kerosene       0.0000
#> 4472                                   Other liquid biofuels       0.0000
#> 4473                Non-specified primary biofuels and waste       0.0000
#> 4474                                                Charcoal       0.0000
#> 4475  Elec/heat output from non-specified manufactured gases       0.0000
#> 4476        Heat output from non-specified combustible fuels       0.0000
#> 4477                                                 Nuclear       0.0000
#> 4478                                                   Hydro       0.0000
#> 4479                                              Geothermal       0.0000
#> 4480                                     Solar photovoltaics       0.0000
#> 4481                                           Solar thermal       0.0000
#> 4482                                    Tide, wave and ocean       0.0000
#> 4483                                                    Wind       0.0000
#> 4484                                           Other sources       0.0000
#> 4485                                             Electricity     918.0020
#> 4486                                                    Heat       0.0000
#> 4487                                                   Total   12361.8033
#> 4488                                        Memo: Renewables    6100.0001
#> 4489                                Hard coal (if no detail)       0.0000
#> 4490                               Brown coal (if no detail)       0.0000
#> 4491                                              Anthracite       0.0000
#> 4492                                             Coking coal       0.0000
#> 4493                                   Other bituminous coal       0.0000
#> 4494                                     Sub-bituminous coal       0.0000
#> 4495                                                 Lignite       0.0000
#> 4496                                             Patent fuel       0.0000
#> 4497                                          Coke oven coke       0.0000
#> 4498                                                Gas coke       0.0000
#> 4499                                                Coal tar       0.0000
#> 4500                                                     BKB       0.0000
#> 4501                                           Gas works gas       0.0000
#> 4502                                           Coke oven gas       0.0000
#> 4503                                       Blast furnace gas       0.0000
#> 4504                                   Other recovered gases       0.0000
#> 4505                                                    Peat       0.0000
#> 4506                                           Peat products       0.0000
#> 4507                                 Oil shale and oil sands       0.0000
#> 4508                                             Natural gas       0.0000
#> 4509                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4510                                               Crude oil       0.0000
#> 4511                                     Natural gas liquids       0.0000
#> 4512                                     Refinery feedstocks       0.0000
#> 4513                           Additives/blending components       0.0000
#> 4514                                      Other hydrocarbons       0.0000
#> 4515                                            Refinery gas       0.0000
#> 4516                                                  Ethane       0.0000
#> 4517                         Liquefied petroleum gases (LPG)       0.0000
#> 4518                           Motor gasoline excl. biofuels    8467.2001
#> 4519                                       Aviation gasoline       0.0000
#> 4520                                  Gasoline type jet fuel       0.0000
#> 4521                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4522                                          Other kerosene       0.0000
#> 4523                           Gas/diesel oil excl. biofuels    5845.5013
#> 4524                                                Fuel oil     281.3990
#> 4525                                                 Naphtha       0.0000
#> 4526                                      White spirit & SBP       0.0000
#> 4527                                              Lubricants       0.0000
#> 4528                                                 Bitumen       0.0000
#> 4529                                          Paraffin waxes       0.0000
#> 4530                                          Petroleum coke       0.0000
#> 4531                                      Other oil products       0.0000
#> 4532                                        Industrial waste       0.0000
#> 4533                             Municipal waste (renewable)       0.0000
#> 4534                         Municipal waste (non-renewable)       0.0000
#> 4535                                  Primary solid biofuels       0.0000
#> 4536                                                Biogases       0.0000
#> 4537                                             Biogasoline       0.0000
#> 4538                                              Biodiesels       0.0000
#> 4539                                        Bio jet kerosene       0.0000
#> 4540                                   Other liquid biofuels       0.0000
#> 4541                Non-specified primary biofuels and waste       0.0000
#> 4542                                                Charcoal       0.0000
#> 4543  Elec/heat output from non-specified manufactured gases       0.0000
#> 4544        Heat output from non-specified combustible fuels       0.0000
#> 4545                                                 Nuclear       0.0000
#> 4546                                                   Hydro       0.0000
#> 4547                                              Geothermal       0.0000
#> 4548                                     Solar photovoltaics       0.0000
#> 4549                                           Solar thermal       0.0000
#> 4550                                    Tide, wave and ocean       0.0000
#> 4551                                                    Wind       0.0000
#> 4552                                           Other sources       0.0000
#> 4553                                             Electricity       0.0000
#> 4554                                                    Heat       0.0000
#> 4555                                                   Total   14594.1004
#> 4556                                        Memo: Renewables       0.0000
#> 4557                                Hard coal (if no detail)       0.0000
#> 4558                               Brown coal (if no detail)       0.0000
#> 4559                                              Anthracite       0.0000
#> 4560                                             Coking coal       0.0000
#> 4561                                   Other bituminous coal       0.0000
#> 4562                                     Sub-bituminous coal       0.0000
#> 4563                                                 Lignite       0.0000
#> 4564                                             Patent fuel       0.0000
#> 4565                                          Coke oven coke       0.0000
#> 4566                                                Gas coke       0.0000
#> 4567                                                Coal tar       0.0000
#> 4568                                                     BKB       0.0000
#> 4569                                           Gas works gas       0.0000
#> 4570                                           Coke oven gas       0.0000
#> 4571                                       Blast furnace gas       0.0000
#> 4572                                   Other recovered gases       0.0000
#> 4573                                                    Peat       0.0000
#> 4574                                           Peat products       0.0000
#> 4575                                 Oil shale and oil sands       0.0000
#> 4576                                             Natural gas       0.0000
#> 4577                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4578                                               Crude oil       0.0000
#> 4579                                     Natural gas liquids       0.0000
#> 4580                                     Refinery feedstocks       0.0000
#> 4581                           Additives/blending components       0.0000
#> 4582                                      Other hydrocarbons       0.0000
#> 4583                                            Refinery gas       0.0000
#> 4584                                                  Ethane       0.0000
#> 4585                         Liquefied petroleum gases (LPG)       0.0000
#> 4586                           Motor gasoline excl. biofuels       0.0000
#> 4587                                       Aviation gasoline       0.0000
#> 4588                                  Gasoline type jet fuel       0.0000
#> 4589                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4590                                          Other kerosene       0.0000
#> 4591                           Gas/diesel oil excl. biofuels       0.0000
#> 4592                                                Fuel oil       0.0000
#> 4593                                                 Naphtha       0.0000
#> 4594                                      White spirit & SBP       0.0000
#> 4595                                              Lubricants       0.0000
#> 4596                                                 Bitumen       0.0000
#> 4597                                          Paraffin waxes       0.0000
#> 4598                                          Petroleum coke       0.0000
#> 4599                                      Other oil products       0.0000
#> 4600                                        Industrial waste       0.0000
#> 4601                             Municipal waste (renewable)       0.0000
#> 4602                         Municipal waste (non-renewable)       0.0000
#> 4603                                  Primary solid biofuels       0.0000
#> 4604                                                Biogases       0.0000
#> 4605                                             Biogasoline       0.0000
#> 4606                                              Biodiesels       0.0000
#> 4607                                        Bio jet kerosene       0.0000
#> 4608                                   Other liquid biofuels       0.0000
#> 4609                Non-specified primary biofuels and waste       0.0000
#> 4610                                                Charcoal       0.0000
#> 4611  Elec/heat output from non-specified manufactured gases       0.0000
#> 4612        Heat output from non-specified combustible fuels       0.0000
#> 4613                                                 Nuclear       0.0000
#> 4614                                                   Hydro       0.0000
#> 4615                                              Geothermal       0.0000
#> 4616                                     Solar photovoltaics       0.0000
#> 4617                                           Solar thermal       0.0000
#> 4618                                    Tide, wave and ocean       0.0000
#> 4619                                                    Wind       0.0000
#> 4620                                           Other sources       0.0000
#> 4621                                             Electricity       0.0000
#> 4622                                                    Heat       0.0000
#> 4623                                                   Total       0.0000
#> 4624                                        Memo: Renewables       0.0000
#> 4625                                Hard coal (if no detail)       0.0000
#> 4626                               Brown coal (if no detail)       0.0000
#> 4627                                              Anthracite       0.0000
#> 4628                                             Coking coal       0.0000
#> 4629                                   Other bituminous coal       0.0000
#> 4630                                     Sub-bituminous coal       0.0000
#> 4631                                                 Lignite       0.0000
#> 4632                                             Patent fuel       0.0000
#> 4633                                          Coke oven coke       0.0000
#> 4634                                                Gas coke       0.0000
#> 4635                                                Coal tar       0.0000
#> 4636                                                     BKB       0.0000
#> 4637                                           Gas works gas       0.0000
#> 4638                                           Coke oven gas       0.0000
#> 4639                                       Blast furnace gas       0.0000
#> 4640                                   Other recovered gases       0.0000
#> 4641                                                    Peat       0.0000
#> 4642                                           Peat products       0.0000
#> 4643                                 Oil shale and oil sands       0.0000
#> 4644                                             Natural gas       0.0000
#> 4645                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4646                                               Crude oil       0.0000
#> 4647                                     Natural gas liquids       0.0000
#> 4648                                     Refinery feedstocks       0.0000
#> 4649                           Additives/blending components       0.0000
#> 4650                                      Other hydrocarbons       0.0000
#> 4651                                            Refinery gas       0.0000
#> 4652                                                  Ethane       0.0000
#> 4653                         Liquefied petroleum gases (LPG)       0.0000
#> 4654                           Motor gasoline excl. biofuels       0.0000
#> 4655                                       Aviation gasoline       0.0000
#> 4656                                  Gasoline type jet fuel       0.0000
#> 4657                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4658                                          Other kerosene       0.0000
#> 4659                           Gas/diesel oil excl. biofuels       0.0000
#> 4660                                                Fuel oil       0.0000
#> 4661                                                 Naphtha       0.0000
#> 4662                                      White spirit & SBP       0.0000
#> 4663                                              Lubricants       0.0000
#> 4664                                                 Bitumen       0.0000
#> 4665                                          Paraffin waxes       0.0000
#> 4666                                          Petroleum coke       0.0000
#> 4667                                      Other oil products       0.0000
#> 4668                                        Industrial waste       0.0000
#> 4669                             Municipal waste (renewable)       0.0000
#> 4670                         Municipal waste (non-renewable)       0.0000
#> 4671                                  Primary solid biofuels       0.0000
#> 4672                                                Biogases       0.0000
#> 4673                                             Biogasoline       0.0000
#> 4674                                              Biodiesels       0.0000
#> 4675                                        Bio jet kerosene       0.0000
#> 4676                                   Other liquid biofuels       0.0000
#> 4677                Non-specified primary biofuels and waste       0.0000
#> 4678                                                Charcoal       0.0000
#> 4679  Elec/heat output from non-specified manufactured gases       0.0000
#> 4680        Heat output from non-specified combustible fuels       0.0000
#> 4681                                                 Nuclear       0.0000
#> 4682                                                   Hydro       0.0000
#> 4683                                              Geothermal       0.0000
#> 4684                                     Solar photovoltaics       0.0000
#> 4685                                           Solar thermal       0.0000
#> 4686                                    Tide, wave and ocean       0.0000
#> 4687                                                    Wind       0.0000
#> 4688                                           Other sources       0.0000
#> 4689                                             Electricity       0.0000
#> 4690                                                    Heat       0.0000
#> 4691                                                   Total       0.0000
#> 4692                                        Memo: Renewables       0.0000
#> 4693                                Hard coal (if no detail)       0.0000
#> 4694                               Brown coal (if no detail)       0.0000
#> 4695                                              Anthracite       0.0000
#> 4696                                             Coking coal       0.0000
#> 4697                                   Other bituminous coal       0.0000
#> 4698                                     Sub-bituminous coal       0.0000
#> 4699                                                 Lignite       0.0000
#> 4700                                             Patent fuel       0.0000
#> 4701                                          Coke oven coke       0.0000
#> 4702                                                Gas coke       0.0000
#> 4703                                                Coal tar       0.0000
#> 4704                                                     BKB       0.0000
#> 4705                                           Gas works gas       0.0000
#> 4706                                           Coke oven gas       0.0000
#> 4707                                       Blast furnace gas       0.0000
#> 4708                                   Other recovered gases       0.0000
#> 4709                                                    Peat       0.0000
#> 4710                                           Peat products       0.0000
#> 4711                                 Oil shale and oil sands       0.0000
#> 4712                                             Natural gas       0.0000
#> 4713                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4714                                               Crude oil       0.0000
#> 4715                                     Natural gas liquids       0.0000
#> 4716                                     Refinery feedstocks       0.0000
#> 4717                           Additives/blending components       0.0000
#> 4718                                      Other hydrocarbons       0.0000
#> 4719                                            Refinery gas       0.0000
#> 4720                                                  Ethane       0.0000
#> 4721                         Liquefied petroleum gases (LPG)       0.0000
#> 4722                           Motor gasoline excl. biofuels    8467.2001
#> 4723                                       Aviation gasoline       0.0000
#> 4724                                  Gasoline type jet fuel       0.0000
#> 4725                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4726                                          Other kerosene       0.0000
#> 4727                           Gas/diesel oil excl. biofuels    4979.4994
#> 4728                                                Fuel oil       0.0000
#> 4729                                                 Naphtha       0.0000
#> 4730                                      White spirit & SBP       0.0000
#> 4731                                              Lubricants       0.0000
#> 4732                                                 Bitumen       0.0000
#> 4733                                          Paraffin waxes       0.0000
#> 4734                                          Petroleum coke       0.0000
#> 4735                                      Other oil products       0.0000
#> 4736                                        Industrial waste       0.0000
#> 4737                             Municipal waste (renewable)       0.0000
#> 4738                         Municipal waste (non-renewable)       0.0000
#> 4739                                  Primary solid biofuels       0.0000
#> 4740                                                Biogases       0.0000
#> 4741                                             Biogasoline       0.0000
#> 4742                                              Biodiesels       0.0000
#> 4743                                        Bio jet kerosene       0.0000
#> 4744                                   Other liquid biofuels       0.0000
#> 4745                Non-specified primary biofuels and waste       0.0000
#> 4746                                                Charcoal       0.0000
#> 4747  Elec/heat output from non-specified manufactured gases       0.0000
#> 4748        Heat output from non-specified combustible fuels       0.0000
#> 4749                                                 Nuclear       0.0000
#> 4750                                                   Hydro       0.0000
#> 4751                                              Geothermal       0.0000
#> 4752                                     Solar photovoltaics       0.0000
#> 4753                                           Solar thermal       0.0000
#> 4754                                    Tide, wave and ocean       0.0000
#> 4755                                                    Wind       0.0000
#> 4756                                           Other sources       0.0000
#> 4757                                             Electricity       0.0000
#> 4758                                                    Heat       0.0000
#> 4759                                                   Total   13446.6995
#> 4760                                        Memo: Renewables       0.0000
#> 4761                                Hard coal (if no detail)       0.0000
#> 4762                               Brown coal (if no detail)       0.0000
#> 4763                                              Anthracite       0.0000
#> 4764                                             Coking coal       0.0000
#> 4765                                   Other bituminous coal       0.0000
#> 4766                                     Sub-bituminous coal       0.0000
#> 4767                                                 Lignite       0.0000
#> 4768                                             Patent fuel       0.0000
#> 4769                                          Coke oven coke       0.0000
#> 4770                                                Gas coke       0.0000
#> 4771                                                Coal tar       0.0000
#> 4772                                                     BKB       0.0000
#> 4773                                           Gas works gas       0.0000
#> 4774                                           Coke oven gas       0.0000
#> 4775                                       Blast furnace gas       0.0000
#> 4776                                   Other recovered gases       0.0000
#> 4777                                                    Peat       0.0000
#> 4778                                           Peat products       0.0000
#> 4779                                 Oil shale and oil sands       0.0000
#> 4780                                             Natural gas       0.0000
#> 4781                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4782                                               Crude oil       0.0000
#> 4783                                     Natural gas liquids       0.0000
#> 4784                                     Refinery feedstocks       0.0000
#> 4785                           Additives/blending components       0.0000
#> 4786                                      Other hydrocarbons       0.0000
#> 4787                                            Refinery gas       0.0000
#> 4788                                                  Ethane       0.0000
#> 4789                         Liquefied petroleum gases (LPG)       0.0000
#> 4790                           Motor gasoline excl. biofuels       0.0000
#> 4791                                       Aviation gasoline       0.0000
#> 4792                                  Gasoline type jet fuel       0.0000
#> 4793                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4794                                          Other kerosene       0.0000
#> 4795                           Gas/diesel oil excl. biofuels     432.9989
#> 4796                                                Fuel oil     200.9999
#> 4797                                                 Naphtha       0.0000
#> 4798                                      White spirit & SBP       0.0000
#> 4799                                              Lubricants       0.0000
#> 4800                                                 Bitumen       0.0000
#> 4801                                          Paraffin waxes       0.0000
#> 4802                                          Petroleum coke       0.0000
#> 4803                                      Other oil products       0.0000
#> 4804                                        Industrial waste       0.0000
#> 4805                             Municipal waste (renewable)       0.0000
#> 4806                         Municipal waste (non-renewable)       0.0000
#> 4807                                  Primary solid biofuels       0.0000
#> 4808                                                Biogases       0.0000
#> 4809                                             Biogasoline       0.0000
#> 4810                                              Biodiesels       0.0000
#> 4811                                        Bio jet kerosene       0.0000
#> 4812                                   Other liquid biofuels       0.0000
#> 4813                Non-specified primary biofuels and waste       0.0000
#> 4814                                                Charcoal       0.0000
#> 4815  Elec/heat output from non-specified manufactured gases       0.0000
#> 4816        Heat output from non-specified combustible fuels       0.0000
#> 4817                                                 Nuclear       0.0000
#> 4818                                                   Hydro       0.0000
#> 4819                                              Geothermal       0.0000
#> 4820                                     Solar photovoltaics       0.0000
#> 4821                                           Solar thermal       0.0000
#> 4822                                    Tide, wave and ocean       0.0000
#> 4823                                                    Wind       0.0000
#> 4824                                           Other sources       0.0000
#> 4825                                             Electricity       0.0000
#> 4826                                                    Heat       0.0000
#> 4827                                                   Total     633.9988
#> 4828                                        Memo: Renewables       0.0000
#> 4829                                Hard coal (if no detail)       0.0000
#> 4830                               Brown coal (if no detail)       0.0000
#> 4831                                              Anthracite       0.0000
#> 4832                                             Coking coal       0.0000
#> 4833                                   Other bituminous coal       0.0000
#> 4834                                     Sub-bituminous coal       0.0000
#> 4835                                                 Lignite       0.0000
#> 4836                                             Patent fuel       0.0000
#> 4837                                          Coke oven coke       0.0000
#> 4838                                                Gas coke       0.0000
#> 4839                                                Coal tar       0.0000
#> 4840                                                     BKB       0.0000
#> 4841                                           Gas works gas       0.0000
#> 4842                                           Coke oven gas       0.0000
#> 4843                                       Blast furnace gas       0.0000
#> 4844                                   Other recovered gases       0.0000
#> 4845                                                    Peat       0.0000
#> 4846                                           Peat products       0.0000
#> 4847                                 Oil shale and oil sands       0.0000
#> 4848                                             Natural gas       0.0000
#> 4849                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4850                                               Crude oil       0.0000
#> 4851                                     Natural gas liquids       0.0000
#> 4852                                     Refinery feedstocks       0.0000
#> 4853                           Additives/blending components       0.0000
#> 4854                                      Other hydrocarbons       0.0000
#> 4855                                            Refinery gas       0.0000
#> 4856                                                  Ethane       0.0000
#> 4857                         Liquefied petroleum gases (LPG)       0.0000
#> 4858                           Motor gasoline excl. biofuels       0.0000
#> 4859                                       Aviation gasoline       0.0000
#> 4860                                  Gasoline type jet fuel       0.0000
#> 4861                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4862                                          Other kerosene       0.0000
#> 4863                           Gas/diesel oil excl. biofuels       0.0000
#> 4864                                                Fuel oil       0.0000
#> 4865                                                 Naphtha       0.0000
#> 4866                                      White spirit & SBP       0.0000
#> 4867                                              Lubricants       0.0000
#> 4868                                                 Bitumen       0.0000
#> 4869                                          Paraffin waxes       0.0000
#> 4870                                          Petroleum coke       0.0000
#> 4871                                      Other oil products       0.0000
#> 4872                                        Industrial waste       0.0000
#> 4873                             Municipal waste (renewable)       0.0000
#> 4874                         Municipal waste (non-renewable)       0.0000
#> 4875                                  Primary solid biofuels       0.0000
#> 4876                                                Biogases       0.0000
#> 4877                                             Biogasoline       0.0000
#> 4878                                              Biodiesels       0.0000
#> 4879                                        Bio jet kerosene       0.0000
#> 4880                                   Other liquid biofuels       0.0000
#> 4881                Non-specified primary biofuels and waste       0.0000
#> 4882                                                Charcoal       0.0000
#> 4883  Elec/heat output from non-specified manufactured gases       0.0000
#> 4884        Heat output from non-specified combustible fuels       0.0000
#> 4885                                                 Nuclear       0.0000
#> 4886                                                   Hydro       0.0000
#> 4887                                              Geothermal       0.0000
#> 4888                                     Solar photovoltaics       0.0000
#> 4889                                           Solar thermal       0.0000
#> 4890                                    Tide, wave and ocean       0.0000
#> 4891                                                    Wind       0.0000
#> 4892                                           Other sources       0.0000
#> 4893                                             Electricity       0.0000
#> 4894                                                    Heat       0.0000
#> 4895                                                   Total       0.0000
#> 4896                                        Memo: Renewables       0.0000
#> 4897                                Hard coal (if no detail)       0.0000
#> 4898                               Brown coal (if no detail)       0.0000
#> 4899                                              Anthracite       0.0000
#> 4900                                             Coking coal       0.0000
#> 4901                                   Other bituminous coal       0.0000
#> 4902                                     Sub-bituminous coal       0.0000
#> 4903                                                 Lignite       0.0000
#> 4904                                             Patent fuel       0.0000
#> 4905                                          Coke oven coke       0.0000
#> 4906                                                Gas coke       0.0000
#> 4907                                                Coal tar       0.0000
#> 4908                                                     BKB       0.0000
#> 4909                                           Gas works gas       0.0000
#> 4910                                           Coke oven gas       0.0000
#> 4911                                       Blast furnace gas       0.0000
#> 4912                                   Other recovered gases       0.0000
#> 4913                                                    Peat       0.0000
#> 4914                                           Peat products       0.0000
#> 4915                                 Oil shale and oil sands       0.0000
#> 4916                                             Natural gas       0.0000
#> 4917                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4918                                               Crude oil       0.0000
#> 4919                                     Natural gas liquids       0.0000
#> 4920                                     Refinery feedstocks       0.0000
#> 4921                           Additives/blending components       0.0000
#> 4922                                      Other hydrocarbons       0.0000
#> 4923                                            Refinery gas       0.0000
#> 4924                                                  Ethane       0.0000
#> 4925                         Liquefied petroleum gases (LPG)       0.0000
#> 4926                           Motor gasoline excl. biofuels       0.0000
#> 4927                                       Aviation gasoline       0.0000
#> 4928                                  Gasoline type jet fuel       0.0000
#> 4929                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4930                                          Other kerosene       0.0000
#> 4931                           Gas/diesel oil excl. biofuels       0.0000
#> 4932                                                Fuel oil       0.0000
#> 4933                                                 Naphtha       0.0000
#> 4934                                      White spirit & SBP       0.0000
#> 4935                                              Lubricants       0.0000
#> 4936                                                 Bitumen       0.0000
#> 4937                                          Paraffin waxes       0.0000
#> 4938                                          Petroleum coke       0.0000
#> 4939                                      Other oil products       0.0000
#> 4940                                        Industrial waste       0.0000
#> 4941                             Municipal waste (renewable)       0.0000
#> 4942                         Municipal waste (non-renewable)       0.0000
#> 4943                                  Primary solid biofuels       0.0000
#> 4944                                                Biogases       0.0000
#> 4945                                             Biogasoline       0.0000
#> 4946                                              Biodiesels       0.0000
#> 4947                                        Bio jet kerosene       0.0000
#> 4948                                   Other liquid biofuels       0.0000
#> 4949                Non-specified primary biofuels and waste       0.0000
#> 4950                                                Charcoal       0.0000
#> 4951  Elec/heat output from non-specified manufactured gases       0.0000
#> 4952        Heat output from non-specified combustible fuels       0.0000
#> 4953                                                 Nuclear       0.0000
#> 4954                                                   Hydro       0.0000
#> 4955                                              Geothermal       0.0000
#> 4956                                     Solar photovoltaics       0.0000
#> 4957                                           Solar thermal       0.0000
#> 4958                                    Tide, wave and ocean       0.0000
#> 4959                                                    Wind       0.0000
#> 4960                                           Other sources       0.0000
#> 4961                                             Electricity       0.0000
#> 4962                                                    Heat       0.0000
#> 4963                                                   Total       0.0000
#> 4964                                        Memo: Renewables       0.0000
#> 4965                                Hard coal (if no detail)       0.0000
#> 4966                               Brown coal (if no detail)       0.0000
#> 4967                                              Anthracite       0.0000
#> 4968                                             Coking coal       0.0000
#> 4969                                   Other bituminous coal       0.0000
#> 4970                                     Sub-bituminous coal       0.0000
#> 4971                                                 Lignite       0.0000
#> 4972                                             Patent fuel       0.0000
#> 4973                                          Coke oven coke       0.0000
#> 4974                                                Gas coke       0.0000
#> 4975                                                Coal tar       0.0000
#> 4976                                                     BKB       0.0000
#> 4977                                           Gas works gas       0.0000
#> 4978                                           Coke oven gas       0.0000
#> 4979                                       Blast furnace gas       0.0000
#> 4980                                   Other recovered gases       0.0000
#> 4981                                                    Peat       0.0000
#> 4982                                           Peat products       0.0000
#> 4983                                 Oil shale and oil sands       0.0000
#> 4984                                             Natural gas       0.0000
#> 4985                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 4986                                               Crude oil       0.0000
#> 4987                                     Natural gas liquids       0.0000
#> 4988                                     Refinery feedstocks       0.0000
#> 4989                           Additives/blending components       0.0000
#> 4990                                      Other hydrocarbons       0.0000
#> 4991                                            Refinery gas       0.0000
#> 4992                                                  Ethane       0.0000
#> 4993                         Liquefied petroleum gases (LPG)       0.0000
#> 4994                           Motor gasoline excl. biofuels       0.0000
#> 4995                                       Aviation gasoline       0.0000
#> 4996                                  Gasoline type jet fuel       0.0000
#> 4997                   Kerosene type jet fuel excl. biofuels       0.0000
#> 4998                                          Other kerosene       0.0000
#> 4999                           Gas/diesel oil excl. biofuels     432.9989
#> 5000                                                Fuel oil      80.3991
#> 5001                                                 Naphtha       0.0000
#> 5002                                      White spirit & SBP       0.0000
#> 5003                                              Lubricants       0.0000
#> 5004                                                 Bitumen       0.0000
#> 5005                                          Paraffin waxes       0.0000
#> 5006                                          Petroleum coke       0.0000
#> 5007                                      Other oil products       0.0000
#> 5008                                        Industrial waste       0.0000
#> 5009                             Municipal waste (renewable)       0.0000
#> 5010                         Municipal waste (non-renewable)       0.0000
#> 5011                                  Primary solid biofuels       0.0000
#> 5012                                                Biogases       0.0000
#> 5013                                             Biogasoline       0.0000
#> 5014                                              Biodiesels       0.0000
#> 5015                                        Bio jet kerosene       0.0000
#> 5016                                   Other liquid biofuels       0.0000
#> 5017                Non-specified primary biofuels and waste       0.0000
#> 5018                                                Charcoal       0.0000
#> 5019  Elec/heat output from non-specified manufactured gases       0.0000
#> 5020        Heat output from non-specified combustible fuels       0.0000
#> 5021                                                 Nuclear       0.0000
#> 5022                                                   Hydro       0.0000
#> 5023                                              Geothermal       0.0000
#> 5024                                     Solar photovoltaics       0.0000
#> 5025                                           Solar thermal       0.0000
#> 5026                                    Tide, wave and ocean       0.0000
#> 5027                                                    Wind       0.0000
#> 5028                                           Other sources       0.0000
#> 5029                                             Electricity       0.0000
#> 5030                                                    Heat       0.0000
#> 5031                                                   Total     513.3980
#> 5032                                        Memo: Renewables       0.0000
#> 5033                                Hard coal (if no detail)       0.0000
#> 5034                               Brown coal (if no detail)       0.0000
#> 5035                                              Anthracite       0.0000
#> 5036                                             Coking coal       0.0000
#> 5037                                   Other bituminous coal       0.0000
#> 5038                                     Sub-bituminous coal       0.0000
#> 5039                                                 Lignite       0.0000
#> 5040                                             Patent fuel       0.0000
#> 5041                                          Coke oven coke       0.0000
#> 5042                                                Gas coke       0.0000
#> 5043                                                Coal tar       0.0000
#> 5044                                                     BKB       0.0000
#> 5045                                           Gas works gas       0.0000
#> 5046                                           Coke oven gas       0.0000
#> 5047                                       Blast furnace gas       0.0000
#> 5048                                   Other recovered gases       0.0000
#> 5049                                                    Peat       0.0000
#> 5050                                           Peat products       0.0000
#> 5051                                 Oil shale and oil sands       0.0000
#> 5052                                             Natural gas       0.0000
#> 5053                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5054                                               Crude oil       0.0000
#> 5055                                     Natural gas liquids       0.0000
#> 5056                                     Refinery feedstocks       0.0000
#> 5057                           Additives/blending components       0.0000
#> 5058                                      Other hydrocarbons       0.0000
#> 5059                                            Refinery gas       0.0000
#> 5060                                                  Ethane       0.0000
#> 5061                         Liquefied petroleum gases (LPG)       0.0000
#> 5062                           Motor gasoline excl. biofuels       0.0000
#> 5063                                       Aviation gasoline       0.0000
#> 5064                                  Gasoline type jet fuel       0.0000
#> 5065                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5066                                          Other kerosene       0.0000
#> 5067                           Gas/diesel oil excl. biofuels       0.0000
#> 5068                                                Fuel oil       0.0000
#> 5069                                                 Naphtha       0.0000
#> 5070                                      White spirit & SBP       0.0000
#> 5071                                              Lubricants       0.0000
#> 5072                                                 Bitumen       0.0000
#> 5073                                          Paraffin waxes       0.0000
#> 5074                                          Petroleum coke       0.0000
#> 5075                                      Other oil products       0.0000
#> 5076                                        Industrial waste       0.0000
#> 5077                             Municipal waste (renewable)       0.0000
#> 5078                         Municipal waste (non-renewable)       0.0000
#> 5079                                  Primary solid biofuels       0.0000
#> 5080                                                Biogases       0.0000
#> 5081                                             Biogasoline       0.0000
#> 5082                                              Biodiesels       0.0000
#> 5083                                        Bio jet kerosene       0.0000
#> 5084                                   Other liquid biofuels       0.0000
#> 5085                Non-specified primary biofuels and waste       0.0000
#> 5086                                                Charcoal       0.0000
#> 5087  Elec/heat output from non-specified manufactured gases       0.0000
#> 5088        Heat output from non-specified combustible fuels       0.0000
#> 5089                                                 Nuclear       0.0000
#> 5090                                                   Hydro       0.0000
#> 5091                                              Geothermal       0.0000
#> 5092                                     Solar photovoltaics       0.0000
#> 5093                                           Solar thermal       0.0000
#> 5094                                    Tide, wave and ocean       0.0000
#> 5095                                                    Wind       0.0000
#> 5096                                           Other sources       0.0000
#> 5097                                             Electricity       0.0000
#> 5098                                                    Heat       0.0000
#> 5099                                                   Total       0.0000
#> 5100                                        Memo: Renewables       0.0000
#> 5101                                Hard coal (if no detail)       0.0000
#> 5102                               Brown coal (if no detail)       0.0000
#> 5103                                              Anthracite       0.0000
#> 5104                                             Coking coal       0.0000
#> 5105                                   Other bituminous coal       0.0000
#> 5106                                     Sub-bituminous coal       0.0000
#> 5107                                                 Lignite       0.0000
#> 5108                                             Patent fuel       0.0000
#> 5109                                          Coke oven coke       0.0000
#> 5110                                                Gas coke       0.0000
#> 5111                                                Coal tar       0.0000
#> 5112                                                     BKB       0.0000
#> 5113                                           Gas works gas       0.0000
#> 5114                                           Coke oven gas       0.0000
#> 5115                                       Blast furnace gas       0.0000
#> 5116                                   Other recovered gases       0.0000
#> 5117                                                    Peat       0.0000
#> 5118                                           Peat products       0.0000
#> 5119                                 Oil shale and oil sands       0.0000
#> 5120                                             Natural gas       0.0000
#> 5121                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5122                                               Crude oil       0.0000
#> 5123                                     Natural gas liquids       0.0000
#> 5124                                     Refinery feedstocks       0.0000
#> 5125                           Additives/blending components       0.0000
#> 5126                                      Other hydrocarbons       0.0000
#> 5127                                            Refinery gas       0.0000
#> 5128                                                  Ethane       0.0000
#> 5129                         Liquefied petroleum gases (LPG)     141.8990
#> 5130                           Motor gasoline excl. biofuels       0.0000
#> 5131                                       Aviation gasoline       0.0000
#> 5132                                  Gasoline type jet fuel       0.0000
#> 5133                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5134                                          Other kerosene    3503.9999
#> 5135                           Gas/diesel oil excl. biofuels       0.0000
#> 5136                                                Fuel oil       0.0000
#> 5137                                                 Naphtha       0.0000
#> 5138                                      White spirit & SBP       0.0000
#> 5139                                              Lubricants       0.0000
#> 5140                                                 Bitumen       0.0000
#> 5141                                          Paraffin waxes       0.0000
#> 5142                                          Petroleum coke       0.0000
#> 5143                                      Other oil products       0.0000
#> 5144                                        Industrial waste       0.0000
#> 5145                             Municipal waste (renewable)       0.0000
#> 5146                         Municipal waste (non-renewable)       0.0000
#> 5147                                  Primary solid biofuels   61299.9981
#> 5148                                                Biogases       0.0000
#> 5149                                             Biogasoline       0.0000
#> 5150                                              Biodiesels       0.0000
#> 5151                                        Bio jet kerosene       0.0000
#> 5152                                   Other liquid biofuels       0.0000
#> 5153                Non-specified primary biofuels and waste       0.0000
#> 5154                                                Charcoal    4989.5980
#> 5155  Elec/heat output from non-specified manufactured gases       0.0000
#> 5156        Heat output from non-specified combustible fuels       0.0000
#> 5157                                                 Nuclear       0.0000
#> 5158                                                   Hydro       0.0000
#> 5159                                              Geothermal       0.0000
#> 5160                                     Solar photovoltaics       0.0000
#> 5161                                           Solar thermal       0.0000
#> 5162                                    Tide, wave and ocean       0.0000
#> 5163                                                    Wind       0.0000
#> 5164                                           Other sources       0.0000
#> 5165                                             Electricity     590.4016
#> 5166                                                    Heat       0.0000
#> 5167                                                   Total   70525.9007
#> 5168                                        Memo: Renewables   66289.5960
#> 5169                                Hard coal (if no detail)       0.0000
#> 5170                               Brown coal (if no detail)       0.0000
#> 5171                                              Anthracite       0.0000
#> 5172                                             Coking coal       0.0000
#> 5173                                   Other bituminous coal       0.0000
#> 5174                                     Sub-bituminous coal       0.0000
#> 5175                                                 Lignite       0.0000
#> 5176                                             Patent fuel       0.0000
#> 5177                                          Coke oven coke       0.0000
#> 5178                                                Gas coke       0.0000
#> 5179                                                Coal tar       0.0000
#> 5180                                                     BKB       0.0000
#> 5181                                           Gas works gas       0.0000
#> 5182                                           Coke oven gas       0.0000
#> 5183                                       Blast furnace gas       0.0000
#> 5184                                   Other recovered gases       0.0000
#> 5185                                                    Peat       0.0000
#> 5186                                           Peat products       0.0000
#> 5187                                 Oil shale and oil sands       0.0000
#> 5188                                             Natural gas       0.0000
#> 5189                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5190                                               Crude oil       0.0000
#> 5191                                     Natural gas liquids       0.0000
#> 5192                                     Refinery feedstocks       0.0000
#> 5193                           Additives/blending components       0.0000
#> 5194                                      Other hydrocarbons       0.0000
#> 5195                                            Refinery gas       0.0000
#> 5196                                                  Ethane       0.0000
#> 5197                         Liquefied petroleum gases (LPG)       0.0000
#> 5198                           Motor gasoline excl. biofuels       0.0000
#> 5199                                       Aviation gasoline       0.0000
#> 5200                                  Gasoline type jet fuel       0.0000
#> 5201                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5202                                          Other kerosene       0.0000
#> 5203                           Gas/diesel oil excl. biofuels     389.6990
#> 5204                                                Fuel oil       0.0000
#> 5205                                                 Naphtha       0.0000
#> 5206                                      White spirit & SBP       0.0000
#> 5207                                              Lubricants       0.0000
#> 5208                                                 Bitumen       0.0000
#> 5209                                          Paraffin waxes       0.0000
#> 5210                                          Petroleum coke       0.0000
#> 5211                                      Other oil products       0.0000
#> 5212                                        Industrial waste       0.0000
#> 5213                             Municipal waste (renewable)       0.0000
#> 5214                         Municipal waste (non-renewable)       0.0000
#> 5215                                  Primary solid biofuels       0.0000
#> 5216                                                Biogases       0.0000
#> 5217                                             Biogasoline       0.0000
#> 5218                                              Biodiesels       0.0000
#> 5219                                        Bio jet kerosene       0.0000
#> 5220                                   Other liquid biofuels       0.0000
#> 5221                Non-specified primary biofuels and waste       0.0000
#> 5222                                                Charcoal       0.0000
#> 5223  Elec/heat output from non-specified manufactured gases       0.0000
#> 5224        Heat output from non-specified combustible fuels       0.0000
#> 5225                                                 Nuclear       0.0000
#> 5226                                                   Hydro       0.0000
#> 5227                                              Geothermal       0.0000
#> 5228                                     Solar photovoltaics       0.0000
#> 5229                                           Solar thermal       0.0000
#> 5230                                    Tide, wave and ocean       0.0000
#> 5231                                                    Wind       0.0000
#> 5232                                           Other sources       0.0000
#> 5233                                             Electricity     378.0011
#> 5234                                                    Heat       0.0000
#> 5235                                                   Total     767.7000
#> 5236                                        Memo: Renewables       0.0000
#> 5237                                Hard coal (if no detail)       0.0000
#> 5238                               Brown coal (if no detail)       0.0000
#> 5239                                              Anthracite       0.0000
#> 5240                                             Coking coal       0.0000
#> 5241                                   Other bituminous coal       0.0000
#> 5242                                     Sub-bituminous coal       0.0000
#> 5243                                                 Lignite       0.0000
#> 5244                                             Patent fuel       0.0000
#> 5245                                          Coke oven coke       0.0000
#> 5246                                                Gas coke       0.0000
#> 5247                                                Coal tar       0.0000
#> 5248                                                     BKB       0.0000
#> 5249                                           Gas works gas       0.0000
#> 5250                                           Coke oven gas       0.0000
#> 5251                                       Blast furnace gas       0.0000
#> 5252                                   Other recovered gases       0.0000
#> 5253                                                    Peat       0.0000
#> 5254                                           Peat products       0.0000
#> 5255                                 Oil shale and oil sands       0.0000
#> 5256                                             Natural gas       0.0000
#> 5257                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5258                                               Crude oil       0.0000
#> 5259                                     Natural gas liquids       0.0000
#> 5260                                     Refinery feedstocks       0.0000
#> 5261                           Additives/blending components       0.0000
#> 5262                                      Other hydrocarbons       0.0000
#> 5263                                            Refinery gas       0.0000
#> 5264                                                  Ethane       0.0000
#> 5265                         Liquefied petroleum gases (LPG)       0.0000
#> 5266                           Motor gasoline excl. biofuels       0.0000
#> 5267                                       Aviation gasoline       0.0000
#> 5268                                  Gasoline type jet fuel       0.0000
#> 5269                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5270                                          Other kerosene       0.0000
#> 5271                           Gas/diesel oil excl. biofuels    1255.7009
#> 5272                                                Fuel oil       0.0000
#> 5273                                                 Naphtha       0.0000
#> 5274                                      White spirit & SBP       0.0000
#> 5275                                              Lubricants       0.0000
#> 5276                                                 Bitumen       0.0000
#> 5277                                          Paraffin waxes       0.0000
#> 5278                                          Petroleum coke       0.0000
#> 5279                                      Other oil products       0.0000
#> 5280                                        Industrial waste       0.0000
#> 5281                             Municipal waste (renewable)       0.0000
#> 5282                         Municipal waste (non-renewable)       0.0000
#> 5283                                  Primary solid biofuels       0.0000
#> 5284                                                Biogases       0.0000
#> 5285                                             Biogasoline       0.0000
#> 5286                                              Biodiesels       0.0000
#> 5287                                        Bio jet kerosene       0.0000
#> 5288                                   Other liquid biofuels       0.0000
#> 5289                Non-specified primary biofuels and waste       0.0000
#> 5290                                                Charcoal       0.0000
#> 5291  Elec/heat output from non-specified manufactured gases       0.0000
#> 5292        Heat output from non-specified combustible fuels       0.0000
#> 5293                                                 Nuclear       0.0000
#> 5294                                                   Hydro       0.0000
#> 5295                                              Geothermal       0.0000
#> 5296                                     Solar photovoltaics       0.0000
#> 5297                                           Solar thermal       0.0000
#> 5298                                    Tide, wave and ocean       0.0000
#> 5299                                                    Wind       0.0000
#> 5300                                           Other sources       0.0000
#> 5301                                             Electricity      97.2007
#> 5302                                                    Heat       0.0000
#> 5303                                                   Total    1352.9016
#> 5304                                        Memo: Renewables       0.0000
#> 5305                                Hard coal (if no detail)       0.0000
#> 5306                               Brown coal (if no detail)       0.0000
#> 5307                                              Anthracite       0.0000
#> 5308                                             Coking coal       0.0000
#> 5309                                   Other bituminous coal       0.0000
#> 5310                                     Sub-bituminous coal       0.0000
#> 5311                                                 Lignite       0.0000
#> 5312                                             Patent fuel       0.0000
#> 5313                                          Coke oven coke       0.0000
#> 5314                                                Gas coke       0.0000
#> 5315                                                Coal tar       0.0000
#> 5316                                                     BKB       0.0000
#> 5317                                           Gas works gas       0.0000
#> 5318                                           Coke oven gas       0.0000
#> 5319                                       Blast furnace gas       0.0000
#> 5320                                   Other recovered gases       0.0000
#> 5321                                                    Peat       0.0000
#> 5322                                           Peat products       0.0000
#> 5323                                 Oil shale and oil sands       0.0000
#> 5324                                             Natural gas       0.0000
#> 5325                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5326                                               Crude oil       0.0000
#> 5327                                     Natural gas liquids       0.0000
#> 5328                                     Refinery feedstocks       0.0000
#> 5329                           Additives/blending components       0.0000
#> 5330                                      Other hydrocarbons       0.0000
#> 5331                                            Refinery gas       0.0000
#> 5332                                                  Ethane       0.0000
#> 5333                         Liquefied petroleum gases (LPG)       0.0000
#> 5334                           Motor gasoline excl. biofuels       0.0000
#> 5335                                       Aviation gasoline       0.0000
#> 5336                                  Gasoline type jet fuel       0.0000
#> 5337                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5338                                          Other kerosene       0.0000
#> 5339                           Gas/diesel oil excl. biofuels       0.0000
#> 5340                                                Fuel oil       0.0000
#> 5341                                                 Naphtha       0.0000
#> 5342                                      White spirit & SBP       0.0000
#> 5343                                              Lubricants       0.0000
#> 5344                                                 Bitumen       0.0000
#> 5345                                          Paraffin waxes       0.0000
#> 5346                                          Petroleum coke       0.0000
#> 5347                                      Other oil products       0.0000
#> 5348                                        Industrial waste       0.0000
#> 5349                             Municipal waste (renewable)       0.0000
#> 5350                         Municipal waste (non-renewable)       0.0000
#> 5351                                  Primary solid biofuels       0.0000
#> 5352                                                Biogases       0.0000
#> 5353                                             Biogasoline       0.0000
#> 5354                                              Biodiesels       0.0000
#> 5355                                        Bio jet kerosene       0.0000
#> 5356                                   Other liquid biofuels       0.0000
#> 5357                Non-specified primary biofuels and waste       0.0000
#> 5358                                                Charcoal       0.0000
#> 5359  Elec/heat output from non-specified manufactured gases       0.0000
#> 5360        Heat output from non-specified combustible fuels       0.0000
#> 5361                                                 Nuclear       0.0000
#> 5362                                                   Hydro       0.0000
#> 5363                                              Geothermal       0.0000
#> 5364                                     Solar photovoltaics       0.0000
#> 5365                                           Solar thermal       0.0000
#> 5366                                    Tide, wave and ocean       0.0000
#> 5367                                                    Wind       0.0000
#> 5368                                           Other sources       0.0000
#> 5369                                             Electricity       0.0000
#> 5370                                                    Heat       0.0000
#> 5371                                                   Total       0.0000
#> 5372                                        Memo: Renewables       0.0000
#> 5373                                Hard coal (if no detail)       0.0000
#> 5374                               Brown coal (if no detail)       0.0000
#> 5375                                              Anthracite       0.0000
#> 5376                                             Coking coal       0.0000
#> 5377                                   Other bituminous coal       0.0000
#> 5378                                     Sub-bituminous coal       0.0000
#> 5379                                                 Lignite       0.0000
#> 5380                                             Patent fuel       0.0000
#> 5381                                          Coke oven coke       0.0000
#> 5382                                                Gas coke       0.0000
#> 5383                                                Coal tar       0.0000
#> 5384                                                     BKB       0.0000
#> 5385                                           Gas works gas       0.0000
#> 5386                                           Coke oven gas       0.0000
#> 5387                                       Blast furnace gas       0.0000
#> 5388                                   Other recovered gases       0.0000
#> 5389                                                    Peat       0.0000
#> 5390                                           Peat products       0.0000
#> 5391                                 Oil shale and oil sands       0.0000
#> 5392                                             Natural gas       0.0000
#> 5393                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5394                                               Crude oil       0.0000
#> 5395                                     Natural gas liquids       0.0000
#> 5396                                     Refinery feedstocks       0.0000
#> 5397                           Additives/blending components       0.0000
#> 5398                                      Other hydrocarbons       0.0000
#> 5399                                            Refinery gas       0.0000
#> 5400                                                  Ethane       0.0000
#> 5401                         Liquefied petroleum gases (LPG)       0.0000
#> 5402                           Motor gasoline excl. biofuels       0.0000
#> 5403                                       Aviation gasoline       0.0000
#> 5404                                  Gasoline type jet fuel       0.0000
#> 5405                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5406                                          Other kerosene       0.0000
#> 5407                           Gas/diesel oil excl. biofuels       0.0000
#> 5408                                                Fuel oil       0.0000
#> 5409                                                 Naphtha       0.0000
#> 5410                                      White spirit & SBP       0.0000
#> 5411                                              Lubricants       0.0000
#> 5412                                                 Bitumen       0.0000
#> 5413                                          Paraffin waxes       0.0000
#> 5414                                          Petroleum coke       0.0000
#> 5415                                      Other oil products       0.0000
#> 5416                                        Industrial waste       0.0000
#> 5417                             Municipal waste (renewable)       0.0000
#> 5418                         Municipal waste (non-renewable)       0.0000
#> 5419                                  Primary solid biofuels       0.0000
#> 5420                                                Biogases       0.0000
#> 5421                                             Biogasoline       0.0000
#> 5422                                              Biodiesels       0.0000
#> 5423                                        Bio jet kerosene       0.0000
#> 5424                                   Other liquid biofuels       0.0000
#> 5425                Non-specified primary biofuels and waste       0.0000
#> 5426                                                Charcoal       0.0000
#> 5427  Elec/heat output from non-specified manufactured gases       0.0000
#> 5428        Heat output from non-specified combustible fuels       0.0000
#> 5429                                                 Nuclear       0.0000
#> 5430                                                   Hydro       0.0000
#> 5431                                              Geothermal       0.0000
#> 5432                                     Solar photovoltaics       0.0000
#> 5433                                           Solar thermal       0.0000
#> 5434                                    Tide, wave and ocean       0.0000
#> 5435                                                    Wind       0.0000
#> 5436                                           Other sources       0.0000
#> 5437                                             Electricity       0.0000
#> 5438                                                    Heat       0.0000
#> 5439                                                   Total       0.0000
#> 5440                                        Memo: Renewables       0.0000
#> 5441                                Hard coal (if no detail)       0.0000
#> 5442                               Brown coal (if no detail)       0.0000
#> 5443                                              Anthracite       0.0000
#> 5444                                             Coking coal       0.0000
#> 5445                                   Other bituminous coal       0.0000
#> 5446                                     Sub-bituminous coal       0.0000
#> 5447                                                 Lignite       0.0000
#> 5448                                             Patent fuel       0.0000
#> 5449                                          Coke oven coke       0.0000
#> 5450                                                Gas coke       0.0000
#> 5451                                                Coal tar       0.0000
#> 5452                                                     BKB       0.0000
#> 5453                                           Gas works gas       0.0000
#> 5454                                           Coke oven gas       0.0000
#> 5455                                       Blast furnace gas       0.0000
#> 5456                                   Other recovered gases       0.0000
#> 5457                                                    Peat       0.0000
#> 5458                                           Peat products       0.0000
#> 5459                                 Oil shale and oil sands       0.0000
#> 5460                                             Natural gas       0.0000
#> 5461                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5462                                               Crude oil       0.0000
#> 5463                                     Natural gas liquids       0.0000
#> 5464                                     Refinery feedstocks       0.0000
#> 5465                           Additives/blending components       0.0000
#> 5466                                      Other hydrocarbons       0.0000
#> 5467                                            Refinery gas       0.0000
#> 5468                                                  Ethane       0.0000
#> 5469                         Liquefied petroleum gases (LPG)       0.0000
#> 5470                           Motor gasoline excl. biofuels       0.0000
#> 5471                                       Aviation gasoline       0.0000
#> 5472                                  Gasoline type jet fuel       0.0000
#> 5473                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5474                                          Other kerosene       0.0000
#> 5475                           Gas/diesel oil excl. biofuels       0.0000
#> 5476                                                Fuel oil       0.0000
#> 5477                                                 Naphtha       0.0000
#> 5478                                      White spirit & SBP       0.0000
#> 5479                                              Lubricants     755.9979
#> 5480                                                 Bitumen       0.0000
#> 5481                                          Paraffin waxes       0.0000
#> 5482                                          Petroleum coke       0.0000
#> 5483                                      Other oil products       0.0000
#> 5484                                        Industrial waste       0.0000
#> 5485                             Municipal waste (renewable)       0.0000
#> 5486                         Municipal waste (non-renewable)       0.0000
#> 5487                                  Primary solid biofuels       0.0000
#> 5488                                                Biogases       0.0000
#> 5489                                             Biogasoline       0.0000
#> 5490                                              Biodiesels       0.0000
#> 5491                                        Bio jet kerosene       0.0000
#> 5492                                   Other liquid biofuels       0.0000
#> 5493                Non-specified primary biofuels and waste       0.0000
#> 5494                                                Charcoal       0.0000
#> 5495  Elec/heat output from non-specified manufactured gases       0.0000
#> 5496        Heat output from non-specified combustible fuels       0.0000
#> 5497                                                 Nuclear       0.0000
#> 5498                                                   Hydro       0.0000
#> 5499                                              Geothermal       0.0000
#> 5500                                     Solar photovoltaics       0.0000
#> 5501                                           Solar thermal       0.0000
#> 5502                                    Tide, wave and ocean       0.0000
#> 5503                                                    Wind       0.0000
#> 5504                                           Other sources       0.0000
#> 5505                                             Electricity       0.0000
#> 5506                                                    Heat       0.0000
#> 5507                                                   Total     755.9979
#> 5508                                        Memo: Renewables       0.0000
#> 5509                                Hard coal (if no detail)       0.0000
#> 5510                               Brown coal (if no detail)       0.0000
#> 5511                                              Anthracite       0.0000
#> 5512                                             Coking coal       0.0000
#> 5513                                   Other bituminous coal       0.0000
#> 5514                                     Sub-bituminous coal       0.0000
#> 5515                                                 Lignite       0.0000
#> 5516                                             Patent fuel       0.0000
#> 5517                                          Coke oven coke       0.0000
#> 5518                                                Gas coke       0.0000
#> 5519                                                Coal tar       0.0000
#> 5520                                                     BKB       0.0000
#> 5521                                           Gas works gas       0.0000
#> 5522                                           Coke oven gas       0.0000
#> 5523                                       Blast furnace gas       0.0000
#> 5524                                   Other recovered gases       0.0000
#> 5525                                                    Peat       0.0000
#> 5526                                           Peat products       0.0000
#> 5527                                 Oil shale and oil sands       0.0000
#> 5528                                             Natural gas       0.0000
#> 5529                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5530                                               Crude oil       0.0000
#> 5531                                     Natural gas liquids       0.0000
#> 5532                                     Refinery feedstocks       0.0000
#> 5533                           Additives/blending components       0.0000
#> 5534                                      Other hydrocarbons       0.0000
#> 5535                                            Refinery gas       0.0000
#> 5536                                                  Ethane       0.0000
#> 5537                         Liquefied petroleum gases (LPG)       0.0000
#> 5538                           Motor gasoline excl. biofuels       0.0000
#> 5539                                       Aviation gasoline       0.0000
#> 5540                                  Gasoline type jet fuel       0.0000
#> 5541                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5542                                          Other kerosene       0.0000
#> 5543                           Gas/diesel oil excl. biofuels       0.0000
#> 5544                                                Fuel oil       0.0000
#> 5545                                                 Naphtha       0.0000
#> 5546                                      White spirit & SBP       0.0000
#> 5547                                              Lubricants     755.9979
#> 5548                                                 Bitumen       0.0000
#> 5549                                          Paraffin waxes       0.0000
#> 5550                                          Petroleum coke       0.0000
#> 5551                                      Other oil products       0.0000
#> 5552                                        Industrial waste       0.0000
#> 5553                             Municipal waste (renewable)       0.0000
#> 5554                         Municipal waste (non-renewable)       0.0000
#> 5555                                  Primary solid biofuels       0.0000
#> 5556                                                Biogases       0.0000
#> 5557                                             Biogasoline       0.0000
#> 5558                                              Biodiesels       0.0000
#> 5559                                        Bio jet kerosene       0.0000
#> 5560                                   Other liquid biofuels       0.0000
#> 5561                Non-specified primary biofuels and waste       0.0000
#> 5562                                                Charcoal       0.0000
#> 5563  Elec/heat output from non-specified manufactured gases       0.0000
#> 5564        Heat output from non-specified combustible fuels       0.0000
#> 5565                                                 Nuclear       0.0000
#> 5566                                                   Hydro       0.0000
#> 5567                                              Geothermal       0.0000
#> 5568                                     Solar photovoltaics       0.0000
#> 5569                                           Solar thermal       0.0000
#> 5570                                    Tide, wave and ocean       0.0000
#> 5571                                                    Wind       0.0000
#> 5572                                           Other sources       0.0000
#> 5573                                             Electricity       0.0000
#> 5574                                                    Heat       0.0000
#> 5575                                                   Total     755.9979
#> 5576                                        Memo: Renewables       0.0000
#> 5577                                Hard coal (if no detail)       0.0000
#> 5578                               Brown coal (if no detail)       0.0000
#> 5579                                              Anthracite       0.0000
#> 5580                                             Coking coal       0.0000
#> 5581                                   Other bituminous coal       0.0000
#> 5582                                     Sub-bituminous coal       0.0000
#> 5583                                                 Lignite       0.0000
#> 5584                                             Patent fuel       0.0000
#> 5585                                          Coke oven coke       0.0000
#> 5586                                                Gas coke       0.0000
#> 5587                                                Coal tar       0.0000
#> 5588                                                     BKB       0.0000
#> 5589                                           Gas works gas       0.0000
#> 5590                                           Coke oven gas       0.0000
#> 5591                                       Blast furnace gas       0.0000
#> 5592                                   Other recovered gases       0.0000
#> 5593                                                    Peat       0.0000
#> 5594                                           Peat products       0.0000
#> 5595                                 Oil shale and oil sands       0.0000
#> 5596                                             Natural gas       0.0000
#> 5597                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5598                                               Crude oil       0.0000
#> 5599                                     Natural gas liquids       0.0000
#> 5600                                     Refinery feedstocks       0.0000
#> 5601                           Additives/blending components       0.0000
#> 5602                                      Other hydrocarbons       0.0000
#> 5603                                            Refinery gas       0.0000
#> 5604                                                  Ethane       0.0000
#> 5605                         Liquefied petroleum gases (LPG)       0.0000
#> 5606                           Motor gasoline excl. biofuels       0.0000
#> 5607                                       Aviation gasoline       0.0000
#> 5608                                  Gasoline type jet fuel       0.0000
#> 5609                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5610                                          Other kerosene       0.0000
#> 5611                           Gas/diesel oil excl. biofuels       0.0000
#> 5612                                                Fuel oil       0.0000
#> 5613                                                 Naphtha       0.0000
#> 5614                                      White spirit & SBP       0.0000
#> 5615                                              Lubricants       0.0000
#> 5616                                                 Bitumen       0.0000
#> 5617                                          Paraffin waxes       0.0000
#> 5618                                          Petroleum coke       0.0000
#> 5619                                      Other oil products       0.0000
#> 5620                                        Industrial waste       0.0000
#> 5621                             Municipal waste (renewable)       0.0000
#> 5622                         Municipal waste (non-renewable)       0.0000
#> 5623                                  Primary solid biofuels       0.0000
#> 5624                                                Biogases       0.0000
#> 5625                                             Biogasoline       0.0000
#> 5626                                              Biodiesels       0.0000
#> 5627                                        Bio jet kerosene       0.0000
#> 5628                                   Other liquid biofuels       0.0000
#> 5629                Non-specified primary biofuels and waste       0.0000
#> 5630                                                Charcoal       0.0000
#> 5631  Elec/heat output from non-specified manufactured gases       0.0000
#> 5632        Heat output from non-specified combustible fuels       0.0000
#> 5633                                                 Nuclear       0.0000
#> 5634                                                   Hydro       0.0000
#> 5635                                              Geothermal       0.0000
#> 5636                                     Solar photovoltaics       0.0000
#> 5637                                           Solar thermal       0.0000
#> 5638                                    Tide, wave and ocean       0.0000
#> 5639                                                    Wind       0.0000
#> 5640                                           Other sources       0.0000
#> 5641                                             Electricity       0.0000
#> 5642                                                    Heat       0.0000
#> 5643                                                   Total       0.0000
#> 5644                                        Memo: Renewables       0.0000
#> 5645                                Hard coal (if no detail)       0.0000
#> 5646                               Brown coal (if no detail)       0.0000
#> 5647                                              Anthracite       0.0000
#> 5648                                             Coking coal       0.0000
#> 5649                                   Other bituminous coal       0.0000
#> 5650                                     Sub-bituminous coal       0.0000
#> 5651                                                 Lignite       0.0000
#> 5652                                             Patent fuel       0.0000
#> 5653                                          Coke oven coke       0.0000
#> 5654                                                Gas coke       0.0000
#> 5655                                                Coal tar       0.0000
#> 5656                                                     BKB       0.0000
#> 5657                                           Gas works gas       0.0000
#> 5658                                           Coke oven gas       0.0000
#> 5659                                       Blast furnace gas       0.0000
#> 5660                                   Other recovered gases       0.0000
#> 5661                                                    Peat       0.0000
#> 5662                                           Peat products       0.0000
#> 5663                                 Oil shale and oil sands       0.0000
#> 5664                                             Natural gas       0.0000
#> 5665                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5666                                               Crude oil       0.0000
#> 5667                                     Natural gas liquids       0.0000
#> 5668                                     Refinery feedstocks       0.0000
#> 5669                           Additives/blending components       0.0000
#> 5670                                      Other hydrocarbons       0.0000
#> 5671                                            Refinery gas       0.0000
#> 5672                                                  Ethane       0.0000
#> 5673                         Liquefied petroleum gases (LPG)       0.0000
#> 5674                           Motor gasoline excl. biofuels       0.0000
#> 5675                                       Aviation gasoline       0.0000
#> 5676                                  Gasoline type jet fuel       0.0000
#> 5677                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5678                                          Other kerosene       0.0000
#> 5679                           Gas/diesel oil excl. biofuels       0.0000
#> 5680                                                Fuel oil       0.0000
#> 5681                                                 Naphtha       0.0000
#> 5682                                      White spirit & SBP       0.0000
#> 5683                                              Lubricants       0.0000
#> 5684                                                 Bitumen       0.0000
#> 5685                                          Paraffin waxes       0.0000
#> 5686                                          Petroleum coke       0.0000
#> 5687                                      Other oil products       0.0000
#> 5688                                        Industrial waste       0.0000
#> 5689                             Municipal waste (renewable)       0.0000
#> 5690                         Municipal waste (non-renewable)       0.0000
#> 5691                                  Primary solid biofuels       0.0000
#> 5692                                                Biogases       0.0000
#> 5693                                             Biogasoline       0.0000
#> 5694                                              Biodiesels       0.0000
#> 5695                                        Bio jet kerosene       0.0000
#> 5696                                   Other liquid biofuels       0.0000
#> 5697                Non-specified primary biofuels and waste       0.0000
#> 5698                                                Charcoal       0.0000
#> 5699  Elec/heat output from non-specified manufactured gases       0.0000
#> 5700        Heat output from non-specified combustible fuels       0.0000
#> 5701                                                 Nuclear       0.0000
#> 5702                                                   Hydro       0.0000
#> 5703                                              Geothermal       0.0000
#> 5704                                     Solar photovoltaics       0.0000
#> 5705                                           Solar thermal       0.0000
#> 5706                                    Tide, wave and ocean       0.0000
#> 5707                                                    Wind       0.0000
#> 5708                                           Other sources       0.0000
#> 5709                                             Electricity       0.0000
#> 5710                                                    Heat       0.0000
#> 5711                                                   Total       0.0000
#> 5712                                        Memo: Renewables       0.0000
#> 5713                                Hard coal (if no detail)       0.0000
#> 5714                               Brown coal (if no detail)       0.0000
#> 5715                                              Anthracite       0.0000
#> 5716                                             Coking coal       0.0000
#> 5717                                   Other bituminous coal       0.0000
#> 5718                                     Sub-bituminous coal       0.0000
#> 5719                                                 Lignite       0.0000
#> 5720                                             Patent fuel       0.0000
#> 5721                                          Coke oven coke       0.0000
#> 5722                                                Gas coke       0.0000
#> 5723                                                Coal tar       0.0000
#> 5724                                                     BKB       0.0000
#> 5725                                           Gas works gas       0.0000
#> 5726                                           Coke oven gas       0.0000
#> 5727                                       Blast furnace gas       0.0000
#> 5728                                   Other recovered gases       0.0000
#> 5729                                                    Peat       0.0000
#> 5730                                           Peat products       0.0000
#> 5731                                 Oil shale and oil sands       0.0000
#> 5732                                             Natural gas       0.0000
#> 5733                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5734                                               Crude oil       0.0000
#> 5735                                     Natural gas liquids       0.0000
#> 5736                                     Refinery feedstocks       0.0000
#> 5737                           Additives/blending components       0.0000
#> 5738                                      Other hydrocarbons       0.0000
#> 5739                                            Refinery gas       0.0000
#> 5740                                                  Ethane       0.0000
#> 5741                         Liquefied petroleum gases (LPG)       0.0000
#> 5742                           Motor gasoline excl. biofuels       0.0000
#> 5743                                       Aviation gasoline       0.0000
#> 5744                                  Gasoline type jet fuel       0.0000
#> 5745                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5746                                          Other kerosene       0.0000
#> 5747                           Gas/diesel oil excl. biofuels       0.0000
#> 5748                                                Fuel oil       0.0000
#> 5749                                                 Naphtha       0.0000
#> 5750                                      White spirit & SBP       0.0000
#> 5751                                              Lubricants       0.0000
#> 5752                                                 Bitumen       0.0000
#> 5753                                          Paraffin waxes       0.0000
#> 5754                                          Petroleum coke       0.0000
#> 5755                                      Other oil products       0.0000
#> 5756                                        Industrial waste       0.0000
#> 5757                             Municipal waste (renewable)       0.0000
#> 5758                         Municipal waste (non-renewable)       0.0000
#> 5759                                  Primary solid biofuels       0.0000
#> 5760                                                Biogases       0.0000
#> 5761                                             Biogasoline       0.0000
#> 5762                                              Biodiesels       0.0000
#> 5763                                        Bio jet kerosene       0.0000
#> 5764                                   Other liquid biofuels       0.0000
#> 5765                Non-specified primary biofuels and waste       0.0000
#> 5766                                                Charcoal       0.0000
#> 5767  Elec/heat output from non-specified manufactured gases       0.0000
#> 5768        Heat output from non-specified combustible fuels       0.0000
#> 5769                                                 Nuclear       0.0000
#> 5770                                                   Hydro       0.0000
#> 5771                                              Geothermal       0.0000
#> 5772                                     Solar photovoltaics       0.0000
#> 5773                                           Solar thermal       0.0000
#> 5774                                    Tide, wave and ocean       0.0000
#> 5775                                                    Wind       0.0000
#> 5776                                           Other sources       0.0000
#> 5777                                             Electricity       0.0000
#> 5778                                                    Heat       0.0000
#> 5779                                                   Total       0.0000
#> 5780                                        Memo: Renewables       0.0000
#> 5781                                Hard coal (if no detail)       0.0000
#> 5782                               Brown coal (if no detail)       0.0000
#> 5783                                              Anthracite       0.0000
#> 5784                                             Coking coal       0.0000
#> 5785                                   Other bituminous coal       0.0000
#> 5786                                     Sub-bituminous coal       0.0000
#> 5787                                                 Lignite       0.0000
#> 5788                                             Patent fuel       0.0000
#> 5789                                          Coke oven coke       0.0000
#> 5790                                                Gas coke       0.0000
#> 5791                                                Coal tar       0.0000
#> 5792                                                     BKB       0.0000
#> 5793                                           Gas works gas       0.0000
#> 5794                                           Coke oven gas       0.0000
#> 5795                                       Blast furnace gas       0.0000
#> 5796                                   Other recovered gases       0.0000
#> 5797                                                    Peat       0.0000
#> 5798                                           Peat products       0.0000
#> 5799                                 Oil shale and oil sands       0.0000
#> 5800                                             Natural gas       0.0000
#> 5801                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5802                                               Crude oil       0.0000
#> 5803                                     Natural gas liquids       0.0000
#> 5804                                     Refinery feedstocks       0.0000
#> 5805                           Additives/blending components       0.0000
#> 5806                                      Other hydrocarbons       0.0000
#> 5807                                            Refinery gas       0.0000
#> 5808                                                  Ethane       0.0000
#> 5809                         Liquefied petroleum gases (LPG)       0.0000
#> 5810                           Motor gasoline excl. biofuels       0.0000
#> 5811                                       Aviation gasoline       0.0000
#> 5812                                  Gasoline type jet fuel       0.0000
#> 5813                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5814                                          Other kerosene       0.0000
#> 5815                           Gas/diesel oil excl. biofuels       0.0000
#> 5816                                                Fuel oil       0.0000
#> 5817                                                 Naphtha       0.0000
#> 5818                                      White spirit & SBP       0.0000
#> 5819                                              Lubricants       0.0000
#> 5820                                                 Bitumen       0.0000
#> 5821                                          Paraffin waxes       0.0000
#> 5822                                          Petroleum coke       0.0000
#> 5823                                      Other oil products       0.0000
#> 5824                                        Industrial waste       0.0000
#> 5825                             Municipal waste (renewable)       0.0000
#> 5826                         Municipal waste (non-renewable)       0.0000
#> 5827                                  Primary solid biofuels       0.0000
#> 5828                                                Biogases       0.0000
#> 5829                                             Biogasoline       0.0000
#> 5830                                              Biodiesels       0.0000
#> 5831                                        Bio jet kerosene       0.0000
#> 5832                                   Other liquid biofuels       0.0000
#> 5833                Non-specified primary biofuels and waste       0.0000
#> 5834                                                Charcoal       0.0000
#> 5835  Elec/heat output from non-specified manufactured gases       0.0000
#> 5836        Heat output from non-specified combustible fuels       0.0000
#> 5837                                                 Nuclear       0.0000
#> 5838                                                   Hydro       0.0000
#> 5839                                              Geothermal       0.0000
#> 5840                                     Solar photovoltaics       0.0000
#> 5841                                           Solar thermal       0.0000
#> 5842                                    Tide, wave and ocean       0.0000
#> 5843                                                    Wind       0.0000
#> 5844                                           Other sources       0.0000
#> 5845                                             Electricity       0.0000
#> 5846                                                    Heat       0.0000
#> 5847                                                   Total       0.0000
#> 5848                                        Memo: Renewables       0.0000
#> 5849                                Hard coal (if no detail)       0.0000
#> 5850                               Brown coal (if no detail)       0.0000
#> 5851                                              Anthracite       0.0000
#> 5852                                             Coking coal       0.0000
#> 5853                                   Other bituminous coal       0.0000
#> 5854                                     Sub-bituminous coal       0.0000
#> 5855                                                 Lignite       0.0000
#> 5856                                             Patent fuel       0.0000
#> 5857                                          Coke oven coke       0.0000
#> 5858                                                Gas coke       0.0000
#> 5859                                                Coal tar       0.0000
#> 5860                                                     BKB       0.0000
#> 5861                                           Gas works gas       0.0000
#> 5862                                           Coke oven gas       0.0000
#> 5863                                       Blast furnace gas       0.0000
#> 5864                                   Other recovered gases       0.0000
#> 5865                                                    Peat       0.0000
#> 5866                                           Peat products       0.0000
#> 5867                                 Oil shale and oil sands       0.0000
#> 5868                                             Natural gas       0.0000
#> 5869                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5870                                               Crude oil       0.0000
#> 5871                                     Natural gas liquids       0.0000
#> 5872                                     Refinery feedstocks       0.0000
#> 5873                           Additives/blending components       0.0000
#> 5874                                      Other hydrocarbons       0.0000
#> 5875                                            Refinery gas       0.0000
#> 5876                                                  Ethane       0.0000
#> 5877                         Liquefied petroleum gases (LPG)       0.0000
#> 5878                           Motor gasoline excl. biofuels       0.0000
#> 5879                                       Aviation gasoline       0.0000
#> 5880                                  Gasoline type jet fuel       0.0000
#> 5881                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5882                                          Other kerosene       0.0000
#> 5883                           Gas/diesel oil excl. biofuels       0.0000
#> 5884                                                Fuel oil       0.0000
#> 5885                                                 Naphtha       0.0000
#> 5886                                      White spirit & SBP       0.0000
#> 5887                                              Lubricants       0.0000
#> 5888                                                 Bitumen       0.0000
#> 5889                                          Paraffin waxes       0.0000
#> 5890                                          Petroleum coke       0.0000
#> 5891                                      Other oil products       0.0000
#> 5892                                        Industrial waste       0.0000
#> 5893                             Municipal waste (renewable)       0.0000
#> 5894                         Municipal waste (non-renewable)       0.0000
#> 5895                                  Primary solid biofuels       0.0000
#> 5896                                                Biogases       0.0000
#> 5897                                             Biogasoline       0.0000
#> 5898                                              Biodiesels       0.0000
#> 5899                                        Bio jet kerosene       0.0000
#> 5900                                   Other liquid biofuels       0.0000
#> 5901                Non-specified primary biofuels and waste       0.0000
#> 5902                                                Charcoal       0.0000
#> 5903  Elec/heat output from non-specified manufactured gases       0.0000
#> 5904        Heat output from non-specified combustible fuels       0.0000
#> 5905                                                 Nuclear       0.0000
#> 5906                                                   Hydro       0.0000
#> 5907                                              Geothermal       0.0000
#> 5908                                     Solar photovoltaics       0.0000
#> 5909                                           Solar thermal       0.0000
#> 5910                                    Tide, wave and ocean       0.0000
#> 5911                                                    Wind       0.0000
#> 5912                                           Other sources       0.0000
#> 5913                                             Electricity       0.0000
#> 5914                                                    Heat       0.0000
#> 5915                                                   Total       0.0000
#> 5916                                        Memo: Renewables       0.0000
#> 5917                                Hard coal (if no detail)       0.0000
#> 5918                               Brown coal (if no detail)       0.0000
#> 5919                                              Anthracite       0.0000
#> 5920                                             Coking coal       0.0000
#> 5921                                   Other bituminous coal       0.0000
#> 5922                                     Sub-bituminous coal       0.0000
#> 5923                                                 Lignite       0.0000
#> 5924                                             Patent fuel       0.0000
#> 5925                                          Coke oven coke       0.0000
#> 5926                                                Gas coke       0.0000
#> 5927                                                Coal tar       0.0000
#> 5928                                                     BKB       0.0000
#> 5929                                           Gas works gas       0.0000
#> 5930                                           Coke oven gas       0.0000
#> 5931                                       Blast furnace gas       0.0000
#> 5932                                   Other recovered gases       0.0000
#> 5933                                                    Peat       0.0000
#> 5934                                           Peat products       0.0000
#> 5935                                 Oil shale and oil sands       0.0000
#> 5936                                             Natural gas       0.0000
#> 5937                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 5938                                               Crude oil       0.0000
#> 5939                                     Natural gas liquids       0.0000
#> 5940                                     Refinery feedstocks       0.0000
#> 5941                           Additives/blending components       0.0000
#> 5942                                      Other hydrocarbons       0.0000
#> 5943                                            Refinery gas       0.0000
#> 5944                                                  Ethane       0.0000
#> 5945                         Liquefied petroleum gases (LPG)       0.0000
#> 5946                           Motor gasoline excl. biofuels       0.0000
#> 5947                                       Aviation gasoline       0.0000
#> 5948                                  Gasoline type jet fuel       0.0000
#> 5949                   Kerosene type jet fuel excl. biofuels       0.0000
#> 5950                                          Other kerosene       0.0000
#> 5951                           Gas/diesel oil excl. biofuels       0.0000
#> 5952                                                Fuel oil       0.0000
#> 5953                                                 Naphtha       0.0000
#> 5954                                      White spirit & SBP       0.0000
#> 5955                                              Lubricants       0.0000
#> 5956                                                 Bitumen       0.0000
#> 5957                                          Paraffin waxes       0.0000
#> 5958                                          Petroleum coke       0.0000
#> 5959                                      Other oil products       0.0000
#> 5960                                        Industrial waste       0.0000
#> 5961                             Municipal waste (renewable)       0.0000
#> 5962                         Municipal waste (non-renewable)       0.0000
#> 5963                                  Primary solid biofuels       0.0000
#> 5964                                                Biogases       0.0000
#> 5965                                             Biogasoline       0.0000
#> 5966                                              Biodiesels       0.0000
#> 5967                                        Bio jet kerosene       0.0000
#> 5968                                   Other liquid biofuels       0.0000
#> 5969                Non-specified primary biofuels and waste       0.0000
#> 5970                                                Charcoal       0.0000
#> 5971  Elec/heat output from non-specified manufactured gases       0.0000
#> 5972        Heat output from non-specified combustible fuels       0.0000
#> 5973                                                 Nuclear       0.0000
#> 5974                                                   Hydro       0.0000
#> 5975                                              Geothermal       0.0000
#> 5976                                     Solar photovoltaics       0.0000
#> 5977                                           Solar thermal       0.0000
#> 5978                                    Tide, wave and ocean       0.0000
#> 5979                                                    Wind       0.0000
#> 5980                                           Other sources       0.0000
#> 5981                                             Electricity       0.0000
#> 5982                                                    Heat       0.0000
#> 5983                                                   Total       0.0000
#> 5984                                        Memo: Renewables       0.0000
#> 5985                                Hard coal (if no detail)       0.0000
#> 5986                               Brown coal (if no detail)       0.0000
#> 5987                                              Anthracite       0.0000
#> 5988                                             Coking coal       0.0000
#> 5989                                   Other bituminous coal       0.0000
#> 5990                                     Sub-bituminous coal       0.0000
#> 5991                                                 Lignite       0.0000
#> 5992                                             Patent fuel       0.0000
#> 5993                                          Coke oven coke       0.0000
#> 5994                                                Gas coke       0.0000
#> 5995                                                Coal tar       0.0000
#> 5996                                                     BKB       0.0000
#> 5997                                           Gas works gas       0.0000
#> 5998                                           Coke oven gas       0.0000
#> 5999                                       Blast furnace gas       0.0000
#> 6000                                   Other recovered gases       0.0000
#> 6001                                                    Peat       0.0000
#> 6002                                           Peat products       0.0000
#> 6003                                 Oil shale and oil sands       0.0000
#> 6004                                             Natural gas       0.0000
#> 6005                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6006                                               Crude oil       0.0000
#> 6007                                     Natural gas liquids       0.0000
#> 6008                                     Refinery feedstocks       0.0000
#> 6009                           Additives/blending components       0.0000
#> 6010                                      Other hydrocarbons       0.0000
#> 6011                                            Refinery gas       0.0000
#> 6012                                                  Ethane       0.0000
#> 6013                         Liquefied petroleum gases (LPG)       0.0000
#> 6014                           Motor gasoline excl. biofuels       0.0000
#> 6015                                       Aviation gasoline       0.0000
#> 6016                                  Gasoline type jet fuel       0.0000
#> 6017                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6018                                          Other kerosene       0.0000
#> 6019                           Gas/diesel oil excl. biofuels       0.0000
#> 6020                                                Fuel oil       0.0000
#> 6021                                                 Naphtha       0.0000
#> 6022                                      White spirit & SBP       0.0000
#> 6023                                              Lubricants       0.0000
#> 6024                                                 Bitumen       0.0000
#> 6025                                          Paraffin waxes       0.0000
#> 6026                                          Petroleum coke       0.0000
#> 6027                                      Other oil products       0.0000
#> 6028                                        Industrial waste       0.0000
#> 6029                             Municipal waste (renewable)       0.0000
#> 6030                         Municipal waste (non-renewable)       0.0000
#> 6031                                  Primary solid biofuels       0.0000
#> 6032                                                Biogases       0.0000
#> 6033                                             Biogasoline       0.0000
#> 6034                                              Biodiesels       0.0000
#> 6035                                        Bio jet kerosene       0.0000
#> 6036                                   Other liquid biofuels       0.0000
#> 6037                Non-specified primary biofuels and waste       0.0000
#> 6038                                                Charcoal       0.0000
#> 6039  Elec/heat output from non-specified manufactured gases       0.0000
#> 6040        Heat output from non-specified combustible fuels       0.0000
#> 6041                                                 Nuclear       0.0000
#> 6042                                                   Hydro       0.0000
#> 6043                                              Geothermal       0.0000
#> 6044                                     Solar photovoltaics       0.0000
#> 6045                                           Solar thermal       0.0000
#> 6046                                    Tide, wave and ocean       0.0000
#> 6047                                                    Wind       0.0000
#> 6048                                           Other sources       0.0000
#> 6049                                             Electricity       0.0000
#> 6050                                                    Heat       0.0000
#> 6051                                                   Total       0.0000
#> 6052                                        Memo: Renewables       0.0000
#> 6053                                Hard coal (if no detail)       0.0000
#> 6054                               Brown coal (if no detail)       0.0000
#> 6055                                              Anthracite       0.0000
#> 6056                                             Coking coal       0.0000
#> 6057                                   Other bituminous coal       0.0000
#> 6058                                     Sub-bituminous coal       0.0000
#> 6059                                                 Lignite       0.0000
#> 6060                                             Patent fuel       0.0000
#> 6061                                          Coke oven coke       0.0000
#> 6062                                                Gas coke       0.0000
#> 6063                                                Coal tar       0.0000
#> 6064                                                     BKB       0.0000
#> 6065                                           Gas works gas       0.0000
#> 6066                                           Coke oven gas       0.0000
#> 6067                                       Blast furnace gas       0.0000
#> 6068                                   Other recovered gases       0.0000
#> 6069                                                    Peat       0.0000
#> 6070                                           Peat products       0.0000
#> 6071                                 Oil shale and oil sands       0.0000
#> 6072                                             Natural gas       0.0000
#> 6073                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6074                                               Crude oil       0.0000
#> 6075                                     Natural gas liquids       0.0000
#> 6076                                     Refinery feedstocks       0.0000
#> 6077                           Additives/blending components       0.0000
#> 6078                                      Other hydrocarbons       0.0000
#> 6079                                            Refinery gas       0.0000
#> 6080                                                  Ethane       0.0000
#> 6081                         Liquefied petroleum gases (LPG)       0.0000
#> 6082                           Motor gasoline excl. biofuels       0.0000
#> 6083                                       Aviation gasoline       0.0000
#> 6084                                  Gasoline type jet fuel       0.0000
#> 6085                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6086                                          Other kerosene       0.0000
#> 6087                           Gas/diesel oil excl. biofuels       0.0000
#> 6088                                                Fuel oil       0.0000
#> 6089                                                 Naphtha       0.0000
#> 6090                                      White spirit & SBP       0.0000
#> 6091                                              Lubricants       0.0000
#> 6092                                                 Bitumen       0.0000
#> 6093                                          Paraffin waxes       0.0000
#> 6094                                          Petroleum coke       0.0000
#> 6095                                      Other oil products       0.0000
#> 6096                                        Industrial waste       0.0000
#> 6097                             Municipal waste (renewable)       0.0000
#> 6098                         Municipal waste (non-renewable)       0.0000
#> 6099                                  Primary solid biofuels       0.0000
#> 6100                                                Biogases       0.0000
#> 6101                                             Biogasoline       0.0000
#> 6102                                              Biodiesels       0.0000
#> 6103                                        Bio jet kerosene       0.0000
#> 6104                                   Other liquid biofuels       0.0000
#> 6105                Non-specified primary biofuels and waste       0.0000
#> 6106                                                Charcoal       0.0000
#> 6107  Elec/heat output from non-specified manufactured gases       0.0000
#> 6108        Heat output from non-specified combustible fuels       0.0000
#> 6109                                                 Nuclear       0.0000
#> 6110                                                   Hydro       0.0000
#> 6111                                              Geothermal       0.0000
#> 6112                                     Solar photovoltaics       0.0000
#> 6113                                           Solar thermal       0.0000
#> 6114                                    Tide, wave and ocean       0.0000
#> 6115                                                    Wind       0.0000
#> 6116                                           Other sources       0.0000
#> 6117                                             Electricity       0.0000
#> 6118                                                    Heat       0.0000
#> 6119                                                   Total       0.0000
#> 6120                                        Memo: Renewables       0.0000
#> 6121                                Hard coal (if no detail)       0.0000
#> 6122                               Brown coal (if no detail)       0.0000
#> 6123                                              Anthracite       0.0000
#> 6124                                             Coking coal       0.0000
#> 6125                                   Other bituminous coal       0.0000
#> 6126                                     Sub-bituminous coal       0.0000
#> 6127                                                 Lignite       0.0000
#> 6128                                             Patent fuel       0.0000
#> 6129                                          Coke oven coke       0.0000
#> 6130                                                Gas coke       0.0000
#> 6131                                                Coal tar       0.0000
#> 6132                                                     BKB       0.0000
#> 6133                                           Gas works gas       0.0000
#> 6134                                           Coke oven gas       0.0000
#> 6135                                       Blast furnace gas       0.0000
#> 6136                                   Other recovered gases       0.0000
#> 6137                                                    Peat       0.0000
#> 6138                                           Peat products       0.0000
#> 6139                                 Oil shale and oil sands       0.0000
#> 6140                                             Natural gas       0.0000
#> 6141                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6142                                               Crude oil       0.0000
#> 6143                                     Natural gas liquids       0.0000
#> 6144                                     Refinery feedstocks       0.0000
#> 6145                           Additives/blending components       0.0000
#> 6146                                      Other hydrocarbons       0.0000
#> 6147                                            Refinery gas       0.0000
#> 6148                                                  Ethane       0.0000
#> 6149                         Liquefied petroleum gases (LPG)       0.0000
#> 6150                           Motor gasoline excl. biofuels       0.0000
#> 6151                                       Aviation gasoline       0.0000
#> 6152                                  Gasoline type jet fuel       0.0000
#> 6153                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6154                                          Other kerosene       0.0000
#> 6155                           Gas/diesel oil excl. biofuels       0.0000
#> 6156                                                Fuel oil       0.0000
#> 6157                                                 Naphtha       0.0000
#> 6158                                      White spirit & SBP       0.0000
#> 6159                                              Lubricants       0.0000
#> 6160                                                 Bitumen       0.0000
#> 6161                                          Paraffin waxes       0.0000
#> 6162                                          Petroleum coke       0.0000
#> 6163                                      Other oil products       0.0000
#> 6164                                        Industrial waste       0.0000
#> 6165                             Municipal waste (renewable)       0.0000
#> 6166                         Municipal waste (non-renewable)       0.0000
#> 6167                                  Primary solid biofuels       0.0000
#> 6168                                                Biogases       0.0000
#> 6169                                             Biogasoline       0.0000
#> 6170                                              Biodiesels       0.0000
#> 6171                                        Bio jet kerosene       0.0000
#> 6172                                   Other liquid biofuels       0.0000
#> 6173                Non-specified primary biofuels and waste       0.0000
#> 6174                                                Charcoal       0.0000
#> 6175  Elec/heat output from non-specified manufactured gases       0.0000
#> 6176        Heat output from non-specified combustible fuels       0.0000
#> 6177                                                 Nuclear       0.0000
#> 6178                                                   Hydro       0.0000
#> 6179                                              Geothermal       0.0000
#> 6180                                     Solar photovoltaics       0.0000
#> 6181                                           Solar thermal       0.0000
#> 6182                                    Tide, wave and ocean       0.0000
#> 6183                                                    Wind       0.0000
#> 6184                                           Other sources       0.0000
#> 6185                                             Electricity       0.0000
#> 6186                                                    Heat       0.0000
#> 6187                                                   Total       0.0000
#> 6188                                        Memo: Renewables       0.0000
#> 6189                                Hard coal (if no detail)       0.0000
#> 6190                               Brown coal (if no detail)       0.0000
#> 6191                                              Anthracite       0.0000
#> 6192                                             Coking coal       0.0000
#> 6193                                   Other bituminous coal       0.0000
#> 6194                                     Sub-bituminous coal       0.0000
#> 6195                                                 Lignite       0.0000
#> 6196                                             Patent fuel       0.0000
#> 6197                                          Coke oven coke       0.0000
#> 6198                                                Gas coke       0.0000
#> 6199                                                Coal tar       0.0000
#> 6200                                                     BKB       0.0000
#> 6201                                           Gas works gas       0.0000
#> 6202                                           Coke oven gas       0.0000
#> 6203                                       Blast furnace gas       0.0000
#> 6204                                   Other recovered gases       0.0000
#> 6205                                                    Peat       0.0000
#> 6206                                           Peat products       0.0000
#> 6207                                 Oil shale and oil sands       0.0000
#> 6208                                             Natural gas       0.0000
#> 6209                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6210                                               Crude oil       0.0000
#> 6211                                     Natural gas liquids       0.0000
#> 6212                                     Refinery feedstocks       0.0000
#> 6213                           Additives/blending components       0.0000
#> 6214                                      Other hydrocarbons       0.0000
#> 6215                                            Refinery gas       0.0000
#> 6216                                                  Ethane       0.0000
#> 6217                         Liquefied petroleum gases (LPG)       0.0000
#> 6218                           Motor gasoline excl. biofuels       0.0000
#> 6219                                       Aviation gasoline       0.0000
#> 6220                                  Gasoline type jet fuel       0.0000
#> 6221                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6222                                          Other kerosene       0.0000
#> 6223                           Gas/diesel oil excl. biofuels       0.0000
#> 6224                                                Fuel oil       0.0000
#> 6225                                                 Naphtha       0.0000
#> 6226                                      White spirit & SBP       0.0000
#> 6227                                              Lubricants       0.0000
#> 6228                                                 Bitumen       0.0000
#> 6229                                          Paraffin waxes       0.0000
#> 6230                                          Petroleum coke       0.0000
#> 6231                                      Other oil products       0.0000
#> 6232                                        Industrial waste       0.0000
#> 6233                             Municipal waste (renewable)       0.0000
#> 6234                         Municipal waste (non-renewable)       0.0000
#> 6235                                  Primary solid biofuels       0.0000
#> 6236                                                Biogases       0.0000
#> 6237                                             Biogasoline       0.0000
#> 6238                                              Biodiesels       0.0000
#> 6239                                        Bio jet kerosene       0.0000
#> 6240                                   Other liquid biofuels       0.0000
#> 6241                Non-specified primary biofuels and waste       0.0000
#> 6242                                                Charcoal       0.0000
#> 6243  Elec/heat output from non-specified manufactured gases       0.0000
#> 6244        Heat output from non-specified combustible fuels       0.0000
#> 6245                                                 Nuclear       0.0000
#> 6246                                                   Hydro       0.0000
#> 6247                                              Geothermal       0.0000
#> 6248                                     Solar photovoltaics       0.0000
#> 6249                                           Solar thermal       0.0000
#> 6250                                    Tide, wave and ocean       0.0000
#> 6251                                                    Wind       0.0000
#> 6252                                           Other sources       0.0000
#> 6253                                             Electricity       0.0000
#> 6254                                                    Heat       0.0000
#> 6255                                                   Total       0.0000
#> 6256                                        Memo: Renewables       0.0000
#> 6257                                Hard coal (if no detail)       0.0000
#> 6258                               Brown coal (if no detail)       0.0000
#> 6259                                              Anthracite       0.0000
#> 6260                                             Coking coal       0.0000
#> 6261                                   Other bituminous coal       0.0000
#> 6262                                     Sub-bituminous coal       0.0000
#> 6263                                                 Lignite       0.0000
#> 6264                                             Patent fuel       0.0000
#> 6265                                          Coke oven coke       0.0000
#> 6266                                                Gas coke       0.0000
#> 6267                                                Coal tar       0.0000
#> 6268                                                     BKB       0.0000
#> 6269                                           Gas works gas       0.0000
#> 6270                                           Coke oven gas       0.0000
#> 6271                                       Blast furnace gas       0.0000
#> 6272                                   Other recovered gases       0.0000
#> 6273                                                    Peat       0.0000
#> 6274                                           Peat products       0.0000
#> 6275                                 Oil shale and oil sands       0.0000
#> 6276                                             Natural gas       0.0000
#> 6277                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6278                                               Crude oil       0.0000
#> 6279                                     Natural gas liquids       0.0000
#> 6280                                     Refinery feedstocks       0.0000
#> 6281                           Additives/blending components       0.0000
#> 6282                                      Other hydrocarbons       0.0000
#> 6283                                            Refinery gas       0.0000
#> 6284                                                  Ethane       0.0000
#> 6285                         Liquefied petroleum gases (LPG)       0.0000
#> 6286                           Motor gasoline excl. biofuels       0.0000
#> 6287                                       Aviation gasoline       0.0000
#> 6288                                  Gasoline type jet fuel       0.0000
#> 6289                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6290                                          Other kerosene       0.0000
#> 6291                           Gas/diesel oil excl. biofuels       0.0000
#> 6292                                                Fuel oil       0.0000
#> 6293                                                 Naphtha       0.0000
#> 6294                                      White spirit & SBP       0.0000
#> 6295                                              Lubricants       0.0000
#> 6296                                                 Bitumen       0.0000
#> 6297                                          Paraffin waxes       0.0000
#> 6298                                          Petroleum coke       0.0000
#> 6299                                      Other oil products       0.0000
#> 6300                                        Industrial waste       0.0000
#> 6301                             Municipal waste (renewable)       0.0000
#> 6302                         Municipal waste (non-renewable)       0.0000
#> 6303                                  Primary solid biofuels       0.0000
#> 6304                                                Biogases       0.0000
#> 6305                                             Biogasoline       0.0000
#> 6306                                              Biodiesels       0.0000
#> 6307                                        Bio jet kerosene       0.0000
#> 6308                                   Other liquid biofuels       0.0000
#> 6309                Non-specified primary biofuels and waste       0.0000
#> 6310                                                Charcoal       0.0000
#> 6311  Elec/heat output from non-specified manufactured gases       0.0000
#> 6312        Heat output from non-specified combustible fuels       0.0000
#> 6313                                                 Nuclear       0.0000
#> 6314                                                   Hydro       0.0000
#> 6315                                              Geothermal       0.0000
#> 6316                                     Solar photovoltaics       0.0000
#> 6317                                           Solar thermal       0.0000
#> 6318                                    Tide, wave and ocean       0.0000
#> 6319                                                    Wind       0.0000
#> 6320                                           Other sources       0.0000
#> 6321                                             Electricity       0.0000
#> 6322                                                    Heat       0.0000
#> 6323                                                   Total       0.0000
#> 6324                                        Memo: Renewables       0.0000
#> 6325                                Hard coal (if no detail)       0.0000
#> 6326                               Brown coal (if no detail)       0.0000
#> 6327                                              Anthracite       0.0000
#> 6328                                             Coking coal       0.0000
#> 6329                                   Other bituminous coal       0.0000
#> 6330                                     Sub-bituminous coal       0.0000
#> 6331                                                 Lignite       0.0000
#> 6332                                             Patent fuel       0.0000
#> 6333                                          Coke oven coke       0.0000
#> 6334                                                Gas coke       0.0000
#> 6335                                                Coal tar       0.0000
#> 6336                                                     BKB       0.0000
#> 6337                                           Gas works gas       0.0000
#> 6338                                           Coke oven gas       0.0000
#> 6339                                       Blast furnace gas       0.0000
#> 6340                                   Other recovered gases       0.0000
#> 6341                                                    Peat       0.0000
#> 6342                                           Peat products       0.0000
#> 6343                                 Oil shale and oil sands       0.0000
#> 6344                                             Natural gas       0.0000
#> 6345                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6346                                               Crude oil       0.0000
#> 6347                                     Natural gas liquids       0.0000
#> 6348                                     Refinery feedstocks       0.0000
#> 6349                           Additives/blending components       0.0000
#> 6350                                      Other hydrocarbons       0.0000
#> 6351                                            Refinery gas       0.0000
#> 6352                                                  Ethane       0.0000
#> 6353                         Liquefied petroleum gases (LPG)       0.0000
#> 6354                           Motor gasoline excl. biofuels       0.0000
#> 6355                                       Aviation gasoline       0.0000
#> 6356                                  Gasoline type jet fuel       0.0000
#> 6357                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6358                                          Other kerosene       0.0000
#> 6359                           Gas/diesel oil excl. biofuels       0.0000
#> 6360                                                Fuel oil       0.0000
#> 6361                                                 Naphtha       0.0000
#> 6362                                      White spirit & SBP       0.0000
#> 6363                                              Lubricants       0.0000
#> 6364                                                 Bitumen       0.0000
#> 6365                                          Paraffin waxes       0.0000
#> 6366                                          Petroleum coke       0.0000
#> 6367                                      Other oil products       0.0000
#> 6368                                        Industrial waste       0.0000
#> 6369                             Municipal waste (renewable)       0.0000
#> 6370                         Municipal waste (non-renewable)       0.0000
#> 6371                                  Primary solid biofuels       0.0000
#> 6372                                                Biogases       0.0000
#> 6373                                             Biogasoline       0.0000
#> 6374                                              Biodiesels       0.0000
#> 6375                                        Bio jet kerosene       0.0000
#> 6376                                   Other liquid biofuels       0.0000
#> 6377                Non-specified primary biofuels and waste       0.0000
#> 6378                                                Charcoal       0.0000
#> 6379  Elec/heat output from non-specified manufactured gases       0.0000
#> 6380        Heat output from non-specified combustible fuels       0.0000
#> 6381                                                 Nuclear       0.0000
#> 6382                                                   Hydro       0.0000
#> 6383                                              Geothermal       0.0000
#> 6384                                     Solar photovoltaics       0.0000
#> 6385                                           Solar thermal       0.0000
#> 6386                                    Tide, wave and ocean       0.0000
#> 6387                                                    Wind       0.0000
#> 6388                                           Other sources       0.0000
#> 6389                                             Electricity       0.0000
#> 6390                                                    Heat       0.0000
#> 6391                                                   Total       0.0000
#> 6392                                        Memo: Renewables       0.0000
#> 6393                                Hard coal (if no detail)       0.0000
#> 6394                               Brown coal (if no detail)       0.0000
#> 6395                                              Anthracite       0.0000
#> 6396                                             Coking coal       0.0000
#> 6397                                   Other bituminous coal       0.0000
#> 6398                                     Sub-bituminous coal       0.0000
#> 6399                                                 Lignite       0.0000
#> 6400                                             Patent fuel       0.0000
#> 6401                                          Coke oven coke       0.0000
#> 6402                                                Gas coke       0.0000
#> 6403                                                Coal tar       0.0000
#> 6404                                                     BKB       0.0000
#> 6405                                           Gas works gas       0.0000
#> 6406                                           Coke oven gas       0.0000
#> 6407                                       Blast furnace gas       0.0000
#> 6408                                   Other recovered gases       0.0000
#> 6409                                                    Peat       0.0000
#> 6410                                           Peat products       0.0000
#> 6411                                 Oil shale and oil sands       0.0000
#> 6412                                             Natural gas       0.0000
#> 6413                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6414                                               Crude oil       0.0000
#> 6415                                     Natural gas liquids       0.0000
#> 6416                                     Refinery feedstocks       0.0000
#> 6417                           Additives/blending components       0.0000
#> 6418                                      Other hydrocarbons       0.0000
#> 6419                                            Refinery gas       0.0000
#> 6420                                                  Ethane       0.0000
#> 6421                         Liquefied petroleum gases (LPG)       0.0000
#> 6422                           Motor gasoline excl. biofuels       0.0000
#> 6423                                       Aviation gasoline       0.0000
#> 6424                                  Gasoline type jet fuel       0.0000
#> 6425                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6426                                          Other kerosene       0.0000
#> 6427                           Gas/diesel oil excl. biofuels       0.0000
#> 6428                                                Fuel oil       0.0000
#> 6429                                                 Naphtha       0.0000
#> 6430                                      White spirit & SBP       0.0000
#> 6431                                              Lubricants       0.0000
#> 6432                                                 Bitumen       0.0000
#> 6433                                          Paraffin waxes       0.0000
#> 6434                                          Petroleum coke       0.0000
#> 6435                                      Other oil products       0.0000
#> 6436                                        Industrial waste       0.0000
#> 6437                             Municipal waste (renewable)       0.0000
#> 6438                         Municipal waste (non-renewable)       0.0000
#> 6439                                  Primary solid biofuels       0.0000
#> 6440                                                Biogases       0.0000
#> 6441                                             Biogasoline       0.0000
#> 6442                                              Biodiesels       0.0000
#> 6443                                        Bio jet kerosene       0.0000
#> 6444                                   Other liquid biofuels       0.0000
#> 6445                Non-specified primary biofuels and waste       0.0000
#> 6446                                                Charcoal       0.0000
#> 6447  Elec/heat output from non-specified manufactured gases       0.0000
#> 6448        Heat output from non-specified combustible fuels       0.0000
#> 6449                                                 Nuclear       0.0000
#> 6450                                                   Hydro       0.0000
#> 6451                                              Geothermal       0.0000
#> 6452                                     Solar photovoltaics       0.0000
#> 6453                                           Solar thermal       0.0000
#> 6454                                    Tide, wave and ocean       0.0000
#> 6455                                                    Wind       0.0000
#> 6456                                           Other sources       0.0000
#> 6457                                             Electricity       0.0000
#> 6458                                                    Heat       0.0000
#> 6459                                                   Total       0.0000
#> 6460                                        Memo: Renewables       0.0000
#> 6461                                Hard coal (if no detail)       0.0000
#> 6462                               Brown coal (if no detail)       0.0000
#> 6463                                              Anthracite       0.0000
#> 6464                                             Coking coal       0.0000
#> 6465                                   Other bituminous coal       0.0000
#> 6466                                     Sub-bituminous coal       0.0000
#> 6467                                                 Lignite       0.0000
#> 6468                                             Patent fuel       0.0000
#> 6469                                          Coke oven coke       0.0000
#> 6470                                                Gas coke       0.0000
#> 6471                                                Coal tar       0.0000
#> 6472                                                     BKB       0.0000
#> 6473                                           Gas works gas       0.0000
#> 6474                                           Coke oven gas       0.0000
#> 6475                                       Blast furnace gas       0.0000
#> 6476                                   Other recovered gases       0.0000
#> 6477                                                    Peat       0.0000
#> 6478                                           Peat products       0.0000
#> 6479                                 Oil shale and oil sands       0.0000
#> 6480                                             Natural gas       0.0000
#> 6481                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6482                                               Crude oil       0.0000
#> 6483                                     Natural gas liquids       0.0000
#> 6484                                     Refinery feedstocks       0.0000
#> 6485                           Additives/blending components       0.0000
#> 6486                                      Other hydrocarbons       0.0000
#> 6487                                            Refinery gas       0.0000
#> 6488                                                  Ethane       0.0000
#> 6489                         Liquefied petroleum gases (LPG)       0.0000
#> 6490                           Motor gasoline excl. biofuels       0.0000
#> 6491                                       Aviation gasoline       0.0000
#> 6492                                  Gasoline type jet fuel       0.0000
#> 6493                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6494                                          Other kerosene       0.0000
#> 6495                           Gas/diesel oil excl. biofuels       0.0000
#> 6496                                                Fuel oil       0.0000
#> 6497                                                 Naphtha       0.0000
#> 6498                                      White spirit & SBP       0.0000
#> 6499                                              Lubricants       0.0000
#> 6500                                                 Bitumen       0.0000
#> 6501                                          Paraffin waxes       0.0000
#> 6502                                          Petroleum coke       0.0000
#> 6503                                      Other oil products       0.0000
#> 6504                                        Industrial waste       0.0000
#> 6505                             Municipal waste (renewable)       0.0000
#> 6506                         Municipal waste (non-renewable)       0.0000
#> 6507                                  Primary solid biofuels       0.0000
#> 6508                                                Biogases       0.0000
#> 6509                                             Biogasoline       0.0000
#> 6510                                              Biodiesels       0.0000
#> 6511                                        Bio jet kerosene       0.0000
#> 6512                                   Other liquid biofuels       0.0000
#> 6513                Non-specified primary biofuels and waste       0.0000
#> 6514                                                Charcoal       0.0000
#> 6515  Elec/heat output from non-specified manufactured gases       0.0000
#> 6516        Heat output from non-specified combustible fuels       0.0000
#> 6517                                                 Nuclear       0.0000
#> 6518                                                   Hydro       0.0000
#> 6519                                              Geothermal       0.0000
#> 6520                                     Solar photovoltaics       0.0000
#> 6521                                           Solar thermal       0.0000
#> 6522                                    Tide, wave and ocean       0.0000
#> 6523                                                    Wind       0.0000
#> 6524                                           Other sources       0.0000
#> 6525                                             Electricity       0.0000
#> 6526                                                    Heat       0.0000
#> 6527                                                   Total       0.0000
#> 6528                                        Memo: Renewables       0.0000
#> 6529                                Hard coal (if no detail)       0.0000
#> 6530                               Brown coal (if no detail)       0.0000
#> 6531                                              Anthracite       0.0000
#> 6532                                             Coking coal       0.0000
#> 6533                                   Other bituminous coal       0.0000
#> 6534                                     Sub-bituminous coal       0.0000
#> 6535                                                 Lignite       0.0000
#> 6536                                             Patent fuel       0.0000
#> 6537                                          Coke oven coke       0.0000
#> 6538                                                Gas coke       0.0000
#> 6539                                                Coal tar       0.0000
#> 6540                                                     BKB       0.0000
#> 6541                                           Gas works gas       0.0000
#> 6542                                           Coke oven gas       0.0000
#> 6543                                       Blast furnace gas       0.0000
#> 6544                                   Other recovered gases       0.0000
#> 6545                                                    Peat       0.0000
#> 6546                                           Peat products       0.0000
#> 6547                                 Oil shale and oil sands       0.0000
#> 6548                                             Natural gas       0.0000
#> 6549                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6550                                               Crude oil       0.0000
#> 6551                                     Natural gas liquids       0.0000
#> 6552                                     Refinery feedstocks       0.0000
#> 6553                           Additives/blending components       0.0000
#> 6554                                      Other hydrocarbons       0.0000
#> 6555                                            Refinery gas       0.0000
#> 6556                                                  Ethane       0.0000
#> 6557                         Liquefied petroleum gases (LPG)       0.0000
#> 6558                           Motor gasoline excl. biofuels       0.0000
#> 6559                                       Aviation gasoline       0.0000
#> 6560                                  Gasoline type jet fuel       0.0000
#> 6561                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6562                                          Other kerosene       0.0000
#> 6563                           Gas/diesel oil excl. biofuels       0.0000
#> 6564                                                Fuel oil       0.0000
#> 6565                                                 Naphtha       0.0000
#> 6566                                      White spirit & SBP       0.0000
#> 6567                                              Lubricants       0.0000
#> 6568                                                 Bitumen       0.0000
#> 6569                                          Paraffin waxes       0.0000
#> 6570                                          Petroleum coke       0.0000
#> 6571                                      Other oil products       0.0000
#> 6572                                        Industrial waste       0.0000
#> 6573                             Municipal waste (renewable)       0.0000
#> 6574                         Municipal waste (non-renewable)       0.0000
#> 6575                                  Primary solid biofuels       0.0000
#> 6576                                                Biogases       0.0000
#> 6577                                             Biogasoline       0.0000
#> 6578                                              Biodiesels       0.0000
#> 6579                                        Bio jet kerosene       0.0000
#> 6580                                   Other liquid biofuels       0.0000
#> 6581                Non-specified primary biofuels and waste       0.0000
#> 6582                                                Charcoal       0.0000
#> 6583  Elec/heat output from non-specified manufactured gases       0.0000
#> 6584        Heat output from non-specified combustible fuels       0.0000
#> 6585                                                 Nuclear       0.0000
#> 6586                                                   Hydro       0.0000
#> 6587                                              Geothermal       0.0000
#> 6588                                     Solar photovoltaics       0.0000
#> 6589                                           Solar thermal       0.0000
#> 6590                                    Tide, wave and ocean       0.0000
#> 6591                                                    Wind       0.0000
#> 6592                                           Other sources       0.0000
#> 6593                                             Electricity       0.0000
#> 6594                                                    Heat       0.0000
#> 6595                                                   Total       0.0000
#> 6596                                        Memo: Renewables       0.0000
#> 6597                                Hard coal (if no detail)       0.0000
#> 6598                               Brown coal (if no detail)       0.0000
#> 6599                                              Anthracite       0.0000
#> 6600                                             Coking coal       0.0000
#> 6601                                   Other bituminous coal       0.0000
#> 6602                                     Sub-bituminous coal       0.0000
#> 6603                                                 Lignite       0.0000
#> 6604                                             Patent fuel       0.0000
#> 6605                                          Coke oven coke       0.0000
#> 6606                                                Gas coke       0.0000
#> 6607                                                Coal tar       0.0000
#> 6608                                                     BKB       0.0000
#> 6609                                           Gas works gas       0.0000
#> 6610                                           Coke oven gas       0.0000
#> 6611                                       Blast furnace gas       0.0000
#> 6612                                   Other recovered gases       0.0000
#> 6613                                                    Peat       0.0000
#> 6614                                           Peat products       0.0000
#> 6615                                 Oil shale and oil sands       0.0000
#> 6616                                             Natural gas       0.0000
#> 6617                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6618                                               Crude oil       0.0000
#> 6619                                     Natural gas liquids       0.0000
#> 6620                                     Refinery feedstocks       0.0000
#> 6621                           Additives/blending components       0.0000
#> 6622                                      Other hydrocarbons       0.0000
#> 6623                                            Refinery gas       0.0000
#> 6624                                                  Ethane       0.0000
#> 6625                         Liquefied petroleum gases (LPG)       0.0000
#> 6626                           Motor gasoline excl. biofuels       0.0000
#> 6627                                       Aviation gasoline       0.0000
#> 6628                                  Gasoline type jet fuel       0.0000
#> 6629                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6630                                          Other kerosene       0.0000
#> 6631                           Gas/diesel oil excl. biofuels       0.0000
#> 6632                                                Fuel oil       0.0000
#> 6633                                                 Naphtha       0.0000
#> 6634                                      White spirit & SBP       0.0000
#> 6635                                              Lubricants       0.0000
#> 6636                                                 Bitumen       0.0000
#> 6637                                          Paraffin waxes       0.0000
#> 6638                                          Petroleum coke       0.0000
#> 6639                                      Other oil products       0.0000
#> 6640                                        Industrial waste       0.0000
#> 6641                             Municipal waste (renewable)       0.0000
#> 6642                         Municipal waste (non-renewable)       0.0000
#> 6643                                  Primary solid biofuels       0.0000
#> 6644                                                Biogases       0.0000
#> 6645                                             Biogasoline       0.0000
#> 6646                                              Biodiesels       0.0000
#> 6647                                        Bio jet kerosene       0.0000
#> 6648                                   Other liquid biofuels       0.0000
#> 6649                Non-specified primary biofuels and waste       0.0000
#> 6650                                                Charcoal       0.0000
#> 6651  Elec/heat output from non-specified manufactured gases       0.0000
#> 6652        Heat output from non-specified combustible fuels       0.0000
#> 6653                                                 Nuclear       0.0000
#> 6654                                                   Hydro       0.0000
#> 6655                                              Geothermal       0.0000
#> 6656                                     Solar photovoltaics       0.0000
#> 6657                                           Solar thermal       0.0000
#> 6658                                    Tide, wave and ocean       0.0000
#> 6659                                                    Wind       0.0000
#> 6660                                           Other sources       0.0000
#> 6661                                             Electricity       0.0000
#> 6662                                                    Heat       0.0000
#> 6663                                                   Total       0.0000
#> 6664                                        Memo: Renewables       0.0000
#> 6665                                Hard coal (if no detail)       0.0000
#> 6666                               Brown coal (if no detail)       0.0000
#> 6667                                              Anthracite       0.0000
#> 6668                                             Coking coal       0.0000
#> 6669                                   Other bituminous coal       0.0000
#> 6670                                     Sub-bituminous coal       0.0000
#> 6671                                                 Lignite       0.0000
#> 6672                                             Patent fuel       0.0000
#> 6673                                          Coke oven coke       0.0000
#> 6674                                                Gas coke       0.0000
#> 6675                                                Coal tar       0.0000
#> 6676                                                     BKB       0.0000
#> 6677                                           Gas works gas       0.0000
#> 6678                                           Coke oven gas       0.0000
#> 6679                                       Blast furnace gas       0.0000
#> 6680                                   Other recovered gases       0.0000
#> 6681                                                    Peat       0.0000
#> 6682                                           Peat products       0.0000
#> 6683                                 Oil shale and oil sands       0.0000
#> 6684                                             Natural gas       0.0000
#> 6685                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6686                                               Crude oil       0.0000
#> 6687                                     Natural gas liquids       0.0000
#> 6688                                     Refinery feedstocks       0.0000
#> 6689                           Additives/blending components       0.0000
#> 6690                                      Other hydrocarbons       0.0000
#> 6691                                            Refinery gas       0.0000
#> 6692                                                  Ethane       0.0000
#> 6693                         Liquefied petroleum gases (LPG)       0.0000
#> 6694                           Motor gasoline excl. biofuels       0.0000
#> 6695                                       Aviation gasoline       0.0000
#> 6696                                  Gasoline type jet fuel       0.0000
#> 6697                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6698                                          Other kerosene       0.0000
#> 6699                           Gas/diesel oil excl. biofuels       0.0000
#> 6700                                                Fuel oil       0.0000
#> 6701                                                 Naphtha       0.0000
#> 6702                                      White spirit & SBP       0.0000
#> 6703                                              Lubricants       0.0000
#> 6704                                                 Bitumen       0.0000
#> 6705                                          Paraffin waxes       0.0000
#> 6706                                          Petroleum coke       0.0000
#> 6707                                      Other oil products      35.0000
#> 6708                                        Industrial waste       0.0000
#> 6709                             Municipal waste (renewable)       0.0000
#> 6710                         Municipal waste (non-renewable)       0.0000
#> 6711                                  Primary solid biofuels       0.0000
#> 6712                                                Biogases       0.0000
#> 6713                                             Biogasoline       0.0000
#> 6714                                              Biodiesels       0.0000
#> 6715                                        Bio jet kerosene       0.0000
#> 6716                                   Other liquid biofuels       0.0000
#> 6717                Non-specified primary biofuels and waste       0.0000
#> 6718                                                Charcoal       0.0000
#> 6719  Elec/heat output from non-specified manufactured gases       0.0000
#> 6720        Heat output from non-specified combustible fuels       0.0000
#> 6721                                                 Nuclear       0.0000
#> 6722                                                   Hydro    2909.0000
#> 6723                                              Geothermal       0.0000
#> 6724                                     Solar photovoltaics       0.0000
#> 6725                                           Solar thermal       0.0000
#> 6726                                    Tide, wave and ocean       0.0000
#> 6727                                                    Wind       0.0000
#> 6728                                           Other sources       0.0000
#> 6729                                             Electricity       0.0000
#> 6730                                                    Heat       0.0000
#> 6731                                                   Total    2944.0000
#> 6732                                        Memo: Renewables    2909.0000
#> 6733                                Hard coal (if no detail)       0.0000
#> 6734                               Brown coal (if no detail)       0.0000
#> 6735                                              Anthracite       0.0000
#> 6736                                             Coking coal       0.0000
#> 6737                                   Other bituminous coal       0.0000
#> 6738                                     Sub-bituminous coal       0.0000
#> 6739                                                 Lignite       0.0000
#> 6740                                             Patent fuel       0.0000
#> 6741                                          Coke oven coke       0.0000
#> 6742                                                Gas coke       0.0000
#> 6743                                                Coal tar       0.0000
#> 6744                                                     BKB       0.0000
#> 6745                                           Gas works gas       0.0000
#> 6746                                           Coke oven gas       0.0000
#> 6747                                       Blast furnace gas       0.0000
#> 6748                                   Other recovered gases       0.0000
#> 6749                                                    Peat       0.0000
#> 6750                                           Peat products       0.0000
#> 6751                                 Oil shale and oil sands       0.0000
#> 6752                                             Natural gas       0.0000
#> 6753                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6754                                               Crude oil       0.0000
#> 6755                                     Natural gas liquids       0.0000
#> 6756                                     Refinery feedstocks       0.0000
#> 6757                           Additives/blending components       0.0000
#> 6758                                      Other hydrocarbons       0.0000
#> 6759                                            Refinery gas       0.0000
#> 6760                                                  Ethane       0.0000
#> 6761                         Liquefied petroleum gases (LPG)       0.0000
#> 6762                           Motor gasoline excl. biofuels       0.0000
#> 6763                                       Aviation gasoline       0.0000
#> 6764                                  Gasoline type jet fuel       0.0000
#> 6765                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6766                                          Other kerosene       0.0000
#> 6767                           Gas/diesel oil excl. biofuels       0.0000
#> 6768                                                Fuel oil       0.0000
#> 6769                                                 Naphtha       0.0000
#> 6770                                      White spirit & SBP       0.0000
#> 6771                                              Lubricants       0.0000
#> 6772                                                 Bitumen       0.0000
#> 6773                                          Paraffin waxes       0.0000
#> 6774                                          Petroleum coke       0.0000
#> 6775                                      Other oil products      35.0000
#> 6776                                        Industrial waste       0.0000
#> 6777                             Municipal waste (renewable)       0.0000
#> 6778                         Municipal waste (non-renewable)       0.0000
#> 6779                                  Primary solid biofuels       0.0000
#> 6780                                                Biogases       0.0000
#> 6781                                             Biogasoline       0.0000
#> 6782                                              Biodiesels       0.0000
#> 6783                                        Bio jet kerosene       0.0000
#> 6784                                   Other liquid biofuels       0.0000
#> 6785                Non-specified primary biofuels and waste       0.0000
#> 6786                                                Charcoal       0.0000
#> 6787  Elec/heat output from non-specified manufactured gases       0.0000
#> 6788        Heat output from non-specified combustible fuels       0.0000
#> 6789                                                 Nuclear       0.0000
#> 6790                                                   Hydro    2909.0000
#> 6791                                              Geothermal       0.0000
#> 6792                                     Solar photovoltaics       0.0000
#> 6793                                           Solar thermal       0.0000
#> 6794                                    Tide, wave and ocean       0.0000
#> 6795                                                    Wind       0.0000
#> 6796                                           Other sources       0.0000
#> 6797                                             Electricity       0.0000
#> 6798                                                    Heat       0.0000
#> 6799                                                   Total    2944.0000
#> 6800                                        Memo: Renewables    2909.0000
#> 6801                                Hard coal (if no detail)       0.0000
#> 6802                               Brown coal (if no detail)       0.0000
#> 6803                                              Anthracite       0.0000
#> 6804                                             Coking coal       0.0000
#> 6805                                   Other bituminous coal       0.0000
#> 6806                                     Sub-bituminous coal       0.0000
#> 6807                                                 Lignite       0.0000
#> 6808                                             Patent fuel       0.0000
#> 6809                                          Coke oven coke       0.0000
#> 6810                                                Gas coke       0.0000
#> 6811                                                Coal tar       0.0000
#> 6812                                                     BKB       0.0000
#> 6813                                           Gas works gas       0.0000
#> 6814                                           Coke oven gas       0.0000
#> 6815                                       Blast furnace gas       0.0000
#> 6816                                   Other recovered gases       0.0000
#> 6817                                                    Peat       0.0000
#> 6818                                           Peat products       0.0000
#> 6819                                 Oil shale and oil sands       0.0000
#> 6820                                             Natural gas       0.0000
#> 6821                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6822                                               Crude oil       0.0000
#> 6823                                     Natural gas liquids       0.0000
#> 6824                                     Refinery feedstocks       0.0000
#> 6825                           Additives/blending components       0.0000
#> 6826                                      Other hydrocarbons       0.0000
#> 6827                                            Refinery gas       0.0000
#> 6828                                                  Ethane       0.0000
#> 6829                         Liquefied petroleum gases (LPG)       0.0000
#> 6830                           Motor gasoline excl. biofuels       0.0000
#> 6831                                       Aviation gasoline       0.0000
#> 6832                                  Gasoline type jet fuel       0.0000
#> 6833                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6834                                          Other kerosene       0.0000
#> 6835                           Gas/diesel oil excl. biofuels       0.0000
#> 6836                                                Fuel oil       0.0000
#> 6837                                                 Naphtha       0.0000
#> 6838                                      White spirit & SBP       0.0000
#> 6839                                              Lubricants       0.0000
#> 6840                                                 Bitumen       0.0000
#> 6841                                          Paraffin waxes       0.0000
#> 6842                                          Petroleum coke       0.0000
#> 6843                                      Other oil products       0.0000
#> 6844                                        Industrial waste       0.0000
#> 6845                             Municipal waste (renewable)       0.0000
#> 6846                         Municipal waste (non-renewable)       0.0000
#> 6847                                  Primary solid biofuels       0.0000
#> 6848                                                Biogases       0.0000
#> 6849                                             Biogasoline       0.0000
#> 6850                                              Biodiesels       0.0000
#> 6851                                        Bio jet kerosene       0.0000
#> 6852                                   Other liquid biofuels       0.0000
#> 6853                Non-specified primary biofuels and waste       0.0000
#> 6854                                                Charcoal       0.0000
#> 6855  Elec/heat output from non-specified manufactured gases       0.0000
#> 6856        Heat output from non-specified combustible fuels       0.0000
#> 6857                                                 Nuclear       0.0000
#> 6858                                                   Hydro       0.0000
#> 6859                                              Geothermal       0.0000
#> 6860                                     Solar photovoltaics       0.0000
#> 6861                                           Solar thermal       0.0000
#> 6862                                    Tide, wave and ocean       0.0000
#> 6863                                                    Wind       0.0000
#> 6864                                           Other sources       0.0000
#> 6865                                             Electricity       0.0000
#> 6866                                                    Heat       0.0000
#> 6867                                                   Total       0.0000
#> 6868                                        Memo: Renewables       0.0000
#> 6869                                Hard coal (if no detail)       0.0000
#> 6870                               Brown coal (if no detail)       0.0000
#> 6871                                              Anthracite       0.0000
#> 6872                                             Coking coal       0.0000
#> 6873                                   Other bituminous coal       0.0000
#> 6874                                     Sub-bituminous coal       0.0000
#> 6875                                                 Lignite       0.0000
#> 6876                                             Patent fuel       0.0000
#> 6877                                          Coke oven coke       0.0000
#> 6878                                                Gas coke       0.0000
#> 6879                                                Coal tar       0.0000
#> 6880                                                     BKB       0.0000
#> 6881                                           Gas works gas       0.0000
#> 6882                                           Coke oven gas       0.0000
#> 6883                                       Blast furnace gas       0.0000
#> 6884                                   Other recovered gases       0.0000
#> 6885                                                    Peat       0.0000
#> 6886                                           Peat products       0.0000
#> 6887                                 Oil shale and oil sands       0.0000
#> 6888                                             Natural gas       0.0000
#> 6889                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6890                                               Crude oil       0.0000
#> 6891                                     Natural gas liquids       0.0000
#> 6892                                     Refinery feedstocks       0.0000
#> 6893                           Additives/blending components       0.0000
#> 6894                                      Other hydrocarbons       0.0000
#> 6895                                            Refinery gas       0.0000
#> 6896                                                  Ethane       0.0000
#> 6897                         Liquefied petroleum gases (LPG)       0.0000
#> 6898                           Motor gasoline excl. biofuels       0.0000
#> 6899                                       Aviation gasoline       0.0000
#> 6900                                  Gasoline type jet fuel       0.0000
#> 6901                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6902                                          Other kerosene       0.0000
#> 6903                           Gas/diesel oil excl. biofuels       0.0000
#> 6904                                                Fuel oil       0.0000
#> 6905                                                 Naphtha       0.0000
#> 6906                                      White spirit & SBP       0.0000
#> 6907                                              Lubricants       0.0000
#> 6908                                                 Bitumen       0.0000
#> 6909                                          Paraffin waxes       0.0000
#> 6910                                          Petroleum coke       0.0000
#> 6911                                      Other oil products       0.0000
#> 6912                                        Industrial waste       0.0000
#> 6913                             Municipal waste (renewable)       0.0000
#> 6914                         Municipal waste (non-renewable)       0.0000
#> 6915                                  Primary solid biofuels       0.0000
#> 6916                                                Biogases       0.0000
#> 6917                                             Biogasoline       0.0000
#> 6918                                              Biodiesels       0.0000
#> 6919                                        Bio jet kerosene       0.0000
#> 6920                                   Other liquid biofuels       0.0000
#> 6921                Non-specified primary biofuels and waste       0.0000
#> 6922                                                Charcoal       0.0000
#> 6923  Elec/heat output from non-specified manufactured gases       0.0000
#> 6924        Heat output from non-specified combustible fuels       0.0000
#> 6925                                                 Nuclear       0.0000
#> 6926                                                   Hydro       0.0000
#> 6927                                              Geothermal       0.0000
#> 6928                                     Solar photovoltaics       0.0000
#> 6929                                           Solar thermal       0.0000
#> 6930                                    Tide, wave and ocean       0.0000
#> 6931                                                    Wind       0.0000
#> 6932                                           Other sources       0.0000
#> 6933                                             Electricity       0.0000
#> 6934                                                    Heat       0.0000
#> 6935                                                   Total       0.0000
#> 6936                                        Memo: Renewables       0.0000
#> 6937                                Hard coal (if no detail)       0.0000
#> 6938                               Brown coal (if no detail)       0.0000
#> 6939                                              Anthracite       0.0000
#> 6940                                             Coking coal       0.0000
#> 6941                                   Other bituminous coal       0.0000
#> 6942                                     Sub-bituminous coal       0.0000
#> 6943                                                 Lignite       0.0000
#> 6944                                             Patent fuel       0.0000
#> 6945                                          Coke oven coke       0.0000
#> 6946                                                Gas coke       0.0000
#> 6947                                                Coal tar       0.0000
#> 6948                                                     BKB       0.0000
#> 6949                                           Gas works gas       0.0000
#> 6950                                           Coke oven gas       0.0000
#> 6951                                       Blast furnace gas       0.0000
#> 6952                                   Other recovered gases       0.0000
#> 6953                                                    Peat       0.0000
#> 6954                                           Peat products       0.0000
#> 6955                                 Oil shale and oil sands       0.0000
#> 6956                                             Natural gas       0.0000
#> 6957                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 6958                                               Crude oil       0.0000
#> 6959                                     Natural gas liquids       0.0000
#> 6960                                     Refinery feedstocks       0.0000
#> 6961                           Additives/blending components       0.0000
#> 6962                                      Other hydrocarbons       0.0000
#> 6963                                            Refinery gas       0.0000
#> 6964                                                  Ethane       0.0000
#> 6965                         Liquefied petroleum gases (LPG)       0.0000
#> 6966                           Motor gasoline excl. biofuels       0.0000
#> 6967                                       Aviation gasoline       0.0000
#> 6968                                  Gasoline type jet fuel       0.0000
#> 6969                   Kerosene type jet fuel excl. biofuels       0.0000
#> 6970                                          Other kerosene       0.0000
#> 6971                           Gas/diesel oil excl. biofuels       0.0000
#> 6972                                                Fuel oil       0.0000
#> 6973                                                 Naphtha       0.0000
#> 6974                                      White spirit & SBP       0.0000
#> 6975                                              Lubricants       0.0000
#> 6976                                                 Bitumen       0.0000
#> 6977                                          Paraffin waxes       0.0000
#> 6978                                          Petroleum coke       0.0000
#> 6979                                      Other oil products       0.0000
#> 6980                                        Industrial waste       0.0000
#> 6981                             Municipal waste (renewable)       0.0000
#> 6982                         Municipal waste (non-renewable)       0.0000
#> 6983                                  Primary solid biofuels       0.0000
#> 6984                                                Biogases       0.0000
#> 6985                                             Biogasoline       0.0000
#> 6986                                              Biodiesels       0.0000
#> 6987                                        Bio jet kerosene       0.0000
#> 6988                                   Other liquid biofuels       0.0000
#> 6989                Non-specified primary biofuels and waste       0.0000
#> 6990                                                Charcoal       0.0000
#> 6991  Elec/heat output from non-specified manufactured gases       0.0000
#> 6992        Heat output from non-specified combustible fuels       0.0000
#> 6993                                                 Nuclear       0.0000
#> 6994                                                   Hydro       0.0000
#> 6995                                              Geothermal       0.0000
#> 6996                                     Solar photovoltaics       0.0000
#> 6997                                           Solar thermal       0.0000
#> 6998                                    Tide, wave and ocean       0.0000
#> 6999                                                    Wind       0.0000
#> 7000                                           Other sources       0.0000
#> 7001                                             Electricity       0.0000
#> 7002                                                    Heat       0.0000
#> 7003                                                   Total       0.0000
#> 7004                                        Memo: Renewables       0.0000
#> 7005                                Hard coal (if no detail)       0.0000
#> 7006                               Brown coal (if no detail)       0.0000
#> 7007                                              Anthracite       0.0000
#> 7008                                             Coking coal       0.0000
#> 7009                                   Other bituminous coal       0.0000
#> 7010                                     Sub-bituminous coal       0.0000
#> 7011                                                 Lignite       0.0000
#> 7012                                             Patent fuel       0.0000
#> 7013                                          Coke oven coke       0.0000
#> 7014                                                Gas coke       0.0000
#> 7015                                                Coal tar       0.0000
#> 7016                                                     BKB       0.0000
#> 7017                                           Gas works gas       0.0000
#> 7018                                           Coke oven gas       0.0000
#> 7019                                       Blast furnace gas       0.0000
#> 7020                                   Other recovered gases       0.0000
#> 7021                                                    Peat       0.0000
#> 7022                                           Peat products       0.0000
#> 7023                                 Oil shale and oil sands       0.0000
#> 7024                                             Natural gas       0.0000
#> 7025                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7026                                               Crude oil       0.0000
#> 7027                                     Natural gas liquids       0.0000
#> 7028                                     Refinery feedstocks       0.0000
#> 7029                           Additives/blending components       0.0000
#> 7030                                      Other hydrocarbons       0.0000
#> 7031                                            Refinery gas       0.0000
#> 7032                                                  Ethane       0.0000
#> 7033                         Liquefied petroleum gases (LPG)       0.0000
#> 7034                           Motor gasoline excl. biofuels       0.0000
#> 7035                                       Aviation gasoline       0.0000
#> 7036                                  Gasoline type jet fuel       0.0000
#> 7037                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7038                                          Other kerosene       0.0000
#> 7039                           Gas/diesel oil excl. biofuels       0.0000
#> 7040                                                Fuel oil       0.0000
#> 7041                                                 Naphtha       0.0000
#> 7042                                      White spirit & SBP       0.0000
#> 7043                                              Lubricants       0.0000
#> 7044                                                 Bitumen       0.0000
#> 7045                                          Paraffin waxes       0.0000
#> 7046                                          Petroleum coke       0.0000
#> 7047                                      Other oil products       0.0000
#> 7048                                        Industrial waste       0.0000
#> 7049                             Municipal waste (renewable)       0.0000
#> 7050                         Municipal waste (non-renewable)       0.0000
#> 7051                                  Primary solid biofuels       0.0000
#> 7052                                                Biogases       0.0000
#> 7053                                             Biogasoline       0.0000
#> 7054                                              Biodiesels       0.0000
#> 7055                                        Bio jet kerosene       0.0000
#> 7056                                   Other liquid biofuels       0.0000
#> 7057                Non-specified primary biofuels and waste       0.0000
#> 7058                                                Charcoal       0.0000
#> 7059  Elec/heat output from non-specified manufactured gases       0.0000
#> 7060        Heat output from non-specified combustible fuels       0.0000
#> 7061                                                 Nuclear       0.0000
#> 7062                                                   Hydro       0.0000
#> 7063                                              Geothermal       0.0000
#> 7064                                     Solar photovoltaics       0.0000
#> 7065                                           Solar thermal       0.0000
#> 7066                                    Tide, wave and ocean       0.0000
#> 7067                                                    Wind       0.0000
#> 7068                                           Other sources       0.0000
#> 7069                                             Electricity       0.0000
#> 7070                                                    Heat       0.0000
#> 7071                                                   Total       0.0000
#> 7072                                        Memo: Renewables       0.0000
#> 7073                                Hard coal (if no detail)       0.0000
#> 7074                               Brown coal (if no detail)       0.0000
#> 7075                                              Anthracite       0.0000
#> 7076                                             Coking coal       0.0000
#> 7077                                   Other bituminous coal       0.0000
#> 7078                                     Sub-bituminous coal       0.0000
#> 7079                                                 Lignite       0.0000
#> 7080                                             Patent fuel       0.0000
#> 7081                                          Coke oven coke       0.0000
#> 7082                                                Gas coke       0.0000
#> 7083                                                Coal tar       0.0000
#> 7084                                                     BKB       0.0000
#> 7085                                           Gas works gas       0.0000
#> 7086                                           Coke oven gas       0.0000
#> 7087                                       Blast furnace gas       0.0000
#> 7088                                   Other recovered gases       0.0000
#> 7089                                                    Peat       0.0000
#> 7090                                           Peat products       0.0000
#> 7091                                 Oil shale and oil sands       0.0000
#> 7092                                             Natural gas       0.0000
#> 7093                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7094                                               Crude oil       0.0000
#> 7095                                     Natural gas liquids       0.0000
#> 7096                                     Refinery feedstocks       0.0000
#> 7097                           Additives/blending components       0.0000
#> 7098                                      Other hydrocarbons       0.0000
#> 7099                                            Refinery gas       0.0000
#> 7100                                                  Ethane       0.0000
#> 7101                         Liquefied petroleum gases (LPG)       0.0000
#> 7102                           Motor gasoline excl. biofuels       0.0000
#> 7103                                       Aviation gasoline       0.0000
#> 7104                                  Gasoline type jet fuel       0.0000
#> 7105                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7106                                          Other kerosene       0.0000
#> 7107                           Gas/diesel oil excl. biofuels       0.0000
#> 7108                                                Fuel oil       0.0000
#> 7109                                                 Naphtha       0.0000
#> 7110                                      White spirit & SBP       0.0000
#> 7111                                              Lubricants       0.0000
#> 7112                                                 Bitumen       0.0000
#> 7113                                          Paraffin waxes       0.0000
#> 7114                                          Petroleum coke       0.0000
#> 7115                                      Other oil products       0.0000
#> 7116                                        Industrial waste       0.0000
#> 7117                             Municipal waste (renewable)       0.0000
#> 7118                         Municipal waste (non-renewable)       0.0000
#> 7119                                  Primary solid biofuels       0.0000
#> 7120                                                Biogases       0.0000
#> 7121                                             Biogasoline       0.0000
#> 7122                                              Biodiesels       0.0000
#> 7123                                        Bio jet kerosene       0.0000
#> 7124                                   Other liquid biofuels       0.0000
#> 7125                Non-specified primary biofuels and waste       0.0000
#> 7126                                                Charcoal       0.0000
#> 7127  Elec/heat output from non-specified manufactured gases       0.0000
#> 7128        Heat output from non-specified combustible fuels       0.0000
#> 7129                                                 Nuclear       0.0000
#> 7130                                                   Hydro       0.0000
#> 7131                                              Geothermal       0.0000
#> 7132                                     Solar photovoltaics       0.0000
#> 7133                                           Solar thermal       0.0000
#> 7134                                    Tide, wave and ocean       0.0000
#> 7135                                                    Wind       0.0000
#> 7136                                           Other sources       0.0000
#> 7137                                             Electricity       0.0000
#> 7138                                                    Heat       0.0000
#> 7139                                                   Total       0.0000
#> 7140                                        Memo: Renewables       0.0000
#> 7141                                Hard coal (if no detail)       0.0000
#> 7142                               Brown coal (if no detail)       0.0000
#> 7143                                              Anthracite       0.0000
#> 7144                                             Coking coal       0.0000
#> 7145                                   Other bituminous coal       0.0000
#> 7146                                     Sub-bituminous coal       0.0000
#> 7147                                                 Lignite       0.0000
#> 7148                                             Patent fuel       0.0000
#> 7149                                          Coke oven coke       0.0000
#> 7150                                                Gas coke       0.0000
#> 7151                                                Coal tar       0.0000
#> 7152                                                     BKB       0.0000
#> 7153                                           Gas works gas       0.0000
#> 7154                                           Coke oven gas       0.0000
#> 7155                                       Blast furnace gas       0.0000
#> 7156                                   Other recovered gases       0.0000
#> 7157                                                    Peat       0.0000
#> 7158                                           Peat products       0.0000
#> 7159                                 Oil shale and oil sands       0.0000
#> 7160                                             Natural gas       0.0000
#> 7161                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7162                                               Crude oil       0.0000
#> 7163                                     Natural gas liquids       0.0000
#> 7164                                     Refinery feedstocks       0.0000
#> 7165                           Additives/blending components       0.0000
#> 7166                                      Other hydrocarbons       0.0000
#> 7167                                            Refinery gas       0.0000
#> 7168                                                  Ethane       0.0000
#> 7169                         Liquefied petroleum gases (LPG)       0.0000
#> 7170                           Motor gasoline excl. biofuels       0.0000
#> 7171                                       Aviation gasoline       0.0000
#> 7172                                  Gasoline type jet fuel       0.0000
#> 7173                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7174                                          Other kerosene       0.0000
#> 7175                           Gas/diesel oil excl. biofuels       0.0000
#> 7176                                                Fuel oil       0.0000
#> 7177                                                 Naphtha       0.0000
#> 7178                                      White spirit & SBP       0.0000
#> 7179                                              Lubricants       0.0000
#> 7180                                                 Bitumen       0.0000
#> 7181                                          Paraffin waxes       0.0000
#> 7182                                          Petroleum coke       0.0000
#> 7183                                      Other oil products       0.0000
#> 7184                                        Industrial waste       0.0000
#> 7185                             Municipal waste (renewable)       0.0000
#> 7186                         Municipal waste (non-renewable)       0.0000
#> 7187                                  Primary solid biofuels       0.0000
#> 7188                                                Biogases       0.0000
#> 7189                                             Biogasoline       0.0000
#> 7190                                              Biodiesels       0.0000
#> 7191                                        Bio jet kerosene       0.0000
#> 7192                                   Other liquid biofuels       0.0000
#> 7193                Non-specified primary biofuels and waste       0.0000
#> 7194                                                Charcoal       0.0000
#> 7195  Elec/heat output from non-specified manufactured gases       0.0000
#> 7196        Heat output from non-specified combustible fuels       0.0000
#> 7197                                                 Nuclear       0.0000
#> 7198                                                   Hydro       0.0000
#> 7199                                              Geothermal       0.0000
#> 7200                                     Solar photovoltaics       0.0000
#> 7201                                           Solar thermal       0.0000
#> 7202                                    Tide, wave and ocean       0.0000
#> 7203                                                    Wind       0.0000
#> 7204                                           Other sources       0.0000
#> 7205                                             Electricity       0.0000
#> 7206                                                    Heat       0.0000
#> 7207                                                   Total       0.0000
#> 7208                                        Memo: Renewables       0.0000
#> 7209                                Hard coal (if no detail)       0.0000
#> 7210                               Brown coal (if no detail)       0.0000
#> 7211                                              Anthracite       0.0000
#> 7212                                             Coking coal       0.0000
#> 7213                                   Other bituminous coal       0.0000
#> 7214                                     Sub-bituminous coal       0.0000
#> 7215                                                 Lignite       0.0000
#> 7216                                             Patent fuel       0.0000
#> 7217                                          Coke oven coke       0.0000
#> 7218                                                Gas coke       0.0000
#> 7219                                                Coal tar       0.0000
#> 7220                                                     BKB       0.0000
#> 7221                                           Gas works gas       0.0000
#> 7222                                           Coke oven gas       0.0000
#> 7223                                       Blast furnace gas       0.0000
#> 7224                                   Other recovered gases       0.0000
#> 7225                                                    Peat       0.0000
#> 7226                                           Peat products       0.0000
#> 7227                                 Oil shale and oil sands       0.0000
#> 7228                                             Natural gas       0.0000
#> 7229                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7230                                               Crude oil       0.0000
#> 7231                                     Natural gas liquids       0.0000
#> 7232                                     Refinery feedstocks       0.0000
#> 7233                           Additives/blending components       0.0000
#> 7234                                      Other hydrocarbons       0.0000
#> 7235                                            Refinery gas       0.0000
#> 7236                                                  Ethane       0.0000
#> 7237                         Liquefied petroleum gases (LPG)       0.0000
#> 7238                           Motor gasoline excl. biofuels       0.0000
#> 7239                                       Aviation gasoline       0.0000
#> 7240                                  Gasoline type jet fuel       0.0000
#> 7241                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7242                                          Other kerosene       0.0000
#> 7243                           Gas/diesel oil excl. biofuels       0.0000
#> 7244                                                Fuel oil       0.0000
#> 7245                                                 Naphtha       0.0000
#> 7246                                      White spirit & SBP       0.0000
#> 7247                                              Lubricants       0.0000
#> 7248                                                 Bitumen       0.0000
#> 7249                                          Paraffin waxes       0.0000
#> 7250                                          Petroleum coke       0.0000
#> 7251                                      Other oil products       0.0000
#> 7252                                        Industrial waste       0.0000
#> 7253                             Municipal waste (renewable)       0.0000
#> 7254                         Municipal waste (non-renewable)       0.0000
#> 7255                                  Primary solid biofuels       0.0000
#> 7256                                                Biogases       0.0000
#> 7257                                             Biogasoline       0.0000
#> 7258                                              Biodiesels       0.0000
#> 7259                                        Bio jet kerosene       0.0000
#> 7260                                   Other liquid biofuels       0.0000
#> 7261                Non-specified primary biofuels and waste       0.0000
#> 7262                                                Charcoal       0.0000
#> 7263  Elec/heat output from non-specified manufactured gases       0.0000
#> 7264        Heat output from non-specified combustible fuels       0.0000
#> 7265                                                 Nuclear       0.0000
#> 7266                                                   Hydro       0.0000
#> 7267                                              Geothermal       0.0000
#> 7268                                     Solar photovoltaics       0.0000
#> 7269                                           Solar thermal       0.0000
#> 7270                                    Tide, wave and ocean       0.0000
#> 7271                                                    Wind       0.0000
#> 7272                                           Other sources       0.0000
#> 7273                                             Electricity       0.0000
#> 7274                                                    Heat       0.0000
#> 7275                                                   Total       0.0000
#> 7276                                        Memo: Renewables       0.0000
#> 7277                                Hard coal (if no detail)       0.0000
#> 7278                               Brown coal (if no detail)       0.0000
#> 7279                                              Anthracite       0.0000
#> 7280                                             Coking coal       0.0000
#> 7281                                   Other bituminous coal       0.0000
#> 7282                                     Sub-bituminous coal       0.0000
#> 7283                                                 Lignite       0.0000
#> 7284                                             Patent fuel       0.0000
#> 7285                                          Coke oven coke       0.0000
#> 7286                                                Gas coke       0.0000
#> 7287                                                Coal tar       0.0000
#> 7288                                                     BKB       0.0000
#> 7289                                           Gas works gas       0.0000
#> 7290                                           Coke oven gas       0.0000
#> 7291                                       Blast furnace gas       0.0000
#> 7292                                   Other recovered gases       0.0000
#> 7293                                                    Peat       0.0000
#> 7294                                           Peat products       0.0000
#> 7295                                 Oil shale and oil sands       0.0000
#> 7296                                             Natural gas       0.0000
#> 7297                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7298                                               Crude oil       0.0000
#> 7299                                     Natural gas liquids       0.0000
#> 7300                                     Refinery feedstocks       0.0000
#> 7301                           Additives/blending components       0.0000
#> 7302                                      Other hydrocarbons       0.0000
#> 7303                                            Refinery gas       0.0000
#> 7304                                                  Ethane       0.0000
#> 7305                         Liquefied petroleum gases (LPG)       0.0000
#> 7306                           Motor gasoline excl. biofuels       0.0000
#> 7307                                       Aviation gasoline       0.0000
#> 7308                                  Gasoline type jet fuel       0.0000
#> 7309                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7310                                          Other kerosene       0.0000
#> 7311                           Gas/diesel oil excl. biofuels       0.0000
#> 7312                                                Fuel oil       0.0000
#> 7313                                                 Naphtha       0.0000
#> 7314                                      White spirit & SBP       0.0000
#> 7315                                              Lubricants       0.0000
#> 7316                                                 Bitumen       0.0000
#> 7317                                          Paraffin waxes       0.0000
#> 7318                                          Petroleum coke       0.0000
#> 7319                                      Other oil products       0.0000
#> 7320                                        Industrial waste       0.0000
#> 7321                             Municipal waste (renewable)       0.0000
#> 7322                         Municipal waste (non-renewable)       0.0000
#> 7323                                  Primary solid biofuels       0.0000
#> 7324                                                Biogases       0.0000
#> 7325                                             Biogasoline       0.0000
#> 7326                                              Biodiesels       0.0000
#> 7327                                        Bio jet kerosene       0.0000
#> 7328                                   Other liquid biofuels       0.0000
#> 7329                Non-specified primary biofuels and waste       0.0000
#> 7330                                                Charcoal       0.0000
#> 7331  Elec/heat output from non-specified manufactured gases       0.0000
#> 7332        Heat output from non-specified combustible fuels       0.0000
#> 7333                                                 Nuclear       0.0000
#> 7334                                                   Hydro       0.0000
#> 7335                                              Geothermal       0.0000
#> 7336                                     Solar photovoltaics       0.0000
#> 7337                                           Solar thermal       0.0000
#> 7338                                    Tide, wave and ocean       0.0000
#> 7339                                                    Wind       0.0000
#> 7340                                           Other sources       0.0000
#> 7341                                             Electricity       0.0000
#> 7342                                                    Heat       0.0000
#> 7343                                                   Total       0.0000
#> 7344                                        Memo: Renewables       0.0000
#> 7345                                Hard coal (if no detail) 1384341.6000
#> 7346                               Brown coal (if no detail)       0.0000
#> 7347                                              Anthracite       0.0000
#> 7348                                             Coking coal       0.0000
#> 7349                                   Other bituminous coal       0.0000
#> 7350                                     Sub-bituminous coal       0.0000
#> 7351                                                 Lignite       0.0000
#> 7352                                             Patent fuel       0.0000
#> 7353                                          Coke oven coke       0.0000
#> 7354                                                Gas coke       0.0000
#> 7355                                                Coal tar       0.0000
#> 7356                                                     BKB       0.0000
#> 7357                                           Gas works gas       0.0000
#> 7358                                           Coke oven gas       0.0000
#> 7359                                       Blast furnace gas       0.0000
#> 7360                                   Other recovered gases       0.0000
#> 7361                                                    Peat       0.0000
#> 7362                                           Peat products       0.0000
#> 7363                                 Oil shale and oil sands       0.0000
#> 7364                                             Natural gas       0.0000
#> 7365                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7366                                               Crude oil       0.0000
#> 7367                                     Natural gas liquids       0.0000
#> 7368                                     Refinery feedstocks       0.0000
#> 7369                           Additives/blending components       0.0000
#> 7370                                      Other hydrocarbons       0.0000
#> 7371                                            Refinery gas       0.0000
#> 7372                                                  Ethane       0.0000
#> 7373                         Liquefied petroleum gases (LPG)       0.0000
#> 7374                           Motor gasoline excl. biofuels       0.0000
#> 7375                                       Aviation gasoline       0.0000
#> 7376                                  Gasoline type jet fuel       0.0000
#> 7377                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7378                                          Other kerosene       0.0000
#> 7379                           Gas/diesel oil excl. biofuels       0.0000
#> 7380                                                Fuel oil       0.0000
#> 7381                                                 Naphtha       0.0000
#> 7382                                      White spirit & SBP       0.0000
#> 7383                                              Lubricants       0.0000
#> 7384                                                 Bitumen       0.0000
#> 7385                                          Paraffin waxes       0.0000
#> 7386                                          Petroleum coke       0.0000
#> 7387                                      Other oil products       0.0000
#> 7388                                        Industrial waste       0.0000
#> 7389                             Municipal waste (renewable)       0.0000
#> 7390                         Municipal waste (non-renewable)       0.0000
#> 7391                                  Primary solid biofuels  196800.0000
#> 7392                                                Biogases       0.0000
#> 7393                                             Biogasoline       0.0000
#> 7394                                              Biodiesels       0.0000
#> 7395                                        Bio jet kerosene       0.0000
#> 7396                                   Other liquid biofuels       0.0000
#> 7397                Non-specified primary biofuels and waste       0.0000
#> 7398                                                Charcoal       0.0000
#> 7399  Elec/heat output from non-specified manufactured gases       0.0000
#> 7400        Heat output from non-specified combustible fuels       0.0000
#> 7401                                                 Nuclear       0.0000
#> 7402                                                   Hydro     403.2000
#> 7403                                              Geothermal       0.0000
#> 7404                                     Solar photovoltaics       0.0000
#> 7405                                           Solar thermal       0.0000
#> 7406                                    Tide, wave and ocean       0.0000
#> 7407                                                    Wind       0.0000
#> 7408                                           Other sources       0.0000
#> 7409                                             Electricity       0.0000
#> 7410                                                    Heat       0.0000
#> 7411                                                   Total 1581544.8000
#> 7412                                        Memo: Renewables  197203.2000
#> 7413                                Hard coal (if no detail)       0.0000
#> 7414                               Brown coal (if no detail)       0.0000
#> 7415                                              Anthracite       0.0000
#> 7416                                             Coking coal       0.0000
#> 7417                                   Other bituminous coal       0.0000
#> 7418                                     Sub-bituminous coal       0.0000
#> 7419                                                 Lignite       0.0000
#> 7420                                             Patent fuel       0.0000
#> 7421                                          Coke oven coke       0.0000
#> 7422                                                Gas coke       0.0000
#> 7423                                                Coal tar       0.0000
#> 7424                                                     BKB       0.0000
#> 7425                                           Gas works gas       0.0000
#> 7426                                           Coke oven gas       0.0000
#> 7427                                       Blast furnace gas       0.0000
#> 7428                                   Other recovered gases       0.0000
#> 7429                                                    Peat       0.0000
#> 7430                                           Peat products       0.0000
#> 7431                                 Oil shale and oil sands       0.0000
#> 7432                                             Natural gas       0.0000
#> 7433                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7434                                               Crude oil  505889.7400
#> 7435                                     Natural gas liquids       0.0000
#> 7436                                     Refinery feedstocks       0.0000
#> 7437                           Additives/blending components       0.0000
#> 7438                                      Other hydrocarbons       0.0000
#> 7439                                            Refinery gas       0.0000
#> 7440                                                  Ethane       0.0000
#> 7441                         Liquefied petroleum gases (LPG)       0.0000
#> 7442                           Motor gasoline excl. biofuels       0.0000
#> 7443                                       Aviation gasoline       0.0000
#> 7444                                  Gasoline type jet fuel       0.0000
#> 7445                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7446                                          Other kerosene    4073.4000
#> 7447                           Gas/diesel oil excl. biofuels       0.0000
#> 7448                                                Fuel oil       0.0000
#> 7449                                                 Naphtha       0.0000
#> 7450                                      White spirit & SBP       0.0000
#> 7451                                              Lubricants       0.0000
#> 7452                                                 Bitumen       0.0000
#> 7453                                          Paraffin waxes       0.0000
#> 7454                                          Petroleum coke       0.0000
#> 7455                                      Other oil products       0.0000
#> 7456                                        Industrial waste       0.0000
#> 7457                             Municipal waste (renewable)       0.0000
#> 7458                         Municipal waste (non-renewable)       0.0000
#> 7459                                  Primary solid biofuels       0.0000
#> 7460                                                Biogases       0.0000
#> 7461                                             Biogasoline       0.0000
#> 7462                                              Biodiesels       0.0000
#> 7463                                        Bio jet kerosene       0.0000
#> 7464                                   Other liquid biofuels       0.0000
#> 7465                Non-specified primary biofuels and waste       0.0000
#> 7466                                                Charcoal       0.0000
#> 7467  Elec/heat output from non-specified manufactured gases       0.0000
#> 7468        Heat output from non-specified combustible fuels       0.0000
#> 7469                                                 Nuclear       0.0000
#> 7470                                                   Hydro       0.0000
#> 7471                                              Geothermal       0.0000
#> 7472                                     Solar photovoltaics       0.0000
#> 7473                                           Solar thermal       0.0000
#> 7474                                    Tide, wave and ocean       0.0000
#> 7475                                                    Wind       0.0000
#> 7476                                           Other sources       0.0000
#> 7477                                             Electricity       0.0000
#> 7478                                                    Heat       0.0000
#> 7479                                                   Total  509963.1400
#> 7480                                        Memo: Renewables       0.0000
#> 7481                                Hard coal (if no detail)  -40421.8900
#> 7482                               Brown coal (if no detail)       0.0000
#> 7483                                              Anthracite       0.0000
#> 7484                                             Coking coal       0.0000
#> 7485                                   Other bituminous coal       0.0000
#> 7486                                     Sub-bituminous coal       0.0000
#> 7487                                                 Lignite       0.0000
#> 7488                                             Patent fuel       0.0000
#> 7489                                          Coke oven coke       0.0000
#> 7490                                                Gas coke       0.0000
#> 7491                                                Coal tar       0.0000
#> 7492                                                     BKB       0.0000
#> 7493                                           Gas works gas       0.0000
#> 7494                                           Coke oven gas       0.0000
#> 7495                                       Blast furnace gas       0.0000
#> 7496                                   Other recovered gases       0.0000
#> 7497                                                    Peat       0.0000
#> 7498                                           Peat products       0.0000
#> 7499                                 Oil shale and oil sands       0.0000
#> 7500                                             Natural gas       0.0000
#> 7501                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7502                                               Crude oil       0.0000
#> 7503                                     Natural gas liquids       0.0000
#> 7504                                     Refinery feedstocks       0.0000
#> 7505                           Additives/blending components       0.0000
#> 7506                                      Other hydrocarbons       0.0000
#> 7507                                            Refinery gas       0.0000
#> 7508                                                  Ethane       0.0000
#> 7509                         Liquefied petroleum gases (LPG)       0.0000
#> 7510                           Motor gasoline excl. biofuels       0.0000
#> 7511                                       Aviation gasoline       0.0000
#> 7512                                  Gasoline type jet fuel       0.0000
#> 7513                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7514                                          Other kerosene       0.0000
#> 7515                           Gas/diesel oil excl. biofuels       0.0000
#> 7516                                                Fuel oil       0.0000
#> 7517                                                 Naphtha       0.0000
#> 7518                                      White spirit & SBP       0.0000
#> 7519                                              Lubricants       0.0000
#> 7520                                                 Bitumen       0.0000
#> 7521                                          Paraffin waxes       0.0000
#> 7522                                          Petroleum coke       0.0000
#> 7523                                      Other oil products       0.0000
#> 7524                                        Industrial waste       0.0000
#> 7525                             Municipal waste (renewable)       0.0000
#> 7526                         Municipal waste (non-renewable)       0.0000
#> 7527                                  Primary solid biofuels       0.0000
#> 7528                                                Biogases       0.0000
#> 7529                                             Biogasoline       0.0000
#> 7530                                              Biodiesels       0.0000
#> 7531                                        Bio jet kerosene       0.0000
#> 7532                                   Other liquid biofuels       0.0000
#> 7533                Non-specified primary biofuels and waste       0.0000
#> 7534                                                Charcoal       0.0000
#> 7535  Elec/heat output from non-specified manufactured gases       0.0000
#> 7536        Heat output from non-specified combustible fuels       0.0000
#> 7537                                                 Nuclear       0.0000
#> 7538                                                   Hydro       0.0000
#> 7539                                              Geothermal       0.0000
#> 7540                                     Solar photovoltaics       0.0000
#> 7541                                           Solar thermal       0.0000
#> 7542                                    Tide, wave and ocean       0.0000
#> 7543                                                    Wind       0.0000
#> 7544                                           Other sources       0.0000
#> 7545                                             Electricity     -50.4000
#> 7546                                                    Heat       0.0000
#> 7547                                                   Total  -40472.2900
#> 7548                                        Memo: Renewables       0.0000
#> 7549                                Hard coal (if no detail)       0.0000
#> 7550                               Brown coal (if no detail)       0.0000
#> 7551                                              Anthracite       0.0000
#> 7552                                             Coking coal       0.0000
#> 7553                                   Other bituminous coal       0.0000
#> 7554                                     Sub-bituminous coal       0.0000
#> 7555                                                 Lignite       0.0000
#> 7556                                             Patent fuel       0.0000
#> 7557                                          Coke oven coke       0.0000
#> 7558                                                Gas coke       0.0000
#> 7559                                                Coal tar       0.0000
#> 7560                                                     BKB       0.0000
#> 7561                                           Gas works gas       0.0000
#> 7562                                           Coke oven gas       0.0000
#> 7563                                       Blast furnace gas       0.0000
#> 7564                                   Other recovered gases       0.0000
#> 7565                                                    Peat       0.0000
#> 7566                                           Peat products       0.0000
#> 7567                                 Oil shale and oil sands       0.0000
#> 7568                                             Natural gas       0.0000
#> 7569                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7570                                               Crude oil       0.0000
#> 7571                                     Natural gas liquids       0.0000
#> 7572                                     Refinery feedstocks       0.0000
#> 7573                           Additives/blending components       0.0000
#> 7574                                      Other hydrocarbons       0.0000
#> 7575                                            Refinery gas       0.0000
#> 7576                                                  Ethane       0.0000
#> 7577                         Liquefied petroleum gases (LPG)       0.0000
#> 7578                           Motor gasoline excl. biofuels       0.0000
#> 7579                                       Aviation gasoline       0.0000
#> 7580                                  Gasoline type jet fuel       0.0000
#> 7581                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7582                                          Other kerosene       0.0000
#> 7583                           Gas/diesel oil excl. biofuels   -8660.0000
#> 7584                                                Fuel oil -132820.8000
#> 7585                                                 Naphtha       0.0000
#> 7586                                      White spirit & SBP       0.0000
#> 7587                                              Lubricants       0.0000
#> 7588                                                 Bitumen       0.0000
#> 7589                                          Paraffin waxes       0.0000
#> 7590                                          Petroleum coke       0.0000
#> 7591                                      Other oil products       0.0000
#> 7592                                        Industrial waste       0.0000
#> 7593                             Municipal waste (renewable)       0.0000
#> 7594                         Municipal waste (non-renewable)       0.0000
#> 7595                                  Primary solid biofuels       0.0000
#> 7596                                                Biogases       0.0000
#> 7597                                             Biogasoline       0.0000
#> 7598                                              Biodiesels       0.0000
#> 7599                                        Bio jet kerosene       0.0000
#> 7600                                   Other liquid biofuels       0.0000
#> 7601                Non-specified primary biofuels and waste       0.0000
#> 7602                                                Charcoal       0.0000
#> 7603  Elec/heat output from non-specified manufactured gases       0.0000
#> 7604        Heat output from non-specified combustible fuels       0.0000
#> 7605                                                 Nuclear       0.0000
#> 7606                                                   Hydro       0.0000
#> 7607                                              Geothermal       0.0000
#> 7608                                     Solar photovoltaics       0.0000
#> 7609                                           Solar thermal       0.0000
#> 7610                                    Tide, wave and ocean       0.0000
#> 7611                                                    Wind       0.0000
#> 7612                                           Other sources       0.0000
#> 7613                                             Electricity       0.0000
#> 7614                                                    Heat       0.0000
#> 7615                                                   Total -141480.8000
#> 7616                                        Memo: Renewables       0.0000
#> 7617                                Hard coal (if no detail)       0.0000
#> 7618                               Brown coal (if no detail)       0.0000
#> 7619                                              Anthracite       0.0000
#> 7620                                             Coking coal       0.0000
#> 7621                                   Other bituminous coal       0.0000
#> 7622                                     Sub-bituminous coal       0.0000
#> 7623                                                 Lignite       0.0000
#> 7624                                             Patent fuel       0.0000
#> 7625                                          Coke oven coke       0.0000
#> 7626                                                Gas coke       0.0000
#> 7627                                                Coal tar       0.0000
#> 7628                                                     BKB       0.0000
#> 7629                                           Gas works gas       0.0000
#> 7630                                           Coke oven gas       0.0000
#> 7631                                       Blast furnace gas       0.0000
#> 7632                                   Other recovered gases       0.0000
#> 7633                                                    Peat       0.0000
#> 7634                                           Peat products       0.0000
#> 7635                                 Oil shale and oil sands       0.0000
#> 7636                                             Natural gas       0.0000
#> 7637                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7638                                               Crude oil       0.0000
#> 7639                                     Natural gas liquids       0.0000
#> 7640                                     Refinery feedstocks       0.0000
#> 7641                           Additives/blending components       0.0000
#> 7642                                      Other hydrocarbons       0.0000
#> 7643                                            Refinery gas       0.0000
#> 7644                                                  Ethane       0.0000
#> 7645                         Liquefied petroleum gases (LPG)       0.0000
#> 7646                           Motor gasoline excl. biofuels       0.0000
#> 7647                                       Aviation gasoline   -1209.6000
#> 7648                                  Gasoline type jet fuel       0.0000
#> 7649                   Kerosene type jet fuel excl. biofuels   -6288.6000
#> 7650                                          Other kerosene       0.0000
#> 7651                           Gas/diesel oil excl. biofuels       0.0000
#> 7652                                                Fuel oil       0.0000
#> 7653                                                 Naphtha       0.0000
#> 7654                                      White spirit & SBP       0.0000
#> 7655                                              Lubricants       0.0000
#> 7656                                                 Bitumen       0.0000
#> 7657                                          Paraffin waxes       0.0000
#> 7658                                          Petroleum coke       0.0000
#> 7659                                      Other oil products       0.0000
#> 7660                                        Industrial waste       0.0000
#> 7661                             Municipal waste (renewable)       0.0000
#> 7662                         Municipal waste (non-renewable)       0.0000
#> 7663                                  Primary solid biofuels       0.0000
#> 7664                                                Biogases       0.0000
#> 7665                                             Biogasoline       0.0000
#> 7666                                              Biodiesels       0.0000
#> 7667                                        Bio jet kerosene       0.0000
#> 7668                                   Other liquid biofuels       0.0000
#> 7669                Non-specified primary biofuels and waste       0.0000
#> 7670                                                Charcoal       0.0000
#> 7671  Elec/heat output from non-specified manufactured gases       0.0000
#> 7672        Heat output from non-specified combustible fuels       0.0000
#> 7673                                                 Nuclear       0.0000
#> 7674                                                   Hydro       0.0000
#> 7675                                              Geothermal       0.0000
#> 7676                                     Solar photovoltaics       0.0000
#> 7677                                           Solar thermal       0.0000
#> 7678                                    Tide, wave and ocean       0.0000
#> 7679                                                    Wind       0.0000
#> 7680                                           Other sources       0.0000
#> 7681                                             Electricity       0.0000
#> 7682                                                    Heat       0.0000
#> 7683                                                   Total   -7498.2000
#> 7684                                        Memo: Renewables       0.0000
#> 7685                                Hard coal (if no detail)       0.0000
#> 7686                               Brown coal (if no detail)       0.0000
#> 7687                                              Anthracite       0.0000
#> 7688                                             Coking coal       0.0000
#> 7689                                   Other bituminous coal       0.0000
#> 7690                                     Sub-bituminous coal       0.0000
#> 7691                                                 Lignite       0.0000
#> 7692                                             Patent fuel       0.0000
#> 7693                                          Coke oven coke       0.0000
#> 7694                                                Gas coke       0.0000
#> 7695                                                Coal tar       0.0000
#> 7696                                                     BKB       0.0000
#> 7697                                           Gas works gas       0.0000
#> 7698                                           Coke oven gas       0.0000
#> 7699                                       Blast furnace gas       0.0000
#> 7700                                   Other recovered gases       0.0000
#> 7701                                                    Peat       0.0000
#> 7702                                           Peat products       0.0000
#> 7703                                 Oil shale and oil sands       0.0000
#> 7704                                             Natural gas       0.0000
#> 7705                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7706                                               Crude oil       0.0000
#> 7707                                     Natural gas liquids       0.0000
#> 7708                                     Refinery feedstocks       0.0000
#> 7709                           Additives/blending components       0.0000
#> 7710                                      Other hydrocarbons       0.0000
#> 7711                                            Refinery gas       0.0000
#> 7712                                                  Ethane       0.0000
#> 7713                         Liquefied petroleum gases (LPG)       0.0000
#> 7714                           Motor gasoline excl. biofuels       0.0000
#> 7715                                       Aviation gasoline       0.0000
#> 7716                                  Gasoline type jet fuel       0.0000
#> 7717                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7718                                          Other kerosene       0.0000
#> 7719                           Gas/diesel oil excl. biofuels       0.0000
#> 7720                                                Fuel oil       0.0000
#> 7721                                                 Naphtha       0.0000
#> 7722                                      White spirit & SBP       0.0000
#> 7723                                              Lubricants       0.0000
#> 7724                                                 Bitumen       0.0000
#> 7725                                          Paraffin waxes       0.0000
#> 7726                                          Petroleum coke       0.0000
#> 7727                                      Other oil products       0.0000
#> 7728                                        Industrial waste       0.0000
#> 7729                             Municipal waste (renewable)       0.0000
#> 7730                         Municipal waste (non-renewable)       0.0000
#> 7731                                  Primary solid biofuels       0.0000
#> 7732                                                Biogases       0.0000
#> 7733                                             Biogasoline       0.0000
#> 7734                                              Biodiesels       0.0000
#> 7735                                        Bio jet kerosene       0.0000
#> 7736                                   Other liquid biofuels       0.0000
#> 7737                Non-specified primary biofuels and waste       0.0000
#> 7738                                                Charcoal       0.0000
#> 7739  Elec/heat output from non-specified manufactured gases       0.0000
#> 7740        Heat output from non-specified combustible fuels       0.0000
#> 7741                                                 Nuclear       0.0000
#> 7742                                                   Hydro       0.0000
#> 7743                                              Geothermal       0.0000
#> 7744                                     Solar photovoltaics       0.0000
#> 7745                                           Solar thermal       0.0000
#> 7746                                    Tide, wave and ocean       0.0000
#> 7747                                                    Wind       0.0000
#> 7748                                           Other sources       0.0000
#> 7749                                             Electricity       0.0000
#> 7750                                                    Heat       0.0000
#> 7751                                                   Total       0.0000
#> 7752                                        Memo: Renewables       0.0000
#> 7753                                Hard coal (if no detail) 1343919.7100
#> 7754                               Brown coal (if no detail)       0.0000
#> 7755                                              Anthracite       0.0000
#> 7756                                             Coking coal       0.0000
#> 7757                                   Other bituminous coal       0.0000
#> 7758                                     Sub-bituminous coal       0.0000
#> 7759                                                 Lignite       0.0000
#> 7760                                             Patent fuel       0.0000
#> 7761                                          Coke oven coke       0.0000
#> 7762                                                Gas coke       0.0000
#> 7763                                                Coal tar       0.0000
#> 7764                                                     BKB       0.0000
#> 7765                                           Gas works gas       0.0000
#> 7766                                           Coke oven gas       0.0000
#> 7767                                       Blast furnace gas       0.0000
#> 7768                                   Other recovered gases       0.0000
#> 7769                                                    Peat       0.0000
#> 7770                                           Peat products       0.0000
#> 7771                                 Oil shale and oil sands       0.0000
#> 7772                                             Natural gas       0.0000
#> 7773                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7774                                               Crude oil  505889.7400
#> 7775                                     Natural gas liquids       0.0000
#> 7776                                     Refinery feedstocks       0.0000
#> 7777                           Additives/blending components       0.0000
#> 7778                                      Other hydrocarbons       0.0000
#> 7779                                            Refinery gas       0.0000
#> 7780                                                  Ethane       0.0000
#> 7781                         Liquefied petroleum gases (LPG)       0.0000
#> 7782                           Motor gasoline excl. biofuels       0.0000
#> 7783                                       Aviation gasoline   -1209.6000
#> 7784                                  Gasoline type jet fuel       0.0000
#> 7785                   Kerosene type jet fuel excl. biofuels   -6288.6000
#> 7786                                          Other kerosene    4073.4000
#> 7787                           Gas/diesel oil excl. biofuels   -8660.0000
#> 7788                                                Fuel oil -132820.8000
#> 7789                                                 Naphtha       0.0000
#> 7790                                      White spirit & SBP       0.0000
#> 7791                                              Lubricants       0.0000
#> 7792                                                 Bitumen       0.0000
#> 7793                                          Paraffin waxes       0.0000
#> 7794                                          Petroleum coke       0.0000
#> 7795                                      Other oil products       0.0000
#> 7796                                        Industrial waste       0.0000
#> 7797                             Municipal waste (renewable)       0.0000
#> 7798                         Municipal waste (non-renewable)       0.0000
#> 7799                                  Primary solid biofuels  196800.0000
#> 7800                                                Biogases       0.0000
#> 7801                                             Biogasoline       0.0000
#> 7802                                              Biodiesels       0.0000
#> 7803                                        Bio jet kerosene       0.0000
#> 7804                                   Other liquid biofuels       0.0000
#> 7805                Non-specified primary biofuels and waste       0.0000
#> 7806                                                Charcoal       0.0000
#> 7807  Elec/heat output from non-specified manufactured gases       0.0000
#> 7808        Heat output from non-specified combustible fuels       0.0000
#> 7809                                                 Nuclear       0.0000
#> 7810                                                   Hydro     403.2000
#> 7811                                              Geothermal       0.0000
#> 7812                                     Solar photovoltaics       0.0000
#> 7813                                           Solar thermal       0.0000
#> 7814                                    Tide, wave and ocean       0.0000
#> 7815                                                    Wind       0.0000
#> 7816                                           Other sources       0.0000
#> 7817                                             Electricity     -50.4000
#> 7818                                                    Heat       0.0000
#> 7819                                                   Total 1902056.6500
#> 7820                                        Memo: Renewables  197203.2000
#> 7821                                Hard coal (if no detail)       0.0000
#> 7822                               Brown coal (if no detail)       0.0000
#> 7823                                              Anthracite       0.0000
#> 7824                                             Coking coal       0.0000
#> 7825                                   Other bituminous coal       0.0000
#> 7826                                     Sub-bituminous coal       0.0000
#> 7827                                                 Lignite       0.0000
#> 7828                                             Patent fuel       0.0000
#> 7829                                          Coke oven coke       0.0000
#> 7830                                                Gas coke       0.0000
#> 7831                                                Coal tar       0.0000
#> 7832                                                     BKB       0.0000
#> 7833                                           Gas works gas       0.0000
#> 7834                                           Coke oven gas       0.0000
#> 7835                                       Blast furnace gas       0.0000
#> 7836                                   Other recovered gases       0.0000
#> 7837                                                    Peat       0.0000
#> 7838                                           Peat products       0.0000
#> 7839                                 Oil shale and oil sands       0.0000
#> 7840                                             Natural gas       0.0000
#> 7841                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7842                                               Crude oil       0.0000
#> 7843                                     Natural gas liquids       0.0000
#> 7844                                     Refinery feedstocks       0.0000
#> 7845                           Additives/blending components       0.0000
#> 7846                                      Other hydrocarbons   -7722.5700
#> 7847                                            Refinery gas       0.0000
#> 7848                                                  Ethane       0.0000
#> 7849                         Liquefied petroleum gases (LPG)      47.3000
#> 7850                           Motor gasoline excl. biofuels    2150.4000
#> 7851                                       Aviation gasoline       0.0000
#> 7852                                  Gasoline type jet fuel       0.0000
#> 7853                   Kerosene type jet fuel excl. biofuels     178.4000
#> 7854                                          Other kerosene     262.8000
#> 7855                           Gas/diesel oil excl. biofuels    1645.4000
#> 7856                                                Fuel oil    2693.4000
#> 7857                                                 Naphtha       0.0000
#> 7858                                      White spirit & SBP       0.0000
#> 7859                                              Lubricants       0.0000
#> 7860                                                 Bitumen     117.0000
#> 7861                                          Paraffin waxes       0.0000
#> 7862                                          Petroleum coke       0.0000
#> 7863                                      Other oil products     320.0000
#> 7864                                        Industrial waste       0.0000
#> 7865                             Municipal waste (renewable)       0.0000
#> 7866                         Municipal waste (non-renewable)       0.0000
#> 7867                                  Primary solid biofuels       0.0000
#> 7868                                                Biogases       0.0000
#> 7869                                             Biogasoline       0.0000
#> 7870                                              Biodiesels       0.0000
#> 7871                                        Bio jet kerosene       0.0000
#> 7872                                   Other liquid biofuels       0.0000
#> 7873                Non-specified primary biofuels and waste       0.0000
#> 7874                                                Charcoal       0.0000
#> 7875  Elec/heat output from non-specified manufactured gases       0.0000
#> 7876        Heat output from non-specified combustible fuels       0.0000
#> 7877                                                 Nuclear       0.0000
#> 7878                                                   Hydro       0.0000
#> 7879                                              Geothermal       0.0000
#> 7880                                     Solar photovoltaics       0.0000
#> 7881                                           Solar thermal       0.0000
#> 7882                                    Tide, wave and ocean       0.0000
#> 7883                                                    Wind       0.0000
#> 7884                                           Other sources       0.0000
#> 7885                                             Electricity       0.0000
#> 7886                                                    Heat       0.0000
#> 7887                                                   Total    -307.8700
#> 7888                                        Memo: Renewables       0.0000
#> 7889                                Hard coal (if no detail)  168151.9200
#> 7890                               Brown coal (if no detail)       0.0000
#> 7891                                              Anthracite       0.0000
#> 7892                                             Coking coal       0.0000
#> 7893                                   Other bituminous coal       0.0000
#> 7894                                     Sub-bituminous coal       0.0000
#> 7895                                                 Lignite       0.0000
#> 7896                                             Patent fuel       0.0000
#> 7897                                          Coke oven coke       0.0000
#> 7898                                                Gas coke       0.0000
#> 7899                                                Coal tar       0.0000
#> 7900                                                     BKB       0.0000
#> 7901                                           Gas works gas       0.0000
#> 7902                                           Coke oven gas       0.0000
#> 7903                                       Blast furnace gas       0.0000
#> 7904                                   Other recovered gases       0.0000
#> 7905                                                    Peat       0.0000
#> 7906                                           Peat products       0.0000
#> 7907                                 Oil shale and oil sands       0.0000
#> 7908                                             Natural gas       0.0000
#> 7909                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7910                                               Crude oil       0.0000
#> 7911                                     Natural gas liquids       0.0000
#> 7912                                     Refinery feedstocks       0.0000
#> 7913                           Additives/blending components       0.0000
#> 7914                                      Other hydrocarbons       0.0000
#> 7915                                            Refinery gas       0.0000
#> 7916                                                  Ethane       0.0000
#> 7917                         Liquefied petroleum gases (LPG)       0.0000
#> 7918                           Motor gasoline excl. biofuels       0.0000
#> 7919                                       Aviation gasoline       0.0000
#> 7920                                  Gasoline type jet fuel       0.0000
#> 7921                   Kerosene type jet fuel excl. biofuels       0.0000
#> 7922                                          Other kerosene       0.0000
#> 7923                           Gas/diesel oil excl. biofuels       0.0000
#> 7924                                                Fuel oil       0.0000
#> 7925                                                 Naphtha       0.0000
#> 7926                                      White spirit & SBP       0.0000
#> 7927                                              Lubricants       0.0000
#> 7928                                                 Bitumen       0.0000
#> 7929                                          Paraffin waxes       0.0000
#> 7930                                          Petroleum coke       0.0000
#> 7931                                      Other oil products       0.0000
#> 7932                                        Industrial waste       0.0000
#> 7933                             Municipal waste (renewable)       0.0000
#> 7934                         Municipal waste (non-renewable)       0.0000
#> 7935                                  Primary solid biofuels       0.0000
#> 7936                                                Biogases       0.0000
#> 7937                                             Biogasoline       0.0000
#> 7938                                              Biodiesels       0.0000
#> 7939                                        Bio jet kerosene       0.0000
#> 7940                                   Other liquid biofuels       0.0000
#> 7941                Non-specified primary biofuels and waste       0.0000
#> 7942                                                Charcoal       0.0000
#> 7943  Elec/heat output from non-specified manufactured gases       0.0000
#> 7944        Heat output from non-specified combustible fuels       0.0000
#> 7945                                                 Nuclear       0.0000
#> 7946                                                   Hydro       0.0000
#> 7947                                              Geothermal       0.0000
#> 7948                                     Solar photovoltaics       0.0000
#> 7949                                           Solar thermal       0.0000
#> 7950                                    Tide, wave and ocean       0.0000
#> 7951                                                    Wind       0.0000
#> 7952                                           Other sources       0.0000
#> 7953                                             Electricity       0.0000
#> 7954                                                    Heat       0.0000
#> 7955                                                   Total  168151.9200
#> 7956                                        Memo: Renewables       0.0000
#> 7957                                Hard coal (if no detail) -936246.9500
#> 7958                               Brown coal (if no detail)       0.0000
#> 7959                                              Anthracite       0.0000
#> 7960                                             Coking coal       0.0000
#> 7961                                   Other bituminous coal       0.0000
#> 7962                                     Sub-bituminous coal       0.0000
#> 7963                                                 Lignite       0.0000
#> 7964                                             Patent fuel       0.0000
#> 7965                                          Coke oven coke   21623.2800
#> 7966                                                Gas coke       0.0000
#> 7967                                                Coal tar       0.0000
#> 7968                                                     BKB       0.0000
#> 7969                                           Gas works gas    5796.9000
#> 7970                                           Coke oven gas   21807.0000
#> 7971                                       Blast furnace gas   34575.0000
#> 7972                                   Other recovered gases       0.0000
#> 7973                                                    Peat       0.0000
#> 7974                                           Peat products       0.0000
#> 7975                                 Oil shale and oil sands       0.0000
#> 7976                                             Natural gas       0.0000
#> 7977                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 7978                                               Crude oil -505889.7400
#> 7979                                     Natural gas liquids       0.0000
#> 7980                                     Refinery feedstocks       0.0000
#> 7981                           Additives/blending components       0.0000
#> 7982                                      Other hydrocarbons    7722.5700
#> 7983                                            Refinery gas       0.0000
#> 7984                                                  Ethane       0.0000
#> 7985                         Liquefied petroleum gases (LPG)    4966.5000
#> 7986                           Motor gasoline excl. biofuels  152812.8000
#> 7987                                       Aviation gasoline    1209.6000
#> 7988                                  Gasoline type jet fuel       0.0000
#> 7989                   Kerosene type jet fuel excl. biofuels   13290.8000
#> 7990                                          Other kerosene   19096.8000
#> 7991                           Gas/diesel oil excl. biofuels  118122.4000
#> 7992                                                Fuel oil  189060.6000
#> 7993                                                 Naphtha    2250.0000
#> 7994                                      White spirit & SBP       0.0000
#> 7995                                              Lubricants       0.0000
#> 7996                                                 Bitumen    7605.0000
#> 7997                                          Paraffin waxes       0.0000
#> 7998                                          Petroleum coke       0.0000
#> 7999                                      Other oil products   21600.0000
#> 8000                                        Industrial waste       0.0000
#> 8001                             Municipal waste (renewable)       0.0000
#> 8002                         Municipal waste (non-renewable)       0.0000
#> 8003                                  Primary solid biofuels   -2800.0000
#> 8004                                                Biogases       0.0000
#> 8005                                             Biogasoline       0.0000
#> 8006                                              Biodiesels       0.0000
#> 8007                                        Bio jet kerosene       0.0000
#> 8008                                   Other liquid biofuels       0.0000
#> 8009                Non-specified primary biofuels and waste       0.0000
#> 8010                                                Charcoal     708.4000
#> 8011  Elec/heat output from non-specified manufactured gases       0.0000
#> 8012        Heat output from non-specified combustible fuels       0.0000
#> 8013                                                 Nuclear       0.0000
#> 8014                                                   Hydro    -403.2000
#> 8015                                              Geothermal       0.0000
#> 8016                                     Solar photovoltaics       0.0000
#> 8017                                           Solar thermal       0.0000
#> 8018                                    Tide, wave and ocean       0.0000
#> 8019                                                    Wind       0.0000
#> 8020                                           Other sources       0.0000
#> 8021                                             Electricity  196729.2000
#> 8022                                                    Heat       0.0000
#> 8023                                                   Total -626363.0400
#> 8024                                        Memo: Renewables   -2494.8100
#> 8025                                Hard coal (if no detail) -651760.9400
#> 8026                               Brown coal (if no detail)       0.0000
#> 8027                                              Anthracite       0.0000
#> 8028                                             Coking coal       0.0000
#> 8029                                   Other bituminous coal       0.0000
#> 8030                                     Sub-bituminous coal       0.0000
#> 8031                                                 Lignite       0.0000
#> 8032                                             Patent fuel       0.0000
#> 8033                                          Coke oven coke       0.0000
#> 8034                                                Gas coke       0.0000
#> 8035                                                Coal tar       0.0000
#> 8036                                                     BKB       0.0000
#> 8037                                           Gas works gas       0.0000
#> 8038                                           Coke oven gas       0.0000
#> 8039                                       Blast furnace gas       0.0000
#> 8040                                   Other recovered gases       0.0000
#> 8041                                                    Peat       0.0000
#> 8042                                           Peat products       0.0000
#> 8043                                 Oil shale and oil sands       0.0000
#> 8044                                             Natural gas       0.0000
#> 8045                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8046                                               Crude oil       0.0000
#> 8047                                     Natural gas liquids       0.0000
#> 8048                                     Refinery feedstocks       0.0000
#> 8049                           Additives/blending components       0.0000
#> 8050                                      Other hydrocarbons       0.0000
#> 8051                                            Refinery gas       0.0000
#> 8052                                                  Ethane       0.0000
#> 8053                         Liquefied petroleum gases (LPG)       0.0000
#> 8054                           Motor gasoline excl. biofuels       0.0000
#> 8055                                       Aviation gasoline       0.0000
#> 8056                                  Gasoline type jet fuel       0.0000
#> 8057                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8058                                          Other kerosene       0.0000
#> 8059                           Gas/diesel oil excl. biofuels       0.0000
#> 8060                                                Fuel oil       0.0000
#> 8061                                                 Naphtha       0.0000
#> 8062                                      White spirit & SBP       0.0000
#> 8063                                              Lubricants       0.0000
#> 8064                                                 Bitumen       0.0000
#> 8065                                          Paraffin waxes       0.0000
#> 8066                                          Petroleum coke       0.0000
#> 8067                                      Other oil products       0.0000
#> 8068                                        Industrial waste       0.0000
#> 8069                             Municipal waste (renewable)       0.0000
#> 8070                         Municipal waste (non-renewable)       0.0000
#> 8071                                  Primary solid biofuels       0.0000
#> 8072                                                Biogases       0.0000
#> 8073                                             Biogasoline       0.0000
#> 8074                                              Biodiesels       0.0000
#> 8075                                        Bio jet kerosene       0.0000
#> 8076                                   Other liquid biofuels       0.0000
#> 8077                Non-specified primary biofuels and waste       0.0000
#> 8078                                                Charcoal       0.0000
#> 8079  Elec/heat output from non-specified manufactured gases       0.0000
#> 8080        Heat output from non-specified combustible fuels       0.0000
#> 8081                                                 Nuclear       0.0000
#> 8082                                                   Hydro    -338.4000
#> 8083                                              Geothermal       0.0000
#> 8084                                     Solar photovoltaics       0.0000
#> 8085                                           Solar thermal       0.0000
#> 8086                                    Tide, wave and ocean       0.0000
#> 8087                                                    Wind       0.0000
#> 8088                                           Other sources       0.0000
#> 8089                                             Electricity  189799.2000
#> 8090                                                    Heat       0.0000
#> 8091                                                   Total -462300.1400
#> 8092                                        Memo: Renewables    -338.4000
#> 8093                                Hard coal (if no detail)  -38037.3600
#> 8094                               Brown coal (if no detail)       0.0000
#> 8095                                              Anthracite       0.0000
#> 8096                                             Coking coal       0.0000
#> 8097                                   Other bituminous coal       0.0000
#> 8098                                     Sub-bituminous coal       0.0000
#> 8099                                                 Lignite       0.0000
#> 8100                                             Patent fuel       0.0000
#> 8101                                          Coke oven coke       0.0000
#> 8102                                                Gas coke       0.0000
#> 8103                                                Coal tar       0.0000
#> 8104                                                     BKB       0.0000
#> 8105                                           Gas works gas       0.0000
#> 8106                                           Coke oven gas       0.0000
#> 8107                                       Blast furnace gas       0.0000
#> 8108                                   Other recovered gases       0.0000
#> 8109                                                    Peat       0.0000
#> 8110                                           Peat products       0.0000
#> 8111                                 Oil shale and oil sands       0.0000
#> 8112                                             Natural gas       0.0000
#> 8113                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8114                                               Crude oil       0.0000
#> 8115                                     Natural gas liquids       0.0000
#> 8116                                     Refinery feedstocks       0.0000
#> 8117                           Additives/blending components       0.0000
#> 8118                                      Other hydrocarbons       0.0000
#> 8119                                            Refinery gas       0.0000
#> 8120                                                  Ethane       0.0000
#> 8121                         Liquefied petroleum gases (LPG)       0.0000
#> 8122                           Motor gasoline excl. biofuels       0.0000
#> 8123                                       Aviation gasoline       0.0000
#> 8124                                  Gasoline type jet fuel       0.0000
#> 8125                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8126                                          Other kerosene       0.0000
#> 8127                           Gas/diesel oil excl. biofuels       0.0000
#> 8128                                                Fuel oil       0.0000
#> 8129                                                 Naphtha       0.0000
#> 8130                                      White spirit & SBP       0.0000
#> 8131                                              Lubricants       0.0000
#> 8132                                                 Bitumen       0.0000
#> 8133                                          Paraffin waxes       0.0000
#> 8134                                          Petroleum coke       0.0000
#> 8135                                      Other oil products       0.0000
#> 8136                                        Industrial waste       0.0000
#> 8137                             Municipal waste (renewable)       0.0000
#> 8138                         Municipal waste (non-renewable)       0.0000
#> 8139                                  Primary solid biofuels       0.0000
#> 8140                                                Biogases       0.0000
#> 8141                                             Biogasoline       0.0000
#> 8142                                              Biodiesels       0.0000
#> 8143                                        Bio jet kerosene       0.0000
#> 8144                                   Other liquid biofuels       0.0000
#> 8145                Non-specified primary biofuels and waste       0.0000
#> 8146                                                Charcoal       0.0000
#> 8147  Elec/heat output from non-specified manufactured gases       0.0000
#> 8148        Heat output from non-specified combustible fuels       0.0000
#> 8149                                                 Nuclear       0.0000
#> 8150                                                   Hydro     -64.8000
#> 8151                                              Geothermal       0.0000
#> 8152                                     Solar photovoltaics       0.0000
#> 8153                                           Solar thermal       0.0000
#> 8154                                    Tide, wave and ocean       0.0000
#> 8155                                                    Wind       0.0000
#> 8156                                           Other sources       0.0000
#> 8157                                             Electricity    6930.0000
#> 8158                                                    Heat       0.0000
#> 8159                                                   Total  -31172.1600
#> 8160                                        Memo: Renewables     -64.8000
#> 8161                                Hard coal (if no detail)       0.0000
#> 8162                               Brown coal (if no detail)       0.0000
#> 8163                                              Anthracite       0.0000
#> 8164                                             Coking coal       0.0000
#> 8165                                   Other bituminous coal       0.0000
#> 8166                                     Sub-bituminous coal       0.0000
#> 8167                                                 Lignite       0.0000
#> 8168                                             Patent fuel       0.0000
#> 8169                                          Coke oven coke       0.0000
#> 8170                                                Gas coke       0.0000
#> 8171                                                Coal tar       0.0000
#> 8172                                                     BKB       0.0000
#> 8173                                           Gas works gas       0.0000
#> 8174                                           Coke oven gas       0.0000
#> 8175                                       Blast furnace gas       0.0000
#> 8176                                   Other recovered gases       0.0000
#> 8177                                                    Peat       0.0000
#> 8178                                           Peat products       0.0000
#> 8179                                 Oil shale and oil sands       0.0000
#> 8180                                             Natural gas       0.0000
#> 8181                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8182                                               Crude oil       0.0000
#> 8183                                     Natural gas liquids       0.0000
#> 8184                                     Refinery feedstocks       0.0000
#> 8185                           Additives/blending components       0.0000
#> 8186                                      Other hydrocarbons       0.0000
#> 8187                                            Refinery gas       0.0000
#> 8188                                                  Ethane       0.0000
#> 8189                         Liquefied petroleum gases (LPG)       0.0000
#> 8190                           Motor gasoline excl. biofuels       0.0000
#> 8191                                       Aviation gasoline       0.0000
#> 8192                                  Gasoline type jet fuel       0.0000
#> 8193                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8194                                          Other kerosene       0.0000
#> 8195                           Gas/diesel oil excl. biofuels       0.0000
#> 8196                                                Fuel oil       0.0000
#> 8197                                                 Naphtha       0.0000
#> 8198                                      White spirit & SBP       0.0000
#> 8199                                              Lubricants       0.0000
#> 8200                                                 Bitumen       0.0000
#> 8201                                          Paraffin waxes       0.0000
#> 8202                                          Petroleum coke       0.0000
#> 8203                                      Other oil products       0.0000
#> 8204                                        Industrial waste       0.0000
#> 8205                             Municipal waste (renewable)       0.0000
#> 8206                         Municipal waste (non-renewable)       0.0000
#> 8207                                  Primary solid biofuels       0.0000
#> 8208                                                Biogases       0.0000
#> 8209                                             Biogasoline       0.0000
#> 8210                                              Biodiesels       0.0000
#> 8211                                        Bio jet kerosene       0.0000
#> 8212                                   Other liquid biofuels       0.0000
#> 8213                Non-specified primary biofuels and waste       0.0000
#> 8214                                                Charcoal       0.0000
#> 8215  Elec/heat output from non-specified manufactured gases       0.0000
#> 8216        Heat output from non-specified combustible fuels       0.0000
#> 8217                                                 Nuclear       0.0000
#> 8218                                                   Hydro       0.0000
#> 8219                                              Geothermal       0.0000
#> 8220                                     Solar photovoltaics       0.0000
#> 8221                                           Solar thermal       0.0000
#> 8222                                    Tide, wave and ocean       0.0000
#> 8223                                                    Wind       0.0000
#> 8224                                           Other sources       0.0000
#> 8225                                             Electricity       0.0000
#> 8226                                                    Heat       0.0000
#> 8227                                                   Total       0.0000
#> 8228                                        Memo: Renewables       0.0000
#> 8229                                Hard coal (if no detail)       0.0000
#> 8230                               Brown coal (if no detail)       0.0000
#> 8231                                              Anthracite       0.0000
#> 8232                                             Coking coal       0.0000
#> 8233                                   Other bituminous coal       0.0000
#> 8234                                     Sub-bituminous coal       0.0000
#> 8235                                                 Lignite       0.0000
#> 8236                                             Patent fuel       0.0000
#> 8237                                          Coke oven coke       0.0000
#> 8238                                                Gas coke       0.0000
#> 8239                                                Coal tar       0.0000
#> 8240                                                     BKB       0.0000
#> 8241                                           Gas works gas       0.0000
#> 8242                                           Coke oven gas       0.0000
#> 8243                                       Blast furnace gas       0.0000
#> 8244                                   Other recovered gases       0.0000
#> 8245                                                    Peat       0.0000
#> 8246                                           Peat products       0.0000
#> 8247                                 Oil shale and oil sands       0.0000
#> 8248                                             Natural gas       0.0000
#> 8249                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8250                                               Crude oil       0.0000
#> 8251                                     Natural gas liquids       0.0000
#> 8252                                     Refinery feedstocks       0.0000
#> 8253                           Additives/blending components       0.0000
#> 8254                                      Other hydrocarbons       0.0000
#> 8255                                            Refinery gas       0.0000
#> 8256                                                  Ethane       0.0000
#> 8257                         Liquefied petroleum gases (LPG)       0.0000
#> 8258                           Motor gasoline excl. biofuels       0.0000
#> 8259                                       Aviation gasoline       0.0000
#> 8260                                  Gasoline type jet fuel       0.0000
#> 8261                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8262                                          Other kerosene       0.0000
#> 8263                           Gas/diesel oil excl. biofuels       0.0000
#> 8264                                                Fuel oil       0.0000
#> 8265                                                 Naphtha       0.0000
#> 8266                                      White spirit & SBP       0.0000
#> 8267                                              Lubricants       0.0000
#> 8268                                                 Bitumen       0.0000
#> 8269                                          Paraffin waxes       0.0000
#> 8270                                          Petroleum coke       0.0000
#> 8271                                      Other oil products       0.0000
#> 8272                                        Industrial waste       0.0000
#> 8273                             Municipal waste (renewable)       0.0000
#> 8274                         Municipal waste (non-renewable)       0.0000
#> 8275                                  Primary solid biofuels       0.0000
#> 8276                                                Biogases       0.0000
#> 8277                                             Biogasoline       0.0000
#> 8278                                              Biodiesels       0.0000
#> 8279                                        Bio jet kerosene       0.0000
#> 8280                                   Other liquid biofuels       0.0000
#> 8281                Non-specified primary biofuels and waste       0.0000
#> 8282                                                Charcoal       0.0000
#> 8283  Elec/heat output from non-specified manufactured gases       0.0000
#> 8284        Heat output from non-specified combustible fuels       0.0000
#> 8285                                                 Nuclear       0.0000
#> 8286                                                   Hydro       0.0000
#> 8287                                              Geothermal       0.0000
#> 8288                                     Solar photovoltaics       0.0000
#> 8289                                           Solar thermal       0.0000
#> 8290                                    Tide, wave and ocean       0.0000
#> 8291                                                    Wind       0.0000
#> 8292                                           Other sources       0.0000
#> 8293                                             Electricity       0.0000
#> 8294                                                    Heat       0.0000
#> 8295                                                   Total       0.0000
#> 8296                                        Memo: Renewables       0.0000
#> 8297                                Hard coal (if no detail)       0.0000
#> 8298                               Brown coal (if no detail)       0.0000
#> 8299                                              Anthracite       0.0000
#> 8300                                             Coking coal       0.0000
#> 8301                                   Other bituminous coal       0.0000
#> 8302                                     Sub-bituminous coal       0.0000
#> 8303                                                 Lignite       0.0000
#> 8304                                             Patent fuel       0.0000
#> 8305                                          Coke oven coke       0.0000
#> 8306                                                Gas coke       0.0000
#> 8307                                                Coal tar       0.0000
#> 8308                                                     BKB       0.0000
#> 8309                                           Gas works gas       0.0000
#> 8310                                           Coke oven gas       0.0000
#> 8311                                       Blast furnace gas       0.0000
#> 8312                                   Other recovered gases       0.0000
#> 8313                                                    Peat       0.0000
#> 8314                                           Peat products       0.0000
#> 8315                                 Oil shale and oil sands       0.0000
#> 8316                                             Natural gas       0.0000
#> 8317                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8318                                               Crude oil       0.0000
#> 8319                                     Natural gas liquids       0.0000
#> 8320                                     Refinery feedstocks       0.0000
#> 8321                           Additives/blending components       0.0000
#> 8322                                      Other hydrocarbons       0.0000
#> 8323                                            Refinery gas       0.0000
#> 8324                                                  Ethane       0.0000
#> 8325                         Liquefied petroleum gases (LPG)       0.0000
#> 8326                           Motor gasoline excl. biofuels       0.0000
#> 8327                                       Aviation gasoline       0.0000
#> 8328                                  Gasoline type jet fuel       0.0000
#> 8329                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8330                                          Other kerosene       0.0000
#> 8331                           Gas/diesel oil excl. biofuels       0.0000
#> 8332                                                Fuel oil       0.0000
#> 8333                                                 Naphtha       0.0000
#> 8334                                      White spirit & SBP       0.0000
#> 8335                                              Lubricants       0.0000
#> 8336                                                 Bitumen       0.0000
#> 8337                                          Paraffin waxes       0.0000
#> 8338                                          Petroleum coke       0.0000
#> 8339                                      Other oil products       0.0000
#> 8340                                        Industrial waste       0.0000
#> 8341                             Municipal waste (renewable)       0.0000
#> 8342                         Municipal waste (non-renewable)       0.0000
#> 8343                                  Primary solid biofuels       0.0000
#> 8344                                                Biogases       0.0000
#> 8345                                             Biogasoline       0.0000
#> 8346                                              Biodiesels       0.0000
#> 8347                                        Bio jet kerosene       0.0000
#> 8348                                   Other liquid biofuels       0.0000
#> 8349                Non-specified primary biofuels and waste       0.0000
#> 8350                                                Charcoal       0.0000
#> 8351  Elec/heat output from non-specified manufactured gases       0.0000
#> 8352        Heat output from non-specified combustible fuels       0.0000
#> 8353                                                 Nuclear       0.0000
#> 8354                                                   Hydro       0.0000
#> 8355                                              Geothermal       0.0000
#> 8356                                     Solar photovoltaics       0.0000
#> 8357                                           Solar thermal       0.0000
#> 8358                                    Tide, wave and ocean       0.0000
#> 8359                                                    Wind       0.0000
#> 8360                                           Other sources       0.0000
#> 8361                                             Electricity       0.0000
#> 8362                                                    Heat       0.0000
#> 8363                                                   Total       0.0000
#> 8364                                        Memo: Renewables       0.0000
#> 8365                                Hard coal (if no detail)       0.0000
#> 8366                               Brown coal (if no detail)       0.0000
#> 8367                                              Anthracite       0.0000
#> 8368                                             Coking coal       0.0000
#> 8369                                   Other bituminous coal       0.0000
#> 8370                                     Sub-bituminous coal       0.0000
#> 8371                                                 Lignite       0.0000
#> 8372                                             Patent fuel       0.0000
#> 8373                                          Coke oven coke       0.0000
#> 8374                                                Gas coke       0.0000
#> 8375                                                Coal tar       0.0000
#> 8376                                                     BKB       0.0000
#> 8377                                           Gas works gas       0.0000
#> 8378                                           Coke oven gas       0.0000
#> 8379                                       Blast furnace gas       0.0000
#> 8380                                   Other recovered gases       0.0000
#> 8381                                                    Peat       0.0000
#> 8382                                           Peat products       0.0000
#> 8383                                 Oil shale and oil sands       0.0000
#> 8384                                             Natural gas       0.0000
#> 8385                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8386                                               Crude oil       0.0000
#> 8387                                     Natural gas liquids       0.0000
#> 8388                                     Refinery feedstocks       0.0000
#> 8389                           Additives/blending components       0.0000
#> 8390                                      Other hydrocarbons       0.0000
#> 8391                                            Refinery gas       0.0000
#> 8392                                                  Ethane       0.0000
#> 8393                         Liquefied petroleum gases (LPG)       0.0000
#> 8394                           Motor gasoline excl. biofuels       0.0000
#> 8395                                       Aviation gasoline       0.0000
#> 8396                                  Gasoline type jet fuel       0.0000
#> 8397                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8398                                          Other kerosene       0.0000
#> 8399                           Gas/diesel oil excl. biofuels       0.0000
#> 8400                                                Fuel oil       0.0000
#> 8401                                                 Naphtha       0.0000
#> 8402                                      White spirit & SBP       0.0000
#> 8403                                              Lubricants       0.0000
#> 8404                                                 Bitumen       0.0000
#> 8405                                          Paraffin waxes       0.0000
#> 8406                                          Petroleum coke       0.0000
#> 8407                                      Other oil products       0.0000
#> 8408                                        Industrial waste       0.0000
#> 8409                             Municipal waste (renewable)       0.0000
#> 8410                         Municipal waste (non-renewable)       0.0000
#> 8411                                  Primary solid biofuels       0.0000
#> 8412                                                Biogases       0.0000
#> 8413                                             Biogasoline       0.0000
#> 8414                                              Biodiesels       0.0000
#> 8415                                        Bio jet kerosene       0.0000
#> 8416                                   Other liquid biofuels       0.0000
#> 8417                Non-specified primary biofuels and waste       0.0000
#> 8418                                                Charcoal       0.0000
#> 8419  Elec/heat output from non-specified manufactured gases       0.0000
#> 8420        Heat output from non-specified combustible fuels       0.0000
#> 8421                                                 Nuclear       0.0000
#> 8422                                                   Hydro       0.0000
#> 8423                                              Geothermal       0.0000
#> 8424                                     Solar photovoltaics       0.0000
#> 8425                                           Solar thermal       0.0000
#> 8426                                    Tide, wave and ocean       0.0000
#> 8427                                                    Wind       0.0000
#> 8428                                           Other sources       0.0000
#> 8429                                             Electricity       0.0000
#> 8430                                                    Heat       0.0000
#> 8431                                                   Total       0.0000
#> 8432                                        Memo: Renewables       0.0000
#> 8433                                Hard coal (if no detail)       0.0000
#> 8434                               Brown coal (if no detail)       0.0000
#> 8435                                              Anthracite       0.0000
#> 8436                                             Coking coal       0.0000
#> 8437                                   Other bituminous coal       0.0000
#> 8438                                     Sub-bituminous coal       0.0000
#> 8439                                                 Lignite       0.0000
#> 8440                                             Patent fuel       0.0000
#> 8441                                          Coke oven coke       0.0000
#> 8442                                                Gas coke       0.0000
#> 8443                                                Coal tar       0.0000
#> 8444                                                     BKB       0.0000
#> 8445                                           Gas works gas       0.0000
#> 8446                                           Coke oven gas       0.0000
#> 8447                                       Blast furnace gas       0.0000
#> 8448                                   Other recovered gases       0.0000
#> 8449                                                    Peat       0.0000
#> 8450                                           Peat products       0.0000
#> 8451                                 Oil shale and oil sands       0.0000
#> 8452                                             Natural gas       0.0000
#> 8453                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8454                                               Crude oil       0.0000
#> 8455                                     Natural gas liquids       0.0000
#> 8456                                     Refinery feedstocks       0.0000
#> 8457                           Additives/blending components       0.0000
#> 8458                                      Other hydrocarbons       0.0000
#> 8459                                            Refinery gas       0.0000
#> 8460                                                  Ethane       0.0000
#> 8461                         Liquefied petroleum gases (LPG)       0.0000
#> 8462                           Motor gasoline excl. biofuels       0.0000
#> 8463                                       Aviation gasoline       0.0000
#> 8464                                  Gasoline type jet fuel       0.0000
#> 8465                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8466                                          Other kerosene       0.0000
#> 8467                           Gas/diesel oil excl. biofuels       0.0000
#> 8468                                                Fuel oil       0.0000
#> 8469                                                 Naphtha       0.0000
#> 8470                                      White spirit & SBP       0.0000
#> 8471                                              Lubricants       0.0000
#> 8472                                                 Bitumen       0.0000
#> 8473                                          Paraffin waxes       0.0000
#> 8474                                          Petroleum coke       0.0000
#> 8475                                      Other oil products       0.0000
#> 8476                                        Industrial waste       0.0000
#> 8477                             Municipal waste (renewable)       0.0000
#> 8478                         Municipal waste (non-renewable)       0.0000
#> 8479                                  Primary solid biofuels       0.0000
#> 8480                                                Biogases       0.0000
#> 8481                                             Biogasoline       0.0000
#> 8482                                              Biodiesels       0.0000
#> 8483                                        Bio jet kerosene       0.0000
#> 8484                                   Other liquid biofuels       0.0000
#> 8485                Non-specified primary biofuels and waste       0.0000
#> 8486                                                Charcoal       0.0000
#> 8487  Elec/heat output from non-specified manufactured gases       0.0000
#> 8488        Heat output from non-specified combustible fuels       0.0000
#> 8489                                                 Nuclear       0.0000
#> 8490                                                   Hydro       0.0000
#> 8491                                              Geothermal       0.0000
#> 8492                                     Solar photovoltaics       0.0000
#> 8493                                           Solar thermal       0.0000
#> 8494                                    Tide, wave and ocean       0.0000
#> 8495                                                    Wind       0.0000
#> 8496                                           Other sources       0.0000
#> 8497                                             Electricity       0.0000
#> 8498                                                    Heat       0.0000
#> 8499                                                   Total       0.0000
#> 8500                                        Memo: Renewables       0.0000
#> 8501                                Hard coal (if no detail)       0.0000
#> 8502                               Brown coal (if no detail)       0.0000
#> 8503                                              Anthracite       0.0000
#> 8504                                             Coking coal       0.0000
#> 8505                                   Other bituminous coal       0.0000
#> 8506                                     Sub-bituminous coal       0.0000
#> 8507                                                 Lignite       0.0000
#> 8508                                             Patent fuel       0.0000
#> 8509                                          Coke oven coke       0.0000
#> 8510                                                Gas coke       0.0000
#> 8511                                                Coal tar       0.0000
#> 8512                                                     BKB       0.0000
#> 8513                                           Gas works gas       0.0000
#> 8514                                           Coke oven gas       0.0000
#> 8515                                       Blast furnace gas       0.0000
#> 8516                                   Other recovered gases       0.0000
#> 8517                                                    Peat       0.0000
#> 8518                                           Peat products       0.0000
#> 8519                                 Oil shale and oil sands       0.0000
#> 8520                                             Natural gas       0.0000
#> 8521                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8522                                               Crude oil       0.0000
#> 8523                                     Natural gas liquids       0.0000
#> 8524                                     Refinery feedstocks       0.0000
#> 8525                           Additives/blending components       0.0000
#> 8526                                      Other hydrocarbons       0.0000
#> 8527                                            Refinery gas       0.0000
#> 8528                                                  Ethane       0.0000
#> 8529                         Liquefied petroleum gases (LPG)       0.0000
#> 8530                           Motor gasoline excl. biofuels       0.0000
#> 8531                                       Aviation gasoline       0.0000
#> 8532                                  Gasoline type jet fuel       0.0000
#> 8533                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8534                                          Other kerosene       0.0000
#> 8535                           Gas/diesel oil excl. biofuels       0.0000
#> 8536                                                Fuel oil       0.0000
#> 8537                                                 Naphtha       0.0000
#> 8538                                      White spirit & SBP       0.0000
#> 8539                                              Lubricants       0.0000
#> 8540                                                 Bitumen       0.0000
#> 8541                                          Paraffin waxes       0.0000
#> 8542                                          Petroleum coke       0.0000
#> 8543                                      Other oil products       0.0000
#> 8544                                        Industrial waste       0.0000
#> 8545                             Municipal waste (renewable)       0.0000
#> 8546                         Municipal waste (non-renewable)       0.0000
#> 8547                                  Primary solid biofuels       0.0000
#> 8548                                                Biogases       0.0000
#> 8549                                             Biogasoline       0.0000
#> 8550                                              Biodiesels       0.0000
#> 8551                                        Bio jet kerosene       0.0000
#> 8552                                   Other liquid biofuels       0.0000
#> 8553                Non-specified primary biofuels and waste       0.0000
#> 8554                                                Charcoal       0.0000
#> 8555  Elec/heat output from non-specified manufactured gases       0.0000
#> 8556        Heat output from non-specified combustible fuels       0.0000
#> 8557                                                 Nuclear       0.0000
#> 8558                                                   Hydro       0.0000
#> 8559                                              Geothermal       0.0000
#> 8560                                     Solar photovoltaics       0.0000
#> 8561                                           Solar thermal       0.0000
#> 8562                                    Tide, wave and ocean       0.0000
#> 8563                                                    Wind       0.0000
#> 8564                                           Other sources       0.0000
#> 8565                                             Electricity       0.0000
#> 8566                                                    Heat       0.0000
#> 8567                                                   Total       0.0000
#> 8568                                        Memo: Renewables       0.0000
#> 8569                                Hard coal (if no detail)       0.0000
#> 8570                               Brown coal (if no detail)       0.0000
#> 8571                                              Anthracite       0.0000
#> 8572                                             Coking coal       0.0000
#> 8573                                   Other bituminous coal       0.0000
#> 8574                                     Sub-bituminous coal       0.0000
#> 8575                                                 Lignite       0.0000
#> 8576                                             Patent fuel       0.0000
#> 8577                                          Coke oven coke       0.0000
#> 8578                                                Gas coke       0.0000
#> 8579                                                Coal tar       0.0000
#> 8580                                                     BKB       0.0000
#> 8581                                           Gas works gas       0.0000
#> 8582                                           Coke oven gas       0.0000
#> 8583                                       Blast furnace gas       0.0000
#> 8584                                   Other recovered gases       0.0000
#> 8585                                                    Peat       0.0000
#> 8586                                           Peat products       0.0000
#> 8587                                 Oil shale and oil sands       0.0000
#> 8588                                             Natural gas       0.0000
#> 8589                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8590                                               Crude oil       0.0000
#> 8591                                     Natural gas liquids       0.0000
#> 8592                                     Refinery feedstocks       0.0000
#> 8593                           Additives/blending components       0.0000
#> 8594                                      Other hydrocarbons       0.0000
#> 8595                                            Refinery gas       0.0000
#> 8596                                                  Ethane       0.0000
#> 8597                         Liquefied petroleum gases (LPG)       0.0000
#> 8598                           Motor gasoline excl. biofuels       0.0000
#> 8599                                       Aviation gasoline       0.0000
#> 8600                                  Gasoline type jet fuel       0.0000
#> 8601                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8602                                          Other kerosene       0.0000
#> 8603                           Gas/diesel oil excl. biofuels       0.0000
#> 8604                                                Fuel oil       0.0000
#> 8605                                                 Naphtha       0.0000
#> 8606                                      White spirit & SBP       0.0000
#> 8607                                              Lubricants       0.0000
#> 8608                                                 Bitumen       0.0000
#> 8609                                          Paraffin waxes       0.0000
#> 8610                                          Petroleum coke       0.0000
#> 8611                                      Other oil products       0.0000
#> 8612                                        Industrial waste       0.0000
#> 8613                             Municipal waste (renewable)       0.0000
#> 8614                         Municipal waste (non-renewable)       0.0000
#> 8615                                  Primary solid biofuels       0.0000
#> 8616                                                Biogases       0.0000
#> 8617                                             Biogasoline       0.0000
#> 8618                                              Biodiesels       0.0000
#> 8619                                        Bio jet kerosene       0.0000
#> 8620                                   Other liquid biofuels       0.0000
#> 8621                Non-specified primary biofuels and waste       0.0000
#> 8622                                                Charcoal       0.0000
#> 8623  Elec/heat output from non-specified manufactured gases       0.0000
#> 8624        Heat output from non-specified combustible fuels       0.0000
#> 8625                                                 Nuclear       0.0000
#> 8626                                                   Hydro       0.0000
#> 8627                                              Geothermal       0.0000
#> 8628                                     Solar photovoltaics       0.0000
#> 8629                                           Solar thermal       0.0000
#> 8630                                    Tide, wave and ocean       0.0000
#> 8631                                                    Wind       0.0000
#> 8632                                           Other sources       0.0000
#> 8633                                             Electricity       0.0000
#> 8634                                                    Heat       0.0000
#> 8635                                                   Total       0.0000
#> 8636                                        Memo: Renewables       0.0000
#> 8637                                Hard coal (if no detail)       0.0000
#> 8638                               Brown coal (if no detail)       0.0000
#> 8639                                              Anthracite       0.0000
#> 8640                                             Coking coal       0.0000
#> 8641                                   Other bituminous coal       0.0000
#> 8642                                     Sub-bituminous coal       0.0000
#> 8643                                                 Lignite       0.0000
#> 8644                                             Patent fuel       0.0000
#> 8645                                          Coke oven coke  -86437.3000
#> 8646                                                Gas coke       0.0000
#> 8647                                                Coal tar       0.0000
#> 8648                                                     BKB       0.0000
#> 8649                                           Gas works gas       0.0000
#> 8650                                           Coke oven gas       0.0000
#> 8651                                       Blast furnace gas   34575.0000
#> 8652                                   Other recovered gases       0.0000
#> 8653                                                    Peat       0.0000
#> 8654                                           Peat products       0.0000
#> 8655                                 Oil shale and oil sands       0.0000
#> 8656                                             Natural gas       0.0000
#> 8657                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8658                                               Crude oil       0.0000
#> 8659                                     Natural gas liquids       0.0000
#> 8660                                     Refinery feedstocks       0.0000
#> 8661                           Additives/blending components       0.0000
#> 8662                                      Other hydrocarbons       0.0000
#> 8663                                            Refinery gas       0.0000
#> 8664                                                  Ethane       0.0000
#> 8665                         Liquefied petroleum gases (LPG)       0.0000
#> 8666                           Motor gasoline excl. biofuels       0.0000
#> 8667                                       Aviation gasoline       0.0000
#> 8668                                  Gasoline type jet fuel       0.0000
#> 8669                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8670                                          Other kerosene       0.0000
#> 8671                           Gas/diesel oil excl. biofuels       0.0000
#> 8672                                                Fuel oil       0.0000
#> 8673                                                 Naphtha       0.0000
#> 8674                                      White spirit & SBP       0.0000
#> 8675                                              Lubricants       0.0000
#> 8676                                                 Bitumen       0.0000
#> 8677                                          Paraffin waxes       0.0000
#> 8678                                          Petroleum coke       0.0000
#> 8679                                      Other oil products       0.0000
#> 8680                                        Industrial waste       0.0000
#> 8681                             Municipal waste (renewable)       0.0000
#> 8682                         Municipal waste (non-renewable)       0.0000
#> 8683                                  Primary solid biofuels       0.0000
#> 8684                                                Biogases       0.0000
#> 8685                                             Biogasoline       0.0000
#> 8686                                              Biodiesels       0.0000
#> 8687                                        Bio jet kerosene       0.0000
#> 8688                                   Other liquid biofuels       0.0000
#> 8689                Non-specified primary biofuels and waste       0.0000
#> 8690                                                Charcoal       0.0000
#> 8691  Elec/heat output from non-specified manufactured gases       0.0000
#> 8692        Heat output from non-specified combustible fuels       0.0000
#> 8693                                                 Nuclear       0.0000
#> 8694                                                   Hydro       0.0000
#> 8695                                              Geothermal       0.0000
#> 8696                                     Solar photovoltaics       0.0000
#> 8697                                           Solar thermal       0.0000
#> 8698                                    Tide, wave and ocean       0.0000
#> 8699                                                    Wind       0.0000
#> 8700                                           Other sources       0.0000
#> 8701                                             Electricity       0.0000
#> 8702                                                    Heat       0.0000
#> 8703                                                   Total  -51862.3000
#> 8704                                        Memo: Renewables       0.0000
#> 8705                                Hard coal (if no detail)  -50374.5400
#> 8706                               Brown coal (if no detail)       0.0000
#> 8707                                              Anthracite       0.0000
#> 8708                                             Coking coal       0.0000
#> 8709                                   Other bituminous coal       0.0000
#> 8710                                     Sub-bituminous coal       0.0000
#> 8711                                                 Lignite       0.0000
#> 8712                                             Patent fuel       0.0000
#> 8713                                          Coke oven coke       0.0000
#> 8714                                                Gas coke       0.0000
#> 8715                                                Coal tar       0.0000
#> 8716                                                     BKB       0.0000
#> 8717                                           Gas works gas    5796.9000
#> 8718                                           Coke oven gas       0.0000
#> 8719                                       Blast furnace gas       0.0000
#> 8720                                   Other recovered gases       0.0000
#> 8721                                                    Peat       0.0000
#> 8722                                           Peat products       0.0000
#> 8723                                 Oil shale and oil sands       0.0000
#> 8724                                             Natural gas       0.0000
#> 8725                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8726                                               Crude oil       0.0000
#> 8727                                     Natural gas liquids       0.0000
#> 8728                                     Refinery feedstocks       0.0000
#> 8729                           Additives/blending components       0.0000
#> 8730                                      Other hydrocarbons       0.0000
#> 8731                                            Refinery gas       0.0000
#> 8732                                                  Ethane       0.0000
#> 8733                         Liquefied petroleum gases (LPG)       0.0000
#> 8734                           Motor gasoline excl. biofuels       0.0000
#> 8735                                       Aviation gasoline       0.0000
#> 8736                                  Gasoline type jet fuel       0.0000
#> 8737                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8738                                          Other kerosene       0.0000
#> 8739                           Gas/diesel oil excl. biofuels       0.0000
#> 8740                                                Fuel oil       0.0000
#> 8741                                                 Naphtha       0.0000
#> 8742                                      White spirit & SBP       0.0000
#> 8743                                              Lubricants       0.0000
#> 8744                                                 Bitumen       0.0000
#> 8745                                          Paraffin waxes       0.0000
#> 8746                                          Petroleum coke       0.0000
#> 8747                                      Other oil products       0.0000
#> 8748                                        Industrial waste       0.0000
#> 8749                             Municipal waste (renewable)       0.0000
#> 8750                         Municipal waste (non-renewable)       0.0000
#> 8751                                  Primary solid biofuels       0.0000
#> 8752                                                Biogases       0.0000
#> 8753                                             Biogasoline       0.0000
#> 8754                                              Biodiesels       0.0000
#> 8755                                        Bio jet kerosene       0.0000
#> 8756                                   Other liquid biofuels       0.0000
#> 8757                Non-specified primary biofuels and waste       0.0000
#> 8758                                                Charcoal       0.0000
#> 8759  Elec/heat output from non-specified manufactured gases       0.0000
#> 8760        Heat output from non-specified combustible fuels       0.0000
#> 8761                                                 Nuclear       0.0000
#> 8762                                                   Hydro       0.0000
#> 8763                                              Geothermal       0.0000
#> 8764                                     Solar photovoltaics       0.0000
#> 8765                                           Solar thermal       0.0000
#> 8766                                    Tide, wave and ocean       0.0000
#> 8767                                                    Wind       0.0000
#> 8768                                           Other sources       0.0000
#> 8769                                             Electricity       0.0000
#> 8770                                                    Heat       0.0000
#> 8771                                                   Total  -44577.6300
#> 8772                                        Memo: Renewables       0.0000
#> 8773                                Hard coal (if no detail) -169387.6700
#> 8774                               Brown coal (if no detail)       0.0000
#> 8775                                              Anthracite       0.0000
#> 8776                                             Coking coal       0.0000
#> 8777                                   Other bituminous coal       0.0000
#> 8778                                     Sub-bituminous coal       0.0000
#> 8779                                                 Lignite       0.0000
#> 8780                                             Patent fuel       0.0000
#> 8781                                          Coke oven coke  108060.5700
#> 8782                                                Gas coke       0.0000
#> 8783                                                Coal tar       0.0000
#> 8784                                                     BKB       0.0000
#> 8785                                           Gas works gas       0.0000
#> 8786                                           Coke oven gas   21807.0000
#> 8787                                       Blast furnace gas       0.0000
#> 8788                                   Other recovered gases       0.0000
#> 8789                                                    Peat       0.0000
#> 8790                                           Peat products       0.0000
#> 8791                                 Oil shale and oil sands       0.0000
#> 8792                                             Natural gas       0.0000
#> 8793                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8794                                               Crude oil       0.0000
#> 8795                                     Natural gas liquids       0.0000
#> 8796                                     Refinery feedstocks       0.0000
#> 8797                           Additives/blending components       0.0000
#> 8798                                      Other hydrocarbons       0.0000
#> 8799                                            Refinery gas       0.0000
#> 8800                                                  Ethane       0.0000
#> 8801                         Liquefied petroleum gases (LPG)       0.0000
#> 8802                           Motor gasoline excl. biofuels       0.0000
#> 8803                                       Aviation gasoline       0.0000
#> 8804                                  Gasoline type jet fuel       0.0000
#> 8805                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8806                                          Other kerosene       0.0000
#> 8807                           Gas/diesel oil excl. biofuels       0.0000
#> 8808                                                Fuel oil       0.0000
#> 8809                                                 Naphtha       0.0000
#> 8810                                      White spirit & SBP       0.0000
#> 8811                                              Lubricants       0.0000
#> 8812                                                 Bitumen       0.0000
#> 8813                                          Paraffin waxes       0.0000
#> 8814                                          Petroleum coke       0.0000
#> 8815                                      Other oil products       0.0000
#> 8816                                        Industrial waste       0.0000
#> 8817                             Municipal waste (renewable)       0.0000
#> 8818                         Municipal waste (non-renewable)       0.0000
#> 8819                                  Primary solid biofuels       0.0000
#> 8820                                                Biogases       0.0000
#> 8821                                             Biogasoline       0.0000
#> 8822                                              Biodiesels       0.0000
#> 8823                                        Bio jet kerosene       0.0000
#> 8824                                   Other liquid biofuels       0.0000
#> 8825                Non-specified primary biofuels and waste       0.0000
#> 8826                                                Charcoal       0.0000
#> 8827  Elec/heat output from non-specified manufactured gases       0.0000
#> 8828        Heat output from non-specified combustible fuels       0.0000
#> 8829                                                 Nuclear       0.0000
#> 8830                                                   Hydro       0.0000
#> 8831                                              Geothermal       0.0000
#> 8832                                     Solar photovoltaics       0.0000
#> 8833                                           Solar thermal       0.0000
#> 8834                                    Tide, wave and ocean       0.0000
#> 8835                                                    Wind       0.0000
#> 8836                                           Other sources       0.0000
#> 8837                                             Electricity       0.0000
#> 8838                                                    Heat       0.0000
#> 8839                                                   Total  -39520.1100
#> 8840                                        Memo: Renewables       0.0000
#> 8841                                Hard coal (if no detail)       0.0000
#> 8842                               Brown coal (if no detail)       0.0000
#> 8843                                              Anthracite       0.0000
#> 8844                                             Coking coal       0.0000
#> 8845                                   Other bituminous coal       0.0000
#> 8846                                     Sub-bituminous coal       0.0000
#> 8847                                                 Lignite       0.0000
#> 8848                                             Patent fuel       0.0000
#> 8849                                          Coke oven coke       0.0000
#> 8850                                                Gas coke       0.0000
#> 8851                                                Coal tar       0.0000
#> 8852                                                     BKB       0.0000
#> 8853                                           Gas works gas       0.0000
#> 8854                                           Coke oven gas       0.0000
#> 8855                                       Blast furnace gas       0.0000
#> 8856                                   Other recovered gases       0.0000
#> 8857                                                    Peat       0.0000
#> 8858                                           Peat products       0.0000
#> 8859                                 Oil shale and oil sands       0.0000
#> 8860                                             Natural gas       0.0000
#> 8861                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8862                                               Crude oil       0.0000
#> 8863                                     Natural gas liquids       0.0000
#> 8864                                     Refinery feedstocks       0.0000
#> 8865                           Additives/blending components       0.0000
#> 8866                                      Other hydrocarbons       0.0000
#> 8867                                            Refinery gas       0.0000
#> 8868                                                  Ethane       0.0000
#> 8869                         Liquefied petroleum gases (LPG)       0.0000
#> 8870                           Motor gasoline excl. biofuels       0.0000
#> 8871                                       Aviation gasoline       0.0000
#> 8872                                  Gasoline type jet fuel       0.0000
#> 8873                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8874                                          Other kerosene       0.0000
#> 8875                           Gas/diesel oil excl. biofuels       0.0000
#> 8876                                                Fuel oil       0.0000
#> 8877                                                 Naphtha       0.0000
#> 8878                                      White spirit & SBP       0.0000
#> 8879                                              Lubricants       0.0000
#> 8880                                                 Bitumen       0.0000
#> 8881                                          Paraffin waxes       0.0000
#> 8882                                          Petroleum coke       0.0000
#> 8883                                      Other oil products       0.0000
#> 8884                                        Industrial waste       0.0000
#> 8885                             Municipal waste (renewable)       0.0000
#> 8886                         Municipal waste (non-renewable)       0.0000
#> 8887                                  Primary solid biofuels       0.0000
#> 8888                                                Biogases       0.0000
#> 8889                                             Biogasoline       0.0000
#> 8890                                              Biodiesels       0.0000
#> 8891                                        Bio jet kerosene       0.0000
#> 8892                                   Other liquid biofuels       0.0000
#> 8893                Non-specified primary biofuels and waste       0.0000
#> 8894                                                Charcoal       0.0000
#> 8895  Elec/heat output from non-specified manufactured gases       0.0000
#> 8896        Heat output from non-specified combustible fuels       0.0000
#> 8897                                                 Nuclear       0.0000
#> 8898                                                   Hydro       0.0000
#> 8899                                              Geothermal       0.0000
#> 8900                                     Solar photovoltaics       0.0000
#> 8901                                           Solar thermal       0.0000
#> 8902                                    Tide, wave and ocean       0.0000
#> 8903                                                    Wind       0.0000
#> 8904                                           Other sources       0.0000
#> 8905                                             Electricity       0.0000
#> 8906                                                    Heat       0.0000
#> 8907                                                   Total       0.0000
#> 8908                                        Memo: Renewables       0.0000
#> 8909                                Hard coal (if no detail)       0.0000
#> 8910                               Brown coal (if no detail)       0.0000
#> 8911                                              Anthracite       0.0000
#> 8912                                             Coking coal       0.0000
#> 8913                                   Other bituminous coal       0.0000
#> 8914                                     Sub-bituminous coal       0.0000
#> 8915                                                 Lignite       0.0000
#> 8916                                             Patent fuel       0.0000
#> 8917                                          Coke oven coke       0.0000
#> 8918                                                Gas coke       0.0000
#> 8919                                                Coal tar       0.0000
#> 8920                                                     BKB       0.0000
#> 8921                                           Gas works gas       0.0000
#> 8922                                           Coke oven gas       0.0000
#> 8923                                       Blast furnace gas       0.0000
#> 8924                                   Other recovered gases       0.0000
#> 8925                                                    Peat       0.0000
#> 8926                                           Peat products       0.0000
#> 8927                                 Oil shale and oil sands       0.0000
#> 8928                                             Natural gas       0.0000
#> 8929                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8930                                               Crude oil       0.0000
#> 8931                                     Natural gas liquids       0.0000
#> 8932                                     Refinery feedstocks       0.0000
#> 8933                           Additives/blending components       0.0000
#> 8934                                      Other hydrocarbons       0.0000
#> 8935                                            Refinery gas       0.0000
#> 8936                                                  Ethane       0.0000
#> 8937                         Liquefied petroleum gases (LPG)       0.0000
#> 8938                           Motor gasoline excl. biofuels       0.0000
#> 8939                                       Aviation gasoline       0.0000
#> 8940                                  Gasoline type jet fuel       0.0000
#> 8941                   Kerosene type jet fuel excl. biofuels       0.0000
#> 8942                                          Other kerosene       0.0000
#> 8943                           Gas/diesel oil excl. biofuels       0.0000
#> 8944                                                Fuel oil       0.0000
#> 8945                                                 Naphtha       0.0000
#> 8946                                      White spirit & SBP       0.0000
#> 8947                                              Lubricants       0.0000
#> 8948                                                 Bitumen       0.0000
#> 8949                                          Paraffin waxes       0.0000
#> 8950                                          Petroleum coke       0.0000
#> 8951                                      Other oil products       0.0000
#> 8952                                        Industrial waste       0.0000
#> 8953                             Municipal waste (renewable)       0.0000
#> 8954                         Municipal waste (non-renewable)       0.0000
#> 8955                                  Primary solid biofuels       0.0000
#> 8956                                                Biogases       0.0000
#> 8957                                             Biogasoline       0.0000
#> 8958                                              Biodiesels       0.0000
#> 8959                                        Bio jet kerosene       0.0000
#> 8960                                   Other liquid biofuels       0.0000
#> 8961                Non-specified primary biofuels and waste       0.0000
#> 8962                                                Charcoal       0.0000
#> 8963  Elec/heat output from non-specified manufactured gases       0.0000
#> 8964        Heat output from non-specified combustible fuels       0.0000
#> 8965                                                 Nuclear       0.0000
#> 8966                                                   Hydro       0.0000
#> 8967                                              Geothermal       0.0000
#> 8968                                     Solar photovoltaics       0.0000
#> 8969                                           Solar thermal       0.0000
#> 8970                                    Tide, wave and ocean       0.0000
#> 8971                                                    Wind       0.0000
#> 8972                                           Other sources       0.0000
#> 8973                                             Electricity       0.0000
#> 8974                                                    Heat       0.0000
#> 8975                                                   Total       0.0000
#> 8976                                        Memo: Renewables       0.0000
#> 8977                                Hard coal (if no detail)       0.0000
#> 8978                               Brown coal (if no detail)       0.0000
#> 8979                                              Anthracite       0.0000
#> 8980                                             Coking coal       0.0000
#> 8981                                   Other bituminous coal       0.0000
#> 8982                                     Sub-bituminous coal       0.0000
#> 8983                                                 Lignite       0.0000
#> 8984                                             Patent fuel       0.0000
#> 8985                                          Coke oven coke       0.0000
#> 8986                                                Gas coke       0.0000
#> 8987                                                Coal tar       0.0000
#> 8988                                                     BKB       0.0000
#> 8989                                           Gas works gas       0.0000
#> 8990                                           Coke oven gas       0.0000
#> 8991                                       Blast furnace gas       0.0000
#> 8992                                   Other recovered gases       0.0000
#> 8993                                                    Peat       0.0000
#> 8994                                           Peat products       0.0000
#> 8995                                 Oil shale and oil sands       0.0000
#> 8996                                             Natural gas       0.0000
#> 8997                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 8998                                               Crude oil -505889.7400
#> 8999                                     Natural gas liquids       0.0000
#> 9000                                     Refinery feedstocks       0.0000
#> 9001                           Additives/blending components       0.0000
#> 9002                                      Other hydrocarbons       0.0000
#> 9003                                            Refinery gas       0.0000
#> 9004                                                  Ethane       0.0000
#> 9005                         Liquefied petroleum gases (LPG)    4966.5000
#> 9006                           Motor gasoline excl. biofuels  152812.8000
#> 9007                                       Aviation gasoline    1209.6000
#> 9008                                  Gasoline type jet fuel       0.0000
#> 9009                   Kerosene type jet fuel excl. biofuels   13290.8000
#> 9010                                          Other kerosene   19096.8000
#> 9011                           Gas/diesel oil excl. biofuels  118122.4000
#> 9012                                                Fuel oil  189060.6000
#> 9013                                                 Naphtha    2250.0000
#> 9014                                      White spirit & SBP       0.0000
#> 9015                                              Lubricants       0.0000
#> 9016                                                 Bitumen    7605.0000
#> 9017                                          Paraffin waxes       0.0000
#> 9018                                          Petroleum coke       0.0000
#> 9019                                      Other oil products   21600.0000
#> 9020                                        Industrial waste       0.0000
#> 9021                             Municipal waste (renewable)       0.0000
#> 9022                         Municipal waste (non-renewable)       0.0000
#> 9023                                  Primary solid biofuels       0.0000
#> 9024                                                Biogases       0.0000
#> 9025                                             Biogasoline       0.0000
#> 9026                                              Biodiesels       0.0000
#> 9027                                        Bio jet kerosene       0.0000
#> 9028                                   Other liquid biofuels       0.0000
#> 9029                Non-specified primary biofuels and waste       0.0000
#> 9030                                                Charcoal       0.0000
#> 9031  Elec/heat output from non-specified manufactured gases       0.0000
#> 9032        Heat output from non-specified combustible fuels       0.0000
#> 9033                                                 Nuclear       0.0000
#> 9034                                                   Hydro       0.0000
#> 9035                                              Geothermal       0.0000
#> 9036                                     Solar photovoltaics       0.0000
#> 9037                                           Solar thermal       0.0000
#> 9038                                    Tide, wave and ocean       0.0000
#> 9039                                                    Wind       0.0000
#> 9040                                           Other sources       0.0000
#> 9041                                             Electricity       0.0000
#> 9042                                                    Heat       0.0000
#> 9043                                                   Total   24124.7600
#> 9044                                        Memo: Renewables       0.0000
#> 9045                                Hard coal (if no detail)       0.0000
#> 9046                               Brown coal (if no detail)       0.0000
#> 9047                                              Anthracite       0.0000
#> 9048                                             Coking coal       0.0000
#> 9049                                   Other bituminous coal       0.0000
#> 9050                                     Sub-bituminous coal       0.0000
#> 9051                                                 Lignite       0.0000
#> 9052                                             Patent fuel       0.0000
#> 9053                                          Coke oven coke       0.0000
#> 9054                                                Gas coke       0.0000
#> 9055                                                Coal tar       0.0000
#> 9056                                                     BKB       0.0000
#> 9057                                           Gas works gas       0.0000
#> 9058                                           Coke oven gas       0.0000
#> 9059                                       Blast furnace gas       0.0000
#> 9060                                   Other recovered gases       0.0000
#> 9061                                                    Peat       0.0000
#> 9062                                           Peat products       0.0000
#> 9063                                 Oil shale and oil sands       0.0000
#> 9064                                             Natural gas       0.0000
#> 9065                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9066                                               Crude oil       0.0000
#> 9067                                     Natural gas liquids       0.0000
#> 9068                                     Refinery feedstocks       0.0000
#> 9069                           Additives/blending components       0.0000
#> 9070                                      Other hydrocarbons       0.0000
#> 9071                                            Refinery gas       0.0000
#> 9072                                                  Ethane       0.0000
#> 9073                         Liquefied petroleum gases (LPG)       0.0000
#> 9074                           Motor gasoline excl. biofuels       0.0000
#> 9075                                       Aviation gasoline       0.0000
#> 9076                                  Gasoline type jet fuel       0.0000
#> 9077                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9078                                          Other kerosene       0.0000
#> 9079                           Gas/diesel oil excl. biofuels       0.0000
#> 9080                                                Fuel oil       0.0000
#> 9081                                                 Naphtha       0.0000
#> 9082                                      White spirit & SBP       0.0000
#> 9083                                              Lubricants       0.0000
#> 9084                                                 Bitumen       0.0000
#> 9085                                          Paraffin waxes       0.0000
#> 9086                                          Petroleum coke       0.0000
#> 9087                                      Other oil products       0.0000
#> 9088                                        Industrial waste       0.0000
#> 9089                             Municipal waste (renewable)       0.0000
#> 9090                         Municipal waste (non-renewable)       0.0000
#> 9091                                  Primary solid biofuels       0.0000
#> 9092                                                Biogases       0.0000
#> 9093                                             Biogasoline       0.0000
#> 9094                                              Biodiesels       0.0000
#> 9095                                        Bio jet kerosene       0.0000
#> 9096                                   Other liquid biofuels       0.0000
#> 9097                Non-specified primary biofuels and waste       0.0000
#> 9098                                                Charcoal       0.0000
#> 9099  Elec/heat output from non-specified manufactured gases       0.0000
#> 9100        Heat output from non-specified combustible fuels       0.0000
#> 9101                                                 Nuclear       0.0000
#> 9102                                                   Hydro       0.0000
#> 9103                                              Geothermal       0.0000
#> 9104                                     Solar photovoltaics       0.0000
#> 9105                                           Solar thermal       0.0000
#> 9106                                    Tide, wave and ocean       0.0000
#> 9107                                                    Wind       0.0000
#> 9108                                           Other sources       0.0000
#> 9109                                             Electricity       0.0000
#> 9110                                                    Heat       0.0000
#> 9111                                                   Total       0.0000
#> 9112                                        Memo: Renewables       0.0000
#> 9113                                Hard coal (if no detail)  -26686.4300
#> 9114                               Brown coal (if no detail)       0.0000
#> 9115                                              Anthracite       0.0000
#> 9116                                             Coking coal       0.0000
#> 9117                                   Other bituminous coal       0.0000
#> 9118                                     Sub-bituminous coal       0.0000
#> 9119                                                 Lignite       0.0000
#> 9120                                             Patent fuel       0.0000
#> 9121                                          Coke oven coke       0.0000
#> 9122                                                Gas coke       0.0000
#> 9123                                                Coal tar       0.0000
#> 9124                                                     BKB       0.0000
#> 9125                                           Gas works gas       0.0000
#> 9126                                           Coke oven gas       0.0000
#> 9127                                       Blast furnace gas       0.0000
#> 9128                                   Other recovered gases       0.0000
#> 9129                                                    Peat       0.0000
#> 9130                                           Peat products       0.0000
#> 9131                                 Oil shale and oil sands       0.0000
#> 9132                                             Natural gas       0.0000
#> 9133                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9134                                               Crude oil       0.0000
#> 9135                                     Natural gas liquids       0.0000
#> 9136                                     Refinery feedstocks       0.0000
#> 9137                           Additives/blending components       0.0000
#> 9138                                      Other hydrocarbons    7722.5700
#> 9139                                            Refinery gas       0.0000
#> 9140                                                  Ethane       0.0000
#> 9141                         Liquefied petroleum gases (LPG)       0.0000
#> 9142                           Motor gasoline excl. biofuels       0.0000
#> 9143                                       Aviation gasoline       0.0000
#> 9144                                  Gasoline type jet fuel       0.0000
#> 9145                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9146                                          Other kerosene       0.0000
#> 9147                           Gas/diesel oil excl. biofuels       0.0000
#> 9148                                                Fuel oil       0.0000
#> 9149                                                 Naphtha       0.0000
#> 9150                                      White spirit & SBP       0.0000
#> 9151                                              Lubricants       0.0000
#> 9152                                                 Bitumen       0.0000
#> 9153                                          Paraffin waxes       0.0000
#> 9154                                          Petroleum coke       0.0000
#> 9155                                      Other oil products       0.0000
#> 9156                                        Industrial waste       0.0000
#> 9157                             Municipal waste (renewable)       0.0000
#> 9158                         Municipal waste (non-renewable)       0.0000
#> 9159                                  Primary solid biofuels       0.0000
#> 9160                                                Biogases       0.0000
#> 9161                                             Biogasoline       0.0000
#> 9162                                              Biodiesels       0.0000
#> 9163                                        Bio jet kerosene       0.0000
#> 9164                                   Other liquid biofuels       0.0000
#> 9165                Non-specified primary biofuels and waste       0.0000
#> 9166                                                Charcoal       0.0000
#> 9167  Elec/heat output from non-specified manufactured gases       0.0000
#> 9168        Heat output from non-specified combustible fuels       0.0000
#> 9169                                                 Nuclear       0.0000
#> 9170                                                   Hydro       0.0000
#> 9171                                              Geothermal       0.0000
#> 9172                                     Solar photovoltaics       0.0000
#> 9173                                           Solar thermal       0.0000
#> 9174                                    Tide, wave and ocean       0.0000
#> 9175                                                    Wind       0.0000
#> 9176                                           Other sources       0.0000
#> 9177                                             Electricity       0.0000
#> 9178                                                    Heat       0.0000
#> 9179                                                   Total  -18963.8600
#> 9180                                        Memo: Renewables       0.0000
#> 9181                                Hard coal (if no detail)       0.0000
#> 9182                               Brown coal (if no detail)       0.0000
#> 9183                                              Anthracite       0.0000
#> 9184                                             Coking coal       0.0000
#> 9185                                   Other bituminous coal       0.0000
#> 9186                                     Sub-bituminous coal       0.0000
#> 9187                                                 Lignite       0.0000
#> 9188                                             Patent fuel       0.0000
#> 9189                                          Coke oven coke       0.0000
#> 9190                                                Gas coke       0.0000
#> 9191                                                Coal tar       0.0000
#> 9192                                                     BKB       0.0000
#> 9193                                           Gas works gas       0.0000
#> 9194                                           Coke oven gas       0.0000
#> 9195                                       Blast furnace gas       0.0000
#> 9196                                   Other recovered gases       0.0000
#> 9197                                                    Peat       0.0000
#> 9198                                           Peat products       0.0000
#> 9199                                 Oil shale and oil sands       0.0000
#> 9200                                             Natural gas       0.0000
#> 9201                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9202                                               Crude oil       0.0000
#> 9203                                     Natural gas liquids       0.0000
#> 9204                                     Refinery feedstocks       0.0000
#> 9205                           Additives/blending components       0.0000
#> 9206                                      Other hydrocarbons       0.0000
#> 9207                                            Refinery gas       0.0000
#> 9208                                                  Ethane       0.0000
#> 9209                         Liquefied petroleum gases (LPG)       0.0000
#> 9210                           Motor gasoline excl. biofuels       0.0000
#> 9211                                       Aviation gasoline       0.0000
#> 9212                                  Gasoline type jet fuel       0.0000
#> 9213                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9214                                          Other kerosene       0.0000
#> 9215                           Gas/diesel oil excl. biofuels       0.0000
#> 9216                                                Fuel oil       0.0000
#> 9217                                                 Naphtha       0.0000
#> 9218                                      White spirit & SBP       0.0000
#> 9219                                              Lubricants       0.0000
#> 9220                                                 Bitumen       0.0000
#> 9221                                          Paraffin waxes       0.0000
#> 9222                                          Petroleum coke       0.0000
#> 9223                                      Other oil products       0.0000
#> 9224                                        Industrial waste       0.0000
#> 9225                             Municipal waste (renewable)       0.0000
#> 9226                         Municipal waste (non-renewable)       0.0000
#> 9227                                  Primary solid biofuels       0.0000
#> 9228                                                Biogases       0.0000
#> 9229                                             Biogasoline       0.0000
#> 9230                                              Biodiesels       0.0000
#> 9231                                        Bio jet kerosene       0.0000
#> 9232                                   Other liquid biofuels       0.0000
#> 9233                Non-specified primary biofuels and waste       0.0000
#> 9234                                                Charcoal       0.0000
#> 9235  Elec/heat output from non-specified manufactured gases       0.0000
#> 9236        Heat output from non-specified combustible fuels       0.0000
#> 9237                                                 Nuclear       0.0000
#> 9238                                                   Hydro       0.0000
#> 9239                                              Geothermal       0.0000
#> 9240                                     Solar photovoltaics       0.0000
#> 9241                                           Solar thermal       0.0000
#> 9242                                    Tide, wave and ocean       0.0000
#> 9243                                                    Wind       0.0000
#> 9244                                           Other sources       0.0000
#> 9245                                             Electricity       0.0000
#> 9246                                                    Heat       0.0000
#> 9247                                                   Total       0.0000
#> 9248                                        Memo: Renewables       0.0000
#> 9249                                Hard coal (if no detail)       0.0000
#> 9250                               Brown coal (if no detail)       0.0000
#> 9251                                              Anthracite       0.0000
#> 9252                                             Coking coal       0.0000
#> 9253                                   Other bituminous coal       0.0000
#> 9254                                     Sub-bituminous coal       0.0000
#> 9255                                                 Lignite       0.0000
#> 9256                                             Patent fuel       0.0000
#> 9257                                          Coke oven coke       0.0000
#> 9258                                                Gas coke       0.0000
#> 9259                                                Coal tar       0.0000
#> 9260                                                     BKB       0.0000
#> 9261                                           Gas works gas       0.0000
#> 9262                                           Coke oven gas       0.0000
#> 9263                                       Blast furnace gas       0.0000
#> 9264                                   Other recovered gases       0.0000
#> 9265                                                    Peat       0.0000
#> 9266                                           Peat products       0.0000
#> 9267                                 Oil shale and oil sands       0.0000
#> 9268                                             Natural gas       0.0000
#> 9269                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9270                                               Crude oil       0.0000
#> 9271                                     Natural gas liquids       0.0000
#> 9272                                     Refinery feedstocks       0.0000
#> 9273                           Additives/blending components       0.0000
#> 9274                                      Other hydrocarbons       0.0000
#> 9275                                            Refinery gas       0.0000
#> 9276                                                  Ethane       0.0000
#> 9277                         Liquefied petroleum gases (LPG)       0.0000
#> 9278                           Motor gasoline excl. biofuels       0.0000
#> 9279                                       Aviation gasoline       0.0000
#> 9280                                  Gasoline type jet fuel       0.0000
#> 9281                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9282                                          Other kerosene       0.0000
#> 9283                           Gas/diesel oil excl. biofuels       0.0000
#> 9284                                                Fuel oil       0.0000
#> 9285                                                 Naphtha       0.0000
#> 9286                                      White spirit & SBP       0.0000
#> 9287                                              Lubricants       0.0000
#> 9288                                                 Bitumen       0.0000
#> 9289                                          Paraffin waxes       0.0000
#> 9290                                          Petroleum coke       0.0000
#> 9291                                      Other oil products       0.0000
#> 9292                                        Industrial waste       0.0000
#> 9293                             Municipal waste (renewable)       0.0000
#> 9294                         Municipal waste (non-renewable)       0.0000
#> 9295                                  Primary solid biofuels       0.0000
#> 9296                                                Biogases       0.0000
#> 9297                                             Biogasoline       0.0000
#> 9298                                              Biodiesels       0.0000
#> 9299                                        Bio jet kerosene       0.0000
#> 9300                                   Other liquid biofuels       0.0000
#> 9301                Non-specified primary biofuels and waste       0.0000
#> 9302                                                Charcoal       0.0000
#> 9303  Elec/heat output from non-specified manufactured gases       0.0000
#> 9304        Heat output from non-specified combustible fuels       0.0000
#> 9305                                                 Nuclear       0.0000
#> 9306                                                   Hydro       0.0000
#> 9307                                              Geothermal       0.0000
#> 9308                                     Solar photovoltaics       0.0000
#> 9309                                           Solar thermal       0.0000
#> 9310                                    Tide, wave and ocean       0.0000
#> 9311                                                    Wind       0.0000
#> 9312                                           Other sources       0.0000
#> 9313                                             Electricity       0.0000
#> 9314                                                    Heat       0.0000
#> 9315                                                   Total       0.0000
#> 9316                                        Memo: Renewables       0.0000
#> 9317                                Hard coal (if no detail)       0.0000
#> 9318                               Brown coal (if no detail)       0.0000
#> 9319                                              Anthracite       0.0000
#> 9320                                             Coking coal       0.0000
#> 9321                                   Other bituminous coal       0.0000
#> 9322                                     Sub-bituminous coal       0.0000
#> 9323                                                 Lignite       0.0000
#> 9324                                             Patent fuel       0.0000
#> 9325                                          Coke oven coke       0.0000
#> 9326                                                Gas coke       0.0000
#> 9327                                                Coal tar       0.0000
#> 9328                                                     BKB       0.0000
#> 9329                                           Gas works gas       0.0000
#> 9330                                           Coke oven gas       0.0000
#> 9331                                       Blast furnace gas       0.0000
#> 9332                                   Other recovered gases       0.0000
#> 9333                                                    Peat       0.0000
#> 9334                                           Peat products       0.0000
#> 9335                                 Oil shale and oil sands       0.0000
#> 9336                                             Natural gas       0.0000
#> 9337                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9338                                               Crude oil       0.0000
#> 9339                                     Natural gas liquids       0.0000
#> 9340                                     Refinery feedstocks       0.0000
#> 9341                           Additives/blending components       0.0000
#> 9342                                      Other hydrocarbons       0.0000
#> 9343                                            Refinery gas       0.0000
#> 9344                                                  Ethane       0.0000
#> 9345                         Liquefied petroleum gases (LPG)       0.0000
#> 9346                           Motor gasoline excl. biofuels       0.0000
#> 9347                                       Aviation gasoline       0.0000
#> 9348                                  Gasoline type jet fuel       0.0000
#> 9349                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9350                                          Other kerosene       0.0000
#> 9351                           Gas/diesel oil excl. biofuels       0.0000
#> 9352                                                Fuel oil       0.0000
#> 9353                                                 Naphtha       0.0000
#> 9354                                      White spirit & SBP       0.0000
#> 9355                                              Lubricants       0.0000
#> 9356                                                 Bitumen       0.0000
#> 9357                                          Paraffin waxes       0.0000
#> 9358                                          Petroleum coke       0.0000
#> 9359                                      Other oil products       0.0000
#> 9360                                        Industrial waste       0.0000
#> 9361                             Municipal waste (renewable)       0.0000
#> 9362                         Municipal waste (non-renewable)       0.0000
#> 9363                                  Primary solid biofuels   -2800.0000
#> 9364                                                Biogases       0.0000
#> 9365                                             Biogasoline       0.0000
#> 9366                                              Biodiesels       0.0000
#> 9367                                        Bio jet kerosene       0.0000
#> 9368                                   Other liquid biofuels       0.0000
#> 9369                Non-specified primary biofuels and waste       0.0000
#> 9370                                                Charcoal     708.4000
#> 9371  Elec/heat output from non-specified manufactured gases       0.0000
#> 9372        Heat output from non-specified combustible fuels       0.0000
#> 9373                                                 Nuclear       0.0000
#> 9374                                                   Hydro       0.0000
#> 9375                                              Geothermal       0.0000
#> 9376                                     Solar photovoltaics       0.0000
#> 9377                                           Solar thermal       0.0000
#> 9378                                    Tide, wave and ocean       0.0000
#> 9379                                                    Wind       0.0000
#> 9380                                           Other sources       0.0000
#> 9381                                             Electricity       0.0000
#> 9382                                                    Heat       0.0000
#> 9383                                                   Total   -2091.6000
#> 9384                                        Memo: Renewables   -2091.6000
#> 9385                                Hard coal (if no detail)       0.0000
#> 9386                               Brown coal (if no detail)       0.0000
#> 9387                                              Anthracite       0.0000
#> 9388                                             Coking coal       0.0000
#> 9389                                   Other bituminous coal       0.0000
#> 9390                                     Sub-bituminous coal       0.0000
#> 9391                                                 Lignite       0.0000
#> 9392                                             Patent fuel       0.0000
#> 9393                                          Coke oven coke       0.0000
#> 9394                                                Gas coke       0.0000
#> 9395                                                Coal tar       0.0000
#> 9396                                                     BKB       0.0000
#> 9397                                           Gas works gas       0.0000
#> 9398                                           Coke oven gas       0.0000
#> 9399                                       Blast furnace gas       0.0000
#> 9400                                   Other recovered gases       0.0000
#> 9401                                                    Peat       0.0000
#> 9402                                           Peat products       0.0000
#> 9403                                 Oil shale and oil sands       0.0000
#> 9404                                             Natural gas       0.0000
#> 9405                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9406                                               Crude oil       0.0000
#> 9407                                     Natural gas liquids       0.0000
#> 9408                                     Refinery feedstocks       0.0000
#> 9409                           Additives/blending components       0.0000
#> 9410                                      Other hydrocarbons       0.0000
#> 9411                                            Refinery gas       0.0000
#> 9412                                                  Ethane       0.0000
#> 9413                         Liquefied petroleum gases (LPG)       0.0000
#> 9414                           Motor gasoline excl. biofuels       0.0000
#> 9415                                       Aviation gasoline       0.0000
#> 9416                                  Gasoline type jet fuel       0.0000
#> 9417                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9418                                          Other kerosene       0.0000
#> 9419                           Gas/diesel oil excl. biofuels       0.0000
#> 9420                                                Fuel oil       0.0000
#> 9421                                                 Naphtha       0.0000
#> 9422                                      White spirit & SBP       0.0000
#> 9423                                              Lubricants       0.0000
#> 9424                                                 Bitumen       0.0000
#> 9425                                          Paraffin waxes       0.0000
#> 9426                                          Petroleum coke       0.0000
#> 9427                                      Other oil products       0.0000
#> 9428                                        Industrial waste       0.0000
#> 9429                             Municipal waste (renewable)       0.0000
#> 9430                         Municipal waste (non-renewable)       0.0000
#> 9431                                  Primary solid biofuels       0.0000
#> 9432                                                Biogases       0.0000
#> 9433                                             Biogasoline       0.0000
#> 9434                                              Biodiesels       0.0000
#> 9435                                        Bio jet kerosene       0.0000
#> 9436                                   Other liquid biofuels       0.0000
#> 9437                Non-specified primary biofuels and waste       0.0000
#> 9438                                                Charcoal       0.0000
#> 9439  Elec/heat output from non-specified manufactured gases       0.0000
#> 9440        Heat output from non-specified combustible fuels       0.0000
#> 9441                                                 Nuclear       0.0000
#> 9442                                                   Hydro       0.0000
#> 9443                                              Geothermal       0.0000
#> 9444                                     Solar photovoltaics       0.0000
#> 9445                                           Solar thermal       0.0000
#> 9446                                    Tide, wave and ocean       0.0000
#> 9447                                                    Wind       0.0000
#> 9448                                           Other sources       0.0000
#> 9449                                             Electricity       0.0000
#> 9450                                                    Heat       0.0000
#> 9451                                                   Total       0.0000
#> 9452                                        Memo: Renewables       0.0000
#> 9453                                Hard coal (if no detail)       0.0000
#> 9454                               Brown coal (if no detail)       0.0000
#> 9455                                              Anthracite       0.0000
#> 9456                                             Coking coal       0.0000
#> 9457                                   Other bituminous coal       0.0000
#> 9458                                     Sub-bituminous coal       0.0000
#> 9459                                                 Lignite       0.0000
#> 9460                                             Patent fuel       0.0000
#> 9461                                          Coke oven coke       0.0000
#> 9462                                                Gas coke       0.0000
#> 9463                                                Coal tar       0.0000
#> 9464                                                     BKB       0.0000
#> 9465                                           Gas works gas       0.0000
#> 9466                                           Coke oven gas       0.0000
#> 9467                                       Blast furnace gas       0.0000
#> 9468                                   Other recovered gases       0.0000
#> 9469                                                    Peat       0.0000
#> 9470                                           Peat products       0.0000
#> 9471                                 Oil shale and oil sands       0.0000
#> 9472                                             Natural gas       0.0000
#> 9473                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9474                                               Crude oil       0.0000
#> 9475                                     Natural gas liquids       0.0000
#> 9476                                     Refinery feedstocks       0.0000
#> 9477                           Additives/blending components       0.0000
#> 9478                                      Other hydrocarbons       0.0000
#> 9479                                            Refinery gas       0.0000
#> 9480                                                  Ethane       0.0000
#> 9481                         Liquefied petroleum gases (LPG)       0.0000
#> 9482                           Motor gasoline excl. biofuels       0.0000
#> 9483                                       Aviation gasoline       0.0000
#> 9484                                  Gasoline type jet fuel       0.0000
#> 9485                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9486                                          Other kerosene       0.0000
#> 9487                           Gas/diesel oil excl. biofuels       0.0000
#> 9488                                                Fuel oil  -24280.8000
#> 9489                                                 Naphtha       0.0000
#> 9490                                      White spirit & SBP       0.0000
#> 9491                                              Lubricants       0.0000
#> 9492                                                 Bitumen       0.0000
#> 9493                                          Paraffin waxes       0.0000
#> 9494                                          Petroleum coke       0.0000
#> 9495                                      Other oil products       0.0000
#> 9496                                        Industrial waste       0.0000
#> 9497                             Municipal waste (renewable)       0.0000
#> 9498                         Municipal waste (non-renewable)       0.0000
#> 9499                                  Primary solid biofuels       0.0000
#> 9500                                                Biogases       0.0000
#> 9501                                             Biogasoline       0.0000
#> 9502                                              Biodiesels       0.0000
#> 9503                                        Bio jet kerosene       0.0000
#> 9504                                   Other liquid biofuels       0.0000
#> 9505                Non-specified primary biofuels and waste       0.0000
#> 9506                                                Charcoal       0.0000
#> 9507  Elec/heat output from non-specified manufactured gases       0.0000
#> 9508        Heat output from non-specified combustible fuels       0.0000
#> 9509                                                 Nuclear       0.0000
#> 9510                                                   Hydro       0.0000
#> 9511                                              Geothermal       0.0000
#> 9512                                     Solar photovoltaics       0.0000
#> 9513                                           Solar thermal       0.0000
#> 9514                                    Tide, wave and ocean       0.0000
#> 9515                                                    Wind       0.0000
#> 9516                                           Other sources       0.0000
#> 9517                                             Electricity  -14979.6000
#> 9518                                                    Heat       0.0000
#> 9519                                                   Total  -39260.4000
#> 9520                                        Memo: Renewables       0.0000
#> 9521                                Hard coal (if no detail)       0.0000
#> 9522                               Brown coal (if no detail)       0.0000
#> 9523                                              Anthracite       0.0000
#> 9524                                             Coking coal       0.0000
#> 9525                                   Other bituminous coal       0.0000
#> 9526                                     Sub-bituminous coal       0.0000
#> 9527                                                 Lignite       0.0000
#> 9528                                             Patent fuel       0.0000
#> 9529                                          Coke oven coke       0.0000
#> 9530                                                Gas coke       0.0000
#> 9531                                                Coal tar       0.0000
#> 9532                                                     BKB       0.0000
#> 9533                                           Gas works gas       0.0000
#> 9534                                           Coke oven gas       0.0000
#> 9535                                       Blast furnace gas       0.0000
#> 9536                                   Other recovered gases       0.0000
#> 9537                                                    Peat       0.0000
#> 9538                                           Peat products       0.0000
#> 9539                                 Oil shale and oil sands       0.0000
#> 9540                                             Natural gas       0.0000
#> 9541                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9542                                               Crude oil       0.0000
#> 9543                                     Natural gas liquids       0.0000
#> 9544                                     Refinery feedstocks       0.0000
#> 9545                           Additives/blending components       0.0000
#> 9546                                      Other hydrocarbons       0.0000
#> 9547                                            Refinery gas       0.0000
#> 9548                                                  Ethane       0.0000
#> 9549                         Liquefied petroleum gases (LPG)       0.0000
#> 9550                           Motor gasoline excl. biofuels       0.0000
#> 9551                                       Aviation gasoline       0.0000
#> 9552                                  Gasoline type jet fuel       0.0000
#> 9553                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9554                                          Other kerosene       0.0000
#> 9555                           Gas/diesel oil excl. biofuels       0.0000
#> 9556                                                Fuel oil       0.0000
#> 9557                                                 Naphtha       0.0000
#> 9558                                      White spirit & SBP       0.0000
#> 9559                                              Lubricants       0.0000
#> 9560                                                 Bitumen       0.0000
#> 9561                                          Paraffin waxes       0.0000
#> 9562                                          Petroleum coke       0.0000
#> 9563                                      Other oil products       0.0000
#> 9564                                        Industrial waste       0.0000
#> 9565                             Municipal waste (renewable)       0.0000
#> 9566                         Municipal waste (non-renewable)       0.0000
#> 9567                                  Primary solid biofuels       0.0000
#> 9568                                                Biogases       0.0000
#> 9569                                             Biogasoline       0.0000
#> 9570                                              Biodiesels       0.0000
#> 9571                                        Bio jet kerosene       0.0000
#> 9572                                   Other liquid biofuels       0.0000
#> 9573                Non-specified primary biofuels and waste       0.0000
#> 9574                                                Charcoal       0.0000
#> 9575  Elec/heat output from non-specified manufactured gases       0.0000
#> 9576        Heat output from non-specified combustible fuels       0.0000
#> 9577                                                 Nuclear       0.0000
#> 9578                                                   Hydro       0.0000
#> 9579                                              Geothermal       0.0000
#> 9580                                     Solar photovoltaics       0.0000
#> 9581                                           Solar thermal       0.0000
#> 9582                                    Tide, wave and ocean       0.0000
#> 9583                                                    Wind       0.0000
#> 9584                                           Other sources       0.0000
#> 9585                                             Electricity   -2192.4000
#> 9586                                                    Heat       0.0000
#> 9587                                                   Total   -2192.4000
#> 9588                                        Memo: Renewables       0.0000
#> 9589                                Hard coal (if no detail)       0.0000
#> 9590                               Brown coal (if no detail)       0.0000
#> 9591                                              Anthracite       0.0000
#> 9592                                             Coking coal       0.0000
#> 9593                                   Other bituminous coal       0.0000
#> 9594                                     Sub-bituminous coal       0.0000
#> 9595                                                 Lignite       0.0000
#> 9596                                             Patent fuel       0.0000
#> 9597                                          Coke oven coke       0.0000
#> 9598                                                Gas coke       0.0000
#> 9599                                                Coal tar       0.0000
#> 9600                                                     BKB       0.0000
#> 9601                                           Gas works gas       0.0000
#> 9602                                           Coke oven gas       0.0000
#> 9603                                       Blast furnace gas       0.0000
#> 9604                                   Other recovered gases       0.0000
#> 9605                                                    Peat       0.0000
#> 9606                                           Peat products       0.0000
#> 9607                                 Oil shale and oil sands       0.0000
#> 9608                                             Natural gas       0.0000
#> 9609                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9610                                               Crude oil       0.0000
#> 9611                                     Natural gas liquids       0.0000
#> 9612                                     Refinery feedstocks       0.0000
#> 9613                           Additives/blending components       0.0000
#> 9614                                      Other hydrocarbons       0.0000
#> 9615                                            Refinery gas       0.0000
#> 9616                                                  Ethane       0.0000
#> 9617                         Liquefied petroleum gases (LPG)       0.0000
#> 9618                           Motor gasoline excl. biofuels       0.0000
#> 9619                                       Aviation gasoline       0.0000
#> 9620                                  Gasoline type jet fuel       0.0000
#> 9621                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9622                                          Other kerosene       0.0000
#> 9623                           Gas/diesel oil excl. biofuels       0.0000
#> 9624                                                Fuel oil       0.0000
#> 9625                                                 Naphtha       0.0000
#> 9626                                      White spirit & SBP       0.0000
#> 9627                                              Lubricants       0.0000
#> 9628                                                 Bitumen       0.0000
#> 9629                                          Paraffin waxes       0.0000
#> 9630                                          Petroleum coke       0.0000
#> 9631                                      Other oil products       0.0000
#> 9632                                        Industrial waste       0.0000
#> 9633                             Municipal waste (renewable)       0.0000
#> 9634                         Municipal waste (non-renewable)       0.0000
#> 9635                                  Primary solid biofuels       0.0000
#> 9636                                                Biogases       0.0000
#> 9637                                             Biogasoline       0.0000
#> 9638                                              Biodiesels       0.0000
#> 9639                                        Bio jet kerosene       0.0000
#> 9640                                   Other liquid biofuels       0.0000
#> 9641                Non-specified primary biofuels and waste       0.0000
#> 9642                                                Charcoal       0.0000
#> 9643  Elec/heat output from non-specified manufactured gases       0.0000
#> 9644        Heat output from non-specified combustible fuels       0.0000
#> 9645                                                 Nuclear       0.0000
#> 9646                                                   Hydro       0.0000
#> 9647                                              Geothermal       0.0000
#> 9648                                     Solar photovoltaics       0.0000
#> 9649                                           Solar thermal       0.0000
#> 9650                                    Tide, wave and ocean       0.0000
#> 9651                                                    Wind       0.0000
#> 9652                                           Other sources       0.0000
#> 9653                                             Electricity       0.0000
#> 9654                                                    Heat       0.0000
#> 9655                                                   Total       0.0000
#> 9656                                        Memo: Renewables       0.0000
#> 9657                                Hard coal (if no detail)       0.0000
#> 9658                               Brown coal (if no detail)       0.0000
#> 9659                                              Anthracite       0.0000
#> 9660                                             Coking coal       0.0000
#> 9661                                   Other bituminous coal       0.0000
#> 9662                                     Sub-bituminous coal       0.0000
#> 9663                                                 Lignite       0.0000
#> 9664                                             Patent fuel       0.0000
#> 9665                                          Coke oven coke       0.0000
#> 9666                                                Gas coke       0.0000
#> 9667                                                Coal tar       0.0000
#> 9668                                                     BKB       0.0000
#> 9669                                           Gas works gas       0.0000
#> 9670                                           Coke oven gas       0.0000
#> 9671                                       Blast furnace gas       0.0000
#> 9672                                   Other recovered gases       0.0000
#> 9673                                                    Peat       0.0000
#> 9674                                           Peat products       0.0000
#> 9675                                 Oil shale and oil sands       0.0000
#> 9676                                             Natural gas       0.0000
#> 9677                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9678                                               Crude oil       0.0000
#> 9679                                     Natural gas liquids       0.0000
#> 9680                                     Refinery feedstocks       0.0000
#> 9681                           Additives/blending components       0.0000
#> 9682                                      Other hydrocarbons       0.0000
#> 9683                                            Refinery gas       0.0000
#> 9684                                                  Ethane       0.0000
#> 9685                         Liquefied petroleum gases (LPG)       0.0000
#> 9686                           Motor gasoline excl. biofuels       0.0000
#> 9687                                       Aviation gasoline       0.0000
#> 9688                                  Gasoline type jet fuel       0.0000
#> 9689                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9690                                          Other kerosene       0.0000
#> 9691                           Gas/diesel oil excl. biofuels       0.0000
#> 9692                                                Fuel oil       0.0000
#> 9693                                                 Naphtha       0.0000
#> 9694                                      White spirit & SBP       0.0000
#> 9695                                              Lubricants       0.0000
#> 9696                                                 Bitumen       0.0000
#> 9697                                          Paraffin waxes       0.0000
#> 9698                                          Petroleum coke       0.0000
#> 9699                                      Other oil products       0.0000
#> 9700                                        Industrial waste       0.0000
#> 9701                             Municipal waste (renewable)       0.0000
#> 9702                         Municipal waste (non-renewable)       0.0000
#> 9703                                  Primary solid biofuels       0.0000
#> 9704                                                Biogases       0.0000
#> 9705                                             Biogasoline       0.0000
#> 9706                                              Biodiesels       0.0000
#> 9707                                        Bio jet kerosene       0.0000
#> 9708                                   Other liquid biofuels       0.0000
#> 9709                Non-specified primary biofuels and waste       0.0000
#> 9710                                                Charcoal       0.0000
#> 9711  Elec/heat output from non-specified manufactured gases       0.0000
#> 9712        Heat output from non-specified combustible fuels       0.0000
#> 9713                                                 Nuclear       0.0000
#> 9714                                                   Hydro       0.0000
#> 9715                                              Geothermal       0.0000
#> 9716                                     Solar photovoltaics       0.0000
#> 9717                                           Solar thermal       0.0000
#> 9718                                    Tide, wave and ocean       0.0000
#> 9719                                                    Wind       0.0000
#> 9720                                           Other sources       0.0000
#> 9721                                             Electricity       0.0000
#> 9722                                                    Heat       0.0000
#> 9723                                                   Total       0.0000
#> 9724                                        Memo: Renewables       0.0000
#> 9725                                Hard coal (if no detail)       0.0000
#> 9726                               Brown coal (if no detail)       0.0000
#> 9727                                              Anthracite       0.0000
#> 9728                                             Coking coal       0.0000
#> 9729                                   Other bituminous coal       0.0000
#> 9730                                     Sub-bituminous coal       0.0000
#> 9731                                                 Lignite       0.0000
#> 9732                                             Patent fuel       0.0000
#> 9733                                          Coke oven coke       0.0000
#> 9734                                                Gas coke       0.0000
#> 9735                                                Coal tar       0.0000
#> 9736                                                     BKB       0.0000
#> 9737                                           Gas works gas       0.0000
#> 9738                                           Coke oven gas       0.0000
#> 9739                                       Blast furnace gas       0.0000
#> 9740                                   Other recovered gases       0.0000
#> 9741                                                    Peat       0.0000
#> 9742                                           Peat products       0.0000
#> 9743                                 Oil shale and oil sands       0.0000
#> 9744                                             Natural gas       0.0000
#> 9745                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9746                                               Crude oil       0.0000
#> 9747                                     Natural gas liquids       0.0000
#> 9748                                     Refinery feedstocks       0.0000
#> 9749                           Additives/blending components       0.0000
#> 9750                                      Other hydrocarbons       0.0000
#> 9751                                            Refinery gas       0.0000
#> 9752                                                  Ethane       0.0000
#> 9753                         Liquefied petroleum gases (LPG)       0.0000
#> 9754                           Motor gasoline excl. biofuels       0.0000
#> 9755                                       Aviation gasoline       0.0000
#> 9756                                  Gasoline type jet fuel       0.0000
#> 9757                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9758                                          Other kerosene       0.0000
#> 9759                           Gas/diesel oil excl. biofuels       0.0000
#> 9760                                                Fuel oil       0.0000
#> 9761                                                 Naphtha       0.0000
#> 9762                                      White spirit & SBP       0.0000
#> 9763                                              Lubricants       0.0000
#> 9764                                                 Bitumen       0.0000
#> 9765                                          Paraffin waxes       0.0000
#> 9766                                          Petroleum coke       0.0000
#> 9767                                      Other oil products       0.0000
#> 9768                                        Industrial waste       0.0000
#> 9769                             Municipal waste (renewable)       0.0000
#> 9770                         Municipal waste (non-renewable)       0.0000
#> 9771                                  Primary solid biofuels       0.0000
#> 9772                                                Biogases       0.0000
#> 9773                                             Biogasoline       0.0000
#> 9774                                              Biodiesels       0.0000
#> 9775                                        Bio jet kerosene       0.0000
#> 9776                                   Other liquid biofuels       0.0000
#> 9777                Non-specified primary biofuels and waste       0.0000
#> 9778                                                Charcoal       0.0000
#> 9779  Elec/heat output from non-specified manufactured gases       0.0000
#> 9780        Heat output from non-specified combustible fuels       0.0000
#> 9781                                                 Nuclear       0.0000
#> 9782                                                   Hydro       0.0000
#> 9783                                              Geothermal       0.0000
#> 9784                                     Solar photovoltaics       0.0000
#> 9785                                           Solar thermal       0.0000
#> 9786                                    Tide, wave and ocean       0.0000
#> 9787                                                    Wind       0.0000
#> 9788                                           Other sources       0.0000
#> 9789                                             Electricity       0.0000
#> 9790                                                    Heat       0.0000
#> 9791                                                   Total       0.0000
#> 9792                                        Memo: Renewables       0.0000
#> 9793                                Hard coal (if no detail)       0.0000
#> 9794                               Brown coal (if no detail)       0.0000
#> 9795                                              Anthracite       0.0000
#> 9796                                             Coking coal       0.0000
#> 9797                                   Other bituminous coal       0.0000
#> 9798                                     Sub-bituminous coal       0.0000
#> 9799                                                 Lignite       0.0000
#> 9800                                             Patent fuel       0.0000
#> 9801                                          Coke oven coke       0.0000
#> 9802                                                Gas coke       0.0000
#> 9803                                                Coal tar       0.0000
#> 9804                                                     BKB       0.0000
#> 9805                                           Gas works gas       0.0000
#> 9806                                           Coke oven gas       0.0000
#> 9807                                       Blast furnace gas       0.0000
#> 9808                                   Other recovered gases       0.0000
#> 9809                                                    Peat       0.0000
#> 9810                                           Peat products       0.0000
#> 9811                                 Oil shale and oil sands       0.0000
#> 9812                                             Natural gas       0.0000
#> 9813                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9814                                               Crude oil       0.0000
#> 9815                                     Natural gas liquids       0.0000
#> 9816                                     Refinery feedstocks       0.0000
#> 9817                           Additives/blending components       0.0000
#> 9818                                      Other hydrocarbons       0.0000
#> 9819                                            Refinery gas       0.0000
#> 9820                                                  Ethane       0.0000
#> 9821                         Liquefied petroleum gases (LPG)       0.0000
#> 9822                           Motor gasoline excl. biofuels       0.0000
#> 9823                                       Aviation gasoline       0.0000
#> 9824                                  Gasoline type jet fuel       0.0000
#> 9825                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9826                                          Other kerosene       0.0000
#> 9827                           Gas/diesel oil excl. biofuels       0.0000
#> 9828                                                Fuel oil       0.0000
#> 9829                                                 Naphtha       0.0000
#> 9830                                      White spirit & SBP       0.0000
#> 9831                                              Lubricants       0.0000
#> 9832                                                 Bitumen       0.0000
#> 9833                                          Paraffin waxes       0.0000
#> 9834                                          Petroleum coke       0.0000
#> 9835                                      Other oil products       0.0000
#> 9836                                        Industrial waste       0.0000
#> 9837                             Municipal waste (renewable)       0.0000
#> 9838                         Municipal waste (non-renewable)       0.0000
#> 9839                                  Primary solid biofuels       0.0000
#> 9840                                                Biogases       0.0000
#> 9841                                             Biogasoline       0.0000
#> 9842                                              Biodiesels       0.0000
#> 9843                                        Bio jet kerosene       0.0000
#> 9844                                   Other liquid biofuels       0.0000
#> 9845                Non-specified primary biofuels and waste       0.0000
#> 9846                                                Charcoal       0.0000
#> 9847  Elec/heat output from non-specified manufactured gases       0.0000
#> 9848        Heat output from non-specified combustible fuels       0.0000
#> 9849                                                 Nuclear       0.0000
#> 9850                                                   Hydro       0.0000
#> 9851                                              Geothermal       0.0000
#> 9852                                     Solar photovoltaics       0.0000
#> 9853                                           Solar thermal       0.0000
#> 9854                                    Tide, wave and ocean       0.0000
#> 9855                                                    Wind       0.0000
#> 9856                                           Other sources       0.0000
#> 9857                                             Electricity       0.0000
#> 9858                                                    Heat       0.0000
#> 9859                                                   Total       0.0000
#> 9860                                        Memo: Renewables       0.0000
#> 9861                                Hard coal (if no detail)       0.0000
#> 9862                               Brown coal (if no detail)       0.0000
#> 9863                                              Anthracite       0.0000
#> 9864                                             Coking coal       0.0000
#> 9865                                   Other bituminous coal       0.0000
#> 9866                                     Sub-bituminous coal       0.0000
#> 9867                                                 Lignite       0.0000
#> 9868                                             Patent fuel       0.0000
#> 9869                                          Coke oven coke       0.0000
#> 9870                                                Gas coke       0.0000
#> 9871                                                Coal tar       0.0000
#> 9872                                                     BKB       0.0000
#> 9873                                           Gas works gas       0.0000
#> 9874                                           Coke oven gas       0.0000
#> 9875                                       Blast furnace gas       0.0000
#> 9876                                   Other recovered gases       0.0000
#> 9877                                                    Peat       0.0000
#> 9878                                           Peat products       0.0000
#> 9879                                 Oil shale and oil sands       0.0000
#> 9880                                             Natural gas       0.0000
#> 9881                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9882                                               Crude oil       0.0000
#> 9883                                     Natural gas liquids       0.0000
#> 9884                                     Refinery feedstocks       0.0000
#> 9885                           Additives/blending components       0.0000
#> 9886                                      Other hydrocarbons       0.0000
#> 9887                                            Refinery gas       0.0000
#> 9888                                                  Ethane       0.0000
#> 9889                         Liquefied petroleum gases (LPG)       0.0000
#> 9890                           Motor gasoline excl. biofuels       0.0000
#> 9891                                       Aviation gasoline       0.0000
#> 9892                                  Gasoline type jet fuel       0.0000
#> 9893                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9894                                          Other kerosene       0.0000
#> 9895                           Gas/diesel oil excl. biofuels       0.0000
#> 9896                                                Fuel oil       0.0000
#> 9897                                                 Naphtha       0.0000
#> 9898                                      White spirit & SBP       0.0000
#> 9899                                              Lubricants       0.0000
#> 9900                                                 Bitumen       0.0000
#> 9901                                          Paraffin waxes       0.0000
#> 9902                                          Petroleum coke       0.0000
#> 9903                                      Other oil products       0.0000
#> 9904                                        Industrial waste       0.0000
#> 9905                             Municipal waste (renewable)       0.0000
#> 9906                         Municipal waste (non-renewable)       0.0000
#> 9907                                  Primary solid biofuels       0.0000
#> 9908                                                Biogases       0.0000
#> 9909                                             Biogasoline       0.0000
#> 9910                                              Biodiesels       0.0000
#> 9911                                        Bio jet kerosene       0.0000
#> 9912                                   Other liquid biofuels       0.0000
#> 9913                Non-specified primary biofuels and waste       0.0000
#> 9914                                                Charcoal       0.0000
#> 9915  Elec/heat output from non-specified manufactured gases       0.0000
#> 9916        Heat output from non-specified combustible fuels       0.0000
#> 9917                                                 Nuclear       0.0000
#> 9918                                                   Hydro       0.0000
#> 9919                                              Geothermal       0.0000
#> 9920                                     Solar photovoltaics       0.0000
#> 9921                                           Solar thermal       0.0000
#> 9922                                    Tide, wave and ocean       0.0000
#> 9923                                                    Wind       0.0000
#> 9924                                           Other sources       0.0000
#> 9925                                             Electricity       0.0000
#> 9926                                                    Heat       0.0000
#> 9927                                                   Total       0.0000
#> 9928                                        Memo: Renewables       0.0000
#> 9929                                Hard coal (if no detail)       0.0000
#> 9930                               Brown coal (if no detail)       0.0000
#> 9931                                              Anthracite       0.0000
#> 9932                                             Coking coal       0.0000
#> 9933                                   Other bituminous coal       0.0000
#> 9934                                     Sub-bituminous coal       0.0000
#> 9935                                                 Lignite       0.0000
#> 9936                                             Patent fuel       0.0000
#> 9937                                          Coke oven coke       0.0000
#> 9938                                                Gas coke       0.0000
#> 9939                                                Coal tar       0.0000
#> 9940                                                     BKB       0.0000
#> 9941                                           Gas works gas       0.0000
#> 9942                                           Coke oven gas       0.0000
#> 9943                                       Blast furnace gas       0.0000
#> 9944                                   Other recovered gases       0.0000
#> 9945                                                    Peat       0.0000
#> 9946                                           Peat products       0.0000
#> 9947                                 Oil shale and oil sands       0.0000
#> 9948                                             Natural gas       0.0000
#> 9949                     Crude/NGL/feedstocks (if no detail)       0.0000
#> 9950                                               Crude oil       0.0000
#> 9951                                     Natural gas liquids       0.0000
#> 9952                                     Refinery feedstocks       0.0000
#> 9953                           Additives/blending components       0.0000
#> 9954                                      Other hydrocarbons       0.0000
#> 9955                                            Refinery gas       0.0000
#> 9956                                                  Ethane       0.0000
#> 9957                         Liquefied petroleum gases (LPG)       0.0000
#> 9958                           Motor gasoline excl. biofuels       0.0000
#> 9959                                       Aviation gasoline       0.0000
#> 9960                                  Gasoline type jet fuel       0.0000
#> 9961                   Kerosene type jet fuel excl. biofuels       0.0000
#> 9962                                          Other kerosene       0.0000
#> 9963                           Gas/diesel oil excl. biofuels       0.0000
#> 9964                                                Fuel oil       0.0000
#> 9965                                                 Naphtha       0.0000
#> 9966                                      White spirit & SBP       0.0000
#> 9967                                              Lubricants       0.0000
#> 9968                                                 Bitumen       0.0000
#> 9969                                          Paraffin waxes       0.0000
#> 9970                                          Petroleum coke       0.0000
#> 9971                                      Other oil products       0.0000
#> 9972                                        Industrial waste       0.0000
#> 9973                             Municipal waste (renewable)       0.0000
#> 9974                         Municipal waste (non-renewable)       0.0000
#> 9975                                  Primary solid biofuels       0.0000
#> 9976                                                Biogases       0.0000
#> 9977                                             Biogasoline       0.0000
#> 9978                                              Biodiesels       0.0000
#> 9979                                        Bio jet kerosene       0.0000
#> 9980                                   Other liquid biofuels       0.0000
#> 9981                Non-specified primary biofuels and waste       0.0000
#> 9982                                                Charcoal       0.0000
#> 9983  Elec/heat output from non-specified manufactured gases       0.0000
#> 9984        Heat output from non-specified combustible fuels       0.0000
#> 9985                                                 Nuclear       0.0000
#> 9986                                                   Hydro       0.0000
#> 9987                                              Geothermal       0.0000
#> 9988                                     Solar photovoltaics       0.0000
#> 9989                                           Solar thermal       0.0000
#> 9990                                    Tide, wave and ocean       0.0000
#> 9991                                                    Wind       0.0000
#> 9992                                           Other sources       0.0000
#> 9993                                             Electricity       0.0000
#> 9994                                                    Heat       0.0000
#> 9995                                                   Total       0.0000
#> 9996                                        Memo: Renewables       0.0000
#> 9997                                Hard coal (if no detail)       0.0000
#> 9998                               Brown coal (if no detail)       0.0000
#> 9999                                              Anthracite       0.0000
#> 10000                                            Coking coal       0.0000
#> 10001                                  Other bituminous coal       0.0000
#> 10002                                    Sub-bituminous coal       0.0000
#> 10003                                                Lignite       0.0000
#> 10004                                            Patent fuel       0.0000
#> 10005                                         Coke oven coke       0.0000
#> 10006                                               Gas coke       0.0000
#> 10007                                               Coal tar       0.0000
#> 10008                                                    BKB       0.0000
#> 10009                                          Gas works gas       0.0000
#> 10010                                          Coke oven gas       0.0000
#> 10011                                      Blast furnace gas       0.0000
#> 10012                                  Other recovered gases       0.0000
#> 10013                                                   Peat       0.0000
#> 10014                                          Peat products       0.0000
#> 10015                                Oil shale and oil sands       0.0000
#> 10016                                            Natural gas       0.0000
#> 10017                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10018                                              Crude oil       0.0000
#> 10019                                    Natural gas liquids       0.0000
#> 10020                                    Refinery feedstocks       0.0000
#> 10021                          Additives/blending components       0.0000
#> 10022                                     Other hydrocarbons       0.0000
#> 10023                                           Refinery gas       0.0000
#> 10024                                                 Ethane       0.0000
#> 10025                        Liquefied petroleum gases (LPG)       0.0000
#> 10026                          Motor gasoline excl. biofuels       0.0000
#> 10027                                      Aviation gasoline       0.0000
#> 10028                                 Gasoline type jet fuel       0.0000
#> 10029                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10030                                         Other kerosene       0.0000
#> 10031                          Gas/diesel oil excl. biofuels       0.0000
#> 10032                                               Fuel oil       0.0000
#> 10033                                                Naphtha       0.0000
#> 10034                                     White spirit & SBP       0.0000
#> 10035                                             Lubricants       0.0000
#> 10036                                                Bitumen       0.0000
#> 10037                                         Paraffin waxes       0.0000
#> 10038                                         Petroleum coke       0.0000
#> 10039                                     Other oil products       0.0000
#> 10040                                       Industrial waste       0.0000
#> 10041                            Municipal waste (renewable)       0.0000
#> 10042                        Municipal waste (non-renewable)       0.0000
#> 10043                                 Primary solid biofuels       0.0000
#> 10044                                               Biogases       0.0000
#> 10045                                            Biogasoline       0.0000
#> 10046                                             Biodiesels       0.0000
#> 10047                                       Bio jet kerosene       0.0000
#> 10048                                  Other liquid biofuels       0.0000
#> 10049               Non-specified primary biofuels and waste       0.0000
#> 10050                                               Charcoal       0.0000
#> 10051 Elec/heat output from non-specified manufactured gases       0.0000
#> 10052       Heat output from non-specified combustible fuels       0.0000
#> 10053                                                Nuclear       0.0000
#> 10054                                                  Hydro       0.0000
#> 10055                                             Geothermal       0.0000
#> 10056                                    Solar photovoltaics       0.0000
#> 10057                                          Solar thermal       0.0000
#> 10058                                   Tide, wave and ocean       0.0000
#> 10059                                                   Wind       0.0000
#> 10060                                          Other sources       0.0000
#> 10061                                            Electricity       0.0000
#> 10062                                                   Heat       0.0000
#> 10063                                                  Total       0.0000
#> 10064                                       Memo: Renewables       0.0000
#> 10065                               Hard coal (if no detail)       0.0000
#> 10066                              Brown coal (if no detail)       0.0000
#> 10067                                             Anthracite       0.0000
#> 10068                                            Coking coal       0.0000
#> 10069                                  Other bituminous coal       0.0000
#> 10070                                    Sub-bituminous coal       0.0000
#> 10071                                                Lignite       0.0000
#> 10072                                            Patent fuel       0.0000
#> 10073                                         Coke oven coke       0.0000
#> 10074                                               Gas coke       0.0000
#> 10075                                               Coal tar       0.0000
#> 10076                                                    BKB       0.0000
#> 10077                                          Gas works gas       0.0000
#> 10078                                          Coke oven gas       0.0000
#> 10079                                      Blast furnace gas       0.0000
#> 10080                                  Other recovered gases       0.0000
#> 10081                                                   Peat       0.0000
#> 10082                                          Peat products       0.0000
#> 10083                                Oil shale and oil sands       0.0000
#> 10084                                            Natural gas       0.0000
#> 10085                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10086                                              Crude oil       0.0000
#> 10087                                    Natural gas liquids       0.0000
#> 10088                                    Refinery feedstocks       0.0000
#> 10089                          Additives/blending components       0.0000
#> 10090                                     Other hydrocarbons       0.0000
#> 10091                                           Refinery gas       0.0000
#> 10092                                                 Ethane       0.0000
#> 10093                        Liquefied petroleum gases (LPG)       0.0000
#> 10094                          Motor gasoline excl. biofuels       0.0000
#> 10095                                      Aviation gasoline       0.0000
#> 10096                                 Gasoline type jet fuel       0.0000
#> 10097                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10098                                         Other kerosene       0.0000
#> 10099                          Gas/diesel oil excl. biofuels       0.0000
#> 10100                                               Fuel oil  -24280.8000
#> 10101                                                Naphtha       0.0000
#> 10102                                     White spirit & SBP       0.0000
#> 10103                                             Lubricants       0.0000
#> 10104                                                Bitumen       0.0000
#> 10105                                         Paraffin waxes       0.0000
#> 10106                                         Petroleum coke       0.0000
#> 10107                                     Other oil products       0.0000
#> 10108                                       Industrial waste       0.0000
#> 10109                            Municipal waste (renewable)       0.0000
#> 10110                        Municipal waste (non-renewable)       0.0000
#> 10111                                 Primary solid biofuels       0.0000
#> 10112                                               Biogases       0.0000
#> 10113                                            Biogasoline       0.0000
#> 10114                                             Biodiesels       0.0000
#> 10115                                       Bio jet kerosene       0.0000
#> 10116                                  Other liquid biofuels       0.0000
#> 10117               Non-specified primary biofuels and waste       0.0000
#> 10118                                               Charcoal       0.0000
#> 10119 Elec/heat output from non-specified manufactured gases       0.0000
#> 10120       Heat output from non-specified combustible fuels       0.0000
#> 10121                                                Nuclear       0.0000
#> 10122                                                  Hydro       0.0000
#> 10123                                             Geothermal       0.0000
#> 10124                                    Solar photovoltaics       0.0000
#> 10125                                          Solar thermal       0.0000
#> 10126                                   Tide, wave and ocean       0.0000
#> 10127                                                   Wind       0.0000
#> 10128                                          Other sources       0.0000
#> 10129                                            Electricity       0.0000
#> 10130                                                   Heat       0.0000
#> 10131                                                  Total  -24280.8000
#> 10132                                       Memo: Renewables       0.0000
#> 10133                               Hard coal (if no detail)       0.0000
#> 10134                              Brown coal (if no detail)       0.0000
#> 10135                                             Anthracite       0.0000
#> 10136                                            Coking coal       0.0000
#> 10137                                  Other bituminous coal       0.0000
#> 10138                                    Sub-bituminous coal       0.0000
#> 10139                                                Lignite       0.0000
#> 10140                                            Patent fuel       0.0000
#> 10141                                         Coke oven coke       0.0000
#> 10142                                               Gas coke       0.0000
#> 10143                                               Coal tar       0.0000
#> 10144                                                    BKB       0.0000
#> 10145                                          Gas works gas       0.0000
#> 10146                                          Coke oven gas       0.0000
#> 10147                                      Blast furnace gas       0.0000
#> 10148                                  Other recovered gases       0.0000
#> 10149                                                   Peat       0.0000
#> 10150                                          Peat products       0.0000
#> 10151                                Oil shale and oil sands       0.0000
#> 10152                                            Natural gas       0.0000
#> 10153                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10154                                              Crude oil       0.0000
#> 10155                                    Natural gas liquids       0.0000
#> 10156                                    Refinery feedstocks       0.0000
#> 10157                          Additives/blending components       0.0000
#> 10158                                     Other hydrocarbons       0.0000
#> 10159                                           Refinery gas       0.0000
#> 10160                                                 Ethane       0.0000
#> 10161                        Liquefied petroleum gases (LPG)       0.0000
#> 10162                          Motor gasoline excl. biofuels       0.0000
#> 10163                                      Aviation gasoline       0.0000
#> 10164                                 Gasoline type jet fuel       0.0000
#> 10165                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10166                                         Other kerosene       0.0000
#> 10167                          Gas/diesel oil excl. biofuels       0.0000
#> 10168                                               Fuel oil       0.0000
#> 10169                                                Naphtha       0.0000
#> 10170                                     White spirit & SBP       0.0000
#> 10171                                             Lubricants       0.0000
#> 10172                                                Bitumen       0.0000
#> 10173                                         Paraffin waxes       0.0000
#> 10174                                         Petroleum coke       0.0000
#> 10175                                     Other oil products       0.0000
#> 10176                                       Industrial waste       0.0000
#> 10177                            Municipal waste (renewable)       0.0000
#> 10178                        Municipal waste (non-renewable)       0.0000
#> 10179                                 Primary solid biofuels       0.0000
#> 10180                                               Biogases       0.0000
#> 10181                                            Biogasoline       0.0000
#> 10182                                             Biodiesels       0.0000
#> 10183                                       Bio jet kerosene       0.0000
#> 10184                                  Other liquid biofuels       0.0000
#> 10185               Non-specified primary biofuels and waste       0.0000
#> 10186                                               Charcoal       0.0000
#> 10187 Elec/heat output from non-specified manufactured gases       0.0000
#> 10188       Heat output from non-specified combustible fuels       0.0000
#> 10189                                                Nuclear       0.0000
#> 10190                                                  Hydro       0.0000
#> 10191                                             Geothermal       0.0000
#> 10192                                    Solar photovoltaics       0.0000
#> 10193                                          Solar thermal       0.0000
#> 10194                                   Tide, wave and ocean       0.0000
#> 10195                                                   Wind       0.0000
#> 10196                                          Other sources       0.0000
#> 10197                                            Electricity       0.0000
#> 10198                                                   Heat       0.0000
#> 10199                                                  Total       0.0000
#> 10200                                       Memo: Renewables       0.0000
#> 10201                               Hard coal (if no detail)       0.0000
#> 10202                              Brown coal (if no detail)       0.0000
#> 10203                                             Anthracite       0.0000
#> 10204                                            Coking coal       0.0000
#> 10205                                  Other bituminous coal       0.0000
#> 10206                                    Sub-bituminous coal       0.0000
#> 10207                                                Lignite       0.0000
#> 10208                                            Patent fuel       0.0000
#> 10209                                         Coke oven coke       0.0000
#> 10210                                               Gas coke       0.0000
#> 10211                                               Coal tar       0.0000
#> 10212                                                    BKB       0.0000
#> 10213                                          Gas works gas       0.0000
#> 10214                                          Coke oven gas       0.0000
#> 10215                                      Blast furnace gas       0.0000
#> 10216                                  Other recovered gases       0.0000
#> 10217                                                   Peat       0.0000
#> 10218                                          Peat products       0.0000
#> 10219                                Oil shale and oil sands       0.0000
#> 10220                                            Natural gas       0.0000
#> 10221                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10222                                              Crude oil       0.0000
#> 10223                                    Natural gas liquids       0.0000
#> 10224                                    Refinery feedstocks       0.0000
#> 10225                          Additives/blending components       0.0000
#> 10226                                     Other hydrocarbons       0.0000
#> 10227                                           Refinery gas       0.0000
#> 10228                                                 Ethane       0.0000
#> 10229                        Liquefied petroleum gases (LPG)       0.0000
#> 10230                          Motor gasoline excl. biofuels       0.0000
#> 10231                                      Aviation gasoline       0.0000
#> 10232                                 Gasoline type jet fuel       0.0000
#> 10233                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10234                                         Other kerosene       0.0000
#> 10235                          Gas/diesel oil excl. biofuels       0.0000
#> 10236                                               Fuel oil       0.0000
#> 10237                                                Naphtha       0.0000
#> 10238                                     White spirit & SBP       0.0000
#> 10239                                             Lubricants       0.0000
#> 10240                                                Bitumen       0.0000
#> 10241                                         Paraffin waxes       0.0000
#> 10242                                         Petroleum coke       0.0000
#> 10243                                     Other oil products       0.0000
#> 10244                                       Industrial waste       0.0000
#> 10245                            Municipal waste (renewable)       0.0000
#> 10246                        Municipal waste (non-renewable)       0.0000
#> 10247                                 Primary solid biofuels       0.0000
#> 10248                                               Biogases       0.0000
#> 10249                                            Biogasoline       0.0000
#> 10250                                             Biodiesels       0.0000
#> 10251                                       Bio jet kerosene       0.0000
#> 10252                                  Other liquid biofuels       0.0000
#> 10253               Non-specified primary biofuels and waste       0.0000
#> 10254                                               Charcoal       0.0000
#> 10255 Elec/heat output from non-specified manufactured gases       0.0000
#> 10256       Heat output from non-specified combustible fuels       0.0000
#> 10257                                                Nuclear       0.0000
#> 10258                                                  Hydro       0.0000
#> 10259                                             Geothermal       0.0000
#> 10260                                    Solar photovoltaics       0.0000
#> 10261                                          Solar thermal       0.0000
#> 10262                                   Tide, wave and ocean       0.0000
#> 10263                                                   Wind       0.0000
#> 10264                                          Other sources       0.0000
#> 10265                                            Electricity       0.0000
#> 10266                                                   Heat       0.0000
#> 10267                                                  Total       0.0000
#> 10268                                       Memo: Renewables       0.0000
#> 10269                               Hard coal (if no detail)       0.0000
#> 10270                              Brown coal (if no detail)       0.0000
#> 10271                                             Anthracite       0.0000
#> 10272                                            Coking coal       0.0000
#> 10273                                  Other bituminous coal       0.0000
#> 10274                                    Sub-bituminous coal       0.0000
#> 10275                                                Lignite       0.0000
#> 10276                                            Patent fuel       0.0000
#> 10277                                         Coke oven coke       0.0000
#> 10278                                               Gas coke       0.0000
#> 10279                                               Coal tar       0.0000
#> 10280                                                    BKB       0.0000
#> 10281                                          Gas works gas       0.0000
#> 10282                                          Coke oven gas       0.0000
#> 10283                                      Blast furnace gas       0.0000
#> 10284                                  Other recovered gases       0.0000
#> 10285                                                   Peat       0.0000
#> 10286                                          Peat products       0.0000
#> 10287                                Oil shale and oil sands       0.0000
#> 10288                                            Natural gas       0.0000
#> 10289                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10290                                              Crude oil       0.0000
#> 10291                                    Natural gas liquids       0.0000
#> 10292                                    Refinery feedstocks       0.0000
#> 10293                          Additives/blending components       0.0000
#> 10294                                     Other hydrocarbons       0.0000
#> 10295                                           Refinery gas       0.0000
#> 10296                                                 Ethane       0.0000
#> 10297                        Liquefied petroleum gases (LPG)       0.0000
#> 10298                          Motor gasoline excl. biofuels       0.0000
#> 10299                                      Aviation gasoline       0.0000
#> 10300                                 Gasoline type jet fuel       0.0000
#> 10301                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10302                                         Other kerosene       0.0000
#> 10303                          Gas/diesel oil excl. biofuels       0.0000
#> 10304                                               Fuel oil       0.0000
#> 10305                                                Naphtha       0.0000
#> 10306                                     White spirit & SBP       0.0000
#> 10307                                             Lubricants       0.0000
#> 10308                                                Bitumen       0.0000
#> 10309                                         Paraffin waxes       0.0000
#> 10310                                         Petroleum coke       0.0000
#> 10311                                     Other oil products       0.0000
#> 10312                                       Industrial waste       0.0000
#> 10313                            Municipal waste (renewable)       0.0000
#> 10314                        Municipal waste (non-renewable)       0.0000
#> 10315                                 Primary solid biofuels       0.0000
#> 10316                                               Biogases       0.0000
#> 10317                                            Biogasoline       0.0000
#> 10318                                             Biodiesels       0.0000
#> 10319                                       Bio jet kerosene       0.0000
#> 10320                                  Other liquid biofuels       0.0000
#> 10321               Non-specified primary biofuels and waste       0.0000
#> 10322                                               Charcoal       0.0000
#> 10323 Elec/heat output from non-specified manufactured gases       0.0000
#> 10324       Heat output from non-specified combustible fuels       0.0000
#> 10325                                                Nuclear       0.0000
#> 10326                                                  Hydro       0.0000
#> 10327                                             Geothermal       0.0000
#> 10328                                    Solar photovoltaics       0.0000
#> 10329                                          Solar thermal       0.0000
#> 10330                                   Tide, wave and ocean       0.0000
#> 10331                                                   Wind       0.0000
#> 10332                                          Other sources       0.0000
#> 10333                                            Electricity       0.0000
#> 10334                                                   Heat       0.0000
#> 10335                                                  Total       0.0000
#> 10336                                       Memo: Renewables       0.0000
#> 10337                               Hard coal (if no detail)       0.0000
#> 10338                              Brown coal (if no detail)       0.0000
#> 10339                                             Anthracite       0.0000
#> 10340                                            Coking coal       0.0000
#> 10341                                  Other bituminous coal       0.0000
#> 10342                                    Sub-bituminous coal       0.0000
#> 10343                                                Lignite       0.0000
#> 10344                                            Patent fuel       0.0000
#> 10345                                         Coke oven coke       0.0000
#> 10346                                               Gas coke       0.0000
#> 10347                                               Coal tar       0.0000
#> 10348                                                    BKB       0.0000
#> 10349                                          Gas works gas       0.0000
#> 10350                                          Coke oven gas       0.0000
#> 10351                                      Blast furnace gas       0.0000
#> 10352                                  Other recovered gases       0.0000
#> 10353                                                   Peat       0.0000
#> 10354                                          Peat products       0.0000
#> 10355                                Oil shale and oil sands       0.0000
#> 10356                                            Natural gas       0.0000
#> 10357                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10358                                              Crude oil       0.0000
#> 10359                                    Natural gas liquids       0.0000
#> 10360                                    Refinery feedstocks       0.0000
#> 10361                          Additives/blending components       0.0000
#> 10362                                     Other hydrocarbons       0.0000
#> 10363                                           Refinery gas       0.0000
#> 10364                                                 Ethane       0.0000
#> 10365                        Liquefied petroleum gases (LPG)       0.0000
#> 10366                          Motor gasoline excl. biofuels       0.0000
#> 10367                                      Aviation gasoline       0.0000
#> 10368                                 Gasoline type jet fuel       0.0000
#> 10369                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10370                                         Other kerosene       0.0000
#> 10371                          Gas/diesel oil excl. biofuels       0.0000
#> 10372                                               Fuel oil       0.0000
#> 10373                                                Naphtha       0.0000
#> 10374                                     White spirit & SBP       0.0000
#> 10375                                             Lubricants       0.0000
#> 10376                                                Bitumen       0.0000
#> 10377                                         Paraffin waxes       0.0000
#> 10378                                         Petroleum coke       0.0000
#> 10379                                     Other oil products       0.0000
#> 10380                                       Industrial waste       0.0000
#> 10381                            Municipal waste (renewable)       0.0000
#> 10382                        Municipal waste (non-renewable)       0.0000
#> 10383                                 Primary solid biofuels       0.0000
#> 10384                                               Biogases       0.0000
#> 10385                                            Biogasoline       0.0000
#> 10386                                             Biodiesels       0.0000
#> 10387                                       Bio jet kerosene       0.0000
#> 10388                                  Other liquid biofuels       0.0000
#> 10389               Non-specified primary biofuels and waste       0.0000
#> 10390                                               Charcoal       0.0000
#> 10391 Elec/heat output from non-specified manufactured gases       0.0000
#> 10392       Heat output from non-specified combustible fuels       0.0000
#> 10393                                                Nuclear       0.0000
#> 10394                                                  Hydro       0.0000
#> 10395                                             Geothermal       0.0000
#> 10396                                    Solar photovoltaics       0.0000
#> 10397                                          Solar thermal       0.0000
#> 10398                                   Tide, wave and ocean       0.0000
#> 10399                                                   Wind       0.0000
#> 10400                                          Other sources       0.0000
#> 10401                                            Electricity  -12787.2000
#> 10402                                                   Heat       0.0000
#> 10403                                                  Total  -12787.2000
#> 10404                                       Memo: Renewables       0.0000
#> 10405                               Hard coal (if no detail)       0.0000
#> 10406                              Brown coal (if no detail)       0.0000
#> 10407                                             Anthracite       0.0000
#> 10408                                            Coking coal       0.0000
#> 10409                                  Other bituminous coal       0.0000
#> 10410                                    Sub-bituminous coal       0.0000
#> 10411                                                Lignite       0.0000
#> 10412                                            Patent fuel       0.0000
#> 10413                                         Coke oven coke       0.0000
#> 10414                                               Gas coke       0.0000
#> 10415                                               Coal tar       0.0000
#> 10416                                                    BKB       0.0000
#> 10417                                          Gas works gas       0.0000
#> 10418                                          Coke oven gas       0.0000
#> 10419                                      Blast furnace gas       0.0000
#> 10420                                  Other recovered gases       0.0000
#> 10421                                                   Peat       0.0000
#> 10422                                          Peat products       0.0000
#> 10423                                Oil shale and oil sands       0.0000
#> 10424                                            Natural gas       0.0000
#> 10425                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10426                                              Crude oil       0.0000
#> 10427                                    Natural gas liquids       0.0000
#> 10428                                    Refinery feedstocks       0.0000
#> 10429                          Additives/blending components       0.0000
#> 10430                                     Other hydrocarbons       0.0000
#> 10431                                           Refinery gas       0.0000
#> 10432                                                 Ethane       0.0000
#> 10433                        Liquefied petroleum gases (LPG)       0.0000
#> 10434                          Motor gasoline excl. biofuels       0.0000
#> 10435                                      Aviation gasoline       0.0000
#> 10436                                 Gasoline type jet fuel       0.0000
#> 10437                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10438                                         Other kerosene       0.0000
#> 10439                          Gas/diesel oil excl. biofuels       0.0000
#> 10440                                               Fuel oil       0.0000
#> 10441                                                Naphtha       0.0000
#> 10442                                     White spirit & SBP       0.0000
#> 10443                                             Lubricants       0.0000
#> 10444                                                Bitumen       0.0000
#> 10445                                         Paraffin waxes       0.0000
#> 10446                                         Petroleum coke       0.0000
#> 10447                                     Other oil products       0.0000
#> 10448                                       Industrial waste       0.0000
#> 10449                            Municipal waste (renewable)       0.0000
#> 10450                        Municipal waste (non-renewable)       0.0000
#> 10451                                 Primary solid biofuels       0.0000
#> 10452                                               Biogases       0.0000
#> 10453                                            Biogasoline       0.0000
#> 10454                                             Biodiesels       0.0000
#> 10455                                       Bio jet kerosene       0.0000
#> 10456                                  Other liquid biofuels       0.0000
#> 10457               Non-specified primary biofuels and waste       0.0000
#> 10458                                               Charcoal       0.0000
#> 10459 Elec/heat output from non-specified manufactured gases       0.0000
#> 10460       Heat output from non-specified combustible fuels       0.0000
#> 10461                                                Nuclear       0.0000
#> 10462                                                  Hydro       0.0000
#> 10463                                             Geothermal       0.0000
#> 10464                                    Solar photovoltaics       0.0000
#> 10465                                          Solar thermal       0.0000
#> 10466                                   Tide, wave and ocean       0.0000
#> 10467                                                   Wind       0.0000
#> 10468                                          Other sources       0.0000
#> 10469                                            Electricity       0.0000
#> 10470                                                   Heat       0.0000
#> 10471                                                  Total       0.0000
#> 10472                                       Memo: Renewables       0.0000
#> 10473                               Hard coal (if no detail)       0.0000
#> 10474                              Brown coal (if no detail)       0.0000
#> 10475                                             Anthracite       0.0000
#> 10476                                            Coking coal       0.0000
#> 10477                                  Other bituminous coal       0.0000
#> 10478                                    Sub-bituminous coal       0.0000
#> 10479                                                Lignite       0.0000
#> 10480                                            Patent fuel       0.0000
#> 10481                                         Coke oven coke       0.0000
#> 10482                                               Gas coke       0.0000
#> 10483                                               Coal tar       0.0000
#> 10484                                                    BKB       0.0000
#> 10485                                          Gas works gas       0.0000
#> 10486                                          Coke oven gas       0.0000
#> 10487                                      Blast furnace gas       0.0000
#> 10488                                  Other recovered gases       0.0000
#> 10489                                                   Peat       0.0000
#> 10490                                          Peat products       0.0000
#> 10491                                Oil shale and oil sands       0.0000
#> 10492                                            Natural gas       0.0000
#> 10493                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10494                                              Crude oil       0.0000
#> 10495                                    Natural gas liquids       0.0000
#> 10496                                    Refinery feedstocks       0.0000
#> 10497                          Additives/blending components       0.0000
#> 10498                                     Other hydrocarbons       0.0000
#> 10499                                           Refinery gas       0.0000
#> 10500                                                 Ethane       0.0000
#> 10501                        Liquefied petroleum gases (LPG)       0.0000
#> 10502                          Motor gasoline excl. biofuels       0.0000
#> 10503                                      Aviation gasoline       0.0000
#> 10504                                 Gasoline type jet fuel       0.0000
#> 10505                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10506                                         Other kerosene       0.0000
#> 10507                          Gas/diesel oil excl. biofuels       0.0000
#> 10508                                               Fuel oil       0.0000
#> 10509                                                Naphtha       0.0000
#> 10510                                     White spirit & SBP       0.0000
#> 10511                                             Lubricants       0.0000
#> 10512                                                Bitumen       0.0000
#> 10513                                         Paraffin waxes       0.0000
#> 10514                                         Petroleum coke       0.0000
#> 10515                                     Other oil products       0.0000
#> 10516                                       Industrial waste       0.0000
#> 10517                            Municipal waste (renewable)       0.0000
#> 10518                        Municipal waste (non-renewable)       0.0000
#> 10519                                 Primary solid biofuels       0.0000
#> 10520                                               Biogases       0.0000
#> 10521                                            Biogasoline       0.0000
#> 10522                                             Biodiesels       0.0000
#> 10523                                       Bio jet kerosene       0.0000
#> 10524                                  Other liquid biofuels       0.0000
#> 10525               Non-specified primary biofuels and waste       0.0000
#> 10526                                               Charcoal       0.0000
#> 10527 Elec/heat output from non-specified manufactured gases       0.0000
#> 10528       Heat output from non-specified combustible fuels       0.0000
#> 10529                                                Nuclear       0.0000
#> 10530                                                  Hydro       0.0000
#> 10531                                             Geothermal       0.0000
#> 10532                                    Solar photovoltaics       0.0000
#> 10533                                          Solar thermal       0.0000
#> 10534                                   Tide, wave and ocean       0.0000
#> 10535                                                   Wind       0.0000
#> 10536                                          Other sources       0.0000
#> 10537                                            Electricity       0.0000
#> 10538                                                   Heat       0.0000
#> 10539                                                  Total       0.0000
#> 10540                                       Memo: Renewables       0.0000
#> 10541                               Hard coal (if no detail)       0.0000
#> 10542                              Brown coal (if no detail)       0.0000
#> 10543                                             Anthracite       0.0000
#> 10544                                            Coking coal       0.0000
#> 10545                                  Other bituminous coal       0.0000
#> 10546                                    Sub-bituminous coal       0.0000
#> 10547                                                Lignite       0.0000
#> 10548                                            Patent fuel       0.0000
#> 10549                                         Coke oven coke       0.0000
#> 10550                                               Gas coke       0.0000
#> 10551                                               Coal tar       0.0000
#> 10552                                                    BKB       0.0000
#> 10553                                          Gas works gas       0.0000
#> 10554                                          Coke oven gas       0.0000
#> 10555                                      Blast furnace gas       0.0000
#> 10556                                  Other recovered gases       0.0000
#> 10557                                                   Peat       0.0000
#> 10558                                          Peat products       0.0000
#> 10559                                Oil shale and oil sands       0.0000
#> 10560                                            Natural gas       0.0000
#> 10561                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10562                                              Crude oil       0.0000
#> 10563                                    Natural gas liquids       0.0000
#> 10564                                    Refinery feedstocks       0.0000
#> 10565                          Additives/blending components       0.0000
#> 10566                                     Other hydrocarbons       0.0000
#> 10567                                           Refinery gas       0.0000
#> 10568                                                 Ethane       0.0000
#> 10569                        Liquefied petroleum gases (LPG)       0.0000
#> 10570                          Motor gasoline excl. biofuels       0.0000
#> 10571                                      Aviation gasoline       0.0000
#> 10572                                 Gasoline type jet fuel       0.0000
#> 10573                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10574                                         Other kerosene       0.0000
#> 10575                          Gas/diesel oil excl. biofuels       0.0000
#> 10576                                               Fuel oil       0.0000
#> 10577                                                Naphtha       0.0000
#> 10578                                     White spirit & SBP       0.0000
#> 10579                                             Lubricants       0.0000
#> 10580                                                Bitumen       0.0000
#> 10581                                         Paraffin waxes       0.0000
#> 10582                                         Petroleum coke       0.0000
#> 10583                                     Other oil products       0.0000
#> 10584                                       Industrial waste       0.0000
#> 10585                            Municipal waste (renewable)       0.0000
#> 10586                        Municipal waste (non-renewable)       0.0000
#> 10587                                 Primary solid biofuels       0.0000
#> 10588                                               Biogases       0.0000
#> 10589                                            Biogasoline       0.0000
#> 10590                                             Biodiesels       0.0000
#> 10591                                       Bio jet kerosene       0.0000
#> 10592                                  Other liquid biofuels       0.0000
#> 10593               Non-specified primary biofuels and waste       0.0000
#> 10594                                               Charcoal       0.0000
#> 10595 Elec/heat output from non-specified manufactured gases       0.0000
#> 10596       Heat output from non-specified combustible fuels       0.0000
#> 10597                                                Nuclear       0.0000
#> 10598                                                  Hydro       0.0000
#> 10599                                             Geothermal       0.0000
#> 10600                                    Solar photovoltaics       0.0000
#> 10601                                          Solar thermal       0.0000
#> 10602                                   Tide, wave and ocean       0.0000
#> 10603                                                   Wind       0.0000
#> 10604                                          Other sources       0.0000
#> 10605                                            Electricity       0.0000
#> 10606                                                   Heat       0.0000
#> 10607                                                  Total       0.0000
#> 10608                                       Memo: Renewables       0.0000
#> 10609                               Hard coal (if no detail)       0.0000
#> 10610                              Brown coal (if no detail)       0.0000
#> 10611                                             Anthracite       0.0000
#> 10612                                            Coking coal       0.0000
#> 10613                                  Other bituminous coal       0.0000
#> 10614                                    Sub-bituminous coal       0.0000
#> 10615                                                Lignite       0.0000
#> 10616                                            Patent fuel       0.0000
#> 10617                                         Coke oven coke       0.0000
#> 10618                                               Gas coke       0.0000
#> 10619                                               Coal tar       0.0000
#> 10620                                                    BKB       0.0000
#> 10621                                          Gas works gas       0.0000
#> 10622                                          Coke oven gas       0.0000
#> 10623                                      Blast furnace gas       0.0000
#> 10624                                  Other recovered gases       0.0000
#> 10625                                                   Peat       0.0000
#> 10626                                          Peat products       0.0000
#> 10627                                Oil shale and oil sands       0.0000
#> 10628                                            Natural gas       0.0000
#> 10629                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10630                                              Crude oil       0.0000
#> 10631                                    Natural gas liquids       0.0000
#> 10632                                    Refinery feedstocks       0.0000
#> 10633                          Additives/blending components       0.0000
#> 10634                                     Other hydrocarbons       0.0000
#> 10635                                           Refinery gas       0.0000
#> 10636                                                 Ethane       0.0000
#> 10637                        Liquefied petroleum gases (LPG)       0.0000
#> 10638                          Motor gasoline excl. biofuels       0.0000
#> 10639                                      Aviation gasoline       0.0000
#> 10640                                 Gasoline type jet fuel       0.0000
#> 10641                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10642                                         Other kerosene       0.0000
#> 10643                          Gas/diesel oil excl. biofuels       0.0000
#> 10644                                               Fuel oil       0.0000
#> 10645                                                Naphtha       0.0000
#> 10646                                     White spirit & SBP       0.0000
#> 10647                                             Lubricants       0.0000
#> 10648                                                Bitumen       0.0000
#> 10649                                         Paraffin waxes       0.0000
#> 10650                                         Petroleum coke       0.0000
#> 10651                                     Other oil products       0.0000
#> 10652                                       Industrial waste       0.0000
#> 10653                            Municipal waste (renewable)       0.0000
#> 10654                        Municipal waste (non-renewable)       0.0000
#> 10655                                 Primary solid biofuels       0.0000
#> 10656                                               Biogases       0.0000
#> 10657                                            Biogasoline       0.0000
#> 10658                                             Biodiesels       0.0000
#> 10659                                       Bio jet kerosene       0.0000
#> 10660                                  Other liquid biofuels       0.0000
#> 10661               Non-specified primary biofuels and waste       0.0000
#> 10662                                               Charcoal       0.0000
#> 10663 Elec/heat output from non-specified manufactured gases       0.0000
#> 10664       Heat output from non-specified combustible fuels       0.0000
#> 10665                                                Nuclear       0.0000
#> 10666                                                  Hydro       0.0000
#> 10667                                             Geothermal       0.0000
#> 10668                                    Solar photovoltaics       0.0000
#> 10669                                          Solar thermal       0.0000
#> 10670                                   Tide, wave and ocean       0.0000
#> 10671                                                   Wind       0.0000
#> 10672                                          Other sources       0.0000
#> 10673                                            Electricity       0.0000
#> 10674                                                   Heat       0.0000
#> 10675                                                  Total       0.0000
#> 10676                                       Memo: Renewables       0.0000
#> 10677                               Hard coal (if no detail)       0.0000
#> 10678                              Brown coal (if no detail)       0.0000
#> 10679                                             Anthracite       0.0000
#> 10680                                            Coking coal       0.0000
#> 10681                                  Other bituminous coal       0.0000
#> 10682                                    Sub-bituminous coal       0.0000
#> 10683                                                Lignite       0.0000
#> 10684                                            Patent fuel       0.0000
#> 10685                                         Coke oven coke       0.0000
#> 10686                                               Gas coke       0.0000
#> 10687                                               Coal tar       0.0000
#> 10688                                                    BKB       0.0000
#> 10689                                          Gas works gas       0.0000
#> 10690                                          Coke oven gas       0.0000
#> 10691                                      Blast furnace gas       0.0000
#> 10692                                  Other recovered gases       0.0000
#> 10693                                                   Peat       0.0000
#> 10694                                          Peat products       0.0000
#> 10695                                Oil shale and oil sands       0.0000
#> 10696                                            Natural gas       0.0000
#> 10697                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10698                                              Crude oil       0.0000
#> 10699                                    Natural gas liquids       0.0000
#> 10700                                    Refinery feedstocks       0.0000
#> 10701                          Additives/blending components       0.0000
#> 10702                                     Other hydrocarbons       0.0000
#> 10703                                           Refinery gas       0.0000
#> 10704                                                 Ethane       0.0000
#> 10705                        Liquefied petroleum gases (LPG)       0.0000
#> 10706                          Motor gasoline excl. biofuels       0.0000
#> 10707                                      Aviation gasoline       0.0000
#> 10708                                 Gasoline type jet fuel       0.0000
#> 10709                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10710                                         Other kerosene       0.0000
#> 10711                          Gas/diesel oil excl. biofuels       0.0000
#> 10712                                               Fuel oil       0.0000
#> 10713                                                Naphtha       0.0000
#> 10714                                     White spirit & SBP       0.0000
#> 10715                                             Lubricants       0.0000
#> 10716                                                Bitumen       0.0000
#> 10717                                         Paraffin waxes       0.0000
#> 10718                                         Petroleum coke       0.0000
#> 10719                                     Other oil products       0.0000
#> 10720                                       Industrial waste       0.0000
#> 10721                            Municipal waste (renewable)       0.0000
#> 10722                        Municipal waste (non-renewable)       0.0000
#> 10723                                 Primary solid biofuels       0.0000
#> 10724                                               Biogases       0.0000
#> 10725                                            Biogasoline       0.0000
#> 10726                                             Biodiesels       0.0000
#> 10727                                       Bio jet kerosene       0.0000
#> 10728                                  Other liquid biofuels       0.0000
#> 10729               Non-specified primary biofuels and waste       0.0000
#> 10730                                               Charcoal       0.0000
#> 10731 Elec/heat output from non-specified manufactured gases       0.0000
#> 10732       Heat output from non-specified combustible fuels       0.0000
#> 10733                                                Nuclear       0.0000
#> 10734                                                  Hydro       0.0000
#> 10735                                             Geothermal       0.0000
#> 10736                                    Solar photovoltaics       0.0000
#> 10737                                          Solar thermal       0.0000
#> 10738                                   Tide, wave and ocean       0.0000
#> 10739                                                   Wind       0.0000
#> 10740                                          Other sources       0.0000
#> 10741                                            Electricity  -13914.0000
#> 10742                                                   Heat       0.0000
#> 10743                                                  Total  -13914.0000
#> 10744                                       Memo: Renewables       0.0000
#> 10745                               Hard coal (if no detail)  575824.6800
#> 10746                              Brown coal (if no detail)       0.0000
#> 10747                                             Anthracite       0.0000
#> 10748                                            Coking coal       0.0000
#> 10749                                  Other bituminous coal       0.0000
#> 10750                                    Sub-bituminous coal       0.0000
#> 10751                                                Lignite       0.0000
#> 10752                                            Patent fuel       0.0000
#> 10753                                         Coke oven coke   21623.2800
#> 10754                                               Gas coke       0.0000
#> 10755                                               Coal tar       0.0000
#> 10756                                                    BKB       0.0000
#> 10757                                          Gas works gas    5796.9000
#> 10758                                          Coke oven gas   21807.0000
#> 10759                                      Blast furnace gas   34575.0000
#> 10760                                  Other recovered gases       0.0000
#> 10761                                                   Peat       0.0000
#> 10762                                          Peat products       0.0000
#> 10763                                Oil shale and oil sands       0.0000
#> 10764                                            Natural gas       0.0000
#> 10765                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10766                                              Crude oil       0.0000
#> 10767                                    Natural gas liquids       0.0000
#> 10768                                    Refinery feedstocks       0.0000
#> 10769                          Additives/blending components       0.0000
#> 10770                                     Other hydrocarbons       0.0000
#> 10771                                           Refinery gas       0.0000
#> 10772                                                 Ethane       0.0000
#> 10773                        Liquefied petroleum gases (LPG)    5013.8000
#> 10774                          Motor gasoline excl. biofuels  154963.2000
#> 10775                                      Aviation gasoline       0.0000
#> 10776                                 Gasoline type jet fuel       0.0000
#> 10777                  Kerosene type jet fuel excl. biofuels    7180.6000
#> 10778                                         Other kerosene   23433.0000
#> 10779                          Gas/diesel oil excl. biofuels  111107.8000
#> 10780                                               Fuel oil   34652.4000
#> 10781                                                Naphtha    2250.0000
#> 10782                                     White spirit & SBP       0.0000
#> 10783                                             Lubricants       0.0000
#> 10784                                                Bitumen    7722.0000
#> 10785                                         Paraffin waxes       0.0000
#> 10786                                         Petroleum coke       0.0000
#> 10787                                     Other oil products   21920.0000
#> 10788                                       Industrial waste       0.0000
#> 10789                            Municipal waste (renewable)       0.0000
#> 10790                        Municipal waste (non-renewable)       0.0000
#> 10791                                 Primary solid biofuels  194000.0000
#> 10792                                               Biogases       0.0000
#> 10793                                            Biogasoline       0.0000
#> 10794                                             Biodiesels       0.0000
#> 10795                                       Bio jet kerosene       0.0000
#> 10796                                  Other liquid biofuels       0.0000
#> 10797               Non-specified primary biofuels and waste       0.0000
#> 10798                                               Charcoal     708.4000
#> 10799 Elec/heat output from non-specified manufactured gases       0.0000
#> 10800       Heat output from non-specified combustible fuels       0.0000
#> 10801                                                Nuclear       0.0000
#> 10802                                                  Hydro       0.0000
#> 10803                                             Geothermal       0.0000
#> 10804                                    Solar photovoltaics       0.0000
#> 10805                                          Solar thermal       0.0000
#> 10806                                   Tide, wave and ocean       0.0000
#> 10807                                                   Wind       0.0000
#> 10808                                          Other sources       0.0000
#> 10809                                            Electricity  167785.2000
#> 10810                                                   Heat       0.0000
#> 10811                                                  Total 1390363.2600
#> 10812                                       Memo: Renewables  194708.4000
#> 10813                               Hard coal (if no detail)  271849.7200
#> 10814                              Brown coal (if no detail)       0.0000
#> 10815                                             Anthracite       0.0000
#> 10816                                            Coking coal       0.0000
#> 10817                                  Other bituminous coal       0.0000
#> 10818                                    Sub-bituminous coal       0.0000
#> 10819                                                Lignite       0.0000
#> 10820                                            Patent fuel       0.0000
#> 10821                                         Coke oven coke   21623.2800
#> 10822                                               Gas coke       0.0000
#> 10823                                               Coal tar       0.0000
#> 10824                                                    BKB       0.0000
#> 10825                                          Gas works gas    5567.4000
#> 10826                                          Coke oven gas   21807.0000
#> 10827                                      Blast furnace gas   34575.0000
#> 10828                                  Other recovered gases       0.0000
#> 10829                                                   Peat       0.0000
#> 10830                                          Peat products       0.0000
#> 10831                                Oil shale and oil sands       0.0000
#> 10832                                            Natural gas       0.0000
#> 10833                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10834                                              Crude oil       0.0000
#> 10835                                    Natural gas liquids       0.0000
#> 10836                                    Refinery feedstocks       0.0000
#> 10837                          Additives/blending components       0.0000
#> 10838                                     Other hydrocarbons       0.0000
#> 10839                                           Refinery gas       0.0000
#> 10840                                                 Ethane       0.0000
#> 10841                        Liquefied petroleum gases (LPG)       0.0000
#> 10842                          Motor gasoline excl. biofuels       0.0000
#> 10843                                      Aviation gasoline       0.0000
#> 10844                                 Gasoline type jet fuel       0.0000
#> 10845                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10846                                         Other kerosene       0.0000
#> 10847                          Gas/diesel oil excl. biofuels   19052.0000
#> 10848                                               Fuel oil   34652.4000
#> 10849                                                Naphtha    2250.0000
#> 10850                                     White spirit & SBP       0.0000
#> 10851                                             Lubricants       0.0000
#> 10852                                                Bitumen       0.0000
#> 10853                                         Paraffin waxes       0.0000
#> 10854                                         Petroleum coke       0.0000
#> 10855                                     Other oil products   21920.0000
#> 10856                                       Industrial waste       0.0000
#> 10857                            Municipal waste (renewable)       0.0000
#> 10858                        Municipal waste (non-renewable)       0.0000
#> 10859                                 Primary solid biofuels   32000.0000
#> 10860                                               Biogases       0.0000
#> 10861                                            Biogasoline       0.0000
#> 10862                                             Biodiesels       0.0000
#> 10863                                       Bio jet kerosene       0.0000
#> 10864                                  Other liquid biofuels       0.0000
#> 10865               Non-specified primary biofuels and waste       0.0000
#> 10866                                               Charcoal       0.0000
#> 10867 Elec/heat output from non-specified manufactured gases       0.0000
#> 10868       Heat output from non-specified combustible fuels       0.0000
#> 10869                                                Nuclear       0.0000
#> 10870                                                  Hydro       0.0000
#> 10871                                             Geothermal       0.0000
#> 10872                                    Solar photovoltaics       0.0000
#> 10873                                          Solar thermal       0.0000
#> 10874                                   Tide, wave and ocean       0.0000
#> 10875                                                   Wind       0.0000
#> 10876                                          Other sources       0.0000
#> 10877                                            Electricity  117104.4000
#> 10878                                                   Heat       0.0000
#> 10879                                                  Total  582401.2000
#> 10880                                       Memo: Renewables   32000.0000
#> 10881                               Hard coal (if no detail)   36687.5600
#> 10882                              Brown coal (if no detail)       0.0000
#> 10883                                             Anthracite       0.0000
#> 10884                                            Coking coal       0.0000
#> 10885                                  Other bituminous coal       0.0000
#> 10886                                    Sub-bituminous coal       0.0000
#> 10887                                                Lignite       0.0000
#> 10888                                            Patent fuel       0.0000
#> 10889                                         Coke oven coke       0.0000
#> 10890                                               Gas coke       0.0000
#> 10891                                               Coal tar       0.0000
#> 10892                                                    BKB       0.0000
#> 10893                                          Gas works gas       0.0000
#> 10894                                          Coke oven gas       0.0000
#> 10895                                      Blast furnace gas       0.0000
#> 10896                                  Other recovered gases       0.0000
#> 10897                                                   Peat       0.0000
#> 10898                                          Peat products       0.0000
#> 10899                                Oil shale and oil sands       0.0000
#> 10900                                            Natural gas       0.0000
#> 10901                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10902                                              Crude oil       0.0000
#> 10903                                    Natural gas liquids       0.0000
#> 10904                                    Refinery feedstocks       0.0000
#> 10905                          Additives/blending components       0.0000
#> 10906                                     Other hydrocarbons       0.0000
#> 10907                                           Refinery gas       0.0000
#> 10908                                                 Ethane       0.0000
#> 10909                        Liquefied petroleum gases (LPG)       0.0000
#> 10910                          Motor gasoline excl. biofuels       0.0000
#> 10911                                      Aviation gasoline       0.0000
#> 10912                                 Gasoline type jet fuel       0.0000
#> 10913                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10914                                         Other kerosene       0.0000
#> 10915                          Gas/diesel oil excl. biofuels       0.0000
#> 10916                                               Fuel oil       0.0000
#> 10917                                                Naphtha       0.0000
#> 10918                                     White spirit & SBP       0.0000
#> 10919                                             Lubricants       0.0000
#> 10920                                                Bitumen       0.0000
#> 10921                                         Paraffin waxes       0.0000
#> 10922                                         Petroleum coke       0.0000
#> 10923                                     Other oil products       0.0000
#> 10924                                       Industrial waste       0.0000
#> 10925                            Municipal waste (renewable)       0.0000
#> 10926                        Municipal waste (non-renewable)       0.0000
#> 10927                                 Primary solid biofuels       0.0000
#> 10928                                               Biogases       0.0000
#> 10929                                            Biogasoline       0.0000
#> 10930                                             Biodiesels       0.0000
#> 10931                                       Bio jet kerosene       0.0000
#> 10932                                  Other liquid biofuels       0.0000
#> 10933               Non-specified primary biofuels and waste       0.0000
#> 10934                                               Charcoal       0.0000
#> 10935 Elec/heat output from non-specified manufactured gases       0.0000
#> 10936       Heat output from non-specified combustible fuels       0.0000
#> 10937                                                Nuclear       0.0000
#> 10938                                                  Hydro       0.0000
#> 10939                                             Geothermal       0.0000
#> 10940                                    Solar photovoltaics       0.0000
#> 10941                                          Solar thermal       0.0000
#> 10942                                   Tide, wave and ocean       0.0000
#> 10943                                                   Wind       0.0000
#> 10944                                          Other sources       0.0000
#> 10945                                            Electricity   49852.8000
#> 10946                                                   Heat       0.0000
#> 10947                                                  Total   86540.3600
#> 10948                                       Memo: Renewables       0.0000
#> 10949                               Hard coal (if no detail)       0.0000
#> 10950                              Brown coal (if no detail)       0.0000
#> 10951                                             Anthracite       0.0000
#> 10952                                            Coking coal       0.0000
#> 10953                                  Other bituminous coal       0.0000
#> 10954                                    Sub-bituminous coal       0.0000
#> 10955                                                Lignite       0.0000
#> 10956                                            Patent fuel       0.0000
#> 10957                                         Coke oven coke       0.0000
#> 10958                                               Gas coke       0.0000
#> 10959                                               Coal tar       0.0000
#> 10960                                                    BKB       0.0000
#> 10961                                          Gas works gas       0.0000
#> 10962                                          Coke oven gas       0.0000
#> 10963                                      Blast furnace gas       0.0000
#> 10964                                  Other recovered gases       0.0000
#> 10965                                                   Peat       0.0000
#> 10966                                          Peat products       0.0000
#> 10967                                Oil shale and oil sands       0.0000
#> 10968                                            Natural gas       0.0000
#> 10969                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 10970                                              Crude oil       0.0000
#> 10971                                    Natural gas liquids       0.0000
#> 10972                                    Refinery feedstocks       0.0000
#> 10973                          Additives/blending components       0.0000
#> 10974                                     Other hydrocarbons       0.0000
#> 10975                                           Refinery gas       0.0000
#> 10976                                                 Ethane       0.0000
#> 10977                        Liquefied petroleum gases (LPG)       0.0000
#> 10978                          Motor gasoline excl. biofuels       0.0000
#> 10979                                      Aviation gasoline       0.0000
#> 10980                                 Gasoline type jet fuel       0.0000
#> 10981                  Kerosene type jet fuel excl. biofuels       0.0000
#> 10982                                         Other kerosene       0.0000
#> 10983                          Gas/diesel oil excl. biofuels       0.0000
#> 10984                                               Fuel oil       0.0000
#> 10985                                                Naphtha       0.0000
#> 10986                                     White spirit & SBP       0.0000
#> 10987                                             Lubricants       0.0000
#> 10988                                                Bitumen       0.0000
#> 10989                                         Paraffin waxes       0.0000
#> 10990                                         Petroleum coke       0.0000
#> 10991                                     Other oil products       0.0000
#> 10992                                       Industrial waste       0.0000
#> 10993                            Municipal waste (renewable)       0.0000
#> 10994                        Municipal waste (non-renewable)       0.0000
#> 10995                                 Primary solid biofuels       0.0000
#> 10996                                               Biogases       0.0000
#> 10997                                            Biogasoline       0.0000
#> 10998                                             Biodiesels       0.0000
#> 10999                                       Bio jet kerosene       0.0000
#> 11000                                  Other liquid biofuels       0.0000
#> 11001               Non-specified primary biofuels and waste       0.0000
#> 11002                                               Charcoal       0.0000
#> 11003 Elec/heat output from non-specified manufactured gases       0.0000
#> 11004       Heat output from non-specified combustible fuels       0.0000
#> 11005                                                Nuclear       0.0000
#> 11006                                                  Hydro       0.0000
#> 11007                                             Geothermal       0.0000
#> 11008                                    Solar photovoltaics       0.0000
#> 11009                                          Solar thermal       0.0000
#> 11010                                   Tide, wave and ocean       0.0000
#> 11011                                                   Wind       0.0000
#> 11012                                          Other sources       0.0000
#> 11013                                            Electricity    2966.4000
#> 11014                                                   Heat       0.0000
#> 11015                                                  Total    2966.4000
#> 11016                                       Memo: Renewables       0.0000
#> 11017                               Hard coal (if no detail)  221664.1500
#> 11018                              Brown coal (if no detail)       0.0000
#> 11019                                             Anthracite       0.0000
#> 11020                                            Coking coal       0.0000
#> 11021                                  Other bituminous coal       0.0000
#> 11022                                    Sub-bituminous coal       0.0000
#> 11023                                                Lignite       0.0000
#> 11024                                            Patent fuel       0.0000
#> 11025                                         Coke oven coke   21623.2800
#> 11026                                               Gas coke       0.0000
#> 11027                                               Coal tar       0.0000
#> 11028                                                    BKB       0.0000
#> 11029                                          Gas works gas    5567.4000
#> 11030                                          Coke oven gas   21807.0000
#> 11031                                      Blast furnace gas   34575.0000
#> 11032                                  Other recovered gases       0.0000
#> 11033                                                   Peat       0.0000
#> 11034                                          Peat products       0.0000
#> 11035                                Oil shale and oil sands       0.0000
#> 11036                                            Natural gas       0.0000
#> 11037                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11038                                              Crude oil       0.0000
#> 11039                                    Natural gas liquids       0.0000
#> 11040                                    Refinery feedstocks       0.0000
#> 11041                          Additives/blending components       0.0000
#> 11042                                     Other hydrocarbons       0.0000
#> 11043                                           Refinery gas       0.0000
#> 11044                                                 Ethane       0.0000
#> 11045                        Liquefied petroleum gases (LPG)       0.0000
#> 11046                          Motor gasoline excl. biofuels       0.0000
#> 11047                                      Aviation gasoline       0.0000
#> 11048                                 Gasoline type jet fuel       0.0000
#> 11049                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11050                                         Other kerosene       0.0000
#> 11051                          Gas/diesel oil excl. biofuels       0.0000
#> 11052                                               Fuel oil       0.0000
#> 11053                                                Naphtha       0.0000
#> 11054                                     White spirit & SBP       0.0000
#> 11055                                             Lubricants       0.0000
#> 11056                                                Bitumen       0.0000
#> 11057                                         Paraffin waxes       0.0000
#> 11058                                         Petroleum coke       0.0000
#> 11059                                     Other oil products   21920.0000
#> 11060                                       Industrial waste       0.0000
#> 11061                            Municipal waste (renewable)       0.0000
#> 11062                        Municipal waste (non-renewable)       0.0000
#> 11063                                 Primary solid biofuels       0.0000
#> 11064                                               Biogases       0.0000
#> 11065                                            Biogasoline       0.0000
#> 11066                                             Biodiesels       0.0000
#> 11067                                       Bio jet kerosene       0.0000
#> 11068                                  Other liquid biofuels       0.0000
#> 11069               Non-specified primary biofuels and waste       0.0000
#> 11070                                               Charcoal       0.0000
#> 11071 Elec/heat output from non-specified manufactured gases       0.0000
#> 11072       Heat output from non-specified combustible fuels       0.0000
#> 11073                                                Nuclear       0.0000
#> 11074                                                  Hydro       0.0000
#> 11075                                             Geothermal       0.0000
#> 11076                                    Solar photovoltaics       0.0000
#> 11077                                          Solar thermal       0.0000
#> 11078                                   Tide, wave and ocean       0.0000
#> 11079                                                   Wind       0.0000
#> 11080                                          Other sources       0.0000
#> 11081                                            Electricity   17128.8000
#> 11082                                                   Heat       0.0000
#> 11083                                                  Total  344285.6300
#> 11084                                       Memo: Renewables       0.0000
#> 11085                               Hard coal (if no detail)  100992.0300
#> 11086                              Brown coal (if no detail)       0.0000
#> 11087                                             Anthracite       0.0000
#> 11088                                            Coking coal       0.0000
#> 11089                                  Other bituminous coal       0.0000
#> 11090                                    Sub-bituminous coal       0.0000
#> 11091                                                Lignite       0.0000
#> 11092                                            Patent fuel       0.0000
#> 11093                                         Coke oven coke   21623.2800
#> 11094                                               Gas coke       0.0000
#> 11095                                               Coal tar       0.0000
#> 11096                                                    BKB       0.0000
#> 11097                                          Gas works gas    2185.2000
#> 11098                                          Coke oven gas   21807.0000
#> 11099                                      Blast furnace gas   34575.0000
#> 11100                                  Other recovered gases       0.0000
#> 11101                                                   Peat       0.0000
#> 11102                                          Peat products       0.0000
#> 11103                                Oil shale and oil sands       0.0000
#> 11104                                            Natural gas       0.0000
#> 11105                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11106                                              Crude oil       0.0000
#> 11107                                    Natural gas liquids       0.0000
#> 11108                                    Refinery feedstocks       0.0000
#> 11109                          Additives/blending components       0.0000
#> 11110                                     Other hydrocarbons       0.0000
#> 11111                                           Refinery gas       0.0000
#> 11112                                                 Ethane       0.0000
#> 11113                        Liquefied petroleum gases (LPG)       0.0000
#> 11114                          Motor gasoline excl. biofuels       0.0000
#> 11115                                      Aviation gasoline       0.0000
#> 11116                                 Gasoline type jet fuel       0.0000
#> 11117                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11118                                         Other kerosene       0.0000
#> 11119                          Gas/diesel oil excl. biofuels       0.0000
#> 11120                                               Fuel oil       0.0000
#> 11121                                                Naphtha       0.0000
#> 11122                                     White spirit & SBP       0.0000
#> 11123                                             Lubricants       0.0000
#> 11124                                                Bitumen       0.0000
#> 11125                                         Paraffin waxes       0.0000
#> 11126                                         Petroleum coke       0.0000
#> 11127                                     Other oil products       0.0000
#> 11128                                       Industrial waste       0.0000
#> 11129                            Municipal waste (renewable)       0.0000
#> 11130                        Municipal waste (non-renewable)       0.0000
#> 11131                                 Primary solid biofuels       0.0000
#> 11132                                               Biogases       0.0000
#> 11133                                            Biogasoline       0.0000
#> 11134                                             Biodiesels       0.0000
#> 11135                                       Bio jet kerosene       0.0000
#> 11136                                  Other liquid biofuels       0.0000
#> 11137               Non-specified primary biofuels and waste       0.0000
#> 11138                                               Charcoal       0.0000
#> 11139 Elec/heat output from non-specified manufactured gases       0.0000
#> 11140       Heat output from non-specified combustible fuels       0.0000
#> 11141                                                Nuclear       0.0000
#> 11142                                                  Hydro       0.0000
#> 11143                                             Geothermal       0.0000
#> 11144                                    Solar photovoltaics       0.0000
#> 11145                                          Solar thermal       0.0000
#> 11146                                   Tide, wave and ocean       0.0000
#> 11147                                                   Wind       0.0000
#> 11148                                          Other sources       0.0000
#> 11149                                            Electricity    4129.2000
#> 11150                                                   Heat       0.0000
#> 11151                                                  Total  185311.7100
#> 11152                                       Memo: Renewables       0.0000
#> 11153                               Hard coal (if no detail)       0.0000
#> 11154                              Brown coal (if no detail)       0.0000
#> 11155                                             Anthracite       0.0000
#> 11156                                            Coking coal       0.0000
#> 11157                                  Other bituminous coal       0.0000
#> 11158                                    Sub-bituminous coal       0.0000
#> 11159                                                Lignite       0.0000
#> 11160                                            Patent fuel       0.0000
#> 11161                                         Coke oven coke       0.0000
#> 11162                                               Gas coke       0.0000
#> 11163                                               Coal tar       0.0000
#> 11164                                                    BKB       0.0000
#> 11165                                          Gas works gas     580.5000
#> 11166                                          Coke oven gas       0.0000
#> 11167                                      Blast furnace gas       0.0000
#> 11168                                  Other recovered gases       0.0000
#> 11169                                                   Peat       0.0000
#> 11170                                          Peat products       0.0000
#> 11171                                Oil shale and oil sands       0.0000
#> 11172                                            Natural gas       0.0000
#> 11173                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11174                                              Crude oil       0.0000
#> 11175                                    Natural gas liquids       0.0000
#> 11176                                    Refinery feedstocks       0.0000
#> 11177                          Additives/blending components       0.0000
#> 11178                                     Other hydrocarbons       0.0000
#> 11179                                           Refinery gas       0.0000
#> 11180                                                 Ethane       0.0000
#> 11181                        Liquefied petroleum gases (LPG)       0.0000
#> 11182                          Motor gasoline excl. biofuels       0.0000
#> 11183                                      Aviation gasoline       0.0000
#> 11184                                 Gasoline type jet fuel       0.0000
#> 11185                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11186                                         Other kerosene       0.0000
#> 11187                          Gas/diesel oil excl. biofuels       0.0000
#> 11188                                               Fuel oil       0.0000
#> 11189                                                Naphtha       0.0000
#> 11190                                     White spirit & SBP       0.0000
#> 11191                                             Lubricants       0.0000
#> 11192                                                Bitumen       0.0000
#> 11193                                         Paraffin waxes       0.0000
#> 11194                                         Petroleum coke       0.0000
#> 11195                                     Other oil products   21920.0000
#> 11196                                       Industrial waste       0.0000
#> 11197                            Municipal waste (renewable)       0.0000
#> 11198                        Municipal waste (non-renewable)       0.0000
#> 11199                                 Primary solid biofuels       0.0000
#> 11200                                               Biogases       0.0000
#> 11201                                            Biogasoline       0.0000
#> 11202                                             Biodiesels       0.0000
#> 11203                                       Bio jet kerosene       0.0000
#> 11204                                  Other liquid biofuels       0.0000
#> 11205               Non-specified primary biofuels and waste       0.0000
#> 11206                                               Charcoal       0.0000
#> 11207 Elec/heat output from non-specified manufactured gases       0.0000
#> 11208       Heat output from non-specified combustible fuels       0.0000
#> 11209                                                Nuclear       0.0000
#> 11210                                                  Hydro       0.0000
#> 11211                                             Geothermal       0.0000
#> 11212                                    Solar photovoltaics       0.0000
#> 11213                                          Solar thermal       0.0000
#> 11214                                   Tide, wave and ocean       0.0000
#> 11215                                                   Wind       0.0000
#> 11216                                          Other sources       0.0000
#> 11217                                            Electricity    5198.4000
#> 11218                                                   Heat       0.0000
#> 11219                                                  Total   27698.9000
#> 11220                                       Memo: Renewables       0.0000
#> 11221                               Hard coal (if no detail)   71701.3700
#> 11222                              Brown coal (if no detail)       0.0000
#> 11223                                             Anthracite       0.0000
#> 11224                                            Coking coal       0.0000
#> 11225                                  Other bituminous coal       0.0000
#> 11226                                    Sub-bituminous coal       0.0000
#> 11227                                                Lignite       0.0000
#> 11228                                            Patent fuel       0.0000
#> 11229                                         Coke oven coke       0.0000
#> 11230                                               Gas coke       0.0000
#> 11231                                               Coal tar       0.0000
#> 11232                                                    BKB       0.0000
#> 11233                                          Gas works gas       0.0000
#> 11234                                          Coke oven gas       0.0000
#> 11235                                      Blast furnace gas       0.0000
#> 11236                                  Other recovered gases       0.0000
#> 11237                                                   Peat       0.0000
#> 11238                                          Peat products       0.0000
#> 11239                                Oil shale and oil sands       0.0000
#> 11240                                            Natural gas       0.0000
#> 11241                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11242                                              Crude oil       0.0000
#> 11243                                    Natural gas liquids       0.0000
#> 11244                                    Refinery feedstocks       0.0000
#> 11245                          Additives/blending components       0.0000
#> 11246                                     Other hydrocarbons       0.0000
#> 11247                                           Refinery gas       0.0000
#> 11248                                                 Ethane       0.0000
#> 11249                        Liquefied petroleum gases (LPG)       0.0000
#> 11250                          Motor gasoline excl. biofuels       0.0000
#> 11251                                      Aviation gasoline       0.0000
#> 11252                                 Gasoline type jet fuel       0.0000
#> 11253                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11254                                         Other kerosene       0.0000
#> 11255                          Gas/diesel oil excl. biofuels       0.0000
#> 11256                                               Fuel oil       0.0000
#> 11257                                                Naphtha       0.0000
#> 11258                                     White spirit & SBP       0.0000
#> 11259                                             Lubricants       0.0000
#> 11260                                                Bitumen       0.0000
#> 11261                                         Paraffin waxes       0.0000
#> 11262                                         Petroleum coke       0.0000
#> 11263                                     Other oil products       0.0000
#> 11264                                       Industrial waste       0.0000
#> 11265                            Municipal waste (renewable)       0.0000
#> 11266                        Municipal waste (non-renewable)       0.0000
#> 11267                                 Primary solid biofuels       0.0000
#> 11268                                               Biogases       0.0000
#> 11269                                            Biogasoline       0.0000
#> 11270                                             Biodiesels       0.0000
#> 11271                                       Bio jet kerosene       0.0000
#> 11272                                  Other liquid biofuels       0.0000
#> 11273               Non-specified primary biofuels and waste       0.0000
#> 11274                                               Charcoal       0.0000
#> 11275 Elec/heat output from non-specified manufactured gases       0.0000
#> 11276       Heat output from non-specified combustible fuels       0.0000
#> 11277                                                Nuclear       0.0000
#> 11278                                                  Hydro       0.0000
#> 11279                                             Geothermal       0.0000
#> 11280                                    Solar photovoltaics       0.0000
#> 11281                                          Solar thermal       0.0000
#> 11282                                   Tide, wave and ocean       0.0000
#> 11283                                                   Wind       0.0000
#> 11284                                          Other sources       0.0000
#> 11285                                            Electricity       0.0000
#> 11286                                                   Heat       0.0000
#> 11287                                                  Total   71701.3700
#> 11288                                       Memo: Renewables       0.0000
#> 11289                               Hard coal (if no detail)   48970.7400
#> 11290                              Brown coal (if no detail)       0.0000
#> 11291                                             Anthracite       0.0000
#> 11292                                            Coking coal       0.0000
#> 11293                                  Other bituminous coal       0.0000
#> 11294                                    Sub-bituminous coal       0.0000
#> 11295                                                Lignite       0.0000
#> 11296                                            Patent fuel       0.0000
#> 11297                                         Coke oven coke       0.0000
#> 11298                                               Gas coke       0.0000
#> 11299                                               Coal tar       0.0000
#> 11300                                                    BKB       0.0000
#> 11301                                          Gas works gas    1220.4000
#> 11302                                          Coke oven gas       0.0000
#> 11303                                      Blast furnace gas       0.0000
#> 11304                                  Other recovered gases       0.0000
#> 11305                                                   Peat       0.0000
#> 11306                                          Peat products       0.0000
#> 11307                                Oil shale and oil sands       0.0000
#> 11308                                            Natural gas       0.0000
#> 11309                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11310                                              Crude oil       0.0000
#> 11311                                    Natural gas liquids       0.0000
#> 11312                                    Refinery feedstocks       0.0000
#> 11313                          Additives/blending components       0.0000
#> 11314                                     Other hydrocarbons       0.0000
#> 11315                                           Refinery gas       0.0000
#> 11316                                                 Ethane       0.0000
#> 11317                        Liquefied petroleum gases (LPG)       0.0000
#> 11318                          Motor gasoline excl. biofuels       0.0000
#> 11319                                      Aviation gasoline       0.0000
#> 11320                                 Gasoline type jet fuel       0.0000
#> 11321                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11322                                         Other kerosene       0.0000
#> 11323                          Gas/diesel oil excl. biofuels       0.0000
#> 11324                                               Fuel oil       0.0000
#> 11325                                                Naphtha       0.0000
#> 11326                                     White spirit & SBP       0.0000
#> 11327                                             Lubricants       0.0000
#> 11328                                                Bitumen       0.0000
#> 11329                                         Paraffin waxes       0.0000
#> 11330                                         Petroleum coke       0.0000
#> 11331                                     Other oil products       0.0000
#> 11332                                       Industrial waste       0.0000
#> 11333                            Municipal waste (renewable)       0.0000
#> 11334                        Municipal waste (non-renewable)       0.0000
#> 11335                                 Primary solid biofuels       0.0000
#> 11336                                               Biogases       0.0000
#> 11337                                            Biogasoline       0.0000
#> 11338                                             Biodiesels       0.0000
#> 11339                                       Bio jet kerosene       0.0000
#> 11340                                  Other liquid biofuels       0.0000
#> 11341               Non-specified primary biofuels and waste       0.0000
#> 11342                                               Charcoal       0.0000
#> 11343 Elec/heat output from non-specified manufactured gases       0.0000
#> 11344       Heat output from non-specified combustible fuels       0.0000
#> 11345                                                Nuclear       0.0000
#> 11346                                                  Hydro       0.0000
#> 11347                                             Geothermal       0.0000
#> 11348                                    Solar photovoltaics       0.0000
#> 11349                                          Solar thermal       0.0000
#> 11350                                   Tide, wave and ocean       0.0000
#> 11351                                                   Wind       0.0000
#> 11352                                          Other sources       0.0000
#> 11353                                            Electricity       0.0000
#> 11354                                                   Heat       0.0000
#> 11355                                                  Total   50191.1400
#> 11356                                       Memo: Renewables       0.0000
#> 11357                               Hard coal (if no detail)       0.0000
#> 11358                              Brown coal (if no detail)       0.0000
#> 11359                                             Anthracite       0.0000
#> 11360                                            Coking coal       0.0000
#> 11361                                  Other bituminous coal       0.0000
#> 11362                                    Sub-bituminous coal       0.0000
#> 11363                                                Lignite       0.0000
#> 11364                                            Patent fuel       0.0000
#> 11365                                         Coke oven coke       0.0000
#> 11366                                               Gas coke       0.0000
#> 11367                                               Coal tar       0.0000
#> 11368                                                    BKB       0.0000
#> 11369                                          Gas works gas       0.0000
#> 11370                                          Coke oven gas       0.0000
#> 11371                                      Blast furnace gas       0.0000
#> 11372                                  Other recovered gases       0.0000
#> 11373                                                   Peat       0.0000
#> 11374                                          Peat products       0.0000
#> 11375                                Oil shale and oil sands       0.0000
#> 11376                                            Natural gas       0.0000
#> 11377                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11378                                              Crude oil       0.0000
#> 11379                                    Natural gas liquids       0.0000
#> 11380                                    Refinery feedstocks       0.0000
#> 11381                          Additives/blending components       0.0000
#> 11382                                     Other hydrocarbons       0.0000
#> 11383                                           Refinery gas       0.0000
#> 11384                                                 Ethane       0.0000
#> 11385                        Liquefied petroleum gases (LPG)       0.0000
#> 11386                          Motor gasoline excl. biofuels       0.0000
#> 11387                                      Aviation gasoline       0.0000
#> 11388                                 Gasoline type jet fuel       0.0000
#> 11389                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11390                                         Other kerosene       0.0000
#> 11391                          Gas/diesel oil excl. biofuels       0.0000
#> 11392                                               Fuel oil       0.0000
#> 11393                                                Naphtha       0.0000
#> 11394                                     White spirit & SBP       0.0000
#> 11395                                             Lubricants       0.0000
#> 11396                                                Bitumen       0.0000
#> 11397                                         Paraffin waxes       0.0000
#> 11398                                         Petroleum coke       0.0000
#> 11399                                     Other oil products       0.0000
#> 11400                                       Industrial waste       0.0000
#> 11401                            Municipal waste (renewable)       0.0000
#> 11402                        Municipal waste (non-renewable)       0.0000
#> 11403                                 Primary solid biofuels       0.0000
#> 11404                                               Biogases       0.0000
#> 11405                                            Biogasoline       0.0000
#> 11406                                             Biodiesels       0.0000
#> 11407                                       Bio jet kerosene       0.0000
#> 11408                                  Other liquid biofuels       0.0000
#> 11409               Non-specified primary biofuels and waste       0.0000
#> 11410                                               Charcoal       0.0000
#> 11411 Elec/heat output from non-specified manufactured gases       0.0000
#> 11412       Heat output from non-specified combustible fuels       0.0000
#> 11413                                                Nuclear       0.0000
#> 11414                                                  Hydro       0.0000
#> 11415                                             Geothermal       0.0000
#> 11416                                    Solar photovoltaics       0.0000
#> 11417                                          Solar thermal       0.0000
#> 11418                                   Tide, wave and ocean       0.0000
#> 11419                                                   Wind       0.0000
#> 11420                                          Other sources       0.0000
#> 11421                                            Electricity       0.0000
#> 11422                                                   Heat       0.0000
#> 11423                                                  Total       0.0000
#> 11424                                       Memo: Renewables       0.0000
#> 11425                               Hard coal (if no detail)       0.0000
#> 11426                              Brown coal (if no detail)       0.0000
#> 11427                                             Anthracite       0.0000
#> 11428                                            Coking coal       0.0000
#> 11429                                  Other bituminous coal       0.0000
#> 11430                                    Sub-bituminous coal       0.0000
#> 11431                                                Lignite       0.0000
#> 11432                                            Patent fuel       0.0000
#> 11433                                         Coke oven coke       0.0000
#> 11434                                               Gas coke       0.0000
#> 11435                                               Coal tar       0.0000
#> 11436                                                    BKB       0.0000
#> 11437                                          Gas works gas    1581.3000
#> 11438                                          Coke oven gas       0.0000
#> 11439                                      Blast furnace gas       0.0000
#> 11440                                  Other recovered gases       0.0000
#> 11441                                                   Peat       0.0000
#> 11442                                          Peat products       0.0000
#> 11443                                Oil shale and oil sands       0.0000
#> 11444                                            Natural gas       0.0000
#> 11445                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11446                                              Crude oil       0.0000
#> 11447                                    Natural gas liquids       0.0000
#> 11448                                    Refinery feedstocks       0.0000
#> 11449                          Additives/blending components       0.0000
#> 11450                                     Other hydrocarbons       0.0000
#> 11451                                           Refinery gas       0.0000
#> 11452                                                 Ethane       0.0000
#> 11453                        Liquefied petroleum gases (LPG)       0.0000
#> 11454                          Motor gasoline excl. biofuels       0.0000
#> 11455                                      Aviation gasoline       0.0000
#> 11456                                 Gasoline type jet fuel       0.0000
#> 11457                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11458                                         Other kerosene       0.0000
#> 11459                          Gas/diesel oil excl. biofuels       0.0000
#> 11460                                               Fuel oil       0.0000
#> 11461                                                Naphtha       0.0000
#> 11462                                     White spirit & SBP       0.0000
#> 11463                                             Lubricants       0.0000
#> 11464                                                Bitumen       0.0000
#> 11465                                         Paraffin waxes       0.0000
#> 11466                                         Petroleum coke       0.0000
#> 11467                                     Other oil products       0.0000
#> 11468                                       Industrial waste       0.0000
#> 11469                            Municipal waste (renewable)       0.0000
#> 11470                        Municipal waste (non-renewable)       0.0000
#> 11471                                 Primary solid biofuels       0.0000
#> 11472                                               Biogases       0.0000
#> 11473                                            Biogasoline       0.0000
#> 11474                                             Biodiesels       0.0000
#> 11475                                       Bio jet kerosene       0.0000
#> 11476                                  Other liquid biofuels       0.0000
#> 11477               Non-specified primary biofuels and waste       0.0000
#> 11478                                               Charcoal       0.0000
#> 11479 Elec/heat output from non-specified manufactured gases       0.0000
#> 11480       Heat output from non-specified combustible fuels       0.0000
#> 11481                                                Nuclear       0.0000
#> 11482                                                  Hydro       0.0000
#> 11483                                             Geothermal       0.0000
#> 11484                                    Solar photovoltaics       0.0000
#> 11485                                          Solar thermal       0.0000
#> 11486                                   Tide, wave and ocean       0.0000
#> 11487                                                   Wind       0.0000
#> 11488                                          Other sources       0.0000
#> 11489                                            Electricity       0.0000
#> 11490                                                   Heat       0.0000
#> 11491                                                  Total    1581.3000
#> 11492                                       Memo: Renewables       0.0000
#> 11493                               Hard coal (if no detail)       0.0000
#> 11494                              Brown coal (if no detail)       0.0000
#> 11495                                             Anthracite       0.0000
#> 11496                                            Coking coal       0.0000
#> 11497                                  Other bituminous coal       0.0000
#> 11498                                    Sub-bituminous coal       0.0000
#> 11499                                                Lignite       0.0000
#> 11500                                            Patent fuel       0.0000
#> 11501                                         Coke oven coke       0.0000
#> 11502                                               Gas coke       0.0000
#> 11503                                               Coal tar       0.0000
#> 11504                                                    BKB       0.0000
#> 11505                                          Gas works gas       0.0000
#> 11506                                          Coke oven gas       0.0000
#> 11507                                      Blast furnace gas       0.0000
#> 11508                                  Other recovered gases       0.0000
#> 11509                                                   Peat       0.0000
#> 11510                                          Peat products       0.0000
#> 11511                                Oil shale and oil sands       0.0000
#> 11512                                            Natural gas       0.0000
#> 11513                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11514                                              Crude oil       0.0000
#> 11515                                    Natural gas liquids       0.0000
#> 11516                                    Refinery feedstocks       0.0000
#> 11517                          Additives/blending components       0.0000
#> 11518                                     Other hydrocarbons       0.0000
#> 11519                                           Refinery gas       0.0000
#> 11520                                                 Ethane       0.0000
#> 11521                        Liquefied petroleum gases (LPG)       0.0000
#> 11522                          Motor gasoline excl. biofuels       0.0000
#> 11523                                      Aviation gasoline       0.0000
#> 11524                                 Gasoline type jet fuel       0.0000
#> 11525                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11526                                         Other kerosene       0.0000
#> 11527                          Gas/diesel oil excl. biofuels       0.0000
#> 11528                                               Fuel oil       0.0000
#> 11529                                                Naphtha       0.0000
#> 11530                                     White spirit & SBP       0.0000
#> 11531                                             Lubricants       0.0000
#> 11532                                                Bitumen       0.0000
#> 11533                                         Paraffin waxes       0.0000
#> 11534                                         Petroleum coke       0.0000
#> 11535                                     Other oil products       0.0000
#> 11536                                       Industrial waste       0.0000
#> 11537                            Municipal waste (renewable)       0.0000
#> 11538                        Municipal waste (non-renewable)       0.0000
#> 11539                                 Primary solid biofuels       0.0000
#> 11540                                               Biogases       0.0000
#> 11541                                            Biogasoline       0.0000
#> 11542                                             Biodiesels       0.0000
#> 11543                                       Bio jet kerosene       0.0000
#> 11544                                  Other liquid biofuels       0.0000
#> 11545               Non-specified primary biofuels and waste       0.0000
#> 11546                                               Charcoal       0.0000
#> 11547 Elec/heat output from non-specified manufactured gases       0.0000
#> 11548       Heat output from non-specified combustible fuels       0.0000
#> 11549                                                Nuclear       0.0000
#> 11550                                                  Hydro       0.0000
#> 11551                                             Geothermal       0.0000
#> 11552                                    Solar photovoltaics       0.0000
#> 11553                                          Solar thermal       0.0000
#> 11554                                   Tide, wave and ocean       0.0000
#> 11555                                                   Wind       0.0000
#> 11556                                          Other sources       0.0000
#> 11557                                            Electricity    6022.8000
#> 11558                                                   Heat       0.0000
#> 11559                                                  Total    6022.8000
#> 11560                                       Memo: Renewables       0.0000
#> 11561                               Hard coal (if no detail)       0.0000
#> 11562                              Brown coal (if no detail)       0.0000
#> 11563                                             Anthracite       0.0000
#> 11564                                            Coking coal       0.0000
#> 11565                                  Other bituminous coal       0.0000
#> 11566                                    Sub-bituminous coal       0.0000
#> 11567                                                Lignite       0.0000
#> 11568                                            Patent fuel       0.0000
#> 11569                                         Coke oven coke       0.0000
#> 11570                                               Gas coke       0.0000
#> 11571                                               Coal tar       0.0000
#> 11572                                                    BKB       0.0000
#> 11573                                          Gas works gas       0.0000
#> 11574                                          Coke oven gas       0.0000
#> 11575                                      Blast furnace gas       0.0000
#> 11576                                  Other recovered gases       0.0000
#> 11577                                                   Peat       0.0000
#> 11578                                          Peat products       0.0000
#> 11579                                Oil shale and oil sands       0.0000
#> 11580                                            Natural gas       0.0000
#> 11581                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11582                                              Crude oil       0.0000
#> 11583                                    Natural gas liquids       0.0000
#> 11584                                    Refinery feedstocks       0.0000
#> 11585                          Additives/blending components       0.0000
#> 11586                                     Other hydrocarbons       0.0000
#> 11587                                           Refinery gas       0.0000
#> 11588                                                 Ethane       0.0000
#> 11589                        Liquefied petroleum gases (LPG)       0.0000
#> 11590                          Motor gasoline excl. biofuels       0.0000
#> 11591                                      Aviation gasoline       0.0000
#> 11592                                 Gasoline type jet fuel       0.0000
#> 11593                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11594                                         Other kerosene       0.0000
#> 11595                          Gas/diesel oil excl. biofuels       0.0000
#> 11596                                               Fuel oil       0.0000
#> 11597                                                Naphtha       0.0000
#> 11598                                     White spirit & SBP       0.0000
#> 11599                                             Lubricants       0.0000
#> 11600                                                Bitumen       0.0000
#> 11601                                         Paraffin waxes       0.0000
#> 11602                                         Petroleum coke       0.0000
#> 11603                                     Other oil products       0.0000
#> 11604                                       Industrial waste       0.0000
#> 11605                            Municipal waste (renewable)       0.0000
#> 11606                        Municipal waste (non-renewable)       0.0000
#> 11607                                 Primary solid biofuels       0.0000
#> 11608                                               Biogases       0.0000
#> 11609                                            Biogasoline       0.0000
#> 11610                                             Biodiesels       0.0000
#> 11611                                       Bio jet kerosene       0.0000
#> 11612                                  Other liquid biofuels       0.0000
#> 11613               Non-specified primary biofuels and waste       0.0000
#> 11614                                               Charcoal       0.0000
#> 11615 Elec/heat output from non-specified manufactured gases       0.0000
#> 11616       Heat output from non-specified combustible fuels       0.0000
#> 11617                                                Nuclear       0.0000
#> 11618                                                  Hydro       0.0000
#> 11619                                             Geothermal       0.0000
#> 11620                                    Solar photovoltaics       0.0000
#> 11621                                          Solar thermal       0.0000
#> 11622                                   Tide, wave and ocean       0.0000
#> 11623                                                   Wind       0.0000
#> 11624                                          Other sources       0.0000
#> 11625                                            Electricity    1778.4000
#> 11626                                                   Heat       0.0000
#> 11627                                                  Total    1778.4000
#> 11628                                       Memo: Renewables       0.0000
#> 11629                               Hard coal (if no detail)       0.0000
#> 11630                              Brown coal (if no detail)       0.0000
#> 11631                                             Anthracite       0.0000
#> 11632                                            Coking coal       0.0000
#> 11633                                  Other bituminous coal       0.0000
#> 11634                                    Sub-bituminous coal       0.0000
#> 11635                                                Lignite       0.0000
#> 11636                                            Patent fuel       0.0000
#> 11637                                         Coke oven coke       0.0000
#> 11638                                               Gas coke       0.0000
#> 11639                                               Coal tar       0.0000
#> 11640                                                    BKB       0.0000
#> 11641                                          Gas works gas       0.0000
#> 11642                                          Coke oven gas       0.0000
#> 11643                                      Blast furnace gas       0.0000
#> 11644                                  Other recovered gases       0.0000
#> 11645                                                   Peat       0.0000
#> 11646                                          Peat products       0.0000
#> 11647                                Oil shale and oil sands       0.0000
#> 11648                                            Natural gas       0.0000
#> 11649                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11650                                              Crude oil       0.0000
#> 11651                                    Natural gas liquids       0.0000
#> 11652                                    Refinery feedstocks       0.0000
#> 11653                          Additives/blending components       0.0000
#> 11654                                     Other hydrocarbons       0.0000
#> 11655                                           Refinery gas       0.0000
#> 11656                                                 Ethane       0.0000
#> 11657                        Liquefied petroleum gases (LPG)       0.0000
#> 11658                          Motor gasoline excl. biofuels       0.0000
#> 11659                                      Aviation gasoline       0.0000
#> 11660                                 Gasoline type jet fuel       0.0000
#> 11661                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11662                                         Other kerosene       0.0000
#> 11663                          Gas/diesel oil excl. biofuels       0.0000
#> 11664                                               Fuel oil       0.0000
#> 11665                                                Naphtha       0.0000
#> 11666                                     White spirit & SBP       0.0000
#> 11667                                             Lubricants       0.0000
#> 11668                                                Bitumen       0.0000
#> 11669                                         Paraffin waxes       0.0000
#> 11670                                         Petroleum coke       0.0000
#> 11671                                     Other oil products       0.0000
#> 11672                                       Industrial waste       0.0000
#> 11673                            Municipal waste (renewable)       0.0000
#> 11674                        Municipal waste (non-renewable)       0.0000
#> 11675                                 Primary solid biofuels       0.0000
#> 11676                                               Biogases       0.0000
#> 11677                                            Biogasoline       0.0000
#> 11678                                             Biodiesels       0.0000
#> 11679                                       Bio jet kerosene       0.0000
#> 11680                                  Other liquid biofuels       0.0000
#> 11681               Non-specified primary biofuels and waste       0.0000
#> 11682                                               Charcoal       0.0000
#> 11683 Elec/heat output from non-specified manufactured gases       0.0000
#> 11684       Heat output from non-specified combustible fuels       0.0000
#> 11685                                                Nuclear       0.0000
#> 11686                                                  Hydro       0.0000
#> 11687                                             Geothermal       0.0000
#> 11688                                    Solar photovoltaics       0.0000
#> 11689                                          Solar thermal       0.0000
#> 11690                                   Tide, wave and ocean       0.0000
#> 11691                                                   Wind       0.0000
#> 11692                                          Other sources       0.0000
#> 11693                                            Electricity       0.0000
#> 11694                                                   Heat       0.0000
#> 11695                                                  Total       0.0000
#> 11696                                       Memo: Renewables       0.0000
#> 11697                               Hard coal (if no detail)       0.0000
#> 11698                              Brown coal (if no detail)       0.0000
#> 11699                                             Anthracite       0.0000
#> 11700                                            Coking coal       0.0000
#> 11701                                  Other bituminous coal       0.0000
#> 11702                                    Sub-bituminous coal       0.0000
#> 11703                                                Lignite       0.0000
#> 11704                                            Patent fuel       0.0000
#> 11705                                         Coke oven coke       0.0000
#> 11706                                               Gas coke       0.0000
#> 11707                                               Coal tar       0.0000
#> 11708                                                    BKB       0.0000
#> 11709                                          Gas works gas       0.0000
#> 11710                                          Coke oven gas       0.0000
#> 11711                                      Blast furnace gas       0.0000
#> 11712                                  Other recovered gases       0.0000
#> 11713                                                   Peat       0.0000
#> 11714                                          Peat products       0.0000
#> 11715                                Oil shale and oil sands       0.0000
#> 11716                                            Natural gas       0.0000
#> 11717                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11718                                              Crude oil       0.0000
#> 11719                                    Natural gas liquids       0.0000
#> 11720                                    Refinery feedstocks       0.0000
#> 11721                          Additives/blending components       0.0000
#> 11722                                     Other hydrocarbons       0.0000
#> 11723                                           Refinery gas       0.0000
#> 11724                                                 Ethane       0.0000
#> 11725                        Liquefied petroleum gases (LPG)       0.0000
#> 11726                          Motor gasoline excl. biofuels       0.0000
#> 11727                                      Aviation gasoline       0.0000
#> 11728                                 Gasoline type jet fuel       0.0000
#> 11729                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11730                                         Other kerosene       0.0000
#> 11731                          Gas/diesel oil excl. biofuels       0.0000
#> 11732                                               Fuel oil       0.0000
#> 11733                                                Naphtha       0.0000
#> 11734                                     White spirit & SBP       0.0000
#> 11735                                             Lubricants       0.0000
#> 11736                                                Bitumen       0.0000
#> 11737                                         Paraffin waxes       0.0000
#> 11738                                         Petroleum coke       0.0000
#> 11739                                     Other oil products       0.0000
#> 11740                                       Industrial waste       0.0000
#> 11741                            Municipal waste (renewable)       0.0000
#> 11742                        Municipal waste (non-renewable)       0.0000
#> 11743                                 Primary solid biofuels       0.0000
#> 11744                                               Biogases       0.0000
#> 11745                                            Biogasoline       0.0000
#> 11746                                             Biodiesels       0.0000
#> 11747                                       Bio jet kerosene       0.0000
#> 11748                                  Other liquid biofuels       0.0000
#> 11749               Non-specified primary biofuels and waste       0.0000
#> 11750                                               Charcoal       0.0000
#> 11751 Elec/heat output from non-specified manufactured gases       0.0000
#> 11752       Heat output from non-specified combustible fuels       0.0000
#> 11753                                                Nuclear       0.0000
#> 11754                                                  Hydro       0.0000
#> 11755                                             Geothermal       0.0000
#> 11756                                    Solar photovoltaics       0.0000
#> 11757                                          Solar thermal       0.0000
#> 11758                                   Tide, wave and ocean       0.0000
#> 11759                                                   Wind       0.0000
#> 11760                                          Other sources       0.0000
#> 11761                                            Electricity       0.0000
#> 11762                                                   Heat       0.0000
#> 11763                                                  Total       0.0000
#> 11764                                       Memo: Renewables       0.0000
#> 11765                               Hard coal (if no detail)   13498.0000
#> 11766                              Brown coal (if no detail)       0.0000
#> 11767                                             Anthracite       0.0000
#> 11768                                            Coking coal       0.0000
#> 11769                                  Other bituminous coal       0.0000
#> 11770                                    Sub-bituminous coal       0.0000
#> 11771                                                Lignite       0.0000
#> 11772                                            Patent fuel       0.0000
#> 11773                                         Coke oven coke       0.0000
#> 11774                                               Gas coke       0.0000
#> 11775                                               Coal tar       0.0000
#> 11776                                                    BKB       0.0000
#> 11777                                          Gas works gas       0.0000
#> 11778                                          Coke oven gas       0.0000
#> 11779                                      Blast furnace gas       0.0000
#> 11780                                  Other recovered gases       0.0000
#> 11781                                                   Peat       0.0000
#> 11782                                          Peat products       0.0000
#> 11783                                Oil shale and oil sands       0.0000
#> 11784                                            Natural gas       0.0000
#> 11785                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11786                                              Crude oil       0.0000
#> 11787                                    Natural gas liquids       0.0000
#> 11788                                    Refinery feedstocks       0.0000
#> 11789                          Additives/blending components       0.0000
#> 11790                                     Other hydrocarbons       0.0000
#> 11791                                           Refinery gas       0.0000
#> 11792                                                 Ethane       0.0000
#> 11793                        Liquefied petroleum gases (LPG)       0.0000
#> 11794                          Motor gasoline excl. biofuels       0.0000
#> 11795                                      Aviation gasoline       0.0000
#> 11796                                 Gasoline type jet fuel       0.0000
#> 11797                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11798                                         Other kerosene       0.0000
#> 11799                          Gas/diesel oil excl. biofuels   19052.0000
#> 11800                                               Fuel oil   34652.4000
#> 11801                                                Naphtha    2250.0000
#> 11802                                     White spirit & SBP       0.0000
#> 11803                                             Lubricants       0.0000
#> 11804                                                Bitumen       0.0000
#> 11805                                         Paraffin waxes       0.0000
#> 11806                                         Petroleum coke       0.0000
#> 11807                                     Other oil products       0.0000
#> 11808                                       Industrial waste       0.0000
#> 11809                            Municipal waste (renewable)       0.0000
#> 11810                        Municipal waste (non-renewable)       0.0000
#> 11811                                 Primary solid biofuels   32000.0000
#> 11812                                               Biogases       0.0000
#> 11813                                            Biogasoline       0.0000
#> 11814                                             Biodiesels       0.0000
#> 11815                                       Bio jet kerosene       0.0000
#> 11816                                  Other liquid biofuels       0.0000
#> 11817               Non-specified primary biofuels and waste       0.0000
#> 11818                                               Charcoal       0.0000
#> 11819 Elec/heat output from non-specified manufactured gases       0.0000
#> 11820       Heat output from non-specified combustible fuels       0.0000
#> 11821                                                Nuclear       0.0000
#> 11822                                                  Hydro       0.0000
#> 11823                                             Geothermal       0.0000
#> 11824                                    Solar photovoltaics       0.0000
#> 11825                                          Solar thermal       0.0000
#> 11826                                   Tide, wave and ocean       0.0000
#> 11827                                                   Wind       0.0000
#> 11828                                          Other sources       0.0000
#> 11829                                            Electricity   47156.4000
#> 11830                                                   Heat       0.0000
#> 11831                                                  Total  148608.8000
#> 11832                                       Memo: Renewables   32000.0000
#> 11833                               Hard coal (if no detail)  137976.5600
#> 11834                              Brown coal (if no detail)       0.0000
#> 11835                                             Anthracite       0.0000
#> 11836                                            Coking coal       0.0000
#> 11837                                  Other bituminous coal       0.0000
#> 11838                                    Sub-bituminous coal       0.0000
#> 11839                                                Lignite       0.0000
#> 11840                                            Patent fuel       0.0000
#> 11841                                         Coke oven coke       0.0000
#> 11842                                               Gas coke       0.0000
#> 11843                                               Coal tar       0.0000
#> 11844                                                    BKB       0.0000
#> 11845                                          Gas works gas       0.0000
#> 11846                                          Coke oven gas       0.0000
#> 11847                                      Blast furnace gas       0.0000
#> 11848                                  Other recovered gases       0.0000
#> 11849                                                   Peat       0.0000
#> 11850                                          Peat products       0.0000
#> 11851                                Oil shale and oil sands       0.0000
#> 11852                                            Natural gas       0.0000
#> 11853                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11854                                              Crude oil       0.0000
#> 11855                                    Natural gas liquids       0.0000
#> 11856                                    Refinery feedstocks       0.0000
#> 11857                          Additives/blending components       0.0000
#> 11858                                     Other hydrocarbons       0.0000
#> 11859                                           Refinery gas       0.0000
#> 11860                                                 Ethane       0.0000
#> 11861                        Liquefied petroleum gases (LPG)       0.0000
#> 11862                          Motor gasoline excl. biofuels  154963.2000
#> 11863                                      Aviation gasoline       0.0000
#> 11864                                 Gasoline type jet fuel       0.0000
#> 11865                  Kerosene type jet fuel excl. biofuels    7180.6000
#> 11866                                         Other kerosene       0.0000
#> 11867                          Gas/diesel oil excl. biofuels   59580.8000
#> 11868                                               Fuel oil       0.0000
#> 11869                                                Naphtha       0.0000
#> 11870                                     White spirit & SBP       0.0000
#> 11871                                             Lubricants       0.0000
#> 11872                                                Bitumen       0.0000
#> 11873                                         Paraffin waxes       0.0000
#> 11874                                         Petroleum coke       0.0000
#> 11875                                     Other oil products       0.0000
#> 11876                                       Industrial waste       0.0000
#> 11877                            Municipal waste (renewable)       0.0000
#> 11878                        Municipal waste (non-renewable)       0.0000
#> 11879                                 Primary solid biofuels       0.0000
#> 11880                                               Biogases       0.0000
#> 11881                                            Biogasoline       0.0000
#> 11882                                             Biodiesels       0.0000
#> 11883                                       Bio jet kerosene       0.0000
#> 11884                                  Other liquid biofuels       0.0000
#> 11885               Non-specified primary biofuels and waste       0.0000
#> 11886                                               Charcoal       0.0000
#> 11887 Elec/heat output from non-specified manufactured gases       0.0000
#> 11888       Heat output from non-specified combustible fuels       0.0000
#> 11889                                                Nuclear       0.0000
#> 11890                                                  Hydro       0.0000
#> 11891                                             Geothermal       0.0000
#> 11892                                    Solar photovoltaics       0.0000
#> 11893                                          Solar thermal       0.0000
#> 11894                                   Tide, wave and ocean       0.0000
#> 11895                                                   Wind       0.0000
#> 11896                                          Other sources       0.0000
#> 11897                                            Electricity   11800.8000
#> 11898                                                   Heat       0.0000
#> 11899                                                  Total  371501.9600
#> 11900                                       Memo: Renewables       0.0000
#> 11901                               Hard coal (if no detail)       0.0000
#> 11902                              Brown coal (if no detail)       0.0000
#> 11903                                             Anthracite       0.0000
#> 11904                                            Coking coal       0.0000
#> 11905                                  Other bituminous coal       0.0000
#> 11906                                    Sub-bituminous coal       0.0000
#> 11907                                                Lignite       0.0000
#> 11908                                            Patent fuel       0.0000
#> 11909                                         Coke oven coke       0.0000
#> 11910                                               Gas coke       0.0000
#> 11911                                               Coal tar       0.0000
#> 11912                                                    BKB       0.0000
#> 11913                                          Gas works gas       0.0000
#> 11914                                          Coke oven gas       0.0000
#> 11915                                      Blast furnace gas       0.0000
#> 11916                                  Other recovered gases       0.0000
#> 11917                                                   Peat       0.0000
#> 11918                                          Peat products       0.0000
#> 11919                                Oil shale and oil sands       0.0000
#> 11920                                            Natural gas       0.0000
#> 11921                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11922                                              Crude oil       0.0000
#> 11923                                    Natural gas liquids       0.0000
#> 11924                                    Refinery feedstocks       0.0000
#> 11925                          Additives/blending components       0.0000
#> 11926                                     Other hydrocarbons       0.0000
#> 11927                                           Refinery gas       0.0000
#> 11928                                                 Ethane       0.0000
#> 11929                        Liquefied petroleum gases (LPG)       0.0000
#> 11930                          Motor gasoline excl. biofuels       0.0000
#> 11931                                      Aviation gasoline       0.0000
#> 11932                                 Gasoline type jet fuel       0.0000
#> 11933                  Kerosene type jet fuel excl. biofuels       0.0000
#> 11934                                         Other kerosene       0.0000
#> 11935                          Gas/diesel oil excl. biofuels       0.0000
#> 11936                                               Fuel oil       0.0000
#> 11937                                                Naphtha       0.0000
#> 11938                                     White spirit & SBP       0.0000
#> 11939                                             Lubricants       0.0000
#> 11940                                                Bitumen       0.0000
#> 11941                                         Paraffin waxes       0.0000
#> 11942                                         Petroleum coke       0.0000
#> 11943                                     Other oil products       0.0000
#> 11944                                       Industrial waste       0.0000
#> 11945                            Municipal waste (renewable)       0.0000
#> 11946                        Municipal waste (non-renewable)       0.0000
#> 11947                                 Primary solid biofuels       0.0000
#> 11948                                               Biogases       0.0000
#> 11949                                            Biogasoline       0.0000
#> 11950                                             Biodiesels       0.0000
#> 11951                                       Bio jet kerosene       0.0000
#> 11952                                  Other liquid biofuels       0.0000
#> 11953               Non-specified primary biofuels and waste       0.0000
#> 11954                                               Charcoal       0.0000
#> 11955 Elec/heat output from non-specified manufactured gases       0.0000
#> 11956       Heat output from non-specified combustible fuels       0.0000
#> 11957                                                Nuclear       0.0000
#> 11958                                                  Hydro       0.0000
#> 11959                                             Geothermal       0.0000
#> 11960                                    Solar photovoltaics       0.0000
#> 11961                                          Solar thermal       0.0000
#> 11962                                   Tide, wave and ocean       0.0000
#> 11963                                                   Wind       0.0000
#> 11964                                          Other sources       0.0000
#> 11965                                            Electricity       0.0000
#> 11966                                                   Heat       0.0000
#> 11967                                                  Total       0.0000
#> 11968                                       Memo: Renewables       0.0000
#> 11969                               Hard coal (if no detail)       0.0000
#> 11970                              Brown coal (if no detail)       0.0000
#> 11971                                             Anthracite       0.0000
#> 11972                                            Coking coal       0.0000
#> 11973                                  Other bituminous coal       0.0000
#> 11974                                    Sub-bituminous coal       0.0000
#> 11975                                                Lignite       0.0000
#> 11976                                            Patent fuel       0.0000
#> 11977                                         Coke oven coke       0.0000
#> 11978                                               Gas coke       0.0000
#> 11979                                               Coal tar       0.0000
#> 11980                                                    BKB       0.0000
#> 11981                                          Gas works gas       0.0000
#> 11982                                          Coke oven gas       0.0000
#> 11983                                      Blast furnace gas       0.0000
#> 11984                                  Other recovered gases       0.0000
#> 11985                                                   Peat       0.0000
#> 11986                                          Peat products       0.0000
#> 11987                                Oil shale and oil sands       0.0000
#> 11988                                            Natural gas       0.0000
#> 11989                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 11990                                              Crude oil       0.0000
#> 11991                                    Natural gas liquids       0.0000
#> 11992                                    Refinery feedstocks       0.0000
#> 11993                          Additives/blending components       0.0000
#> 11994                                     Other hydrocarbons       0.0000
#> 11995                                           Refinery gas       0.0000
#> 11996                                                 Ethane       0.0000
#> 11997                        Liquefied petroleum gases (LPG)       0.0000
#> 11998                          Motor gasoline excl. biofuels       0.0000
#> 11999                                      Aviation gasoline       0.0000
#> 12000                                 Gasoline type jet fuel       0.0000
#> 12001                  Kerosene type jet fuel excl. biofuels    7180.6000
#> 12002                                         Other kerosene       0.0000
#> 12003                          Gas/diesel oil excl. biofuels       0.0000
#> 12004                                               Fuel oil       0.0000
#> 12005                                                Naphtha       0.0000
#> 12006                                     White spirit & SBP       0.0000
#> 12007                                             Lubricants       0.0000
#> 12008                                                Bitumen       0.0000
#> 12009                                         Paraffin waxes       0.0000
#> 12010                                         Petroleum coke       0.0000
#> 12011                                     Other oil products       0.0000
#> 12012                                       Industrial waste       0.0000
#> 12013                            Municipal waste (renewable)       0.0000
#> 12014                        Municipal waste (non-renewable)       0.0000
#> 12015                                 Primary solid biofuels       0.0000
#> 12016                                               Biogases       0.0000
#> 12017                                            Biogasoline       0.0000
#> 12018                                             Biodiesels       0.0000
#> 12019                                       Bio jet kerosene       0.0000
#> 12020                                  Other liquid biofuels       0.0000
#> 12021               Non-specified primary biofuels and waste       0.0000
#> 12022                                               Charcoal       0.0000
#> 12023 Elec/heat output from non-specified manufactured gases       0.0000
#> 12024       Heat output from non-specified combustible fuels       0.0000
#> 12025                                                Nuclear       0.0000
#> 12026                                                  Hydro       0.0000
#> 12027                                             Geothermal       0.0000
#> 12028                                    Solar photovoltaics       0.0000
#> 12029                                          Solar thermal       0.0000
#> 12030                                   Tide, wave and ocean       0.0000
#> 12031                                                   Wind       0.0000
#> 12032                                          Other sources       0.0000
#> 12033                                            Electricity       0.0000
#> 12034                                                   Heat       0.0000
#> 12035                                                  Total    7180.6000
#> 12036                                       Memo: Renewables       0.0000
#> 12037                               Hard coal (if no detail)       0.0000
#> 12038                              Brown coal (if no detail)       0.0000
#> 12039                                             Anthracite       0.0000
#> 12040                                            Coking coal       0.0000
#> 12041                                  Other bituminous coal       0.0000
#> 12042                                    Sub-bituminous coal       0.0000
#> 12043                                                Lignite       0.0000
#> 12044                                            Patent fuel       0.0000
#> 12045                                         Coke oven coke       0.0000
#> 12046                                               Gas coke       0.0000
#> 12047                                               Coal tar       0.0000
#> 12048                                                    BKB       0.0000
#> 12049                                          Gas works gas       0.0000
#> 12050                                          Coke oven gas       0.0000
#> 12051                                      Blast furnace gas       0.0000
#> 12052                                  Other recovered gases       0.0000
#> 12053                                                   Peat       0.0000
#> 12054                                          Peat products       0.0000
#> 12055                                Oil shale and oil sands       0.0000
#> 12056                                            Natural gas       0.0000
#> 12057                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12058                                              Crude oil       0.0000
#> 12059                                    Natural gas liquids       0.0000
#> 12060                                    Refinery feedstocks       0.0000
#> 12061                          Additives/blending components       0.0000
#> 12062                                     Other hydrocarbons       0.0000
#> 12063                                           Refinery gas       0.0000
#> 12064                                                 Ethane       0.0000
#> 12065                        Liquefied petroleum gases (LPG)       0.0000
#> 12066                          Motor gasoline excl. biofuels  154963.2000
#> 12067                                      Aviation gasoline       0.0000
#> 12068                                 Gasoline type jet fuel       0.0000
#> 12069                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12070                                         Other kerosene       0.0000
#> 12071                          Gas/diesel oil excl. biofuels   59580.8000
#> 12072                                               Fuel oil       0.0000
#> 12073                                                Naphtha       0.0000
#> 12074                                     White spirit & SBP       0.0000
#> 12075                                             Lubricants       0.0000
#> 12076                                                Bitumen       0.0000
#> 12077                                         Paraffin waxes       0.0000
#> 12078                                         Petroleum coke       0.0000
#> 12079                                     Other oil products       0.0000
#> 12080                                       Industrial waste       0.0000
#> 12081                            Municipal waste (renewable)       0.0000
#> 12082                        Municipal waste (non-renewable)       0.0000
#> 12083                                 Primary solid biofuels       0.0000
#> 12084                                               Biogases       0.0000
#> 12085                                            Biogasoline       0.0000
#> 12086                                             Biodiesels       0.0000
#> 12087                                       Bio jet kerosene       0.0000
#> 12088                                  Other liquid biofuels       0.0000
#> 12089               Non-specified primary biofuels and waste       0.0000
#> 12090                                               Charcoal       0.0000
#> 12091 Elec/heat output from non-specified manufactured gases       0.0000
#> 12092       Heat output from non-specified combustible fuels       0.0000
#> 12093                                                Nuclear       0.0000
#> 12094                                                  Hydro       0.0000
#> 12095                                             Geothermal       0.0000
#> 12096                                    Solar photovoltaics       0.0000
#> 12097                                          Solar thermal       0.0000
#> 12098                                   Tide, wave and ocean       0.0000
#> 12099                                                   Wind       0.0000
#> 12100                                          Other sources       0.0000
#> 12101                                            Electricity       0.0000
#> 12102                                                   Heat       0.0000
#> 12103                                                  Total  214544.0000
#> 12104                                       Memo: Renewables       0.0000
#> 12105                               Hard coal (if no detail)  137976.5600
#> 12106                              Brown coal (if no detail)       0.0000
#> 12107                                             Anthracite       0.0000
#> 12108                                            Coking coal       0.0000
#> 12109                                  Other bituminous coal       0.0000
#> 12110                                    Sub-bituminous coal       0.0000
#> 12111                                                Lignite       0.0000
#> 12112                                            Patent fuel       0.0000
#> 12113                                         Coke oven coke       0.0000
#> 12114                                               Gas coke       0.0000
#> 12115                                               Coal tar       0.0000
#> 12116                                                    BKB       0.0000
#> 12117                                          Gas works gas       0.0000
#> 12118                                          Coke oven gas       0.0000
#> 12119                                      Blast furnace gas       0.0000
#> 12120                                  Other recovered gases       0.0000
#> 12121                                                   Peat       0.0000
#> 12122                                          Peat products       0.0000
#> 12123                                Oil shale and oil sands       0.0000
#> 12124                                            Natural gas       0.0000
#> 12125                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12126                                              Crude oil       0.0000
#> 12127                                    Natural gas liquids       0.0000
#> 12128                                    Refinery feedstocks       0.0000
#> 12129                          Additives/blending components       0.0000
#> 12130                                     Other hydrocarbons       0.0000
#> 12131                                           Refinery gas       0.0000
#> 12132                                                 Ethane       0.0000
#> 12133                        Liquefied petroleum gases (LPG)       0.0000
#> 12134                          Motor gasoline excl. biofuels       0.0000
#> 12135                                      Aviation gasoline       0.0000
#> 12136                                 Gasoline type jet fuel       0.0000
#> 12137                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12138                                         Other kerosene       0.0000
#> 12139                          Gas/diesel oil excl. biofuels       0.0000
#> 12140                                               Fuel oil       0.0000
#> 12141                                                Naphtha       0.0000
#> 12142                                     White spirit & SBP       0.0000
#> 12143                                             Lubricants       0.0000
#> 12144                                                Bitumen       0.0000
#> 12145                                         Paraffin waxes       0.0000
#> 12146                                         Petroleum coke       0.0000
#> 12147                                     Other oil products       0.0000
#> 12148                                       Industrial waste       0.0000
#> 12149                            Municipal waste (renewable)       0.0000
#> 12150                        Municipal waste (non-renewable)       0.0000
#> 12151                                 Primary solid biofuels       0.0000
#> 12152                                               Biogases       0.0000
#> 12153                                            Biogasoline       0.0000
#> 12154                                             Biodiesels       0.0000
#> 12155                                       Bio jet kerosene       0.0000
#> 12156                                  Other liquid biofuels       0.0000
#> 12157               Non-specified primary biofuels and waste       0.0000
#> 12158                                               Charcoal       0.0000
#> 12159 Elec/heat output from non-specified manufactured gases       0.0000
#> 12160       Heat output from non-specified combustible fuels       0.0000
#> 12161                                                Nuclear       0.0000
#> 12162                                                  Hydro       0.0000
#> 12163                                             Geothermal       0.0000
#> 12164                                    Solar photovoltaics       0.0000
#> 12165                                          Solar thermal       0.0000
#> 12166                                   Tide, wave and ocean       0.0000
#> 12167                                                   Wind       0.0000
#> 12168                                          Other sources       0.0000
#> 12169                                            Electricity    9633.6000
#> 12170                                                   Heat       0.0000
#> 12171                                                  Total  147610.1600
#> 12172                                       Memo: Renewables       0.0000
#> 12173                               Hard coal (if no detail)       0.0000
#> 12174                              Brown coal (if no detail)       0.0000
#> 12175                                             Anthracite       0.0000
#> 12176                                            Coking coal       0.0000
#> 12177                                  Other bituminous coal       0.0000
#> 12178                                    Sub-bituminous coal       0.0000
#> 12179                                                Lignite       0.0000
#> 12180                                            Patent fuel       0.0000
#> 12181                                         Coke oven coke       0.0000
#> 12182                                               Gas coke       0.0000
#> 12183                                               Coal tar       0.0000
#> 12184                                                    BKB       0.0000
#> 12185                                          Gas works gas       0.0000
#> 12186                                          Coke oven gas       0.0000
#> 12187                                      Blast furnace gas       0.0000
#> 12188                                  Other recovered gases       0.0000
#> 12189                                                   Peat       0.0000
#> 12190                                          Peat products       0.0000
#> 12191                                Oil shale and oil sands       0.0000
#> 12192                                            Natural gas       0.0000
#> 12193                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12194                                              Crude oil       0.0000
#> 12195                                    Natural gas liquids       0.0000
#> 12196                                    Refinery feedstocks       0.0000
#> 12197                          Additives/blending components       0.0000
#> 12198                                     Other hydrocarbons       0.0000
#> 12199                                           Refinery gas       0.0000
#> 12200                                                 Ethane       0.0000
#> 12201                        Liquefied petroleum gases (LPG)       0.0000
#> 12202                          Motor gasoline excl. biofuels       0.0000
#> 12203                                      Aviation gasoline       0.0000
#> 12204                                 Gasoline type jet fuel       0.0000
#> 12205                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12206                                         Other kerosene       0.0000
#> 12207                          Gas/diesel oil excl. biofuels       0.0000
#> 12208                                               Fuel oil       0.0000
#> 12209                                                Naphtha       0.0000
#> 12210                                     White spirit & SBP       0.0000
#> 12211                                             Lubricants       0.0000
#> 12212                                                Bitumen       0.0000
#> 12213                                         Paraffin waxes       0.0000
#> 12214                                         Petroleum coke       0.0000
#> 12215                                     Other oil products       0.0000
#> 12216                                       Industrial waste       0.0000
#> 12217                            Municipal waste (renewable)       0.0000
#> 12218                        Municipal waste (non-renewable)       0.0000
#> 12219                                 Primary solid biofuels       0.0000
#> 12220                                               Biogases       0.0000
#> 12221                                            Biogasoline       0.0000
#> 12222                                             Biodiesels       0.0000
#> 12223                                       Bio jet kerosene       0.0000
#> 12224                                  Other liquid biofuels       0.0000
#> 12225               Non-specified primary biofuels and waste       0.0000
#> 12226                                               Charcoal       0.0000
#> 12227 Elec/heat output from non-specified manufactured gases       0.0000
#> 12228       Heat output from non-specified combustible fuels       0.0000
#> 12229                                                Nuclear       0.0000
#> 12230                                                  Hydro       0.0000
#> 12231                                             Geothermal       0.0000
#> 12232                                    Solar photovoltaics       0.0000
#> 12233                                          Solar thermal       0.0000
#> 12234                                   Tide, wave and ocean       0.0000
#> 12235                                                   Wind       0.0000
#> 12236                                          Other sources       0.0000
#> 12237                                            Electricity       0.0000
#> 12238                                                   Heat       0.0000
#> 12239                                                  Total       0.0000
#> 12240                                       Memo: Renewables       0.0000
#> 12241                               Hard coal (if no detail)       0.0000
#> 12242                              Brown coal (if no detail)       0.0000
#> 12243                                             Anthracite       0.0000
#> 12244                                            Coking coal       0.0000
#> 12245                                  Other bituminous coal       0.0000
#> 12246                                    Sub-bituminous coal       0.0000
#> 12247                                                Lignite       0.0000
#> 12248                                            Patent fuel       0.0000
#> 12249                                         Coke oven coke       0.0000
#> 12250                                               Gas coke       0.0000
#> 12251                                               Coal tar       0.0000
#> 12252                                                    BKB       0.0000
#> 12253                                          Gas works gas       0.0000
#> 12254                                          Coke oven gas       0.0000
#> 12255                                      Blast furnace gas       0.0000
#> 12256                                  Other recovered gases       0.0000
#> 12257                                                   Peat       0.0000
#> 12258                                          Peat products       0.0000
#> 12259                                Oil shale and oil sands       0.0000
#> 12260                                            Natural gas       0.0000
#> 12261                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12262                                              Crude oil       0.0000
#> 12263                                    Natural gas liquids       0.0000
#> 12264                                    Refinery feedstocks       0.0000
#> 12265                          Additives/blending components       0.0000
#> 12266                                     Other hydrocarbons       0.0000
#> 12267                                           Refinery gas       0.0000
#> 12268                                                 Ethane       0.0000
#> 12269                        Liquefied petroleum gases (LPG)       0.0000
#> 12270                          Motor gasoline excl. biofuels       0.0000
#> 12271                                      Aviation gasoline       0.0000
#> 12272                                 Gasoline type jet fuel       0.0000
#> 12273                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12274                                         Other kerosene       0.0000
#> 12275                          Gas/diesel oil excl. biofuels       0.0000
#> 12276                                               Fuel oil       0.0000
#> 12277                                                Naphtha       0.0000
#> 12278                                     White spirit & SBP       0.0000
#> 12279                                             Lubricants       0.0000
#> 12280                                                Bitumen       0.0000
#> 12281                                         Paraffin waxes       0.0000
#> 12282                                         Petroleum coke       0.0000
#> 12283                                     Other oil products       0.0000
#> 12284                                       Industrial waste       0.0000
#> 12285                            Municipal waste (renewable)       0.0000
#> 12286                        Municipal waste (non-renewable)       0.0000
#> 12287                                 Primary solid biofuels       0.0000
#> 12288                                               Biogases       0.0000
#> 12289                                            Biogasoline       0.0000
#> 12290                                             Biodiesels       0.0000
#> 12291                                       Bio jet kerosene       0.0000
#> 12292                                  Other liquid biofuels       0.0000
#> 12293               Non-specified primary biofuels and waste       0.0000
#> 12294                                               Charcoal       0.0000
#> 12295 Elec/heat output from non-specified manufactured gases       0.0000
#> 12296       Heat output from non-specified combustible fuels       0.0000
#> 12297                                                Nuclear       0.0000
#> 12298                                                  Hydro       0.0000
#> 12299                                             Geothermal       0.0000
#> 12300                                    Solar photovoltaics       0.0000
#> 12301                                          Solar thermal       0.0000
#> 12302                                   Tide, wave and ocean       0.0000
#> 12303                                                   Wind       0.0000
#> 12304                                          Other sources       0.0000
#> 12305                                            Electricity       0.0000
#> 12306                                                   Heat       0.0000
#> 12307                                                  Total       0.0000
#> 12308                                       Memo: Renewables       0.0000
#> 12309                               Hard coal (if no detail)       0.0000
#> 12310                              Brown coal (if no detail)       0.0000
#> 12311                                             Anthracite       0.0000
#> 12312                                            Coking coal       0.0000
#> 12313                                  Other bituminous coal       0.0000
#> 12314                                    Sub-bituminous coal       0.0000
#> 12315                                                Lignite       0.0000
#> 12316                                            Patent fuel       0.0000
#> 12317                                         Coke oven coke       0.0000
#> 12318                                               Gas coke       0.0000
#> 12319                                               Coal tar       0.0000
#> 12320                                                    BKB       0.0000
#> 12321                                          Gas works gas       0.0000
#> 12322                                          Coke oven gas       0.0000
#> 12323                                      Blast furnace gas       0.0000
#> 12324                                  Other recovered gases       0.0000
#> 12325                                                   Peat       0.0000
#> 12326                                          Peat products       0.0000
#> 12327                                Oil shale and oil sands       0.0000
#> 12328                                            Natural gas       0.0000
#> 12329                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12330                                              Crude oil       0.0000
#> 12331                                    Natural gas liquids       0.0000
#> 12332                                    Refinery feedstocks       0.0000
#> 12333                          Additives/blending components       0.0000
#> 12334                                     Other hydrocarbons       0.0000
#> 12335                                           Refinery gas       0.0000
#> 12336                                                 Ethane       0.0000
#> 12337                        Liquefied petroleum gases (LPG)       0.0000
#> 12338                          Motor gasoline excl. biofuels       0.0000
#> 12339                                      Aviation gasoline       0.0000
#> 12340                                 Gasoline type jet fuel       0.0000
#> 12341                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12342                                         Other kerosene       0.0000
#> 12343                          Gas/diesel oil excl. biofuels       0.0000
#> 12344                                               Fuel oil       0.0000
#> 12345                                                Naphtha       0.0000
#> 12346                                     White spirit & SBP       0.0000
#> 12347                                             Lubricants       0.0000
#> 12348                                                Bitumen       0.0000
#> 12349                                         Paraffin waxes       0.0000
#> 12350                                         Petroleum coke       0.0000
#> 12351                                     Other oil products       0.0000
#> 12352                                       Industrial waste       0.0000
#> 12353                            Municipal waste (renewable)       0.0000
#> 12354                        Municipal waste (non-renewable)       0.0000
#> 12355                                 Primary solid biofuels       0.0000
#> 12356                                               Biogases       0.0000
#> 12357                                            Biogasoline       0.0000
#> 12358                                             Biodiesels       0.0000
#> 12359                                       Bio jet kerosene       0.0000
#> 12360                                  Other liquid biofuels       0.0000
#> 12361               Non-specified primary biofuels and waste       0.0000
#> 12362                                               Charcoal       0.0000
#> 12363 Elec/heat output from non-specified manufactured gases       0.0000
#> 12364       Heat output from non-specified combustible fuels       0.0000
#> 12365                                                Nuclear       0.0000
#> 12366                                                  Hydro       0.0000
#> 12367                                             Geothermal       0.0000
#> 12368                                    Solar photovoltaics       0.0000
#> 12369                                          Solar thermal       0.0000
#> 12370                                   Tide, wave and ocean       0.0000
#> 12371                                                   Wind       0.0000
#> 12372                                          Other sources       0.0000
#> 12373                                            Electricity       0.0000
#> 12374                                                   Heat       0.0000
#> 12375                                                  Total       0.0000
#> 12376                                       Memo: Renewables       0.0000
#> 12377                               Hard coal (if no detail)       0.0000
#> 12378                              Brown coal (if no detail)       0.0000
#> 12379                                             Anthracite       0.0000
#> 12380                                            Coking coal       0.0000
#> 12381                                  Other bituminous coal       0.0000
#> 12382                                    Sub-bituminous coal       0.0000
#> 12383                                                Lignite       0.0000
#> 12384                                            Patent fuel       0.0000
#> 12385                                         Coke oven coke       0.0000
#> 12386                                               Gas coke       0.0000
#> 12387                                               Coal tar       0.0000
#> 12388                                                    BKB       0.0000
#> 12389                                          Gas works gas       0.0000
#> 12390                                          Coke oven gas       0.0000
#> 12391                                      Blast furnace gas       0.0000
#> 12392                                  Other recovered gases       0.0000
#> 12393                                                   Peat       0.0000
#> 12394                                          Peat products       0.0000
#> 12395                                Oil shale and oil sands       0.0000
#> 12396                                            Natural gas       0.0000
#> 12397                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12398                                              Crude oil       0.0000
#> 12399                                    Natural gas liquids       0.0000
#> 12400                                    Refinery feedstocks       0.0000
#> 12401                          Additives/blending components       0.0000
#> 12402                                     Other hydrocarbons       0.0000
#> 12403                                           Refinery gas       0.0000
#> 12404                                                 Ethane       0.0000
#> 12405                        Liquefied petroleum gases (LPG)       0.0000
#> 12406                          Motor gasoline excl. biofuels       0.0000
#> 12407                                      Aviation gasoline       0.0000
#> 12408                                 Gasoline type jet fuel       0.0000
#> 12409                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12410                                         Other kerosene       0.0000
#> 12411                          Gas/diesel oil excl. biofuels       0.0000
#> 12412                                               Fuel oil       0.0000
#> 12413                                                Naphtha       0.0000
#> 12414                                     White spirit & SBP       0.0000
#> 12415                                             Lubricants       0.0000
#> 12416                                                Bitumen       0.0000
#> 12417                                         Paraffin waxes       0.0000
#> 12418                                         Petroleum coke       0.0000
#> 12419                                     Other oil products       0.0000
#> 12420                                       Industrial waste       0.0000
#> 12421                            Municipal waste (renewable)       0.0000
#> 12422                        Municipal waste (non-renewable)       0.0000
#> 12423                                 Primary solid biofuels       0.0000
#> 12424                                               Biogases       0.0000
#> 12425                                            Biogasoline       0.0000
#> 12426                                             Biodiesels       0.0000
#> 12427                                       Bio jet kerosene       0.0000
#> 12428                                  Other liquid biofuels       0.0000
#> 12429               Non-specified primary biofuels and waste       0.0000
#> 12430                                               Charcoal       0.0000
#> 12431 Elec/heat output from non-specified manufactured gases       0.0000
#> 12432       Heat output from non-specified combustible fuels       0.0000
#> 12433                                                Nuclear       0.0000
#> 12434                                                  Hydro       0.0000
#> 12435                                             Geothermal       0.0000
#> 12436                                    Solar photovoltaics       0.0000
#> 12437                                          Solar thermal       0.0000
#> 12438                                   Tide, wave and ocean       0.0000
#> 12439                                                   Wind       0.0000
#> 12440                                          Other sources       0.0000
#> 12441                                            Electricity    2167.2000
#> 12442                                                   Heat       0.0000
#> 12443                                                  Total    2167.2000
#> 12444                                       Memo: Renewables       0.0000
#> 12445                               Hard coal (if no detail)  101774.9200
#> 12446                              Brown coal (if no detail)       0.0000
#> 12447                                             Anthracite       0.0000
#> 12448                                            Coking coal       0.0000
#> 12449                                  Other bituminous coal       0.0000
#> 12450                                    Sub-bituminous coal       0.0000
#> 12451                                                Lignite       0.0000
#> 12452                                            Patent fuel       0.0000
#> 12453                                         Coke oven coke       0.0000
#> 12454                                               Gas coke       0.0000
#> 12455                                               Coal tar       0.0000
#> 12456                                                    BKB       0.0000
#> 12457                                          Gas works gas     169.2000
#> 12458                                          Coke oven gas       0.0000
#> 12459                                      Blast furnace gas       0.0000
#> 12460                                  Other recovered gases       0.0000
#> 12461                                                   Peat       0.0000
#> 12462                                          Peat products       0.0000
#> 12463                                Oil shale and oil sands       0.0000
#> 12464                                            Natural gas       0.0000
#> 12465                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12466                                              Crude oil       0.0000
#> 12467                                    Natural gas liquids       0.0000
#> 12468                                    Refinery feedstocks       0.0000
#> 12469                          Additives/blending components       0.0000
#> 12470                                     Other hydrocarbons       0.0000
#> 12471                                           Refinery gas       0.0000
#> 12472                                                 Ethane       0.0000
#> 12473                        Liquefied petroleum gases (LPG)       0.0000
#> 12474                          Motor gasoline excl. biofuels       0.0000
#> 12475                                      Aviation gasoline       0.0000
#> 12476                                 Gasoline type jet fuel       0.0000
#> 12477                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12478                                         Other kerosene       0.0000
#> 12479                          Gas/diesel oil excl. biofuels       0.0000
#> 12480                                               Fuel oil       0.0000
#> 12481                                                Naphtha       0.0000
#> 12482                                     White spirit & SBP       0.0000
#> 12483                                             Lubricants       0.0000
#> 12484                                                Bitumen       0.0000
#> 12485                                         Paraffin waxes       0.0000
#> 12486                                         Petroleum coke       0.0000
#> 12487                                     Other oil products       0.0000
#> 12488                                       Industrial waste       0.0000
#> 12489                            Municipal waste (renewable)       0.0000
#> 12490                        Municipal waste (non-renewable)       0.0000
#> 12491                                 Primary solid biofuels  162000.0000
#> 12492                                               Biogases       0.0000
#> 12493                                            Biogasoline       0.0000
#> 12494                                             Biodiesels       0.0000
#> 12495                                       Bio jet kerosene       0.0000
#> 12496                                  Other liquid biofuels       0.0000
#> 12497               Non-specified primary biofuels and waste       0.0000
#> 12498                                               Charcoal     708.4000
#> 12499 Elec/heat output from non-specified manufactured gases       0.0000
#> 12500       Heat output from non-specified combustible fuels       0.0000
#> 12501                                                Nuclear       0.0000
#> 12502                                                  Hydro       0.0000
#> 12503                                             Geothermal       0.0000
#> 12504                                    Solar photovoltaics       0.0000
#> 12505                                          Solar thermal       0.0000
#> 12506                                   Tide, wave and ocean       0.0000
#> 12507                                                   Wind       0.0000
#> 12508                                          Other sources       0.0000
#> 12509                                            Electricity   29116.8000
#> 12510                                                   Heat       0.0000
#> 12511                                                  Total  293769.3200
#> 12512                                       Memo: Renewables  162708.4000
#> 12513                               Hard coal (if no detail)   29695.6000
#> 12514                              Brown coal (if no detail)       0.0000
#> 12515                                             Anthracite       0.0000
#> 12516                                            Coking coal       0.0000
#> 12517                                  Other bituminous coal       0.0000
#> 12518                                    Sub-bituminous coal       0.0000
#> 12519                                                Lignite       0.0000
#> 12520                                            Patent fuel       0.0000
#> 12521                                         Coke oven coke       0.0000
#> 12522                                               Gas coke       0.0000
#> 12523                                               Coal tar       0.0000
#> 12524                                                    BKB       0.0000
#> 12525                                          Gas works gas      60.3000
#> 12526                                          Coke oven gas       0.0000
#> 12527                                      Blast furnace gas       0.0000
#> 12528                                  Other recovered gases       0.0000
#> 12529                                                   Peat       0.0000
#> 12530                                          Peat products       0.0000
#> 12531                                Oil shale and oil sands       0.0000
#> 12532                                            Natural gas       0.0000
#> 12533                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12534                                              Crude oil       0.0000
#> 12535                                    Natural gas liquids       0.0000
#> 12536                                    Refinery feedstocks       0.0000
#> 12537                          Additives/blending components       0.0000
#> 12538                                     Other hydrocarbons       0.0000
#> 12539                                           Refinery gas       0.0000
#> 12540                                                 Ethane       0.0000
#> 12541                        Liquefied petroleum gases (LPG)       0.0000
#> 12542                          Motor gasoline excl. biofuels       0.0000
#> 12543                                      Aviation gasoline       0.0000
#> 12544                                 Gasoline type jet fuel       0.0000
#> 12545                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12546                                         Other kerosene       0.0000
#> 12547                          Gas/diesel oil excl. biofuels       0.0000
#> 12548                                               Fuel oil       0.0000
#> 12549                                                Naphtha       0.0000
#> 12550                                     White spirit & SBP       0.0000
#> 12551                                             Lubricants       0.0000
#> 12552                                                Bitumen       0.0000
#> 12553                                         Paraffin waxes       0.0000
#> 12554                                         Petroleum coke       0.0000
#> 12555                                     Other oil products       0.0000
#> 12556                                       Industrial waste       0.0000
#> 12557                            Municipal waste (renewable)       0.0000
#> 12558                        Municipal waste (non-renewable)       0.0000
#> 12559                                 Primary solid biofuels       0.0000
#> 12560                                               Biogases       0.0000
#> 12561                                            Biogasoline       0.0000
#> 12562                                             Biodiesels       0.0000
#> 12563                                       Bio jet kerosene       0.0000
#> 12564                                  Other liquid biofuels       0.0000
#> 12565               Non-specified primary biofuels and waste       0.0000
#> 12566                                               Charcoal       0.0000
#> 12567 Elec/heat output from non-specified manufactured gases       0.0000
#> 12568       Heat output from non-specified combustible fuels       0.0000
#> 12569                                                Nuclear       0.0000
#> 12570                                                  Hydro       0.0000
#> 12571                                             Geothermal       0.0000
#> 12572                                    Solar photovoltaics       0.0000
#> 12573                                          Solar thermal       0.0000
#> 12574                                   Tide, wave and ocean       0.0000
#> 12575                                                   Wind       0.0000
#> 12576                                          Other sources       0.0000
#> 12577                                            Electricity    7599.6000
#> 12578                                                   Heat       0.0000
#> 12579                                                  Total   37355.5000
#> 12580                                       Memo: Renewables       0.0000
#> 12581                               Hard coal (if no detail)    3212.5200
#> 12582                              Brown coal (if no detail)       0.0000
#> 12583                                             Anthracite       0.0000
#> 12584                                            Coking coal       0.0000
#> 12585                                  Other bituminous coal       0.0000
#> 12586                                    Sub-bituminous coal       0.0000
#> 12587                                                Lignite       0.0000
#> 12588                                            Patent fuel       0.0000
#> 12589                                         Coke oven coke       0.0000
#> 12590                                               Gas coke       0.0000
#> 12591                                               Coal tar       0.0000
#> 12592                                                    BKB       0.0000
#> 12593                                          Gas works gas       0.0000
#> 12594                                          Coke oven gas       0.0000
#> 12595                                      Blast furnace gas       0.0000
#> 12596                                  Other recovered gases       0.0000
#> 12597                                                   Peat       0.0000
#> 12598                                          Peat products       0.0000
#> 12599                                Oil shale and oil sands       0.0000
#> 12600                                            Natural gas       0.0000
#> 12601                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12602                                              Crude oil       0.0000
#> 12603                                    Natural gas liquids       0.0000
#> 12604                                    Refinery feedstocks       0.0000
#> 12605                          Additives/blending components       0.0000
#> 12606                                     Other hydrocarbons       0.0000
#> 12607                                           Refinery gas       0.0000
#> 12608                                                 Ethane       0.0000
#> 12609                        Liquefied petroleum gases (LPG)       0.0000
#> 12610                          Motor gasoline excl. biofuels       0.0000
#> 12611                                      Aviation gasoline       0.0000
#> 12612                                 Gasoline type jet fuel       0.0000
#> 12613                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12614                                         Other kerosene       0.0000
#> 12615                          Gas/diesel oil excl. biofuels   32475.0000
#> 12616                                               Fuel oil       0.0000
#> 12617                                                Naphtha       0.0000
#> 12618                                     White spirit & SBP       0.0000
#> 12619                                             Lubricants       0.0000
#> 12620                                                Bitumen       0.0000
#> 12621                                         Paraffin waxes       0.0000
#> 12622                                         Petroleum coke       0.0000
#> 12623                                     Other oil products       0.0000
#> 12624                                       Industrial waste       0.0000
#> 12625                            Municipal waste (renewable)       0.0000
#> 12626                        Municipal waste (non-renewable)       0.0000
#> 12627                                 Primary solid biofuels       0.0000
#> 12628                                               Biogases       0.0000
#> 12629                                            Biogasoline       0.0000
#> 12630                                             Biodiesels       0.0000
#> 12631                                       Bio jet kerosene       0.0000
#> 12632                                  Other liquid biofuels       0.0000
#> 12633               Non-specified primary biofuels and waste       0.0000
#> 12634                                               Charcoal       0.0000
#> 12635 Elec/heat output from non-specified manufactured gases       0.0000
#> 12636       Heat output from non-specified combustible fuels       0.0000
#> 12637                                                Nuclear       0.0000
#> 12638                                                  Hydro       0.0000
#> 12639                                             Geothermal       0.0000
#> 12640                                    Solar photovoltaics       0.0000
#> 12641                                          Solar thermal       0.0000
#> 12642                                   Tide, wave and ocean       0.0000
#> 12643                                                   Wind       0.0000
#> 12644                                          Other sources       0.0000
#> 12645                                            Electricity       0.0000
#> 12646                                                   Heat       0.0000
#> 12647                                                  Total   35687.5200
#> 12648                                       Memo: Renewables       0.0000
#> 12649                               Hard coal (if no detail)       0.0000
#> 12650                              Brown coal (if no detail)       0.0000
#> 12651                                             Anthracite       0.0000
#> 12652                                            Coking coal       0.0000
#> 12653                                  Other bituminous coal       0.0000
#> 12654                                    Sub-bituminous coal       0.0000
#> 12655                                                Lignite       0.0000
#> 12656                                            Patent fuel       0.0000
#> 12657                                         Coke oven coke       0.0000
#> 12658                                               Gas coke       0.0000
#> 12659                                               Coal tar       0.0000
#> 12660                                                    BKB       0.0000
#> 12661                                          Gas works gas       0.0000
#> 12662                                          Coke oven gas       0.0000
#> 12663                                      Blast furnace gas       0.0000
#> 12664                                  Other recovered gases       0.0000
#> 12665                                                   Peat       0.0000
#> 12666                                          Peat products       0.0000
#> 12667                                Oil shale and oil sands       0.0000
#> 12668                                            Natural gas       0.0000
#> 12669                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12670                                              Crude oil       0.0000
#> 12671                                    Natural gas liquids       0.0000
#> 12672                                    Refinery feedstocks       0.0000
#> 12673                          Additives/blending components       0.0000
#> 12674                                     Other hydrocarbons       0.0000
#> 12675                                           Refinery gas       0.0000
#> 12676                                                 Ethane       0.0000
#> 12677                        Liquefied petroleum gases (LPG)       0.0000
#> 12678                          Motor gasoline excl. biofuels       0.0000
#> 12679                                      Aviation gasoline       0.0000
#> 12680                                 Gasoline type jet fuel       0.0000
#> 12681                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12682                                         Other kerosene       0.0000
#> 12683                          Gas/diesel oil excl. biofuels       0.0000
#> 12684                                               Fuel oil       0.0000
#> 12685                                                Naphtha       0.0000
#> 12686                                     White spirit & SBP       0.0000
#> 12687                                             Lubricants       0.0000
#> 12688                                                Bitumen       0.0000
#> 12689                                         Paraffin waxes       0.0000
#> 12690                                         Petroleum coke       0.0000
#> 12691                                     Other oil products       0.0000
#> 12692                                       Industrial waste       0.0000
#> 12693                            Municipal waste (renewable)       0.0000
#> 12694                        Municipal waste (non-renewable)       0.0000
#> 12695                                 Primary solid biofuels       0.0000
#> 12696                                               Biogases       0.0000
#> 12697                                            Biogasoline       0.0000
#> 12698                                             Biodiesels       0.0000
#> 12699                                       Bio jet kerosene       0.0000
#> 12700                                  Other liquid biofuels       0.0000
#> 12701               Non-specified primary biofuels and waste       0.0000
#> 12702                                               Charcoal       0.0000
#> 12703 Elec/heat output from non-specified manufactured gases       0.0000
#> 12704       Heat output from non-specified combustible fuels       0.0000
#> 12705                                                Nuclear       0.0000
#> 12706                                                  Hydro       0.0000
#> 12707                                             Geothermal       0.0000
#> 12708                                    Solar photovoltaics       0.0000
#> 12709                                          Solar thermal       0.0000
#> 12710                                   Tide, wave and ocean       0.0000
#> 12711                                                   Wind       0.0000
#> 12712                                          Other sources       0.0000
#> 12713                                            Electricity       0.0000
#> 12714                                                   Heat       0.0000
#> 12715                                                  Total       0.0000
#> 12716                                       Memo: Renewables       0.0000
#> 12717                               Hard coal (if no detail)       0.0000
#> 12718                              Brown coal (if no detail)       0.0000
#> 12719                                             Anthracite       0.0000
#> 12720                                            Coking coal       0.0000
#> 12721                                  Other bituminous coal       0.0000
#> 12722                                    Sub-bituminous coal       0.0000
#> 12723                                                Lignite       0.0000
#> 12724                                            Patent fuel       0.0000
#> 12725                                         Coke oven coke       0.0000
#> 12726                                               Gas coke       0.0000
#> 12727                                               Coal tar       0.0000
#> 12728                                                    BKB       0.0000
#> 12729                                          Gas works gas       0.0000
#> 12730                                          Coke oven gas       0.0000
#> 12731                                      Blast furnace gas       0.0000
#> 12732                                  Other recovered gases       0.0000
#> 12733                                                   Peat       0.0000
#> 12734                                          Peat products       0.0000
#> 12735                                Oil shale and oil sands       0.0000
#> 12736                                            Natural gas       0.0000
#> 12737                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12738                                              Crude oil       0.0000
#> 12739                                    Natural gas liquids       0.0000
#> 12740                                    Refinery feedstocks       0.0000
#> 12741                          Additives/blending components       0.0000
#> 12742                                     Other hydrocarbons       0.0000
#> 12743                                           Refinery gas       0.0000
#> 12744                                                 Ethane       0.0000
#> 12745                        Liquefied petroleum gases (LPG)    5013.8000
#> 12746                          Motor gasoline excl. biofuels       0.0000
#> 12747                                      Aviation gasoline       0.0000
#> 12748                                 Gasoline type jet fuel       0.0000
#> 12749                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12750                                         Other kerosene   23433.0000
#> 12751                          Gas/diesel oil excl. biofuels       0.0000
#> 12752                                               Fuel oil       0.0000
#> 12753                                                Naphtha       0.0000
#> 12754                                     White spirit & SBP       0.0000
#> 12755                                             Lubricants       0.0000
#> 12756                                                Bitumen       0.0000
#> 12757                                         Paraffin waxes       0.0000
#> 12758                                         Petroleum coke       0.0000
#> 12759                                     Other oil products       0.0000
#> 12760                                       Industrial waste       0.0000
#> 12761                            Municipal waste (renewable)       0.0000
#> 12762                        Municipal waste (non-renewable)       0.0000
#> 12763                                 Primary solid biofuels       0.0000
#> 12764                                               Biogases       0.0000
#> 12765                                            Biogasoline       0.0000
#> 12766                                             Biodiesels       0.0000
#> 12767                                       Bio jet kerosene       0.0000
#> 12768                                  Other liquid biofuels       0.0000
#> 12769               Non-specified primary biofuels and waste       0.0000
#> 12770                                               Charcoal       0.0000
#> 12771 Elec/heat output from non-specified manufactured gases       0.0000
#> 12772       Heat output from non-specified combustible fuels       0.0000
#> 12773                                                Nuclear       0.0000
#> 12774                                                  Hydro       0.0000
#> 12775                                             Geothermal       0.0000
#> 12776                                    Solar photovoltaics       0.0000
#> 12777                                          Solar thermal       0.0000
#> 12778                                   Tide, wave and ocean       0.0000
#> 12779                                                   Wind       0.0000
#> 12780                                          Other sources       0.0000
#> 12781                                            Electricity    2163.6000
#> 12782                                                   Heat       0.0000
#> 12783                                                  Total   30610.4000
#> 12784                                       Memo: Renewables       0.0000
#> 12785                               Hard coal (if no detail)   31315.3600
#> 12786                              Brown coal (if no detail)       0.0000
#> 12787                                             Anthracite       0.0000
#> 12788                                            Coking coal       0.0000
#> 12789                                  Other bituminous coal       0.0000
#> 12790                                    Sub-bituminous coal       0.0000
#> 12791                                                Lignite       0.0000
#> 12792                                            Patent fuel       0.0000
#> 12793                                         Coke oven coke       0.0000
#> 12794                                               Gas coke       0.0000
#> 12795                                               Coal tar       0.0000
#> 12796                                                    BKB       0.0000
#> 12797                                          Gas works gas       0.0000
#> 12798                                          Coke oven gas       0.0000
#> 12799                                      Blast furnace gas       0.0000
#> 12800                                  Other recovered gases       0.0000
#> 12801                                                   Peat       0.0000
#> 12802                                          Peat products       0.0000
#> 12803                                Oil shale and oil sands       0.0000
#> 12804                                            Natural gas       0.0000
#> 12805                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12806                                              Crude oil       0.0000
#> 12807                                    Natural gas liquids       0.0000
#> 12808                                    Refinery feedstocks       0.0000
#> 12809                          Additives/blending components       0.0000
#> 12810                                     Other hydrocarbons       0.0000
#> 12811                                           Refinery gas       0.0000
#> 12812                                                 Ethane       0.0000
#> 12813                        Liquefied petroleum gases (LPG)       0.0000
#> 12814                          Motor gasoline excl. biofuels       0.0000
#> 12815                                      Aviation gasoline       0.0000
#> 12816                                 Gasoline type jet fuel       0.0000
#> 12817                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12818                                         Other kerosene       0.0000
#> 12819                          Gas/diesel oil excl. biofuels       0.0000
#> 12820                                               Fuel oil       0.0000
#> 12821                                                Naphtha       0.0000
#> 12822                                     White spirit & SBP       0.0000
#> 12823                                             Lubricants       0.0000
#> 12824                                                Bitumen    7722.0000
#> 12825                                         Paraffin waxes       0.0000
#> 12826                                         Petroleum coke       0.0000
#> 12827                                     Other oil products       0.0000
#> 12828                                       Industrial waste       0.0000
#> 12829                            Municipal waste (renewable)       0.0000
#> 12830                        Municipal waste (non-renewable)       0.0000
#> 12831                                 Primary solid biofuels       0.0000
#> 12832                                               Biogases       0.0000
#> 12833                                            Biogasoline       0.0000
#> 12834                                             Biodiesels       0.0000
#> 12835                                       Bio jet kerosene       0.0000
#> 12836                                  Other liquid biofuels       0.0000
#> 12837               Non-specified primary biofuels and waste       0.0000
#> 12838                                               Charcoal       0.0000
#> 12839 Elec/heat output from non-specified manufactured gases       0.0000
#> 12840       Heat output from non-specified combustible fuels       0.0000
#> 12841                                                Nuclear       0.0000
#> 12842                                                  Hydro       0.0000
#> 12843                                             Geothermal       0.0000
#> 12844                                    Solar photovoltaics       0.0000
#> 12845                                          Solar thermal       0.0000
#> 12846                                   Tide, wave and ocean       0.0000
#> 12847                                                   Wind       0.0000
#> 12848                                          Other sources       0.0000
#> 12849                                            Electricity       0.0000
#> 12850                                                   Heat       0.0000
#> 12851                                                  Total   39037.3600
#> 12852                                       Memo: Renewables       0.0000
#> 12853                               Hard coal (if no detail)   31315.3600
#> 12854                              Brown coal (if no detail)       0.0000
#> 12855                                             Anthracite       0.0000
#> 12856                                            Coking coal       0.0000
#> 12857                                  Other bituminous coal       0.0000
#> 12858                                    Sub-bituminous coal       0.0000
#> 12859                                                Lignite       0.0000
#> 12860                                            Patent fuel       0.0000
#> 12861                                         Coke oven coke       0.0000
#> 12862                                               Gas coke       0.0000
#> 12863                                               Coal tar       0.0000
#> 12864                                                    BKB       0.0000
#> 12865                                          Gas works gas       0.0000
#> 12866                                          Coke oven gas       0.0000
#> 12867                                      Blast furnace gas       0.0000
#> 12868                                  Other recovered gases       0.0000
#> 12869                                                   Peat       0.0000
#> 12870                                          Peat products       0.0000
#> 12871                                Oil shale and oil sands       0.0000
#> 12872                                            Natural gas       0.0000
#> 12873                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12874                                              Crude oil       0.0000
#> 12875                                    Natural gas liquids       0.0000
#> 12876                                    Refinery feedstocks       0.0000
#> 12877                          Additives/blending components       0.0000
#> 12878                                     Other hydrocarbons       0.0000
#> 12879                                           Refinery gas       0.0000
#> 12880                                                 Ethane       0.0000
#> 12881                        Liquefied petroleum gases (LPG)       0.0000
#> 12882                          Motor gasoline excl. biofuels       0.0000
#> 12883                                      Aviation gasoline       0.0000
#> 12884                                 Gasoline type jet fuel       0.0000
#> 12885                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12886                                         Other kerosene       0.0000
#> 12887                          Gas/diesel oil excl. biofuels       0.0000
#> 12888                                               Fuel oil       0.0000
#> 12889                                                Naphtha       0.0000
#> 12890                                     White spirit & SBP       0.0000
#> 12891                                             Lubricants       0.0000
#> 12892                                                Bitumen    7722.0000
#> 12893                                         Paraffin waxes       0.0000
#> 12894                                         Petroleum coke       0.0000
#> 12895                                     Other oil products       0.0000
#> 12896                                       Industrial waste       0.0000
#> 12897                            Municipal waste (renewable)       0.0000
#> 12898                        Municipal waste (non-renewable)       0.0000
#> 12899                                 Primary solid biofuels       0.0000
#> 12900                                               Biogases       0.0000
#> 12901                                            Biogasoline       0.0000
#> 12902                                             Biodiesels       0.0000
#> 12903                                       Bio jet kerosene       0.0000
#> 12904                                  Other liquid biofuels       0.0000
#> 12905               Non-specified primary biofuels and waste       0.0000
#> 12906                                               Charcoal       0.0000
#> 12907 Elec/heat output from non-specified manufactured gases       0.0000
#> 12908       Heat output from non-specified combustible fuels       0.0000
#> 12909                                                Nuclear       0.0000
#> 12910                                                  Hydro       0.0000
#> 12911                                             Geothermal       0.0000
#> 12912                                    Solar photovoltaics       0.0000
#> 12913                                          Solar thermal       0.0000
#> 12914                                   Tide, wave and ocean       0.0000
#> 12915                                                   Wind       0.0000
#> 12916                                          Other sources       0.0000
#> 12917                                            Electricity       0.0000
#> 12918                                                   Heat       0.0000
#> 12919                                                  Total   39037.3600
#> 12920                                       Memo: Renewables       0.0000
#> 12921                               Hard coal (if no detail)       0.0000
#> 12922                              Brown coal (if no detail)       0.0000
#> 12923                                             Anthracite       0.0000
#> 12924                                            Coking coal       0.0000
#> 12925                                  Other bituminous coal       0.0000
#> 12926                                    Sub-bituminous coal       0.0000
#> 12927                                                Lignite       0.0000
#> 12928                                            Patent fuel       0.0000
#> 12929                                         Coke oven coke       0.0000
#> 12930                                               Gas coke       0.0000
#> 12931                                               Coal tar       0.0000
#> 12932                                                    BKB       0.0000
#> 12933                                          Gas works gas       0.0000
#> 12934                                          Coke oven gas       0.0000
#> 12935                                      Blast furnace gas       0.0000
#> 12936                                  Other recovered gases       0.0000
#> 12937                                                   Peat       0.0000
#> 12938                                          Peat products       0.0000
#> 12939                                Oil shale and oil sands       0.0000
#> 12940                                            Natural gas       0.0000
#> 12941                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 12942                                              Crude oil       0.0000
#> 12943                                    Natural gas liquids       0.0000
#> 12944                                    Refinery feedstocks       0.0000
#> 12945                          Additives/blending components       0.0000
#> 12946                                     Other hydrocarbons       0.0000
#> 12947                                           Refinery gas       0.0000
#> 12948                                                 Ethane       0.0000
#> 12949                        Liquefied petroleum gases (LPG)       0.0000
#> 12950                          Motor gasoline excl. biofuels       0.0000
#> 12951                                      Aviation gasoline       0.0000
#> 12952                                 Gasoline type jet fuel       0.0000
#> 12953                  Kerosene type jet fuel excl. biofuels       0.0000
#> 12954                                         Other kerosene       0.0000
#> 12955                          Gas/diesel oil excl. biofuels       0.0000
#> 12956                                               Fuel oil       0.0000
#> 12957                                                Naphtha       0.0000
#> 12958                                     White spirit & SBP       0.0000
#> 12959                                             Lubricants       0.0000
#> 12960                                                Bitumen       0.0000
#> 12961                                         Paraffin waxes       0.0000
#> 12962                                         Petroleum coke       0.0000
#> 12963                                     Other oil products       0.0000
#> 12964                                       Industrial waste       0.0000
#> 12965                            Municipal waste (renewable)       0.0000
#> 12966                        Municipal waste (non-renewable)       0.0000
#> 12967                                 Primary solid biofuels       0.0000
#> 12968                                               Biogases       0.0000
#> 12969                                            Biogasoline       0.0000
#> 12970                                             Biodiesels       0.0000
#> 12971                                       Bio jet kerosene       0.0000
#> 12972                                  Other liquid biofuels       0.0000
#> 12973               Non-specified primary biofuels and waste       0.0000
#> 12974                                               Charcoal       0.0000
#> 12975 Elec/heat output from non-specified manufactured gases       0.0000
#> 12976       Heat output from non-specified combustible fuels       0.0000
#> 12977                                                Nuclear       0.0000
#> 12978                                                  Hydro       0.0000
#> 12979                                             Geothermal       0.0000
#> 12980                                    Solar photovoltaics       0.0000
#> 12981                                          Solar thermal       0.0000
#> 12982                                   Tide, wave and ocean       0.0000
#> 12983                                                   Wind       0.0000
#> 12984                                          Other sources       0.0000
#> 12985                                            Electricity       0.0000
#> 12986                                                   Heat       0.0000
#> 12987                                                  Total       0.0000
#> 12988                                       Memo: Renewables       0.0000
#> 12989                               Hard coal (if no detail)       0.0000
#> 12990                              Brown coal (if no detail)       0.0000
#> 12991                                             Anthracite       0.0000
#> 12992                                            Coking coal       0.0000
#> 12993                                  Other bituminous coal       0.0000
#> 12994                                    Sub-bituminous coal       0.0000
#> 12995                                                Lignite       0.0000
#> 12996                                            Patent fuel       0.0000
#> 12997                                         Coke oven coke       0.0000
#> 12998                                               Gas coke       0.0000
#> 12999                                               Coal tar       0.0000
#> 13000                                                    BKB       0.0000
#> 13001                                          Gas works gas       0.0000
#> 13002                                          Coke oven gas       0.0000
#> 13003                                      Blast furnace gas       0.0000
#> 13004                                  Other recovered gases       0.0000
#> 13005                                                   Peat       0.0000
#> 13006                                          Peat products       0.0000
#> 13007                                Oil shale and oil sands       0.0000
#> 13008                                            Natural gas       0.0000
#> 13009                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13010                                              Crude oil       0.0000
#> 13011                                    Natural gas liquids       0.0000
#> 13012                                    Refinery feedstocks       0.0000
#> 13013                          Additives/blending components       0.0000
#> 13014                                     Other hydrocarbons       0.0000
#> 13015                                           Refinery gas       0.0000
#> 13016                                                 Ethane       0.0000
#> 13017                        Liquefied petroleum gases (LPG)       0.0000
#> 13018                          Motor gasoline excl. biofuels       0.0000
#> 13019                                      Aviation gasoline       0.0000
#> 13020                                 Gasoline type jet fuel       0.0000
#> 13021                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13022                                         Other kerosene       0.0000
#> 13023                          Gas/diesel oil excl. biofuels       0.0000
#> 13024                                               Fuel oil       0.0000
#> 13025                                                Naphtha       0.0000
#> 13026                                     White spirit & SBP       0.0000
#> 13027                                             Lubricants       0.0000
#> 13028                                                Bitumen       0.0000
#> 13029                                         Paraffin waxes       0.0000
#> 13030                                         Petroleum coke       0.0000
#> 13031                                     Other oil products       0.0000
#> 13032                                       Industrial waste       0.0000
#> 13033                            Municipal waste (renewable)       0.0000
#> 13034                        Municipal waste (non-renewable)       0.0000
#> 13035                                 Primary solid biofuels       0.0000
#> 13036                                               Biogases       0.0000
#> 13037                                            Biogasoline       0.0000
#> 13038                                             Biodiesels       0.0000
#> 13039                                       Bio jet kerosene       0.0000
#> 13040                                  Other liquid biofuels       0.0000
#> 13041               Non-specified primary biofuels and waste       0.0000
#> 13042                                               Charcoal       0.0000
#> 13043 Elec/heat output from non-specified manufactured gases       0.0000
#> 13044       Heat output from non-specified combustible fuels       0.0000
#> 13045                                                Nuclear       0.0000
#> 13046                                                  Hydro       0.0000
#> 13047                                             Geothermal       0.0000
#> 13048                                    Solar photovoltaics       0.0000
#> 13049                                          Solar thermal       0.0000
#> 13050                                   Tide, wave and ocean       0.0000
#> 13051                                                   Wind       0.0000
#> 13052                                          Other sources       0.0000
#> 13053                                            Electricity       0.0000
#> 13054                                                   Heat       0.0000
#> 13055                                                  Total       0.0000
#> 13056                                       Memo: Renewables       0.0000
#> 13057                               Hard coal (if no detail)       0.0000
#> 13058                              Brown coal (if no detail)       0.0000
#> 13059                                             Anthracite       0.0000
#> 13060                                            Coking coal       0.0000
#> 13061                                  Other bituminous coal       0.0000
#> 13062                                    Sub-bituminous coal       0.0000
#> 13063                                                Lignite       0.0000
#> 13064                                            Patent fuel       0.0000
#> 13065                                         Coke oven coke       0.0000
#> 13066                                               Gas coke       0.0000
#> 13067                                               Coal tar       0.0000
#> 13068                                                    BKB       0.0000
#> 13069                                          Gas works gas       0.0000
#> 13070                                          Coke oven gas       0.0000
#> 13071                                      Blast furnace gas       0.0000
#> 13072                                  Other recovered gases       0.0000
#> 13073                                                   Peat       0.0000
#> 13074                                          Peat products       0.0000
#> 13075                                Oil shale and oil sands       0.0000
#> 13076                                            Natural gas       0.0000
#> 13077                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13078                                              Crude oil       0.0000
#> 13079                                    Natural gas liquids       0.0000
#> 13080                                    Refinery feedstocks       0.0000
#> 13081                          Additives/blending components       0.0000
#> 13082                                     Other hydrocarbons       0.0000
#> 13083                                           Refinery gas       0.0000
#> 13084                                                 Ethane       0.0000
#> 13085                        Liquefied petroleum gases (LPG)       0.0000
#> 13086                          Motor gasoline excl. biofuels       0.0000
#> 13087                                      Aviation gasoline       0.0000
#> 13088                                 Gasoline type jet fuel       0.0000
#> 13089                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13090                                         Other kerosene       0.0000
#> 13091                          Gas/diesel oil excl. biofuels       0.0000
#> 13092                                               Fuel oil       0.0000
#> 13093                                                Naphtha       0.0000
#> 13094                                     White spirit & SBP       0.0000
#> 13095                                             Lubricants       0.0000
#> 13096                                                Bitumen       0.0000
#> 13097                                         Paraffin waxes       0.0000
#> 13098                                         Petroleum coke       0.0000
#> 13099                                     Other oil products       0.0000
#> 13100                                       Industrial waste       0.0000
#> 13101                            Municipal waste (renewable)       0.0000
#> 13102                        Municipal waste (non-renewable)       0.0000
#> 13103                                 Primary solid biofuels       0.0000
#> 13104                                               Biogases       0.0000
#> 13105                                            Biogasoline       0.0000
#> 13106                                             Biodiesels       0.0000
#> 13107                                       Bio jet kerosene       0.0000
#> 13108                                  Other liquid biofuels       0.0000
#> 13109               Non-specified primary biofuels and waste       0.0000
#> 13110                                               Charcoal       0.0000
#> 13111 Elec/heat output from non-specified manufactured gases       0.0000
#> 13112       Heat output from non-specified combustible fuels       0.0000
#> 13113                                                Nuclear       0.0000
#> 13114                                                  Hydro       0.0000
#> 13115                                             Geothermal       0.0000
#> 13116                                    Solar photovoltaics       0.0000
#> 13117                                          Solar thermal       0.0000
#> 13118                                   Tide, wave and ocean       0.0000
#> 13119                                                   Wind       0.0000
#> 13120                                          Other sources       0.0000
#> 13121                                            Electricity       0.0000
#> 13122                                                   Heat       0.0000
#> 13123                                                  Total       0.0000
#> 13124                                       Memo: Renewables       0.0000
#> 13125                               Hard coal (if no detail)       0.0000
#> 13126                              Brown coal (if no detail)       0.0000
#> 13127                                             Anthracite       0.0000
#> 13128                                            Coking coal       0.0000
#> 13129                                  Other bituminous coal       0.0000
#> 13130                                    Sub-bituminous coal       0.0000
#> 13131                                                Lignite       0.0000
#> 13132                                            Patent fuel       0.0000
#> 13133                                         Coke oven coke       0.0000
#> 13134                                               Gas coke       0.0000
#> 13135                                               Coal tar       0.0000
#> 13136                                                    BKB       0.0000
#> 13137                                          Gas works gas       0.0000
#> 13138                                          Coke oven gas       0.0000
#> 13139                                      Blast furnace gas       0.0000
#> 13140                                  Other recovered gases       0.0000
#> 13141                                                   Peat       0.0000
#> 13142                                          Peat products       0.0000
#> 13143                                Oil shale and oil sands       0.0000
#> 13144                                            Natural gas       0.0000
#> 13145                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13146                                              Crude oil       0.0000
#> 13147                                    Natural gas liquids       0.0000
#> 13148                                    Refinery feedstocks       0.0000
#> 13149                          Additives/blending components       0.0000
#> 13150                                     Other hydrocarbons       0.0000
#> 13151                                           Refinery gas       0.0000
#> 13152                                                 Ethane       0.0000
#> 13153                        Liquefied petroleum gases (LPG)       0.0000
#> 13154                          Motor gasoline excl. biofuels       0.0000
#> 13155                                      Aviation gasoline       0.0000
#> 13156                                 Gasoline type jet fuel       0.0000
#> 13157                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13158                                         Other kerosene       0.0000
#> 13159                          Gas/diesel oil excl. biofuels       0.0000
#> 13160                                               Fuel oil       0.0000
#> 13161                                                Naphtha       0.0000
#> 13162                                     White spirit & SBP       0.0000
#> 13163                                             Lubricants       0.0000
#> 13164                                                Bitumen       0.0000
#> 13165                                         Paraffin waxes       0.0000
#> 13166                                         Petroleum coke       0.0000
#> 13167                                     Other oil products       0.0000
#> 13168                                       Industrial waste       0.0000
#> 13169                            Municipal waste (renewable)       0.0000
#> 13170                        Municipal waste (non-renewable)       0.0000
#> 13171                                 Primary solid biofuels       0.0000
#> 13172                                               Biogases       0.0000
#> 13173                                            Biogasoline       0.0000
#> 13174                                             Biodiesels       0.0000
#> 13175                                       Bio jet kerosene       0.0000
#> 13176                                  Other liquid biofuels       0.0000
#> 13177               Non-specified primary biofuels and waste       0.0000
#> 13178                                               Charcoal       0.0000
#> 13179 Elec/heat output from non-specified manufactured gases       0.0000
#> 13180       Heat output from non-specified combustible fuels       0.0000
#> 13181                                                Nuclear       0.0000
#> 13182                                                  Hydro       0.0000
#> 13183                                             Geothermal       0.0000
#> 13184                                    Solar photovoltaics       0.0000
#> 13185                                          Solar thermal       0.0000
#> 13186                                   Tide, wave and ocean       0.0000
#> 13187                                                   Wind       0.0000
#> 13188                                          Other sources       0.0000
#> 13189                                            Electricity       0.0000
#> 13190                                                   Heat       0.0000
#> 13191                                                  Total       0.0000
#> 13192                                       Memo: Renewables       0.0000
#> 13193                               Hard coal (if no detail)   31315.3600
#> 13194                              Brown coal (if no detail)       0.0000
#> 13195                                             Anthracite       0.0000
#> 13196                                            Coking coal       0.0000
#> 13197                                  Other bituminous coal       0.0000
#> 13198                                    Sub-bituminous coal       0.0000
#> 13199                                                Lignite       0.0000
#> 13200                                            Patent fuel       0.0000
#> 13201                                         Coke oven coke       0.0000
#> 13202                                               Gas coke       0.0000
#> 13203                                               Coal tar       0.0000
#> 13204                                                    BKB       0.0000
#> 13205                                          Gas works gas       0.0000
#> 13206                                          Coke oven gas       0.0000
#> 13207                                      Blast furnace gas       0.0000
#> 13208                                  Other recovered gases       0.0000
#> 13209                                                   Peat       0.0000
#> 13210                                          Peat products       0.0000
#> 13211                                Oil shale and oil sands       0.0000
#> 13212                                            Natural gas       0.0000
#> 13213                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13214                                              Crude oil       0.0000
#> 13215                                    Natural gas liquids       0.0000
#> 13216                                    Refinery feedstocks       0.0000
#> 13217                          Additives/blending components       0.0000
#> 13218                                     Other hydrocarbons       0.0000
#> 13219                                           Refinery gas       0.0000
#> 13220                                                 Ethane       0.0000
#> 13221                        Liquefied petroleum gases (LPG)       0.0000
#> 13222                          Motor gasoline excl. biofuels       0.0000
#> 13223                                      Aviation gasoline       0.0000
#> 13224                                 Gasoline type jet fuel       0.0000
#> 13225                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13226                                         Other kerosene       0.0000
#> 13227                          Gas/diesel oil excl. biofuels       0.0000
#> 13228                                               Fuel oil       0.0000
#> 13229                                                Naphtha       0.0000
#> 13230                                     White spirit & SBP       0.0000
#> 13231                                             Lubricants       0.0000
#> 13232                                                Bitumen       0.0000
#> 13233                                         Paraffin waxes       0.0000
#> 13234                                         Petroleum coke       0.0000
#> 13235                                     Other oil products       0.0000
#> 13236                                       Industrial waste       0.0000
#> 13237                            Municipal waste (renewable)       0.0000
#> 13238                        Municipal waste (non-renewable)       0.0000
#> 13239                                 Primary solid biofuels       0.0000
#> 13240                                               Biogases       0.0000
#> 13241                                            Biogasoline       0.0000
#> 13242                                             Biodiesels       0.0000
#> 13243                                       Bio jet kerosene       0.0000
#> 13244                                  Other liquid biofuels       0.0000
#> 13245               Non-specified primary biofuels and waste       0.0000
#> 13246                                               Charcoal       0.0000
#> 13247 Elec/heat output from non-specified manufactured gases       0.0000
#> 13248       Heat output from non-specified combustible fuels       0.0000
#> 13249                                                Nuclear       0.0000
#> 13250                                                  Hydro       0.0000
#> 13251                                             Geothermal       0.0000
#> 13252                                    Solar photovoltaics       0.0000
#> 13253                                          Solar thermal       0.0000
#> 13254                                   Tide, wave and ocean       0.0000
#> 13255                                                   Wind       0.0000
#> 13256                                          Other sources       0.0000
#> 13257                                            Electricity       0.0000
#> 13258                                                   Heat       0.0000
#> 13259                                                  Total   31315.3600
#> 13260                                       Memo: Renewables       0.0000
#> 13261                               Hard coal (if no detail)       0.0000
#> 13262                              Brown coal (if no detail)       0.0000
#> 13263                                             Anthracite       0.0000
#> 13264                                            Coking coal       0.0000
#> 13265                                  Other bituminous coal       0.0000
#> 13266                                    Sub-bituminous coal       0.0000
#> 13267                                                Lignite       0.0000
#> 13268                                            Patent fuel       0.0000
#> 13269                                         Coke oven coke       0.0000
#> 13270                                               Gas coke       0.0000
#> 13271                                               Coal tar       0.0000
#> 13272                                                    BKB       0.0000
#> 13273                                          Gas works gas       0.0000
#> 13274                                          Coke oven gas       0.0000
#> 13275                                      Blast furnace gas       0.0000
#> 13276                                  Other recovered gases       0.0000
#> 13277                                                   Peat       0.0000
#> 13278                                          Peat products       0.0000
#> 13279                                Oil shale and oil sands       0.0000
#> 13280                                            Natural gas       0.0000
#> 13281                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13282                                              Crude oil       0.0000
#> 13283                                    Natural gas liquids       0.0000
#> 13284                                    Refinery feedstocks       0.0000
#> 13285                          Additives/blending components       0.0000
#> 13286                                     Other hydrocarbons       0.0000
#> 13287                                           Refinery gas       0.0000
#> 13288                                                 Ethane       0.0000
#> 13289                        Liquefied petroleum gases (LPG)       0.0000
#> 13290                          Motor gasoline excl. biofuels       0.0000
#> 13291                                      Aviation gasoline       0.0000
#> 13292                                 Gasoline type jet fuel       0.0000
#> 13293                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13294                                         Other kerosene       0.0000
#> 13295                          Gas/diesel oil excl. biofuels       0.0000
#> 13296                                               Fuel oil       0.0000
#> 13297                                                Naphtha       0.0000
#> 13298                                     White spirit & SBP       0.0000
#> 13299                                             Lubricants       0.0000
#> 13300                                                Bitumen       0.0000
#> 13301                                         Paraffin waxes       0.0000
#> 13302                                         Petroleum coke       0.0000
#> 13303                                     Other oil products       0.0000
#> 13304                                       Industrial waste       0.0000
#> 13305                            Municipal waste (renewable)       0.0000
#> 13306                        Municipal waste (non-renewable)       0.0000
#> 13307                                 Primary solid biofuels       0.0000
#> 13308                                               Biogases       0.0000
#> 13309                                            Biogasoline       0.0000
#> 13310                                             Biodiesels       0.0000
#> 13311                                       Bio jet kerosene       0.0000
#> 13312                                  Other liquid biofuels       0.0000
#> 13313               Non-specified primary biofuels and waste       0.0000
#> 13314                                               Charcoal       0.0000
#> 13315 Elec/heat output from non-specified manufactured gases       0.0000
#> 13316       Heat output from non-specified combustible fuels       0.0000
#> 13317                                                Nuclear       0.0000
#> 13318                                                  Hydro       0.0000
#> 13319                                             Geothermal       0.0000
#> 13320                                    Solar photovoltaics       0.0000
#> 13321                                          Solar thermal       0.0000
#> 13322                                   Tide, wave and ocean       0.0000
#> 13323                                                   Wind       0.0000
#> 13324                                          Other sources       0.0000
#> 13325                                            Electricity       0.0000
#> 13326                                                   Heat       0.0000
#> 13327                                                  Total       0.0000
#> 13328                                       Memo: Renewables       0.0000
#> 13329                               Hard coal (if no detail)       0.0000
#> 13330                              Brown coal (if no detail)       0.0000
#> 13331                                             Anthracite       0.0000
#> 13332                                            Coking coal       0.0000
#> 13333                                  Other bituminous coal       0.0000
#> 13334                                    Sub-bituminous coal       0.0000
#> 13335                                                Lignite       0.0000
#> 13336                                            Patent fuel       0.0000
#> 13337                                         Coke oven coke       0.0000
#> 13338                                               Gas coke       0.0000
#> 13339                                               Coal tar       0.0000
#> 13340                                                    BKB       0.0000
#> 13341                                          Gas works gas       0.0000
#> 13342                                          Coke oven gas       0.0000
#> 13343                                      Blast furnace gas       0.0000
#> 13344                                  Other recovered gases       0.0000
#> 13345                                                   Peat       0.0000
#> 13346                                          Peat products       0.0000
#> 13347                                Oil shale and oil sands       0.0000
#> 13348                                            Natural gas       0.0000
#> 13349                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13350                                              Crude oil       0.0000
#> 13351                                    Natural gas liquids       0.0000
#> 13352                                    Refinery feedstocks       0.0000
#> 13353                          Additives/blending components       0.0000
#> 13354                                     Other hydrocarbons       0.0000
#> 13355                                           Refinery gas       0.0000
#> 13356                                                 Ethane       0.0000
#> 13357                        Liquefied petroleum gases (LPG)       0.0000
#> 13358                          Motor gasoline excl. biofuels       0.0000
#> 13359                                      Aviation gasoline       0.0000
#> 13360                                 Gasoline type jet fuel       0.0000
#> 13361                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13362                                         Other kerosene       0.0000
#> 13363                          Gas/diesel oil excl. biofuels       0.0000
#> 13364                                               Fuel oil       0.0000
#> 13365                                                Naphtha       0.0000
#> 13366                                     White spirit & SBP       0.0000
#> 13367                                             Lubricants       0.0000
#> 13368                                                Bitumen       0.0000
#> 13369                                         Paraffin waxes       0.0000
#> 13370                                         Petroleum coke       0.0000
#> 13371                                     Other oil products       0.0000
#> 13372                                       Industrial waste       0.0000
#> 13373                            Municipal waste (renewable)       0.0000
#> 13374                        Municipal waste (non-renewable)       0.0000
#> 13375                                 Primary solid biofuels       0.0000
#> 13376                                               Biogases       0.0000
#> 13377                                            Biogasoline       0.0000
#> 13378                                             Biodiesels       0.0000
#> 13379                                       Bio jet kerosene       0.0000
#> 13380                                  Other liquid biofuels       0.0000
#> 13381               Non-specified primary biofuels and waste       0.0000
#> 13382                                               Charcoal       0.0000
#> 13383 Elec/heat output from non-specified manufactured gases       0.0000
#> 13384       Heat output from non-specified combustible fuels       0.0000
#> 13385                                                Nuclear       0.0000
#> 13386                                                  Hydro       0.0000
#> 13387                                             Geothermal       0.0000
#> 13388                                    Solar photovoltaics       0.0000
#> 13389                                          Solar thermal       0.0000
#> 13390                                   Tide, wave and ocean       0.0000
#> 13391                                                   Wind       0.0000
#> 13392                                          Other sources       0.0000
#> 13393                                            Electricity       0.0000
#> 13394                                                   Heat       0.0000
#> 13395                                                  Total       0.0000
#> 13396                                       Memo: Renewables       0.0000
#> 13397                               Hard coal (if no detail)       0.0000
#> 13398                              Brown coal (if no detail)       0.0000
#> 13399                                             Anthracite       0.0000
#> 13400                                            Coking coal       0.0000
#> 13401                                  Other bituminous coal       0.0000
#> 13402                                    Sub-bituminous coal       0.0000
#> 13403                                                Lignite       0.0000
#> 13404                                            Patent fuel       0.0000
#> 13405                                         Coke oven coke       0.0000
#> 13406                                               Gas coke       0.0000
#> 13407                                               Coal tar       0.0000
#> 13408                                                    BKB       0.0000
#> 13409                                          Gas works gas       0.0000
#> 13410                                          Coke oven gas       0.0000
#> 13411                                      Blast furnace gas       0.0000
#> 13412                                  Other recovered gases       0.0000
#> 13413                                                   Peat       0.0000
#> 13414                                          Peat products       0.0000
#> 13415                                Oil shale and oil sands       0.0000
#> 13416                                            Natural gas       0.0000
#> 13417                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13418                                              Crude oil       0.0000
#> 13419                                    Natural gas liquids       0.0000
#> 13420                                    Refinery feedstocks       0.0000
#> 13421                          Additives/blending components       0.0000
#> 13422                                     Other hydrocarbons       0.0000
#> 13423                                           Refinery gas       0.0000
#> 13424                                                 Ethane       0.0000
#> 13425                        Liquefied petroleum gases (LPG)       0.0000
#> 13426                          Motor gasoline excl. biofuels       0.0000
#> 13427                                      Aviation gasoline       0.0000
#> 13428                                 Gasoline type jet fuel       0.0000
#> 13429                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13430                                         Other kerosene       0.0000
#> 13431                          Gas/diesel oil excl. biofuels       0.0000
#> 13432                                               Fuel oil       0.0000
#> 13433                                                Naphtha       0.0000
#> 13434                                     White spirit & SBP       0.0000
#> 13435                                             Lubricants       0.0000
#> 13436                                                Bitumen       0.0000
#> 13437                                         Paraffin waxes       0.0000
#> 13438                                         Petroleum coke       0.0000
#> 13439                                     Other oil products       0.0000
#> 13440                                       Industrial waste       0.0000
#> 13441                            Municipal waste (renewable)       0.0000
#> 13442                        Municipal waste (non-renewable)       0.0000
#> 13443                                 Primary solid biofuels       0.0000
#> 13444                                               Biogases       0.0000
#> 13445                                            Biogasoline       0.0000
#> 13446                                             Biodiesels       0.0000
#> 13447                                       Bio jet kerosene       0.0000
#> 13448                                  Other liquid biofuels       0.0000
#> 13449               Non-specified primary biofuels and waste       0.0000
#> 13450                                               Charcoal       0.0000
#> 13451 Elec/heat output from non-specified manufactured gases       0.0000
#> 13452       Heat output from non-specified combustible fuels       0.0000
#> 13453                                                Nuclear       0.0000
#> 13454                                                  Hydro       0.0000
#> 13455                                             Geothermal       0.0000
#> 13456                                    Solar photovoltaics       0.0000
#> 13457                                          Solar thermal       0.0000
#> 13458                                   Tide, wave and ocean       0.0000
#> 13459                                                   Wind       0.0000
#> 13460                                          Other sources       0.0000
#> 13461                                            Electricity       0.0000
#> 13462                                                   Heat       0.0000
#> 13463                                                  Total       0.0000
#> 13464                                       Memo: Renewables       0.0000
#> 13465                               Hard coal (if no detail)       0.0000
#> 13466                              Brown coal (if no detail)       0.0000
#> 13467                                             Anthracite       0.0000
#> 13468                                            Coking coal       0.0000
#> 13469                                  Other bituminous coal       0.0000
#> 13470                                    Sub-bituminous coal       0.0000
#> 13471                                                Lignite       0.0000
#> 13472                                            Patent fuel       0.0000
#> 13473                                         Coke oven coke       0.0000
#> 13474                                               Gas coke       0.0000
#> 13475                                               Coal tar       0.0000
#> 13476                                                    BKB       0.0000
#> 13477                                          Gas works gas       0.0000
#> 13478                                          Coke oven gas       0.0000
#> 13479                                      Blast furnace gas       0.0000
#> 13480                                  Other recovered gases       0.0000
#> 13481                                                   Peat       0.0000
#> 13482                                          Peat products       0.0000
#> 13483                                Oil shale and oil sands       0.0000
#> 13484                                            Natural gas       0.0000
#> 13485                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13486                                              Crude oil       0.0000
#> 13487                                    Natural gas liquids       0.0000
#> 13488                                    Refinery feedstocks       0.0000
#> 13489                          Additives/blending components       0.0000
#> 13490                                     Other hydrocarbons       0.0000
#> 13491                                           Refinery gas       0.0000
#> 13492                                                 Ethane       0.0000
#> 13493                        Liquefied petroleum gases (LPG)       0.0000
#> 13494                          Motor gasoline excl. biofuels       0.0000
#> 13495                                      Aviation gasoline       0.0000
#> 13496                                 Gasoline type jet fuel       0.0000
#> 13497                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13498                                         Other kerosene       0.0000
#> 13499                          Gas/diesel oil excl. biofuels       0.0000
#> 13500                                               Fuel oil       0.0000
#> 13501                                                Naphtha       0.0000
#> 13502                                     White spirit & SBP       0.0000
#> 13503                                             Lubricants       0.0000
#> 13504                                                Bitumen       0.0000
#> 13505                                         Paraffin waxes       0.0000
#> 13506                                         Petroleum coke       0.0000
#> 13507                                     Other oil products       0.0000
#> 13508                                       Industrial waste       0.0000
#> 13509                            Municipal waste (renewable)       0.0000
#> 13510                        Municipal waste (non-renewable)       0.0000
#> 13511                                 Primary solid biofuels       0.0000
#> 13512                                               Biogases       0.0000
#> 13513                                            Biogasoline       0.0000
#> 13514                                             Biodiesels       0.0000
#> 13515                                       Bio jet kerosene       0.0000
#> 13516                                  Other liquid biofuels       0.0000
#> 13517               Non-specified primary biofuels and waste       0.0000
#> 13518                                               Charcoal       0.0000
#> 13519 Elec/heat output from non-specified manufactured gases       0.0000
#> 13520       Heat output from non-specified combustible fuels       0.0000
#> 13521                                                Nuclear       0.0000
#> 13522                                                  Hydro       0.0000
#> 13523                                             Geothermal       0.0000
#> 13524                                    Solar photovoltaics       0.0000
#> 13525                                          Solar thermal       0.0000
#> 13526                                   Tide, wave and ocean       0.0000
#> 13527                                                   Wind       0.0000
#> 13528                                          Other sources       0.0000
#> 13529                                            Electricity       0.0000
#> 13530                                                   Heat       0.0000
#> 13531                                                  Total       0.0000
#> 13532                                       Memo: Renewables       0.0000
#> 13533                               Hard coal (if no detail)       0.0000
#> 13534                              Brown coal (if no detail)       0.0000
#> 13535                                             Anthracite       0.0000
#> 13536                                            Coking coal       0.0000
#> 13537                                  Other bituminous coal       0.0000
#> 13538                                    Sub-bituminous coal       0.0000
#> 13539                                                Lignite       0.0000
#> 13540                                            Patent fuel       0.0000
#> 13541                                         Coke oven coke       0.0000
#> 13542                                               Gas coke       0.0000
#> 13543                                               Coal tar       0.0000
#> 13544                                                    BKB       0.0000
#> 13545                                          Gas works gas       0.0000
#> 13546                                          Coke oven gas       0.0000
#> 13547                                      Blast furnace gas       0.0000
#> 13548                                  Other recovered gases       0.0000
#> 13549                                                   Peat       0.0000
#> 13550                                          Peat products       0.0000
#> 13551                                Oil shale and oil sands       0.0000
#> 13552                                            Natural gas       0.0000
#> 13553                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13554                                              Crude oil       0.0000
#> 13555                                    Natural gas liquids       0.0000
#> 13556                                    Refinery feedstocks       0.0000
#> 13557                          Additives/blending components       0.0000
#> 13558                                     Other hydrocarbons       0.0000
#> 13559                                           Refinery gas       0.0000
#> 13560                                                 Ethane       0.0000
#> 13561                        Liquefied petroleum gases (LPG)       0.0000
#> 13562                          Motor gasoline excl. biofuels       0.0000
#> 13563                                      Aviation gasoline       0.0000
#> 13564                                 Gasoline type jet fuel       0.0000
#> 13565                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13566                                         Other kerosene       0.0000
#> 13567                          Gas/diesel oil excl. biofuels       0.0000
#> 13568                                               Fuel oil       0.0000
#> 13569                                                Naphtha       0.0000
#> 13570                                     White spirit & SBP       0.0000
#> 13571                                             Lubricants       0.0000
#> 13572                                                Bitumen       0.0000
#> 13573                                         Paraffin waxes       0.0000
#> 13574                                         Petroleum coke       0.0000
#> 13575                                     Other oil products       0.0000
#> 13576                                       Industrial waste       0.0000
#> 13577                            Municipal waste (renewable)       0.0000
#> 13578                        Municipal waste (non-renewable)       0.0000
#> 13579                                 Primary solid biofuels       0.0000
#> 13580                                               Biogases       0.0000
#> 13581                                            Biogasoline       0.0000
#> 13582                                             Biodiesels       0.0000
#> 13583                                       Bio jet kerosene       0.0000
#> 13584                                  Other liquid biofuels       0.0000
#> 13585               Non-specified primary biofuels and waste       0.0000
#> 13586                                               Charcoal       0.0000
#> 13587 Elec/heat output from non-specified manufactured gases       0.0000
#> 13588       Heat output from non-specified combustible fuels       0.0000
#> 13589                                                Nuclear       0.0000
#> 13590                                                  Hydro       0.0000
#> 13591                                             Geothermal       0.0000
#> 13592                                    Solar photovoltaics       0.0000
#> 13593                                          Solar thermal       0.0000
#> 13594                                   Tide, wave and ocean       0.0000
#> 13595                                                   Wind       0.0000
#> 13596                                          Other sources       0.0000
#> 13597                                            Electricity       0.0000
#> 13598                                                   Heat       0.0000
#> 13599                                                  Total       0.0000
#> 13600                                       Memo: Renewables       0.0000
#> 13601                               Hard coal (if no detail)       0.0000
#> 13602                              Brown coal (if no detail)       0.0000
#> 13603                                             Anthracite       0.0000
#> 13604                                            Coking coal       0.0000
#> 13605                                  Other bituminous coal       0.0000
#> 13606                                    Sub-bituminous coal       0.0000
#> 13607                                                Lignite       0.0000
#> 13608                                            Patent fuel       0.0000
#> 13609                                         Coke oven coke       0.0000
#> 13610                                               Gas coke       0.0000
#> 13611                                               Coal tar       0.0000
#> 13612                                                    BKB       0.0000
#> 13613                                          Gas works gas       0.0000
#> 13614                                          Coke oven gas       0.0000
#> 13615                                      Blast furnace gas       0.0000
#> 13616                                  Other recovered gases       0.0000
#> 13617                                                   Peat       0.0000
#> 13618                                          Peat products       0.0000
#> 13619                                Oil shale and oil sands       0.0000
#> 13620                                            Natural gas       0.0000
#> 13621                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13622                                              Crude oil       0.0000
#> 13623                                    Natural gas liquids       0.0000
#> 13624                                    Refinery feedstocks       0.0000
#> 13625                          Additives/blending components       0.0000
#> 13626                                     Other hydrocarbons       0.0000
#> 13627                                           Refinery gas       0.0000
#> 13628                                                 Ethane       0.0000
#> 13629                        Liquefied petroleum gases (LPG)       0.0000
#> 13630                          Motor gasoline excl. biofuels       0.0000
#> 13631                                      Aviation gasoline       0.0000
#> 13632                                 Gasoline type jet fuel       0.0000
#> 13633                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13634                                         Other kerosene       0.0000
#> 13635                          Gas/diesel oil excl. biofuels       0.0000
#> 13636                                               Fuel oil       0.0000
#> 13637                                                Naphtha       0.0000
#> 13638                                     White spirit & SBP       0.0000
#> 13639                                             Lubricants       0.0000
#> 13640                                                Bitumen       0.0000
#> 13641                                         Paraffin waxes       0.0000
#> 13642                                         Petroleum coke       0.0000
#> 13643                                     Other oil products       0.0000
#> 13644                                       Industrial waste       0.0000
#> 13645                            Municipal waste (renewable)       0.0000
#> 13646                        Municipal waste (non-renewable)       0.0000
#> 13647                                 Primary solid biofuels       0.0000
#> 13648                                               Biogases       0.0000
#> 13649                                            Biogasoline       0.0000
#> 13650                                             Biodiesels       0.0000
#> 13651                                       Bio jet kerosene       0.0000
#> 13652                                  Other liquid biofuels       0.0000
#> 13653               Non-specified primary biofuels and waste       0.0000
#> 13654                                               Charcoal       0.0000
#> 13655 Elec/heat output from non-specified manufactured gases       0.0000
#> 13656       Heat output from non-specified combustible fuels       0.0000
#> 13657                                                Nuclear       0.0000
#> 13658                                                  Hydro       0.0000
#> 13659                                             Geothermal       0.0000
#> 13660                                    Solar photovoltaics       0.0000
#> 13661                                          Solar thermal       0.0000
#> 13662                                   Tide, wave and ocean       0.0000
#> 13663                                                   Wind       0.0000
#> 13664                                          Other sources       0.0000
#> 13665                                            Electricity       0.0000
#> 13666                                                   Heat       0.0000
#> 13667                                                  Total       0.0000
#> 13668                                       Memo: Renewables       0.0000
#> 13669                               Hard coal (if no detail)       0.0000
#> 13670                              Brown coal (if no detail)       0.0000
#> 13671                                             Anthracite       0.0000
#> 13672                                            Coking coal       0.0000
#> 13673                                  Other bituminous coal       0.0000
#> 13674                                    Sub-bituminous coal       0.0000
#> 13675                                                Lignite       0.0000
#> 13676                                            Patent fuel       0.0000
#> 13677                                         Coke oven coke       0.0000
#> 13678                                               Gas coke       0.0000
#> 13679                                               Coal tar       0.0000
#> 13680                                                    BKB       0.0000
#> 13681                                          Gas works gas       0.0000
#> 13682                                          Coke oven gas       0.0000
#> 13683                                      Blast furnace gas       0.0000
#> 13684                                  Other recovered gases       0.0000
#> 13685                                                   Peat       0.0000
#> 13686                                          Peat products       0.0000
#> 13687                                Oil shale and oil sands       0.0000
#> 13688                                            Natural gas       0.0000
#> 13689                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13690                                              Crude oil       0.0000
#> 13691                                    Natural gas liquids       0.0000
#> 13692                                    Refinery feedstocks       0.0000
#> 13693                          Additives/blending components       0.0000
#> 13694                                     Other hydrocarbons       0.0000
#> 13695                                           Refinery gas       0.0000
#> 13696                                                 Ethane       0.0000
#> 13697                        Liquefied petroleum gases (LPG)       0.0000
#> 13698                          Motor gasoline excl. biofuels       0.0000
#> 13699                                      Aviation gasoline       0.0000
#> 13700                                 Gasoline type jet fuel       0.0000
#> 13701                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13702                                         Other kerosene       0.0000
#> 13703                          Gas/diesel oil excl. biofuels       0.0000
#> 13704                                               Fuel oil       0.0000
#> 13705                                                Naphtha       0.0000
#> 13706                                     White spirit & SBP       0.0000
#> 13707                                             Lubricants       0.0000
#> 13708                                                Bitumen       0.0000
#> 13709                                         Paraffin waxes       0.0000
#> 13710                                         Petroleum coke       0.0000
#> 13711                                     Other oil products       0.0000
#> 13712                                       Industrial waste       0.0000
#> 13713                            Municipal waste (renewable)       0.0000
#> 13714                        Municipal waste (non-renewable)       0.0000
#> 13715                                 Primary solid biofuels       0.0000
#> 13716                                               Biogases       0.0000
#> 13717                                            Biogasoline       0.0000
#> 13718                                             Biodiesels       0.0000
#> 13719                                       Bio jet kerosene       0.0000
#> 13720                                  Other liquid biofuels       0.0000
#> 13721               Non-specified primary biofuels and waste       0.0000
#> 13722                                               Charcoal       0.0000
#> 13723 Elec/heat output from non-specified manufactured gases       0.0000
#> 13724       Heat output from non-specified combustible fuels       0.0000
#> 13725                                                Nuclear       0.0000
#> 13726                                                  Hydro       0.0000
#> 13727                                             Geothermal       0.0000
#> 13728                                    Solar photovoltaics       0.0000
#> 13729                                          Solar thermal       0.0000
#> 13730                                   Tide, wave and ocean       0.0000
#> 13731                                                   Wind       0.0000
#> 13732                                          Other sources       0.0000
#> 13733                                            Electricity       0.0000
#> 13734                                                   Heat       0.0000
#> 13735                                                  Total       0.0000
#> 13736                                       Memo: Renewables       0.0000
#> 13737                               Hard coal (if no detail)       0.0000
#> 13738                              Brown coal (if no detail)       0.0000
#> 13739                                             Anthracite       0.0000
#> 13740                                            Coking coal       0.0000
#> 13741                                  Other bituminous coal       0.0000
#> 13742                                    Sub-bituminous coal       0.0000
#> 13743                                                Lignite       0.0000
#> 13744                                            Patent fuel       0.0000
#> 13745                                         Coke oven coke       0.0000
#> 13746                                               Gas coke       0.0000
#> 13747                                               Coal tar       0.0000
#> 13748                                                    BKB       0.0000
#> 13749                                          Gas works gas       0.0000
#> 13750                                          Coke oven gas       0.0000
#> 13751                                      Blast furnace gas       0.0000
#> 13752                                  Other recovered gases       0.0000
#> 13753                                                   Peat       0.0000
#> 13754                                          Peat products       0.0000
#> 13755                                Oil shale and oil sands       0.0000
#> 13756                                            Natural gas       0.0000
#> 13757                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13758                                              Crude oil       0.0000
#> 13759                                    Natural gas liquids       0.0000
#> 13760                                    Refinery feedstocks       0.0000
#> 13761                          Additives/blending components       0.0000
#> 13762                                     Other hydrocarbons       0.0000
#> 13763                                           Refinery gas       0.0000
#> 13764                                                 Ethane       0.0000
#> 13765                        Liquefied petroleum gases (LPG)       0.0000
#> 13766                          Motor gasoline excl. biofuels       0.0000
#> 13767                                      Aviation gasoline       0.0000
#> 13768                                 Gasoline type jet fuel       0.0000
#> 13769                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13770                                         Other kerosene       0.0000
#> 13771                          Gas/diesel oil excl. biofuels       0.0000
#> 13772                                               Fuel oil       0.0000
#> 13773                                                Naphtha       0.0000
#> 13774                                     White spirit & SBP       0.0000
#> 13775                                             Lubricants       0.0000
#> 13776                                                Bitumen       0.0000
#> 13777                                         Paraffin waxes       0.0000
#> 13778                                         Petroleum coke       0.0000
#> 13779                                     Other oil products       0.0000
#> 13780                                       Industrial waste       0.0000
#> 13781                            Municipal waste (renewable)       0.0000
#> 13782                        Municipal waste (non-renewable)       0.0000
#> 13783                                 Primary solid biofuels       0.0000
#> 13784                                               Biogases       0.0000
#> 13785                                            Biogasoline       0.0000
#> 13786                                             Biodiesels       0.0000
#> 13787                                       Bio jet kerosene       0.0000
#> 13788                                  Other liquid biofuels       0.0000
#> 13789               Non-specified primary biofuels and waste       0.0000
#> 13790                                               Charcoal       0.0000
#> 13791 Elec/heat output from non-specified manufactured gases       0.0000
#> 13792       Heat output from non-specified combustible fuels       0.0000
#> 13793                                                Nuclear       0.0000
#> 13794                                                  Hydro       0.0000
#> 13795                                             Geothermal       0.0000
#> 13796                                    Solar photovoltaics       0.0000
#> 13797                                          Solar thermal       0.0000
#> 13798                                   Tide, wave and ocean       0.0000
#> 13799                                                   Wind       0.0000
#> 13800                                          Other sources       0.0000
#> 13801                                            Electricity       0.0000
#> 13802                                                   Heat       0.0000
#> 13803                                                  Total       0.0000
#> 13804                                       Memo: Renewables       0.0000
#> 13805                               Hard coal (if no detail)       0.0000
#> 13806                              Brown coal (if no detail)       0.0000
#> 13807                                             Anthracite       0.0000
#> 13808                                            Coking coal       0.0000
#> 13809                                  Other bituminous coal       0.0000
#> 13810                                    Sub-bituminous coal       0.0000
#> 13811                                                Lignite       0.0000
#> 13812                                            Patent fuel       0.0000
#> 13813                                         Coke oven coke       0.0000
#> 13814                                               Gas coke       0.0000
#> 13815                                               Coal tar       0.0000
#> 13816                                                    BKB       0.0000
#> 13817                                          Gas works gas       0.0000
#> 13818                                          Coke oven gas       0.0000
#> 13819                                      Blast furnace gas       0.0000
#> 13820                                  Other recovered gases       0.0000
#> 13821                                                   Peat       0.0000
#> 13822                                          Peat products       0.0000
#> 13823                                Oil shale and oil sands       0.0000
#> 13824                                            Natural gas       0.0000
#> 13825                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13826                                              Crude oil       0.0000
#> 13827                                    Natural gas liquids       0.0000
#> 13828                                    Refinery feedstocks       0.0000
#> 13829                          Additives/blending components       0.0000
#> 13830                                     Other hydrocarbons       0.0000
#> 13831                                           Refinery gas       0.0000
#> 13832                                                 Ethane       0.0000
#> 13833                        Liquefied petroleum gases (LPG)       0.0000
#> 13834                          Motor gasoline excl. biofuels       0.0000
#> 13835                                      Aviation gasoline       0.0000
#> 13836                                 Gasoline type jet fuel       0.0000
#> 13837                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13838                                         Other kerosene       0.0000
#> 13839                          Gas/diesel oil excl. biofuels       0.0000
#> 13840                                               Fuel oil       0.0000
#> 13841                                                Naphtha       0.0000
#> 13842                                     White spirit & SBP       0.0000
#> 13843                                             Lubricants       0.0000
#> 13844                                                Bitumen       0.0000
#> 13845                                         Paraffin waxes       0.0000
#> 13846                                         Petroleum coke       0.0000
#> 13847                                     Other oil products       0.0000
#> 13848                                       Industrial waste       0.0000
#> 13849                            Municipal waste (renewable)       0.0000
#> 13850                        Municipal waste (non-renewable)       0.0000
#> 13851                                 Primary solid biofuels       0.0000
#> 13852                                               Biogases       0.0000
#> 13853                                            Biogasoline       0.0000
#> 13854                                             Biodiesels       0.0000
#> 13855                                       Bio jet kerosene       0.0000
#> 13856                                  Other liquid biofuels       0.0000
#> 13857               Non-specified primary biofuels and waste       0.0000
#> 13858                                               Charcoal       0.0000
#> 13859 Elec/heat output from non-specified manufactured gases       0.0000
#> 13860       Heat output from non-specified combustible fuels       0.0000
#> 13861                                                Nuclear       0.0000
#> 13862                                                  Hydro       0.0000
#> 13863                                             Geothermal       0.0000
#> 13864                                    Solar photovoltaics       0.0000
#> 13865                                          Solar thermal       0.0000
#> 13866                                   Tide, wave and ocean       0.0000
#> 13867                                                   Wind       0.0000
#> 13868                                          Other sources       0.0000
#> 13869                                            Electricity       0.0000
#> 13870                                                   Heat       0.0000
#> 13871                                                  Total       0.0000
#> 13872                                       Memo: Renewables       0.0000
#> 13873                               Hard coal (if no detail)       0.0000
#> 13874                              Brown coal (if no detail)       0.0000
#> 13875                                             Anthracite       0.0000
#> 13876                                            Coking coal       0.0000
#> 13877                                  Other bituminous coal       0.0000
#> 13878                                    Sub-bituminous coal       0.0000
#> 13879                                                Lignite       0.0000
#> 13880                                            Patent fuel       0.0000
#> 13881                                         Coke oven coke       0.0000
#> 13882                                               Gas coke       0.0000
#> 13883                                               Coal tar       0.0000
#> 13884                                                    BKB       0.0000
#> 13885                                          Gas works gas       0.0000
#> 13886                                          Coke oven gas       0.0000
#> 13887                                      Blast furnace gas       0.0000
#> 13888                                  Other recovered gases       0.0000
#> 13889                                                   Peat       0.0000
#> 13890                                          Peat products       0.0000
#> 13891                                Oil shale and oil sands       0.0000
#> 13892                                            Natural gas       0.0000
#> 13893                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13894                                              Crude oil       0.0000
#> 13895                                    Natural gas liquids       0.0000
#> 13896                                    Refinery feedstocks       0.0000
#> 13897                          Additives/blending components       0.0000
#> 13898                                     Other hydrocarbons       0.0000
#> 13899                                           Refinery gas       0.0000
#> 13900                                                 Ethane       0.0000
#> 13901                        Liquefied petroleum gases (LPG)       0.0000
#> 13902                          Motor gasoline excl. biofuels       0.0000
#> 13903                                      Aviation gasoline       0.0000
#> 13904                                 Gasoline type jet fuel       0.0000
#> 13905                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13906                                         Other kerosene       0.0000
#> 13907                          Gas/diesel oil excl. biofuels       0.0000
#> 13908                                               Fuel oil       0.0000
#> 13909                                                Naphtha       0.0000
#> 13910                                     White spirit & SBP       0.0000
#> 13911                                             Lubricants       0.0000
#> 13912                                                Bitumen       0.0000
#> 13913                                         Paraffin waxes       0.0000
#> 13914                                         Petroleum coke       0.0000
#> 13915                                     Other oil products       0.0000
#> 13916                                       Industrial waste       0.0000
#> 13917                            Municipal waste (renewable)       0.0000
#> 13918                        Municipal waste (non-renewable)       0.0000
#> 13919                                 Primary solid biofuels       0.0000
#> 13920                                               Biogases       0.0000
#> 13921                                            Biogasoline       0.0000
#> 13922                                             Biodiesels       0.0000
#> 13923                                       Bio jet kerosene       0.0000
#> 13924                                  Other liquid biofuels       0.0000
#> 13925               Non-specified primary biofuels and waste       0.0000
#> 13926                                               Charcoal       0.0000
#> 13927 Elec/heat output from non-specified manufactured gases       0.0000
#> 13928       Heat output from non-specified combustible fuels       0.0000
#> 13929                                                Nuclear       0.0000
#> 13930                                                  Hydro       0.0000
#> 13931                                             Geothermal       0.0000
#> 13932                                    Solar photovoltaics       0.0000
#> 13933                                          Solar thermal       0.0000
#> 13934                                   Tide, wave and ocean       0.0000
#> 13935                                                   Wind       0.0000
#> 13936                                          Other sources       0.0000
#> 13937                                            Electricity       0.0000
#> 13938                                                   Heat       0.0000
#> 13939                                                  Total       0.0000
#> 13940                                       Memo: Renewables       0.0000
#> 13941                               Hard coal (if no detail)       0.0000
#> 13942                              Brown coal (if no detail)       0.0000
#> 13943                                             Anthracite       0.0000
#> 13944                                            Coking coal       0.0000
#> 13945                                  Other bituminous coal       0.0000
#> 13946                                    Sub-bituminous coal       0.0000
#> 13947                                                Lignite       0.0000
#> 13948                                            Patent fuel       0.0000
#> 13949                                         Coke oven coke       0.0000
#> 13950                                               Gas coke       0.0000
#> 13951                                               Coal tar       0.0000
#> 13952                                                    BKB       0.0000
#> 13953                                          Gas works gas       0.0000
#> 13954                                          Coke oven gas       0.0000
#> 13955                                      Blast furnace gas       0.0000
#> 13956                                  Other recovered gases       0.0000
#> 13957                                                   Peat       0.0000
#> 13958                                          Peat products       0.0000
#> 13959                                Oil shale and oil sands       0.0000
#> 13960                                            Natural gas       0.0000
#> 13961                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 13962                                              Crude oil       0.0000
#> 13963                                    Natural gas liquids       0.0000
#> 13964                                    Refinery feedstocks       0.0000
#> 13965                          Additives/blending components       0.0000
#> 13966                                     Other hydrocarbons       0.0000
#> 13967                                           Refinery gas       0.0000
#> 13968                                                 Ethane       0.0000
#> 13969                        Liquefied petroleum gases (LPG)       0.0000
#> 13970                          Motor gasoline excl. biofuels       0.0000
#> 13971                                      Aviation gasoline       0.0000
#> 13972                                 Gasoline type jet fuel       0.0000
#> 13973                  Kerosene type jet fuel excl. biofuels       0.0000
#> 13974                                         Other kerosene       0.0000
#> 13975                          Gas/diesel oil excl. biofuels       0.0000
#> 13976                                               Fuel oil       0.0000
#> 13977                                                Naphtha       0.0000
#> 13978                                     White spirit & SBP       0.0000
#> 13979                                             Lubricants       0.0000
#> 13980                                                Bitumen       0.0000
#> 13981                                         Paraffin waxes       0.0000
#> 13982                                         Petroleum coke       0.0000
#> 13983                                     Other oil products       0.0000
#> 13984                                       Industrial waste       0.0000
#> 13985                            Municipal waste (renewable)       0.0000
#> 13986                        Municipal waste (non-renewable)       0.0000
#> 13987                                 Primary solid biofuels       0.0000
#> 13988                                               Biogases       0.0000
#> 13989                                            Biogasoline       0.0000
#> 13990                                             Biodiesels       0.0000
#> 13991                                       Bio jet kerosene       0.0000
#> 13992                                  Other liquid biofuels       0.0000
#> 13993               Non-specified primary biofuels and waste       0.0000
#> 13994                                               Charcoal       0.0000
#> 13995 Elec/heat output from non-specified manufactured gases       0.0000
#> 13996       Heat output from non-specified combustible fuels       0.0000
#> 13997                                                Nuclear       0.0000
#> 13998                                                  Hydro       0.0000
#> 13999                                             Geothermal       0.0000
#> 14000                                    Solar photovoltaics       0.0000
#> 14001                                          Solar thermal       0.0000
#> 14002                                   Tide, wave and ocean       0.0000
#> 14003                                                   Wind       0.0000
#> 14004                                          Other sources       0.0000
#> 14005                                            Electricity       0.0000
#> 14006                                                   Heat       0.0000
#> 14007                                                  Total       0.0000
#> 14008                                       Memo: Renewables       0.0000
#> 14009                               Hard coal (if no detail)   54535.0000
#> 14010                              Brown coal (if no detail)       0.0000
#> 14011                                             Anthracite       0.0000
#> 14012                                            Coking coal       0.0000
#> 14013                                  Other bituminous coal       0.0000
#> 14014                                    Sub-bituminous coal       0.0000
#> 14015                                                Lignite       0.0000
#> 14016                                            Patent fuel       0.0000
#> 14017                                         Coke oven coke       0.0000
#> 14018                                               Gas coke       0.0000
#> 14019                                               Coal tar       0.0000
#> 14020                                                    BKB       0.0000
#> 14021                                          Gas works gas       0.0000
#> 14022                                          Coke oven gas       0.0000
#> 14023                                      Blast furnace gas       0.0000
#> 14024                                  Other recovered gases       0.0000
#> 14025                                                   Peat       0.0000
#> 14026                                          Peat products       0.0000
#> 14027                                Oil shale and oil sands       0.0000
#> 14028                                            Natural gas       0.0000
#> 14029                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14030                                              Crude oil       0.0000
#> 14031                                    Natural gas liquids       0.0000
#> 14032                                    Refinery feedstocks       0.0000
#> 14033                          Additives/blending components       0.0000
#> 14034                                     Other hydrocarbons       0.0000
#> 14035                                           Refinery gas       0.0000
#> 14036                                                 Ethane       0.0000
#> 14037                        Liquefied petroleum gases (LPG)       0.0000
#> 14038                          Motor gasoline excl. biofuels       0.0000
#> 14039                                      Aviation gasoline       0.0000
#> 14040                                 Gasoline type jet fuel       0.0000
#> 14041                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14042                                         Other kerosene       0.0000
#> 14043                          Gas/diesel oil excl. biofuels       0.0000
#> 14044                                               Fuel oil       0.0000
#> 14045                                                Naphtha       0.0000
#> 14046                                     White spirit & SBP       0.0000
#> 14047                                             Lubricants       0.0000
#> 14048                                                Bitumen       0.0000
#> 14049                                         Paraffin waxes       0.0000
#> 14050                                         Petroleum coke       0.0000
#> 14051                                     Other oil products       0.0000
#> 14052                                       Industrial waste       0.0000
#> 14053                            Municipal waste (renewable)       0.0000
#> 14054                        Municipal waste (non-renewable)       0.0000
#> 14055                                 Primary solid biofuels       0.0000
#> 14056                                               Biogases       0.0000
#> 14057                                            Biogasoline       0.0000
#> 14058                                             Biodiesels       0.0000
#> 14059                                       Bio jet kerosene       0.0000
#> 14060                                  Other liquid biofuels       0.0000
#> 14061               Non-specified primary biofuels and waste       0.0000
#> 14062                                               Charcoal       0.0000
#> 14063 Elec/heat output from non-specified manufactured gases       0.0000
#> 14064       Heat output from non-specified combustible fuels       0.0000
#> 14065                                                Nuclear       0.0000
#> 14066                                                  Hydro     112.0000
#> 14067                                             Geothermal       0.0000
#> 14068                                    Solar photovoltaics       0.0000
#> 14069                                          Solar thermal       0.0000
#> 14070                                   Tide, wave and ocean       0.0000
#> 14071                                                   Wind       0.0000
#> 14072                                          Other sources       0.0000
#> 14073                                            Electricity       0.0000
#> 14074                                                   Heat       0.0000
#> 14075                                                  Total   54647.0000
#> 14076                                       Memo: Renewables     112.0000
#> 14077                               Hard coal (if no detail)   52628.0000
#> 14078                              Brown coal (if no detail)       0.0000
#> 14079                                             Anthracite       0.0000
#> 14080                                            Coking coal       0.0000
#> 14081                                  Other bituminous coal       0.0000
#> 14082                                    Sub-bituminous coal       0.0000
#> 14083                                                Lignite       0.0000
#> 14084                                            Patent fuel       0.0000
#> 14085                                         Coke oven coke       0.0000
#> 14086                                               Gas coke       0.0000
#> 14087                                               Coal tar       0.0000
#> 14088                                                    BKB       0.0000
#> 14089                                          Gas works gas       0.0000
#> 14090                                          Coke oven gas       0.0000
#> 14091                                      Blast furnace gas       0.0000
#> 14092                                  Other recovered gases       0.0000
#> 14093                                                   Peat       0.0000
#> 14094                                          Peat products       0.0000
#> 14095                                Oil shale and oil sands       0.0000
#> 14096                                            Natural gas       0.0000
#> 14097                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14098                                              Crude oil       0.0000
#> 14099                                    Natural gas liquids       0.0000
#> 14100                                    Refinery feedstocks       0.0000
#> 14101                          Additives/blending components       0.0000
#> 14102                                     Other hydrocarbons       0.0000
#> 14103                                           Refinery gas       0.0000
#> 14104                                                 Ethane       0.0000
#> 14105                        Liquefied petroleum gases (LPG)       0.0000
#> 14106                          Motor gasoline excl. biofuels       0.0000
#> 14107                                      Aviation gasoline       0.0000
#> 14108                                 Gasoline type jet fuel       0.0000
#> 14109                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14110                                         Other kerosene       0.0000
#> 14111                          Gas/diesel oil excl. biofuels       0.0000
#> 14112                                               Fuel oil       0.0000
#> 14113                                                Naphtha       0.0000
#> 14114                                     White spirit & SBP       0.0000
#> 14115                                             Lubricants       0.0000
#> 14116                                                Bitumen       0.0000
#> 14117                                         Paraffin waxes       0.0000
#> 14118                                         Petroleum coke       0.0000
#> 14119                                     Other oil products       0.0000
#> 14120                                       Industrial waste       0.0000
#> 14121                            Municipal waste (renewable)       0.0000
#> 14122                        Municipal waste (non-renewable)       0.0000
#> 14123                                 Primary solid biofuels       0.0000
#> 14124                                               Biogases       0.0000
#> 14125                                            Biogasoline       0.0000
#> 14126                                             Biodiesels       0.0000
#> 14127                                       Bio jet kerosene       0.0000
#> 14128                                  Other liquid biofuels       0.0000
#> 14129               Non-specified primary biofuels and waste       0.0000
#> 14130                                               Charcoal       0.0000
#> 14131 Elec/heat output from non-specified manufactured gases       0.0000
#> 14132       Heat output from non-specified combustible fuels       0.0000
#> 14133                                                Nuclear       0.0000
#> 14134                                                  Hydro      94.0000
#> 14135                                             Geothermal       0.0000
#> 14136                                    Solar photovoltaics       0.0000
#> 14137                                          Solar thermal       0.0000
#> 14138                                   Tide, wave and ocean       0.0000
#> 14139                                                   Wind       0.0000
#> 14140                                          Other sources       0.0000
#> 14141                                            Electricity       0.0000
#> 14142                                                   Heat       0.0000
#> 14143                                                  Total   52722.0000
#> 14144                                       Memo: Renewables      94.0000
#> 14145                               Hard coal (if no detail)    1907.0000
#> 14146                              Brown coal (if no detail)       0.0000
#> 14147                                             Anthracite       0.0000
#> 14148                                            Coking coal       0.0000
#> 14149                                  Other bituminous coal       0.0000
#> 14150                                    Sub-bituminous coal       0.0000
#> 14151                                                Lignite       0.0000
#> 14152                                            Patent fuel       0.0000
#> 14153                                         Coke oven coke       0.0000
#> 14154                                               Gas coke       0.0000
#> 14155                                               Coal tar       0.0000
#> 14156                                                    BKB       0.0000
#> 14157                                          Gas works gas       0.0000
#> 14158                                          Coke oven gas       0.0000
#> 14159                                      Blast furnace gas       0.0000
#> 14160                                  Other recovered gases       0.0000
#> 14161                                                   Peat       0.0000
#> 14162                                          Peat products       0.0000
#> 14163                                Oil shale and oil sands       0.0000
#> 14164                                            Natural gas       0.0000
#> 14165                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14166                                              Crude oil       0.0000
#> 14167                                    Natural gas liquids       0.0000
#> 14168                                    Refinery feedstocks       0.0000
#> 14169                          Additives/blending components       0.0000
#> 14170                                     Other hydrocarbons       0.0000
#> 14171                                           Refinery gas       0.0000
#> 14172                                                 Ethane       0.0000
#> 14173                        Liquefied petroleum gases (LPG)       0.0000
#> 14174                          Motor gasoline excl. biofuels       0.0000
#> 14175                                      Aviation gasoline       0.0000
#> 14176                                 Gasoline type jet fuel       0.0000
#> 14177                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14178                                         Other kerosene       0.0000
#> 14179                          Gas/diesel oil excl. biofuels       0.0000
#> 14180                                               Fuel oil       0.0000
#> 14181                                                Naphtha       0.0000
#> 14182                                     White spirit & SBP       0.0000
#> 14183                                             Lubricants       0.0000
#> 14184                                                Bitumen       0.0000
#> 14185                                         Paraffin waxes       0.0000
#> 14186                                         Petroleum coke       0.0000
#> 14187                                     Other oil products       0.0000
#> 14188                                       Industrial waste       0.0000
#> 14189                            Municipal waste (renewable)       0.0000
#> 14190                        Municipal waste (non-renewable)       0.0000
#> 14191                                 Primary solid biofuels       0.0000
#> 14192                                               Biogases       0.0000
#> 14193                                            Biogasoline       0.0000
#> 14194                                             Biodiesels       0.0000
#> 14195                                       Bio jet kerosene       0.0000
#> 14196                                  Other liquid biofuels       0.0000
#> 14197               Non-specified primary biofuels and waste       0.0000
#> 14198                                               Charcoal       0.0000
#> 14199 Elec/heat output from non-specified manufactured gases       0.0000
#> 14200       Heat output from non-specified combustible fuels       0.0000
#> 14201                                                Nuclear       0.0000
#> 14202                                                  Hydro      18.0000
#> 14203                                             Geothermal       0.0000
#> 14204                                    Solar photovoltaics       0.0000
#> 14205                                          Solar thermal       0.0000
#> 14206                                   Tide, wave and ocean       0.0000
#> 14207                                                   Wind       0.0000
#> 14208                                          Other sources       0.0000
#> 14209                                            Electricity       0.0000
#> 14210                                                   Heat       0.0000
#> 14211                                                  Total    1925.0000
#> 14212                                       Memo: Renewables      18.0000
#> 14213                               Hard coal (if no detail)       0.0000
#> 14214                              Brown coal (if no detail)       0.0000
#> 14215                                             Anthracite       0.0000
#> 14216                                            Coking coal       0.0000
#> 14217                                  Other bituminous coal       0.0000
#> 14218                                    Sub-bituminous coal       0.0000
#> 14219                                                Lignite       0.0000
#> 14220                                            Patent fuel       0.0000
#> 14221                                         Coke oven coke       0.0000
#> 14222                                               Gas coke       0.0000
#> 14223                                               Coal tar       0.0000
#> 14224                                                    BKB       0.0000
#> 14225                                          Gas works gas       0.0000
#> 14226                                          Coke oven gas       0.0000
#> 14227                                      Blast furnace gas       0.0000
#> 14228                                  Other recovered gases       0.0000
#> 14229                                                   Peat       0.0000
#> 14230                                          Peat products       0.0000
#> 14231                                Oil shale and oil sands       0.0000
#> 14232                                            Natural gas       0.0000
#> 14233                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14234                                              Crude oil       0.0000
#> 14235                                    Natural gas liquids       0.0000
#> 14236                                    Refinery feedstocks       0.0000
#> 14237                          Additives/blending components       0.0000
#> 14238                                     Other hydrocarbons       0.0000
#> 14239                                           Refinery gas       0.0000
#> 14240                                                 Ethane       0.0000
#> 14241                        Liquefied petroleum gases (LPG)       0.0000
#> 14242                          Motor gasoline excl. biofuels       0.0000
#> 14243                                      Aviation gasoline       0.0000
#> 14244                                 Gasoline type jet fuel       0.0000
#> 14245                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14246                                         Other kerosene       0.0000
#> 14247                          Gas/diesel oil excl. biofuels       0.0000
#> 14248                                               Fuel oil       0.0000
#> 14249                                                Naphtha       0.0000
#> 14250                                     White spirit & SBP       0.0000
#> 14251                                             Lubricants       0.0000
#> 14252                                                Bitumen       0.0000
#> 14253                                         Paraffin waxes       0.0000
#> 14254                                         Petroleum coke       0.0000
#> 14255                                     Other oil products       0.0000
#> 14256                                       Industrial waste       0.0000
#> 14257                            Municipal waste (renewable)       0.0000
#> 14258                        Municipal waste (non-renewable)       0.0000
#> 14259                                 Primary solid biofuels       0.0000
#> 14260                                               Biogases       0.0000
#> 14261                                            Biogasoline       0.0000
#> 14262                                             Biodiesels       0.0000
#> 14263                                       Bio jet kerosene       0.0000
#> 14264                                  Other liquid biofuels       0.0000
#> 14265               Non-specified primary biofuels and waste       0.0000
#> 14266                                               Charcoal       0.0000
#> 14267 Elec/heat output from non-specified manufactured gases       0.0000
#> 14268       Heat output from non-specified combustible fuels       0.0000
#> 14269                                                Nuclear       0.0000
#> 14270                                                  Hydro       0.0000
#> 14271                                             Geothermal       0.0000
#> 14272                                    Solar photovoltaics       0.0000
#> 14273                                          Solar thermal       0.0000
#> 14274                                   Tide, wave and ocean       0.0000
#> 14275                                                   Wind       0.0000
#> 14276                                          Other sources       0.0000
#> 14277                                            Electricity       0.0000
#> 14278                                                   Heat       0.0000
#> 14279                                                  Total       0.0000
#> 14280                                       Memo: Renewables       0.0000
#> 14281                               Hard coal (if no detail)       0.0000
#> 14282                              Brown coal (if no detail)       0.0000
#> 14283                                             Anthracite       0.0000
#> 14284                                            Coking coal       0.0000
#> 14285                                  Other bituminous coal       0.0000
#> 14286                                    Sub-bituminous coal       0.0000
#> 14287                                                Lignite       0.0000
#> 14288                                            Patent fuel       0.0000
#> 14289                                         Coke oven coke       0.0000
#> 14290                                               Gas coke       0.0000
#> 14291                                               Coal tar       0.0000
#> 14292                                                    BKB       0.0000
#> 14293                                          Gas works gas       0.0000
#> 14294                                          Coke oven gas       0.0000
#> 14295                                      Blast furnace gas       0.0000
#> 14296                                  Other recovered gases       0.0000
#> 14297                                                   Peat       0.0000
#> 14298                                          Peat products       0.0000
#> 14299                                Oil shale and oil sands       0.0000
#> 14300                                            Natural gas       0.0000
#> 14301                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14302                                              Crude oil       0.0000
#> 14303                                    Natural gas liquids       0.0000
#> 14304                                    Refinery feedstocks       0.0000
#> 14305                          Additives/blending components       0.0000
#> 14306                                     Other hydrocarbons       0.0000
#> 14307                                           Refinery gas       0.0000
#> 14308                                                 Ethane       0.0000
#> 14309                        Liquefied petroleum gases (LPG)       0.0000
#> 14310                          Motor gasoline excl. biofuels       0.0000
#> 14311                                      Aviation gasoline       0.0000
#> 14312                                 Gasoline type jet fuel       0.0000
#> 14313                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14314                                         Other kerosene       0.0000
#> 14315                          Gas/diesel oil excl. biofuels       0.0000
#> 14316                                               Fuel oil       0.0000
#> 14317                                                Naphtha       0.0000
#> 14318                                     White spirit & SBP       0.0000
#> 14319                                             Lubricants       0.0000
#> 14320                                                Bitumen       0.0000
#> 14321                                         Paraffin waxes       0.0000
#> 14322                                         Petroleum coke       0.0000
#> 14323                                     Other oil products       0.0000
#> 14324                                       Industrial waste       0.0000
#> 14325                            Municipal waste (renewable)       0.0000
#> 14326                        Municipal waste (non-renewable)       0.0000
#> 14327                                 Primary solid biofuels       0.0000
#> 14328                                               Biogases       0.0000
#> 14329                                            Biogasoline       0.0000
#> 14330                                             Biodiesels       0.0000
#> 14331                                       Bio jet kerosene       0.0000
#> 14332                                  Other liquid biofuels       0.0000
#> 14333               Non-specified primary biofuels and waste       0.0000
#> 14334                                               Charcoal       0.0000
#> 14335 Elec/heat output from non-specified manufactured gases       0.0000
#> 14336       Heat output from non-specified combustible fuels       0.0000
#> 14337                                                Nuclear       0.0000
#> 14338                                                  Hydro       0.0000
#> 14339                                             Geothermal       0.0000
#> 14340                                    Solar photovoltaics       0.0000
#> 14341                                          Solar thermal       0.0000
#> 14342                                   Tide, wave and ocean       0.0000
#> 14343                                                   Wind       0.0000
#> 14344                                          Other sources       0.0000
#> 14345                                            Electricity       0.0000
#> 14346                                                   Heat       0.0000
#> 14347                                                  Total       0.0000
#> 14348                                       Memo: Renewables       0.0000
#> 14349                               Hard coal (if no detail)       0.0000
#> 14350                              Brown coal (if no detail)       0.0000
#> 14351                                             Anthracite       0.0000
#> 14352                                            Coking coal       0.0000
#> 14353                                  Other bituminous coal       0.0000
#> 14354                                    Sub-bituminous coal       0.0000
#> 14355                                                Lignite       0.0000
#> 14356                                            Patent fuel       0.0000
#> 14357                                         Coke oven coke       0.0000
#> 14358                                               Gas coke       0.0000
#> 14359                                               Coal tar       0.0000
#> 14360                                                    BKB       0.0000
#> 14361                                          Gas works gas       0.0000
#> 14362                                          Coke oven gas       0.0000
#> 14363                                      Blast furnace gas       0.0000
#> 14364                                  Other recovered gases       0.0000
#> 14365                                                   Peat       0.0000
#> 14366                                          Peat products       0.0000
#> 14367                                Oil shale and oil sands       0.0000
#> 14368                                            Natural gas       0.0000
#> 14369                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14370                                              Crude oil       0.0000
#> 14371                                    Natural gas liquids       0.0000
#> 14372                                    Refinery feedstocks       0.0000
#> 14373                          Additives/blending components       0.0000
#> 14374                                     Other hydrocarbons       0.0000
#> 14375                                           Refinery gas       0.0000
#> 14376                                                 Ethane       0.0000
#> 14377                        Liquefied petroleum gases (LPG)       0.0000
#> 14378                          Motor gasoline excl. biofuels       0.0000
#> 14379                                      Aviation gasoline       0.0000
#> 14380                                 Gasoline type jet fuel       0.0000
#> 14381                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14382                                         Other kerosene       0.0000
#> 14383                          Gas/diesel oil excl. biofuels       0.0000
#> 14384                                               Fuel oil       0.0000
#> 14385                                                Naphtha       0.0000
#> 14386                                     White spirit & SBP       0.0000
#> 14387                                             Lubricants       0.0000
#> 14388                                                Bitumen       0.0000
#> 14389                                         Paraffin waxes       0.0000
#> 14390                                         Petroleum coke       0.0000
#> 14391                                     Other oil products       0.0000
#> 14392                                       Industrial waste       0.0000
#> 14393                            Municipal waste (renewable)       0.0000
#> 14394                        Municipal waste (non-renewable)       0.0000
#> 14395                                 Primary solid biofuels       0.0000
#> 14396                                               Biogases       0.0000
#> 14397                                            Biogasoline       0.0000
#> 14398                                             Biodiesels       0.0000
#> 14399                                       Bio jet kerosene       0.0000
#> 14400                                  Other liquid biofuels       0.0000
#> 14401               Non-specified primary biofuels and waste       0.0000
#> 14402                                               Charcoal       0.0000
#> 14403 Elec/heat output from non-specified manufactured gases       0.0000
#> 14404       Heat output from non-specified combustible fuels       0.0000
#> 14405                                                Nuclear       0.0000
#> 14406                                                  Hydro       0.0000
#> 14407                                             Geothermal       0.0000
#> 14408                                    Solar photovoltaics       0.0000
#> 14409                                          Solar thermal       0.0000
#> 14410                                   Tide, wave and ocean       0.0000
#> 14411                                                   Wind       0.0000
#> 14412                                          Other sources       0.0000
#> 14413                                            Electricity       0.0000
#> 14414                                                   Heat       0.0000
#> 14415                                                  Total       0.0000
#> 14416                                       Memo: Renewables       0.0000
#> 14417                               Hard coal (if no detail)       0.0000
#> 14418                              Brown coal (if no detail)       0.0000
#> 14419                                             Anthracite       0.0000
#> 14420                                            Coking coal       0.0000
#> 14421                                  Other bituminous coal       0.0000
#> 14422                                    Sub-bituminous coal       0.0000
#> 14423                                                Lignite       0.0000
#> 14424                                            Patent fuel       0.0000
#> 14425                                         Coke oven coke       0.0000
#> 14426                                               Gas coke       0.0000
#> 14427                                               Coal tar       0.0000
#> 14428                                                    BKB       0.0000
#> 14429                                          Gas works gas       0.0000
#> 14430                                          Coke oven gas       0.0000
#> 14431                                      Blast furnace gas       0.0000
#> 14432                                  Other recovered gases       0.0000
#> 14433                                                   Peat       0.0000
#> 14434                                          Peat products       0.0000
#> 14435                                Oil shale and oil sands       0.0000
#> 14436                                            Natural gas       0.0000
#> 14437                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14438                                              Crude oil       0.0000
#> 14439                                    Natural gas liquids       0.0000
#> 14440                                    Refinery feedstocks       0.0000
#> 14441                          Additives/blending components       0.0000
#> 14442                                     Other hydrocarbons       0.0000
#> 14443                                           Refinery gas       0.0000
#> 14444                                                 Ethane       0.0000
#> 14445                        Liquefied petroleum gases (LPG)       0.0000
#> 14446                          Motor gasoline excl. biofuels       0.0000
#> 14447                                      Aviation gasoline       0.0000
#> 14448                                 Gasoline type jet fuel       0.0000
#> 14449                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14450                                         Other kerosene       0.0000
#> 14451                          Gas/diesel oil excl. biofuels       0.0000
#> 14452                                               Fuel oil       0.0000
#> 14453                                                Naphtha       0.0000
#> 14454                                     White spirit & SBP       0.0000
#> 14455                                             Lubricants       0.0000
#> 14456                                                Bitumen       0.0000
#> 14457                                         Paraffin waxes       0.0000
#> 14458                                         Petroleum coke       0.0000
#> 14459                                     Other oil products       0.0000
#> 14460                                       Industrial waste       0.0000
#> 14461                            Municipal waste (renewable)       0.0000
#> 14462                        Municipal waste (non-renewable)       0.0000
#> 14463                                 Primary solid biofuels       0.0000
#> 14464                                               Biogases       0.0000
#> 14465                                            Biogasoline       0.0000
#> 14466                                             Biodiesels       0.0000
#> 14467                                       Bio jet kerosene       0.0000
#> 14468                                  Other liquid biofuels       0.0000
#> 14469               Non-specified primary biofuels and waste       0.0000
#> 14470                                               Charcoal       0.0000
#> 14471 Elec/heat output from non-specified manufactured gases       0.0000
#> 14472       Heat output from non-specified combustible fuels       0.0000
#> 14473                                                Nuclear       0.0000
#> 14474                                                  Hydro       0.0000
#> 14475                                             Geothermal       0.0000
#> 14476                                    Solar photovoltaics       0.0000
#> 14477                                          Solar thermal       0.0000
#> 14478                                   Tide, wave and ocean       0.0000
#> 14479                                                   Wind       0.0000
#> 14480                                          Other sources       0.0000
#> 14481                                            Electricity       0.0000
#> 14482                                                   Heat       0.0000
#> 14483                                                  Total       0.0000
#> 14484                                       Memo: Renewables       0.0000
#> 14485                               Hard coal (if no detail)       0.0000
#> 14486                              Brown coal (if no detail)       0.0000
#> 14487                                             Anthracite       0.0000
#> 14488                                            Coking coal       0.0000
#> 14489                                  Other bituminous coal       0.0000
#> 14490                                    Sub-bituminous coal       0.0000
#> 14491                                                Lignite       0.0000
#> 14492                                            Patent fuel       0.0000
#> 14493                                         Coke oven coke       0.0000
#> 14494                                               Gas coke       0.0000
#> 14495                                               Coal tar       0.0000
#> 14496                                                    BKB       0.0000
#> 14497                                          Gas works gas       0.0000
#> 14498                                          Coke oven gas       0.0000
#> 14499                                      Blast furnace gas       0.0000
#> 14500                                  Other recovered gases       0.0000
#> 14501                                                   Peat       0.0000
#> 14502                                          Peat products       0.0000
#> 14503                                Oil shale and oil sands       0.0000
#> 14504                                            Natural gas       0.0000
#> 14505                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14506                                              Crude oil       0.0000
#> 14507                                    Natural gas liquids       0.0000
#> 14508                                    Refinery feedstocks       0.0000
#> 14509                          Additives/blending components       0.0000
#> 14510                                     Other hydrocarbons       0.0000
#> 14511                                           Refinery gas       0.0000
#> 14512                                                 Ethane       0.0000
#> 14513                        Liquefied petroleum gases (LPG)       0.0000
#> 14514                          Motor gasoline excl. biofuels       0.0000
#> 14515                                      Aviation gasoline       0.0000
#> 14516                                 Gasoline type jet fuel       0.0000
#> 14517                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14518                                         Other kerosene       0.0000
#> 14519                          Gas/diesel oil excl. biofuels       0.0000
#> 14520                                               Fuel oil       0.0000
#> 14521                                                Naphtha       0.0000
#> 14522                                     White spirit & SBP       0.0000
#> 14523                                             Lubricants       0.0000
#> 14524                                                Bitumen       0.0000
#> 14525                                         Paraffin waxes       0.0000
#> 14526                                         Petroleum coke       0.0000
#> 14527                                     Other oil products       0.0000
#> 14528                                       Industrial waste       0.0000
#> 14529                            Municipal waste (renewable)       0.0000
#> 14530                        Municipal waste (non-renewable)       0.0000
#> 14531                                 Primary solid biofuels       0.0000
#> 14532                                               Biogases       0.0000
#> 14533                                            Biogasoline       0.0000
#> 14534                                             Biodiesels       0.0000
#> 14535                                       Bio jet kerosene       0.0000
#> 14536                                  Other liquid biofuels       0.0000
#> 14537               Non-specified primary biofuels and waste       0.0000
#> 14538                                               Charcoal       0.0000
#> 14539 Elec/heat output from non-specified manufactured gases       0.0000
#> 14540       Heat output from non-specified combustible fuels       0.0000
#> 14541                                                Nuclear       0.0000
#> 14542                                                  Hydro       0.0000
#> 14543                                             Geothermal       0.0000
#> 14544                                    Solar photovoltaics       0.0000
#> 14545                                          Solar thermal       0.0000
#> 14546                                   Tide, wave and ocean       0.0000
#> 14547                                                   Wind       0.0000
#> 14548                                          Other sources       0.0000
#> 14549                                            Electricity       0.0000
#> 14550                                                   Heat       0.0000
#> 14551                                                  Total       0.0000
#> 14552                                       Memo: Renewables       0.0000
#> 14553                               Hard coal (if no detail)       0.0000
#> 14554                              Brown coal (if no detail)       0.0000
#> 14555                                             Anthracite       0.0000
#> 14556                                            Coking coal       0.0000
#> 14557                                  Other bituminous coal       0.0000
#> 14558                                    Sub-bituminous coal       0.0000
#> 14559                                                Lignite       0.0000
#> 14560                                            Patent fuel       0.0000
#> 14561                                         Coke oven coke       0.0000
#> 14562                                               Gas coke       0.0000
#> 14563                                               Coal tar       0.0000
#> 14564                                                    BKB       0.0000
#> 14565                                          Gas works gas       0.0000
#> 14566                                          Coke oven gas       0.0000
#> 14567                                      Blast furnace gas       0.0000
#> 14568                                  Other recovered gases       0.0000
#> 14569                                                   Peat       0.0000
#> 14570                                          Peat products       0.0000
#> 14571                                Oil shale and oil sands       0.0000
#> 14572                                            Natural gas       0.0000
#> 14573                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14574                                              Crude oil       0.0000
#> 14575                                    Natural gas liquids       0.0000
#> 14576                                    Refinery feedstocks       0.0000
#> 14577                          Additives/blending components       0.0000
#> 14578                                     Other hydrocarbons       0.0000
#> 14579                                           Refinery gas       0.0000
#> 14580                                                 Ethane       0.0000
#> 14581                        Liquefied petroleum gases (LPG)       0.0000
#> 14582                          Motor gasoline excl. biofuels       0.0000
#> 14583                                      Aviation gasoline       0.0000
#> 14584                                 Gasoline type jet fuel       0.0000
#> 14585                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14586                                         Other kerosene       0.0000
#> 14587                          Gas/diesel oil excl. biofuels       0.0000
#> 14588                                               Fuel oil       0.0000
#> 14589                                                Naphtha       0.0000
#> 14590                                     White spirit & SBP       0.0000
#> 14591                                             Lubricants       0.0000
#> 14592                                                Bitumen       0.0000
#> 14593                                         Paraffin waxes       0.0000
#> 14594                                         Petroleum coke       0.0000
#> 14595                                     Other oil products       0.0000
#> 14596                                       Industrial waste       0.0000
#> 14597                            Municipal waste (renewable)       0.0000
#> 14598                        Municipal waste (non-renewable)       0.0000
#> 14599                                 Primary solid biofuels       0.0000
#> 14600                                               Biogases       0.0000
#> 14601                                            Biogasoline       0.0000
#> 14602                                             Biodiesels       0.0000
#> 14603                                       Bio jet kerosene       0.0000
#> 14604                                  Other liquid biofuels       0.0000
#> 14605               Non-specified primary biofuels and waste       0.0000
#> 14606                                               Charcoal       0.0000
#> 14607 Elec/heat output from non-specified manufactured gases       0.0000
#> 14608       Heat output from non-specified combustible fuels       0.0000
#> 14609                                                Nuclear       0.0000
#> 14610                                                  Hydro       0.0000
#> 14611                                             Geothermal       0.0000
#> 14612                                    Solar photovoltaics       0.0000
#> 14613                                          Solar thermal       0.0000
#> 14614                                   Tide, wave and ocean       0.0000
#> 14615                                                   Wind       0.0000
#> 14616                                          Other sources       0.0000
#> 14617                                            Electricity       0.0000
#> 14618                                                   Heat       0.0000
#> 14619                                                  Total       0.0000
#> 14620                                       Memo: Renewables       0.0000
#> 14621                               Hard coal (if no detail)       0.0000
#> 14622                              Brown coal (if no detail)       0.0000
#> 14623                                             Anthracite       0.0000
#> 14624                                            Coking coal       0.0000
#> 14625                                  Other bituminous coal       0.0000
#> 14626                                    Sub-bituminous coal       0.0000
#> 14627                                                Lignite       0.0000
#> 14628                                            Patent fuel       0.0000
#> 14629                                         Coke oven coke       0.0000
#> 14630                                               Gas coke       0.0000
#> 14631                                               Coal tar       0.0000
#> 14632                                                    BKB       0.0000
#> 14633                                          Gas works gas       0.0000
#> 14634                                          Coke oven gas       0.0000
#> 14635                                      Blast furnace gas       0.0000
#> 14636                                  Other recovered gases       0.0000
#> 14637                                                   Peat       0.0000
#> 14638                                          Peat products       0.0000
#> 14639                                Oil shale and oil sands       0.0000
#> 14640                                            Natural gas       0.0000
#> 14641                    Crude/NGL/feedstocks (if no detail)       0.0000
#> 14642                                              Crude oil       0.0000
#> 14643                                    Natural gas liquids       0.0000
#> 14644                                    Refinery feedstocks       0.0000
#> 14645                          Additives/blending components       0.0000
#> 14646                                     Other hydrocarbons       0.0000
#> 14647                                           Refinery gas       0.0000
#> 14648                                                 Ethane       0.0000
#> 14649                        Liquefied petroleum gases (LPG)       0.0000
#> 14650                          Motor gasoline excl. biofuels       0.0000
#> 14651                                      Aviation gasoline       0.0000
#> 14652                                 Gasoline type jet fuel       0.0000
#> 14653                  Kerosene type jet fuel excl. biofuels       0.0000
#> 14654                                         Other kerosene       0.0000
#> 14655                          Gas/diesel oil excl. biofuels       0.0000
#> 14656                                               Fuel oil       0.0000
#> 14657                                                Naphtha       0.0000
#> 14658                                     White spirit & SBP       0.0000
#> 14659                                             Lubricants       0.0000
#> 14660                                                Bitumen       0.0000
#> 14661                                         Paraffin waxes       0.0000
#> 14662                                         Petroleum coke       0.0000
#> 14663                                     Other oil products       0.0000
#> 14664                                       Industrial waste       0.0000
#> 14665                            Municipal waste (renewable)       0.0000
#> 14666                        Municipal waste (non-renewable)       0.0000
#> 14667                                 Primary solid biofuels       0.0000
#> 14668                                               Biogases       0.0000
#> 14669                                            Biogasoline       0.0000
#> 14670                                             Biodiesels       0.0000
#> 14671                                       Bio jet kerosene       0.0000
#> 14672                                  Other liquid biofuels       0.0000
#> 14673               Non-specified primary biofuels and waste       0.0000
#> 14674                                               Charcoal       0.0000
#> 14675 Elec/heat output from non-specified manufactured gases       0.0000
#> 14676       Heat output from non-specified combustible fuels       0.0000
#> 14677                                                Nuclear       0.0000
#> 14678                                                  Hydro       0.0000
#> 14679                                             Geothermal       0.0000
#> 14680                                    Solar photovoltaics       0.0000
#> 14681                                          Solar thermal       0.0000
#> 14682                                   Tide, wave and ocean       0.0000
#> 14683                                                   Wind       0.0000
#> 14684                                          Other sources       0.0000
#> 14685                                            Electricity       0.0000
#> 14686                                                   Heat       0.0000
#> 14687                                                  Total       0.0000
#> 14688                                       Memo: Renewables       0.0000
#>                2000
#> 1            0.0000
#> 2            0.0000
#> 3            0.0000
#> 4            0.0000
#> 5            0.0000
#> 6            0.0000
#> 7            0.0000
#> 8            0.0000
#> 9            0.0000
#> 10           0.0000
#> 11           0.0000
#> 12           0.0000
#> 13           0.0000
#> 14           0.0000
#> 15           0.0000
#> 16           0.0000
#> 17           0.0000
#> 18           0.0000
#> 19           0.0000
#> 20           0.0000
#> 21           0.0000
#> 22           0.0000
#> 23           0.0000
#> 24           0.0000
#> 25           0.0000
#> 26           0.0000
#> 27           0.0000
#> 28           0.0000
#> 29           0.0000
#> 30           0.0000
#> 31           0.0000
#> 32           0.0000
#> 33           0.0000
#> 34           0.0000
#> 35           0.0000
#> 36           0.0000
#> 37           0.0000
#> 38           0.0000
#> 39           0.0000
#> 40           0.0000
#> 41           0.0000
#> 42           0.0000
#> 43           0.0000
#> 44           0.0000
#> 45           0.0000
#> 46           0.0000
#> 47      162908.9993
#> 48           0.0000
#> 49           0.0000
#> 50           0.0000
#> 51           0.0000
#> 52           0.0000
#> 53           0.0000
#> 54           0.0000
#> 55           0.0000
#> 56           0.0000
#> 57           0.0000
#> 58       23792.3995
#> 59           0.0000
#> 60           0.0000
#> 61           0.0000
#> 62           0.0000
#> 63           0.0000
#> 64           0.0000
#> 65           0.0000
#> 66           0.0000
#> 67      186701.3988
#> 68      186701.3988
#> 69           0.0000
#> 70           0.0000
#> 71           0.0000
#> 72           0.0000
#> 73           0.0000
#> 74           0.0000
#> 75           0.0000
#> 76           0.0000
#> 77           0.0000
#> 78           0.0000
#> 79           0.0000
#> 80           0.0000
#> 81           0.0000
#> 82           0.0000
#> 83           0.0000
#> 84           0.0000
#> 85           0.0000
#> 86           0.0000
#> 87           0.0000
#> 88           0.0000
#> 89           0.0000
#> 90       54769.2683
#> 91           0.0000
#> 92           0.0000
#> 93           0.0000
#> 94           0.0000
#> 95           0.0000
#> 96           0.0000
#> 97        1655.4984
#> 98       18009.5997
#> 99         223.9980
#> 100          0.0000
#> 101       1338.0008
#> 102          0.0000
#> 103      17103.5009
#> 104          0.0000
#> 105          0.0000
#> 106          0.0000
#> 107       1217.9987
#> 108        234.0003
#> 109          0.0000
#> 110          0.0000
#> 111       1119.9983
#> 112          0.0000
#> 113          0.0000
#> 114          0.0000
#> 115          0.0000
#> 116          0.0000
#> 117          0.0000
#> 118          0.0000
#> 119          0.0000
#> 120          0.0000
#> 121          0.0000
#> 122          0.0000
#> 123          0.0000
#> 124          0.0000
#> 125          0.0000
#> 126          0.0000
#> 127          0.0000
#> 128          0.0000
#> 129          0.0000
#> 130          0.0000
#> 131          0.0000
#> 132          0.0000
#> 133       3110.3988
#> 134          0.0000
#> 135      98782.2623
#> 136          0.0000
#> 137          0.0000
#> 138          0.0000
#> 139          0.0000
#> 140          0.0000
#> 141          0.0000
#> 142          0.0000
#> 143          0.0000
#> 144          0.0000
#> 145          0.0000
#> 146          0.0000
#> 147          0.0000
#> 148          0.0000
#> 149          0.0000
#> 150          0.0000
#> 151          0.0000
#> 152          0.0000
#> 153          0.0000
#> 154          0.0000
#> 155          0.0000
#> 156          0.0000
#> 157          0.0000
#> 158          0.0000
#> 159          0.0000
#> 160          0.0000
#> 161          0.0000
#> 162          0.0000
#> 163          0.0000
#> 164          0.0000
#> 165       -283.7981
#> 166      -4345.6011
#> 167          0.0000
#> 168          0.0000
#> 169          0.0000
#> 170          0.0000
#> 171        -43.2999
#> 172      -7678.2018
#> 173          0.0000
#> 174          0.0000
#> 175          0.0000
#> 176          0.0000
#> 177          0.0000
#> 178          0.0000
#> 179          0.0000
#> 180          0.0000
#> 181          0.0000
#> 182          0.0000
#> 183          0.0000
#> 184          0.0000
#> 185          0.0000
#> 186          0.0000
#> 187          0.0000
#> 188          0.0000
#> 189          0.0000
#> 190        -92.3985
#> 191          0.0000
#> 192          0.0000
#> 193          0.0000
#> 194          0.0000
#> 195          0.0000
#> 196          0.0000
#> 197          0.0000
#> 198          0.0000
#> 199          0.0000
#> 200          0.0000
#> 201      -1411.1986
#> 202          0.0000
#> 203     -13854.4980
#> 204        -92.3985
#> 205          0.0000
#> 206          0.0000
#> 207          0.0000
#> 208          0.0000
#> 209          0.0000
#> 210          0.0000
#> 211          0.0000
#> 212          0.0000
#> 213          0.0000
#> 214          0.0000
#> 215          0.0000
#> 216          0.0000
#> 217          0.0000
#> 218          0.0000
#> 219          0.0000
#> 220          0.0000
#> 221          0.0000
#> 222          0.0000
#> 223          0.0000
#> 224          0.0000
#> 225          0.0000
#> 226          0.0000
#> 227          0.0000
#> 228          0.0000
#> 229          0.0000
#> 230          0.0000
#> 231          0.0000
#> 232          0.0000
#> 233          0.0000
#> 234          0.0000
#> 235          0.0000
#> 236          0.0000
#> 237          0.0000
#> 238          0.0000
#> 239      -2164.9985
#> 240          0.0000
#> 241          0.0000
#> 242          0.0000
#> 243          0.0000
#> 244          0.0000
#> 245          0.0000
#> 246          0.0000
#> 247          0.0000
#> 248          0.0000
#> 249          0.0000
#> 250          0.0000
#> 251          0.0000
#> 252          0.0000
#> 253          0.0000
#> 254          0.0000
#> 255          0.0000
#> 256          0.0000
#> 257          0.0000
#> 258          0.0000
#> 259          0.0000
#> 260          0.0000
#> 261          0.0000
#> 262          0.0000
#> 263          0.0000
#> 264          0.0000
#> 265          0.0000
#> 266          0.0000
#> 267          0.0000
#> 268          0.0000
#> 269          0.0000
#> 270          0.0000
#> 271      -2164.9985
#> 272          0.0000
#> 273          0.0000
#> 274          0.0000
#> 275          0.0000
#> 276          0.0000
#> 277          0.0000
#> 278          0.0000
#> 279          0.0000
#> 280          0.0000
#> 281          0.0000
#> 282          0.0000
#> 283          0.0000
#> 284          0.0000
#> 285          0.0000
#> 286          0.0000
#> 287          0.0000
#> 288          0.0000
#> 289          0.0000
#> 290          0.0000
#> 291          0.0000
#> 292          0.0000
#> 293          0.0000
#> 294          0.0000
#> 295          0.0000
#> 296          0.0000
#> 297          0.0000
#> 298          0.0000
#> 299          0.0000
#> 300          0.0000
#> 301          0.0000
#> 302          0.0000
#> 303       -223.9980
#> 304          0.0000
#> 305      -4326.1995
#> 306          0.0000
#> 307          0.0000
#> 308          0.0000
#> 309          0.0000
#> 310          0.0000
#> 311          0.0000
#> 312          0.0000
#> 313          0.0000
#> 314          0.0000
#> 315          0.0000
#> 316          0.0000
#> 317          0.0000
#> 318          0.0000
#> 319          0.0000
#> 320          0.0000
#> 321          0.0000
#> 322          0.0000
#> 323          0.0000
#> 324          0.0000
#> 325          0.0000
#> 326          0.0000
#> 327          0.0000
#> 328          0.0000
#> 329          0.0000
#> 330          0.0000
#> 331          0.0000
#> 332          0.0000
#> 333          0.0000
#> 334          0.0000
#> 335          0.0000
#> 336          0.0000
#> 337          0.0000
#> 338          0.0000
#> 339      -4550.1975
#> 340          0.0000
#> 341          0.0000
#> 342          0.0000
#> 343          0.0000
#> 344          0.0000
#> 345          0.0000
#> 346          0.0000
#> 347          0.0000
#> 348          0.0000
#> 349          0.0000
#> 350          0.0000
#> 351          0.0000
#> 352          0.0000
#> 353          0.0000
#> 354          0.0000
#> 355          0.0000
#> 356          0.0000
#> 357          0.0000
#> 358          0.0000
#> 359          0.0000
#> 360          0.0000
#> 361          0.0000
#> 362          0.0000
#> 363          0.0000
#> 364          0.0000
#> 365          0.0000
#> 366          0.0000
#> 367          0.0000
#> 368          0.0000
#> 369          0.0000
#> 370          0.0000
#> 371          0.0000
#> 372          0.0000
#> 373          0.0000
#> 374          0.0000
#> 375          0.0000
#> 376          0.0000
#> 377          0.0000
#> 378          0.0000
#> 379          0.0000
#> 380          0.0000
#> 381          0.0000
#> 382          0.0000
#> 383          0.0000
#> 384          0.0000
#> 385          0.0000
#> 386          0.0000
#> 387          0.0000
#> 388          0.0000
#> 389          0.0000
#> 390          0.0000
#> 391          0.0000
#> 392          0.0000
#> 393          0.0000
#> 394          0.0000
#> 395          0.0000
#> 396          0.0000
#> 397          0.0000
#> 398          0.0000
#> 399          0.0000
#> 400          0.0000
#> 401          0.0000
#> 402          0.0000
#> 403          0.0000
#> 404          0.0000
#> 405          0.0000
#> 406          0.0000
#> 407          0.0000
#> 408          0.0000
#> 409          0.0000
#> 410          0.0000
#> 411          0.0000
#> 412          0.0000
#> 413          0.0000
#> 414          0.0000
#> 415          0.0000
#> 416          0.0000
#> 417          0.0000
#> 418          0.0000
#> 419          0.0000
#> 420          0.0000
#> 421          0.0000
#> 422          0.0000
#> 423          0.0000
#> 424          0.0000
#> 425          0.0000
#> 426          0.0000
#> 427          0.0000
#> 428          0.0000
#> 429          0.0000
#> 430      54769.2683
#> 431          0.0000
#> 432          0.0000
#> 433          0.0000
#> 434          0.0000
#> 435          0.0000
#> 436          0.0000
#> 437       1371.7004
#> 438      13663.9986
#> 439          0.0000
#> 440          0.0000
#> 441      -2988.1987
#> 442          0.0000
#> 443      14895.1983
#> 444      -7678.2018
#> 445          0.0000
#> 446          0.0000
#> 447       1217.9987
#> 448        234.0003
#> 449          0.0000
#> 450          0.0000
#> 451       1119.9983
#> 452          0.0000
#> 453          0.0000
#> 454          0.0000
#> 455     162908.9993
#> 456          0.0000
#> 457          0.0000
#> 458          0.0000
#> 459          0.0000
#> 460          0.0000
#> 461          0.0000
#> 462        -92.3985
#> 463          0.0000
#> 464          0.0000
#> 465          0.0000
#> 466      23792.3995
#> 467          0.0000
#> 468          0.0000
#> 469          0.0000
#> 470          0.0000
#> 471          0.0000
#> 472          0.0000
#> 473       1699.2002
#> 474          0.0000
#> 475     264913.9629
#> 476     186609.0003
#> 477          0.0000
#> 478          0.0000
#> 479          0.0000
#> 480          0.0000
#> 481          0.0000
#> 482          0.0000
#> 483          0.0000
#> 484          0.0000
#> 485          0.0000
#> 486          0.0000
#> 487          0.0000
#> 488          0.0000
#> 489          0.0000
#> 490          0.0000
#> 491          0.0000
#> 492          0.0000
#> 493          0.0000
#> 494          0.0000
#> 495          0.0000
#> 496          0.0000
#> 497          0.0000
#> 498          0.0000
#> 499          0.0000
#> 500          0.0000
#> 501          0.0000
#> 502          0.0000
#> 503          0.0000
#> 504          0.0000
#> 505          0.0000
#> 506          0.0000
#> 507          0.0000
#> 508          0.0000
#> 509          0.0000
#> 510          0.0000
#> 511          0.0000
#> 512          0.0000
#> 513          0.0000
#> 514          0.0000
#> 515          0.0000
#> 516          0.0000
#> 517          0.0000
#> 518          0.0000
#> 519          0.0000
#> 520          0.0000
#> 521          0.0000
#> 522          0.0000
#> 523          0.0000
#> 524          0.0000
#> 525          0.0000
#> 526          0.0000
#> 527          0.0000
#> 528          0.0000
#> 529          0.0000
#> 530          0.0000
#> 531          0.0000
#> 532          0.0000
#> 533          0.0000
#> 534          0.0000
#> 535          0.0000
#> 536          0.0000
#> 537          0.0000
#> 538          0.0000
#> 539          0.0000
#> 540          0.0000
#> 541          0.0000
#> 542          0.0000
#> 543          0.0000
#> 544          0.0000
#> 545          0.0000
#> 546          0.0000
#> 547          0.0000
#> 548          0.0000
#> 549          0.0000
#> 550          0.0000
#> 551          0.0000
#> 552          0.0000
#> 553          0.0000
#> 554          0.0000
#> 555          0.0000
#> 556          0.0000
#> 557          0.0000
#> 558          0.0000
#> 559          0.0000
#> 560          0.0000
#> 561          0.0000
#> 562          0.0000
#> 563          0.0000
#> 564          0.0000
#> 565          0.0000
#> 566          0.0000
#> 567          0.0000
#> 568          0.0000
#> 569          0.0000
#> 570          0.0000
#> 571          0.0000
#> 572          0.0000
#> 573        141.8990
#> 574          0.0000
#> 575          0.0000
#> 576          0.0000
#> 577      -1828.6016
#> 578          0.0000
#> 579          0.0000
#> 580       -562.7980
#> 581          0.0000
#> 582          0.0000
#> 583          0.0000
#> 584          0.0000
#> 585          0.0000
#> 586          0.0000
#> 587          0.0000
#> 588          0.0000
#> 589          0.0000
#> 590          0.0000
#> 591          0.0000
#> 592          0.0000
#> 593          0.0000
#> 594          0.0000
#> 595          0.0000
#> 596          0.0000
#> 597          0.0000
#> 598          0.0000
#> 599          0.0000
#> 600          0.0000
#> 601          0.0000
#> 602          0.0000
#> 603          0.0000
#> 604          0.0000
#> 605          0.0000
#> 606          0.0000
#> 607          0.0000
#> 608          0.0000
#> 609        442.8002
#> 610          0.0000
#> 611      -1806.7005
#> 612          0.0000
#> 613          0.0000
#> 614          0.0000
#> 615          0.0000
#> 616          0.0000
#> 617          0.0000
#> 618          0.0000
#> 619          0.0000
#> 620          0.0000
#> 621          0.0000
#> 622          0.0000
#> 623          0.0000
#> 624          0.0000
#> 625          0.0000
#> 626          0.0000
#> 627          0.0000
#> 628          0.0000
#> 629          0.0000
#> 630          0.0000
#> 631          0.0000
#> 632          0.0000
#> 633          0.0000
#> 634     -54769.2683
#> 635          0.0000
#> 636          0.0000
#> 637          0.0000
#> 638          0.0000
#> 639       1106.2991
#> 640          0.0000
#> 641        472.9995
#> 642      10707.2009
#> 643          0.0000
#> 644          0.0000
#> 645       4816.8004
#> 646       2277.5983
#> 647      15501.4009
#> 648      10532.4020
#> 649          0.0000
#> 650          0.0000
#> 651          0.0000
#> 652          0.0000
#> 653          0.0000
#> 654          0.0000
#> 655          0.0000
#> 656          0.0000
#> 657          0.0000
#> 658          0.0000
#> 659     -45803.9981
#> 660          0.0000
#> 661          0.0000
#> 662          0.0000
#> 663          0.0000
#> 664          0.0000
#> 665          0.0000
#> 666      21683.1986
#> 667          0.0000
#> 668          0.0000
#> 669          0.0000
#> 670     -23792.3995
#> 671          0.0000
#> 672          0.0000
#> 673          0.0000
#> 674          0.0000
#> 675          0.0000
#> 676          0.0000
#> 677      26002.7997
#> 678          0.0000
#> 679     -31264.9667
#> 680     -47913.1991
#> 681          0.0000
#> 682          0.0000
#> 683          0.0000
#> 684          0.0000
#> 685          0.0000
#> 686          0.0000
#> 687          0.0000
#> 688          0.0000
#> 689          0.0000
#> 690          0.0000
#> 691          0.0000
#> 692          0.0000
#> 693          0.0000
#> 694          0.0000
#> 695          0.0000
#> 696          0.0000
#> 697          0.0000
#> 698          0.0000
#> 699          0.0000
#> 700          0.0000
#> 701          0.0000
#> 702      -6521.1671
#> 703          0.0000
#> 704          0.0000
#> 705          0.0000
#> 706          0.0000
#> 707          0.0000
#> 708          0.0000
#> 709          0.0000
#> 710          0.0000
#> 711          0.0000
#> 712          0.0000
#> 713          0.0000
#> 714          0.0000
#> 715          0.0000
#> 716          0.0000
#> 717          0.0000
#> 718          0.0000
#> 719          0.0000
#> 720          0.0000
#> 721          0.0000
#> 722          0.0000
#> 723          0.0000
#> 724          0.0000
#> 725          0.0000
#> 726          0.0000
#> 727          0.0000
#> 728          0.0000
#> 729          0.0000
#> 730          0.0000
#> 731          0.0000
#> 732          0.0000
#> 733          0.0000
#> 734          0.0000
#> 735          0.0000
#> 736          0.0000
#> 737          0.0000
#> 738     -23792.3995
#> 739          0.0000
#> 740          0.0000
#> 741          0.0000
#> 742          0.0000
#> 743          0.0000
#> 744          0.0000
#> 745      26002.7997
#> 746          0.0000
#> 747      -4310.7670
#> 748     -23792.3995
#> 749          0.0000
#> 750          0.0000
#> 751          0.0000
#> 752          0.0000
#> 753          0.0000
#> 754          0.0000
#> 755          0.0000
#> 756          0.0000
#> 757          0.0000
#> 758          0.0000
#> 759          0.0000
#> 760          0.0000
#> 761          0.0000
#> 762          0.0000
#> 763          0.0000
#> 764          0.0000
#> 765          0.0000
#> 766          0.0000
#> 767          0.0000
#> 768          0.0000
#> 769          0.0000
#> 770          0.0000
#> 771          0.0000
#> 772          0.0000
#> 773          0.0000
#> 774          0.0000
#> 775          0.0000
#> 776          0.0000
#> 777          0.0000
#> 778          0.0000
#> 779          0.0000
#> 780          0.0000
#> 781          0.0000
#> 782          0.0000
#> 783          0.0000
#> 784          0.0000
#> 785          0.0000
#> 786          0.0000
#> 787          0.0000
#> 788          0.0000
#> 789          0.0000
#> 790          0.0000
#> 791          0.0000
#> 792          0.0000
#> 793          0.0000
#> 794          0.0000
#> 795          0.0000
#> 796          0.0000
#> 797          0.0000
#> 798          0.0000
#> 799          0.0000
#> 800          0.0000
#> 801          0.0000
#> 802          0.0000
#> 803          0.0000
#> 804          0.0000
#> 805          0.0000
#> 806          0.0000
#> 807          0.0000
#> 808          0.0000
#> 809          0.0000
#> 810          0.0000
#> 811          0.0000
#> 812          0.0000
#> 813          0.0000
#> 814          0.0000
#> 815          0.0000
#> 816          0.0000
#> 817          0.0000
#> 818          0.0000
#> 819          0.0000
#> 820          0.0000
#> 821          0.0000
#> 822          0.0000
#> 823          0.0000
#> 824          0.0000
#> 825          0.0000
#> 826          0.0000
#> 827          0.0000
#> 828          0.0000
#> 829          0.0000
#> 830          0.0000
#> 831          0.0000
#> 832          0.0000
#> 833          0.0000
#> 834          0.0000
#> 835          0.0000
#> 836          0.0000
#> 837          0.0000
#> 838          0.0000
#> 839          0.0000
#> 840          0.0000
#> 841          0.0000
#> 842          0.0000
#> 843          0.0000
#> 844          0.0000
#> 845          0.0000
#> 846          0.0000
#> 847          0.0000
#> 848          0.0000
#> 849          0.0000
#> 850          0.0000
#> 851          0.0000
#> 852          0.0000
#> 853          0.0000
#> 854          0.0000
#> 855          0.0000
#> 856          0.0000
#> 857          0.0000
#> 858          0.0000
#> 859          0.0000
#> 860          0.0000
#> 861          0.0000
#> 862          0.0000
#> 863          0.0000
#> 864          0.0000
#> 865          0.0000
#> 866          0.0000
#> 867          0.0000
#> 868          0.0000
#> 869          0.0000
#> 870          0.0000
#> 871          0.0000
#> 872          0.0000
#> 873          0.0000
#> 874          0.0000
#> 875          0.0000
#> 876          0.0000
#> 877          0.0000
#> 878          0.0000
#> 879          0.0000
#> 880          0.0000
#> 881          0.0000
#> 882          0.0000
#> 883          0.0000
#> 884          0.0000
#> 885          0.0000
#> 886          0.0000
#> 887          0.0000
#> 888          0.0000
#> 889          0.0000
#> 890          0.0000
#> 891          0.0000
#> 892          0.0000
#> 893          0.0000
#> 894          0.0000
#> 895          0.0000
#> 896          0.0000
#> 897          0.0000
#> 898          0.0000
#> 899          0.0000
#> 900          0.0000
#> 901          0.0000
#> 902          0.0000
#> 903          0.0000
#> 904          0.0000
#> 905          0.0000
#> 906          0.0000
#> 907          0.0000
#> 908          0.0000
#> 909          0.0000
#> 910          0.0000
#> 911          0.0000
#> 912          0.0000
#> 913          0.0000
#> 914          0.0000
#> 915          0.0000
#> 916          0.0000
#> 917          0.0000
#> 918          0.0000
#> 919          0.0000
#> 920          0.0000
#> 921          0.0000
#> 922          0.0000
#> 923          0.0000
#> 924          0.0000
#> 925          0.0000
#> 926          0.0000
#> 927          0.0000
#> 928          0.0000
#> 929          0.0000
#> 930          0.0000
#> 931          0.0000
#> 932          0.0000
#> 933          0.0000
#> 934          0.0000
#> 935          0.0000
#> 936          0.0000
#> 937          0.0000
#> 938          0.0000
#> 939          0.0000
#> 940          0.0000
#> 941          0.0000
#> 942          0.0000
#> 943          0.0000
#> 944          0.0000
#> 945          0.0000
#> 946          0.0000
#> 947          0.0000
#> 948          0.0000
#> 949          0.0000
#> 950          0.0000
#> 951          0.0000
#> 952          0.0000
#> 953          0.0000
#> 954          0.0000
#> 955          0.0000
#> 956          0.0000
#> 957          0.0000
#> 958          0.0000
#> 959          0.0000
#> 960          0.0000
#> 961          0.0000
#> 962          0.0000
#> 963          0.0000
#> 964          0.0000
#> 965          0.0000
#> 966          0.0000
#> 967          0.0000
#> 968          0.0000
#> 969          0.0000
#> 970          0.0000
#> 971          0.0000
#> 972          0.0000
#> 973          0.0000
#> 974          0.0000
#> 975          0.0000
#> 976          0.0000
#> 977          0.0000
#> 978          0.0000
#> 979          0.0000
#> 980          0.0000
#> 981          0.0000
#> 982          0.0000
#> 983          0.0000
#> 984          0.0000
#> 985          0.0000
#> 986          0.0000
#> 987          0.0000
#> 988          0.0000
#> 989          0.0000
#> 990          0.0000
#> 991          0.0000
#> 992          0.0000
#> 993          0.0000
#> 994          0.0000
#> 995          0.0000
#> 996          0.0000
#> 997          0.0000
#> 998          0.0000
#> 999          0.0000
#> 1000         0.0000
#> 1001         0.0000
#> 1002         0.0000
#> 1003         0.0000
#> 1004         0.0000
#> 1005         0.0000
#> 1006         0.0000
#> 1007         0.0000
#> 1008         0.0000
#> 1009         0.0000
#> 1010         0.0000
#> 1011         0.0000
#> 1012         0.0000
#> 1013         0.0000
#> 1014         0.0000
#> 1015         0.0000
#> 1016         0.0000
#> 1017         0.0000
#> 1018         0.0000
#> 1019         0.0000
#> 1020         0.0000
#> 1021         0.0000
#> 1022         0.0000
#> 1023         0.0000
#> 1024         0.0000
#> 1025         0.0000
#> 1026         0.0000
#> 1027         0.0000
#> 1028         0.0000
#> 1029         0.0000
#> 1030         0.0000
#> 1031         0.0000
#> 1032         0.0000
#> 1033         0.0000
#> 1034         0.0000
#> 1035         0.0000
#> 1036         0.0000
#> 1037         0.0000
#> 1038         0.0000
#> 1039         0.0000
#> 1040         0.0000
#> 1041         0.0000
#> 1042         0.0000
#> 1043         0.0000
#> 1044         0.0000
#> 1045         0.0000
#> 1046         0.0000
#> 1047         0.0000
#> 1048         0.0000
#> 1049         0.0000
#> 1050         0.0000
#> 1051         0.0000
#> 1052         0.0000
#> 1053         0.0000
#> 1054         0.0000
#> 1055         0.0000
#> 1056         0.0000
#> 1057         0.0000
#> 1058         0.0000
#> 1059         0.0000
#> 1060         0.0000
#> 1061         0.0000
#> 1062         0.0000
#> 1063         0.0000
#> 1064         0.0000
#> 1065         0.0000
#> 1066         0.0000
#> 1067         0.0000
#> 1068         0.0000
#> 1069         0.0000
#> 1070         0.0000
#> 1071         0.0000
#> 1072         0.0000
#> 1073         0.0000
#> 1074         0.0000
#> 1075         0.0000
#> 1076         0.0000
#> 1077         0.0000
#> 1078         0.0000
#> 1079         0.0000
#> 1080         0.0000
#> 1081         0.0000
#> 1082         0.0000
#> 1083         0.0000
#> 1084         0.0000
#> 1085         0.0000
#> 1086         0.0000
#> 1087         0.0000
#> 1088         0.0000
#> 1089         0.0000
#> 1090         0.0000
#> 1091         0.0000
#> 1092         0.0000
#> 1093         0.0000
#> 1094         0.0000
#> 1095         0.0000
#> 1096         0.0000
#> 1097         0.0000
#> 1098         0.0000
#> 1099         0.0000
#> 1100         0.0000
#> 1101         0.0000
#> 1102         0.0000
#> 1103         0.0000
#> 1104         0.0000
#> 1105         0.0000
#> 1106         0.0000
#> 1107         0.0000
#> 1108         0.0000
#> 1109         0.0000
#> 1110         0.0000
#> 1111         0.0000
#> 1112         0.0000
#> 1113         0.0000
#> 1114         0.0000
#> 1115         0.0000
#> 1116         0.0000
#> 1117         0.0000
#> 1118         0.0000
#> 1119         0.0000
#> 1120         0.0000
#> 1121         0.0000
#> 1122         0.0000
#> 1123         0.0000
#> 1124         0.0000
#> 1125         0.0000
#> 1126         0.0000
#> 1127         0.0000
#> 1128         0.0000
#> 1129         0.0000
#> 1130         0.0000
#> 1131         0.0000
#> 1132         0.0000
#> 1133         0.0000
#> 1134         0.0000
#> 1135         0.0000
#> 1136         0.0000
#> 1137         0.0000
#> 1138         0.0000
#> 1139         0.0000
#> 1140         0.0000
#> 1141         0.0000
#> 1142         0.0000
#> 1143         0.0000
#> 1144         0.0000
#> 1145         0.0000
#> 1146         0.0000
#> 1147         0.0000
#> 1148         0.0000
#> 1149         0.0000
#> 1150         0.0000
#> 1151         0.0000
#> 1152         0.0000
#> 1153         0.0000
#> 1154         0.0000
#> 1155         0.0000
#> 1156         0.0000
#> 1157         0.0000
#> 1158         0.0000
#> 1159         0.0000
#> 1160         0.0000
#> 1161         0.0000
#> 1162         0.0000
#> 1163         0.0000
#> 1164         0.0000
#> 1165         0.0000
#> 1166         0.0000
#> 1167         0.0000
#> 1168         0.0000
#> 1169         0.0000
#> 1170         0.0000
#> 1171         0.0000
#> 1172         0.0000
#> 1173         0.0000
#> 1174         0.0000
#> 1175         0.0000
#> 1176         0.0000
#> 1177         0.0000
#> 1178         0.0000
#> 1179         0.0000
#> 1180         0.0000
#> 1181         0.0000
#> 1182         0.0000
#> 1183         0.0000
#> 1184         0.0000
#> 1185         0.0000
#> 1186         0.0000
#> 1187         0.0000
#> 1188         0.0000
#> 1189         0.0000
#> 1190         0.0000
#> 1191         0.0000
#> 1192         0.0000
#> 1193         0.0000
#> 1194         0.0000
#> 1195         0.0000
#> 1196         0.0000
#> 1197         0.0000
#> 1198         0.0000
#> 1199         0.0000
#> 1200         0.0000
#> 1201         0.0000
#> 1202         0.0000
#> 1203         0.0000
#> 1204         0.0000
#> 1205         0.0000
#> 1206         0.0000
#> 1207         0.0000
#> 1208         0.0000
#> 1209         0.0000
#> 1210         0.0000
#> 1211         0.0000
#> 1212         0.0000
#> 1213         0.0000
#> 1214         0.0000
#> 1215         0.0000
#> 1216         0.0000
#> 1217         0.0000
#> 1218         0.0000
#> 1219         0.0000
#> 1220         0.0000
#> 1221         0.0000
#> 1222         0.0000
#> 1223         0.0000
#> 1224         0.0000
#> 1225         0.0000
#> 1226         0.0000
#> 1227         0.0000
#> 1228         0.0000
#> 1229         0.0000
#> 1230         0.0000
#> 1231         0.0000
#> 1232         0.0000
#> 1233         0.0000
#> 1234         0.0000
#> 1235         0.0000
#> 1236         0.0000
#> 1237         0.0000
#> 1238         0.0000
#> 1239         0.0000
#> 1240         0.0000
#> 1241         0.0000
#> 1242         0.0000
#> 1243         0.0000
#> 1244         0.0000
#> 1245         0.0000
#> 1246         0.0000
#> 1247         0.0000
#> 1248         0.0000
#> 1249         0.0000
#> 1250         0.0000
#> 1251         0.0000
#> 1252         0.0000
#> 1253         0.0000
#> 1254         0.0000
#> 1255         0.0000
#> 1256         0.0000
#> 1257         0.0000
#> 1258         0.0000
#> 1259         0.0000
#> 1260         0.0000
#> 1261         0.0000
#> 1262         0.0000
#> 1263         0.0000
#> 1264         0.0000
#> 1265         0.0000
#> 1266         0.0000
#> 1267         0.0000
#> 1268         0.0000
#> 1269         0.0000
#> 1270         0.0000
#> 1271         0.0000
#> 1272         0.0000
#> 1273         0.0000
#> 1274         0.0000
#> 1275         0.0000
#> 1276         0.0000
#> 1277         0.0000
#> 1278         0.0000
#> 1279         0.0000
#> 1280         0.0000
#> 1281         0.0000
#> 1282         0.0000
#> 1283         0.0000
#> 1284         0.0000
#> 1285         0.0000
#> 1286         0.0000
#> 1287         0.0000
#> 1288         0.0000
#> 1289         0.0000
#> 1290         0.0000
#> 1291         0.0000
#> 1292         0.0000
#> 1293         0.0000
#> 1294         0.0000
#> 1295         0.0000
#> 1296         0.0000
#> 1297         0.0000
#> 1298         0.0000
#> 1299         0.0000
#> 1300         0.0000
#> 1301         0.0000
#> 1302         0.0000
#> 1303         0.0000
#> 1304         0.0000
#> 1305         0.0000
#> 1306         0.0000
#> 1307         0.0000
#> 1308         0.0000
#> 1309         0.0000
#> 1310         0.0000
#> 1311         0.0000
#> 1312         0.0000
#> 1313         0.0000
#> 1314         0.0000
#> 1315         0.0000
#> 1316         0.0000
#> 1317         0.0000
#> 1318         0.0000
#> 1319         0.0000
#> 1320         0.0000
#> 1321         0.0000
#> 1322         0.0000
#> 1323         0.0000
#> 1324         0.0000
#> 1325         0.0000
#> 1326         0.0000
#> 1327         0.0000
#> 1328         0.0000
#> 1329         0.0000
#> 1330         0.0000
#> 1331         0.0000
#> 1332         0.0000
#> 1333         0.0000
#> 1334         0.0000
#> 1335         0.0000
#> 1336         0.0000
#> 1337         0.0000
#> 1338         0.0000
#> 1339         0.0000
#> 1340         0.0000
#> 1341         0.0000
#> 1342         0.0000
#> 1343         0.0000
#> 1344         0.0000
#> 1345         0.0000
#> 1346         0.0000
#> 1347         0.0000
#> 1348         0.0000
#> 1349         0.0000
#> 1350         0.0000
#> 1351         0.0000
#> 1352         0.0000
#> 1353         0.0000
#> 1354         0.0000
#> 1355         0.0000
#> 1356         0.0000
#> 1357         0.0000
#> 1358         0.0000
#> 1359         0.0000
#> 1360         0.0000
#> 1361         0.0000
#> 1362         0.0000
#> 1363         0.0000
#> 1364         0.0000
#> 1365         0.0000
#> 1366         0.0000
#> 1367         0.0000
#> 1368         0.0000
#> 1369         0.0000
#> 1370         0.0000
#> 1371         0.0000
#> 1372         0.0000
#> 1373         0.0000
#> 1374         0.0000
#> 1375         0.0000
#> 1376         0.0000
#> 1377         0.0000
#> 1378         0.0000
#> 1379         0.0000
#> 1380         0.0000
#> 1381         0.0000
#> 1382         0.0000
#> 1383         0.0000
#> 1384         0.0000
#> 1385         0.0000
#> 1386         0.0000
#> 1387         0.0000
#> 1388         0.0000
#> 1389         0.0000
#> 1390         0.0000
#> 1391         0.0000
#> 1392         0.0000
#> 1393         0.0000
#> 1394         0.0000
#> 1395         0.0000
#> 1396         0.0000
#> 1397         0.0000
#> 1398         0.0000
#> 1399         0.0000
#> 1400         0.0000
#> 1401         0.0000
#> 1402         0.0000
#> 1403         0.0000
#> 1404         0.0000
#> 1405         0.0000
#> 1406         0.0000
#> 1407         0.0000
#> 1408         0.0000
#> 1409         0.0000
#> 1410         0.0000
#> 1411         0.0000
#> 1412         0.0000
#> 1413         0.0000
#> 1414         0.0000
#> 1415         0.0000
#> 1416         0.0000
#> 1417         0.0000
#> 1418         0.0000
#> 1419         0.0000
#> 1420         0.0000
#> 1421         0.0000
#> 1422         0.0000
#> 1423         0.0000
#> 1424         0.0000
#> 1425         0.0000
#> 1426         0.0000
#> 1427         0.0000
#> 1428         0.0000
#> 1429         0.0000
#> 1430         0.0000
#> 1431         0.0000
#> 1432         0.0000
#> 1433         0.0000
#> 1434         0.0000
#> 1435         0.0000
#> 1436         0.0000
#> 1437         0.0000
#> 1438         0.0000
#> 1439         0.0000
#> 1440         0.0000
#> 1441         0.0000
#> 1442         0.0000
#> 1443         0.0000
#> 1444         0.0000
#> 1445         0.0000
#> 1446         0.0000
#> 1447         0.0000
#> 1448         0.0000
#> 1449         0.0000
#> 1450         0.0000
#> 1451         0.0000
#> 1452         0.0000
#> 1453         0.0000
#> 1454         0.0000
#> 1455         0.0000
#> 1456         0.0000
#> 1457         0.0000
#> 1458         0.0000
#> 1459         0.0000
#> 1460         0.0000
#> 1461         0.0000
#> 1462         0.0000
#> 1463         0.0000
#> 1464         0.0000
#> 1465         0.0000
#> 1466         0.0000
#> 1467         0.0000
#> 1468         0.0000
#> 1469         0.0000
#> 1470         0.0000
#> 1471         0.0000
#> 1472         0.0000
#> 1473         0.0000
#> 1474         0.0000
#> 1475         0.0000
#> 1476         0.0000
#> 1477         0.0000
#> 1478         0.0000
#> 1479         0.0000
#> 1480         0.0000
#> 1481         0.0000
#> 1482         0.0000
#> 1483         0.0000
#> 1484         0.0000
#> 1485         0.0000
#> 1486         0.0000
#> 1487         0.0000
#> 1488         0.0000
#> 1489         0.0000
#> 1490         0.0000
#> 1491         0.0000
#> 1492         0.0000
#> 1493         0.0000
#> 1494         0.0000
#> 1495         0.0000
#> 1496         0.0000
#> 1497         0.0000
#> 1498         0.0000
#> 1499         0.0000
#> 1500         0.0000
#> 1501         0.0000
#> 1502         0.0000
#> 1503         0.0000
#> 1504         0.0000
#> 1505         0.0000
#> 1506         0.0000
#> 1507         0.0000
#> 1508         0.0000
#> 1509         0.0000
#> 1510         0.0000
#> 1511         0.0000
#> 1512         0.0000
#> 1513         0.0000
#> 1514         0.0000
#> 1515         0.0000
#> 1516         0.0000
#> 1517         0.0000
#> 1518         0.0000
#> 1519         0.0000
#> 1520         0.0000
#> 1521         0.0000
#> 1522         0.0000
#> 1523         0.0000
#> 1524         0.0000
#> 1525         0.0000
#> 1526         0.0000
#> 1527         0.0000
#> 1528         0.0000
#> 1529         0.0000
#> 1530         0.0000
#> 1531         0.0000
#> 1532         0.0000
#> 1533         0.0000
#> 1534         0.0000
#> 1535         0.0000
#> 1536         0.0000
#> 1537         0.0000
#> 1538         0.0000
#> 1539         0.0000
#> 1540         0.0000
#> 1541         0.0000
#> 1542         0.0000
#> 1543         0.0000
#> 1544         0.0000
#> 1545         0.0000
#> 1546         0.0000
#> 1547         0.0000
#> 1548         0.0000
#> 1549         0.0000
#> 1550         0.0000
#> 1551         0.0000
#> 1552         0.0000
#> 1553         0.0000
#> 1554         0.0000
#> 1555         0.0000
#> 1556         0.0000
#> 1557         0.0000
#> 1558         0.0000
#> 1559         0.0000
#> 1560         0.0000
#> 1561         0.0000
#> 1562         0.0000
#> 1563         0.0000
#> 1564         0.0000
#> 1565         0.0000
#> 1566         0.0000
#> 1567         0.0000
#> 1568         0.0000
#> 1569         0.0000
#> 1570         0.0000
#> 1571         0.0000
#> 1572         0.0000
#> 1573         0.0000
#> 1574         0.0000
#> 1575         0.0000
#> 1576         0.0000
#> 1577         0.0000
#> 1578         0.0000
#> 1579         0.0000
#> 1580         0.0000
#> 1581         0.0000
#> 1582         0.0000
#> 1583         0.0000
#> 1584         0.0000
#> 1585         0.0000
#> 1586         0.0000
#> 1587         0.0000
#> 1588         0.0000
#> 1589         0.0000
#> 1590         0.0000
#> 1591         0.0000
#> 1592         0.0000
#> 1593         0.0000
#> 1594         0.0000
#> 1595         0.0000
#> 1596         0.0000
#> 1597         0.0000
#> 1598         0.0000
#> 1599         0.0000
#> 1600         0.0000
#> 1601         0.0000
#> 1602         0.0000
#> 1603         0.0000
#> 1604         0.0000
#> 1605         0.0000
#> 1606         0.0000
#> 1607         0.0000
#> 1608         0.0000
#> 1609         0.0000
#> 1610         0.0000
#> 1611         0.0000
#> 1612         0.0000
#> 1613         0.0000
#> 1614         0.0000
#> 1615         0.0000
#> 1616         0.0000
#> 1617         0.0000
#> 1618         0.0000
#> 1619         0.0000
#> 1620         0.0000
#> 1621         0.0000
#> 1622         0.0000
#> 1623         0.0000
#> 1624         0.0000
#> 1625         0.0000
#> 1626         0.0000
#> 1627         0.0000
#> 1628         0.0000
#> 1629         0.0000
#> 1630         0.0000
#> 1631         0.0000
#> 1632         0.0000
#> 1633         0.0000
#> 1634         0.0000
#> 1635         0.0000
#> 1636         0.0000
#> 1637         0.0000
#> 1638         0.0000
#> 1639         0.0000
#> 1640         0.0000
#> 1641         0.0000
#> 1642         0.0000
#> 1643         0.0000
#> 1644         0.0000
#> 1645         0.0000
#> 1646         0.0000
#> 1647         0.0000
#> 1648         0.0000
#> 1649         0.0000
#> 1650         0.0000
#> 1651         0.0000
#> 1652         0.0000
#> 1653         0.0000
#> 1654    -48248.1054
#> 1655         0.0000
#> 1656         0.0000
#> 1657         0.0000
#> 1658         0.0000
#> 1659      1106.2991
#> 1660         0.0000
#> 1661       472.9995
#> 1662     10707.2009
#> 1663         0.0000
#> 1664         0.0000
#> 1665      4816.8004
#> 1666      2277.5983
#> 1667     15501.4009
#> 1668     10532.4020
#> 1669         0.0000
#> 1670         0.0000
#> 1671         0.0000
#> 1672         0.0000
#> 1673         0.0000
#> 1674         0.0000
#> 1675         0.0000
#> 1676         0.0000
#> 1677         0.0000
#> 1678         0.0000
#> 1679         0.0000
#> 1680         0.0000
#> 1681         0.0000
#> 1682         0.0000
#> 1683         0.0000
#> 1684         0.0000
#> 1685         0.0000
#> 1686         0.0000
#> 1687         0.0000
#> 1688         0.0000
#> 1689         0.0000
#> 1690         0.0000
#> 1691         0.0000
#> 1692         0.0000
#> 1693         0.0000
#> 1694         0.0000
#> 1695         0.0000
#> 1696         0.0000
#> 1697         0.0000
#> 1698         0.0000
#> 1699     -2833.4043
#> 1700         0.0000
#> 1701         0.0000
#> 1702         0.0000
#> 1703         0.0000
#> 1704         0.0000
#> 1705         0.0000
#> 1706         0.0000
#> 1707         0.0000
#> 1708         0.0000
#> 1709         0.0000
#> 1710         0.0000
#> 1711         0.0000
#> 1712         0.0000
#> 1713         0.0000
#> 1714         0.0000
#> 1715         0.0000
#> 1716         0.0000
#> 1717         0.0000
#> 1718         0.0000
#> 1719         0.0000
#> 1720         0.0000
#> 1721         0.0000
#> 1722         0.0000
#> 1723         0.0000
#> 1724         0.0000
#> 1725         0.0000
#> 1726         0.0000
#> 1727         0.0000
#> 1728         0.0000
#> 1729         0.0000
#> 1730         0.0000
#> 1731         0.0000
#> 1732         0.0000
#> 1733         0.0000
#> 1734         0.0000
#> 1735         0.0000
#> 1736         0.0000
#> 1737         0.0000
#> 1738         0.0000
#> 1739         0.0000
#> 1740         0.0000
#> 1741         0.0000
#> 1742         0.0000
#> 1743         0.0000
#> 1744         0.0000
#> 1745         0.0000
#> 1746         0.0000
#> 1747         0.0000
#> 1748         0.0000
#> 1749         0.0000
#> 1750         0.0000
#> 1751         0.0000
#> 1752         0.0000
#> 1753         0.0000
#> 1754         0.0000
#> 1755         0.0000
#> 1756         0.0000
#> 1757         0.0000
#> 1758         0.0000
#> 1759         0.0000
#> 1760         0.0000
#> 1761         0.0000
#> 1762         0.0000
#> 1763         0.0000
#> 1764         0.0000
#> 1765         0.0000
#> 1766         0.0000
#> 1767         0.0000
#> 1768         0.0000
#> 1769         0.0000
#> 1770         0.0000
#> 1771         0.0000
#> 1772         0.0000
#> 1773         0.0000
#> 1774         0.0000
#> 1775         0.0000
#> 1776         0.0000
#> 1777         0.0000
#> 1778         0.0000
#> 1779         0.0000
#> 1780         0.0000
#> 1781         0.0000
#> 1782         0.0000
#> 1783         0.0000
#> 1784         0.0000
#> 1785         0.0000
#> 1786         0.0000
#> 1787         0.0000
#> 1788         0.0000
#> 1789         0.0000
#> 1790         0.0000
#> 1791         0.0000
#> 1792         0.0000
#> 1793         0.0000
#> 1794         0.0000
#> 1795         0.0000
#> 1796         0.0000
#> 1797         0.0000
#> 1798         0.0000
#> 1799         0.0000
#> 1800         0.0000
#> 1801         0.0000
#> 1802         0.0000
#> 1803         0.0000
#> 1804         0.0000
#> 1805         0.0000
#> 1806         0.0000
#> 1807         0.0000
#> 1808         0.0000
#> 1809         0.0000
#> 1810         0.0000
#> 1811         0.0000
#> 1812         0.0000
#> 1813         0.0000
#> 1814         0.0000
#> 1815         0.0000
#> 1816         0.0000
#> 1817         0.0000
#> 1818         0.0000
#> 1819         0.0000
#> 1820         0.0000
#> 1821         0.0000
#> 1822         0.0000
#> 1823         0.0000
#> 1824         0.0000
#> 1825         0.0000
#> 1826         0.0000
#> 1827         0.0000
#> 1828         0.0000
#> 1829         0.0000
#> 1830         0.0000
#> 1831         0.0000
#> 1832         0.0000
#> 1833         0.0000
#> 1834         0.0000
#> 1835         0.0000
#> 1836         0.0000
#> 1837         0.0000
#> 1838         0.0000
#> 1839         0.0000
#> 1840         0.0000
#> 1841         0.0000
#> 1842         0.0000
#> 1843         0.0000
#> 1844         0.0000
#> 1845         0.0000
#> 1846         0.0000
#> 1847         0.0000
#> 1848         0.0000
#> 1849         0.0000
#> 1850         0.0000
#> 1851         0.0000
#> 1852         0.0000
#> 1853         0.0000
#> 1854         0.0000
#> 1855         0.0000
#> 1856         0.0000
#> 1857         0.0000
#> 1858         0.0000
#> 1859         0.0000
#> 1860         0.0000
#> 1861         0.0000
#> 1862         0.0000
#> 1863         0.0000
#> 1864         0.0000
#> 1865         0.0000
#> 1866         0.0000
#> 1867         0.0000
#> 1868         0.0000
#> 1869         0.0000
#> 1870         0.0000
#> 1871         0.0000
#> 1872         0.0000
#> 1873         0.0000
#> 1874         0.0000
#> 1875         0.0000
#> 1876         0.0000
#> 1877         0.0000
#> 1878         0.0000
#> 1879         0.0000
#> 1880         0.0000
#> 1881         0.0000
#> 1882         0.0000
#> 1883         0.0000
#> 1884         0.0000
#> 1885         0.0000
#> 1886         0.0000
#> 1887         0.0000
#> 1888         0.0000
#> 1889         0.0000
#> 1890         0.0000
#> 1891         0.0000
#> 1892         0.0000
#> 1893         0.0000
#> 1894         0.0000
#> 1895         0.0000
#> 1896         0.0000
#> 1897         0.0000
#> 1898         0.0000
#> 1899         0.0000
#> 1900         0.0000
#> 1901         0.0000
#> 1902         0.0000
#> 1903         0.0000
#> 1904         0.0000
#> 1905         0.0000
#> 1906         0.0000
#> 1907         0.0000
#> 1908         0.0000
#> 1909         0.0000
#> 1910         0.0000
#> 1911         0.0000
#> 1912         0.0000
#> 1913         0.0000
#> 1914         0.0000
#> 1915         0.0000
#> 1916         0.0000
#> 1917         0.0000
#> 1918         0.0000
#> 1919         0.0000
#> 1920         0.0000
#> 1921         0.0000
#> 1922         0.0000
#> 1923         0.0000
#> 1924         0.0000
#> 1925         0.0000
#> 1926         0.0000
#> 1927         0.0000
#> 1928         0.0000
#> 1929         0.0000
#> 1930         0.0000
#> 1931         0.0000
#> 1932         0.0000
#> 1933         0.0000
#> 1934         0.0000
#> 1935         0.0000
#> 1936         0.0000
#> 1937         0.0000
#> 1938         0.0000
#> 1939         0.0000
#> 1940         0.0000
#> 1941         0.0000
#> 1942         0.0000
#> 1943         0.0000
#> 1944         0.0000
#> 1945         0.0000
#> 1946         0.0000
#> 1947         0.0000
#> 1948         0.0000
#> 1949         0.0000
#> 1950         0.0000
#> 1951         0.0000
#> 1952         0.0000
#> 1953         0.0000
#> 1954         0.0000
#> 1955         0.0000
#> 1956         0.0000
#> 1957         0.0000
#> 1958         0.0000
#> 1959         0.0000
#> 1960         0.0000
#> 1961         0.0000
#> 1962         0.0000
#> 1963         0.0000
#> 1964         0.0000
#> 1965         0.0000
#> 1966         0.0000
#> 1967         0.0000
#> 1968         0.0000
#> 1969         0.0000
#> 1970         0.0000
#> 1971         0.0000
#> 1972         0.0000
#> 1973         0.0000
#> 1974         0.0000
#> 1975         0.0000
#> 1976         0.0000
#> 1977         0.0000
#> 1978         0.0000
#> 1979         0.0000
#> 1980         0.0000
#> 1981         0.0000
#> 1982         0.0000
#> 1983         0.0000
#> 1984         0.0000
#> 1985         0.0000
#> 1986         0.0000
#> 1987         0.0000
#> 1988         0.0000
#> 1989         0.0000
#> 1990         0.0000
#> 1991         0.0000
#> 1992         0.0000
#> 1993         0.0000
#> 1994         0.0000
#> 1995         0.0000
#> 1996         0.0000
#> 1997         0.0000
#> 1998         0.0000
#> 1999         0.0000
#> 2000         0.0000
#> 2001         0.0000
#> 2002         0.0000
#> 2003         0.0000
#> 2004         0.0000
#> 2005         0.0000
#> 2006         0.0000
#> 2007         0.0000
#> 2008         0.0000
#> 2009         0.0000
#> 2010         0.0000
#> 2011         0.0000
#> 2012         0.0000
#> 2013         0.0000
#> 2014         0.0000
#> 2015         0.0000
#> 2016         0.0000
#> 2017         0.0000
#> 2018         0.0000
#> 2019    -45803.9981
#> 2020         0.0000
#> 2021         0.0000
#> 2022         0.0000
#> 2023         0.0000
#> 2024         0.0000
#> 2025         0.0000
#> 2026     21683.1986
#> 2027         0.0000
#> 2028         0.0000
#> 2029         0.0000
#> 2030         0.0000
#> 2031         0.0000
#> 2032         0.0000
#> 2033         0.0000
#> 2034         0.0000
#> 2035         0.0000
#> 2036         0.0000
#> 2037         0.0000
#> 2038         0.0000
#> 2039    -24120.7996
#> 2040    -24120.7996
#> 2041         0.0000
#> 2042         0.0000
#> 2043         0.0000
#> 2044         0.0000
#> 2045         0.0000
#> 2046         0.0000
#> 2047         0.0000
#> 2048         0.0000
#> 2049         0.0000
#> 2050         0.0000
#> 2051         0.0000
#> 2052         0.0000
#> 2053         0.0000
#> 2054         0.0000
#> 2055         0.0000
#> 2056         0.0000
#> 2057         0.0000
#> 2058         0.0000
#> 2059         0.0000
#> 2060         0.0000
#> 2061         0.0000
#> 2062         0.0000
#> 2063         0.0000
#> 2064         0.0000
#> 2065         0.0000
#> 2066         0.0000
#> 2067         0.0000
#> 2068         0.0000
#> 2069         0.0000
#> 2070         0.0000
#> 2071         0.0000
#> 2072         0.0000
#> 2073         0.0000
#> 2074         0.0000
#> 2075         0.0000
#> 2076         0.0000
#> 2077         0.0000
#> 2078         0.0000
#> 2079         0.0000
#> 2080         0.0000
#> 2081         0.0000
#> 2082         0.0000
#> 2083         0.0000
#> 2084         0.0000
#> 2085         0.0000
#> 2086         0.0000
#> 2087         0.0000
#> 2088         0.0000
#> 2089         0.0000
#> 2090         0.0000
#> 2091         0.0000
#> 2092         0.0000
#> 2093         0.0000
#> 2094         0.0000
#> 2095         0.0000
#> 2096         0.0000
#> 2097         0.0000
#> 2098         0.0000
#> 2099         0.0000
#> 2100         0.0000
#> 2101         0.0000
#> 2102         0.0000
#> 2103         0.0000
#> 2104         0.0000
#> 2105         0.0000
#> 2106         0.0000
#> 2107         0.0000
#> 2108         0.0000
#> 2109         0.0000
#> 2110         0.0000
#> 2111         0.0000
#> 2112         0.0000
#> 2113         0.0000
#> 2114         0.0000
#> 2115         0.0000
#> 2116         0.0000
#> 2117         0.0000
#> 2118         0.0000
#> 2119         0.0000
#> 2120         0.0000
#> 2121         0.0000
#> 2122         0.0000
#> 2123         0.0000
#> 2124         0.0000
#> 2125         0.0000
#> 2126         0.0000
#> 2127         0.0000
#> 2128         0.0000
#> 2129         0.0000
#> 2130         0.0000
#> 2131         0.0000
#> 2132         0.0000
#> 2133         0.0000
#> 2134         0.0000
#> 2135     -1106.2991
#> 2136         0.0000
#> 2137         0.0000
#> 2138         0.0000
#> 2139         0.0000
#> 2140         0.0000
#> 2141         0.0000
#> 2142         0.0000
#> 2143         0.0000
#> 2144         0.0000
#> 2145         0.0000
#> 2146         0.0000
#> 2147         0.0000
#> 2148         0.0000
#> 2149         0.0000
#> 2150         0.0000
#> 2151         0.0000
#> 2152         0.0000
#> 2153         0.0000
#> 2154         0.0000
#> 2155         0.0000
#> 2156         0.0000
#> 2157         0.0000
#> 2158         0.0000
#> 2159         0.0000
#> 2160         0.0000
#> 2161         0.0000
#> 2162         0.0000
#> 2163         0.0000
#> 2164         0.0000
#> 2165         0.0000
#> 2166         0.0000
#> 2167         0.0000
#> 2168         0.0000
#> 2169         0.0000
#> 2170         0.0000
#> 2171         0.0000
#> 2172         0.0000
#> 2173      -158.3992
#> 2174         0.0000
#> 2175     -1264.6983
#> 2176         0.0000
#> 2177         0.0000
#> 2178         0.0000
#> 2179         0.0000
#> 2180         0.0000
#> 2181         0.0000
#> 2182         0.0000
#> 2183         0.0000
#> 2184         0.0000
#> 2185         0.0000
#> 2186         0.0000
#> 2187         0.0000
#> 2188         0.0000
#> 2189         0.0000
#> 2190         0.0000
#> 2191         0.0000
#> 2192         0.0000
#> 2193         0.0000
#> 2194         0.0000
#> 2195         0.0000
#> 2196         0.0000
#> 2197         0.0000
#> 2198         0.0000
#> 2199         0.0000
#> 2200         0.0000
#> 2201         0.0000
#> 2202         0.0000
#> 2203         0.0000
#> 2204         0.0000
#> 2205         0.0000
#> 2206         0.0000
#> 2207         0.0000
#> 2208         0.0000
#> 2209         0.0000
#> 2210         0.0000
#> 2211         0.0000
#> 2212         0.0000
#> 2213         0.0000
#> 2214         0.0000
#> 2215         0.0000
#> 2216         0.0000
#> 2217         0.0000
#> 2218         0.0000
#> 2219         0.0000
#> 2220         0.0000
#> 2221         0.0000
#> 2222         0.0000
#> 2223         0.0000
#> 2224         0.0000
#> 2225         0.0000
#> 2226         0.0000
#> 2227         0.0000
#> 2228         0.0000
#> 2229         0.0000
#> 2230         0.0000
#> 2231         0.0000
#> 2232         0.0000
#> 2233         0.0000
#> 2234         0.0000
#> 2235         0.0000
#> 2236         0.0000
#> 2237         0.0000
#> 2238         0.0000
#> 2239         0.0000
#> 2240         0.0000
#> 2241         0.0000
#> 2242         0.0000
#> 2243         0.0000
#> 2244         0.0000
#> 2245         0.0000
#> 2246         0.0000
#> 2247         0.0000
#> 2248         0.0000
#> 2249         0.0000
#> 2250         0.0000
#> 2251         0.0000
#> 2252         0.0000
#> 2253         0.0000
#> 2254         0.0000
#> 2255         0.0000
#> 2256         0.0000
#> 2257         0.0000
#> 2258         0.0000
#> 2259         0.0000
#> 2260         0.0000
#> 2261         0.0000
#> 2262         0.0000
#> 2263         0.0000
#> 2264         0.0000
#> 2265         0.0000
#> 2266         0.0000
#> 2267         0.0000
#> 2268         0.0000
#> 2269         0.0000
#> 2270         0.0000
#> 2271         0.0000
#> 2272         0.0000
#> 2273         0.0000
#> 2274         0.0000
#> 2275         0.0000
#> 2276         0.0000
#> 2277         0.0000
#> 2278         0.0000
#> 2279         0.0000
#> 2280         0.0000
#> 2281         0.0000
#> 2282         0.0000
#> 2283         0.0000
#> 2284         0.0000
#> 2285         0.0000
#> 2286         0.0000
#> 2287         0.0000
#> 2288         0.0000
#> 2289         0.0000
#> 2290         0.0000
#> 2291         0.0000
#> 2292         0.0000
#> 2293         0.0000
#> 2294         0.0000
#> 2295         0.0000
#> 2296         0.0000
#> 2297         0.0000
#> 2298         0.0000
#> 2299         0.0000
#> 2300         0.0000
#> 2301         0.0000
#> 2302         0.0000
#> 2303         0.0000
#> 2304         0.0000
#> 2305         0.0000
#> 2306         0.0000
#> 2307         0.0000
#> 2308         0.0000
#> 2309         0.0000
#> 2310         0.0000
#> 2311         0.0000
#> 2312         0.0000
#> 2313         0.0000
#> 2314         0.0000
#> 2315         0.0000
#> 2316         0.0000
#> 2317         0.0000
#> 2318         0.0000
#> 2319         0.0000
#> 2320         0.0000
#> 2321         0.0000
#> 2322         0.0000
#> 2323         0.0000
#> 2324         0.0000
#> 2325         0.0000
#> 2326         0.0000
#> 2327         0.0000
#> 2328         0.0000
#> 2329         0.0000
#> 2330         0.0000
#> 2331         0.0000
#> 2332         0.0000
#> 2333         0.0000
#> 2334         0.0000
#> 2335         0.0000
#> 2336         0.0000
#> 2337         0.0000
#> 2338         0.0000
#> 2339         0.0000
#> 2340         0.0000
#> 2341         0.0000
#> 2342         0.0000
#> 2343         0.0000
#> 2344         0.0000
#> 2345         0.0000
#> 2346         0.0000
#> 2347         0.0000
#> 2348         0.0000
#> 2349         0.0000
#> 2350         0.0000
#> 2351         0.0000
#> 2352         0.0000
#> 2353         0.0000
#> 2354         0.0000
#> 2355         0.0000
#> 2356         0.0000
#> 2357         0.0000
#> 2358         0.0000
#> 2359         0.0000
#> 2360         0.0000
#> 2361         0.0000
#> 2362         0.0000
#> 2363         0.0000
#> 2364         0.0000
#> 2365         0.0000
#> 2366         0.0000
#> 2367         0.0000
#> 2368         0.0000
#> 2369         0.0000
#> 2370         0.0000
#> 2371         0.0000
#> 2372         0.0000
#> 2373         0.0000
#> 2374         0.0000
#> 2375         0.0000
#> 2376         0.0000
#> 2377         0.0000
#> 2378         0.0000
#> 2379         0.0000
#> 2380         0.0000
#> 2381         0.0000
#> 2382         0.0000
#> 2383         0.0000
#> 2384         0.0000
#> 2385         0.0000
#> 2386         0.0000
#> 2387         0.0000
#> 2388         0.0000
#> 2389         0.0000
#> 2390         0.0000
#> 2391         0.0000
#> 2392         0.0000
#> 2393         0.0000
#> 2394         0.0000
#> 2395         0.0000
#> 2396         0.0000
#> 2397         0.0000
#> 2398         0.0000
#> 2399         0.0000
#> 2400         0.0000
#> 2401         0.0000
#> 2402         0.0000
#> 2403         0.0000
#> 2404         0.0000
#> 2405         0.0000
#> 2406         0.0000
#> 2407         0.0000
#> 2408         0.0000
#> 2409         0.0000
#> 2410         0.0000
#> 2411         0.0000
#> 2412         0.0000
#> 2413         0.0000
#> 2414         0.0000
#> 2415         0.0000
#> 2416         0.0000
#> 2417         0.0000
#> 2418         0.0000
#> 2419         0.0000
#> 2420         0.0000
#> 2421         0.0000
#> 2422         0.0000
#> 2423         0.0000
#> 2424         0.0000
#> 2425         0.0000
#> 2426         0.0000
#> 2427         0.0000
#> 2428         0.0000
#> 2429         0.0000
#> 2430         0.0000
#> 2431         0.0000
#> 2432         0.0000
#> 2433         0.0000
#> 2434         0.0000
#> 2435         0.0000
#> 2436         0.0000
#> 2437         0.0000
#> 2438         0.0000
#> 2439         0.0000
#> 2440         0.0000
#> 2441         0.0000
#> 2442         0.0000
#> 2443         0.0000
#> 2444         0.0000
#> 2445         0.0000
#> 2446         0.0000
#> 2447         0.0000
#> 2448         0.0000
#> 2449         0.0000
#> 2450         0.0000
#> 2451         0.0000
#> 2452         0.0000
#> 2453         0.0000
#> 2454         0.0000
#> 2455         0.0000
#> 2456         0.0000
#> 2457         0.0000
#> 2458         0.0000
#> 2459         0.0000
#> 2460         0.0000
#> 2461         0.0000
#> 2462         0.0000
#> 2463         0.0000
#> 2464         0.0000
#> 2465         0.0000
#> 2466         0.0000
#> 2467         0.0000
#> 2468         0.0000
#> 2469         0.0000
#> 2470         0.0000
#> 2471         0.0000
#> 2472         0.0000
#> 2473         0.0000
#> 2474         0.0000
#> 2475         0.0000
#> 2476         0.0000
#> 2477         0.0000
#> 2478         0.0000
#> 2479         0.0000
#> 2480         0.0000
#> 2481         0.0000
#> 2482         0.0000
#> 2483         0.0000
#> 2484         0.0000
#> 2485         0.0000
#> 2486         0.0000
#> 2487         0.0000
#> 2488         0.0000
#> 2489         0.0000
#> 2490         0.0000
#> 2491         0.0000
#> 2492         0.0000
#> 2493         0.0000
#> 2494         0.0000
#> 2495         0.0000
#> 2496         0.0000
#> 2497         0.0000
#> 2498         0.0000
#> 2499         0.0000
#> 2500         0.0000
#> 2501         0.0000
#> 2502         0.0000
#> 2503         0.0000
#> 2504         0.0000
#> 2505         0.0000
#> 2506         0.0000
#> 2507         0.0000
#> 2508         0.0000
#> 2509         0.0000
#> 2510         0.0000
#> 2511         0.0000
#> 2512         0.0000
#> 2513         0.0000
#> 2514         0.0000
#> 2515         0.0000
#> 2516         0.0000
#> 2517         0.0000
#> 2518         0.0000
#> 2519         0.0000
#> 2520         0.0000
#> 2521         0.0000
#> 2522         0.0000
#> 2523         0.0000
#> 2524         0.0000
#> 2525         0.0000
#> 2526         0.0000
#> 2527         0.0000
#> 2528         0.0000
#> 2529         0.0000
#> 2530         0.0000
#> 2531         0.0000
#> 2532         0.0000
#> 2533         0.0000
#> 2534         0.0000
#> 2535         0.0000
#> 2536         0.0000
#> 2537         0.0000
#> 2538         0.0000
#> 2539         0.0000
#> 2540         0.0000
#> 2541         0.0000
#> 2542         0.0000
#> 2543         0.0000
#> 2544         0.0000
#> 2545         0.0000
#> 2546         0.0000
#> 2547         0.0000
#> 2548         0.0000
#> 2549         0.0000
#> 2550         0.0000
#> 2551         0.0000
#> 2552         0.0000
#> 2553         0.0000
#> 2554         0.0000
#> 2555         0.0000
#> 2556         0.0000
#> 2557         0.0000
#> 2558         0.0000
#> 2559         0.0000
#> 2560         0.0000
#> 2561         0.0000
#> 2562         0.0000
#> 2563         0.0000
#> 2564         0.0000
#> 2565         0.0000
#> 2566         0.0000
#> 2567         0.0000
#> 2568         0.0000
#> 2569         0.0000
#> 2570         0.0000
#> 2571         0.0000
#> 2572         0.0000
#> 2573         0.0000
#> 2574         0.0000
#> 2575         0.0000
#> 2576         0.0000
#> 2577         0.0000
#> 2578         0.0000
#> 2579         0.0000
#> 2580         0.0000
#> 2581         0.0000
#> 2582         0.0000
#> 2583         0.0000
#> 2584         0.0000
#> 2585         0.0000
#> 2586         0.0000
#> 2587         0.0000
#> 2588         0.0000
#> 2589         0.0000
#> 2590         0.0000
#> 2591         0.0000
#> 2592         0.0000
#> 2593         0.0000
#> 2594         0.0000
#> 2595         0.0000
#> 2596         0.0000
#> 2597         0.0000
#> 2598         0.0000
#> 2599         0.0000
#> 2600         0.0000
#> 2601         0.0000
#> 2602         0.0000
#> 2603         0.0000
#> 2604         0.0000
#> 2605         0.0000
#> 2606         0.0000
#> 2607         0.0000
#> 2608         0.0000
#> 2609         0.0000
#> 2610         0.0000
#> 2611         0.0000
#> 2612         0.0000
#> 2613         0.0000
#> 2614         0.0000
#> 2615         0.0000
#> 2616         0.0000
#> 2617         0.0000
#> 2618         0.0000
#> 2619         0.0000
#> 2620         0.0000
#> 2621         0.0000
#> 2622         0.0000
#> 2623         0.0000
#> 2624         0.0000
#> 2625         0.0000
#> 2626         0.0000
#> 2627         0.0000
#> 2628         0.0000
#> 2629         0.0000
#> 2630         0.0000
#> 2631         0.0000
#> 2632         0.0000
#> 2633         0.0000
#> 2634         0.0000
#> 2635         0.0000
#> 2636         0.0000
#> 2637         0.0000
#> 2638         0.0000
#> 2639         0.0000
#> 2640         0.0000
#> 2641         0.0000
#> 2642         0.0000
#> 2643         0.0000
#> 2644         0.0000
#> 2645         0.0000
#> 2646         0.0000
#> 2647         0.0000
#> 2648         0.0000
#> 2649         0.0000
#> 2650         0.0000
#> 2651         0.0000
#> 2652         0.0000
#> 2653         0.0000
#> 2654         0.0000
#> 2655         0.0000
#> 2656         0.0000
#> 2657         0.0000
#> 2658         0.0000
#> 2659         0.0000
#> 2660         0.0000
#> 2661         0.0000
#> 2662         0.0000
#> 2663         0.0000
#> 2664         0.0000
#> 2665         0.0000
#> 2666         0.0000
#> 2667         0.0000
#> 2668         0.0000
#> 2669         0.0000
#> 2670         0.0000
#> 2671         0.0000
#> 2672         0.0000
#> 2673         0.0000
#> 2674         0.0000
#> 2675         0.0000
#> 2676         0.0000
#> 2677         0.0000
#> 2678         0.0000
#> 2679         0.0000
#> 2680         0.0000
#> 2681         0.0000
#> 2682         0.0000
#> 2683         0.0000
#> 2684         0.0000
#> 2685         0.0000
#> 2686         0.0000
#> 2687         0.0000
#> 2688         0.0000
#> 2689         0.0000
#> 2690         0.0000
#> 2691         0.0000
#> 2692         0.0000
#> 2693         0.0000
#> 2694         0.0000
#> 2695         0.0000
#> 2696         0.0000
#> 2697         0.0000
#> 2698         0.0000
#> 2699         0.0000
#> 2700         0.0000
#> 2701         0.0000
#> 2702         0.0000
#> 2703         0.0000
#> 2704         0.0000
#> 2705         0.0000
#> 2706         0.0000
#> 2707         0.0000
#> 2708         0.0000
#> 2709         0.0000
#> 2710         0.0000
#> 2711         0.0000
#> 2712         0.0000
#> 2713         0.0000
#> 2714         0.0000
#> 2715         0.0000
#> 2716         0.0000
#> 2717         0.0000
#> 2718         0.0000
#> 2719         0.0000
#> 2720         0.0000
#> 2721         0.0000
#> 2722         0.0000
#> 2723         0.0000
#> 2724         0.0000
#> 2725         0.0000
#> 2726         0.0000
#> 2727         0.0000
#> 2728         0.0000
#> 2729         0.0000
#> 2730         0.0000
#> 2731         0.0000
#> 2732         0.0000
#> 2733         0.0000
#> 2734         0.0000
#> 2735         0.0000
#> 2736         0.0000
#> 2737         0.0000
#> 2738         0.0000
#> 2739         0.0000
#> 2740         0.0000
#> 2741         0.0000
#> 2742         0.0000
#> 2743         0.0000
#> 2744         0.0000
#> 2745         0.0000
#> 2746         0.0000
#> 2747     -1106.2991
#> 2748         0.0000
#> 2749         0.0000
#> 2750         0.0000
#> 2751         0.0000
#> 2752         0.0000
#> 2753         0.0000
#> 2754         0.0000
#> 2755         0.0000
#> 2756         0.0000
#> 2757         0.0000
#> 2758         0.0000
#> 2759         0.0000
#> 2760         0.0000
#> 2761         0.0000
#> 2762         0.0000
#> 2763         0.0000
#> 2764         0.0000
#> 2765         0.0000
#> 2766         0.0000
#> 2767         0.0000
#> 2768         0.0000
#> 2769         0.0000
#> 2770         0.0000
#> 2771         0.0000
#> 2772         0.0000
#> 2773         0.0000
#> 2774         0.0000
#> 2775         0.0000
#> 2776         0.0000
#> 2777         0.0000
#> 2778         0.0000
#> 2779         0.0000
#> 2780         0.0000
#> 2781         0.0000
#> 2782         0.0000
#> 2783         0.0000
#> 2784         0.0000
#> 2785         0.0000
#> 2786         0.0000
#> 2787     -1106.2991
#> 2788         0.0000
#> 2789         0.0000
#> 2790         0.0000
#> 2791         0.0000
#> 2792         0.0000
#> 2793         0.0000
#> 2794         0.0000
#> 2795         0.0000
#> 2796         0.0000
#> 2797         0.0000
#> 2798         0.0000
#> 2799         0.0000
#> 2800         0.0000
#> 2801         0.0000
#> 2802         0.0000
#> 2803         0.0000
#> 2804         0.0000
#> 2805         0.0000
#> 2806         0.0000
#> 2807         0.0000
#> 2808         0.0000
#> 2809         0.0000
#> 2810         0.0000
#> 2811         0.0000
#> 2812         0.0000
#> 2813         0.0000
#> 2814         0.0000
#> 2815         0.0000
#> 2816         0.0000
#> 2817         0.0000
#> 2818         0.0000
#> 2819         0.0000
#> 2820         0.0000
#> 2821         0.0000
#> 2822         0.0000
#> 2823         0.0000
#> 2824         0.0000
#> 2825         0.0000
#> 2826         0.0000
#> 2827         0.0000
#> 2828         0.0000
#> 2829         0.0000
#> 2830         0.0000
#> 2831         0.0000
#> 2832         0.0000
#> 2833         0.0000
#> 2834         0.0000
#> 2835         0.0000
#> 2836         0.0000
#> 2837         0.0000
#> 2838         0.0000
#> 2839         0.0000
#> 2840         0.0000
#> 2841         0.0000
#> 2842         0.0000
#> 2843         0.0000
#> 2844         0.0000
#> 2845         0.0000
#> 2846         0.0000
#> 2847         0.0000
#> 2848         0.0000
#> 2849         0.0000
#> 2850         0.0000
#> 2851         0.0000
#> 2852         0.0000
#> 2853         0.0000
#> 2854         0.0000
#> 2855         0.0000
#> 2856         0.0000
#> 2857         0.0000
#> 2858         0.0000
#> 2859         0.0000
#> 2860         0.0000
#> 2861         0.0000
#> 2862         0.0000
#> 2863         0.0000
#> 2864         0.0000
#> 2865         0.0000
#> 2866         0.0000
#> 2867         0.0000
#> 2868         0.0000
#> 2869         0.0000
#> 2870         0.0000
#> 2871         0.0000
#> 2872         0.0000
#> 2873         0.0000
#> 2874         0.0000
#> 2875         0.0000
#> 2876         0.0000
#> 2877         0.0000
#> 2878         0.0000
#> 2879         0.0000
#> 2880         0.0000
#> 2881         0.0000
#> 2882         0.0000
#> 2883         0.0000
#> 2884         0.0000
#> 2885         0.0000
#> 2886         0.0000
#> 2887         0.0000
#> 2888         0.0000
#> 2889         0.0000
#> 2890         0.0000
#> 2891         0.0000
#> 2892         0.0000
#> 2893         0.0000
#> 2894         0.0000
#> 2895         0.0000
#> 2896         0.0000
#> 2897         0.0000
#> 2898         0.0000
#> 2899         0.0000
#> 2900         0.0000
#> 2901         0.0000
#> 2902         0.0000
#> 2903         0.0000
#> 2904         0.0000
#> 2905         0.0000
#> 2906         0.0000
#> 2907         0.0000
#> 2908         0.0000
#> 2909         0.0000
#> 2910         0.0000
#> 2911         0.0000
#> 2912         0.0000
#> 2913         0.0000
#> 2914         0.0000
#> 2915         0.0000
#> 2916         0.0000
#> 2917         0.0000
#> 2918         0.0000
#> 2919         0.0000
#> 2920         0.0000
#> 2921         0.0000
#> 2922         0.0000
#> 2923         0.0000
#> 2924         0.0000
#> 2925         0.0000
#> 2926         0.0000
#> 2927         0.0000
#> 2928         0.0000
#> 2929         0.0000
#> 2930         0.0000
#> 2931         0.0000
#> 2932         0.0000
#> 2933         0.0000
#> 2934         0.0000
#> 2935         0.0000
#> 2936         0.0000
#> 2937         0.0000
#> 2938         0.0000
#> 2939         0.0000
#> 2940         0.0000
#> 2941         0.0000
#> 2942         0.0000
#> 2943         0.0000
#> 2944         0.0000
#> 2945         0.0000
#> 2946         0.0000
#> 2947         0.0000
#> 2948         0.0000
#> 2949         0.0000
#> 2950         0.0000
#> 2951         0.0000
#> 2952         0.0000
#> 2953         0.0000
#> 2954         0.0000
#> 2955         0.0000
#> 2956         0.0000
#> 2957         0.0000
#> 2958         0.0000
#> 2959         0.0000
#> 2960         0.0000
#> 2961         0.0000
#> 2962         0.0000
#> 2963         0.0000
#> 2964         0.0000
#> 2965         0.0000
#> 2966         0.0000
#> 2967         0.0000
#> 2968         0.0000
#> 2969         0.0000
#> 2970         0.0000
#> 2971         0.0000
#> 2972         0.0000
#> 2973         0.0000
#> 2974         0.0000
#> 2975         0.0000
#> 2976         0.0000
#> 2977         0.0000
#> 2978         0.0000
#> 2979         0.0000
#> 2980         0.0000
#> 2981         0.0000
#> 2982         0.0000
#> 2983         0.0000
#> 2984         0.0000
#> 2985         0.0000
#> 2986         0.0000
#> 2987         0.0000
#> 2988         0.0000
#> 2989         0.0000
#> 2990         0.0000
#> 2991         0.0000
#> 2992         0.0000
#> 2993         0.0000
#> 2994         0.0000
#> 2995         0.0000
#> 2996         0.0000
#> 2997         0.0000
#> 2998         0.0000
#> 2999         0.0000
#> 3000         0.0000
#> 3001         0.0000
#> 3002         0.0000
#> 3003         0.0000
#> 3004         0.0000
#> 3005         0.0000
#> 3006         0.0000
#> 3007         0.0000
#> 3008         0.0000
#> 3009         0.0000
#> 3010         0.0000
#> 3011         0.0000
#> 3012         0.0000
#> 3013         0.0000
#> 3014         0.0000
#> 3015         0.0000
#> 3016         0.0000
#> 3017         0.0000
#> 3018         0.0000
#> 3019         0.0000
#> 3020         0.0000
#> 3021         0.0000
#> 3022         0.0000
#> 3023         0.0000
#> 3024         0.0000
#> 3025         0.0000
#> 3026         0.0000
#> 3027         0.0000
#> 3028         0.0000
#> 3029         0.0000
#> 3030         0.0000
#> 3031         0.0000
#> 3032         0.0000
#> 3033         0.0000
#> 3034         0.0000
#> 3035         0.0000
#> 3036         0.0000
#> 3037         0.0000
#> 3038         0.0000
#> 3039         0.0000
#> 3040         0.0000
#> 3041         0.0000
#> 3042         0.0000
#> 3043         0.0000
#> 3044         0.0000
#> 3045         0.0000
#> 3046         0.0000
#> 3047         0.0000
#> 3048         0.0000
#> 3049         0.0000
#> 3050         0.0000
#> 3051         0.0000
#> 3052         0.0000
#> 3053         0.0000
#> 3054         0.0000
#> 3055         0.0000
#> 3056         0.0000
#> 3057      -158.3992
#> 3058         0.0000
#> 3059      -158.3992
#> 3060         0.0000
#> 3061         0.0000
#> 3062         0.0000
#> 3063         0.0000
#> 3064         0.0000
#> 3065         0.0000
#> 3066         0.0000
#> 3067         0.0000
#> 3068         0.0000
#> 3069         0.0000
#> 3070         0.0000
#> 3071         0.0000
#> 3072         0.0000
#> 3073         0.0000
#> 3074         0.0000
#> 3075         0.0000
#> 3076         0.0000
#> 3077         0.0000
#> 3078         0.0000
#> 3079         0.0000
#> 3080         0.0000
#> 3081         0.0000
#> 3082         0.0000
#> 3083         0.0000
#> 3084         0.0000
#> 3085         0.0000
#> 3086         0.0000
#> 3087         0.0000
#> 3088         0.0000
#> 3089         0.0000
#> 3090         0.0000
#> 3091         0.0000
#> 3092         0.0000
#> 3093         0.0000
#> 3094         0.0000
#> 3095         0.0000
#> 3096         0.0000
#> 3097         0.0000
#> 3098         0.0000
#> 3099         0.0000
#> 3100         0.0000
#> 3101         0.0000
#> 3102         0.0000
#> 3103         0.0000
#> 3104         0.0000
#> 3105         0.0000
#> 3106         0.0000
#> 3107         0.0000
#> 3108         0.0000
#> 3109         0.0000
#> 3110         0.0000
#> 3111         0.0000
#> 3112         0.0000
#> 3113         0.0000
#> 3114         0.0000
#> 3115         0.0000
#> 3116         0.0000
#> 3117         0.0000
#> 3118         0.0000
#> 3119         0.0000
#> 3120         0.0000
#> 3121         0.0000
#> 3122         0.0000
#> 3123         0.0000
#> 3124         0.0000
#> 3125         0.0000
#> 3126         0.0000
#> 3127         0.0000
#> 3128         0.0000
#> 3129         0.0000
#> 3130         0.0000
#> 3131         0.0000
#> 3132         0.0000
#> 3133         0.0000
#> 3134         0.0000
#> 3135         0.0000
#> 3136         0.0000
#> 3137         0.0000
#> 3138         0.0000
#> 3139         0.0000
#> 3140         0.0000
#> 3141         0.0000
#> 3142         0.0000
#> 3143         0.0000
#> 3144         0.0000
#> 3145         0.0000
#> 3146         0.0000
#> 3147         0.0000
#> 3148         0.0000
#> 3149         0.0000
#> 3150         0.0000
#> 3151         0.0000
#> 3152         0.0000
#> 3153         0.0000
#> 3154         0.0000
#> 3155         0.0000
#> 3156         0.0000
#> 3157         0.0000
#> 3158         0.0000
#> 3159         0.0000
#> 3160         0.0000
#> 3161         0.0000
#> 3162         0.0000
#> 3163         0.0000
#> 3164         0.0000
#> 3165         0.0000
#> 3166         0.0000
#> 3167         0.0000
#> 3168         0.0000
#> 3169         0.0000
#> 3170         0.0000
#> 3171         0.0000
#> 3172         0.0000
#> 3173         0.0000
#> 3174         0.0000
#> 3175         0.0000
#> 3176         0.0000
#> 3177         0.0000
#> 3178         0.0000
#> 3179         0.0000
#> 3180         0.0000
#> 3181         0.0000
#> 3182         0.0000
#> 3183         0.0000
#> 3184         0.0000
#> 3185         0.0000
#> 3186         0.0000
#> 3187         0.0000
#> 3188         0.0000
#> 3189         0.0000
#> 3190         0.0000
#> 3191         0.0000
#> 3192         0.0000
#> 3193         0.0000
#> 3194         0.0000
#> 3195         0.0000
#> 3196         0.0000
#> 3197         0.0000
#> 3198         0.0000
#> 3199         0.0000
#> 3200         0.0000
#> 3201         0.0000
#> 3202         0.0000
#> 3203         0.0000
#> 3204         0.0000
#> 3205         0.0000
#> 3206         0.0000
#> 3207         0.0000
#> 3208         0.0000
#> 3209         0.0000
#> 3210         0.0000
#> 3211         0.0000
#> 3212         0.0000
#> 3213         0.0000
#> 3214         0.0000
#> 3215         0.0000
#> 3216         0.0000
#> 3217         0.0000
#> 3218         0.0000
#> 3219         0.0000
#> 3220         0.0000
#> 3221         0.0000
#> 3222         0.0000
#> 3223         0.0000
#> 3224         0.0000
#> 3225         0.0000
#> 3226         0.0000
#> 3227         0.0000
#> 3228         0.0000
#> 3229         0.0000
#> 3230         0.0000
#> 3231         0.0000
#> 3232         0.0000
#> 3233         0.0000
#> 3234         0.0000
#> 3235         0.0000
#> 3236         0.0000
#> 3237         0.0000
#> 3238         0.0000
#> 3239         0.0000
#> 3240         0.0000
#> 3241         0.0000
#> 3242         0.0000
#> 3243         0.0000
#> 3244         0.0000
#> 3245         0.0000
#> 3246         0.0000
#> 3247         0.0000
#> 3248         0.0000
#> 3249         0.0000
#> 3250         0.0000
#> 3251         0.0000
#> 3252         0.0000
#> 3253         0.0000
#> 3254         0.0000
#> 3255         0.0000
#> 3256         0.0000
#> 3257         0.0000
#> 3258         0.0000
#> 3259         0.0000
#> 3260         0.0000
#> 3261         0.0000
#> 3262         0.0000
#> 3263         0.0000
#> 3264         0.0000
#> 3265         0.0000
#> 3266         0.0000
#> 3267         0.0000
#> 3268         0.0000
#> 3269         0.0000
#> 3270         0.0000
#> 3271         0.0000
#> 3272         0.0000
#> 3273         0.0000
#> 3274         0.0000
#> 3275         0.0000
#> 3276         0.0000
#> 3277         0.0000
#> 3278         0.0000
#> 3279         0.0000
#> 3280         0.0000
#> 3281         0.0000
#> 3282         0.0000
#> 3283         0.0000
#> 3284         0.0000
#> 3285         0.0000
#> 3286         0.0000
#> 3287         0.0000
#> 3288         0.0000
#> 3289         0.0000
#> 3290         0.0000
#> 3291         0.0000
#> 3292         0.0000
#> 3293         0.0000
#> 3294         0.0000
#> 3295         0.0000
#> 3296         0.0000
#> 3297         0.0000
#> 3298         0.0000
#> 3299         0.0000
#> 3300         0.0000
#> 3301         0.0000
#> 3302         0.0000
#> 3303         0.0000
#> 3304         0.0000
#> 3305         0.0000
#> 3306         0.0000
#> 3307         0.0000
#> 3308         0.0000
#> 3309         0.0000
#> 3310         0.0000
#> 3311         0.0000
#> 3312         0.0000
#> 3313         0.0000
#> 3314         0.0000
#> 3315         0.0000
#> 3316         0.0000
#> 3317         0.0000
#> 3318         0.0000
#> 3319         0.0000
#> 3320         0.0000
#> 3321         0.0000
#> 3322         0.0000
#> 3323         0.0000
#> 3324         0.0000
#> 3325         0.0000
#> 3326         0.0000
#> 3327         0.0000
#> 3328         0.0000
#> 3329         0.0000
#> 3330         0.0000
#> 3331         0.0000
#> 3332         0.0000
#> 3333         0.0000
#> 3334         0.0000
#> 3335         0.0000
#> 3336         0.0000
#> 3337         0.0000
#> 3338         0.0000
#> 3339         0.0000
#> 3340         0.0000
#> 3341         0.0000
#> 3342         0.0000
#> 3343         0.0000
#> 3344         0.0000
#> 3345         0.0000
#> 3346         0.0000
#> 3347         0.0000
#> 3348         0.0000
#> 3349         0.0000
#> 3350         0.0000
#> 3351         0.0000
#> 3352         0.0000
#> 3353         0.0000
#> 3354         0.0000
#> 3355         0.0000
#> 3356         0.0000
#> 3357         0.0000
#> 3358         0.0000
#> 3359         0.0000
#> 3360         0.0000
#> 3361         0.0000
#> 3362         0.0000
#> 3363         0.0000
#> 3364         0.0000
#> 3365         0.0000
#> 3366         0.0000
#> 3367         0.0000
#> 3368         0.0000
#> 3369         0.0000
#> 3370         0.0000
#> 3371         0.0000
#> 3372         0.0000
#> 3373         0.0000
#> 3374         0.0000
#> 3375         0.0000
#> 3376         0.0000
#> 3377         0.0000
#> 3378         0.0000
#> 3379         0.0000
#> 3380         0.0000
#> 3381         0.0000
#> 3382         0.0000
#> 3383         0.0000
#> 3384         0.0000
#> 3385         0.0000
#> 3386         0.0000
#> 3387         0.0000
#> 3388         0.0000
#> 3389         0.0000
#> 3390         0.0000
#> 3391         0.0000
#> 3392         0.0000
#> 3393         0.0000
#> 3394         0.0000
#> 3395         0.0000
#> 3396         0.0000
#> 3397     -5065.1990
#> 3398         0.0000
#> 3399     -5065.1990
#> 3400         0.0000
#> 3401         0.0000
#> 3402         0.0000
#> 3403         0.0000
#> 3404         0.0000
#> 3405         0.0000
#> 3406         0.0000
#> 3407         0.0000
#> 3408         0.0000
#> 3409         0.0000
#> 3410         0.0000
#> 3411         0.0000
#> 3412         0.0000
#> 3413         0.0000
#> 3414         0.0000
#> 3415         0.0000
#> 3416         0.0000
#> 3417         0.0000
#> 3418         0.0000
#> 3419         0.0000
#> 3420         0.0000
#> 3421         0.0000
#> 3422         0.0000
#> 3423         0.0000
#> 3424         0.0000
#> 3425         0.0000
#> 3426         0.0000
#> 3427         0.0000
#> 3428         0.0000
#> 3429      1986.5989
#> 3430     24371.1995
#> 3431         0.0000
#> 3432         0.0000
#> 3433         0.0000
#> 3434      2277.5983
#> 3435     30396.5992
#> 3436      2291.3980
#> 3437         0.0000
#> 3438         0.0000
#> 3439      1217.9987
#> 3440       234.0003
#> 3441         0.0000
#> 3442         0.0000
#> 3443      1119.9983
#> 3444         0.0000
#> 3445         0.0000
#> 3446         0.0000
#> 3447    117105.0012
#> 3448         0.0000
#> 3449         0.0000
#> 3450         0.0000
#> 3451         0.0000
#> 3452         0.0000
#> 3453         0.0000
#> 3454     21590.8001
#> 3455         0.0000
#> 3456         0.0000
#> 3457         0.0000
#> 3458         0.0000
#> 3459         0.0000
#> 3460         0.0000
#> 3461         0.0000
#> 3462         0.0000
#> 3463         0.0000
#> 3464         0.0000
#> 3465     22921.2018
#> 3466         0.0000
#> 3467    225512.3942
#> 3468    138695.8012
#> 3469         0.0000
#> 3470         0.0000
#> 3471         0.0000
#> 3472         0.0000
#> 3473         0.0000
#> 3474         0.0000
#> 3475         0.0000
#> 3476         0.0000
#> 3477         0.0000
#> 3478         0.0000
#> 3479         0.0000
#> 3480         0.0000
#> 3481         0.0000
#> 3482         0.0000
#> 3483         0.0000
#> 3484         0.0000
#> 3485         0.0000
#> 3486         0.0000
#> 3487         0.0000
#> 3488         0.0000
#> 3489         0.0000
#> 3490         0.0000
#> 3491         0.0000
#> 3492         0.0000
#> 3493         0.0000
#> 3494         0.0000
#> 3495         0.0000
#> 3496         0.0000
#> 3497       283.7981
#> 3498         0.0000
#> 3499         0.0000
#> 3500         0.0000
#> 3501         0.0000
#> 3502        43.7981
#> 3503      6451.6997
#> 3504      2291.3980
#> 3505         0.0000
#> 3506         0.0000
#> 3507         0.0000
#> 3508         0.0000
#> 3509         0.0000
#> 3510         0.0000
#> 3511         0.0000
#> 3512         0.0000
#> 3513         0.0000
#> 3514         0.0000
#> 3515     28691.0016
#> 3516         0.0000
#> 3517         0.0000
#> 3518         0.0000
#> 3519         0.0000
#> 3520         0.0000
#> 3521         0.0000
#> 3522         0.0000
#> 3523         0.0000
#> 3524         0.0000
#> 3525         0.0000
#> 3526         0.0000
#> 3527         0.0000
#> 3528         0.0000
#> 3529         0.0000
#> 3530         0.0000
#> 3531         0.0000
#> 3532         0.0000
#> 3533     15501.6019
#> 3534         0.0000
#> 3535     53263.2973
#> 3536     28691.0016
#> 3537         0.0000
#> 3538         0.0000
#> 3539         0.0000
#> 3540         0.0000
#> 3541         0.0000
#> 3542         0.0000
#> 3543         0.0000
#> 3544         0.0000
#> 3545         0.0000
#> 3546         0.0000
#> 3547         0.0000
#> 3548         0.0000
#> 3549         0.0000
#> 3550         0.0000
#> 3551         0.0000
#> 3552         0.0000
#> 3553         0.0000
#> 3554         0.0000
#> 3555         0.0000
#> 3556         0.0000
#> 3557         0.0000
#> 3558         0.0000
#> 3559         0.0000
#> 3560         0.0000
#> 3561         0.0000
#> 3562         0.0000
#> 3563         0.0000
#> 3564         0.0000
#> 3565         0.0000
#> 3566         0.0000
#> 3567         0.0000
#> 3568         0.0000
#> 3569         0.0000
#> 3570         0.0000
#> 3571         0.0000
#> 3572         0.0000
#> 3573         0.0000
#> 3574         0.0000
#> 3575         0.0000
#> 3576         0.0000
#> 3577         0.0000
#> 3578         0.0000
#> 3579         0.0000
#> 3580         0.0000
#> 3581         0.0000
#> 3582         0.0000
#> 3583         0.0000
#> 3584         0.0000
#> 3585         0.0000
#> 3586         0.0000
#> 3587         0.0000
#> 3588         0.0000
#> 3589         0.0000
#> 3590         0.0000
#> 3591         0.0000
#> 3592         0.0000
#> 3593         0.0000
#> 3594         0.0000
#> 3595         0.0000
#> 3596         0.0000
#> 3597         0.0000
#> 3598         0.0000
#> 3599         0.0000
#> 3600         0.0000
#> 3601         0.0000
#> 3602         0.0000
#> 3603         0.0000
#> 3604         0.0000
#> 3605         0.0000
#> 3606         0.0000
#> 3607         0.0000
#> 3608         0.0000
#> 3609         0.0000
#> 3610         0.0000
#> 3611         0.0000
#> 3612         0.0000
#> 3613         0.0000
#> 3614         0.0000
#> 3615         0.0000
#> 3616         0.0000
#> 3617         0.0000
#> 3618         0.0000
#> 3619         0.0000
#> 3620         0.0000
#> 3621         0.0000
#> 3622         0.0000
#> 3623         0.0000
#> 3624         0.0000
#> 3625         0.0000
#> 3626         0.0000
#> 3627         0.0000
#> 3628         0.0000
#> 3629         0.0000
#> 3630         0.0000
#> 3631         0.0000
#> 3632         0.0000
#> 3633         0.0000
#> 3634         0.0000
#> 3635         0.0000
#> 3636         0.0000
#> 3637         0.0000
#> 3638         0.0000
#> 3639         0.0000
#> 3640         0.0000
#> 3641         0.0000
#> 3642         0.0000
#> 3643         0.0000
#> 3644         0.0000
#> 3645         0.0000
#> 3646         0.0000
#> 3647         0.0000
#> 3648         0.0000
#> 3649         0.0000
#> 3650         0.0000
#> 3651         0.0000
#> 3652         0.0000
#> 3653         0.0000
#> 3654         0.0000
#> 3655         0.0000
#> 3656         0.0000
#> 3657         0.0000
#> 3658         0.0000
#> 3659         0.0000
#> 3660         0.0000
#> 3661         0.0000
#> 3662         0.0000
#> 3663         0.0000
#> 3664         0.0000
#> 3665         0.0000
#> 3666         0.0000
#> 3667         0.0000
#> 3668         0.0000
#> 3669         0.0000
#> 3670         0.0000
#> 3671         0.0000
#> 3672         0.0000
#> 3673         0.0000
#> 3674         0.0000
#> 3675         0.0000
#> 3676         0.0000
#> 3677         0.0000
#> 3678         0.0000
#> 3679         0.0000
#> 3680         0.0000
#> 3681         0.0000
#> 3682         0.0000
#> 3683         0.0000
#> 3684         0.0000
#> 3685         0.0000
#> 3686         0.0000
#> 3687         0.0000
#> 3688         0.0000
#> 3689         0.0000
#> 3690         0.0000
#> 3691         0.0000
#> 3692         0.0000
#> 3693         0.0000
#> 3694         0.0000
#> 3695         0.0000
#> 3696         0.0000
#> 3697         0.0000
#> 3698         0.0000
#> 3699         0.0000
#> 3700         0.0000
#> 3701         0.0000
#> 3702         0.0000
#> 3703         0.0000
#> 3704         0.0000
#> 3705         0.0000
#> 3706         0.0000
#> 3707         0.0000
#> 3708         0.0000
#> 3709         0.0000
#> 3710         0.0000
#> 3711         0.0000
#> 3712         0.0000
#> 3713         0.0000
#> 3714         0.0000
#> 3715         0.0000
#> 3716         0.0000
#> 3717         0.0000
#> 3718         0.0000
#> 3719         0.0000
#> 3720         0.0000
#> 3721         0.0000
#> 3722         0.0000
#> 3723         0.0000
#> 3724         0.0000
#> 3725         0.0000
#> 3726         0.0000
#> 3727         0.0000
#> 3728         0.0000
#> 3729         0.0000
#> 3730         0.0000
#> 3731         0.0000
#> 3732         0.0000
#> 3733         0.0000
#> 3734         0.0000
#> 3735         0.0000
#> 3736         0.0000
#> 3737         0.0000
#> 3738         0.0000
#> 3739         0.0000
#> 3740         0.0000
#> 3741         0.0000
#> 3742         0.0000
#> 3743         0.0000
#> 3744         0.0000
#> 3745         0.0000
#> 3746         0.0000
#> 3747         0.0000
#> 3748         0.0000
#> 3749         0.0000
#> 3750         0.0000
#> 3751         0.0000
#> 3752         0.0000
#> 3753         0.0000
#> 3754         0.0000
#> 3755         0.0000
#> 3756         0.0000
#> 3757         0.0000
#> 3758         0.0000
#> 3759         0.0000
#> 3760         0.0000
#> 3761         0.0000
#> 3762         0.0000
#> 3763         0.0000
#> 3764         0.0000
#> 3765         0.0000
#> 3766         0.0000
#> 3767         0.0000
#> 3768         0.0000
#> 3769         0.0000
#> 3770         0.0000
#> 3771         0.0000
#> 3772         0.0000
#> 3773         0.0000
#> 3774         0.0000
#> 3775         0.0000
#> 3776         0.0000
#> 3777         0.0000
#> 3778         0.0000
#> 3779         0.0000
#> 3780         0.0000
#> 3781         0.0000
#> 3782         0.0000
#> 3783         0.0000
#> 3784         0.0000
#> 3785         0.0000
#> 3786         0.0000
#> 3787         0.0000
#> 3788         0.0000
#> 3789         0.0000
#> 3790         0.0000
#> 3791         0.0000
#> 3792         0.0000
#> 3793         0.0000
#> 3794         0.0000
#> 3795         0.0000
#> 3796         0.0000
#> 3797         0.0000
#> 3798         0.0000
#> 3799         0.0000
#> 3800         0.0000
#> 3801         0.0000
#> 3802         0.0000
#> 3803         0.0000
#> 3804         0.0000
#> 3805         0.0000
#> 3806         0.0000
#> 3807         0.0000
#> 3808         0.0000
#> 3809         0.0000
#> 3810         0.0000
#> 3811         0.0000
#> 3812         0.0000
#> 3813         0.0000
#> 3814         0.0000
#> 3815         0.0000
#> 3816         0.0000
#> 3817         0.0000
#> 3818         0.0000
#> 3819         0.0000
#> 3820         0.0000
#> 3821         0.0000
#> 3822         0.0000
#> 3823         0.0000
#> 3824         0.0000
#> 3825         0.0000
#> 3826         0.0000
#> 3827         0.0000
#> 3828         0.0000
#> 3829         0.0000
#> 3830         0.0000
#> 3831         0.0000
#> 3832         0.0000
#> 3833         0.0000
#> 3834         0.0000
#> 3835         0.0000
#> 3836         0.0000
#> 3837         0.0000
#> 3838         0.0000
#> 3839         0.0000
#> 3840         0.0000
#> 3841         0.0000
#> 3842         0.0000
#> 3843         0.0000
#> 3844         0.0000
#> 3845         0.0000
#> 3846         0.0000
#> 3847         0.0000
#> 3848         0.0000
#> 3849         0.0000
#> 3850         0.0000
#> 3851         0.0000
#> 3852         0.0000
#> 3853         0.0000
#> 3854         0.0000
#> 3855         0.0000
#> 3856         0.0000
#> 3857         0.0000
#> 3858         0.0000
#> 3859         0.0000
#> 3860         0.0000
#> 3861         0.0000
#> 3862         0.0000
#> 3863         0.0000
#> 3864         0.0000
#> 3865         0.0000
#> 3866         0.0000
#> 3867         0.0000
#> 3868         0.0000
#> 3869         0.0000
#> 3870         0.0000
#> 3871         0.0000
#> 3872         0.0000
#> 3873         0.0000
#> 3874         0.0000
#> 3875         0.0000
#> 3876         0.0000
#> 3877         0.0000
#> 3878         0.0000
#> 3879         0.0000
#> 3880         0.0000
#> 3881         0.0000
#> 3882         0.0000
#> 3883         0.0000
#> 3884         0.0000
#> 3885         0.0000
#> 3886         0.0000
#> 3887         0.0000
#> 3888         0.0000
#> 3889         0.0000
#> 3890         0.0000
#> 3891         0.0000
#> 3892         0.0000
#> 3893         0.0000
#> 3894         0.0000
#> 3895         0.0000
#> 3896         0.0000
#> 3897         0.0000
#> 3898         0.0000
#> 3899         0.0000
#> 3900         0.0000
#> 3901         0.0000
#> 3902         0.0000
#> 3903         0.0000
#> 3904         0.0000
#> 3905         0.0000
#> 3906         0.0000
#> 3907         0.0000
#> 3908         0.0000
#> 3909         0.0000
#> 3910         0.0000
#> 3911         0.0000
#> 3912         0.0000
#> 3913         0.0000
#> 3914         0.0000
#> 3915         0.0000
#> 3916         0.0000
#> 3917         0.0000
#> 3918         0.0000
#> 3919         0.0000
#> 3920         0.0000
#> 3921         0.0000
#> 3922         0.0000
#> 3923         0.0000
#> 3924         0.0000
#> 3925         0.0000
#> 3926         0.0000
#> 3927         0.0000
#> 3928         0.0000
#> 3929         0.0000
#> 3930         0.0000
#> 3931         0.0000
#> 3932         0.0000
#> 3933         0.0000
#> 3934         0.0000
#> 3935         0.0000
#> 3936         0.0000
#> 3937         0.0000
#> 3938         0.0000
#> 3939         0.0000
#> 3940         0.0000
#> 3941         0.0000
#> 3942         0.0000
#> 3943         0.0000
#> 3944         0.0000
#> 3945         0.0000
#> 3946         0.0000
#> 3947         0.0000
#> 3948         0.0000
#> 3949         0.0000
#> 3950         0.0000
#> 3951         0.0000
#> 3952         0.0000
#> 3953         0.0000
#> 3954         0.0000
#> 3955         0.0000
#> 3956         0.0000
#> 3957         0.0000
#> 3958         0.0000
#> 3959         0.0000
#> 3960         0.0000
#> 3961         0.0000
#> 3962         0.0000
#> 3963         0.0000
#> 3964         0.0000
#> 3965         0.0000
#> 3966         0.0000
#> 3967         0.0000
#> 3968         0.0000
#> 3969         0.0000
#> 3970         0.0000
#> 3971         0.0000
#> 3972         0.0000
#> 3973         0.0000
#> 3974         0.0000
#> 3975         0.0000
#> 3976         0.0000
#> 3977         0.0000
#> 3978         0.0000
#> 3979         0.0000
#> 3980         0.0000
#> 3981         0.0000
#> 3982         0.0000
#> 3983         0.0000
#> 3984         0.0000
#> 3985         0.0000
#> 3986         0.0000
#> 3987         0.0000
#> 3988         0.0000
#> 3989         0.0000
#> 3990         0.0000
#> 3991         0.0000
#> 3992         0.0000
#> 3993         0.0000
#> 3994         0.0000
#> 3995         0.0000
#> 3996         0.0000
#> 3997         0.0000
#> 3998         0.0000
#> 3999         0.0000
#> 4000         0.0000
#> 4001         0.0000
#> 4002         0.0000
#> 4003         0.0000
#> 4004         0.0000
#> 4005         0.0000
#> 4006         0.0000
#> 4007         0.0000
#> 4008         0.0000
#> 4009         0.0000
#> 4010         0.0000
#> 4011         0.0000
#> 4012         0.0000
#> 4013         0.0000
#> 4014         0.0000
#> 4015         0.0000
#> 4016         0.0000
#> 4017         0.0000
#> 4018         0.0000
#> 4019         0.0000
#> 4020         0.0000
#> 4021         0.0000
#> 4022         0.0000
#> 4023         0.0000
#> 4024         0.0000
#> 4025         0.0000
#> 4026         0.0000
#> 4027         0.0000
#> 4028         0.0000
#> 4029         0.0000
#> 4030         0.0000
#> 4031         0.0000
#> 4032         0.0000
#> 4033         0.0000
#> 4034         0.0000
#> 4035         0.0000
#> 4036         0.0000
#> 4037         0.0000
#> 4038         0.0000
#> 4039         0.0000
#> 4040         0.0000
#> 4041         0.0000
#> 4042         0.0000
#> 4043         0.0000
#> 4044         0.0000
#> 4045         0.0000
#> 4046         0.0000
#> 4047         0.0000
#> 4048         0.0000
#> 4049         0.0000
#> 4050         0.0000
#> 4051         0.0000
#> 4052         0.0000
#> 4053         0.0000
#> 4054         0.0000
#> 4055         0.0000
#> 4056         0.0000
#> 4057         0.0000
#> 4058         0.0000
#> 4059         0.0000
#> 4060         0.0000
#> 4061         0.0000
#> 4062         0.0000
#> 4063         0.0000
#> 4064         0.0000
#> 4065         0.0000
#> 4066         0.0000
#> 4067         0.0000
#> 4068         0.0000
#> 4069         0.0000
#> 4070         0.0000
#> 4071         0.0000
#> 4072         0.0000
#> 4073         0.0000
#> 4074         0.0000
#> 4075         0.0000
#> 4076         0.0000
#> 4077         0.0000
#> 4078         0.0000
#> 4079         0.0000
#> 4080         0.0000
#> 4081         0.0000
#> 4082         0.0000
#> 4083         0.0000
#> 4084         0.0000
#> 4085         0.0000
#> 4086         0.0000
#> 4087         0.0000
#> 4088         0.0000
#> 4089         0.0000
#> 4090         0.0000
#> 4091         0.0000
#> 4092         0.0000
#> 4093         0.0000
#> 4094         0.0000
#> 4095         0.0000
#> 4096         0.0000
#> 4097         0.0000
#> 4098         0.0000
#> 4099         0.0000
#> 4100         0.0000
#> 4101         0.0000
#> 4102         0.0000
#> 4103         0.0000
#> 4104         0.0000
#> 4105         0.0000
#> 4106         0.0000
#> 4107         0.0000
#> 4108         0.0000
#> 4109         0.0000
#> 4110         0.0000
#> 4111         0.0000
#> 4112         0.0000
#> 4113         0.0000
#> 4114         0.0000
#> 4115         0.0000
#> 4116         0.0000
#> 4117         0.0000
#> 4118         0.0000
#> 4119         0.0000
#> 4120         0.0000
#> 4121         0.0000
#> 4122         0.0000
#> 4123         0.0000
#> 4124         0.0000
#> 4125         0.0000
#> 4126         0.0000
#> 4127         0.0000
#> 4128         0.0000
#> 4129         0.0000
#> 4130         0.0000
#> 4131         0.0000
#> 4132         0.0000
#> 4133         0.0000
#> 4134         0.0000
#> 4135         0.0000
#> 4136         0.0000
#> 4137         0.0000
#> 4138         0.0000
#> 4139         0.0000
#> 4140         0.0000
#> 4141         0.0000
#> 4142         0.0000
#> 4143         0.0000
#> 4144         0.0000
#> 4145         0.0000
#> 4146         0.0000
#> 4147         0.0000
#> 4148         0.0000
#> 4149         0.0000
#> 4150         0.0000
#> 4151         0.0000
#> 4152         0.0000
#> 4153         0.0000
#> 4154         0.0000
#> 4155         0.0000
#> 4156         0.0000
#> 4157         0.0000
#> 4158         0.0000
#> 4159         0.0000
#> 4160         0.0000
#> 4161         0.0000
#> 4162         0.0000
#> 4163         0.0000
#> 4164         0.0000
#> 4165         0.0000
#> 4166         0.0000
#> 4167         0.0000
#> 4168         0.0000
#> 4169         0.0000
#> 4170         0.0000
#> 4171         0.0000
#> 4172         0.0000
#> 4173         0.0000
#> 4174         0.0000
#> 4175         0.0000
#> 4176         0.0000
#> 4177         0.0000
#> 4178         0.0000
#> 4179         0.0000
#> 4180         0.0000
#> 4181         0.0000
#> 4182         0.0000
#> 4183         0.0000
#> 4184         0.0000
#> 4185         0.0000
#> 4186         0.0000
#> 4187         0.0000
#> 4188         0.0000
#> 4189         0.0000
#> 4190         0.0000
#> 4191         0.0000
#> 4192         0.0000
#> 4193         0.0000
#> 4194         0.0000
#> 4195         0.0000
#> 4196         0.0000
#> 4197         0.0000
#> 4198         0.0000
#> 4199         0.0000
#> 4200         0.0000
#> 4201         0.0000
#> 4202         0.0000
#> 4203         0.0000
#> 4204         0.0000
#> 4205         0.0000
#> 4206         0.0000
#> 4207         0.0000
#> 4208         0.0000
#> 4209         0.0000
#> 4210         0.0000
#> 4211         0.0000
#> 4212         0.0000
#> 4213         0.0000
#> 4214         0.0000
#> 4215         0.0000
#> 4216         0.0000
#> 4217         0.0000
#> 4218         0.0000
#> 4219         0.0000
#> 4220         0.0000
#> 4221         0.0000
#> 4222         0.0000
#> 4223         0.0000
#> 4224         0.0000
#> 4225         0.0000
#> 4226         0.0000
#> 4227         0.0000
#> 4228         0.0000
#> 4229         0.0000
#> 4230         0.0000
#> 4231         0.0000
#> 4232         0.0000
#> 4233         0.0000
#> 4234         0.0000
#> 4235         0.0000
#> 4236         0.0000
#> 4237         0.0000
#> 4238         0.0000
#> 4239         0.0000
#> 4240         0.0000
#> 4241         0.0000
#> 4242         0.0000
#> 4243         0.0000
#> 4244         0.0000
#> 4245         0.0000
#> 4246         0.0000
#> 4247         0.0000
#> 4248         0.0000
#> 4249         0.0000
#> 4250         0.0000
#> 4251         0.0000
#> 4252         0.0000
#> 4253         0.0000
#> 4254         0.0000
#> 4255         0.0000
#> 4256         0.0000
#> 4257         0.0000
#> 4258         0.0000
#> 4259         0.0000
#> 4260         0.0000
#> 4261         0.0000
#> 4262         0.0000
#> 4263         0.0000
#> 4264         0.0000
#> 4265         0.0000
#> 4266         0.0000
#> 4267         0.0000
#> 4268         0.0000
#> 4269         0.0000
#> 4270         0.0000
#> 4271         0.0000
#> 4272         0.0000
#> 4273         0.0000
#> 4274         0.0000
#> 4275         0.0000
#> 4276         0.0000
#> 4277         0.0000
#> 4278         0.0000
#> 4279         0.0000
#> 4280         0.0000
#> 4281         0.0000
#> 4282         0.0000
#> 4283         0.0000
#> 4284         0.0000
#> 4285         0.0000
#> 4286         0.0000
#> 4287         0.0000
#> 4288         0.0000
#> 4289         0.0000
#> 4290         0.0000
#> 4291         0.0000
#> 4292         0.0000
#> 4293         0.0000
#> 4294         0.0000
#> 4295         0.0000
#> 4296         0.0000
#> 4297         0.0000
#> 4298         0.0000
#> 4299         0.0000
#> 4300         0.0000
#> 4301         0.0000
#> 4302         0.0000
#> 4303         0.0000
#> 4304         0.0000
#> 4305         0.0000
#> 4306         0.0000
#> 4307         0.0000
#> 4308         0.0000
#> 4309         0.0000
#> 4310         0.0000
#> 4311         0.0000
#> 4312         0.0000
#> 4313         0.0000
#> 4314         0.0000
#> 4315         0.0000
#> 4316         0.0000
#> 4317         0.0000
#> 4318         0.0000
#> 4319         0.0000
#> 4320         0.0000
#> 4321         0.0000
#> 4322         0.0000
#> 4323         0.0000
#> 4324         0.0000
#> 4325         0.0000
#> 4326         0.0000
#> 4327         0.0000
#> 4328         0.0000
#> 4329         0.0000
#> 4330         0.0000
#> 4331         0.0000
#> 4332         0.0000
#> 4333         0.0000
#> 4334         0.0000
#> 4335         0.0000
#> 4336         0.0000
#> 4337         0.0000
#> 4338         0.0000
#> 4339         0.0000
#> 4340         0.0000
#> 4341         0.0000
#> 4342         0.0000
#> 4343         0.0000
#> 4344         0.0000
#> 4345         0.0000
#> 4346         0.0000
#> 4347         0.0000
#> 4348         0.0000
#> 4349         0.0000
#> 4350         0.0000
#> 4351         0.0000
#> 4352         0.0000
#> 4353         0.0000
#> 4354         0.0000
#> 4355         0.0000
#> 4356         0.0000
#> 4357         0.0000
#> 4358         0.0000
#> 4359         0.0000
#> 4360         0.0000
#> 4361         0.0000
#> 4362         0.0000
#> 4363         0.0000
#> 4364         0.0000
#> 4365         0.0000
#> 4366         0.0000
#> 4367         0.0000
#> 4368         0.0000
#> 4369         0.0000
#> 4370         0.0000
#> 4371         0.0000
#> 4372         0.0000
#> 4373         0.0000
#> 4374         0.0000
#> 4375         0.0000
#> 4376         0.0000
#> 4377         0.0000
#> 4378         0.0000
#> 4379         0.0000
#> 4380         0.0000
#> 4381         0.0000
#> 4382         0.0000
#> 4383         0.0000
#> 4384         0.0000
#> 4385         0.0000
#> 4386         0.0000
#> 4387         0.0000
#> 4388         0.0000
#> 4389         0.0000
#> 4390         0.0000
#> 4391         0.0000
#> 4392         0.0000
#> 4393         0.0000
#> 4394         0.0000
#> 4395         0.0000
#> 4396         0.0000
#> 4397         0.0000
#> 4398         0.0000
#> 4399         0.0000
#> 4400         0.0000
#> 4401         0.0000
#> 4402         0.0000
#> 4403         0.0000
#> 4404         0.0000
#> 4405         0.0000
#> 4406         0.0000
#> 4407         0.0000
#> 4408         0.0000
#> 4409         0.0000
#> 4410         0.0000
#> 4411         0.0000
#> 4412         0.0000
#> 4413         0.0000
#> 4414         0.0000
#> 4415         0.0000
#> 4416         0.0000
#> 4417         0.0000
#> 4418         0.0000
#> 4419         0.0000
#> 4420         0.0000
#> 4421         0.0000
#> 4422         0.0000
#> 4423         0.0000
#> 4424         0.0000
#> 4425         0.0000
#> 4426         0.0000
#> 4427         0.0000
#> 4428         0.0000
#> 4429         0.0000
#> 4430         0.0000
#> 4431         0.0000
#> 4432         0.0000
#> 4433         0.0000
#> 4434         0.0000
#> 4435         0.0000
#> 4436         0.0000
#> 4437         0.0000
#> 4438         0.0000
#> 4439         0.0000
#> 4440         0.0000
#> 4441         0.0000
#> 4442         0.0000
#> 4443         0.0000
#> 4444         0.0000
#> 4445         0.0000
#> 4446         0.0000
#> 4447         0.0000
#> 4448         0.0000
#> 4449       283.7981
#> 4450         0.0000
#> 4451         0.0000
#> 4452         0.0000
#> 4453         0.0000
#> 4454        43.7981
#> 4455      6451.6997
#> 4456      2291.3980
#> 4457         0.0000
#> 4458         0.0000
#> 4459         0.0000
#> 4460         0.0000
#> 4461         0.0000
#> 4462         0.0000
#> 4463         0.0000
#> 4464         0.0000
#> 4465         0.0000
#> 4466         0.0000
#> 4467     28691.0016
#> 4468         0.0000
#> 4469         0.0000
#> 4470         0.0000
#> 4471         0.0000
#> 4472         0.0000
#> 4473         0.0000
#> 4474         0.0000
#> 4475         0.0000
#> 4476         0.0000
#> 4477         0.0000
#> 4478         0.0000
#> 4479         0.0000
#> 4480         0.0000
#> 4481         0.0000
#> 4482         0.0000
#> 4483         0.0000
#> 4484         0.0000
#> 4485     15501.6019
#> 4486         0.0000
#> 4487     53263.2973
#> 4488     28691.0016
#> 4489         0.0000
#> 4490         0.0000
#> 4491         0.0000
#> 4492         0.0000
#> 4493         0.0000
#> 4494         0.0000
#> 4495         0.0000
#> 4496         0.0000
#> 4497         0.0000
#> 4498         0.0000
#> 4499         0.0000
#> 4500         0.0000
#> 4501         0.0000
#> 4502         0.0000
#> 4503         0.0000
#> 4504         0.0000
#> 4505         0.0000
#> 4506         0.0000
#> 4507         0.0000
#> 4508         0.0000
#> 4509         0.0000
#> 4510         0.0000
#> 4511         0.0000
#> 4512         0.0000
#> 4513         0.0000
#> 4514         0.0000
#> 4515         0.0000
#> 4516         0.0000
#> 4517         0.0000
#> 4518     22982.4003
#> 4519         0.0000
#> 4520         0.0000
#> 4521         0.0000
#> 4522         0.0000
#> 4523     18056.0984
#> 4524         0.0000
#> 4525         0.0000
#> 4526         0.0000
#> 4527         0.0000
#> 4528         0.0000
#> 4529         0.0000
#> 4530         0.0000
#> 4531         0.0000
#> 4532         0.0000
#> 4533         0.0000
#> 4534         0.0000
#> 4535         0.0000
#> 4536         0.0000
#> 4537         0.0000
#> 4538         0.0000
#> 4539         0.0000
#> 4540         0.0000
#> 4541         0.0000
#> 4542         0.0000
#> 4543         0.0000
#> 4544         0.0000
#> 4545         0.0000
#> 4546         0.0000
#> 4547         0.0000
#> 4548         0.0000
#> 4549         0.0000
#> 4550         0.0000
#> 4551         0.0000
#> 4552         0.0000
#> 4553         0.0000
#> 4554         0.0000
#> 4555     41038.4986
#> 4556         0.0000
#> 4557         0.0000
#> 4558         0.0000
#> 4559         0.0000
#> 4560         0.0000
#> 4561         0.0000
#> 4562         0.0000
#> 4563         0.0000
#> 4564         0.0000
#> 4565         0.0000
#> 4566         0.0000
#> 4567         0.0000
#> 4568         0.0000
#> 4569         0.0000
#> 4570         0.0000
#> 4571         0.0000
#> 4572         0.0000
#> 4573         0.0000
#> 4574         0.0000
#> 4575         0.0000
#> 4576         0.0000
#> 4577         0.0000
#> 4578         0.0000
#> 4579         0.0000
#> 4580         0.0000
#> 4581         0.0000
#> 4582         0.0000
#> 4583         0.0000
#> 4584         0.0000
#> 4585         0.0000
#> 4586         0.0000
#> 4587         0.0000
#> 4588         0.0000
#> 4589         0.0000
#> 4590         0.0000
#> 4591         0.0000
#> 4592         0.0000
#> 4593         0.0000
#> 4594         0.0000
#> 4595         0.0000
#> 4596         0.0000
#> 4597         0.0000
#> 4598         0.0000
#> 4599         0.0000
#> 4600         0.0000
#> 4601         0.0000
#> 4602         0.0000
#> 4603         0.0000
#> 4604         0.0000
#> 4605         0.0000
#> 4606         0.0000
#> 4607         0.0000
#> 4608         0.0000
#> 4609         0.0000
#> 4610         0.0000
#> 4611         0.0000
#> 4612         0.0000
#> 4613         0.0000
#> 4614         0.0000
#> 4615         0.0000
#> 4616         0.0000
#> 4617         0.0000
#> 4618         0.0000
#> 4619         0.0000
#> 4620         0.0000
#> 4621         0.0000
#> 4622         0.0000
#> 4623         0.0000
#> 4624         0.0000
#> 4625         0.0000
#> 4626         0.0000
#> 4627         0.0000
#> 4628         0.0000
#> 4629         0.0000
#> 4630         0.0000
#> 4631         0.0000
#> 4632         0.0000
#> 4633         0.0000
#> 4634         0.0000
#> 4635         0.0000
#> 4636         0.0000
#> 4637         0.0000
#> 4638         0.0000
#> 4639         0.0000
#> 4640         0.0000
#> 4641         0.0000
#> 4642         0.0000
#> 4643         0.0000
#> 4644         0.0000
#> 4645         0.0000
#> 4646         0.0000
#> 4647         0.0000
#> 4648         0.0000
#> 4649         0.0000
#> 4650         0.0000
#> 4651         0.0000
#> 4652         0.0000
#> 4653         0.0000
#> 4654         0.0000
#> 4655         0.0000
#> 4656         0.0000
#> 4657         0.0000
#> 4658         0.0000
#> 4659         0.0000
#> 4660         0.0000
#> 4661         0.0000
#> 4662         0.0000
#> 4663         0.0000
#> 4664         0.0000
#> 4665         0.0000
#> 4666         0.0000
#> 4667         0.0000
#> 4668         0.0000
#> 4669         0.0000
#> 4670         0.0000
#> 4671         0.0000
#> 4672         0.0000
#> 4673         0.0000
#> 4674         0.0000
#> 4675         0.0000
#> 4676         0.0000
#> 4677         0.0000
#> 4678         0.0000
#> 4679         0.0000
#> 4680         0.0000
#> 4681         0.0000
#> 4682         0.0000
#> 4683         0.0000
#> 4684         0.0000
#> 4685         0.0000
#> 4686         0.0000
#> 4687         0.0000
#> 4688         0.0000
#> 4689         0.0000
#> 4690         0.0000
#> 4691         0.0000
#> 4692         0.0000
#> 4693         0.0000
#> 4694         0.0000
#> 4695         0.0000
#> 4696         0.0000
#> 4697         0.0000
#> 4698         0.0000
#> 4699         0.0000
#> 4700         0.0000
#> 4701         0.0000
#> 4702         0.0000
#> 4703         0.0000
#> 4704         0.0000
#> 4705         0.0000
#> 4706         0.0000
#> 4707         0.0000
#> 4708         0.0000
#> 4709         0.0000
#> 4710         0.0000
#> 4711         0.0000
#> 4712         0.0000
#> 4713         0.0000
#> 4714         0.0000
#> 4715         0.0000
#> 4716         0.0000
#> 4717         0.0000
#> 4718         0.0000
#> 4719         0.0000
#> 4720         0.0000
#> 4721         0.0000
#> 4722     22982.4003
#> 4723         0.0000
#> 4724         0.0000
#> 4725         0.0000
#> 4726         0.0000
#> 4727     15717.9003
#> 4728         0.0000
#> 4729         0.0000
#> 4730         0.0000
#> 4731         0.0000
#> 4732         0.0000
#> 4733         0.0000
#> 4734         0.0000
#> 4735         0.0000
#> 4736         0.0000
#> 4737         0.0000
#> 4738         0.0000
#> 4739         0.0000
#> 4740         0.0000
#> 4741         0.0000
#> 4742         0.0000
#> 4743         0.0000
#> 4744         0.0000
#> 4745         0.0000
#> 4746         0.0000
#> 4747         0.0000
#> 4748         0.0000
#> 4749         0.0000
#> 4750         0.0000
#> 4751         0.0000
#> 4752         0.0000
#> 4753         0.0000
#> 4754         0.0000
#> 4755         0.0000
#> 4756         0.0000
#> 4757         0.0000
#> 4758         0.0000
#> 4759     38700.3006
#> 4760         0.0000
#> 4761         0.0000
#> 4762         0.0000
#> 4763         0.0000
#> 4764         0.0000
#> 4765         0.0000
#> 4766         0.0000
#> 4767         0.0000
#> 4768         0.0000
#> 4769         0.0000
#> 4770         0.0000
#> 4771         0.0000
#> 4772         0.0000
#> 4773         0.0000
#> 4774         0.0000
#> 4775         0.0000
#> 4776         0.0000
#> 4777         0.0000
#> 4778         0.0000
#> 4779         0.0000
#> 4780         0.0000
#> 4781         0.0000
#> 4782         0.0000
#> 4783         0.0000
#> 4784         0.0000
#> 4785         0.0000
#> 4786         0.0000
#> 4787         0.0000
#> 4788         0.0000
#> 4789         0.0000
#> 4790         0.0000
#> 4791         0.0000
#> 4792         0.0000
#> 4793         0.0000
#> 4794         0.0000
#> 4795      1082.5013
#> 4796         0.0000
#> 4797         0.0000
#> 4798         0.0000
#> 4799         0.0000
#> 4800         0.0000
#> 4801         0.0000
#> 4802         0.0000
#> 4803         0.0000
#> 4804         0.0000
#> 4805         0.0000
#> 4806         0.0000
#> 4807         0.0000
#> 4808         0.0000
#> 4809         0.0000
#> 4810         0.0000
#> 4811         0.0000
#> 4812         0.0000
#> 4813         0.0000
#> 4814         0.0000
#> 4815         0.0000
#> 4816         0.0000
#> 4817         0.0000
#> 4818         0.0000
#> 4819         0.0000
#> 4820         0.0000
#> 4821         0.0000
#> 4822         0.0000
#> 4823         0.0000
#> 4824         0.0000
#> 4825         0.0000
#> 4826         0.0000
#> 4827      1082.5013
#> 4828         0.0000
#> 4829         0.0000
#> 4830         0.0000
#> 4831         0.0000
#> 4832         0.0000
#> 4833         0.0000
#> 4834         0.0000
#> 4835         0.0000
#> 4836         0.0000
#> 4837         0.0000
#> 4838         0.0000
#> 4839         0.0000
#> 4840         0.0000
#> 4841         0.0000
#> 4842         0.0000
#> 4843         0.0000
#> 4844         0.0000
#> 4845         0.0000
#> 4846         0.0000
#> 4847         0.0000
#> 4848         0.0000
#> 4849         0.0000
#> 4850         0.0000
#> 4851         0.0000
#> 4852         0.0000
#> 4853         0.0000
#> 4854         0.0000
#> 4855         0.0000
#> 4856         0.0000
#> 4857         0.0000
#> 4858         0.0000
#> 4859         0.0000
#> 4860         0.0000
#> 4861         0.0000
#> 4862         0.0000
#> 4863         0.0000
#> 4864         0.0000
#> 4865         0.0000
#> 4866         0.0000
#> 4867         0.0000
#> 4868         0.0000
#> 4869         0.0000
#> 4870         0.0000
#> 4871         0.0000
#> 4872         0.0000
#> 4873         0.0000
#> 4874         0.0000
#> 4875         0.0000
#> 4876         0.0000
#> 4877         0.0000
#> 4878         0.0000
#> 4879         0.0000
#> 4880         0.0000
#> 4881         0.0000
#> 4882         0.0000
#> 4883         0.0000
#> 4884         0.0000
#> 4885         0.0000
#> 4886         0.0000
#> 4887         0.0000
#> 4888         0.0000
#> 4889         0.0000
#> 4890         0.0000
#> 4891         0.0000
#> 4892         0.0000
#> 4893         0.0000
#> 4894         0.0000
#> 4895         0.0000
#> 4896         0.0000
#> 4897         0.0000
#> 4898         0.0000
#> 4899         0.0000
#> 4900         0.0000
#> 4901         0.0000
#> 4902         0.0000
#> 4903         0.0000
#> 4904         0.0000
#> 4905         0.0000
#> 4906         0.0000
#> 4907         0.0000
#> 4908         0.0000
#> 4909         0.0000
#> 4910         0.0000
#> 4911         0.0000
#> 4912         0.0000
#> 4913         0.0000
#> 4914         0.0000
#> 4915         0.0000
#> 4916         0.0000
#> 4917         0.0000
#> 4918         0.0000
#> 4919         0.0000
#> 4920         0.0000
#> 4921         0.0000
#> 4922         0.0000
#> 4923         0.0000
#> 4924         0.0000
#> 4925         0.0000
#> 4926         0.0000
#> 4927         0.0000
#> 4928         0.0000
#> 4929         0.0000
#> 4930         0.0000
#> 4931         0.0000
#> 4932         0.0000
#> 4933         0.0000
#> 4934         0.0000
#> 4935         0.0000
#> 4936         0.0000
#> 4937         0.0000
#> 4938         0.0000
#> 4939         0.0000
#> 4940         0.0000
#> 4941         0.0000
#> 4942         0.0000
#> 4943         0.0000
#> 4944         0.0000
#> 4945         0.0000
#> 4946         0.0000
#> 4947         0.0000
#> 4948         0.0000
#> 4949         0.0000
#> 4950         0.0000
#> 4951         0.0000
#> 4952         0.0000
#> 4953         0.0000
#> 4954         0.0000
#> 4955         0.0000
#> 4956         0.0000
#> 4957         0.0000
#> 4958         0.0000
#> 4959         0.0000
#> 4960         0.0000
#> 4961         0.0000
#> 4962         0.0000
#> 4963         0.0000
#> 4964         0.0000
#> 4965         0.0000
#> 4966         0.0000
#> 4967         0.0000
#> 4968         0.0000
#> 4969         0.0000
#> 4970         0.0000
#> 4971         0.0000
#> 4972         0.0000
#> 4973         0.0000
#> 4974         0.0000
#> 4975         0.0000
#> 4976         0.0000
#> 4977         0.0000
#> 4978         0.0000
#> 4979         0.0000
#> 4980         0.0000
#> 4981         0.0000
#> 4982         0.0000
#> 4983         0.0000
#> 4984         0.0000
#> 4985         0.0000
#> 4986         0.0000
#> 4987         0.0000
#> 4988         0.0000
#> 4989         0.0000
#> 4990         0.0000
#> 4991         0.0000
#> 4992         0.0000
#> 4993         0.0000
#> 4994         0.0000
#> 4995         0.0000
#> 4996         0.0000
#> 4997         0.0000
#> 4998         0.0000
#> 4999      1255.7009
#> 5000         0.0000
#> 5001         0.0000
#> 5002         0.0000
#> 5003         0.0000
#> 5004         0.0000
#> 5005         0.0000
#> 5006         0.0000
#> 5007         0.0000
#> 5008         0.0000
#> 5009         0.0000
#> 5010         0.0000
#> 5011         0.0000
#> 5012         0.0000
#> 5013         0.0000
#> 5014         0.0000
#> 5015         0.0000
#> 5016         0.0000
#> 5017         0.0000
#> 5018         0.0000
#> 5019         0.0000
#> 5020         0.0000
#> 5021         0.0000
#> 5022         0.0000
#> 5023         0.0000
#> 5024         0.0000
#> 5025         0.0000
#> 5026         0.0000
#> 5027         0.0000
#> 5028         0.0000
#> 5029         0.0000
#> 5030         0.0000
#> 5031      1255.7009
#> 5032         0.0000
#> 5033         0.0000
#> 5034         0.0000
#> 5035         0.0000
#> 5036         0.0000
#> 5037         0.0000
#> 5038         0.0000
#> 5039         0.0000
#> 5040         0.0000
#> 5041         0.0000
#> 5042         0.0000
#> 5043         0.0000
#> 5044         0.0000
#> 5045         0.0000
#> 5046         0.0000
#> 5047         0.0000
#> 5048         0.0000
#> 5049         0.0000
#> 5050         0.0000
#> 5051         0.0000
#> 5052         0.0000
#> 5053         0.0000
#> 5054         0.0000
#> 5055         0.0000
#> 5056         0.0000
#> 5057         0.0000
#> 5058         0.0000
#> 5059         0.0000
#> 5060         0.0000
#> 5061         0.0000
#> 5062         0.0000
#> 5063         0.0000
#> 5064         0.0000
#> 5065         0.0000
#> 5066         0.0000
#> 5067         0.0000
#> 5068         0.0000
#> 5069         0.0000
#> 5070         0.0000
#> 5071         0.0000
#> 5072         0.0000
#> 5073         0.0000
#> 5074         0.0000
#> 5075         0.0000
#> 5076         0.0000
#> 5077         0.0000
#> 5078         0.0000
#> 5079         0.0000
#> 5080         0.0000
#> 5081         0.0000
#> 5082         0.0000
#> 5083         0.0000
#> 5084         0.0000
#> 5085         0.0000
#> 5086         0.0000
#> 5087         0.0000
#> 5088         0.0000
#> 5089         0.0000
#> 5090         0.0000
#> 5091         0.0000
#> 5092         0.0000
#> 5093         0.0000
#> 5094         0.0000
#> 5095         0.0000
#> 5096         0.0000
#> 5097         0.0000
#> 5098         0.0000
#> 5099         0.0000
#> 5100         0.0000
#> 5101         0.0000
#> 5102         0.0000
#> 5103         0.0000
#> 5104         0.0000
#> 5105         0.0000
#> 5106         0.0000
#> 5107         0.0000
#> 5108         0.0000
#> 5109         0.0000
#> 5110         0.0000
#> 5111         0.0000
#> 5112         0.0000
#> 5113         0.0000
#> 5114         0.0000
#> 5115         0.0000
#> 5116         0.0000
#> 5117         0.0000
#> 5118         0.0000
#> 5119         0.0000
#> 5120         0.0000
#> 5121         0.0000
#> 5122         0.0000
#> 5123         0.0000
#> 5124         0.0000
#> 5125         0.0000
#> 5126         0.0000
#> 5127         0.0000
#> 5128         0.0000
#> 5129      1513.5994
#> 5130         0.0000
#> 5131         0.0000
#> 5132         0.0000
#> 5133         0.0000
#> 5134      2233.8002
#> 5135         0.0000
#> 5136         0.0000
#> 5137         0.0000
#> 5138         0.0000
#> 5139         0.0000
#> 5140         0.0000
#> 5141         0.0000
#> 5142         0.0000
#> 5143         0.0000
#> 5144         0.0000
#> 5145         0.0000
#> 5146         0.0000
#> 5147     84667.0020
#> 5148         0.0000
#> 5149         0.0000
#> 5150         0.0000
#> 5151         0.0000
#> 5152         0.0000
#> 5153         0.0000
#> 5154     21590.8001
#> 5155         0.0000
#> 5156         0.0000
#> 5157         0.0000
#> 5158         0.0000
#> 5159         0.0000
#> 5160         0.0000
#> 5161         0.0000
#> 5162         0.0000
#> 5163         0.0000
#> 5164         0.0000
#> 5165      5324.3996
#> 5166         0.0000
#> 5167    115329.6012
#> 5168    106257.8020
#> 5169         0.0000
#> 5170         0.0000
#> 5171         0.0000
#> 5172         0.0000
#> 5173         0.0000
#> 5174         0.0000
#> 5175         0.0000
#> 5176         0.0000
#> 5177         0.0000
#> 5178         0.0000
#> 5179         0.0000
#> 5180         0.0000
#> 5181         0.0000
#> 5182         0.0000
#> 5183         0.0000
#> 5184         0.0000
#> 5185         0.0000
#> 5186         0.0000
#> 5187         0.0000
#> 5188         0.0000
#> 5189         0.0000
#> 5190         0.0000
#> 5191         0.0000
#> 5192         0.0000
#> 5193         0.0000
#> 5194         0.0000
#> 5195         0.0000
#> 5196         0.0000
#> 5197       189.2015
#> 5198         0.0000
#> 5199         0.0000
#> 5200         0.0000
#> 5201         0.0000
#> 5202         0.0000
#> 5203         0.0000
#> 5204         0.0000
#> 5205         0.0000
#> 5206         0.0000
#> 5207         0.0000
#> 5208         0.0000
#> 5209         0.0000
#> 5210         0.0000
#> 5211         0.0000
#> 5212         0.0000
#> 5213         0.0000
#> 5214         0.0000
#> 5215      3630.0017
#> 5216         0.0000
#> 5217         0.0000
#> 5218         0.0000
#> 5219         0.0000
#> 5220         0.0000
#> 5221         0.0000
#> 5222         0.0000
#> 5223         0.0000
#> 5224         0.0000
#> 5225         0.0000
#> 5226         0.0000
#> 5227         0.0000
#> 5228         0.0000
#> 5229         0.0000
#> 5230         0.0000
#> 5231         0.0000
#> 5232         0.0000
#> 5233      2095.2003
#> 5234         0.0000
#> 5235      5914.4035
#> 5236      3630.0017
#> 5237         0.0000
#> 5238         0.0000
#> 5239         0.0000
#> 5240         0.0000
#> 5241         0.0000
#> 5242         0.0000
#> 5243         0.0000
#> 5244         0.0000
#> 5245         0.0000
#> 5246         0.0000
#> 5247         0.0000
#> 5248         0.0000
#> 5249         0.0000
#> 5250         0.0000
#> 5251         0.0000
#> 5252         0.0000
#> 5253         0.0000
#> 5254         0.0000
#> 5255         0.0000
#> 5256         0.0000
#> 5257         0.0000
#> 5258         0.0000
#> 5259         0.0000
#> 5260         0.0000
#> 5261         0.0000
#> 5262         0.0000
#> 5263         0.0000
#> 5264         0.0000
#> 5265         0.0000
#> 5266         0.0000
#> 5267         0.0000
#> 5268         0.0000
#> 5269         0.0000
#> 5270         0.0000
#> 5271      5888.8012
#> 5272         0.0000
#> 5273         0.0000
#> 5274         0.0000
#> 5275         0.0000
#> 5276         0.0000
#> 5277         0.0000
#> 5278         0.0000
#> 5279         0.0000
#> 5280         0.0000
#> 5281         0.0000
#> 5282         0.0000
#> 5283       117.0001
#> 5284         0.0000
#> 5285         0.0000
#> 5286         0.0000
#> 5287         0.0000
#> 5288         0.0000
#> 5289         0.0000
#> 5290         0.0000
#> 5291         0.0000
#> 5292         0.0000
#> 5293         0.0000
#> 5294         0.0000
#> 5295         0.0000
#> 5296         0.0000
#> 5297         0.0000
#> 5298         0.0000
#> 5299         0.0000
#> 5300         0.0000
#> 5301         0.0000
#> 5302         0.0000
#> 5303      6005.8013
#> 5304       117.0001
#> 5305         0.0000
#> 5306         0.0000
#> 5307         0.0000
#> 5308         0.0000
#> 5309         0.0000
#> 5310         0.0000
#> 5311         0.0000
#> 5312         0.0000
#> 5313         0.0000
#> 5314         0.0000
#> 5315         0.0000
#> 5316         0.0000
#> 5317         0.0000
#> 5318         0.0000
#> 5319         0.0000
#> 5320         0.0000
#> 5321         0.0000
#> 5322         0.0000
#> 5323         0.0000
#> 5324         0.0000
#> 5325         0.0000
#> 5326         0.0000
#> 5327         0.0000
#> 5328         0.0000
#> 5329         0.0000
#> 5330         0.0000
#> 5331         0.0000
#> 5332         0.0000
#> 5333         0.0000
#> 5334      1388.7992
#> 5335         0.0000
#> 5336         0.0000
#> 5337         0.0000
#> 5338         0.0000
#> 5339         0.0000
#> 5340         0.0000
#> 5341         0.0000
#> 5342         0.0000
#> 5343         0.0000
#> 5344         0.0000
#> 5345         0.0000
#> 5346         0.0000
#> 5347         0.0000
#> 5348         0.0000
#> 5349         0.0000
#> 5350         0.0000
#> 5351         0.0000
#> 5352         0.0000
#> 5353         0.0000
#> 5354         0.0000
#> 5355         0.0000
#> 5356         0.0000
#> 5357         0.0000
#> 5358         0.0000
#> 5359         0.0000
#> 5360         0.0000
#> 5361         0.0000
#> 5362         0.0000
#> 5363         0.0000
#> 5364         0.0000
#> 5365         0.0000
#> 5366         0.0000
#> 5367         0.0000
#> 5368         0.0000
#> 5369         0.0000
#> 5370         0.0000
#> 5371      1388.7992
#> 5372         0.0000
#> 5373         0.0000
#> 5374         0.0000
#> 5375         0.0000
#> 5376         0.0000
#> 5377         0.0000
#> 5378         0.0000
#> 5379         0.0000
#> 5380         0.0000
#> 5381         0.0000
#> 5382         0.0000
#> 5383         0.0000
#> 5384         0.0000
#> 5385         0.0000
#> 5386         0.0000
#> 5387         0.0000
#> 5388         0.0000
#> 5389         0.0000
#> 5390         0.0000
#> 5391         0.0000
#> 5392         0.0000
#> 5393         0.0000
#> 5394         0.0000
#> 5395         0.0000
#> 5396         0.0000
#> 5397         0.0000
#> 5398         0.0000
#> 5399         0.0000
#> 5400         0.0000
#> 5401         0.0000
#> 5402         0.0000
#> 5403         0.0000
#> 5404         0.0000
#> 5405         0.0000
#> 5406         0.0000
#> 5407         0.0000
#> 5408         0.0000
#> 5409         0.0000
#> 5410         0.0000
#> 5411         0.0000
#> 5412         0.0000
#> 5413         0.0000
#> 5414         0.0000
#> 5415         0.0000
#> 5416         0.0000
#> 5417         0.0000
#> 5418         0.0000
#> 5419         0.0000
#> 5420         0.0000
#> 5421         0.0000
#> 5422         0.0000
#> 5423         0.0000
#> 5424         0.0000
#> 5425         0.0000
#> 5426         0.0000
#> 5427         0.0000
#> 5428         0.0000
#> 5429         0.0000
#> 5430         0.0000
#> 5431         0.0000
#> 5432         0.0000
#> 5433         0.0000
#> 5434         0.0000
#> 5435         0.0000
#> 5436         0.0000
#> 5437         0.0000
#> 5438         0.0000
#> 5439         0.0000
#> 5440         0.0000
#> 5441         0.0000
#> 5442         0.0000
#> 5443         0.0000
#> 5444         0.0000
#> 5445         0.0000
#> 5446         0.0000
#> 5447         0.0000
#> 5448         0.0000
#> 5449         0.0000
#> 5450         0.0000
#> 5451         0.0000
#> 5452         0.0000
#> 5453         0.0000
#> 5454         0.0000
#> 5455         0.0000
#> 5456         0.0000
#> 5457         0.0000
#> 5458         0.0000
#> 5459         0.0000
#> 5460         0.0000
#> 5461         0.0000
#> 5462         0.0000
#> 5463         0.0000
#> 5464         0.0000
#> 5465         0.0000
#> 5466         0.0000
#> 5467         0.0000
#> 5468         0.0000
#> 5469         0.0000
#> 5470         0.0000
#> 5471         0.0000
#> 5472         0.0000
#> 5473         0.0000
#> 5474         0.0000
#> 5475         0.0000
#> 5476         0.0000
#> 5477         0.0000
#> 5478         0.0000
#> 5479      1217.9987
#> 5480       234.0003
#> 5481         0.0000
#> 5482         0.0000
#> 5483      1119.9983
#> 5484         0.0000
#> 5485         0.0000
#> 5486         0.0000
#> 5487         0.0000
#> 5488         0.0000
#> 5489         0.0000
#> 5490         0.0000
#> 5491         0.0000
#> 5492         0.0000
#> 5493         0.0000
#> 5494         0.0000
#> 5495         0.0000
#> 5496         0.0000
#> 5497         0.0000
#> 5498         0.0000
#> 5499         0.0000
#> 5500         0.0000
#> 5501         0.0000
#> 5502         0.0000
#> 5503         0.0000
#> 5504         0.0000
#> 5505         0.0000
#> 5506         0.0000
#> 5507      2571.9973
#> 5508         0.0000
#> 5509         0.0000
#> 5510         0.0000
#> 5511         0.0000
#> 5512         0.0000
#> 5513         0.0000
#> 5514         0.0000
#> 5515         0.0000
#> 5516         0.0000
#> 5517         0.0000
#> 5518         0.0000
#> 5519         0.0000
#> 5520         0.0000
#> 5521         0.0000
#> 5522         0.0000
#> 5523         0.0000
#> 5524         0.0000
#> 5525         0.0000
#> 5526         0.0000
#> 5527         0.0000
#> 5528         0.0000
#> 5529         0.0000
#> 5530         0.0000
#> 5531         0.0000
#> 5532         0.0000
#> 5533         0.0000
#> 5534         0.0000
#> 5535         0.0000
#> 5536         0.0000
#> 5537         0.0000
#> 5538         0.0000
#> 5539         0.0000
#> 5540         0.0000
#> 5541         0.0000
#> 5542         0.0000
#> 5543         0.0000
#> 5544         0.0000
#> 5545         0.0000
#> 5546         0.0000
#> 5547      1217.9987
#> 5548       234.0003
#> 5549         0.0000
#> 5550         0.0000
#> 5551      1119.9983
#> 5552         0.0000
#> 5553         0.0000
#> 5554         0.0000
#> 5555         0.0000
#> 5556         0.0000
#> 5557         0.0000
#> 5558         0.0000
#> 5559         0.0000
#> 5560         0.0000
#> 5561         0.0000
#> 5562         0.0000
#> 5563         0.0000
#> 5564         0.0000
#> 5565         0.0000
#> 5566         0.0000
#> 5567         0.0000
#> 5568         0.0000
#> 5569         0.0000
#> 5570         0.0000
#> 5571         0.0000
#> 5572         0.0000
#> 5573         0.0000
#> 5574         0.0000
#> 5575      2571.9973
#> 5576         0.0000
#> 5577         0.0000
#> 5578         0.0000
#> 5579         0.0000
#> 5580         0.0000
#> 5581         0.0000
#> 5582         0.0000
#> 5583         0.0000
#> 5584         0.0000
#> 5585         0.0000
#> 5586         0.0000
#> 5587         0.0000
#> 5588         0.0000
#> 5589         0.0000
#> 5590         0.0000
#> 5591         0.0000
#> 5592         0.0000
#> 5593         0.0000
#> 5594         0.0000
#> 5595         0.0000
#> 5596         0.0000
#> 5597         0.0000
#> 5598         0.0000
#> 5599         0.0000
#> 5600         0.0000
#> 5601         0.0000
#> 5602         0.0000
#> 5603         0.0000
#> 5604         0.0000
#> 5605         0.0000
#> 5606         0.0000
#> 5607         0.0000
#> 5608         0.0000
#> 5609         0.0000
#> 5610         0.0000
#> 5611         0.0000
#> 5612         0.0000
#> 5613         0.0000
#> 5614         0.0000
#> 5615         0.0000
#> 5616         0.0000
#> 5617         0.0000
#> 5618         0.0000
#> 5619         0.0000
#> 5620         0.0000
#> 5621         0.0000
#> 5622         0.0000
#> 5623         0.0000
#> 5624         0.0000
#> 5625         0.0000
#> 5626         0.0000
#> 5627         0.0000
#> 5628         0.0000
#> 5629         0.0000
#> 5630         0.0000
#> 5631         0.0000
#> 5632         0.0000
#> 5633         0.0000
#> 5634         0.0000
#> 5635         0.0000
#> 5636         0.0000
#> 5637         0.0000
#> 5638         0.0000
#> 5639         0.0000
#> 5640         0.0000
#> 5641         0.0000
#> 5642         0.0000
#> 5643         0.0000
#> 5644         0.0000
#> 5645         0.0000
#> 5646         0.0000
#> 5647         0.0000
#> 5648         0.0000
#> 5649         0.0000
#> 5650         0.0000
#> 5651         0.0000
#> 5652         0.0000
#> 5653         0.0000
#> 5654         0.0000
#> 5655         0.0000
#> 5656         0.0000
#> 5657         0.0000
#> 5658         0.0000
#> 5659         0.0000
#> 5660         0.0000
#> 5661         0.0000
#> 5662         0.0000
#> 5663         0.0000
#> 5664         0.0000
#> 5665         0.0000
#> 5666         0.0000
#> 5667         0.0000
#> 5668         0.0000
#> 5669         0.0000
#> 5670         0.0000
#> 5671         0.0000
#> 5672         0.0000
#> 5673         0.0000
#> 5674         0.0000
#> 5675         0.0000
#> 5676         0.0000
#> 5677         0.0000
#> 5678         0.0000
#> 5679         0.0000
#> 5680         0.0000
#> 5681         0.0000
#> 5682         0.0000
#> 5683         0.0000
#> 5684         0.0000
#> 5685         0.0000
#> 5686         0.0000
#> 5687         0.0000
#> 5688         0.0000
#> 5689         0.0000
#> 5690         0.0000
#> 5691         0.0000
#> 5692         0.0000
#> 5693         0.0000
#> 5694         0.0000
#> 5695         0.0000
#> 5696         0.0000
#> 5697         0.0000
#> 5698         0.0000
#> 5699         0.0000
#> 5700         0.0000
#> 5701         0.0000
#> 5702         0.0000
#> 5703         0.0000
#> 5704         0.0000
#> 5705         0.0000
#> 5706         0.0000
#> 5707         0.0000
#> 5708         0.0000
#> 5709         0.0000
#> 5710         0.0000
#> 5711         0.0000
#> 5712         0.0000
#> 5713         0.0000
#> 5714         0.0000
#> 5715         0.0000
#> 5716         0.0000
#> 5717         0.0000
#> 5718         0.0000
#> 5719         0.0000
#> 5720         0.0000
#> 5721         0.0000
#> 5722         0.0000
#> 5723         0.0000
#> 5724         0.0000
#> 5725         0.0000
#> 5726         0.0000
#> 5727         0.0000
#> 5728         0.0000
#> 5729         0.0000
#> 5730         0.0000
#> 5731         0.0000
#> 5732         0.0000
#> 5733         0.0000
#> 5734         0.0000
#> 5735         0.0000
#> 5736         0.0000
#> 5737         0.0000
#> 5738         0.0000
#> 5739         0.0000
#> 5740         0.0000
#> 5741         0.0000
#> 5742         0.0000
#> 5743         0.0000
#> 5744         0.0000
#> 5745         0.0000
#> 5746         0.0000
#> 5747         0.0000
#> 5748         0.0000
#> 5749         0.0000
#> 5750         0.0000
#> 5751         0.0000
#> 5752         0.0000
#> 5753         0.0000
#> 5754         0.0000
#> 5755         0.0000
#> 5756         0.0000
#> 5757         0.0000
#> 5758         0.0000
#> 5759         0.0000
#> 5760         0.0000
#> 5761         0.0000
#> 5762         0.0000
#> 5763         0.0000
#> 5764         0.0000
#> 5765         0.0000
#> 5766         0.0000
#> 5767         0.0000
#> 5768         0.0000
#> 5769         0.0000
#> 5770         0.0000
#> 5771         0.0000
#> 5772         0.0000
#> 5773         0.0000
#> 5774         0.0000
#> 5775         0.0000
#> 5776         0.0000
#> 5777         0.0000
#> 5778         0.0000
#> 5779         0.0000
#> 5780         0.0000
#> 5781         0.0000
#> 5782         0.0000
#> 5783         0.0000
#> 5784         0.0000
#> 5785         0.0000
#> 5786         0.0000
#> 5787         0.0000
#> 5788         0.0000
#> 5789         0.0000
#> 5790         0.0000
#> 5791         0.0000
#> 5792         0.0000
#> 5793         0.0000
#> 5794         0.0000
#> 5795         0.0000
#> 5796         0.0000
#> 5797         0.0000
#> 5798         0.0000
#> 5799         0.0000
#> 5800         0.0000
#> 5801         0.0000
#> 5802         0.0000
#> 5803         0.0000
#> 5804         0.0000
#> 5805         0.0000
#> 5806         0.0000
#> 5807         0.0000
#> 5808         0.0000
#> 5809         0.0000
#> 5810         0.0000
#> 5811         0.0000
#> 5812         0.0000
#> 5813         0.0000
#> 5814         0.0000
#> 5815         0.0000
#> 5816         0.0000
#> 5817         0.0000
#> 5818         0.0000
#> 5819         0.0000
#> 5820         0.0000
#> 5821         0.0000
#> 5822         0.0000
#> 5823         0.0000
#> 5824         0.0000
#> 5825         0.0000
#> 5826         0.0000
#> 5827         0.0000
#> 5828         0.0000
#> 5829         0.0000
#> 5830         0.0000
#> 5831         0.0000
#> 5832         0.0000
#> 5833         0.0000
#> 5834         0.0000
#> 5835         0.0000
#> 5836         0.0000
#> 5837         0.0000
#> 5838         0.0000
#> 5839         0.0000
#> 5840         0.0000
#> 5841         0.0000
#> 5842         0.0000
#> 5843         0.0000
#> 5844         0.0000
#> 5845         0.0000
#> 5846         0.0000
#> 5847         0.0000
#> 5848         0.0000
#> 5849         0.0000
#> 5850         0.0000
#> 5851         0.0000
#> 5852         0.0000
#> 5853         0.0000
#> 5854         0.0000
#> 5855         0.0000
#> 5856         0.0000
#> 5857         0.0000
#> 5858         0.0000
#> 5859         0.0000
#> 5860         0.0000
#> 5861         0.0000
#> 5862         0.0000
#> 5863         0.0000
#> 5864         0.0000
#> 5865         0.0000
#> 5866         0.0000
#> 5867         0.0000
#> 5868         0.0000
#> 5869         0.0000
#> 5870         0.0000
#> 5871         0.0000
#> 5872         0.0000
#> 5873         0.0000
#> 5874         0.0000
#> 5875         0.0000
#> 5876         0.0000
#> 5877         0.0000
#> 5878         0.0000
#> 5879         0.0000
#> 5880         0.0000
#> 5881         0.0000
#> 5882         0.0000
#> 5883         0.0000
#> 5884         0.0000
#> 5885         0.0000
#> 5886         0.0000
#> 5887         0.0000
#> 5888         0.0000
#> 5889         0.0000
#> 5890         0.0000
#> 5891         0.0000
#> 5892         0.0000
#> 5893         0.0000
#> 5894         0.0000
#> 5895         0.0000
#> 5896         0.0000
#> 5897         0.0000
#> 5898         0.0000
#> 5899         0.0000
#> 5900         0.0000
#> 5901         0.0000
#> 5902         0.0000
#> 5903         0.0000
#> 5904         0.0000
#> 5905         0.0000
#> 5906         0.0000
#> 5907         0.0000
#> 5908         0.0000
#> 5909         0.0000
#> 5910         0.0000
#> 5911         0.0000
#> 5912         0.0000
#> 5913         0.0000
#> 5914         0.0000
#> 5915         0.0000
#> 5916         0.0000
#> 5917         0.0000
#> 5918         0.0000
#> 5919         0.0000
#> 5920         0.0000
#> 5921         0.0000
#> 5922         0.0000
#> 5923         0.0000
#> 5924         0.0000
#> 5925         0.0000
#> 5926         0.0000
#> 5927         0.0000
#> 5928         0.0000
#> 5929         0.0000
#> 5930         0.0000
#> 5931         0.0000
#> 5932         0.0000
#> 5933         0.0000
#> 5934         0.0000
#> 5935         0.0000
#> 5936         0.0000
#> 5937         0.0000
#> 5938         0.0000
#> 5939         0.0000
#> 5940         0.0000
#> 5941         0.0000
#> 5942         0.0000
#> 5943         0.0000
#> 5944         0.0000
#> 5945         0.0000
#> 5946         0.0000
#> 5947         0.0000
#> 5948         0.0000
#> 5949         0.0000
#> 5950         0.0000
#> 5951         0.0000
#> 5952         0.0000
#> 5953         0.0000
#> 5954         0.0000
#> 5955         0.0000
#> 5956         0.0000
#> 5957         0.0000
#> 5958         0.0000
#> 5959         0.0000
#> 5960         0.0000
#> 5961         0.0000
#> 5962         0.0000
#> 5963         0.0000
#> 5964         0.0000
#> 5965         0.0000
#> 5966         0.0000
#> 5967         0.0000
#> 5968         0.0000
#> 5969         0.0000
#> 5970         0.0000
#> 5971         0.0000
#> 5972         0.0000
#> 5973         0.0000
#> 5974         0.0000
#> 5975         0.0000
#> 5976         0.0000
#> 5977         0.0000
#> 5978         0.0000
#> 5979         0.0000
#> 5980         0.0000
#> 5981         0.0000
#> 5982         0.0000
#> 5983         0.0000
#> 5984         0.0000
#> 5985         0.0000
#> 5986         0.0000
#> 5987         0.0000
#> 5988         0.0000
#> 5989         0.0000
#> 5990         0.0000
#> 5991         0.0000
#> 5992         0.0000
#> 5993         0.0000
#> 5994         0.0000
#> 5995         0.0000
#> 5996         0.0000
#> 5997         0.0000
#> 5998         0.0000
#> 5999         0.0000
#> 6000         0.0000
#> 6001         0.0000
#> 6002         0.0000
#> 6003         0.0000
#> 6004         0.0000
#> 6005         0.0000
#> 6006         0.0000
#> 6007         0.0000
#> 6008         0.0000
#> 6009         0.0000
#> 6010         0.0000
#> 6011         0.0000
#> 6012         0.0000
#> 6013         0.0000
#> 6014         0.0000
#> 6015         0.0000
#> 6016         0.0000
#> 6017         0.0000
#> 6018         0.0000
#> 6019         0.0000
#> 6020         0.0000
#> 6021         0.0000
#> 6022         0.0000
#> 6023         0.0000
#> 6024         0.0000
#> 6025         0.0000
#> 6026         0.0000
#> 6027         0.0000
#> 6028         0.0000
#> 6029         0.0000
#> 6030         0.0000
#> 6031         0.0000
#> 6032         0.0000
#> 6033         0.0000
#> 6034         0.0000
#> 6035         0.0000
#> 6036         0.0000
#> 6037         0.0000
#> 6038         0.0000
#> 6039         0.0000
#> 6040         0.0000
#> 6041         0.0000
#> 6042         0.0000
#> 6043         0.0000
#> 6044         0.0000
#> 6045         0.0000
#> 6046         0.0000
#> 6047         0.0000
#> 6048         0.0000
#> 6049         0.0000
#> 6050         0.0000
#> 6051         0.0000
#> 6052         0.0000
#> 6053         0.0000
#> 6054         0.0000
#> 6055         0.0000
#> 6056         0.0000
#> 6057         0.0000
#> 6058         0.0000
#> 6059         0.0000
#> 6060         0.0000
#> 6061         0.0000
#> 6062         0.0000
#> 6063         0.0000
#> 6064         0.0000
#> 6065         0.0000
#> 6066         0.0000
#> 6067         0.0000
#> 6068         0.0000
#> 6069         0.0000
#> 6070         0.0000
#> 6071         0.0000
#> 6072         0.0000
#> 6073         0.0000
#> 6074         0.0000
#> 6075         0.0000
#> 6076         0.0000
#> 6077         0.0000
#> 6078         0.0000
#> 6079         0.0000
#> 6080         0.0000
#> 6081         0.0000
#> 6082         0.0000
#> 6083         0.0000
#> 6084         0.0000
#> 6085         0.0000
#> 6086         0.0000
#> 6087         0.0000
#> 6088         0.0000
#> 6089         0.0000
#> 6090         0.0000
#> 6091         0.0000
#> 6092         0.0000
#> 6093         0.0000
#> 6094         0.0000
#> 6095         0.0000
#> 6096         0.0000
#> 6097         0.0000
#> 6098         0.0000
#> 6099         0.0000
#> 6100         0.0000
#> 6101         0.0000
#> 6102         0.0000
#> 6103         0.0000
#> 6104         0.0000
#> 6105         0.0000
#> 6106         0.0000
#> 6107         0.0000
#> 6108         0.0000
#> 6109         0.0000
#> 6110         0.0000
#> 6111         0.0000
#> 6112         0.0000
#> 6113         0.0000
#> 6114         0.0000
#> 6115         0.0000
#> 6116         0.0000
#> 6117         0.0000
#> 6118         0.0000
#> 6119         0.0000
#> 6120         0.0000
#> 6121         0.0000
#> 6122         0.0000
#> 6123         0.0000
#> 6124         0.0000
#> 6125         0.0000
#> 6126         0.0000
#> 6127         0.0000
#> 6128         0.0000
#> 6129         0.0000
#> 6130         0.0000
#> 6131         0.0000
#> 6132         0.0000
#> 6133         0.0000
#> 6134         0.0000
#> 6135         0.0000
#> 6136         0.0000
#> 6137         0.0000
#> 6138         0.0000
#> 6139         0.0000
#> 6140         0.0000
#> 6141         0.0000
#> 6142         0.0000
#> 6143         0.0000
#> 6144         0.0000
#> 6145         0.0000
#> 6146         0.0000
#> 6147         0.0000
#> 6148         0.0000
#> 6149         0.0000
#> 6150         0.0000
#> 6151         0.0000
#> 6152         0.0000
#> 6153         0.0000
#> 6154         0.0000
#> 6155         0.0000
#> 6156         0.0000
#> 6157         0.0000
#> 6158         0.0000
#> 6159         0.0000
#> 6160         0.0000
#> 6161         0.0000
#> 6162         0.0000
#> 6163         0.0000
#> 6164         0.0000
#> 6165         0.0000
#> 6166         0.0000
#> 6167         0.0000
#> 6168         0.0000
#> 6169         0.0000
#> 6170         0.0000
#> 6171         0.0000
#> 6172         0.0000
#> 6173         0.0000
#> 6174         0.0000
#> 6175         0.0000
#> 6176         0.0000
#> 6177         0.0000
#> 6178         0.0000
#> 6179         0.0000
#> 6180         0.0000
#> 6181         0.0000
#> 6182         0.0000
#> 6183         0.0000
#> 6184         0.0000
#> 6185         0.0000
#> 6186         0.0000
#> 6187         0.0000
#> 6188         0.0000
#> 6189         0.0000
#> 6190         0.0000
#> 6191         0.0000
#> 6192         0.0000
#> 6193         0.0000
#> 6194         0.0000
#> 6195         0.0000
#> 6196         0.0000
#> 6197         0.0000
#> 6198         0.0000
#> 6199         0.0000
#> 6200         0.0000
#> 6201         0.0000
#> 6202         0.0000
#> 6203         0.0000
#> 6204         0.0000
#> 6205         0.0000
#> 6206         0.0000
#> 6207         0.0000
#> 6208         0.0000
#> 6209         0.0000
#> 6210         0.0000
#> 6211         0.0000
#> 6212         0.0000
#> 6213         0.0000
#> 6214         0.0000
#> 6215         0.0000
#> 6216         0.0000
#> 6217         0.0000
#> 6218         0.0000
#> 6219         0.0000
#> 6220         0.0000
#> 6221         0.0000
#> 6222         0.0000
#> 6223         0.0000
#> 6224         0.0000
#> 6225         0.0000
#> 6226         0.0000
#> 6227         0.0000
#> 6228         0.0000
#> 6229         0.0000
#> 6230         0.0000
#> 6231         0.0000
#> 6232         0.0000
#> 6233         0.0000
#> 6234         0.0000
#> 6235         0.0000
#> 6236         0.0000
#> 6237         0.0000
#> 6238         0.0000
#> 6239         0.0000
#> 6240         0.0000
#> 6241         0.0000
#> 6242         0.0000
#> 6243         0.0000
#> 6244         0.0000
#> 6245         0.0000
#> 6246         0.0000
#> 6247         0.0000
#> 6248         0.0000
#> 6249         0.0000
#> 6250         0.0000
#> 6251         0.0000
#> 6252         0.0000
#> 6253         0.0000
#> 6254         0.0000
#> 6255         0.0000
#> 6256         0.0000
#> 6257         0.0000
#> 6258         0.0000
#> 6259         0.0000
#> 6260         0.0000
#> 6261         0.0000
#> 6262         0.0000
#> 6263         0.0000
#> 6264         0.0000
#> 6265         0.0000
#> 6266         0.0000
#> 6267         0.0000
#> 6268         0.0000
#> 6269         0.0000
#> 6270         0.0000
#> 6271         0.0000
#> 6272         0.0000
#> 6273         0.0000
#> 6274         0.0000
#> 6275         0.0000
#> 6276         0.0000
#> 6277         0.0000
#> 6278         0.0000
#> 6279         0.0000
#> 6280         0.0000
#> 6281         0.0000
#> 6282         0.0000
#> 6283         0.0000
#> 6284         0.0000
#> 6285         0.0000
#> 6286         0.0000
#> 6287         0.0000
#> 6288         0.0000
#> 6289         0.0000
#> 6290         0.0000
#> 6291         0.0000
#> 6292         0.0000
#> 6293         0.0000
#> 6294         0.0000
#> 6295         0.0000
#> 6296         0.0000
#> 6297         0.0000
#> 6298         0.0000
#> 6299         0.0000
#> 6300         0.0000
#> 6301         0.0000
#> 6302         0.0000
#> 6303         0.0000
#> 6304         0.0000
#> 6305         0.0000
#> 6306         0.0000
#> 6307         0.0000
#> 6308         0.0000
#> 6309         0.0000
#> 6310         0.0000
#> 6311         0.0000
#> 6312         0.0000
#> 6313         0.0000
#> 6314         0.0000
#> 6315         0.0000
#> 6316         0.0000
#> 6317         0.0000
#> 6318         0.0000
#> 6319         0.0000
#> 6320         0.0000
#> 6321         0.0000
#> 6322         0.0000
#> 6323         0.0000
#> 6324         0.0000
#> 6325         0.0000
#> 6326         0.0000
#> 6327         0.0000
#> 6328         0.0000
#> 6329         0.0000
#> 6330         0.0000
#> 6331         0.0000
#> 6332         0.0000
#> 6333         0.0000
#> 6334         0.0000
#> 6335         0.0000
#> 6336         0.0000
#> 6337         0.0000
#> 6338         0.0000
#> 6339         0.0000
#> 6340         0.0000
#> 6341         0.0000
#> 6342         0.0000
#> 6343         0.0000
#> 6344         0.0000
#> 6345         0.0000
#> 6346         0.0000
#> 6347         0.0000
#> 6348         0.0000
#> 6349         0.0000
#> 6350         0.0000
#> 6351         0.0000
#> 6352         0.0000
#> 6353         0.0000
#> 6354         0.0000
#> 6355         0.0000
#> 6356         0.0000
#> 6357         0.0000
#> 6358         0.0000
#> 6359         0.0000
#> 6360         0.0000
#> 6361         0.0000
#> 6362         0.0000
#> 6363         0.0000
#> 6364         0.0000
#> 6365         0.0000
#> 6366         0.0000
#> 6367         0.0000
#> 6368         0.0000
#> 6369         0.0000
#> 6370         0.0000
#> 6371         0.0000
#> 6372         0.0000
#> 6373         0.0000
#> 6374         0.0000
#> 6375         0.0000
#> 6376         0.0000
#> 6377         0.0000
#> 6378         0.0000
#> 6379         0.0000
#> 6380         0.0000
#> 6381         0.0000
#> 6382         0.0000
#> 6383         0.0000
#> 6384         0.0000
#> 6385         0.0000
#> 6386         0.0000
#> 6387         0.0000
#> 6388         0.0000
#> 6389         0.0000
#> 6390         0.0000
#> 6391         0.0000
#> 6392         0.0000
#> 6393         0.0000
#> 6394         0.0000
#> 6395         0.0000
#> 6396         0.0000
#> 6397         0.0000
#> 6398         0.0000
#> 6399         0.0000
#> 6400         0.0000
#> 6401         0.0000
#> 6402         0.0000
#> 6403         0.0000
#> 6404         0.0000
#> 6405         0.0000
#> 6406         0.0000
#> 6407         0.0000
#> 6408         0.0000
#> 6409         0.0000
#> 6410         0.0000
#> 6411         0.0000
#> 6412         0.0000
#> 6413         0.0000
#> 6414         0.0000
#> 6415         0.0000
#> 6416         0.0000
#> 6417         0.0000
#> 6418         0.0000
#> 6419         0.0000
#> 6420         0.0000
#> 6421         0.0000
#> 6422         0.0000
#> 6423         0.0000
#> 6424         0.0000
#> 6425         0.0000
#> 6426         0.0000
#> 6427         0.0000
#> 6428         0.0000
#> 6429         0.0000
#> 6430         0.0000
#> 6431         0.0000
#> 6432         0.0000
#> 6433         0.0000
#> 6434         0.0000
#> 6435         0.0000
#> 6436         0.0000
#> 6437         0.0000
#> 6438         0.0000
#> 6439         0.0000
#> 6440         0.0000
#> 6441         0.0000
#> 6442         0.0000
#> 6443         0.0000
#> 6444         0.0000
#> 6445         0.0000
#> 6446         0.0000
#> 6447         0.0000
#> 6448         0.0000
#> 6449         0.0000
#> 6450         0.0000
#> 6451         0.0000
#> 6452         0.0000
#> 6453         0.0000
#> 6454         0.0000
#> 6455         0.0000
#> 6456         0.0000
#> 6457         0.0000
#> 6458         0.0000
#> 6459         0.0000
#> 6460         0.0000
#> 6461         0.0000
#> 6462         0.0000
#> 6463         0.0000
#> 6464         0.0000
#> 6465         0.0000
#> 6466         0.0000
#> 6467         0.0000
#> 6468         0.0000
#> 6469         0.0000
#> 6470         0.0000
#> 6471         0.0000
#> 6472         0.0000
#> 6473         0.0000
#> 6474         0.0000
#> 6475         0.0000
#> 6476         0.0000
#> 6477         0.0000
#> 6478         0.0000
#> 6479         0.0000
#> 6480         0.0000
#> 6481         0.0000
#> 6482         0.0000
#> 6483         0.0000
#> 6484         0.0000
#> 6485         0.0000
#> 6486         0.0000
#> 6487         0.0000
#> 6488         0.0000
#> 6489         0.0000
#> 6490         0.0000
#> 6491         0.0000
#> 6492         0.0000
#> 6493         0.0000
#> 6494         0.0000
#> 6495         0.0000
#> 6496         0.0000
#> 6497         0.0000
#> 6498         0.0000
#> 6499         0.0000
#> 6500         0.0000
#> 6501         0.0000
#> 6502         0.0000
#> 6503         0.0000
#> 6504         0.0000
#> 6505         0.0000
#> 6506         0.0000
#> 6507         0.0000
#> 6508         0.0000
#> 6509         0.0000
#> 6510         0.0000
#> 6511         0.0000
#> 6512         0.0000
#> 6513         0.0000
#> 6514         0.0000
#> 6515         0.0000
#> 6516         0.0000
#> 6517         0.0000
#> 6518         0.0000
#> 6519         0.0000
#> 6520         0.0000
#> 6521         0.0000
#> 6522         0.0000
#> 6523         0.0000
#> 6524         0.0000
#> 6525         0.0000
#> 6526         0.0000
#> 6527         0.0000
#> 6528         0.0000
#> 6529         0.0000
#> 6530         0.0000
#> 6531         0.0000
#> 6532         0.0000
#> 6533         0.0000
#> 6534         0.0000
#> 6535         0.0000
#> 6536         0.0000
#> 6537         0.0000
#> 6538         0.0000
#> 6539         0.0000
#> 6540         0.0000
#> 6541         0.0000
#> 6542         0.0000
#> 6543         0.0000
#> 6544         0.0000
#> 6545         0.0000
#> 6546         0.0000
#> 6547         0.0000
#> 6548         0.0000
#> 6549         0.0000
#> 6550         0.0000
#> 6551         0.0000
#> 6552         0.0000
#> 6553         0.0000
#> 6554         0.0000
#> 6555         0.0000
#> 6556         0.0000
#> 6557         0.0000
#> 6558         0.0000
#> 6559         0.0000
#> 6560         0.0000
#> 6561         0.0000
#> 6562         0.0000
#> 6563         0.0000
#> 6564         0.0000
#> 6565         0.0000
#> 6566         0.0000
#> 6567         0.0000
#> 6568         0.0000
#> 6569         0.0000
#> 6570         0.0000
#> 6571         0.0000
#> 6572         0.0000
#> 6573         0.0000
#> 6574         0.0000
#> 6575         0.0000
#> 6576         0.0000
#> 6577         0.0000
#> 6578         0.0000
#> 6579         0.0000
#> 6580         0.0000
#> 6581         0.0000
#> 6582         0.0000
#> 6583         0.0000
#> 6584         0.0000
#> 6585         0.0000
#> 6586         0.0000
#> 6587         0.0000
#> 6588         0.0000
#> 6589         0.0000
#> 6590         0.0000
#> 6591         0.0000
#> 6592         0.0000
#> 6593         0.0000
#> 6594         0.0000
#> 6595         0.0000
#> 6596         0.0000
#> 6597         0.0000
#> 6598         0.0000
#> 6599         0.0000
#> 6600         0.0000
#> 6601         0.0000
#> 6602         0.0000
#> 6603         0.0000
#> 6604         0.0000
#> 6605         0.0000
#> 6606         0.0000
#> 6607         0.0000
#> 6608         0.0000
#> 6609         0.0000
#> 6610         0.0000
#> 6611         0.0000
#> 6612         0.0000
#> 6613         0.0000
#> 6614         0.0000
#> 6615         0.0000
#> 6616         0.0000
#> 6617         0.0000
#> 6618         0.0000
#> 6619         0.0000
#> 6620         0.0000
#> 6621         0.0000
#> 6622         0.0000
#> 6623         0.0000
#> 6624         0.0000
#> 6625         0.0000
#> 6626         0.0000
#> 6627         0.0000
#> 6628         0.0000
#> 6629         0.0000
#> 6630         0.0000
#> 6631         0.0000
#> 6632         0.0000
#> 6633         0.0000
#> 6634         0.0000
#> 6635         0.0000
#> 6636         0.0000
#> 6637         0.0000
#> 6638         0.0000
#> 6639         0.0000
#> 6640         0.0000
#> 6641         0.0000
#> 6642         0.0000
#> 6643         0.0000
#> 6644         0.0000
#> 6645         0.0000
#> 6646         0.0000
#> 6647         0.0000
#> 6648         0.0000
#> 6649         0.0000
#> 6650         0.0000
#> 6651         0.0000
#> 6652         0.0000
#> 6653         0.0000
#> 6654         0.0000
#> 6655         0.0000
#> 6656         0.0000
#> 6657         0.0000
#> 6658         0.0000
#> 6659         0.0000
#> 6660         0.0000
#> 6661         0.0000
#> 6662         0.0000
#> 6663         0.0000
#> 6664         0.0000
#> 6665         0.0000
#> 6666         0.0000
#> 6667         0.0000
#> 6668         0.0000
#> 6669         0.0000
#> 6670         0.0000
#> 6671         0.0000
#> 6672         0.0000
#> 6673         0.0000
#> 6674         0.0000
#> 6675         0.0000
#> 6676         0.0000
#> 6677         0.0000
#> 6678         0.0000
#> 6679         0.0000
#> 6680         0.0000
#> 6681         0.0000
#> 6682         0.0000
#> 6683         0.0000
#> 6684         0.0000
#> 6685         0.0000
#> 6686       614.0000
#> 6687         0.0000
#> 6688         0.0000
#> 6689         0.0000
#> 6690         0.0000
#> 6691         0.0000
#> 6692         0.0000
#> 6693         0.0000
#> 6694         0.0000
#> 6695         0.0000
#> 6696         0.0000
#> 6697         0.0000
#> 6698         0.0000
#> 6699         0.0000
#> 6700         0.0000
#> 6701         0.0000
#> 6702         0.0000
#> 6703         0.0000
#> 6704         0.0000
#> 6705         0.0000
#> 6706         0.0000
#> 6707         0.0000
#> 6708         0.0000
#> 6709         0.0000
#> 6710         0.0000
#> 6711         0.0000
#> 6712         0.0000
#> 6713         0.0000
#> 6714         0.0000
#> 6715         0.0000
#> 6716         0.0000
#> 6717         0.0000
#> 6718         0.0000
#> 6719         0.0000
#> 6720         0.0000
#> 6721         0.0000
#> 6722      6609.0000
#> 6723         0.0000
#> 6724         0.0000
#> 6725         0.0000
#> 6726         0.0000
#> 6727         0.0000
#> 6728         0.0000
#> 6729         0.0000
#> 6730         0.0000
#> 6731      7223.0000
#> 6732      6609.0000
#> 6733         0.0000
#> 6734         0.0000
#> 6735         0.0000
#> 6736         0.0000
#> 6737         0.0000
#> 6738         0.0000
#> 6739         0.0000
#> 6740         0.0000
#> 6741         0.0000
#> 6742         0.0000
#> 6743         0.0000
#> 6744         0.0000
#> 6745         0.0000
#> 6746         0.0000
#> 6747         0.0000
#> 6748         0.0000
#> 6749         0.0000
#> 6750         0.0000
#> 6751         0.0000
#> 6752         0.0000
#> 6753         0.0000
#> 6754       614.0000
#> 6755         0.0000
#> 6756         0.0000
#> 6757         0.0000
#> 6758         0.0000
#> 6759         0.0000
#> 6760         0.0000
#> 6761         0.0000
#> 6762         0.0000
#> 6763         0.0000
#> 6764         0.0000
#> 6765         0.0000
#> 6766         0.0000
#> 6767         0.0000
#> 6768         0.0000
#> 6769         0.0000
#> 6770         0.0000
#> 6771         0.0000
#> 6772         0.0000
#> 6773         0.0000
#> 6774         0.0000
#> 6775         0.0000
#> 6776         0.0000
#> 6777         0.0000
#> 6778         0.0000
#> 6779         0.0000
#> 6780         0.0000
#> 6781         0.0000
#> 6782         0.0000
#> 6783         0.0000
#> 6784         0.0000
#> 6785         0.0000
#> 6786         0.0000
#> 6787         0.0000
#> 6788         0.0000
#> 6789         0.0000
#> 6790      6609.0000
#> 6791         0.0000
#> 6792         0.0000
#> 6793         0.0000
#> 6794         0.0000
#> 6795         0.0000
#> 6796         0.0000
#> 6797         0.0000
#> 6798         0.0000
#> 6799      7223.0000
#> 6800      6609.0000
#> 6801         0.0000
#> 6802         0.0000
#> 6803         0.0000
#> 6804         0.0000
#> 6805         0.0000
#> 6806         0.0000
#> 6807         0.0000
#> 6808         0.0000
#> 6809         0.0000
#> 6810         0.0000
#> 6811         0.0000
#> 6812         0.0000
#> 6813         0.0000
#> 6814         0.0000
#> 6815         0.0000
#> 6816         0.0000
#> 6817         0.0000
#> 6818         0.0000
#> 6819         0.0000
#> 6820         0.0000
#> 6821         0.0000
#> 6822         0.0000
#> 6823         0.0000
#> 6824         0.0000
#> 6825         0.0000
#> 6826         0.0000
#> 6827         0.0000
#> 6828         0.0000
#> 6829         0.0000
#> 6830         0.0000
#> 6831         0.0000
#> 6832         0.0000
#> 6833         0.0000
#> 6834         0.0000
#> 6835         0.0000
#> 6836         0.0000
#> 6837         0.0000
#> 6838         0.0000
#> 6839         0.0000
#> 6840         0.0000
#> 6841         0.0000
#> 6842         0.0000
#> 6843         0.0000
#> 6844         0.0000
#> 6845         0.0000
#> 6846         0.0000
#> 6847         0.0000
#> 6848         0.0000
#> 6849         0.0000
#> 6850         0.0000
#> 6851         0.0000
#> 6852         0.0000
#> 6853         0.0000
#> 6854         0.0000
#> 6855         0.0000
#> 6856         0.0000
#> 6857         0.0000
#> 6858         0.0000
#> 6859         0.0000
#> 6860         0.0000
#> 6861         0.0000
#> 6862         0.0000
#> 6863         0.0000
#> 6864         0.0000
#> 6865         0.0000
#> 6866         0.0000
#> 6867         0.0000
#> 6868         0.0000
#> 6869         0.0000
#> 6870         0.0000
#> 6871         0.0000
#> 6872         0.0000
#> 6873         0.0000
#> 6874         0.0000
#> 6875         0.0000
#> 6876         0.0000
#> 6877         0.0000
#> 6878         0.0000
#> 6879         0.0000
#> 6880         0.0000
#> 6881         0.0000
#> 6882         0.0000
#> 6883         0.0000
#> 6884         0.0000
#> 6885         0.0000
#> 6886         0.0000
#> 6887         0.0000
#> 6888         0.0000
#> 6889         0.0000
#> 6890         0.0000
#> 6891         0.0000
#> 6892         0.0000
#> 6893         0.0000
#> 6894         0.0000
#> 6895         0.0000
#> 6896         0.0000
#> 6897         0.0000
#> 6898         0.0000
#> 6899         0.0000
#> 6900         0.0000
#> 6901         0.0000
#> 6902         0.0000
#> 6903         0.0000
#> 6904         0.0000
#> 6905         0.0000
#> 6906         0.0000
#> 6907         0.0000
#> 6908         0.0000
#> 6909         0.0000
#> 6910         0.0000
#> 6911         0.0000
#> 6912         0.0000
#> 6913         0.0000
#> 6914         0.0000
#> 6915         0.0000
#> 6916         0.0000
#> 6917         0.0000
#> 6918         0.0000
#> 6919         0.0000
#> 6920         0.0000
#> 6921         0.0000
#> 6922         0.0000
#> 6923         0.0000
#> 6924         0.0000
#> 6925         0.0000
#> 6926         0.0000
#> 6927         0.0000
#> 6928         0.0000
#> 6929         0.0000
#> 6930         0.0000
#> 6931         0.0000
#> 6932         0.0000
#> 6933         0.0000
#> 6934         0.0000
#> 6935         0.0000
#> 6936         0.0000
#> 6937         0.0000
#> 6938         0.0000
#> 6939         0.0000
#> 6940         0.0000
#> 6941         0.0000
#> 6942         0.0000
#> 6943         0.0000
#> 6944         0.0000
#> 6945         0.0000
#> 6946         0.0000
#> 6947         0.0000
#> 6948         0.0000
#> 6949         0.0000
#> 6950         0.0000
#> 6951         0.0000
#> 6952         0.0000
#> 6953         0.0000
#> 6954         0.0000
#> 6955         0.0000
#> 6956         0.0000
#> 6957         0.0000
#> 6958         0.0000
#> 6959         0.0000
#> 6960         0.0000
#> 6961         0.0000
#> 6962         0.0000
#> 6963         0.0000
#> 6964         0.0000
#> 6965         0.0000
#> 6966         0.0000
#> 6967         0.0000
#> 6968         0.0000
#> 6969         0.0000
#> 6970         0.0000
#> 6971         0.0000
#> 6972         0.0000
#> 6973         0.0000
#> 6974         0.0000
#> 6975         0.0000
#> 6976         0.0000
#> 6977         0.0000
#> 6978         0.0000
#> 6979         0.0000
#> 6980         0.0000
#> 6981         0.0000
#> 6982         0.0000
#> 6983         0.0000
#> 6984         0.0000
#> 6985         0.0000
#> 6986         0.0000
#> 6987         0.0000
#> 6988         0.0000
#> 6989         0.0000
#> 6990         0.0000
#> 6991         0.0000
#> 6992         0.0000
#> 6993         0.0000
#> 6994         0.0000
#> 6995         0.0000
#> 6996         0.0000
#> 6997         0.0000
#> 6998         0.0000
#> 6999         0.0000
#> 7000         0.0000
#> 7001         0.0000
#> 7002         0.0000
#> 7003         0.0000
#> 7004         0.0000
#> 7005         0.0000
#> 7006         0.0000
#> 7007         0.0000
#> 7008         0.0000
#> 7009         0.0000
#> 7010         0.0000
#> 7011         0.0000
#> 7012         0.0000
#> 7013         0.0000
#> 7014         0.0000
#> 7015         0.0000
#> 7016         0.0000
#> 7017         0.0000
#> 7018         0.0000
#> 7019         0.0000
#> 7020         0.0000
#> 7021         0.0000
#> 7022         0.0000
#> 7023         0.0000
#> 7024         0.0000
#> 7025         0.0000
#> 7026         0.0000
#> 7027         0.0000
#> 7028         0.0000
#> 7029         0.0000
#> 7030         0.0000
#> 7031         0.0000
#> 7032         0.0000
#> 7033         0.0000
#> 7034         0.0000
#> 7035         0.0000
#> 7036         0.0000
#> 7037         0.0000
#> 7038         0.0000
#> 7039         0.0000
#> 7040         0.0000
#> 7041         0.0000
#> 7042         0.0000
#> 7043         0.0000
#> 7044         0.0000
#> 7045         0.0000
#> 7046         0.0000
#> 7047         0.0000
#> 7048         0.0000
#> 7049         0.0000
#> 7050         0.0000
#> 7051         0.0000
#> 7052         0.0000
#> 7053         0.0000
#> 7054         0.0000
#> 7055         0.0000
#> 7056         0.0000
#> 7057         0.0000
#> 7058         0.0000
#> 7059         0.0000
#> 7060         0.0000
#> 7061         0.0000
#> 7062         0.0000
#> 7063         0.0000
#> 7064         0.0000
#> 7065         0.0000
#> 7066         0.0000
#> 7067         0.0000
#> 7068         0.0000
#> 7069         0.0000
#> 7070         0.0000
#> 7071         0.0000
#> 7072         0.0000
#> 7073         0.0000
#> 7074         0.0000
#> 7075         0.0000
#> 7076         0.0000
#> 7077         0.0000
#> 7078         0.0000
#> 7079         0.0000
#> 7080         0.0000
#> 7081         0.0000
#> 7082         0.0000
#> 7083         0.0000
#> 7084         0.0000
#> 7085         0.0000
#> 7086         0.0000
#> 7087         0.0000
#> 7088         0.0000
#> 7089         0.0000
#> 7090         0.0000
#> 7091         0.0000
#> 7092         0.0000
#> 7093         0.0000
#> 7094         0.0000
#> 7095         0.0000
#> 7096         0.0000
#> 7097         0.0000
#> 7098         0.0000
#> 7099         0.0000
#> 7100         0.0000
#> 7101         0.0000
#> 7102         0.0000
#> 7103         0.0000
#> 7104         0.0000
#> 7105         0.0000
#> 7106         0.0000
#> 7107         0.0000
#> 7108         0.0000
#> 7109         0.0000
#> 7110         0.0000
#> 7111         0.0000
#> 7112         0.0000
#> 7113         0.0000
#> 7114         0.0000
#> 7115         0.0000
#> 7116         0.0000
#> 7117         0.0000
#> 7118         0.0000
#> 7119         0.0000
#> 7120         0.0000
#> 7121         0.0000
#> 7122         0.0000
#> 7123         0.0000
#> 7124         0.0000
#> 7125         0.0000
#> 7126         0.0000
#> 7127         0.0000
#> 7128         0.0000
#> 7129         0.0000
#> 7130         0.0000
#> 7131         0.0000
#> 7132         0.0000
#> 7133         0.0000
#> 7134         0.0000
#> 7135         0.0000
#> 7136         0.0000
#> 7137         0.0000
#> 7138         0.0000
#> 7139         0.0000
#> 7140         0.0000
#> 7141         0.0000
#> 7142         0.0000
#> 7143         0.0000
#> 7144         0.0000
#> 7145         0.0000
#> 7146         0.0000
#> 7147         0.0000
#> 7148         0.0000
#> 7149         0.0000
#> 7150         0.0000
#> 7151         0.0000
#> 7152         0.0000
#> 7153         0.0000
#> 7154         0.0000
#> 7155         0.0000
#> 7156         0.0000
#> 7157         0.0000
#> 7158         0.0000
#> 7159         0.0000
#> 7160         0.0000
#> 7161         0.0000
#> 7162         0.0000
#> 7163         0.0000
#> 7164         0.0000
#> 7165         0.0000
#> 7166         0.0000
#> 7167         0.0000
#> 7168         0.0000
#> 7169         0.0000
#> 7170         0.0000
#> 7171         0.0000
#> 7172         0.0000
#> 7173         0.0000
#> 7174         0.0000
#> 7175         0.0000
#> 7176         0.0000
#> 7177         0.0000
#> 7178         0.0000
#> 7179         0.0000
#> 7180         0.0000
#> 7181         0.0000
#> 7182         0.0000
#> 7183         0.0000
#> 7184         0.0000
#> 7185         0.0000
#> 7186         0.0000
#> 7187         0.0000
#> 7188         0.0000
#> 7189         0.0000
#> 7190         0.0000
#> 7191         0.0000
#> 7192         0.0000
#> 7193         0.0000
#> 7194         0.0000
#> 7195         0.0000
#> 7196         0.0000
#> 7197         0.0000
#> 7198         0.0000
#> 7199         0.0000
#> 7200         0.0000
#> 7201         0.0000
#> 7202         0.0000
#> 7203         0.0000
#> 7204         0.0000
#> 7205         0.0000
#> 7206         0.0000
#> 7207         0.0000
#> 7208         0.0000
#> 7209         0.0000
#> 7210         0.0000
#> 7211         0.0000
#> 7212         0.0000
#> 7213         0.0000
#> 7214         0.0000
#> 7215         0.0000
#> 7216         0.0000
#> 7217         0.0000
#> 7218         0.0000
#> 7219         0.0000
#> 7220         0.0000
#> 7221         0.0000
#> 7222         0.0000
#> 7223         0.0000
#> 7224         0.0000
#> 7225         0.0000
#> 7226         0.0000
#> 7227         0.0000
#> 7228         0.0000
#> 7229         0.0000
#> 7230         0.0000
#> 7231         0.0000
#> 7232         0.0000
#> 7233         0.0000
#> 7234         0.0000
#> 7235         0.0000
#> 7236         0.0000
#> 7237         0.0000
#> 7238         0.0000
#> 7239         0.0000
#> 7240         0.0000
#> 7241         0.0000
#> 7242         0.0000
#> 7243         0.0000
#> 7244         0.0000
#> 7245         0.0000
#> 7246         0.0000
#> 7247         0.0000
#> 7248         0.0000
#> 7249         0.0000
#> 7250         0.0000
#> 7251         0.0000
#> 7252         0.0000
#> 7253         0.0000
#> 7254         0.0000
#> 7255         0.0000
#> 7256         0.0000
#> 7257         0.0000
#> 7258         0.0000
#> 7259         0.0000
#> 7260         0.0000
#> 7261         0.0000
#> 7262         0.0000
#> 7263         0.0000
#> 7264         0.0000
#> 7265         0.0000
#> 7266         0.0000
#> 7267         0.0000
#> 7268         0.0000
#> 7269         0.0000
#> 7270         0.0000
#> 7271         0.0000
#> 7272         0.0000
#> 7273         0.0000
#> 7274         0.0000
#> 7275         0.0000
#> 7276         0.0000
#> 7277         0.0000
#> 7278         0.0000
#> 7279         0.0000
#> 7280         0.0000
#> 7281         0.0000
#> 7282         0.0000
#> 7283         0.0000
#> 7284         0.0000
#> 7285         0.0000
#> 7286         0.0000
#> 7287         0.0000
#> 7288         0.0000
#> 7289         0.0000
#> 7290         0.0000
#> 7291         0.0000
#> 7292         0.0000
#> 7293         0.0000
#> 7294         0.0000
#> 7295         0.0000
#> 7296         0.0000
#> 7297         0.0000
#> 7298         0.0000
#> 7299         0.0000
#> 7300         0.0000
#> 7301         0.0000
#> 7302         0.0000
#> 7303         0.0000
#> 7304         0.0000
#> 7305         0.0000
#> 7306         0.0000
#> 7307         0.0000
#> 7308         0.0000
#> 7309         0.0000
#> 7310         0.0000
#> 7311         0.0000
#> 7312         0.0000
#> 7313         0.0000
#> 7314         0.0000
#> 7315         0.0000
#> 7316         0.0000
#> 7317         0.0000
#> 7318         0.0000
#> 7319         0.0000
#> 7320         0.0000
#> 7321         0.0000
#> 7322         0.0000
#> 7323         0.0000
#> 7324         0.0000
#> 7325         0.0000
#> 7326         0.0000
#> 7327         0.0000
#> 7328         0.0000
#> 7329         0.0000
#> 7330         0.0000
#> 7331         0.0000
#> 7332         0.0000
#> 7333         0.0000
#> 7334         0.0000
#> 7335         0.0000
#> 7336         0.0000
#> 7337         0.0000
#> 7338         0.0000
#> 7339         0.0000
#> 7340         0.0000
#> 7341         0.0000
#> 7342         0.0000
#> 7343         0.0000
#> 7344         0.0000
#> 7345         0.0000
#> 7346         0.0000
#> 7347         0.0000
#> 7348     99307.9800
#> 7349   5214842.6100
#> 7350         0.0000
#> 7351         0.0000
#> 7352         0.0000
#> 7353         0.0000
#> 7354         0.0000
#> 7355         0.0000
#> 7356         0.0000
#> 7357         0.0000
#> 7358         0.0000
#> 7359         0.0000
#> 7360         0.0000
#> 7361         0.0000
#> 7362         0.0000
#> 7363         0.0000
#> 7364     58521.6000
#> 7365         0.0000
#> 7366     27918.2800
#> 7367     11583.3500
#> 7368         0.0000
#> 7369         0.0000
#> 7370         0.0000
#> 7371         0.0000
#> 7372         0.0000
#> 7373         0.0000
#> 7374         0.0000
#> 7375         0.0000
#> 7376         0.0000
#> 7377         0.0000
#> 7378         0.0000
#> 7379         0.0000
#> 7380         0.0000
#> 7381         0.0000
#> 7382         0.0000
#> 7383         0.0000
#> 7384         0.0000
#> 7385         0.0000
#> 7386         0.0000
#> 7387         0.0000
#> 7388         0.0000
#> 7389         0.0000
#> 7390         0.0000
#> 7391    454276.0000
#> 7392         0.0000
#> 7393         0.0000
#> 7394         0.0000
#> 7395         0.0000
#> 7396         0.0000
#> 7397         0.0000
#> 7398         0.0000
#> 7399         0.0000
#> 7400         0.0000
#> 7401    141927.2700
#> 7402      3963.6000
#> 7403         0.0000
#> 7404         0.0000
#> 7405         0.0000
#> 7406         0.0000
#> 7407         0.0000
#> 7408         0.0000
#> 7409         0.0000
#> 7410         0.0000
#> 7411   6012340.7000
#> 7412    458239.6000
#> 7413         0.0000
#> 7414         0.0000
#> 7415         0.0000
#> 7416     34373.4600
#> 7417         0.0000
#> 7418         0.0000
#> 7419         0.0000
#> 7420         0.0000
#> 7421         0.0000
#> 7422         0.0000
#> 7423         0.0000
#> 7424         0.0000
#> 7425         0.0000
#> 7426         0.0000
#> 7427         0.0000
#> 7428         0.0000
#> 7429         0.0000
#> 7430         0.0000
#> 7431         0.0000
#> 7432         0.0000
#> 7433         0.0000
#> 7434    796704.2400
#> 7435         0.0000
#> 7436         0.0000
#> 7437         0.0000
#> 7438         0.0000
#> 7439         0.0000
#> 7440         0.0000
#> 7441         0.0000
#> 7442      7928.1000
#> 7443         0.0000
#> 7444         0.0000
#> 7445         0.0000
#> 7446      1384.0000
#> 7447      5750.6100
#> 7448       627.3900
#> 7449         0.0000
#> 7450         0.0000
#> 7451      6174.0000
#> 7452         0.0000
#> 7453         0.0000
#> 7454         0.0000
#> 7455         0.0000
#> 7456         0.0000
#> 7457         0.0000
#> 7458         0.0000
#> 7459         0.0000
#> 7460         0.0000
#> 7461         0.0000
#> 7462         0.0000
#> 7463         0.0000
#> 7464         0.0000
#> 7465         0.0000
#> 7466       246.4000
#> 7467         0.0000
#> 7468         0.0000
#> 7469         0.0000
#> 7470         0.0000
#> 7471         0.0000
#> 7472         0.0000
#> 7473         0.0000
#> 7474         0.0000
#> 7475         0.0000
#> 7476         0.0000
#> 7477     56588.4000
#> 7478         0.0000
#> 7479    909776.6100
#> 7480       246.4000
#> 7481         0.0000
#> 7482         0.0000
#> 7483         0.0000
#> 7484    -54055.2800
#> 7485  -1908170.8400
#> 7486         0.0000
#> 7487         0.0000
#> 7488         0.0000
#> 7489         0.0000
#> 7490         0.0000
#> 7491         0.0000
#> 7492         0.0000
#> 7493         0.0000
#> 7494         0.0000
#> 7495         0.0000
#> 7496         0.0000
#> 7497         0.0000
#> 7498         0.0000
#> 7499         0.0000
#> 7500         0.0000
#> 7501         0.0000
#> 7502     -7212.5600
#> 7503         0.0000
#> 7504         0.0000
#> 7505         0.0000
#> 7506         0.0000
#> 7507         0.0000
#> 7508         0.0000
#> 7509         0.0000
#> 7510    -26382.9600
#> 7511     -1366.5600
#> 7512         0.0000
#> 7513     -8132.4500
#> 7514    -35421.7500
#> 7515    -66518.2500
#> 7516   -102808.3100
#> 7517         0.0000
#> 7518       -42.5000
#> 7519     -9030.0000
#> 7520         0.0000
#> 7521         0.0000
#> 7522         0.0000
#> 7523         0.0000
#> 7524         0.0000
#> 7525         0.0000
#> 7526         0.0000
#> 7527         0.0000
#> 7528         0.0000
#> 7529         0.0000
#> 7530         0.0000
#> 7531         0.0000
#> 7532         0.0000
#> 7533         0.0000
#> 7534     -1386.0000
#> 7535         0.0000
#> 7536         0.0000
#> 7537         0.0000
#> 7538         0.0000
#> 7539         0.0000
#> 7540         0.0000
#> 7541         0.0000
#> 7542         0.0000
#> 7543         0.0000
#> 7544         0.0000
#> 7545    -12189.6000
#> 7546         0.0000
#> 7547  -2232717.0500
#> 7548     -1386.0000
#> 7549         0.0000
#> 7550         0.0000
#> 7551         0.0000
#> 7552         0.0000
#> 7553         0.0000
#> 7554         0.0000
#> 7555         0.0000
#> 7556         0.0000
#> 7557         0.0000
#> 7558         0.0000
#> 7559         0.0000
#> 7560         0.0000
#> 7561         0.0000
#> 7562         0.0000
#> 7563         0.0000
#> 7564         0.0000
#> 7565         0.0000
#> 7566         0.0000
#> 7567         0.0000
#> 7568         0.0000
#> 7569         0.0000
#> 7570         0.0000
#> 7571         0.0000
#> 7572         0.0000
#> 7573         0.0000
#> 7574         0.0000
#> 7575         0.0000
#> 7576         0.0000
#> 7577         0.0000
#> 7578         0.0000
#> 7579         0.0000
#> 7580         0.0000
#> 7581         0.0000
#> 7582         0.0000
#> 7583    -12488.2700
#> 7584    -99169.4400
#> 7585         0.0000
#> 7586         0.0000
#> 7587         0.0000
#> 7588         0.0000
#> 7589         0.0000
#> 7590         0.0000
#> 7591         0.0000
#> 7592         0.0000
#> 7593         0.0000
#> 7594         0.0000
#> 7595         0.0000
#> 7596         0.0000
#> 7597         0.0000
#> 7598         0.0000
#> 7599         0.0000
#> 7600         0.0000
#> 7601         0.0000
#> 7602         0.0000
#> 7603         0.0000
#> 7604         0.0000
#> 7605         0.0000
#> 7606         0.0000
#> 7607         0.0000
#> 7608         0.0000
#> 7609         0.0000
#> 7610         0.0000
#> 7611         0.0000
#> 7612         0.0000
#> 7613         0.0000
#> 7614         0.0000
#> 7615   -111657.7100
#> 7616         0.0000
#> 7617         0.0000
#> 7618         0.0000
#> 7619         0.0000
#> 7620         0.0000
#> 7621         0.0000
#> 7622         0.0000
#> 7623         0.0000
#> 7624         0.0000
#> 7625         0.0000
#> 7626         0.0000
#> 7627         0.0000
#> 7628         0.0000
#> 7629         0.0000
#> 7630         0.0000
#> 7631         0.0000
#> 7632         0.0000
#> 7633         0.0000
#> 7634         0.0000
#> 7635         0.0000
#> 7636         0.0000
#> 7637         0.0000
#> 7638         0.0000
#> 7639         0.0000
#> 7640         0.0000
#> 7641         0.0000
#> 7642         0.0000
#> 7643         0.0000
#> 7644         0.0000
#> 7645         0.0000
#> 7646         0.0000
#> 7647      -819.9300
#> 7648         0.0000
#> 7649    -38608.6200
#> 7650         0.0000
#> 7651         0.0000
#> 7652         0.0000
#> 7653         0.0000
#> 7654         0.0000
#> 7655         0.0000
#> 7656         0.0000
#> 7657         0.0000
#> 7658         0.0000
#> 7659         0.0000
#> 7660         0.0000
#> 7661         0.0000
#> 7662         0.0000
#> 7663         0.0000
#> 7664         0.0000
#> 7665         0.0000
#> 7666         0.0000
#> 7667         0.0000
#> 7668         0.0000
#> 7669         0.0000
#> 7670         0.0000
#> 7671         0.0000
#> 7672         0.0000
#> 7673         0.0000
#> 7674         0.0000
#> 7675         0.0000
#> 7676         0.0000
#> 7677         0.0000
#> 7678         0.0000
#> 7679         0.0000
#> 7680         0.0000
#> 7681         0.0000
#> 7682         0.0000
#> 7683    -39428.5500
#> 7684         0.0000
#> 7685         0.0000
#> 7686         0.0000
#> 7687         0.0000
#> 7688         0.0000
#> 7689     37560.1000
#> 7690         0.0000
#> 7691         0.0000
#> 7692         0.0000
#> 7693         0.0000
#> 7694         0.0000
#> 7695         0.0000
#> 7696         0.0000
#> 7697         0.0000
#> 7698         0.0000
#> 7699         0.0000
#> 7700         0.0000
#> 7701         0.0000
#> 7702         0.0000
#> 7703         0.0000
#> 7704         0.0000
#> 7705         0.0000
#> 7706         0.0000
#> 7707         0.0000
#> 7708         0.0000
#> 7709         0.0000
#> 7710         0.0000
#> 7711         0.0000
#> 7712         0.0000
#> 7713         0.0000
#> 7714         0.0000
#> 7715         0.0000
#> 7716         0.0000
#> 7717         0.0000
#> 7718         0.0000
#> 7719         0.0000
#> 7720         0.0000
#> 7721         0.0000
#> 7722         0.0000
#> 7723         0.0000
#> 7724         0.0000
#> 7725         0.0000
#> 7726         0.0000
#> 7727         0.0000
#> 7728         0.0000
#> 7729         0.0000
#> 7730         0.0000
#> 7731         0.0000
#> 7732         0.0000
#> 7733         0.0000
#> 7734         0.0000
#> 7735         0.0000
#> 7736         0.0000
#> 7737         0.0000
#> 7738         0.0000
#> 7739         0.0000
#> 7740         0.0000
#> 7741         0.0000
#> 7742         0.0000
#> 7743         0.0000
#> 7744         0.0000
#> 7745         0.0000
#> 7746         0.0000
#> 7747         0.0000
#> 7748         0.0000
#> 7749         0.0000
#> 7750         0.0000
#> 7751     37560.1000
#> 7752         0.0000
#> 7753         0.0000
#> 7754         0.0000
#> 7755         0.0000
#> 7756     79626.1500
#> 7757   3344231.8700
#> 7758         0.0000
#> 7759         0.0000
#> 7760         0.0000
#> 7761         0.0000
#> 7762         0.0000
#> 7763         0.0000
#> 7764         0.0000
#> 7765         0.0000
#> 7766         0.0000
#> 7767         0.0000
#> 7768         0.0000
#> 7769         0.0000
#> 7770         0.0000
#> 7771         0.0000
#> 7772     58521.6000
#> 7773         0.0000
#> 7774    817409.9600
#> 7775     11583.3500
#> 7776         0.0000
#> 7777         0.0000
#> 7778         0.0000
#> 7779         0.0000
#> 7780         0.0000
#> 7781         0.0000
#> 7782    -18454.8500
#> 7783     -2186.5000
#> 7784         0.0000
#> 7785    -46741.0800
#> 7786    -34037.7500
#> 7787    -73255.9000
#> 7788   -201350.3600
#> 7789         0.0000
#> 7790       -42.5000
#> 7791     -2856.0000
#> 7792         0.0000
#> 7793         0.0000
#> 7794         0.0000
#> 7795         0.0000
#> 7796         0.0000
#> 7797         0.0000
#> 7798         0.0000
#> 7799    454276.0000
#> 7800         0.0000
#> 7801         0.0000
#> 7802         0.0000
#> 7803         0.0000
#> 7804         0.0000
#> 7805         0.0000
#> 7806     -1139.6000
#> 7807         0.0000
#> 7808         0.0000
#> 7809    141927.2700
#> 7810      3963.6000
#> 7811         0.0000
#> 7812         0.0000
#> 7813         0.0000
#> 7814         0.0000
#> 7815         0.0000
#> 7816         0.0000
#> 7817     44398.8000
#> 7818         0.0000
#> 7819   4575874.0700
#> 7820    457100.0000
#> 7821         0.0000
#> 7822         0.0000
#> 7823         0.0000
#> 7824         0.0000
#> 7825         0.0000
#> 7826         0.0000
#> 7827         0.0000
#> 7828         0.0000
#> 7829         0.0000
#> 7830         0.0000
#> 7831         0.0000
#> 7832         0.0000
#> 7833         0.0000
#> 7834         0.0000
#> 7835         0.0000
#> 7836         0.0000
#> 7837         0.0000
#> 7838         0.0000
#> 7839         0.0000
#> 7840         0.0000
#> 7841         0.0000
#> 7842         0.0000
#> 7843         0.0000
#> 7844         0.0000
#> 7845         0.0000
#> 7846   -322215.0400
#> 7847         0.0000
#> 7848         0.0000
#> 7849         0.0000
#> 7850    155919.3000
#> 7851         0.0000
#> 7852         0.0000
#> 7853      3162.6200
#> 7854         0.0000
#> 7855    186036.5300
#> 7856         0.0000
#> 7857         0.0000
#> 7858         0.0000
#> 7859         0.0000
#> 7860         0.0000
#> 7861         0.0000
#> 7862         0.0000
#> 7863         0.0000
#> 7864         0.0000
#> 7865         0.0000
#> 7866         0.0000
#> 7867         0.0000
#> 7868         0.0000
#> 7869         0.0000
#> 7870         0.0000
#> 7871         0.0000
#> 7872         0.0000
#> 7873         0.0000
#> 7874         0.0000
#> 7875         0.0000
#> 7876         0.0000
#> 7877         0.0000
#> 7878         0.0000
#> 7879         0.0000
#> 7880         0.0000
#> 7881         0.0000
#> 7882         0.0000
#> 7883         0.0000
#> 7884         0.0000
#> 7885         0.0000
#> 7886         0.0000
#> 7887     22903.4100
#> 7888         0.0000
#> 7889         0.0000
#> 7890         0.0000
#> 7891         0.0000
#> 7892         0.0000
#> 7893      -348.7700
#> 7894         0.0000
#> 7895         0.0000
#> 7896         0.0000
#> 7897         0.0000
#> 7898         0.0000
#> 7899         0.0000
#> 7900         0.0000
#> 7901         0.0000
#> 7902         0.0000
#> 7903         0.0000
#> 7904         0.0000
#> 7905         0.0000
#> 7906         0.0000
#> 7907         0.0000
#> 7908         0.0000
#> 7909         0.0000
#> 7910    -86429.1600
#> 7911         0.0000
#> 7912         0.0000
#> 7913         0.0000
#> 7914         0.0000
#> 7915         0.0000
#> 7916         0.0000
#> 7917        46.7700
#> 7918      -440.4500
#> 7919         0.0000
#> 7920         0.0000
#> 7921         0.0000
#> 7922         0.0000
#> 7923      -472.0700
#> 7924      6399.3800
#> 7925         0.0000
#> 7926         0.0000
#> 7927         0.0000
#> 7928         0.0000
#> 7929         0.0000
#> 7930         0.0000
#> 7931         0.0000
#> 7932         0.0000
#> 7933         0.0000
#> 7934         0.0000
#> 7935         0.0000
#> 7936         0.0000
#> 7937         0.0000
#> 7938         0.0000
#> 7939         0.0000
#> 7940         0.0000
#> 7941         0.0000
#> 7942         0.0000
#> 7943         0.0000
#> 7944         0.0000
#> 7945         0.0000
#> 7946         0.0000
#> 7947         0.0000
#> 7948         0.0000
#> 7949         0.0000
#> 7950         0.0000
#> 7951         0.0000
#> 7952         0.0000
#> 7953         0.0000
#> 7954         0.0000
#> 7955    -81244.3000
#> 7956         0.0000
#> 7957         0.0000
#> 7958         0.0000
#> 7959         0.0000
#> 7960    -79626.1500
#> 7961  -2756882.0800
#> 7962         0.0000
#> 7963         0.0000
#> 7964         0.0000
#> 7965     17621.1700
#> 7966         0.0000
#> 7967         0.0000
#> 7968         0.0000
#> 7969     35871.3000
#> 7970     13380.3000
#> 7971     12942.0000
#> 7972         0.0000
#> 7973         0.0000
#> 7974         0.0000
#> 7975         0.0000
#> 7976    -58521.6000
#> 7977         0.0000
#> 7978   -730980.8000
#> 7979    -11583.3500
#> 7980         0.0000
#> 7981         0.0000
#> 7982    322215.0400
#> 7983     44059.6000
#> 7984         0.0000
#> 7985     14404.2400
#> 7986    193313.5000
#> 7987      2186.5000
#> 7988         0.0000
#> 7989     69290.1500
#> 7990     63750.5000
#> 7991    111579.0000
#> 7992    223267.1900
#> 7993         0.0000
#> 7994      2974.7200
#> 7995      6174.0000
#> 7996      8970.0000
#> 7997       280.0000
#> 7998         0.0000
#> 7999         0.0000
#> 8000         0.0000
#> 8001         0.0000
#> 8002         0.0000
#> 8003   -155341.0000
#> 8004         0.0000
#> 8005         0.0000
#> 8006         0.0000
#> 8007         0.0000
#> 8008         0.0000
#> 8009         0.0000
#> 8010     30184.0000
#> 8011         0.0000
#> 8012         0.0000
#> 8013   -141927.2700
#> 8014     -3963.6000
#> 8015         0.0000
#> 8016         0.0000
#> 8017         0.0000
#> 8018         0.0000
#> 8019         0.0000
#> 8020         0.0000
#> 8021    748213.2000
#> 8022         0.0000
#> 8023  -2018149.4500
#> 8024   -129120.6000
#> 8025         0.0000
#> 8026         0.0000
#> 8027         0.0000
#> 8028         0.0000
#> 8029  -1886002.9600
#> 8030         0.0000
#> 8031         0.0000
#> 8032         0.0000
#> 8033         0.0000
#> 8034         0.0000
#> 8035         0.0000
#> 8036         0.0000
#> 8037         0.0000
#> 8038         0.0000
#> 8039         0.0000
#> 8040         0.0000
#> 8041         0.0000
#> 8042         0.0000
#> 8043         0.0000
#> 8044         0.0000
#> 8045         0.0000
#> 8046         0.0000
#> 8047         0.0000
#> 8048         0.0000
#> 8049         0.0000
#> 8050         0.0000
#> 8051         0.0000
#> 8052         0.0000
#> 8053         0.0000
#> 8054         0.0000
#> 8055         0.0000
#> 8056         0.0000
#> 8057         0.0000
#> 8058         0.0000
#> 8059         0.0000
#> 8060         0.0000
#> 8061         0.0000
#> 8062         0.0000
#> 8063         0.0000
#> 8064         0.0000
#> 8065         0.0000
#> 8066         0.0000
#> 8067         0.0000
#> 8068         0.0000
#> 8069         0.0000
#> 8070         0.0000
#> 8071         0.0000
#> 8072         0.0000
#> 8073         0.0000
#> 8074         0.0000
#> 8075         0.0000
#> 8076         0.0000
#> 8077         0.0000
#> 8078         0.0000
#> 8079         0.0000
#> 8080         0.0000
#> 8081   -141927.2700
#> 8082     -3963.6000
#> 8083         0.0000
#> 8084         0.0000
#> 8085         0.0000
#> 8086         0.0000
#> 8087         0.0000
#> 8088         0.0000
#> 8089    711086.4000
#> 8090         0.0000
#> 8091  -1320807.4400
#> 8092     -3963.6000
#> 8093         0.0000
#> 8094         0.0000
#> 8095         0.0000
#> 8096         0.0000
#> 8097   -116028.8100
#> 8098         0.0000
#> 8099         0.0000
#> 8100         0.0000
#> 8101         0.0000
#> 8102         0.0000
#> 8103         0.0000
#> 8104         0.0000
#> 8105         0.0000
#> 8106         0.0000
#> 8107         0.0000
#> 8108         0.0000
#> 8109         0.0000
#> 8110         0.0000
#> 8111         0.0000
#> 8112         0.0000
#> 8113         0.0000
#> 8114         0.0000
#> 8115         0.0000
#> 8116         0.0000
#> 8117         0.0000
#> 8118         0.0000
#> 8119         0.0000
#> 8120         0.0000
#> 8121         0.0000
#> 8122         0.0000
#> 8123         0.0000
#> 8124         0.0000
#> 8125         0.0000
#> 8126         0.0000
#> 8127         0.0000
#> 8128         0.0000
#> 8129         0.0000
#> 8130         0.0000
#> 8131         0.0000
#> 8132         0.0000
#> 8133         0.0000
#> 8134         0.0000
#> 8135         0.0000
#> 8136         0.0000
#> 8137         0.0000
#> 8138         0.0000
#> 8139     -4421.0000
#> 8140         0.0000
#> 8141         0.0000
#> 8142         0.0000
#> 8143         0.0000
#> 8144         0.0000
#> 8145         0.0000
#> 8146         0.0000
#> 8147         0.0000
#> 8148         0.0000
#> 8149         0.0000
#> 8150         0.0000
#> 8151         0.0000
#> 8152         0.0000
#> 8153         0.0000
#> 8154         0.0000
#> 8155         0.0000
#> 8156         0.0000
#> 8157     37126.8000
#> 8158         0.0000
#> 8159    -83323.0100
#> 8160     -4421.0000
#> 8161         0.0000
#> 8162         0.0000
#> 8163         0.0000
#> 8164         0.0000
#> 8165         0.0000
#> 8166         0.0000
#> 8167         0.0000
#> 8168         0.0000
#> 8169         0.0000
#> 8170         0.0000
#> 8171         0.0000
#> 8172         0.0000
#> 8173         0.0000
#> 8174         0.0000
#> 8175         0.0000
#> 8176         0.0000
#> 8177         0.0000
#> 8178         0.0000
#> 8179         0.0000
#> 8180         0.0000
#> 8181         0.0000
#> 8182         0.0000
#> 8183         0.0000
#> 8184         0.0000
#> 8185         0.0000
#> 8186         0.0000
#> 8187         0.0000
#> 8188         0.0000
#> 8189         0.0000
#> 8190         0.0000
#> 8191         0.0000
#> 8192         0.0000
#> 8193         0.0000
#> 8194         0.0000
#> 8195         0.0000
#> 8196         0.0000
#> 8197         0.0000
#> 8198         0.0000
#> 8199         0.0000
#> 8200         0.0000
#> 8201         0.0000
#> 8202         0.0000
#> 8203         0.0000
#> 8204         0.0000
#> 8205         0.0000
#> 8206         0.0000
#> 8207         0.0000
#> 8208         0.0000
#> 8209         0.0000
#> 8210         0.0000
#> 8211         0.0000
#> 8212         0.0000
#> 8213         0.0000
#> 8214         0.0000
#> 8215         0.0000
#> 8216         0.0000
#> 8217         0.0000
#> 8218         0.0000
#> 8219         0.0000
#> 8220         0.0000
#> 8221         0.0000
#> 8222         0.0000
#> 8223         0.0000
#> 8224         0.0000
#> 8225         0.0000
#> 8226         0.0000
#> 8227         0.0000
#> 8228         0.0000
#> 8229         0.0000
#> 8230         0.0000
#> 8231         0.0000
#> 8232         0.0000
#> 8233         0.0000
#> 8234         0.0000
#> 8235         0.0000
#> 8236         0.0000
#> 8237         0.0000
#> 8238         0.0000
#> 8239         0.0000
#> 8240         0.0000
#> 8241         0.0000
#> 8242         0.0000
#> 8243         0.0000
#> 8244         0.0000
#> 8245         0.0000
#> 8246         0.0000
#> 8247         0.0000
#> 8248         0.0000
#> 8249         0.0000
#> 8250         0.0000
#> 8251         0.0000
#> 8252         0.0000
#> 8253         0.0000
#> 8254         0.0000
#> 8255         0.0000
#> 8256         0.0000
#> 8257         0.0000
#> 8258         0.0000
#> 8259         0.0000
#> 8260         0.0000
#> 8261         0.0000
#> 8262         0.0000
#> 8263         0.0000
#> 8264         0.0000
#> 8265         0.0000
#> 8266         0.0000
#> 8267         0.0000
#> 8268         0.0000
#> 8269         0.0000
#> 8270         0.0000
#> 8271         0.0000
#> 8272         0.0000
#> 8273         0.0000
#> 8274         0.0000
#> 8275         0.0000
#> 8276         0.0000
#> 8277         0.0000
#> 8278         0.0000
#> 8279         0.0000
#> 8280         0.0000
#> 8281         0.0000
#> 8282         0.0000
#> 8283         0.0000
#> 8284         0.0000
#> 8285         0.0000
#> 8286         0.0000
#> 8287         0.0000
#> 8288         0.0000
#> 8289         0.0000
#> 8290         0.0000
#> 8291         0.0000
#> 8292         0.0000
#> 8293         0.0000
#> 8294         0.0000
#> 8295         0.0000
#> 8296         0.0000
#> 8297         0.0000
#> 8298         0.0000
#> 8299         0.0000
#> 8300         0.0000
#> 8301         0.0000
#> 8302         0.0000
#> 8303         0.0000
#> 8304         0.0000
#> 8305         0.0000
#> 8306         0.0000
#> 8307         0.0000
#> 8308         0.0000
#> 8309         0.0000
#> 8310         0.0000
#> 8311         0.0000
#> 8312         0.0000
#> 8313         0.0000
#> 8314         0.0000
#> 8315         0.0000
#> 8316         0.0000
#> 8317         0.0000
#> 8318         0.0000
#> 8319         0.0000
#> 8320         0.0000
#> 8321         0.0000
#> 8322         0.0000
#> 8323         0.0000
#> 8324         0.0000
#> 8325         0.0000
#> 8326         0.0000
#> 8327         0.0000
#> 8328         0.0000
#> 8329         0.0000
#> 8330         0.0000
#> 8331         0.0000
#> 8332         0.0000
#> 8333         0.0000
#> 8334         0.0000
#> 8335         0.0000
#> 8336         0.0000
#> 8337         0.0000
#> 8338         0.0000
#> 8339         0.0000
#> 8340         0.0000
#> 8341         0.0000
#> 8342         0.0000
#> 8343         0.0000
#> 8344         0.0000
#> 8345         0.0000
#> 8346         0.0000
#> 8347         0.0000
#> 8348         0.0000
#> 8349         0.0000
#> 8350         0.0000
#> 8351         0.0000
#> 8352         0.0000
#> 8353         0.0000
#> 8354         0.0000
#> 8355         0.0000
#> 8356         0.0000
#> 8357         0.0000
#> 8358         0.0000
#> 8359         0.0000
#> 8360         0.0000
#> 8361         0.0000
#> 8362         0.0000
#> 8363         0.0000
#> 8364         0.0000
#> 8365         0.0000
#> 8366         0.0000
#> 8367         0.0000
#> 8368         0.0000
#> 8369         0.0000
#> 8370         0.0000
#> 8371         0.0000
#> 8372         0.0000
#> 8373         0.0000
#> 8374         0.0000
#> 8375         0.0000
#> 8376         0.0000
#> 8377         0.0000
#> 8378         0.0000
#> 8379         0.0000
#> 8380         0.0000
#> 8381         0.0000
#> 8382         0.0000
#> 8383         0.0000
#> 8384         0.0000
#> 8385         0.0000
#> 8386         0.0000
#> 8387         0.0000
#> 8388         0.0000
#> 8389         0.0000
#> 8390         0.0000
#> 8391         0.0000
#> 8392         0.0000
#> 8393         0.0000
#> 8394         0.0000
#> 8395         0.0000
#> 8396         0.0000
#> 8397         0.0000
#> 8398         0.0000
#> 8399         0.0000
#> 8400         0.0000
#> 8401         0.0000
#> 8402         0.0000
#> 8403         0.0000
#> 8404         0.0000
#> 8405         0.0000
#> 8406         0.0000
#> 8407         0.0000
#> 8408         0.0000
#> 8409         0.0000
#> 8410         0.0000
#> 8411         0.0000
#> 8412         0.0000
#> 8413         0.0000
#> 8414         0.0000
#> 8415         0.0000
#> 8416         0.0000
#> 8417         0.0000
#> 8418         0.0000
#> 8419         0.0000
#> 8420         0.0000
#> 8421         0.0000
#> 8422         0.0000
#> 8423         0.0000
#> 8424         0.0000
#> 8425         0.0000
#> 8426         0.0000
#> 8427         0.0000
#> 8428         0.0000
#> 8429         0.0000
#> 8430         0.0000
#> 8431         0.0000
#> 8432         0.0000
#> 8433         0.0000
#> 8434         0.0000
#> 8435         0.0000
#> 8436         0.0000
#> 8437         0.0000
#> 8438         0.0000
#> 8439         0.0000
#> 8440         0.0000
#> 8441         0.0000
#> 8442         0.0000
#> 8443         0.0000
#> 8444         0.0000
#> 8445         0.0000
#> 8446         0.0000
#> 8447         0.0000
#> 8448         0.0000
#> 8449         0.0000
#> 8450         0.0000
#> 8451         0.0000
#> 8452         0.0000
#> 8453         0.0000
#> 8454         0.0000
#> 8455         0.0000
#> 8456         0.0000
#> 8457         0.0000
#> 8458         0.0000
#> 8459         0.0000
#> 8460         0.0000
#> 8461         0.0000
#> 8462         0.0000
#> 8463         0.0000
#> 8464         0.0000
#> 8465         0.0000
#> 8466         0.0000
#> 8467         0.0000
#> 8468         0.0000
#> 8469         0.0000
#> 8470         0.0000
#> 8471         0.0000
#> 8472         0.0000
#> 8473         0.0000
#> 8474         0.0000
#> 8475         0.0000
#> 8476         0.0000
#> 8477         0.0000
#> 8478         0.0000
#> 8479         0.0000
#> 8480         0.0000
#> 8481         0.0000
#> 8482         0.0000
#> 8483         0.0000
#> 8484         0.0000
#> 8485         0.0000
#> 8486         0.0000
#> 8487         0.0000
#> 8488         0.0000
#> 8489         0.0000
#> 8490         0.0000
#> 8491         0.0000
#> 8492         0.0000
#> 8493         0.0000
#> 8494         0.0000
#> 8495         0.0000
#> 8496         0.0000
#> 8497         0.0000
#> 8498         0.0000
#> 8499         0.0000
#> 8500         0.0000
#> 8501         0.0000
#> 8502         0.0000
#> 8503         0.0000
#> 8504         0.0000
#> 8505         0.0000
#> 8506         0.0000
#> 8507         0.0000
#> 8508         0.0000
#> 8509         0.0000
#> 8510         0.0000
#> 8511         0.0000
#> 8512         0.0000
#> 8513         0.0000
#> 8514         0.0000
#> 8515         0.0000
#> 8516         0.0000
#> 8517         0.0000
#> 8518         0.0000
#> 8519         0.0000
#> 8520         0.0000
#> 8521         0.0000
#> 8522         0.0000
#> 8523         0.0000
#> 8524         0.0000
#> 8525         0.0000
#> 8526         0.0000
#> 8527         0.0000
#> 8528         0.0000
#> 8529         0.0000
#> 8530         0.0000
#> 8531         0.0000
#> 8532         0.0000
#> 8533         0.0000
#> 8534         0.0000
#> 8535         0.0000
#> 8536         0.0000
#> 8537         0.0000
#> 8538         0.0000
#> 8539         0.0000
#> 8540         0.0000
#> 8541         0.0000
#> 8542         0.0000
#> 8543         0.0000
#> 8544         0.0000
#> 8545         0.0000
#> 8546         0.0000
#> 8547         0.0000
#> 8548         0.0000
#> 8549         0.0000
#> 8550         0.0000
#> 8551         0.0000
#> 8552         0.0000
#> 8553         0.0000
#> 8554         0.0000
#> 8555         0.0000
#> 8556         0.0000
#> 8557         0.0000
#> 8558         0.0000
#> 8559         0.0000
#> 8560         0.0000
#> 8561         0.0000
#> 8562         0.0000
#> 8563         0.0000
#> 8564         0.0000
#> 8565         0.0000
#> 8566         0.0000
#> 8567         0.0000
#> 8568         0.0000
#> 8569         0.0000
#> 8570         0.0000
#> 8571         0.0000
#> 8572         0.0000
#> 8573         0.0000
#> 8574         0.0000
#> 8575         0.0000
#> 8576         0.0000
#> 8577         0.0000
#> 8578         0.0000
#> 8579         0.0000
#> 8580         0.0000
#> 8581         0.0000
#> 8582         0.0000
#> 8583         0.0000
#> 8584         0.0000
#> 8585         0.0000
#> 8586         0.0000
#> 8587         0.0000
#> 8588         0.0000
#> 8589         0.0000
#> 8590         0.0000
#> 8591         0.0000
#> 8592         0.0000
#> 8593         0.0000
#> 8594         0.0000
#> 8595         0.0000
#> 8596         0.0000
#> 8597         0.0000
#> 8598         0.0000
#> 8599         0.0000
#> 8600         0.0000
#> 8601         0.0000
#> 8602         0.0000
#> 8603         0.0000
#> 8604         0.0000
#> 8605         0.0000
#> 8606         0.0000
#> 8607         0.0000
#> 8608         0.0000
#> 8609         0.0000
#> 8610         0.0000
#> 8611         0.0000
#> 8612         0.0000
#> 8613         0.0000
#> 8614         0.0000
#> 8615         0.0000
#> 8616         0.0000
#> 8617         0.0000
#> 8618         0.0000
#> 8619         0.0000
#> 8620         0.0000
#> 8621         0.0000
#> 8622         0.0000
#> 8623         0.0000
#> 8624         0.0000
#> 8625         0.0000
#> 8626         0.0000
#> 8627         0.0000
#> 8628         0.0000
#> 8629         0.0000
#> 8630         0.0000
#> 8631         0.0000
#> 8632         0.0000
#> 8633         0.0000
#> 8634         0.0000
#> 8635         0.0000
#> 8636         0.0000
#> 8637         0.0000
#> 8638         0.0000
#> 8639         0.0000
#> 8640         0.0000
#> 8641         0.0000
#> 8642         0.0000
#> 8643         0.0000
#> 8644         0.0000
#> 8645    -32354.0600
#> 8646         0.0000
#> 8647         0.0000
#> 8648         0.0000
#> 8649         0.0000
#> 8650         0.0000
#> 8651     12942.0000
#> 8652         0.0000
#> 8653         0.0000
#> 8654         0.0000
#> 8655         0.0000
#> 8656         0.0000
#> 8657         0.0000
#> 8658         0.0000
#> 8659         0.0000
#> 8660         0.0000
#> 8661         0.0000
#> 8662         0.0000
#> 8663         0.0000
#> 8664         0.0000
#> 8665         0.0000
#> 8666         0.0000
#> 8667         0.0000
#> 8668         0.0000
#> 8669         0.0000
#> 8670         0.0000
#> 8671         0.0000
#> 8672         0.0000
#> 8673         0.0000
#> 8674         0.0000
#> 8675         0.0000
#> 8676         0.0000
#> 8677         0.0000
#> 8678         0.0000
#> 8679         0.0000
#> 8680         0.0000
#> 8681         0.0000
#> 8682         0.0000
#> 8683         0.0000
#> 8684         0.0000
#> 8685         0.0000
#> 8686         0.0000
#> 8687         0.0000
#> 8688         0.0000
#> 8689         0.0000
#> 8690         0.0000
#> 8691         0.0000
#> 8692         0.0000
#> 8693         0.0000
#> 8694         0.0000
#> 8695         0.0000
#> 8696         0.0000
#> 8697         0.0000
#> 8698         0.0000
#> 8699         0.0000
#> 8700         0.0000
#> 8701         0.0000
#> 8702         0.0000
#> 8703    -19412.0600
#> 8704         0.0000
#> 8705         0.0000
#> 8706         0.0000
#> 8707         0.0000
#> 8708         0.0000
#> 8709   -133387.2400
#> 8710         0.0000
#> 8711         0.0000
#> 8712         0.0000
#> 8713         0.0000
#> 8714         0.0000
#> 8715         0.0000
#> 8716         0.0000
#> 8717     35871.3000
#> 8718         0.0000
#> 8719         0.0000
#> 8720         0.0000
#> 8721         0.0000
#> 8722         0.0000
#> 8723         0.0000
#> 8724         0.0000
#> 8725         0.0000
#> 8726         0.0000
#> 8727         0.0000
#> 8728         0.0000
#> 8729         0.0000
#> 8730         0.0000
#> 8731         0.0000
#> 8732         0.0000
#> 8733         0.0000
#> 8734         0.0000
#> 8735         0.0000
#> 8736         0.0000
#> 8737         0.0000
#> 8738         0.0000
#> 8739         0.0000
#> 8740         0.0000
#> 8741         0.0000
#> 8742         0.0000
#> 8743         0.0000
#> 8744         0.0000
#> 8745         0.0000
#> 8746         0.0000
#> 8747         0.0000
#> 8748         0.0000
#> 8749         0.0000
#> 8750         0.0000
#> 8751         0.0000
#> 8752         0.0000
#> 8753         0.0000
#> 8754         0.0000
#> 8755         0.0000
#> 8756         0.0000
#> 8757         0.0000
#> 8758         0.0000
#> 8759         0.0000
#> 8760         0.0000
#> 8761         0.0000
#> 8762         0.0000
#> 8763         0.0000
#> 8764         0.0000
#> 8765         0.0000
#> 8766         0.0000
#> 8767         0.0000
#> 8768         0.0000
#> 8769         0.0000
#> 8770         0.0000
#> 8771    -97515.9400
#> 8772         0.0000
#> 8773         0.0000
#> 8774         0.0000
#> 8775         0.0000
#> 8776    -79626.1500
#> 8777         0.0000
#> 8778         0.0000
#> 8779         0.0000
#> 8780         0.0000
#> 8781     49975.2300
#> 8782         0.0000
#> 8783         0.0000
#> 8784         0.0000
#> 8785         0.0000
#> 8786     13380.3000
#> 8787         0.0000
#> 8788         0.0000
#> 8789         0.0000
#> 8790         0.0000
#> 8791         0.0000
#> 8792         0.0000
#> 8793         0.0000
#> 8794         0.0000
#> 8795         0.0000
#> 8796         0.0000
#> 8797         0.0000
#> 8798         0.0000
#> 8799         0.0000
#> 8800         0.0000
#> 8801         0.0000
#> 8802         0.0000
#> 8803         0.0000
#> 8804         0.0000
#> 8805         0.0000
#> 8806         0.0000
#> 8807         0.0000
#> 8808         0.0000
#> 8809         0.0000
#> 8810         0.0000
#> 8811         0.0000
#> 8812         0.0000
#> 8813         0.0000
#> 8814         0.0000
#> 8815         0.0000
#> 8816         0.0000
#> 8817         0.0000
#> 8818         0.0000
#> 8819         0.0000
#> 8820         0.0000
#> 8821         0.0000
#> 8822         0.0000
#> 8823         0.0000
#> 8824         0.0000
#> 8825         0.0000
#> 8826         0.0000
#> 8827         0.0000
#> 8828         0.0000
#> 8829         0.0000
#> 8830         0.0000
#> 8831         0.0000
#> 8832         0.0000
#> 8833         0.0000
#> 8834         0.0000
#> 8835         0.0000
#> 8836         0.0000
#> 8837         0.0000
#> 8838         0.0000
#> 8839    -16270.6200
#> 8840         0.0000
#> 8841         0.0000
#> 8842         0.0000
#> 8843         0.0000
#> 8844         0.0000
#> 8845         0.0000
#> 8846         0.0000
#> 8847         0.0000
#> 8848         0.0000
#> 8849         0.0000
#> 8850         0.0000
#> 8851         0.0000
#> 8852         0.0000
#> 8853         0.0000
#> 8854         0.0000
#> 8855         0.0000
#> 8856         0.0000
#> 8857         0.0000
#> 8858         0.0000
#> 8859         0.0000
#> 8860         0.0000
#> 8861         0.0000
#> 8862         0.0000
#> 8863         0.0000
#> 8864         0.0000
#> 8865         0.0000
#> 8866         0.0000
#> 8867         0.0000
#> 8868         0.0000
#> 8869         0.0000
#> 8870         0.0000
#> 8871         0.0000
#> 8872         0.0000
#> 8873         0.0000
#> 8874         0.0000
#> 8875         0.0000
#> 8876         0.0000
#> 8877         0.0000
#> 8878         0.0000
#> 8879         0.0000
#> 8880         0.0000
#> 8881         0.0000
#> 8882         0.0000
#> 8883         0.0000
#> 8884         0.0000
#> 8885         0.0000
#> 8886         0.0000
#> 8887         0.0000
#> 8888         0.0000
#> 8889         0.0000
#> 8890         0.0000
#> 8891         0.0000
#> 8892         0.0000
#> 8893         0.0000
#> 8894         0.0000
#> 8895         0.0000
#> 8896         0.0000
#> 8897         0.0000
#> 8898         0.0000
#> 8899         0.0000
#> 8900         0.0000
#> 8901         0.0000
#> 8902         0.0000
#> 8903         0.0000
#> 8904         0.0000
#> 8905         0.0000
#> 8906         0.0000
#> 8907         0.0000
#> 8908         0.0000
#> 8909         0.0000
#> 8910         0.0000
#> 8911         0.0000
#> 8912         0.0000
#> 8913         0.0000
#> 8914         0.0000
#> 8915         0.0000
#> 8916         0.0000
#> 8917         0.0000
#> 8918         0.0000
#> 8919         0.0000
#> 8920         0.0000
#> 8921         0.0000
#> 8922         0.0000
#> 8923         0.0000
#> 8924         0.0000
#> 8925         0.0000
#> 8926         0.0000
#> 8927         0.0000
#> 8928         0.0000
#> 8929         0.0000
#> 8930         0.0000
#> 8931         0.0000
#> 8932         0.0000
#> 8933         0.0000
#> 8934         0.0000
#> 8935         0.0000
#> 8936         0.0000
#> 8937         0.0000
#> 8938         0.0000
#> 8939         0.0000
#> 8940         0.0000
#> 8941         0.0000
#> 8942         0.0000
#> 8943         0.0000
#> 8944         0.0000
#> 8945         0.0000
#> 8946         0.0000
#> 8947         0.0000
#> 8948         0.0000
#> 8949         0.0000
#> 8950         0.0000
#> 8951         0.0000
#> 8952         0.0000
#> 8953         0.0000
#> 8954         0.0000
#> 8955         0.0000
#> 8956         0.0000
#> 8957         0.0000
#> 8958         0.0000
#> 8959         0.0000
#> 8960         0.0000
#> 8961         0.0000
#> 8962         0.0000
#> 8963         0.0000
#> 8964         0.0000
#> 8965         0.0000
#> 8966         0.0000
#> 8967         0.0000
#> 8968         0.0000
#> 8969         0.0000
#> 8970         0.0000
#> 8971         0.0000
#> 8972         0.0000
#> 8973         0.0000
#> 8974         0.0000
#> 8975         0.0000
#> 8976         0.0000
#> 8977         0.0000
#> 8978         0.0000
#> 8979         0.0000
#> 8980         0.0000
#> 8981         0.0000
#> 8982         0.0000
#> 8983         0.0000
#> 8984         0.0000
#> 8985         0.0000
#> 8986         0.0000
#> 8987         0.0000
#> 8988         0.0000
#> 8989         0.0000
#> 8990         0.0000
#> 8991         0.0000
#> 8992         0.0000
#> 8993         0.0000
#> 8994         0.0000
#> 8995         0.0000
#> 8996         0.0000
#> 8997         0.0000
#> 8998   -730980.8000
#> 8999    -11583.3500
#> 9000         0.0000
#> 9001         0.0000
#> 9002         0.0000
#> 9003     44059.6000
#> 9004         0.0000
#> 9005     14404.2400
#> 9006    193313.5000
#> 9007      2186.5000
#> 9008         0.0000
#> 9009     69290.1500
#> 9010     63750.5000
#> 9011    111579.0000
#> 9012    223267.1900
#> 9013         0.0000
#> 9014      2974.7200
#> 9015      6174.0000
#> 9016      8970.0000
#> 9017       280.0000
#> 9018         0.0000
#> 9019         0.0000
#> 9020         0.0000
#> 9021         0.0000
#> 9022         0.0000
#> 9023         0.0000
#> 9024         0.0000
#> 9025         0.0000
#> 9026         0.0000
#> 9027         0.0000
#> 9028         0.0000
#> 9029         0.0000
#> 9030         0.0000
#> 9031         0.0000
#> 9032         0.0000
#> 9033         0.0000
#> 9034         0.0000
#> 9035         0.0000
#> 9036         0.0000
#> 9037         0.0000
#> 9038         0.0000
#> 9039         0.0000
#> 9040         0.0000
#> 9041         0.0000
#> 9042         0.0000
#> 9043     -2314.7500
#> 9044         0.0000
#> 9045         0.0000
#> 9046         0.0000
#> 9047         0.0000
#> 9048         0.0000
#> 9049         0.0000
#> 9050         0.0000
#> 9051         0.0000
#> 9052         0.0000
#> 9053         0.0000
#> 9054         0.0000
#> 9055         0.0000
#> 9056         0.0000
#> 9057         0.0000
#> 9058         0.0000
#> 9059         0.0000
#> 9060         0.0000
#> 9061         0.0000
#> 9062         0.0000
#> 9063         0.0000
#> 9064         0.0000
#> 9065         0.0000
#> 9066         0.0000
#> 9067         0.0000
#> 9068         0.0000
#> 9069         0.0000
#> 9070         0.0000
#> 9071         0.0000
#> 9072         0.0000
#> 9073         0.0000
#> 9074         0.0000
#> 9075         0.0000
#> 9076         0.0000
#> 9077         0.0000
#> 9078         0.0000
#> 9079         0.0000
#> 9080         0.0000
#> 9081         0.0000
#> 9082         0.0000
#> 9083         0.0000
#> 9084         0.0000
#> 9085         0.0000
#> 9086         0.0000
#> 9087         0.0000
#> 9088         0.0000
#> 9089         0.0000
#> 9090         0.0000
#> 9091         0.0000
#> 9092         0.0000
#> 9093         0.0000
#> 9094         0.0000
#> 9095         0.0000
#> 9096         0.0000
#> 9097         0.0000
#> 9098         0.0000
#> 9099         0.0000
#> 9100         0.0000
#> 9101         0.0000
#> 9102         0.0000
#> 9103         0.0000
#> 9104         0.0000
#> 9105         0.0000
#> 9106         0.0000
#> 9107         0.0000
#> 9108         0.0000
#> 9109         0.0000
#> 9110         0.0000
#> 9111         0.0000
#> 9112         0.0000
#> 9113         0.0000
#> 9114         0.0000
#> 9115         0.0000
#> 9116         0.0000
#> 9117   -621463.0700
#> 9118         0.0000
#> 9119         0.0000
#> 9120         0.0000
#> 9121         0.0000
#> 9122         0.0000
#> 9123         0.0000
#> 9124         0.0000
#> 9125         0.0000
#> 9126         0.0000
#> 9127         0.0000
#> 9128         0.0000
#> 9129         0.0000
#> 9130         0.0000
#> 9131         0.0000
#> 9132         0.0000
#> 9133         0.0000
#> 9134         0.0000
#> 9135         0.0000
#> 9136         0.0000
#> 9137         0.0000
#> 9138    291014.6400
#> 9139         0.0000
#> 9140         0.0000
#> 9141         0.0000
#> 9142         0.0000
#> 9143         0.0000
#> 9144         0.0000
#> 9145         0.0000
#> 9146         0.0000
#> 9147         0.0000
#> 9148         0.0000
#> 9149         0.0000
#> 9150         0.0000
#> 9151         0.0000
#> 9152         0.0000
#> 9153         0.0000
#> 9154         0.0000
#> 9155         0.0000
#> 9156         0.0000
#> 9157         0.0000
#> 9158         0.0000
#> 9159         0.0000
#> 9160         0.0000
#> 9161         0.0000
#> 9162         0.0000
#> 9163         0.0000
#> 9164         0.0000
#> 9165         0.0000
#> 9166         0.0000
#> 9167         0.0000
#> 9168         0.0000
#> 9169         0.0000
#> 9170         0.0000
#> 9171         0.0000
#> 9172         0.0000
#> 9173         0.0000
#> 9174         0.0000
#> 9175         0.0000
#> 9176         0.0000
#> 9177         0.0000
#> 9178         0.0000
#> 9179   -330448.4300
#> 9180         0.0000
#> 9181         0.0000
#> 9182         0.0000
#> 9183         0.0000
#> 9184         0.0000
#> 9185         0.0000
#> 9186         0.0000
#> 9187         0.0000
#> 9188         0.0000
#> 9189         0.0000
#> 9190         0.0000
#> 9191         0.0000
#> 9192         0.0000
#> 9193         0.0000
#> 9194         0.0000
#> 9195         0.0000
#> 9196         0.0000
#> 9197         0.0000
#> 9198         0.0000
#> 9199         0.0000
#> 9200    -58521.6000
#> 9201         0.0000
#> 9202         0.0000
#> 9203         0.0000
#> 9204         0.0000
#> 9205         0.0000
#> 9206     31200.4000
#> 9207         0.0000
#> 9208         0.0000
#> 9209         0.0000
#> 9210         0.0000
#> 9211         0.0000
#> 9212         0.0000
#> 9213         0.0000
#> 9214         0.0000
#> 9215         0.0000
#> 9216         0.0000
#> 9217         0.0000
#> 9218         0.0000
#> 9219         0.0000
#> 9220         0.0000
#> 9221         0.0000
#> 9222         0.0000
#> 9223         0.0000
#> 9224         0.0000
#> 9225         0.0000
#> 9226         0.0000
#> 9227         0.0000
#> 9228         0.0000
#> 9229         0.0000
#> 9230         0.0000
#> 9231         0.0000
#> 9232         0.0000
#> 9233         0.0000
#> 9234         0.0000
#> 9235         0.0000
#> 9236         0.0000
#> 9237         0.0000
#> 9238         0.0000
#> 9239         0.0000
#> 9240         0.0000
#> 9241         0.0000
#> 9242         0.0000
#> 9243         0.0000
#> 9244         0.0000
#> 9245         0.0000
#> 9246         0.0000
#> 9247    -27321.2000
#> 9248         0.0000
#> 9249         0.0000
#> 9250         0.0000
#> 9251         0.0000
#> 9252         0.0000
#> 9253         0.0000
#> 9254         0.0000
#> 9255         0.0000
#> 9256         0.0000
#> 9257         0.0000
#> 9258         0.0000
#> 9259         0.0000
#> 9260         0.0000
#> 9261         0.0000
#> 9262         0.0000
#> 9263         0.0000
#> 9264         0.0000
#> 9265         0.0000
#> 9266         0.0000
#> 9267         0.0000
#> 9268         0.0000
#> 9269         0.0000
#> 9270         0.0000
#> 9271         0.0000
#> 9272         0.0000
#> 9273         0.0000
#> 9274         0.0000
#> 9275         0.0000
#> 9276         0.0000
#> 9277         0.0000
#> 9278         0.0000
#> 9279         0.0000
#> 9280         0.0000
#> 9281         0.0000
#> 9282         0.0000
#> 9283         0.0000
#> 9284         0.0000
#> 9285         0.0000
#> 9286         0.0000
#> 9287         0.0000
#> 9288         0.0000
#> 9289         0.0000
#> 9290         0.0000
#> 9291         0.0000
#> 9292         0.0000
#> 9293         0.0000
#> 9294         0.0000
#> 9295         0.0000
#> 9296         0.0000
#> 9297         0.0000
#> 9298         0.0000
#> 9299         0.0000
#> 9300         0.0000
#> 9301         0.0000
#> 9302         0.0000
#> 9303         0.0000
#> 9304         0.0000
#> 9305         0.0000
#> 9306         0.0000
#> 9307         0.0000
#> 9308         0.0000
#> 9309         0.0000
#> 9310         0.0000
#> 9311         0.0000
#> 9312         0.0000
#> 9313         0.0000
#> 9314         0.0000
#> 9315         0.0000
#> 9316         0.0000
#> 9317         0.0000
#> 9318         0.0000
#> 9319         0.0000
#> 9320         0.0000
#> 9321         0.0000
#> 9322         0.0000
#> 9323         0.0000
#> 9324         0.0000
#> 9325         0.0000
#> 9326         0.0000
#> 9327         0.0000
#> 9328         0.0000
#> 9329         0.0000
#> 9330         0.0000
#> 9331         0.0000
#> 9332         0.0000
#> 9333         0.0000
#> 9334         0.0000
#> 9335         0.0000
#> 9336         0.0000
#> 9337         0.0000
#> 9338         0.0000
#> 9339         0.0000
#> 9340         0.0000
#> 9341         0.0000
#> 9342         0.0000
#> 9343         0.0000
#> 9344         0.0000
#> 9345         0.0000
#> 9346         0.0000
#> 9347         0.0000
#> 9348         0.0000
#> 9349         0.0000
#> 9350         0.0000
#> 9351         0.0000
#> 9352         0.0000
#> 9353         0.0000
#> 9354         0.0000
#> 9355         0.0000
#> 9356         0.0000
#> 9357         0.0000
#> 9358         0.0000
#> 9359         0.0000
#> 9360         0.0000
#> 9361         0.0000
#> 9362         0.0000
#> 9363   -150920.0000
#> 9364         0.0000
#> 9365         0.0000
#> 9366         0.0000
#> 9367         0.0000
#> 9368         0.0000
#> 9369         0.0000
#> 9370     30184.0000
#> 9371         0.0000
#> 9372         0.0000
#> 9373         0.0000
#> 9374         0.0000
#> 9375         0.0000
#> 9376         0.0000
#> 9377         0.0000
#> 9378         0.0000
#> 9379         0.0000
#> 9380         0.0000
#> 9381         0.0000
#> 9382         0.0000
#> 9383   -120736.0000
#> 9384   -120736.0000
#> 9385         0.0000
#> 9386         0.0000
#> 9387         0.0000
#> 9388         0.0000
#> 9389         0.0000
#> 9390         0.0000
#> 9391         0.0000
#> 9392         0.0000
#> 9393         0.0000
#> 9394         0.0000
#> 9395         0.0000
#> 9396         0.0000
#> 9397         0.0000
#> 9398         0.0000
#> 9399         0.0000
#> 9400         0.0000
#> 9401         0.0000
#> 9402         0.0000
#> 9403         0.0000
#> 9404         0.0000
#> 9405         0.0000
#> 9406         0.0000
#> 9407         0.0000
#> 9408         0.0000
#> 9409         0.0000
#> 9410         0.0000
#> 9411         0.0000
#> 9412         0.0000
#> 9413         0.0000
#> 9414         0.0000
#> 9415         0.0000
#> 9416         0.0000
#> 9417         0.0000
#> 9418         0.0000
#> 9419         0.0000
#> 9420         0.0000
#> 9421         0.0000
#> 9422         0.0000
#> 9423         0.0000
#> 9424         0.0000
#> 9425         0.0000
#> 9426         0.0000
#> 9427         0.0000
#> 9428         0.0000
#> 9429         0.0000
#> 9430         0.0000
#> 9431         0.0000
#> 9432         0.0000
#> 9433         0.0000
#> 9434         0.0000
#> 9435         0.0000
#> 9436         0.0000
#> 9437         0.0000
#> 9438         0.0000
#> 9439         0.0000
#> 9440         0.0000
#> 9441         0.0000
#> 9442         0.0000
#> 9443         0.0000
#> 9444         0.0000
#> 9445         0.0000
#> 9446         0.0000
#> 9447         0.0000
#> 9448         0.0000
#> 9449         0.0000
#> 9450         0.0000
#> 9451         0.0000
#> 9452         0.0000
#> 9453         0.0000
#> 9454         0.0000
#> 9455         0.0000
#> 9456         0.0000
#> 9457         0.0000
#> 9458         0.0000
#> 9459         0.0000
#> 9460         0.0000
#> 9461         0.0000
#> 9462         0.0000
#> 9463         0.0000
#> 9464         0.0000
#> 9465       -24.3000
#> 9466         0.0000
#> 9467         0.0000
#> 9468         0.0000
#> 9469         0.0000
#> 9470         0.0000
#> 9471         0.0000
#> 9472         0.0000
#> 9473         0.0000
#> 9474         0.0000
#> 9475         0.0000
#> 9476         0.0000
#> 9477         0.0000
#> 9478         0.0000
#> 9479    -44059.6000
#> 9480         0.0000
#> 9481         0.0000
#> 9482         0.0000
#> 9483         0.0000
#> 9484         0.0000
#> 9485         0.0000
#> 9486         0.0000
#> 9487         0.0000
#> 9488         0.0000
#> 9489         0.0000
#> 9490         0.0000
#> 9491         0.0000
#> 9492         0.0000
#> 9493         0.0000
#> 9494         0.0000
#> 9495         0.0000
#> 9496         0.0000
#> 9497         0.0000
#> 9498         0.0000
#> 9499         0.0000
#> 9500         0.0000
#> 9501         0.0000
#> 9502         0.0000
#> 9503         0.0000
#> 9504         0.0000
#> 9505         0.0000
#> 9506         0.0000
#> 9507         0.0000
#> 9508         0.0000
#> 9509         0.0000
#> 9510         0.0000
#> 9511         0.0000
#> 9512         0.0000
#> 9513         0.0000
#> 9514         0.0000
#> 9515         0.0000
#> 9516         0.0000
#> 9517   -104328.0000
#> 9518         0.0000
#> 9519   -148411.9000
#> 9520         0.0000
#> 9521         0.0000
#> 9522         0.0000
#> 9523         0.0000
#> 9524         0.0000
#> 9525         0.0000
#> 9526         0.0000
#> 9527         0.0000
#> 9528         0.0000
#> 9529         0.0000
#> 9530         0.0000
#> 9531         0.0000
#> 9532         0.0000
#> 9533         0.0000
#> 9534         0.0000
#> 9535         0.0000
#> 9536         0.0000
#> 9537         0.0000
#> 9538         0.0000
#> 9539         0.0000
#> 9540         0.0000
#> 9541         0.0000
#> 9542         0.0000
#> 9543         0.0000
#> 9544         0.0000
#> 9545         0.0000
#> 9546         0.0000
#> 9547         0.0000
#> 9548         0.0000
#> 9549         0.0000
#> 9550         0.0000
#> 9551         0.0000
#> 9552         0.0000
#> 9553         0.0000
#> 9554         0.0000
#> 9555         0.0000
#> 9556         0.0000
#> 9557         0.0000
#> 9558         0.0000
#> 9559         0.0000
#> 9560         0.0000
#> 9561         0.0000
#> 9562         0.0000
#> 9563         0.0000
#> 9564         0.0000
#> 9565         0.0000
#> 9566         0.0000
#> 9567         0.0000
#> 9568         0.0000
#> 9569         0.0000
#> 9570         0.0000
#> 9571         0.0000
#> 9572         0.0000
#> 9573         0.0000
#> 9574         0.0000
#> 9575         0.0000
#> 9576         0.0000
#> 9577         0.0000
#> 9578         0.0000
#> 9579         0.0000
#> 9580         0.0000
#> 9581         0.0000
#> 9582         0.0000
#> 9583         0.0000
#> 9584         0.0000
#> 9585     -9939.6000
#> 9586         0.0000
#> 9587     -9939.6000
#> 9588         0.0000
#> 9589         0.0000
#> 9590         0.0000
#> 9591         0.0000
#> 9592         0.0000
#> 9593         0.0000
#> 9594         0.0000
#> 9595         0.0000
#> 9596         0.0000
#> 9597         0.0000
#> 9598         0.0000
#> 9599         0.0000
#> 9600         0.0000
#> 9601         0.0000
#> 9602         0.0000
#> 9603         0.0000
#> 9604         0.0000
#> 9605         0.0000
#> 9606         0.0000
#> 9607         0.0000
#> 9608         0.0000
#> 9609         0.0000
#> 9610         0.0000
#> 9611         0.0000
#> 9612         0.0000
#> 9613         0.0000
#> 9614         0.0000
#> 9615         0.0000
#> 9616         0.0000
#> 9617         0.0000
#> 9618         0.0000
#> 9619         0.0000
#> 9620         0.0000
#> 9621         0.0000
#> 9622         0.0000
#> 9623         0.0000
#> 9624         0.0000
#> 9625         0.0000
#> 9626         0.0000
#> 9627         0.0000
#> 9628         0.0000
#> 9629         0.0000
#> 9630         0.0000
#> 9631         0.0000
#> 9632         0.0000
#> 9633         0.0000
#> 9634         0.0000
#> 9635         0.0000
#> 9636         0.0000
#> 9637         0.0000
#> 9638         0.0000
#> 9639         0.0000
#> 9640         0.0000
#> 9641         0.0000
#> 9642         0.0000
#> 9643         0.0000
#> 9644         0.0000
#> 9645         0.0000
#> 9646         0.0000
#> 9647         0.0000
#> 9648         0.0000
#> 9649         0.0000
#> 9650         0.0000
#> 9651         0.0000
#> 9652         0.0000
#> 9653        -3.6000
#> 9654         0.0000
#> 9655        -3.6000
#> 9656         0.0000
#> 9657         0.0000
#> 9658         0.0000
#> 9659         0.0000
#> 9660         0.0000
#> 9661         0.0000
#> 9662         0.0000
#> 9663         0.0000
#> 9664         0.0000
#> 9665         0.0000
#> 9666         0.0000
#> 9667         0.0000
#> 9668         0.0000
#> 9669         0.0000
#> 9670         0.0000
#> 9671         0.0000
#> 9672         0.0000
#> 9673         0.0000
#> 9674         0.0000
#> 9675         0.0000
#> 9676         0.0000
#> 9677         0.0000
#> 9678         0.0000
#> 9679         0.0000
#> 9680         0.0000
#> 9681         0.0000
#> 9682         0.0000
#> 9683         0.0000
#> 9684         0.0000
#> 9685         0.0000
#> 9686         0.0000
#> 9687         0.0000
#> 9688         0.0000
#> 9689         0.0000
#> 9690         0.0000
#> 9691         0.0000
#> 9692         0.0000
#> 9693         0.0000
#> 9694         0.0000
#> 9695         0.0000
#> 9696         0.0000
#> 9697         0.0000
#> 9698         0.0000
#> 9699         0.0000
#> 9700         0.0000
#> 9701         0.0000
#> 9702         0.0000
#> 9703         0.0000
#> 9704         0.0000
#> 9705         0.0000
#> 9706         0.0000
#> 9707         0.0000
#> 9708         0.0000
#> 9709         0.0000
#> 9710         0.0000
#> 9711         0.0000
#> 9712         0.0000
#> 9713         0.0000
#> 9714         0.0000
#> 9715         0.0000
#> 9716         0.0000
#> 9717         0.0000
#> 9718         0.0000
#> 9719         0.0000
#> 9720         0.0000
#> 9721         0.0000
#> 9722         0.0000
#> 9723         0.0000
#> 9724         0.0000
#> 9725         0.0000
#> 9726         0.0000
#> 9727         0.0000
#> 9728         0.0000
#> 9729         0.0000
#> 9730         0.0000
#> 9731         0.0000
#> 9732         0.0000
#> 9733         0.0000
#> 9734         0.0000
#> 9735         0.0000
#> 9736         0.0000
#> 9737         0.0000
#> 9738         0.0000
#> 9739         0.0000
#> 9740         0.0000
#> 9741         0.0000
#> 9742         0.0000
#> 9743         0.0000
#> 9744         0.0000
#> 9745         0.0000
#> 9746         0.0000
#> 9747         0.0000
#> 9748         0.0000
#> 9749         0.0000
#> 9750         0.0000
#> 9751         0.0000
#> 9752         0.0000
#> 9753         0.0000
#> 9754         0.0000
#> 9755         0.0000
#> 9756         0.0000
#> 9757         0.0000
#> 9758         0.0000
#> 9759         0.0000
#> 9760         0.0000
#> 9761         0.0000
#> 9762         0.0000
#> 9763         0.0000
#> 9764         0.0000
#> 9765         0.0000
#> 9766         0.0000
#> 9767         0.0000
#> 9768         0.0000
#> 9769         0.0000
#> 9770         0.0000
#> 9771         0.0000
#> 9772         0.0000
#> 9773         0.0000
#> 9774         0.0000
#> 9775         0.0000
#> 9776         0.0000
#> 9777         0.0000
#> 9778         0.0000
#> 9779         0.0000
#> 9780         0.0000
#> 9781         0.0000
#> 9782         0.0000
#> 9783         0.0000
#> 9784         0.0000
#> 9785         0.0000
#> 9786         0.0000
#> 9787         0.0000
#> 9788         0.0000
#> 9789         0.0000
#> 9790         0.0000
#> 9791         0.0000
#> 9792         0.0000
#> 9793         0.0000
#> 9794         0.0000
#> 9795         0.0000
#> 9796         0.0000
#> 9797         0.0000
#> 9798         0.0000
#> 9799         0.0000
#> 9800         0.0000
#> 9801         0.0000
#> 9802         0.0000
#> 9803         0.0000
#> 9804         0.0000
#> 9805         0.0000
#> 9806         0.0000
#> 9807         0.0000
#> 9808         0.0000
#> 9809         0.0000
#> 9810         0.0000
#> 9811         0.0000
#> 9812         0.0000
#> 9813         0.0000
#> 9814         0.0000
#> 9815         0.0000
#> 9816         0.0000
#> 9817         0.0000
#> 9818         0.0000
#> 9819         0.0000
#> 9820         0.0000
#> 9821         0.0000
#> 9822         0.0000
#> 9823         0.0000
#> 9824         0.0000
#> 9825         0.0000
#> 9826         0.0000
#> 9827         0.0000
#> 9828         0.0000
#> 9829         0.0000
#> 9830         0.0000
#> 9831         0.0000
#> 9832         0.0000
#> 9833         0.0000
#> 9834         0.0000
#> 9835         0.0000
#> 9836         0.0000
#> 9837         0.0000
#> 9838         0.0000
#> 9839         0.0000
#> 9840         0.0000
#> 9841         0.0000
#> 9842         0.0000
#> 9843         0.0000
#> 9844         0.0000
#> 9845         0.0000
#> 9846         0.0000
#> 9847         0.0000
#> 9848         0.0000
#> 9849         0.0000
#> 9850         0.0000
#> 9851         0.0000
#> 9852         0.0000
#> 9853         0.0000
#> 9854         0.0000
#> 9855         0.0000
#> 9856         0.0000
#> 9857         0.0000
#> 9858         0.0000
#> 9859         0.0000
#> 9860         0.0000
#> 9861         0.0000
#> 9862         0.0000
#> 9863         0.0000
#> 9864         0.0000
#> 9865         0.0000
#> 9866         0.0000
#> 9867         0.0000
#> 9868         0.0000
#> 9869         0.0000
#> 9870         0.0000
#> 9871         0.0000
#> 9872         0.0000
#> 9873         0.0000
#> 9874         0.0000
#> 9875         0.0000
#> 9876         0.0000
#> 9877         0.0000
#> 9878         0.0000
#> 9879         0.0000
#> 9880         0.0000
#> 9881         0.0000
#> 9882         0.0000
#> 9883         0.0000
#> 9884         0.0000
#> 9885         0.0000
#> 9886         0.0000
#> 9887         0.0000
#> 9888         0.0000
#> 9889         0.0000
#> 9890         0.0000
#> 9891         0.0000
#> 9892         0.0000
#> 9893         0.0000
#> 9894         0.0000
#> 9895         0.0000
#> 9896         0.0000
#> 9897         0.0000
#> 9898         0.0000
#> 9899         0.0000
#> 9900         0.0000
#> 9901         0.0000
#> 9902         0.0000
#> 9903         0.0000
#> 9904         0.0000
#> 9905         0.0000
#> 9906         0.0000
#> 9907         0.0000
#> 9908         0.0000
#> 9909         0.0000
#> 9910         0.0000
#> 9911         0.0000
#> 9912         0.0000
#> 9913         0.0000
#> 9914         0.0000
#> 9915         0.0000
#> 9916         0.0000
#> 9917         0.0000
#> 9918         0.0000
#> 9919         0.0000
#> 9920         0.0000
#> 9921         0.0000
#> 9922         0.0000
#> 9923         0.0000
#> 9924         0.0000
#> 9925        -3.6000
#> 9926         0.0000
#> 9927        -3.6000
#> 9928         0.0000
#> 9929         0.0000
#> 9930         0.0000
#> 9931         0.0000
#> 9932         0.0000
#> 9933         0.0000
#> 9934         0.0000
#> 9935         0.0000
#> 9936         0.0000
#> 9937         0.0000
#> 9938         0.0000
#> 9939         0.0000
#> 9940         0.0000
#> 9941         0.0000
#> 9942         0.0000
#> 9943         0.0000
#> 9944         0.0000
#> 9945         0.0000
#> 9946         0.0000
#> 9947         0.0000
#> 9948         0.0000
#> 9949         0.0000
#> 9950         0.0000
#> 9951         0.0000
#> 9952         0.0000
#> 9953         0.0000
#> 9954         0.0000
#> 9955         0.0000
#> 9956         0.0000
#> 9957         0.0000
#> 9958         0.0000
#> 9959         0.0000
#> 9960         0.0000
#> 9961         0.0000
#> 9962         0.0000
#> 9963         0.0000
#> 9964         0.0000
#> 9965         0.0000
#> 9966         0.0000
#> 9967         0.0000
#> 9968         0.0000
#> 9969         0.0000
#> 9970         0.0000
#> 9971         0.0000
#> 9972         0.0000
#> 9973         0.0000
#> 9974         0.0000
#> 9975         0.0000
#> 9976         0.0000
#> 9977         0.0000
#> 9978         0.0000
#> 9979         0.0000
#> 9980         0.0000
#> 9981         0.0000
#> 9982         0.0000
#> 9983         0.0000
#> 9984         0.0000
#> 9985         0.0000
#> 9986         0.0000
#> 9987         0.0000
#> 9988         0.0000
#> 9989         0.0000
#> 9990         0.0000
#> 9991         0.0000
#> 9992         0.0000
#> 9993         0.0000
#> 9994         0.0000
#> 9995         0.0000
#> 9996         0.0000
#> 9997         0.0000
#> 9998         0.0000
#> 9999         0.0000
#> 10000        0.0000
#> 10001        0.0000
#> 10002        0.0000
#> 10003        0.0000
#> 10004        0.0000
#> 10005        0.0000
#> 10006        0.0000
#> 10007        0.0000
#> 10008        0.0000
#> 10009        0.0000
#> 10010        0.0000
#> 10011        0.0000
#> 10012        0.0000
#> 10013        0.0000
#> 10014        0.0000
#> 10015        0.0000
#> 10016        0.0000
#> 10017        0.0000
#> 10018        0.0000
#> 10019        0.0000
#> 10020        0.0000
#> 10021        0.0000
#> 10022        0.0000
#> 10023        0.0000
#> 10024        0.0000
#> 10025        0.0000
#> 10026        0.0000
#> 10027        0.0000
#> 10028        0.0000
#> 10029        0.0000
#> 10030        0.0000
#> 10031        0.0000
#> 10032        0.0000
#> 10033        0.0000
#> 10034        0.0000
#> 10035        0.0000
#> 10036        0.0000
#> 10037        0.0000
#> 10038        0.0000
#> 10039        0.0000
#> 10040        0.0000
#> 10041        0.0000
#> 10042        0.0000
#> 10043        0.0000
#> 10044        0.0000
#> 10045        0.0000
#> 10046        0.0000
#> 10047        0.0000
#> 10048        0.0000
#> 10049        0.0000
#> 10050        0.0000
#> 10051        0.0000
#> 10052        0.0000
#> 10053        0.0000
#> 10054        0.0000
#> 10055        0.0000
#> 10056        0.0000
#> 10057        0.0000
#> 10058        0.0000
#> 10059        0.0000
#> 10060        0.0000
#> 10061        0.0000
#> 10062        0.0000
#> 10063        0.0000
#> 10064        0.0000
#> 10065        0.0000
#> 10066        0.0000
#> 10067        0.0000
#> 10068        0.0000
#> 10069        0.0000
#> 10070        0.0000
#> 10071        0.0000
#> 10072        0.0000
#> 10073        0.0000
#> 10074        0.0000
#> 10075        0.0000
#> 10076        0.0000
#> 10077      -24.3000
#> 10078        0.0000
#> 10079        0.0000
#> 10080        0.0000
#> 10081        0.0000
#> 10082        0.0000
#> 10083        0.0000
#> 10084        0.0000
#> 10085        0.0000
#> 10086        0.0000
#> 10087        0.0000
#> 10088        0.0000
#> 10089        0.0000
#> 10090        0.0000
#> 10091   -44059.6000
#> 10092        0.0000
#> 10093        0.0000
#> 10094        0.0000
#> 10095        0.0000
#> 10096        0.0000
#> 10097        0.0000
#> 10098        0.0000
#> 10099        0.0000
#> 10100        0.0000
#> 10101        0.0000
#> 10102        0.0000
#> 10103        0.0000
#> 10104        0.0000
#> 10105        0.0000
#> 10106        0.0000
#> 10107        0.0000
#> 10108        0.0000
#> 10109        0.0000
#> 10110        0.0000
#> 10111        0.0000
#> 10112        0.0000
#> 10113        0.0000
#> 10114        0.0000
#> 10115        0.0000
#> 10116        0.0000
#> 10117        0.0000
#> 10118        0.0000
#> 10119        0.0000
#> 10120        0.0000
#> 10121        0.0000
#> 10122        0.0000
#> 10123        0.0000
#> 10124        0.0000
#> 10125        0.0000
#> 10126        0.0000
#> 10127        0.0000
#> 10128        0.0000
#> 10129   -47991.6000
#> 10130        0.0000
#> 10131   -92075.5000
#> 10132        0.0000
#> 10133        0.0000
#> 10134        0.0000
#> 10135        0.0000
#> 10136        0.0000
#> 10137        0.0000
#> 10138        0.0000
#> 10139        0.0000
#> 10140        0.0000
#> 10141        0.0000
#> 10142        0.0000
#> 10143        0.0000
#> 10144        0.0000
#> 10145        0.0000
#> 10146        0.0000
#> 10147        0.0000
#> 10148        0.0000
#> 10149        0.0000
#> 10150        0.0000
#> 10151        0.0000
#> 10152        0.0000
#> 10153        0.0000
#> 10154        0.0000
#> 10155        0.0000
#> 10156        0.0000
#> 10157        0.0000
#> 10158        0.0000
#> 10159        0.0000
#> 10160        0.0000
#> 10161        0.0000
#> 10162        0.0000
#> 10163        0.0000
#> 10164        0.0000
#> 10165        0.0000
#> 10166        0.0000
#> 10167        0.0000
#> 10168        0.0000
#> 10169        0.0000
#> 10170        0.0000
#> 10171        0.0000
#> 10172        0.0000
#> 10173        0.0000
#> 10174        0.0000
#> 10175        0.0000
#> 10176        0.0000
#> 10177        0.0000
#> 10178        0.0000
#> 10179        0.0000
#> 10180        0.0000
#> 10181        0.0000
#> 10182        0.0000
#> 10183        0.0000
#> 10184        0.0000
#> 10185        0.0000
#> 10186        0.0000
#> 10187        0.0000
#> 10188        0.0000
#> 10189        0.0000
#> 10190        0.0000
#> 10191        0.0000
#> 10192        0.0000
#> 10193        0.0000
#> 10194        0.0000
#> 10195        0.0000
#> 10196        0.0000
#> 10197        0.0000
#> 10198        0.0000
#> 10199        0.0000
#> 10200        0.0000
#> 10201        0.0000
#> 10202        0.0000
#> 10203        0.0000
#> 10204        0.0000
#> 10205        0.0000
#> 10206        0.0000
#> 10207        0.0000
#> 10208        0.0000
#> 10209        0.0000
#> 10210        0.0000
#> 10211        0.0000
#> 10212        0.0000
#> 10213        0.0000
#> 10214        0.0000
#> 10215        0.0000
#> 10216        0.0000
#> 10217        0.0000
#> 10218        0.0000
#> 10219        0.0000
#> 10220        0.0000
#> 10221        0.0000
#> 10222        0.0000
#> 10223        0.0000
#> 10224        0.0000
#> 10225        0.0000
#> 10226        0.0000
#> 10227        0.0000
#> 10228        0.0000
#> 10229        0.0000
#> 10230        0.0000
#> 10231        0.0000
#> 10232        0.0000
#> 10233        0.0000
#> 10234        0.0000
#> 10235        0.0000
#> 10236        0.0000
#> 10237        0.0000
#> 10238        0.0000
#> 10239        0.0000
#> 10240        0.0000
#> 10241        0.0000
#> 10242        0.0000
#> 10243        0.0000
#> 10244        0.0000
#> 10245        0.0000
#> 10246        0.0000
#> 10247        0.0000
#> 10248        0.0000
#> 10249        0.0000
#> 10250        0.0000
#> 10251        0.0000
#> 10252        0.0000
#> 10253        0.0000
#> 10254        0.0000
#> 10255        0.0000
#> 10256        0.0000
#> 10257        0.0000
#> 10258        0.0000
#> 10259        0.0000
#> 10260        0.0000
#> 10261        0.0000
#> 10262        0.0000
#> 10263        0.0000
#> 10264        0.0000
#> 10265        0.0000
#> 10266        0.0000
#> 10267        0.0000
#> 10268        0.0000
#> 10269        0.0000
#> 10270        0.0000
#> 10271        0.0000
#> 10272        0.0000
#> 10273        0.0000
#> 10274        0.0000
#> 10275        0.0000
#> 10276        0.0000
#> 10277        0.0000
#> 10278        0.0000
#> 10279        0.0000
#> 10280        0.0000
#> 10281        0.0000
#> 10282        0.0000
#> 10283        0.0000
#> 10284        0.0000
#> 10285        0.0000
#> 10286        0.0000
#> 10287        0.0000
#> 10288        0.0000
#> 10289        0.0000
#> 10290        0.0000
#> 10291        0.0000
#> 10292        0.0000
#> 10293        0.0000
#> 10294        0.0000
#> 10295        0.0000
#> 10296        0.0000
#> 10297        0.0000
#> 10298        0.0000
#> 10299        0.0000
#> 10300        0.0000
#> 10301        0.0000
#> 10302        0.0000
#> 10303        0.0000
#> 10304        0.0000
#> 10305        0.0000
#> 10306        0.0000
#> 10307        0.0000
#> 10308        0.0000
#> 10309        0.0000
#> 10310        0.0000
#> 10311        0.0000
#> 10312        0.0000
#> 10313        0.0000
#> 10314        0.0000
#> 10315        0.0000
#> 10316        0.0000
#> 10317        0.0000
#> 10318        0.0000
#> 10319        0.0000
#> 10320        0.0000
#> 10321        0.0000
#> 10322        0.0000
#> 10323        0.0000
#> 10324        0.0000
#> 10325        0.0000
#> 10326        0.0000
#> 10327        0.0000
#> 10328        0.0000
#> 10329        0.0000
#> 10330        0.0000
#> 10331        0.0000
#> 10332        0.0000
#> 10333        0.0000
#> 10334        0.0000
#> 10335        0.0000
#> 10336        0.0000
#> 10337        0.0000
#> 10338        0.0000
#> 10339        0.0000
#> 10340        0.0000
#> 10341        0.0000
#> 10342        0.0000
#> 10343        0.0000
#> 10344        0.0000
#> 10345        0.0000
#> 10346        0.0000
#> 10347        0.0000
#> 10348        0.0000
#> 10349        0.0000
#> 10350        0.0000
#> 10351        0.0000
#> 10352        0.0000
#> 10353        0.0000
#> 10354        0.0000
#> 10355        0.0000
#> 10356        0.0000
#> 10357        0.0000
#> 10358        0.0000
#> 10359        0.0000
#> 10360        0.0000
#> 10361        0.0000
#> 10362        0.0000
#> 10363        0.0000
#> 10364        0.0000
#> 10365        0.0000
#> 10366        0.0000
#> 10367        0.0000
#> 10368        0.0000
#> 10369        0.0000
#> 10370        0.0000
#> 10371        0.0000
#> 10372        0.0000
#> 10373        0.0000
#> 10374        0.0000
#> 10375        0.0000
#> 10376        0.0000
#> 10377        0.0000
#> 10378        0.0000
#> 10379        0.0000
#> 10380        0.0000
#> 10381        0.0000
#> 10382        0.0000
#> 10383        0.0000
#> 10384        0.0000
#> 10385        0.0000
#> 10386        0.0000
#> 10387        0.0000
#> 10388        0.0000
#> 10389        0.0000
#> 10390        0.0000
#> 10391        0.0000
#> 10392        0.0000
#> 10393        0.0000
#> 10394        0.0000
#> 10395        0.0000
#> 10396        0.0000
#> 10397        0.0000
#> 10398        0.0000
#> 10399        0.0000
#> 10400        0.0000
#> 10401   -44067.6000
#> 10402        0.0000
#> 10403   -44067.6000
#> 10404        0.0000
#> 10405        0.0000
#> 10406        0.0000
#> 10407        0.0000
#> 10408        0.0000
#> 10409        0.0000
#> 10410        0.0000
#> 10411        0.0000
#> 10412        0.0000
#> 10413        0.0000
#> 10414        0.0000
#> 10415        0.0000
#> 10416        0.0000
#> 10417        0.0000
#> 10418        0.0000
#> 10419        0.0000
#> 10420        0.0000
#> 10421        0.0000
#> 10422        0.0000
#> 10423        0.0000
#> 10424        0.0000
#> 10425        0.0000
#> 10426        0.0000
#> 10427        0.0000
#> 10428        0.0000
#> 10429        0.0000
#> 10430        0.0000
#> 10431        0.0000
#> 10432        0.0000
#> 10433        0.0000
#> 10434        0.0000
#> 10435        0.0000
#> 10436        0.0000
#> 10437        0.0000
#> 10438        0.0000
#> 10439        0.0000
#> 10440        0.0000
#> 10441        0.0000
#> 10442        0.0000
#> 10443        0.0000
#> 10444        0.0000
#> 10445        0.0000
#> 10446        0.0000
#> 10447        0.0000
#> 10448        0.0000
#> 10449        0.0000
#> 10450        0.0000
#> 10451        0.0000
#> 10452        0.0000
#> 10453        0.0000
#> 10454        0.0000
#> 10455        0.0000
#> 10456        0.0000
#> 10457        0.0000
#> 10458        0.0000
#> 10459        0.0000
#> 10460        0.0000
#> 10461        0.0000
#> 10462        0.0000
#> 10463        0.0000
#> 10464        0.0000
#> 10465        0.0000
#> 10466        0.0000
#> 10467        0.0000
#> 10468        0.0000
#> 10469    -2322.0000
#> 10470        0.0000
#> 10471    -2322.0000
#> 10472        0.0000
#> 10473        0.0000
#> 10474        0.0000
#> 10475        0.0000
#> 10476        0.0000
#> 10477        0.0000
#> 10478        0.0000
#> 10479        0.0000
#> 10480        0.0000
#> 10481        0.0000
#> 10482        0.0000
#> 10483        0.0000
#> 10484        0.0000
#> 10485        0.0000
#> 10486        0.0000
#> 10487        0.0000
#> 10488        0.0000
#> 10489        0.0000
#> 10490        0.0000
#> 10491        0.0000
#> 10492        0.0000
#> 10493        0.0000
#> 10494        0.0000
#> 10495        0.0000
#> 10496        0.0000
#> 10497        0.0000
#> 10498        0.0000
#> 10499        0.0000
#> 10500        0.0000
#> 10501        0.0000
#> 10502        0.0000
#> 10503        0.0000
#> 10504        0.0000
#> 10505        0.0000
#> 10506        0.0000
#> 10507        0.0000
#> 10508        0.0000
#> 10509        0.0000
#> 10510        0.0000
#> 10511        0.0000
#> 10512        0.0000
#> 10513        0.0000
#> 10514        0.0000
#> 10515        0.0000
#> 10516        0.0000
#> 10517        0.0000
#> 10518        0.0000
#> 10519        0.0000
#> 10520        0.0000
#> 10521        0.0000
#> 10522        0.0000
#> 10523        0.0000
#> 10524        0.0000
#> 10525        0.0000
#> 10526        0.0000
#> 10527        0.0000
#> 10528        0.0000
#> 10529        0.0000
#> 10530        0.0000
#> 10531        0.0000
#> 10532        0.0000
#> 10533        0.0000
#> 10534        0.0000
#> 10535        0.0000
#> 10536        0.0000
#> 10537        0.0000
#> 10538        0.0000
#> 10539        0.0000
#> 10540        0.0000
#> 10541        0.0000
#> 10542        0.0000
#> 10543        0.0000
#> 10544        0.0000
#> 10545        0.0000
#> 10546        0.0000
#> 10547        0.0000
#> 10548        0.0000
#> 10549        0.0000
#> 10550        0.0000
#> 10551        0.0000
#> 10552        0.0000
#> 10553        0.0000
#> 10554        0.0000
#> 10555        0.0000
#> 10556        0.0000
#> 10557        0.0000
#> 10558        0.0000
#> 10559        0.0000
#> 10560        0.0000
#> 10561        0.0000
#> 10562        0.0000
#> 10563        0.0000
#> 10564        0.0000
#> 10565        0.0000
#> 10566        0.0000
#> 10567        0.0000
#> 10568        0.0000
#> 10569        0.0000
#> 10570        0.0000
#> 10571        0.0000
#> 10572        0.0000
#> 10573        0.0000
#> 10574        0.0000
#> 10575        0.0000
#> 10576        0.0000
#> 10577        0.0000
#> 10578        0.0000
#> 10579        0.0000
#> 10580        0.0000
#> 10581        0.0000
#> 10582        0.0000
#> 10583        0.0000
#> 10584        0.0000
#> 10585        0.0000
#> 10586        0.0000
#> 10587        0.0000
#> 10588        0.0000
#> 10589        0.0000
#> 10590        0.0000
#> 10591        0.0000
#> 10592        0.0000
#> 10593        0.0000
#> 10594        0.0000
#> 10595        0.0000
#> 10596        0.0000
#> 10597        0.0000
#> 10598        0.0000
#> 10599        0.0000
#> 10600        0.0000
#> 10601        0.0000
#> 10602        0.0000
#> 10603        0.0000
#> 10604        0.0000
#> 10605        0.0000
#> 10606        0.0000
#> 10607        0.0000
#> 10608        0.0000
#> 10609        0.0000
#> 10610        0.0000
#> 10611        0.0000
#> 10612        0.0000
#> 10613        0.0000
#> 10614        0.0000
#> 10615        0.0000
#> 10616        0.0000
#> 10617        0.0000
#> 10618        0.0000
#> 10619        0.0000
#> 10620        0.0000
#> 10621        0.0000
#> 10622        0.0000
#> 10623        0.0000
#> 10624        0.0000
#> 10625        0.0000
#> 10626        0.0000
#> 10627        0.0000
#> 10628        0.0000
#> 10629        0.0000
#> 10630        0.0000
#> 10631        0.0000
#> 10632        0.0000
#> 10633        0.0000
#> 10634        0.0000
#> 10635        0.0000
#> 10636        0.0000
#> 10637        0.0000
#> 10638        0.0000
#> 10639        0.0000
#> 10640        0.0000
#> 10641        0.0000
#> 10642        0.0000
#> 10643        0.0000
#> 10644        0.0000
#> 10645        0.0000
#> 10646        0.0000
#> 10647        0.0000
#> 10648        0.0000
#> 10649        0.0000
#> 10650        0.0000
#> 10651        0.0000
#> 10652        0.0000
#> 10653        0.0000
#> 10654        0.0000
#> 10655        0.0000
#> 10656        0.0000
#> 10657        0.0000
#> 10658        0.0000
#> 10659        0.0000
#> 10660        0.0000
#> 10661        0.0000
#> 10662        0.0000
#> 10663        0.0000
#> 10664        0.0000
#> 10665        0.0000
#> 10666        0.0000
#> 10667        0.0000
#> 10668        0.0000
#> 10669        0.0000
#> 10670        0.0000
#> 10671        0.0000
#> 10672        0.0000
#> 10673        0.0000
#> 10674        0.0000
#> 10675        0.0000
#> 10676        0.0000
#> 10677        0.0000
#> 10678        0.0000
#> 10679        0.0000
#> 10680        0.0000
#> 10681        0.0000
#> 10682        0.0000
#> 10683        0.0000
#> 10684        0.0000
#> 10685        0.0000
#> 10686        0.0000
#> 10687        0.0000
#> 10688        0.0000
#> 10689        0.0000
#> 10690        0.0000
#> 10691        0.0000
#> 10692        0.0000
#> 10693        0.0000
#> 10694        0.0000
#> 10695        0.0000
#> 10696        0.0000
#> 10697        0.0000
#> 10698        0.0000
#> 10699        0.0000
#> 10700        0.0000
#> 10701        0.0000
#> 10702        0.0000
#> 10703        0.0000
#> 10704        0.0000
#> 10705        0.0000
#> 10706        0.0000
#> 10707        0.0000
#> 10708        0.0000
#> 10709        0.0000
#> 10710        0.0000
#> 10711        0.0000
#> 10712        0.0000
#> 10713        0.0000
#> 10714        0.0000
#> 10715        0.0000
#> 10716        0.0000
#> 10717        0.0000
#> 10718        0.0000
#> 10719        0.0000
#> 10720        0.0000
#> 10721        0.0000
#> 10722        0.0000
#> 10723        0.0000
#> 10724        0.0000
#> 10725        0.0000
#> 10726        0.0000
#> 10727        0.0000
#> 10728        0.0000
#> 10729        0.0000
#> 10730        0.0000
#> 10731        0.0000
#> 10732        0.0000
#> 10733        0.0000
#> 10734        0.0000
#> 10735        0.0000
#> 10736        0.0000
#> 10737        0.0000
#> 10738        0.0000
#> 10739        0.0000
#> 10740        0.0000
#> 10741   -61390.8000
#> 10742        0.0000
#> 10743   -61390.8000
#> 10744        0.0000
#> 10745        0.0000
#> 10746        0.0000
#> 10747        0.0000
#> 10748        0.0000
#> 10749   587001.0200
#> 10750        0.0000
#> 10751        0.0000
#> 10752        0.0000
#> 10753    17621.1700
#> 10754        0.0000
#> 10755        0.0000
#> 10756        0.0000
#> 10757    35847.0000
#> 10758    13380.3000
#> 10759    12942.0000
#> 10760        0.0000
#> 10761        0.0000
#> 10762        0.0000
#> 10763        0.0000
#> 10764        0.0000
#> 10765        0.0000
#> 10766        0.0000
#> 10767        0.0000
#> 10768        0.0000
#> 10769        0.0000
#> 10770        0.0000
#> 10771        0.0000
#> 10772        0.0000
#> 10773    14451.0000
#> 10774   330337.5000
#> 10775        0.0000
#> 10776        0.0000
#> 10777    25711.7000
#> 10778    29712.7500
#> 10779   223887.5600
#> 10780    28316.2000
#> 10781        0.0000
#> 10782     2932.2300
#> 10783     3318.0000
#> 10784     8970.0000
#> 10785      280.0000
#> 10786        0.0000
#> 10787        0.0000
#> 10788        0.0000
#> 10789        0.0000
#> 10790        0.0000
#> 10791   298935.0000
#> 10792        0.0000
#> 10793        0.0000
#> 10794        0.0000
#> 10795        0.0000
#> 10796        0.0000
#> 10797        0.0000
#> 10798    29044.4000
#> 10799        0.0000
#> 10800        0.0000
#> 10801        0.0000
#> 10802        0.0000
#> 10803        0.0000
#> 10804        0.0000
#> 10805        0.0000
#> 10806        0.0000
#> 10807        0.0000
#> 10808        0.0000
#> 10809   626893.2000
#> 10810        0.0000
#> 10811  2289581.0300
#> 10812   327979.4000
#> 10813        0.0000
#> 10814        0.0000
#> 10815        0.0000
#> 10816        0.0000
#> 10817   301491.3300
#> 10818        0.0000
#> 10819        0.0000
#> 10820        0.0000
#> 10821    17621.1700
#> 10822        0.0000
#> 10823        0.0000
#> 10824        0.0000
#> 10825    34303.5000
#> 10826    13380.3000
#> 10827    12942.0000
#> 10828        0.0000
#> 10829        0.0000
#> 10830        0.0000
#> 10831        0.0000
#> 10832        0.0000
#> 10833        0.0000
#> 10834        0.0000
#> 10835        0.0000
#> 10836        0.0000
#> 10837        0.0000
#> 10838        0.0000
#> 10839        0.0000
#> 10840        0.0000
#> 10841      233.8400
#> 10842      836.8500
#> 10843        0.0000
#> 10844        0.0000
#> 10845        0.0000
#> 10846     6184.7500
#> 10847    29482.6000
#> 10848    25304.7300
#> 10849        0.0000
#> 10850        0.0000
#> 10851        0.0000
#> 10852        0.0000
#> 10853        0.0000
#> 10854        0.0000
#> 10855        0.0000
#> 10856        0.0000
#> 10857        0.0000
#> 10858        0.0000
#> 10859    65675.0000
#> 10860        0.0000
#> 10861        0.0000
#> 10862        0.0000
#> 10863        0.0000
#> 10864        0.0000
#> 10865        0.0000
#> 10866        0.0000
#> 10867        0.0000
#> 10868        0.0000
#> 10869        0.0000
#> 10870        0.0000
#> 10871        0.0000
#> 10872        0.0000
#> 10873        0.0000
#> 10874        0.0000
#> 10875        0.0000
#> 10876        0.0000
#> 10877   348991.2000
#> 10878        0.0000
#> 10879   856447.2700
#> 10880    65675.0000
#> 10881        0.0000
#> 10882        0.0000
#> 10883        0.0000
#> 10884        0.0000
#> 10885     3914.4200
#> 10886        0.0000
#> 10887        0.0000
#> 10888        0.0000
#> 10889        0.0000
#> 10890        0.0000
#> 10891        0.0000
#> 10892        0.0000
#> 10893      340.2000
#> 10894        0.0000
#> 10895        0.0000
#> 10896        0.0000
#> 10897        0.0000
#> 10898        0.0000
#> 10899        0.0000
#> 10900        0.0000
#> 10901        0.0000
#> 10902        0.0000
#> 10903        0.0000
#> 10904        0.0000
#> 10905        0.0000
#> 10906        0.0000
#> 10907        0.0000
#> 10908        0.0000
#> 10909      187.0700
#> 10910      704.7200
#> 10911        0.0000
#> 10912        0.0000
#> 10913        0.0000
#> 10914      605.5000
#> 10915    19912.5600
#> 10916      962.0000
#> 10917        0.0000
#> 10918        0.0000
#> 10919        0.0000
#> 10920        0.0000
#> 10921        0.0000
#> 10922        0.0000
#> 10923        0.0000
#> 10924        0.0000
#> 10925        0.0000
#> 10926        0.0000
#> 10927        0.0000
#> 10928        0.0000
#> 10929        0.0000
#> 10930        0.0000
#> 10931        0.0000
#> 10932        0.0000
#> 10933        0.0000
#> 10934        0.0000
#> 10935        0.0000
#> 10936        0.0000
#> 10937        0.0000
#> 10938        0.0000
#> 10939        0.0000
#> 10940        0.0000
#> 10941        0.0000
#> 10942        0.0000
#> 10943        0.0000
#> 10944        0.0000
#> 10945   104536.8000
#> 10946        0.0000
#> 10947   131163.2600
#> 10948        0.0000
#> 10949        0.0000
#> 10950        0.0000
#> 10951        0.0000
#> 10952        0.0000
#> 10953        0.0000
#> 10954        0.0000
#> 10955        0.0000
#> 10956        0.0000
#> 10957        0.0000
#> 10958        0.0000
#> 10959        0.0000
#> 10960        0.0000
#> 10961        0.0000
#> 10962        0.0000
#> 10963        0.0000
#> 10964        0.0000
#> 10965        0.0000
#> 10966        0.0000
#> 10967        0.0000
#> 10968        0.0000
#> 10969        0.0000
#> 10970        0.0000
#> 10971        0.0000
#> 10972        0.0000
#> 10973        0.0000
#> 10974        0.0000
#> 10975        0.0000
#> 10976        0.0000
#> 10977       46.7700
#> 10978      132.1400
#> 10979        0.0000
#> 10980        0.0000
#> 10981        0.0000
#> 10982      173.0000
#> 10983     9570.0500
#> 10984      167.3000
#> 10985        0.0000
#> 10986        0.0000
#> 10987        0.0000
#> 10988        0.0000
#> 10989        0.0000
#> 10990        0.0000
#> 10991        0.0000
#> 10992        0.0000
#> 10993        0.0000
#> 10994        0.0000
#> 10995        0.0000
#> 10996        0.0000
#> 10997        0.0000
#> 10998        0.0000
#> 10999        0.0000
#> 11000        0.0000
#> 11001        0.0000
#> 11002        0.0000
#> 11003        0.0000
#> 11004        0.0000
#> 11005        0.0000
#> 11006        0.0000
#> 11007        0.0000
#> 11008        0.0000
#> 11009        0.0000
#> 11010        0.0000
#> 11011        0.0000
#> 11012        0.0000
#> 11013      122.4000
#> 11014        0.0000
#> 11015    10211.6500
#> 11016        0.0000
#> 11017        0.0000
#> 11018        0.0000
#> 11019        0.0000
#> 11020        0.0000
#> 11021   181008.1800
#> 11022        0.0000
#> 11023        0.0000
#> 11024        0.0000
#> 11025    17621.1700
#> 11026        0.0000
#> 11027        0.0000
#> 11028        0.0000
#> 11029    32305.5000
#> 11030    13380.3000
#> 11031    12942.0000
#> 11032        0.0000
#> 11033        0.0000
#> 11034        0.0000
#> 11035        0.0000
#> 11036        0.0000
#> 11037        0.0000
#> 11038        0.0000
#> 11039        0.0000
#> 11040        0.0000
#> 11041        0.0000
#> 11042        0.0000
#> 11043        0.0000
#> 11044        0.0000
#> 11045        0.0000
#> 11046        0.0000
#> 11047        0.0000
#> 11048        0.0000
#> 11049        0.0000
#> 11050        0.0000
#> 11051        0.0000
#> 11052        0.0000
#> 11053        0.0000
#> 11054        0.0000
#> 11055        0.0000
#> 11056        0.0000
#> 11057        0.0000
#> 11058        0.0000
#> 11059        0.0000
#> 11060        0.0000
#> 11061        0.0000
#> 11062        0.0000
#> 11063        0.0000
#> 11064        0.0000
#> 11065        0.0000
#> 11066        0.0000
#> 11067        0.0000
#> 11068        0.0000
#> 11069        0.0000
#> 11070        0.0000
#> 11071        0.0000
#> 11072        0.0000
#> 11073        0.0000
#> 11074        0.0000
#> 11075        0.0000
#> 11076        0.0000
#> 11077        0.0000
#> 11078        0.0000
#> 11079        0.0000
#> 11080        0.0000
#> 11081    94017.6000
#> 11082        0.0000
#> 11083   351274.7500
#> 11084        0.0000
#> 11085        0.0000
#> 11086        0.0000
#> 11087        0.0000
#> 11088        0.0000
#> 11089   115461.8900
#> 11090        0.0000
#> 11091        0.0000
#> 11092        0.0000
#> 11093    17621.1700
#> 11094        0.0000
#> 11095        0.0000
#> 11096        0.0000
#> 11097     9132.3000
#> 11098    13380.3000
#> 11099    12942.0000
#> 11100        0.0000
#> 11101        0.0000
#> 11102        0.0000
#> 11103        0.0000
#> 11104        0.0000
#> 11105        0.0000
#> 11106        0.0000
#> 11107        0.0000
#> 11108        0.0000
#> 11109        0.0000
#> 11110        0.0000
#> 11111        0.0000
#> 11112        0.0000
#> 11113        0.0000
#> 11114        0.0000
#> 11115        0.0000
#> 11116        0.0000
#> 11117        0.0000
#> 11118        0.0000
#> 11119        0.0000
#> 11120        0.0000
#> 11121        0.0000
#> 11122        0.0000
#> 11123        0.0000
#> 11124        0.0000
#> 11125        0.0000
#> 11126        0.0000
#> 11127        0.0000
#> 11128        0.0000
#> 11129        0.0000
#> 11130        0.0000
#> 11131        0.0000
#> 11132        0.0000
#> 11133        0.0000
#> 11134        0.0000
#> 11135        0.0000
#> 11136        0.0000
#> 11137        0.0000
#> 11138        0.0000
#> 11139        0.0000
#> 11140        0.0000
#> 11141        0.0000
#> 11142        0.0000
#> 11143        0.0000
#> 11144        0.0000
#> 11145        0.0000
#> 11146        0.0000
#> 11147        0.0000
#> 11148        0.0000
#> 11149    15267.6000
#> 11150        0.0000
#> 11151   183805.2600
#> 11152        0.0000
#> 11153        0.0000
#> 11154        0.0000
#> 11155        0.0000
#> 11156        0.0000
#> 11157    31855.2800
#> 11158        0.0000
#> 11159        0.0000
#> 11160        0.0000
#> 11161        0.0000
#> 11162        0.0000
#> 11163        0.0000
#> 11164        0.0000
#> 11165    11114.1000
#> 11166        0.0000
#> 11167        0.0000
#> 11168        0.0000
#> 11169        0.0000
#> 11170        0.0000
#> 11171        0.0000
#> 11172        0.0000
#> 11173        0.0000
#> 11174        0.0000
#> 11175        0.0000
#> 11176        0.0000
#> 11177        0.0000
#> 11178        0.0000
#> 11179        0.0000
#> 11180        0.0000
#> 11181        0.0000
#> 11182        0.0000
#> 11183        0.0000
#> 11184        0.0000
#> 11185        0.0000
#> 11186        0.0000
#> 11187        0.0000
#> 11188        0.0000
#> 11189        0.0000
#> 11190        0.0000
#> 11191        0.0000
#> 11192        0.0000
#> 11193        0.0000
#> 11194        0.0000
#> 11195        0.0000
#> 11196        0.0000
#> 11197        0.0000
#> 11198        0.0000
#> 11199        0.0000
#> 11200        0.0000
#> 11201        0.0000
#> 11202        0.0000
#> 11203        0.0000
#> 11204        0.0000
#> 11205        0.0000
#> 11206        0.0000
#> 11207        0.0000
#> 11208        0.0000
#> 11209        0.0000
#> 11210        0.0000
#> 11211        0.0000
#> 11212        0.0000
#> 11213        0.0000
#> 11214        0.0000
#> 11215        0.0000
#> 11216        0.0000
#> 11217     9504.0000
#> 11218        0.0000
#> 11219    52473.3800
#> 11220        0.0000
#> 11221        0.0000
#> 11222        0.0000
#> 11223        0.0000
#> 11224        0.0000
#> 11225        0.0000
#> 11226        0.0000
#> 11227        0.0000
#> 11228        0.0000
#> 11229        0.0000
#> 11230        0.0000
#> 11231        0.0000
#> 11232        0.0000
#> 11233     2030.4000
#> 11234        0.0000
#> 11235        0.0000
#> 11236        0.0000
#> 11237        0.0000
#> 11238        0.0000
#> 11239        0.0000
#> 11240        0.0000
#> 11241        0.0000
#> 11242        0.0000
#> 11243        0.0000
#> 11244        0.0000
#> 11245        0.0000
#> 11246        0.0000
#> 11247        0.0000
#> 11248        0.0000
#> 11249        0.0000
#> 11250        0.0000
#> 11251        0.0000
#> 11252        0.0000
#> 11253        0.0000
#> 11254        0.0000
#> 11255        0.0000
#> 11256        0.0000
#> 11257        0.0000
#> 11258        0.0000
#> 11259        0.0000
#> 11260        0.0000
#> 11261        0.0000
#> 11262        0.0000
#> 11263        0.0000
#> 11264        0.0000
#> 11265        0.0000
#> 11266        0.0000
#> 11267        0.0000
#> 11268        0.0000
#> 11269        0.0000
#> 11270        0.0000
#> 11271        0.0000
#> 11272        0.0000
#> 11273        0.0000
#> 11274        0.0000
#> 11275        0.0000
#> 11276        0.0000
#> 11277        0.0000
#> 11278        0.0000
#> 11279        0.0000
#> 11280        0.0000
#> 11281        0.0000
#> 11282        0.0000
#> 11283        0.0000
#> 11284        0.0000
#> 11285    54136.8000
#> 11286        0.0000
#> 11287    56167.2000
#> 11288        0.0000
#> 11289        0.0000
#> 11290        0.0000
#> 11291        0.0000
#> 11292        0.0000
#> 11293    33691.0100
#> 11294        0.0000
#> 11295        0.0000
#> 11296        0.0000
#> 11297        0.0000
#> 11298        0.0000
#> 11299        0.0000
#> 11300        0.0000
#> 11301     5113.8000
#> 11302        0.0000
#> 11303        0.0000
#> 11304        0.0000
#> 11305        0.0000
#> 11306        0.0000
#> 11307        0.0000
#> 11308        0.0000
#> 11309        0.0000
#> 11310        0.0000
#> 11311        0.0000
#> 11312        0.0000
#> 11313        0.0000
#> 11314        0.0000
#> 11315        0.0000
#> 11316        0.0000
#> 11317        0.0000
#> 11318        0.0000
#> 11319        0.0000
#> 11320        0.0000
#> 11321        0.0000
#> 11322        0.0000
#> 11323        0.0000
#> 11324        0.0000
#> 11325        0.0000
#> 11326        0.0000
#> 11327        0.0000
#> 11328        0.0000
#> 11329        0.0000
#> 11330        0.0000
#> 11331        0.0000
#> 11332        0.0000
#> 11333        0.0000
#> 11334        0.0000
#> 11335        0.0000
#> 11336        0.0000
#> 11337        0.0000
#> 11338        0.0000
#> 11339        0.0000
#> 11340        0.0000
#> 11341        0.0000
#> 11342        0.0000
#> 11343        0.0000
#> 11344        0.0000
#> 11345        0.0000
#> 11346        0.0000
#> 11347        0.0000
#> 11348        0.0000
#> 11349        0.0000
#> 11350        0.0000
#> 11351        0.0000
#> 11352        0.0000
#> 11353     4154.4000
#> 11354        0.0000
#> 11355    42959.2100
#> 11356        0.0000
#> 11357        0.0000
#> 11358        0.0000
#> 11359        0.0000
#> 11360        0.0000
#> 11361        0.0000
#> 11362        0.0000
#> 11363        0.0000
#> 11364        0.0000
#> 11365        0.0000
#> 11366        0.0000
#> 11367        0.0000
#> 11368        0.0000
#> 11369      331.2000
#> 11370        0.0000
#> 11371        0.0000
#> 11372        0.0000
#> 11373        0.0000
#> 11374        0.0000
#> 11375        0.0000
#> 11376        0.0000
#> 11377        0.0000
#> 11378        0.0000
#> 11379        0.0000
#> 11380        0.0000
#> 11381        0.0000
#> 11382        0.0000
#> 11383        0.0000
#> 11384        0.0000
#> 11385        0.0000
#> 11386        0.0000
#> 11387        0.0000
#> 11388        0.0000
#> 11389        0.0000
#> 11390        0.0000
#> 11391        0.0000
#> 11392        0.0000
#> 11393        0.0000
#> 11394        0.0000
#> 11395        0.0000
#> 11396        0.0000
#> 11397        0.0000
#> 11398        0.0000
#> 11399        0.0000
#> 11400        0.0000
#> 11401        0.0000
#> 11402        0.0000
#> 11403        0.0000
#> 11404        0.0000
#> 11405        0.0000
#> 11406        0.0000
#> 11407        0.0000
#> 11408        0.0000
#> 11409        0.0000
#> 11410        0.0000
#> 11411        0.0000
#> 11412        0.0000
#> 11413        0.0000
#> 11414        0.0000
#> 11415        0.0000
#> 11416        0.0000
#> 11417        0.0000
#> 11418        0.0000
#> 11419        0.0000
#> 11420        0.0000
#> 11421      248.4000
#> 11422        0.0000
#> 11423      579.6000
#> 11424        0.0000
#> 11425        0.0000
#> 11426        0.0000
#> 11427        0.0000
#> 11428        0.0000
#> 11429        0.0000
#> 11430        0.0000
#> 11431        0.0000
#> 11432        0.0000
#> 11433        0.0000
#> 11434        0.0000
#> 11435        0.0000
#> 11436        0.0000
#> 11437      710.1000
#> 11438        0.0000
#> 11439        0.0000
#> 11440        0.0000
#> 11441        0.0000
#> 11442        0.0000
#> 11443        0.0000
#> 11444        0.0000
#> 11445        0.0000
#> 11446        0.0000
#> 11447        0.0000
#> 11448        0.0000
#> 11449        0.0000
#> 11450        0.0000
#> 11451        0.0000
#> 11452        0.0000
#> 11453        0.0000
#> 11454        0.0000
#> 11455        0.0000
#> 11456        0.0000
#> 11457        0.0000
#> 11458        0.0000
#> 11459        0.0000
#> 11460        0.0000
#> 11461        0.0000
#> 11462        0.0000
#> 11463        0.0000
#> 11464        0.0000
#> 11465        0.0000
#> 11466        0.0000
#> 11467        0.0000
#> 11468        0.0000
#> 11469        0.0000
#> 11470        0.0000
#> 11471        0.0000
#> 11472        0.0000
#> 11473        0.0000
#> 11474        0.0000
#> 11475        0.0000
#> 11476        0.0000
#> 11477        0.0000
#> 11478        0.0000
#> 11479        0.0000
#> 11480        0.0000
#> 11481        0.0000
#> 11482        0.0000
#> 11483        0.0000
#> 11484        0.0000
#> 11485        0.0000
#> 11486        0.0000
#> 11487        0.0000
#> 11488        0.0000
#> 11489      190.8000
#> 11490        0.0000
#> 11491      900.9000
#> 11492        0.0000
#> 11493        0.0000
#> 11494        0.0000
#> 11495        0.0000
#> 11496        0.0000
#> 11497        0.0000
#> 11498        0.0000
#> 11499        0.0000
#> 11500        0.0000
#> 11501        0.0000
#> 11502        0.0000
#> 11503        0.0000
#> 11504        0.0000
#> 11505     1125.9000
#> 11506        0.0000
#> 11507        0.0000
#> 11508        0.0000
#> 11509        0.0000
#> 11510        0.0000
#> 11511        0.0000
#> 11512        0.0000
#> 11513        0.0000
#> 11514        0.0000
#> 11515        0.0000
#> 11516        0.0000
#> 11517        0.0000
#> 11518        0.0000
#> 11519        0.0000
#> 11520        0.0000
#> 11521        0.0000
#> 11522        0.0000
#> 11523        0.0000
#> 11524        0.0000
#> 11525        0.0000
#> 11526        0.0000
#> 11527        0.0000
#> 11528        0.0000
#> 11529        0.0000
#> 11530        0.0000
#> 11531        0.0000
#> 11532        0.0000
#> 11533        0.0000
#> 11534        0.0000
#> 11535        0.0000
#> 11536        0.0000
#> 11537        0.0000
#> 11538        0.0000
#> 11539        0.0000
#> 11540        0.0000
#> 11541        0.0000
#> 11542        0.0000
#> 11543        0.0000
#> 11544        0.0000
#> 11545        0.0000
#> 11546        0.0000
#> 11547        0.0000
#> 11548        0.0000
#> 11549        0.0000
#> 11550        0.0000
#> 11551        0.0000
#> 11552        0.0000
#> 11553        0.0000
#> 11554        0.0000
#> 11555        0.0000
#> 11556        0.0000
#> 11557     2300.4000
#> 11558        0.0000
#> 11559     3426.3000
#> 11560        0.0000
#> 11561        0.0000
#> 11562        0.0000
#> 11563        0.0000
#> 11564        0.0000
#> 11565        0.0000
#> 11566        0.0000
#> 11567        0.0000
#> 11568        0.0000
#> 11569        0.0000
#> 11570        0.0000
#> 11571        0.0000
#> 11572        0.0000
#> 11573     2670.3000
#> 11574        0.0000
#> 11575        0.0000
#> 11576        0.0000
#> 11577        0.0000
#> 11578        0.0000
#> 11579        0.0000
#> 11580        0.0000
#> 11581        0.0000
#> 11582        0.0000
#> 11583        0.0000
#> 11584        0.0000
#> 11585        0.0000
#> 11586        0.0000
#> 11587        0.0000
#> 11588        0.0000
#> 11589        0.0000
#> 11590        0.0000
#> 11591        0.0000
#> 11592        0.0000
#> 11593        0.0000
#> 11594        0.0000
#> 11595        0.0000
#> 11596        0.0000
#> 11597        0.0000
#> 11598        0.0000
#> 11599        0.0000
#> 11600        0.0000
#> 11601        0.0000
#> 11602        0.0000
#> 11603        0.0000
#> 11604        0.0000
#> 11605        0.0000
#> 11606        0.0000
#> 11607        0.0000
#> 11608        0.0000
#> 11609        0.0000
#> 11610        0.0000
#> 11611        0.0000
#> 11612        0.0000
#> 11613        0.0000
#> 11614        0.0000
#> 11615        0.0000
#> 11616        0.0000
#> 11617        0.0000
#> 11618        0.0000
#> 11619        0.0000
#> 11620        0.0000
#> 11621        0.0000
#> 11622        0.0000
#> 11623        0.0000
#> 11624        0.0000
#> 11625     5378.4000
#> 11626        0.0000
#> 11627     8048.7000
#> 11628        0.0000
#> 11629        0.0000
#> 11630        0.0000
#> 11631        0.0000
#> 11632        0.0000
#> 11633        0.0000
#> 11634        0.0000
#> 11635        0.0000
#> 11636        0.0000
#> 11637        0.0000
#> 11638        0.0000
#> 11639        0.0000
#> 11640        0.0000
#> 11641       61.2000
#> 11642        0.0000
#> 11643        0.0000
#> 11644        0.0000
#> 11645        0.0000
#> 11646        0.0000
#> 11647        0.0000
#> 11648        0.0000
#> 11649        0.0000
#> 11650        0.0000
#> 11651        0.0000
#> 11652        0.0000
#> 11653        0.0000
#> 11654        0.0000
#> 11655        0.0000
#> 11656        0.0000
#> 11657        0.0000
#> 11658        0.0000
#> 11659        0.0000
#> 11660        0.0000
#> 11661        0.0000
#> 11662        0.0000
#> 11663        0.0000
#> 11664        0.0000
#> 11665        0.0000
#> 11666        0.0000
#> 11667        0.0000
#> 11668        0.0000
#> 11669        0.0000
#> 11670        0.0000
#> 11671        0.0000
#> 11672        0.0000
#> 11673        0.0000
#> 11674        0.0000
#> 11675        0.0000
#> 11676        0.0000
#> 11677        0.0000
#> 11678        0.0000
#> 11679        0.0000
#> 11680        0.0000
#> 11681        0.0000
#> 11682        0.0000
#> 11683        0.0000
#> 11684        0.0000
#> 11685        0.0000
#> 11686        0.0000
#> 11687        0.0000
#> 11688        0.0000
#> 11689        0.0000
#> 11690        0.0000
#> 11691        0.0000
#> 11692        0.0000
#> 11693     1483.2000
#> 11694        0.0000
#> 11695     1544.4000
#> 11696        0.0000
#> 11697        0.0000
#> 11698        0.0000
#> 11699        0.0000
#> 11700        0.0000
#> 11701        0.0000
#> 11702        0.0000
#> 11703        0.0000
#> 11704        0.0000
#> 11705        0.0000
#> 11706        0.0000
#> 11707        0.0000
#> 11708        0.0000
#> 11709       16.2000
#> 11710        0.0000
#> 11711        0.0000
#> 11712        0.0000
#> 11713        0.0000
#> 11714        0.0000
#> 11715        0.0000
#> 11716        0.0000
#> 11717        0.0000
#> 11718        0.0000
#> 11719        0.0000
#> 11720        0.0000
#> 11721        0.0000
#> 11722        0.0000
#> 11723        0.0000
#> 11724        0.0000
#> 11725        0.0000
#> 11726        0.0000
#> 11727        0.0000
#> 11728        0.0000
#> 11729        0.0000
#> 11730        0.0000
#> 11731        0.0000
#> 11732        0.0000
#> 11733        0.0000
#> 11734        0.0000
#> 11735        0.0000
#> 11736        0.0000
#> 11737        0.0000
#> 11738        0.0000
#> 11739        0.0000
#> 11740        0.0000
#> 11741        0.0000
#> 11742        0.0000
#> 11743        0.0000
#> 11744        0.0000
#> 11745        0.0000
#> 11746        0.0000
#> 11747        0.0000
#> 11748        0.0000
#> 11749        0.0000
#> 11750        0.0000
#> 11751        0.0000
#> 11752        0.0000
#> 11753        0.0000
#> 11754        0.0000
#> 11755        0.0000
#> 11756        0.0000
#> 11757        0.0000
#> 11758        0.0000
#> 11759        0.0000
#> 11760        0.0000
#> 11761     1353.6000
#> 11762        0.0000
#> 11763     1369.8000
#> 11764        0.0000
#> 11765        0.0000
#> 11766        0.0000
#> 11767        0.0000
#> 11768        0.0000
#> 11769   116568.7300
#> 11770        0.0000
#> 11771        0.0000
#> 11772        0.0000
#> 11773        0.0000
#> 11774        0.0000
#> 11775        0.0000
#> 11776        0.0000
#> 11777     1657.8000
#> 11778        0.0000
#> 11779        0.0000
#> 11780        0.0000
#> 11781        0.0000
#> 11782        0.0000
#> 11783        0.0000
#> 11784        0.0000
#> 11785        0.0000
#> 11786        0.0000
#> 11787        0.0000
#> 11788        0.0000
#> 11789        0.0000
#> 11790        0.0000
#> 11791        0.0000
#> 11792        0.0000
#> 11793        0.0000
#> 11794        0.0000
#> 11795        0.0000
#> 11796        0.0000
#> 11797        0.0000
#> 11798     5406.2500
#> 11799        0.0000
#> 11800    24175.4300
#> 11801        0.0000
#> 11802        0.0000
#> 11803        0.0000
#> 11804        0.0000
#> 11805        0.0000
#> 11806        0.0000
#> 11807        0.0000
#> 11808        0.0000
#> 11809        0.0000
#> 11810        0.0000
#> 11811    65675.0000
#> 11812        0.0000
#> 11813        0.0000
#> 11814        0.0000
#> 11815        0.0000
#> 11816        0.0000
#> 11817        0.0000
#> 11818        0.0000
#> 11819        0.0000
#> 11820        0.0000
#> 11821        0.0000
#> 11822        0.0000
#> 11823        0.0000
#> 11824        0.0000
#> 11825        0.0000
#> 11826        0.0000
#> 11827        0.0000
#> 11828        0.0000
#> 11829   150314.4000
#> 11830        0.0000
#> 11831   363797.6100
#> 11832    65675.0000
#> 11833        0.0000
#> 11834        0.0000
#> 11835        0.0000
#> 11836        0.0000
#> 11837        0.0000
#> 11838        0.0000
#> 11839        0.0000
#> 11840        0.0000
#> 11841        0.0000
#> 11842        0.0000
#> 11843        0.0000
#> 11844        0.0000
#> 11845        0.0000
#> 11846        0.0000
#> 11847        0.0000
#> 11848        0.0000
#> 11849        0.0000
#> 11850        0.0000
#> 11851        0.0000
#> 11852        0.0000
#> 11853        0.0000
#> 11854        0.0000
#> 11855        0.0000
#> 11856        0.0000
#> 11857        0.0000
#> 11858        0.0000
#> 11859        0.0000
#> 11860        0.0000
#> 11861       93.5300
#> 11862   322453.4400
#> 11863        0.0000
#> 11864        0.0000
#> 11865    25711.7000
#> 11866      216.2500
#> 11867   147885.0900
#> 11868      209.1300
#> 11869        0.0000
#> 11870        0.0000
#> 11871        0.0000
#> 11872        0.0000
#> 11873        0.0000
#> 11874        0.0000
#> 11875        0.0000
#> 11876        0.0000
#> 11877        0.0000
#> 11878        0.0000
#> 11879        0.0000
#> 11880        0.0000
#> 11881        0.0000
#> 11882        0.0000
#> 11883        0.0000
#> 11884        0.0000
#> 11885        0.0000
#> 11886        0.0000
#> 11887        0.0000
#> 11888        0.0000
#> 11889        0.0000
#> 11890        0.0000
#> 11891        0.0000
#> 11892        0.0000
#> 11893        0.0000
#> 11894        0.0000
#> 11895        0.0000
#> 11896        0.0000
#> 11897    19368.0000
#> 11898        0.0000
#> 11899   515937.1400
#> 11900        0.0000
#> 11901        0.0000
#> 11902        0.0000
#> 11903        0.0000
#> 11904        0.0000
#> 11905        0.0000
#> 11906        0.0000
#> 11907        0.0000
#> 11908        0.0000
#> 11909        0.0000
#> 11910        0.0000
#> 11911        0.0000
#> 11912        0.0000
#> 11913        0.0000
#> 11914        0.0000
#> 11915        0.0000
#> 11916        0.0000
#> 11917        0.0000
#> 11918        0.0000
#> 11919        0.0000
#> 11920        0.0000
#> 11921        0.0000
#> 11922        0.0000
#> 11923        0.0000
#> 11924        0.0000
#> 11925        0.0000
#> 11926        0.0000
#> 11927        0.0000
#> 11928        0.0000
#> 11929        0.0000
#> 11930        0.0000
#> 11931        0.0000
#> 11932        0.0000
#> 11933        0.0000
#> 11934        0.0000
#> 11935        0.0000
#> 11936        0.0000
#> 11937        0.0000
#> 11938        0.0000
#> 11939        0.0000
#> 11940        0.0000
#> 11941        0.0000
#> 11942        0.0000
#> 11943        0.0000
#> 11944        0.0000
#> 11945        0.0000
#> 11946        0.0000
#> 11947        0.0000
#> 11948        0.0000
#> 11949        0.0000
#> 11950        0.0000
#> 11951        0.0000
#> 11952        0.0000
#> 11953        0.0000
#> 11954        0.0000
#> 11955        0.0000
#> 11956        0.0000
#> 11957        0.0000
#> 11958        0.0000
#> 11959        0.0000
#> 11960        0.0000
#> 11961        0.0000
#> 11962        0.0000
#> 11963        0.0000
#> 11964        0.0000
#> 11965        0.0000
#> 11966        0.0000
#> 11967        0.0000
#> 11968        0.0000
#> 11969        0.0000
#> 11970        0.0000
#> 11971        0.0000
#> 11972        0.0000
#> 11973        0.0000
#> 11974        0.0000
#> 11975        0.0000
#> 11976        0.0000
#> 11977        0.0000
#> 11978        0.0000
#> 11979        0.0000
#> 11980        0.0000
#> 11981        0.0000
#> 11982        0.0000
#> 11983        0.0000
#> 11984        0.0000
#> 11985        0.0000
#> 11986        0.0000
#> 11987        0.0000
#> 11988        0.0000
#> 11989        0.0000
#> 11990        0.0000
#> 11991        0.0000
#> 11992        0.0000
#> 11993        0.0000
#> 11994        0.0000
#> 11995        0.0000
#> 11996        0.0000
#> 11997        0.0000
#> 11998        0.0000
#> 11999        0.0000
#> 12000        0.0000
#> 12001    25711.7000
#> 12002        0.0000
#> 12003        0.0000
#> 12004        0.0000
#> 12005        0.0000
#> 12006        0.0000
#> 12007        0.0000
#> 12008        0.0000
#> 12009        0.0000
#> 12010        0.0000
#> 12011        0.0000
#> 12012        0.0000
#> 12013        0.0000
#> 12014        0.0000
#> 12015        0.0000
#> 12016        0.0000
#> 12017        0.0000
#> 12018        0.0000
#> 12019        0.0000
#> 12020        0.0000
#> 12021        0.0000
#> 12022        0.0000
#> 12023        0.0000
#> 12024        0.0000
#> 12025        0.0000
#> 12026        0.0000
#> 12027        0.0000
#> 12028        0.0000
#> 12029        0.0000
#> 12030        0.0000
#> 12031        0.0000
#> 12032        0.0000
#> 12033        0.0000
#> 12034        0.0000
#> 12035    25711.7000
#> 12036        0.0000
#> 12037        0.0000
#> 12038        0.0000
#> 12039        0.0000
#> 12040        0.0000
#> 12041        0.0000
#> 12042        0.0000
#> 12043        0.0000
#> 12044        0.0000
#> 12045        0.0000
#> 12046        0.0000
#> 12047        0.0000
#> 12048        0.0000
#> 12049        0.0000
#> 12050        0.0000
#> 12051        0.0000
#> 12052        0.0000
#> 12053        0.0000
#> 12054        0.0000
#> 12055        0.0000
#> 12056        0.0000
#> 12057        0.0000
#> 12058        0.0000
#> 12059        0.0000
#> 12060        0.0000
#> 12061        0.0000
#> 12062        0.0000
#> 12063        0.0000
#> 12064        0.0000
#> 12065        0.0000
#> 12066   322365.3500
#> 12067        0.0000
#> 12068        0.0000
#> 12069        0.0000
#> 12070        0.0000
#> 12071   140074.5600
#> 12072       41.8300
#> 12073        0.0000
#> 12074        0.0000
#> 12075        0.0000
#> 12076        0.0000
#> 12077        0.0000
#> 12078        0.0000
#> 12079        0.0000
#> 12080        0.0000
#> 12081        0.0000
#> 12082        0.0000
#> 12083        0.0000
#> 12084        0.0000
#> 12085        0.0000
#> 12086        0.0000
#> 12087        0.0000
#> 12088        0.0000
#> 12089        0.0000
#> 12090        0.0000
#> 12091        0.0000
#> 12092        0.0000
#> 12093        0.0000
#> 12094        0.0000
#> 12095        0.0000
#> 12096        0.0000
#> 12097        0.0000
#> 12098        0.0000
#> 12099        0.0000
#> 12100        0.0000
#> 12101      122.4000
#> 12102        0.0000
#> 12103   462604.1400
#> 12104        0.0000
#> 12105        0.0000
#> 12106        0.0000
#> 12107        0.0000
#> 12108        0.0000
#> 12109        0.0000
#> 12110        0.0000
#> 12111        0.0000
#> 12112        0.0000
#> 12113        0.0000
#> 12114        0.0000
#> 12115        0.0000
#> 12116        0.0000
#> 12117        0.0000
#> 12118        0.0000
#> 12119        0.0000
#> 12120        0.0000
#> 12121        0.0000
#> 12122        0.0000
#> 12123        0.0000
#> 12124        0.0000
#> 12125        0.0000
#> 12126        0.0000
#> 12127        0.0000
#> 12128        0.0000
#> 12129        0.0000
#> 12130        0.0000
#> 12131        0.0000
#> 12132        0.0000
#> 12133       46.7700
#> 12134       88.0900
#> 12135        0.0000
#> 12136        0.0000
#> 12137        0.0000
#> 12138        0.0000
#> 12139     7810.5300
#> 12140      167.3000
#> 12141        0.0000
#> 12142        0.0000
#> 12143        0.0000
#> 12144        0.0000
#> 12145        0.0000
#> 12146        0.0000
#> 12147        0.0000
#> 12148        0.0000
#> 12149        0.0000
#> 12150        0.0000
#> 12151        0.0000
#> 12152        0.0000
#> 12153        0.0000
#> 12154        0.0000
#> 12155        0.0000
#> 12156        0.0000
#> 12157        0.0000
#> 12158        0.0000
#> 12159        0.0000
#> 12160        0.0000
#> 12161        0.0000
#> 12162        0.0000
#> 12163        0.0000
#> 12164        0.0000
#> 12165        0.0000
#> 12166        0.0000
#> 12167        0.0000
#> 12168        0.0000
#> 12169    12358.8000
#> 12170        0.0000
#> 12171    20471.4900
#> 12172        0.0000
#> 12173        0.0000
#> 12174        0.0000
#> 12175        0.0000
#> 12176        0.0000
#> 12177        0.0000
#> 12178        0.0000
#> 12179        0.0000
#> 12180        0.0000
#> 12181        0.0000
#> 12182        0.0000
#> 12183        0.0000
#> 12184        0.0000
#> 12185        0.0000
#> 12186        0.0000
#> 12187        0.0000
#> 12188        0.0000
#> 12189        0.0000
#> 12190        0.0000
#> 12191        0.0000
#> 12192        0.0000
#> 12193        0.0000
#> 12194        0.0000
#> 12195        0.0000
#> 12196        0.0000
#> 12197        0.0000
#> 12198        0.0000
#> 12199        0.0000
#> 12200        0.0000
#> 12201        0.0000
#> 12202        0.0000
#> 12203        0.0000
#> 12204        0.0000
#> 12205        0.0000
#> 12206        0.0000
#> 12207        0.0000
#> 12208        0.0000
#> 12209        0.0000
#> 12210        0.0000
#> 12211        0.0000
#> 12212        0.0000
#> 12213        0.0000
#> 12214        0.0000
#> 12215        0.0000
#> 12216        0.0000
#> 12217        0.0000
#> 12218        0.0000
#> 12219        0.0000
#> 12220        0.0000
#> 12221        0.0000
#> 12222        0.0000
#> 12223        0.0000
#> 12224        0.0000
#> 12225        0.0000
#> 12226        0.0000
#> 12227        0.0000
#> 12228        0.0000
#> 12229        0.0000
#> 12230        0.0000
#> 12231        0.0000
#> 12232        0.0000
#> 12233        0.0000
#> 12234        0.0000
#> 12235        0.0000
#> 12236        0.0000
#> 12237      223.2000
#> 12238        0.0000
#> 12239      223.2000
#> 12240        0.0000
#> 12241        0.0000
#> 12242        0.0000
#> 12243        0.0000
#> 12244        0.0000
#> 12245        0.0000
#> 12246        0.0000
#> 12247        0.0000
#> 12248        0.0000
#> 12249        0.0000
#> 12250        0.0000
#> 12251        0.0000
#> 12252        0.0000
#> 12253        0.0000
#> 12254        0.0000
#> 12255        0.0000
#> 12256        0.0000
#> 12257        0.0000
#> 12258        0.0000
#> 12259        0.0000
#> 12260        0.0000
#> 12261        0.0000
#> 12262        0.0000
#> 12263        0.0000
#> 12264        0.0000
#> 12265        0.0000
#> 12266        0.0000
#> 12267        0.0000
#> 12268        0.0000
#> 12269        0.0000
#> 12270        0.0000
#> 12271        0.0000
#> 12272        0.0000
#> 12273        0.0000
#> 12274        0.0000
#> 12275        0.0000
#> 12276        0.0000
#> 12277        0.0000
#> 12278        0.0000
#> 12279        0.0000
#> 12280        0.0000
#> 12281        0.0000
#> 12282        0.0000
#> 12283        0.0000
#> 12284        0.0000
#> 12285        0.0000
#> 12286        0.0000
#> 12287        0.0000
#> 12288        0.0000
#> 12289        0.0000
#> 12290        0.0000
#> 12291        0.0000
#> 12292        0.0000
#> 12293        0.0000
#> 12294        0.0000
#> 12295        0.0000
#> 12296        0.0000
#> 12297        0.0000
#> 12298        0.0000
#> 12299        0.0000
#> 12300        0.0000
#> 12301        0.0000
#> 12302        0.0000
#> 12303        0.0000
#> 12304        0.0000
#> 12305        0.0000
#> 12306        0.0000
#> 12307        0.0000
#> 12308        0.0000
#> 12309        0.0000
#> 12310        0.0000
#> 12311        0.0000
#> 12312        0.0000
#> 12313        0.0000
#> 12314        0.0000
#> 12315        0.0000
#> 12316        0.0000
#> 12317        0.0000
#> 12318        0.0000
#> 12319        0.0000
#> 12320        0.0000
#> 12321        0.0000
#> 12322        0.0000
#> 12323        0.0000
#> 12324        0.0000
#> 12325        0.0000
#> 12326        0.0000
#> 12327        0.0000
#> 12328        0.0000
#> 12329        0.0000
#> 12330        0.0000
#> 12331        0.0000
#> 12332        0.0000
#> 12333        0.0000
#> 12334        0.0000
#> 12335        0.0000
#> 12336        0.0000
#> 12337        0.0000
#> 12338        0.0000
#> 12339        0.0000
#> 12340        0.0000
#> 12341        0.0000
#> 12342        0.0000
#> 12343        0.0000
#> 12344        0.0000
#> 12345        0.0000
#> 12346        0.0000
#> 12347        0.0000
#> 12348        0.0000
#> 12349        0.0000
#> 12350        0.0000
#> 12351        0.0000
#> 12352        0.0000
#> 12353        0.0000
#> 12354        0.0000
#> 12355        0.0000
#> 12356        0.0000
#> 12357        0.0000
#> 12358        0.0000
#> 12359        0.0000
#> 12360        0.0000
#> 12361        0.0000
#> 12362        0.0000
#> 12363        0.0000
#> 12364        0.0000
#> 12365        0.0000
#> 12366        0.0000
#> 12367        0.0000
#> 12368        0.0000
#> 12369        0.0000
#> 12370        0.0000
#> 12371        0.0000
#> 12372        0.0000
#> 12373        0.0000
#> 12374        0.0000
#> 12375        0.0000
#> 12376        0.0000
#> 12377        0.0000
#> 12378        0.0000
#> 12379        0.0000
#> 12380        0.0000
#> 12381        0.0000
#> 12382        0.0000
#> 12383        0.0000
#> 12384        0.0000
#> 12385        0.0000
#> 12386        0.0000
#> 12387        0.0000
#> 12388        0.0000
#> 12389        0.0000
#> 12390        0.0000
#> 12391        0.0000
#> 12392        0.0000
#> 12393        0.0000
#> 12394        0.0000
#> 12395        0.0000
#> 12396        0.0000
#> 12397        0.0000
#> 12398        0.0000
#> 12399        0.0000
#> 12400        0.0000
#> 12401        0.0000
#> 12402        0.0000
#> 12403        0.0000
#> 12404        0.0000
#> 12405       46.7700
#> 12406        0.0000
#> 12407        0.0000
#> 12408        0.0000
#> 12409        0.0000
#> 12410      216.2500
#> 12411        0.0000
#> 12412        0.0000
#> 12413        0.0000
#> 12414        0.0000
#> 12415        0.0000
#> 12416        0.0000
#> 12417        0.0000
#> 12418        0.0000
#> 12419        0.0000
#> 12420        0.0000
#> 12421        0.0000
#> 12422        0.0000
#> 12423        0.0000
#> 12424        0.0000
#> 12425        0.0000
#> 12426        0.0000
#> 12427        0.0000
#> 12428        0.0000
#> 12429        0.0000
#> 12430        0.0000
#> 12431        0.0000
#> 12432        0.0000
#> 12433        0.0000
#> 12434        0.0000
#> 12435        0.0000
#> 12436        0.0000
#> 12437        0.0000
#> 12438        0.0000
#> 12439        0.0000
#> 12440        0.0000
#> 12441     6663.6000
#> 12442        0.0000
#> 12443     6926.6200
#> 12444        0.0000
#> 12445        0.0000
#> 12446        0.0000
#> 12447        0.0000
#> 12448        0.0000
#> 12449    41600.8400
#> 12450        0.0000
#> 12451        0.0000
#> 12452        0.0000
#> 12453        0.0000
#> 12454        0.0000
#> 12455        0.0000
#> 12456        0.0000
#> 12457      613.8000
#> 12458        0.0000
#> 12459        0.0000
#> 12460        0.0000
#> 12461        0.0000
#> 12462        0.0000
#> 12463        0.0000
#> 12464        0.0000
#> 12465        0.0000
#> 12466        0.0000
#> 12467        0.0000
#> 12468        0.0000
#> 12469        0.0000
#> 12470        0.0000
#> 12471        0.0000
#> 12472        0.0000
#> 12473    12159.4200
#> 12474     1409.4400
#> 12475        0.0000
#> 12476        0.0000
#> 12477        0.0000
#> 12478    20803.2500
#> 12479     3004.0500
#> 12480      292.7800
#> 12481        0.0000
#> 12482        0.0000
#> 12483        0.0000
#> 12484        0.0000
#> 12485        0.0000
#> 12486        0.0000
#> 12487        0.0000
#> 12488        0.0000
#> 12489        0.0000
#> 12490        0.0000
#> 12491   233260.0000
#> 12492        0.0000
#> 12493        0.0000
#> 12494        0.0000
#> 12495        0.0000
#> 12496        0.0000
#> 12497        0.0000
#> 12498    29044.4000
#> 12499        0.0000
#> 12500        0.0000
#> 12501        0.0000
#> 12502        0.0000
#> 12503        0.0000
#> 12504        0.0000
#> 12505        0.0000
#> 12506        0.0000
#> 12507        0.0000
#> 12508        0.0000
#> 12509   103248.0000
#> 12510        0.0000
#> 12511   445435.9800
#> 12512   262304.4000
#> 12513        0.0000
#> 12514        0.0000
#> 12515        0.0000
#> 12516        0.0000
#> 12517    20786.9200
#> 12518        0.0000
#> 12519        0.0000
#> 12520        0.0000
#> 12521        0.0000
#> 12522        0.0000
#> 12523        0.0000
#> 12524        0.0000
#> 12525      929.7000
#> 12526        0.0000
#> 12527        0.0000
#> 12528        0.0000
#> 12529        0.0000
#> 12530        0.0000
#> 12531        0.0000
#> 12532        0.0000
#> 12533        0.0000
#> 12534        0.0000
#> 12535        0.0000
#> 12536        0.0000
#> 12537        0.0000
#> 12538        0.0000
#> 12539        0.0000
#> 12540        0.0000
#> 12541     1823.9100
#> 12542     3039.1100
#> 12543        0.0000
#> 12544        0.0000
#> 12545        0.0000
#> 12546      129.7500
#> 12547     3175.7100
#> 12548      585.5700
#> 12549        0.0000
#> 12550        0.0000
#> 12551        0.0000
#> 12552        0.0000
#> 12553        0.0000
#> 12554        0.0000
#> 12555        0.0000
#> 12556        0.0000
#> 12557        0.0000
#> 12558        0.0000
#> 12559        0.0000
#> 12560        0.0000
#> 12561        0.0000
#> 12562        0.0000
#> 12563        0.0000
#> 12564        0.0000
#> 12565        0.0000
#> 12566        0.0000
#> 12567        0.0000
#> 12568        0.0000
#> 12569        0.0000
#> 12570        0.0000
#> 12571        0.0000
#> 12572        0.0000
#> 12573        0.0000
#> 12574        0.0000
#> 12575        0.0000
#> 12576        0.0000
#> 12577    61902.0000
#> 12578        0.0000
#> 12579    92372.6700
#> 12580        0.0000
#> 12581        0.0000
#> 12582        0.0000
#> 12583        0.0000
#> 12584        0.0000
#> 12585     1862.7200
#> 12586        0.0000
#> 12587        0.0000
#> 12588        0.0000
#> 12589        0.0000
#> 12590        0.0000
#> 12591        0.0000
#> 12592        0.0000
#> 12593        0.0000
#> 12594        0.0000
#> 12595        0.0000
#> 12596        0.0000
#> 12597        0.0000
#> 12598        0.0000
#> 12599        0.0000
#> 12600        0.0000
#> 12601        0.0000
#> 12602        0.0000
#> 12603        0.0000
#> 12604        0.0000
#> 12605        0.0000
#> 12606        0.0000
#> 12607        0.0000
#> 12608        0.0000
#> 12609      140.3000
#> 12610     2598.6500
#> 12611        0.0000
#> 12612        0.0000
#> 12613        0.0000
#> 12614     2292.2500
#> 12615    37378.9600
#> 12616      460.0900
#> 12617        0.0000
#> 12618        0.0000
#> 12619        0.0000
#> 12620        0.0000
#> 12621        0.0000
#> 12622        0.0000
#> 12623        0.0000
#> 12624        0.0000
#> 12625        0.0000
#> 12626        0.0000
#> 12627        0.0000
#> 12628        0.0000
#> 12629        0.0000
#> 12630        0.0000
#> 12631        0.0000
#> 12632        0.0000
#> 12633        0.0000
#> 12634        0.0000
#> 12635        0.0000
#> 12636        0.0000
#> 12637        0.0000
#> 12638        0.0000
#> 12639        0.0000
#> 12640        0.0000
#> 12641        0.0000
#> 12642        0.0000
#> 12643        0.0000
#> 12644        0.0000
#> 12645    14234.4000
#> 12646        0.0000
#> 12647    58967.3800
#> 12648        0.0000
#> 12649        0.0000
#> 12650        0.0000
#> 12651        0.0000
#> 12652        0.0000
#> 12653        0.0000
#> 12654        0.0000
#> 12655        0.0000
#> 12656        0.0000
#> 12657        0.0000
#> 12658        0.0000
#> 12659        0.0000
#> 12660        0.0000
#> 12661        0.0000
#> 12662        0.0000
#> 12663        0.0000
#> 12664        0.0000
#> 12665        0.0000
#> 12666        0.0000
#> 12667        0.0000
#> 12668        0.0000
#> 12669        0.0000
#> 12670        0.0000
#> 12671        0.0000
#> 12672        0.0000
#> 12673        0.0000
#> 12674        0.0000
#> 12675        0.0000
#> 12676        0.0000
#> 12677        0.0000
#> 12678        0.0000
#> 12679        0.0000
#> 12680        0.0000
#> 12681        0.0000
#> 12682        0.0000
#> 12683     2832.3900
#> 12684     1463.9100
#> 12685        0.0000
#> 12686        0.0000
#> 12687        0.0000
#> 12688        0.0000
#> 12689        0.0000
#> 12690        0.0000
#> 12691        0.0000
#> 12692        0.0000
#> 12693        0.0000
#> 12694        0.0000
#> 12695        0.0000
#> 12696        0.0000
#> 12697        0.0000
#> 12698        0.0000
#> 12699        0.0000
#> 12700        0.0000
#> 12701        0.0000
#> 12702        0.0000
#> 12703        0.0000
#> 12704        0.0000
#> 12705        0.0000
#> 12706        0.0000
#> 12707        0.0000
#> 12708        0.0000
#> 12709        0.0000
#> 12710        0.0000
#> 12711        0.0000
#> 12712        0.0000
#> 12713        0.0000
#> 12714        0.0000
#> 12715     4296.3000
#> 12716        0.0000
#> 12717        0.0000
#> 12718        0.0000
#> 12719        0.0000
#> 12720        0.0000
#> 12721        0.0000
#> 12722        0.0000
#> 12723        0.0000
#> 12724        0.0000
#> 12725        0.0000
#> 12726        0.0000
#> 12727        0.0000
#> 12728        0.0000
#> 12729        0.0000
#> 12730        0.0000
#> 12731        0.0000
#> 12732        0.0000
#> 12733        0.0000
#> 12734        0.0000
#> 12735        0.0000
#> 12736        0.0000
#> 12737        0.0000
#> 12738        0.0000
#> 12739        0.0000
#> 12740        0.0000
#> 12741        0.0000
#> 12742        0.0000
#> 12743        0.0000
#> 12744        0.0000
#> 12745        0.0000
#> 12746        0.0000
#> 12747        0.0000
#> 12748        0.0000
#> 12749        0.0000
#> 12750       86.5000
#> 12751      128.7400
#> 12752        0.0000
#> 12753        0.0000
#> 12754        0.0000
#> 12755        0.0000
#> 12756        0.0000
#> 12757        0.0000
#> 12758        0.0000
#> 12759        0.0000
#> 12760        0.0000
#> 12761        0.0000
#> 12762        0.0000
#> 12763        0.0000
#> 12764        0.0000
#> 12765        0.0000
#> 12766        0.0000
#> 12767        0.0000
#> 12768        0.0000
#> 12769        0.0000
#> 12770        0.0000
#> 12771        0.0000
#> 12772        0.0000
#> 12773        0.0000
#> 12774        0.0000
#> 12775        0.0000
#> 12776        0.0000
#> 12777        0.0000
#> 12778        0.0000
#> 12779        0.0000
#> 12780        0.0000
#> 12781    79149.6000
#> 12782        0.0000
#> 12783    79364.8400
#> 12784        0.0000
#> 12785        0.0000
#> 12786        0.0000
#> 12787        0.0000
#> 12788        0.0000
#> 12789   221259.2200
#> 12790        0.0000
#> 12791        0.0000
#> 12792        0.0000
#> 12793        0.0000
#> 12794        0.0000
#> 12795        0.0000
#> 12796        0.0000
#> 12797        0.0000
#> 12798        0.0000
#> 12799        0.0000
#> 12800        0.0000
#> 12801        0.0000
#> 12802        0.0000
#> 12803        0.0000
#> 12804        0.0000
#> 12805        0.0000
#> 12806        0.0000
#> 12807        0.0000
#> 12808        0.0000
#> 12809        0.0000
#> 12810        0.0000
#> 12811        0.0000
#> 12812        0.0000
#> 12813        0.0000
#> 12814        0.0000
#> 12815        0.0000
#> 12816        0.0000
#> 12817        0.0000
#> 12818        0.0000
#> 12819        0.0000
#> 12820        0.0000
#> 12821        0.0000
#> 12822     2932.2300
#> 12823     3318.0000
#> 12824     8970.0000
#> 12825      280.0000
#> 12826        0.0000
#> 12827        0.0000
#> 12828        0.0000
#> 12829        0.0000
#> 12830        0.0000
#> 12831        0.0000
#> 12832        0.0000
#> 12833        0.0000
#> 12834        0.0000
#> 12835        0.0000
#> 12836        0.0000
#> 12837        0.0000
#> 12838        0.0000
#> 12839        0.0000
#> 12840        0.0000
#> 12841        0.0000
#> 12842        0.0000
#> 12843        0.0000
#> 12844        0.0000
#> 12845        0.0000
#> 12846        0.0000
#> 12847        0.0000
#> 12848        0.0000
#> 12849        0.0000
#> 12850        0.0000
#> 12851   236759.4500
#> 12852        0.0000
#> 12853        0.0000
#> 12854        0.0000
#> 12855        0.0000
#> 12856        0.0000
#> 12857   221259.2200
#> 12858        0.0000
#> 12859        0.0000
#> 12860        0.0000
#> 12861        0.0000
#> 12862        0.0000
#> 12863        0.0000
#> 12864        0.0000
#> 12865        0.0000
#> 12866        0.0000
#> 12867        0.0000
#> 12868        0.0000
#> 12869        0.0000
#> 12870        0.0000
#> 12871        0.0000
#> 12872        0.0000
#> 12873        0.0000
#> 12874        0.0000
#> 12875        0.0000
#> 12876        0.0000
#> 12877        0.0000
#> 12878        0.0000
#> 12879        0.0000
#> 12880        0.0000
#> 12881        0.0000
#> 12882        0.0000
#> 12883        0.0000
#> 12884        0.0000
#> 12885        0.0000
#> 12886        0.0000
#> 12887        0.0000
#> 12888        0.0000
#> 12889        0.0000
#> 12890     2932.2300
#> 12891     3318.0000
#> 12892     8970.0000
#> 12893      280.0000
#> 12894        0.0000
#> 12895        0.0000
#> 12896        0.0000
#> 12897        0.0000
#> 12898        0.0000
#> 12899        0.0000
#> 12900        0.0000
#> 12901        0.0000
#> 12902        0.0000
#> 12903        0.0000
#> 12904        0.0000
#> 12905        0.0000
#> 12906        0.0000
#> 12907        0.0000
#> 12908        0.0000
#> 12909        0.0000
#> 12910        0.0000
#> 12911        0.0000
#> 12912        0.0000
#> 12913        0.0000
#> 12914        0.0000
#> 12915        0.0000
#> 12916        0.0000
#> 12917        0.0000
#> 12918        0.0000
#> 12919   236759.4500
#> 12920        0.0000
#> 12921        0.0000
#> 12922        0.0000
#> 12923        0.0000
#> 12924        0.0000
#> 12925        0.0000
#> 12926        0.0000
#> 12927        0.0000
#> 12928        0.0000
#> 12929        0.0000
#> 12930        0.0000
#> 12931        0.0000
#> 12932        0.0000
#> 12933        0.0000
#> 12934        0.0000
#> 12935        0.0000
#> 12936        0.0000
#> 12937        0.0000
#> 12938        0.0000
#> 12939        0.0000
#> 12940        0.0000
#> 12941        0.0000
#> 12942        0.0000
#> 12943        0.0000
#> 12944        0.0000
#> 12945        0.0000
#> 12946        0.0000
#> 12947        0.0000
#> 12948        0.0000
#> 12949        0.0000
#> 12950        0.0000
#> 12951        0.0000
#> 12952        0.0000
#> 12953        0.0000
#> 12954        0.0000
#> 12955        0.0000
#> 12956        0.0000
#> 12957        0.0000
#> 12958        0.0000
#> 12959        0.0000
#> 12960        0.0000
#> 12961        0.0000
#> 12962        0.0000
#> 12963        0.0000
#> 12964        0.0000
#> 12965        0.0000
#> 12966        0.0000
#> 12967        0.0000
#> 12968        0.0000
#> 12969        0.0000
#> 12970        0.0000
#> 12971        0.0000
#> 12972        0.0000
#> 12973        0.0000
#> 12974        0.0000
#> 12975        0.0000
#> 12976        0.0000
#> 12977        0.0000
#> 12978        0.0000
#> 12979        0.0000
#> 12980        0.0000
#> 12981        0.0000
#> 12982        0.0000
#> 12983        0.0000
#> 12984        0.0000
#> 12985        0.0000
#> 12986        0.0000
#> 12987        0.0000
#> 12988        0.0000
#> 12989        0.0000
#> 12990        0.0000
#> 12991        0.0000
#> 12992        0.0000
#> 12993        0.0000
#> 12994        0.0000
#> 12995        0.0000
#> 12996        0.0000
#> 12997        0.0000
#> 12998        0.0000
#> 12999        0.0000
#> 13000        0.0000
#> 13001        0.0000
#> 13002        0.0000
#> 13003        0.0000
#> 13004        0.0000
#> 13005        0.0000
#> 13006        0.0000
#> 13007        0.0000
#> 13008        0.0000
#> 13009        0.0000
#> 13010        0.0000
#> 13011        0.0000
#> 13012        0.0000
#> 13013        0.0000
#> 13014        0.0000
#> 13015        0.0000
#> 13016        0.0000
#> 13017        0.0000
#> 13018        0.0000
#> 13019        0.0000
#> 13020        0.0000
#> 13021        0.0000
#> 13022        0.0000
#> 13023        0.0000
#> 13024        0.0000
#> 13025        0.0000
#> 13026        0.0000
#> 13027        0.0000
#> 13028        0.0000
#> 13029        0.0000
#> 13030        0.0000
#> 13031        0.0000
#> 13032        0.0000
#> 13033        0.0000
#> 13034        0.0000
#> 13035        0.0000
#> 13036        0.0000
#> 13037        0.0000
#> 13038        0.0000
#> 13039        0.0000
#> 13040        0.0000
#> 13041        0.0000
#> 13042        0.0000
#> 13043        0.0000
#> 13044        0.0000
#> 13045        0.0000
#> 13046        0.0000
#> 13047        0.0000
#> 13048        0.0000
#> 13049        0.0000
#> 13050        0.0000
#> 13051        0.0000
#> 13052        0.0000
#> 13053        0.0000
#> 13054        0.0000
#> 13055        0.0000
#> 13056        0.0000
#> 13057        0.0000
#> 13058        0.0000
#> 13059        0.0000
#> 13060        0.0000
#> 13061        0.0000
#> 13062        0.0000
#> 13063        0.0000
#> 13064        0.0000
#> 13065        0.0000
#> 13066        0.0000
#> 13067        0.0000
#> 13068        0.0000
#> 13069        0.0000
#> 13070        0.0000
#> 13071        0.0000
#> 13072        0.0000
#> 13073        0.0000
#> 13074        0.0000
#> 13075        0.0000
#> 13076        0.0000
#> 13077        0.0000
#> 13078        0.0000
#> 13079        0.0000
#> 13080        0.0000
#> 13081        0.0000
#> 13082        0.0000
#> 13083        0.0000
#> 13084        0.0000
#> 13085        0.0000
#> 13086        0.0000
#> 13087        0.0000
#> 13088        0.0000
#> 13089        0.0000
#> 13090        0.0000
#> 13091        0.0000
#> 13092        0.0000
#> 13093        0.0000
#> 13094        0.0000
#> 13095        0.0000
#> 13096        0.0000
#> 13097        0.0000
#> 13098        0.0000
#> 13099        0.0000
#> 13100        0.0000
#> 13101        0.0000
#> 13102        0.0000
#> 13103        0.0000
#> 13104        0.0000
#> 13105        0.0000
#> 13106        0.0000
#> 13107        0.0000
#> 13108        0.0000
#> 13109        0.0000
#> 13110        0.0000
#> 13111        0.0000
#> 13112        0.0000
#> 13113        0.0000
#> 13114        0.0000
#> 13115        0.0000
#> 13116        0.0000
#> 13117        0.0000
#> 13118        0.0000
#> 13119        0.0000
#> 13120        0.0000
#> 13121        0.0000
#> 13122        0.0000
#> 13123        0.0000
#> 13124        0.0000
#> 13125        0.0000
#> 13126        0.0000
#> 13127        0.0000
#> 13128        0.0000
#> 13129        0.0000
#> 13130        0.0000
#> 13131        0.0000
#> 13132        0.0000
#> 13133        0.0000
#> 13134        0.0000
#> 13135        0.0000
#> 13136        0.0000
#> 13137        0.0000
#> 13138        0.0000
#> 13139        0.0000
#> 13140        0.0000
#> 13141        0.0000
#> 13142        0.0000
#> 13143        0.0000
#> 13144        0.0000
#> 13145        0.0000
#> 13146        0.0000
#> 13147        0.0000
#> 13148        0.0000
#> 13149        0.0000
#> 13150        0.0000
#> 13151        0.0000
#> 13152        0.0000
#> 13153        0.0000
#> 13154        0.0000
#> 13155        0.0000
#> 13156        0.0000
#> 13157        0.0000
#> 13158        0.0000
#> 13159        0.0000
#> 13160        0.0000
#> 13161        0.0000
#> 13162        0.0000
#> 13163        0.0000
#> 13164        0.0000
#> 13165        0.0000
#> 13166        0.0000
#> 13167        0.0000
#> 13168        0.0000
#> 13169        0.0000
#> 13170        0.0000
#> 13171        0.0000
#> 13172        0.0000
#> 13173        0.0000
#> 13174        0.0000
#> 13175        0.0000
#> 13176        0.0000
#> 13177        0.0000
#> 13178        0.0000
#> 13179        0.0000
#> 13180        0.0000
#> 13181        0.0000
#> 13182        0.0000
#> 13183        0.0000
#> 13184        0.0000
#> 13185        0.0000
#> 13186        0.0000
#> 13187        0.0000
#> 13188        0.0000
#> 13189        0.0000
#> 13190        0.0000
#> 13191        0.0000
#> 13192        0.0000
#> 13193        0.0000
#> 13194        0.0000
#> 13195        0.0000
#> 13196        0.0000
#> 13197   221259.2200
#> 13198        0.0000
#> 13199        0.0000
#> 13200        0.0000
#> 13201        0.0000
#> 13202        0.0000
#> 13203        0.0000
#> 13204        0.0000
#> 13205        0.0000
#> 13206        0.0000
#> 13207        0.0000
#> 13208        0.0000
#> 13209        0.0000
#> 13210        0.0000
#> 13211        0.0000
#> 13212        0.0000
#> 13213        0.0000
#> 13214        0.0000
#> 13215        0.0000
#> 13216        0.0000
#> 13217        0.0000
#> 13218        0.0000
#> 13219        0.0000
#> 13220        0.0000
#> 13221        0.0000
#> 13222        0.0000
#> 13223        0.0000
#> 13224        0.0000
#> 13225        0.0000
#> 13226        0.0000
#> 13227        0.0000
#> 13228        0.0000
#> 13229        0.0000
#> 13230        0.0000
#> 13231        0.0000
#> 13232        0.0000
#> 13233        0.0000
#> 13234        0.0000
#> 13235        0.0000
#> 13236        0.0000
#> 13237        0.0000
#> 13238        0.0000
#> 13239        0.0000
#> 13240        0.0000
#> 13241        0.0000
#> 13242        0.0000
#> 13243        0.0000
#> 13244        0.0000
#> 13245        0.0000
#> 13246        0.0000
#> 13247        0.0000
#> 13248        0.0000
#> 13249        0.0000
#> 13250        0.0000
#> 13251        0.0000
#> 13252        0.0000
#> 13253        0.0000
#> 13254        0.0000
#> 13255        0.0000
#> 13256        0.0000
#> 13257        0.0000
#> 13258        0.0000
#> 13259   221259.2200
#> 13260        0.0000
#> 13261        0.0000
#> 13262        0.0000
#> 13263        0.0000
#> 13264        0.0000
#> 13265        0.0000
#> 13266        0.0000
#> 13267        0.0000
#> 13268        0.0000
#> 13269        0.0000
#> 13270        0.0000
#> 13271        0.0000
#> 13272        0.0000
#> 13273        0.0000
#> 13274        0.0000
#> 13275        0.0000
#> 13276        0.0000
#> 13277        0.0000
#> 13278        0.0000
#> 13279        0.0000
#> 13280        0.0000
#> 13281        0.0000
#> 13282        0.0000
#> 13283        0.0000
#> 13284        0.0000
#> 13285        0.0000
#> 13286        0.0000
#> 13287        0.0000
#> 13288        0.0000
#> 13289        0.0000
#> 13290        0.0000
#> 13291        0.0000
#> 13292        0.0000
#> 13293        0.0000
#> 13294        0.0000
#> 13295        0.0000
#> 13296        0.0000
#> 13297        0.0000
#> 13298        0.0000
#> 13299        0.0000
#> 13300        0.0000
#> 13301        0.0000
#> 13302        0.0000
#> 13303        0.0000
#> 13304        0.0000
#> 13305        0.0000
#> 13306        0.0000
#> 13307        0.0000
#> 13308        0.0000
#> 13309        0.0000
#> 13310        0.0000
#> 13311        0.0000
#> 13312        0.0000
#> 13313        0.0000
#> 13314        0.0000
#> 13315        0.0000
#> 13316        0.0000
#> 13317        0.0000
#> 13318        0.0000
#> 13319        0.0000
#> 13320        0.0000
#> 13321        0.0000
#> 13322        0.0000
#> 13323        0.0000
#> 13324        0.0000
#> 13325        0.0000
#> 13326        0.0000
#> 13327        0.0000
#> 13328        0.0000
#> 13329        0.0000
#> 13330        0.0000
#> 13331        0.0000
#> 13332        0.0000
#> 13333        0.0000
#> 13334        0.0000
#> 13335        0.0000
#> 13336        0.0000
#> 13337        0.0000
#> 13338        0.0000
#> 13339        0.0000
#> 13340        0.0000
#> 13341        0.0000
#> 13342        0.0000
#> 13343        0.0000
#> 13344        0.0000
#> 13345        0.0000
#> 13346        0.0000
#> 13347        0.0000
#> 13348        0.0000
#> 13349        0.0000
#> 13350        0.0000
#> 13351        0.0000
#> 13352        0.0000
#> 13353        0.0000
#> 13354        0.0000
#> 13355        0.0000
#> 13356        0.0000
#> 13357        0.0000
#> 13358        0.0000
#> 13359        0.0000
#> 13360        0.0000
#> 13361        0.0000
#> 13362        0.0000
#> 13363        0.0000
#> 13364        0.0000
#> 13365        0.0000
#> 13366        0.0000
#> 13367        0.0000
#> 13368        0.0000
#> 13369        0.0000
#> 13370        0.0000
#> 13371        0.0000
#> 13372        0.0000
#> 13373        0.0000
#> 13374        0.0000
#> 13375        0.0000
#> 13376        0.0000
#> 13377        0.0000
#> 13378        0.0000
#> 13379        0.0000
#> 13380        0.0000
#> 13381        0.0000
#> 13382        0.0000
#> 13383        0.0000
#> 13384        0.0000
#> 13385        0.0000
#> 13386        0.0000
#> 13387        0.0000
#> 13388        0.0000
#> 13389        0.0000
#> 13390        0.0000
#> 13391        0.0000
#> 13392        0.0000
#> 13393        0.0000
#> 13394        0.0000
#> 13395        0.0000
#> 13396        0.0000
#> 13397        0.0000
#> 13398        0.0000
#> 13399        0.0000
#> 13400        0.0000
#> 13401        0.0000
#> 13402        0.0000
#> 13403        0.0000
#> 13404        0.0000
#> 13405        0.0000
#> 13406        0.0000
#> 13407        0.0000
#> 13408        0.0000
#> 13409        0.0000
#> 13410        0.0000
#> 13411        0.0000
#> 13412        0.0000
#> 13413        0.0000
#> 13414        0.0000
#> 13415        0.0000
#> 13416        0.0000
#> 13417        0.0000
#> 13418        0.0000
#> 13419        0.0000
#> 13420        0.0000
#> 13421        0.0000
#> 13422        0.0000
#> 13423        0.0000
#> 13424        0.0000
#> 13425        0.0000
#> 13426        0.0000
#> 13427        0.0000
#> 13428        0.0000
#> 13429        0.0000
#> 13430        0.0000
#> 13431        0.0000
#> 13432        0.0000
#> 13433        0.0000
#> 13434        0.0000
#> 13435        0.0000
#> 13436        0.0000
#> 13437        0.0000
#> 13438        0.0000
#> 13439        0.0000
#> 13440        0.0000
#> 13441        0.0000
#> 13442        0.0000
#> 13443        0.0000
#> 13444        0.0000
#> 13445        0.0000
#> 13446        0.0000
#> 13447        0.0000
#> 13448        0.0000
#> 13449        0.0000
#> 13450        0.0000
#> 13451        0.0000
#> 13452        0.0000
#> 13453        0.0000
#> 13454        0.0000
#> 13455        0.0000
#> 13456        0.0000
#> 13457        0.0000
#> 13458        0.0000
#> 13459        0.0000
#> 13460        0.0000
#> 13461        0.0000
#> 13462        0.0000
#> 13463        0.0000
#> 13464        0.0000
#> 13465        0.0000
#> 13466        0.0000
#> 13467        0.0000
#> 13468        0.0000
#> 13469        0.0000
#> 13470        0.0000
#> 13471        0.0000
#> 13472        0.0000
#> 13473        0.0000
#> 13474        0.0000
#> 13475        0.0000
#> 13476        0.0000
#> 13477        0.0000
#> 13478        0.0000
#> 13479        0.0000
#> 13480        0.0000
#> 13481        0.0000
#> 13482        0.0000
#> 13483        0.0000
#> 13484        0.0000
#> 13485        0.0000
#> 13486        0.0000
#> 13487        0.0000
#> 13488        0.0000
#> 13489        0.0000
#> 13490        0.0000
#> 13491        0.0000
#> 13492        0.0000
#> 13493        0.0000
#> 13494        0.0000
#> 13495        0.0000
#> 13496        0.0000
#> 13497        0.0000
#> 13498        0.0000
#> 13499        0.0000
#> 13500        0.0000
#> 13501        0.0000
#> 13502        0.0000
#> 13503        0.0000
#> 13504        0.0000
#> 13505        0.0000
#> 13506        0.0000
#> 13507        0.0000
#> 13508        0.0000
#> 13509        0.0000
#> 13510        0.0000
#> 13511        0.0000
#> 13512        0.0000
#> 13513        0.0000
#> 13514        0.0000
#> 13515        0.0000
#> 13516        0.0000
#> 13517        0.0000
#> 13518        0.0000
#> 13519        0.0000
#> 13520        0.0000
#> 13521        0.0000
#> 13522        0.0000
#> 13523        0.0000
#> 13524        0.0000
#> 13525        0.0000
#> 13526        0.0000
#> 13527        0.0000
#> 13528        0.0000
#> 13529        0.0000
#> 13530        0.0000
#> 13531        0.0000
#> 13532        0.0000
#> 13533        0.0000
#> 13534        0.0000
#> 13535        0.0000
#> 13536        0.0000
#> 13537        0.0000
#> 13538        0.0000
#> 13539        0.0000
#> 13540        0.0000
#> 13541        0.0000
#> 13542        0.0000
#> 13543        0.0000
#> 13544        0.0000
#> 13545        0.0000
#> 13546        0.0000
#> 13547        0.0000
#> 13548        0.0000
#> 13549        0.0000
#> 13550        0.0000
#> 13551        0.0000
#> 13552        0.0000
#> 13553        0.0000
#> 13554        0.0000
#> 13555        0.0000
#> 13556        0.0000
#> 13557        0.0000
#> 13558        0.0000
#> 13559        0.0000
#> 13560        0.0000
#> 13561        0.0000
#> 13562        0.0000
#> 13563        0.0000
#> 13564        0.0000
#> 13565        0.0000
#> 13566        0.0000
#> 13567        0.0000
#> 13568        0.0000
#> 13569        0.0000
#> 13570        0.0000
#> 13571        0.0000
#> 13572        0.0000
#> 13573        0.0000
#> 13574        0.0000
#> 13575        0.0000
#> 13576        0.0000
#> 13577        0.0000
#> 13578        0.0000
#> 13579        0.0000
#> 13580        0.0000
#> 13581        0.0000
#> 13582        0.0000
#> 13583        0.0000
#> 13584        0.0000
#> 13585        0.0000
#> 13586        0.0000
#> 13587        0.0000
#> 13588        0.0000
#> 13589        0.0000
#> 13590        0.0000
#> 13591        0.0000
#> 13592        0.0000
#> 13593        0.0000
#> 13594        0.0000
#> 13595        0.0000
#> 13596        0.0000
#> 13597        0.0000
#> 13598        0.0000
#> 13599        0.0000
#> 13600        0.0000
#> 13601        0.0000
#> 13602        0.0000
#> 13603        0.0000
#> 13604        0.0000
#> 13605        0.0000
#> 13606        0.0000
#> 13607        0.0000
#> 13608        0.0000
#> 13609        0.0000
#> 13610        0.0000
#> 13611        0.0000
#> 13612        0.0000
#> 13613        0.0000
#> 13614        0.0000
#> 13615        0.0000
#> 13616        0.0000
#> 13617        0.0000
#> 13618        0.0000
#> 13619        0.0000
#> 13620        0.0000
#> 13621        0.0000
#> 13622        0.0000
#> 13623        0.0000
#> 13624        0.0000
#> 13625        0.0000
#> 13626        0.0000
#> 13627        0.0000
#> 13628        0.0000
#> 13629        0.0000
#> 13630        0.0000
#> 13631        0.0000
#> 13632        0.0000
#> 13633        0.0000
#> 13634        0.0000
#> 13635        0.0000
#> 13636        0.0000
#> 13637        0.0000
#> 13638        0.0000
#> 13639        0.0000
#> 13640        0.0000
#> 13641        0.0000
#> 13642        0.0000
#> 13643        0.0000
#> 13644        0.0000
#> 13645        0.0000
#> 13646        0.0000
#> 13647        0.0000
#> 13648        0.0000
#> 13649        0.0000
#> 13650        0.0000
#> 13651        0.0000
#> 13652        0.0000
#> 13653        0.0000
#> 13654        0.0000
#> 13655        0.0000
#> 13656        0.0000
#> 13657        0.0000
#> 13658        0.0000
#> 13659        0.0000
#> 13660        0.0000
#> 13661        0.0000
#> 13662        0.0000
#> 13663        0.0000
#> 13664        0.0000
#> 13665        0.0000
#> 13666        0.0000
#> 13667        0.0000
#> 13668        0.0000
#> 13669        0.0000
#> 13670        0.0000
#> 13671        0.0000
#> 13672        0.0000
#> 13673        0.0000
#> 13674        0.0000
#> 13675        0.0000
#> 13676        0.0000
#> 13677        0.0000
#> 13678        0.0000
#> 13679        0.0000
#> 13680        0.0000
#> 13681        0.0000
#> 13682        0.0000
#> 13683        0.0000
#> 13684        0.0000
#> 13685        0.0000
#> 13686        0.0000
#> 13687        0.0000
#> 13688        0.0000
#> 13689        0.0000
#> 13690        0.0000
#> 13691        0.0000
#> 13692        0.0000
#> 13693        0.0000
#> 13694        0.0000
#> 13695        0.0000
#> 13696        0.0000
#> 13697        0.0000
#> 13698        0.0000
#> 13699        0.0000
#> 13700        0.0000
#> 13701        0.0000
#> 13702        0.0000
#> 13703        0.0000
#> 13704        0.0000
#> 13705        0.0000
#> 13706        0.0000
#> 13707        0.0000
#> 13708        0.0000
#> 13709        0.0000
#> 13710        0.0000
#> 13711        0.0000
#> 13712        0.0000
#> 13713        0.0000
#> 13714        0.0000
#> 13715        0.0000
#> 13716        0.0000
#> 13717        0.0000
#> 13718        0.0000
#> 13719        0.0000
#> 13720        0.0000
#> 13721        0.0000
#> 13722        0.0000
#> 13723        0.0000
#> 13724        0.0000
#> 13725        0.0000
#> 13726        0.0000
#> 13727        0.0000
#> 13728        0.0000
#> 13729        0.0000
#> 13730        0.0000
#> 13731        0.0000
#> 13732        0.0000
#> 13733        0.0000
#> 13734        0.0000
#> 13735        0.0000
#> 13736        0.0000
#> 13737        0.0000
#> 13738        0.0000
#> 13739        0.0000
#> 13740        0.0000
#> 13741        0.0000
#> 13742        0.0000
#> 13743        0.0000
#> 13744        0.0000
#> 13745        0.0000
#> 13746        0.0000
#> 13747        0.0000
#> 13748        0.0000
#> 13749        0.0000
#> 13750        0.0000
#> 13751        0.0000
#> 13752        0.0000
#> 13753        0.0000
#> 13754        0.0000
#> 13755        0.0000
#> 13756        0.0000
#> 13757        0.0000
#> 13758        0.0000
#> 13759        0.0000
#> 13760        0.0000
#> 13761        0.0000
#> 13762        0.0000
#> 13763        0.0000
#> 13764        0.0000
#> 13765        0.0000
#> 13766        0.0000
#> 13767        0.0000
#> 13768        0.0000
#> 13769        0.0000
#> 13770        0.0000
#> 13771        0.0000
#> 13772        0.0000
#> 13773        0.0000
#> 13774        0.0000
#> 13775        0.0000
#> 13776        0.0000
#> 13777        0.0000
#> 13778        0.0000
#> 13779        0.0000
#> 13780        0.0000
#> 13781        0.0000
#> 13782        0.0000
#> 13783        0.0000
#> 13784        0.0000
#> 13785        0.0000
#> 13786        0.0000
#> 13787        0.0000
#> 13788        0.0000
#> 13789        0.0000
#> 13790        0.0000
#> 13791        0.0000
#> 13792        0.0000
#> 13793        0.0000
#> 13794        0.0000
#> 13795        0.0000
#> 13796        0.0000
#> 13797        0.0000
#> 13798        0.0000
#> 13799        0.0000
#> 13800        0.0000
#> 13801        0.0000
#> 13802        0.0000
#> 13803        0.0000
#> 13804        0.0000
#> 13805        0.0000
#> 13806        0.0000
#> 13807        0.0000
#> 13808        0.0000
#> 13809        0.0000
#> 13810        0.0000
#> 13811        0.0000
#> 13812        0.0000
#> 13813        0.0000
#> 13814        0.0000
#> 13815        0.0000
#> 13816        0.0000
#> 13817        0.0000
#> 13818        0.0000
#> 13819        0.0000
#> 13820        0.0000
#> 13821        0.0000
#> 13822        0.0000
#> 13823        0.0000
#> 13824        0.0000
#> 13825        0.0000
#> 13826        0.0000
#> 13827        0.0000
#> 13828        0.0000
#> 13829        0.0000
#> 13830        0.0000
#> 13831        0.0000
#> 13832        0.0000
#> 13833        0.0000
#> 13834        0.0000
#> 13835        0.0000
#> 13836        0.0000
#> 13837        0.0000
#> 13838        0.0000
#> 13839        0.0000
#> 13840        0.0000
#> 13841        0.0000
#> 13842        0.0000
#> 13843        0.0000
#> 13844        0.0000
#> 13845        0.0000
#> 13846        0.0000
#> 13847        0.0000
#> 13848        0.0000
#> 13849        0.0000
#> 13850        0.0000
#> 13851        0.0000
#> 13852        0.0000
#> 13853        0.0000
#> 13854        0.0000
#> 13855        0.0000
#> 13856        0.0000
#> 13857        0.0000
#> 13858        0.0000
#> 13859        0.0000
#> 13860        0.0000
#> 13861        0.0000
#> 13862        0.0000
#> 13863        0.0000
#> 13864        0.0000
#> 13865        0.0000
#> 13866        0.0000
#> 13867        0.0000
#> 13868        0.0000
#> 13869        0.0000
#> 13870        0.0000
#> 13871        0.0000
#> 13872        0.0000
#> 13873        0.0000
#> 13874        0.0000
#> 13875        0.0000
#> 13876        0.0000
#> 13877        0.0000
#> 13878        0.0000
#> 13879        0.0000
#> 13880        0.0000
#> 13881        0.0000
#> 13882        0.0000
#> 13883        0.0000
#> 13884        0.0000
#> 13885        0.0000
#> 13886        0.0000
#> 13887        0.0000
#> 13888        0.0000
#> 13889        0.0000
#> 13890        0.0000
#> 13891        0.0000
#> 13892        0.0000
#> 13893        0.0000
#> 13894        0.0000
#> 13895        0.0000
#> 13896        0.0000
#> 13897        0.0000
#> 13898        0.0000
#> 13899        0.0000
#> 13900        0.0000
#> 13901        0.0000
#> 13902        0.0000
#> 13903        0.0000
#> 13904        0.0000
#> 13905        0.0000
#> 13906        0.0000
#> 13907        0.0000
#> 13908        0.0000
#> 13909        0.0000
#> 13910        0.0000
#> 13911        0.0000
#> 13912        0.0000
#> 13913        0.0000
#> 13914        0.0000
#> 13915        0.0000
#> 13916        0.0000
#> 13917        0.0000
#> 13918        0.0000
#> 13919        0.0000
#> 13920        0.0000
#> 13921        0.0000
#> 13922        0.0000
#> 13923        0.0000
#> 13924        0.0000
#> 13925        0.0000
#> 13926        0.0000
#> 13927        0.0000
#> 13928        0.0000
#> 13929        0.0000
#> 13930        0.0000
#> 13931        0.0000
#> 13932        0.0000
#> 13933        0.0000
#> 13934        0.0000
#> 13935        0.0000
#> 13936        0.0000
#> 13937        0.0000
#> 13938        0.0000
#> 13939        0.0000
#> 13940        0.0000
#> 13941        0.0000
#> 13942        0.0000
#> 13943        0.0000
#> 13944        0.0000
#> 13945        0.0000
#> 13946        0.0000
#> 13947        0.0000
#> 13948        0.0000
#> 13949        0.0000
#> 13950        0.0000
#> 13951        0.0000
#> 13952        0.0000
#> 13953        0.0000
#> 13954        0.0000
#> 13955        0.0000
#> 13956        0.0000
#> 13957        0.0000
#> 13958        0.0000
#> 13959        0.0000
#> 13960        0.0000
#> 13961        0.0000
#> 13962        0.0000
#> 13963        0.0000
#> 13964        0.0000
#> 13965        0.0000
#> 13966        0.0000
#> 13967        0.0000
#> 13968        0.0000
#> 13969        0.0000
#> 13970        0.0000
#> 13971        0.0000
#> 13972        0.0000
#> 13973        0.0000
#> 13974        0.0000
#> 13975        0.0000
#> 13976        0.0000
#> 13977        0.0000
#> 13978        0.0000
#> 13979        0.0000
#> 13980        0.0000
#> 13981        0.0000
#> 13982        0.0000
#> 13983        0.0000
#> 13984        0.0000
#> 13985        0.0000
#> 13986        0.0000
#> 13987        0.0000
#> 13988        0.0000
#> 13989        0.0000
#> 13990        0.0000
#> 13991        0.0000
#> 13992        0.0000
#> 13993        0.0000
#> 13994        0.0000
#> 13995        0.0000
#> 13996        0.0000
#> 13997        0.0000
#> 13998        0.0000
#> 13999        0.0000
#> 14000        0.0000
#> 14001        0.0000
#> 14002        0.0000
#> 14003        0.0000
#> 14004        0.0000
#> 14005        0.0000
#> 14006        0.0000
#> 14007        0.0000
#> 14008        0.0000
#> 14009        0.0000
#> 14010        0.0000
#> 14011        0.0000
#> 14012        0.0000
#> 14013   193419.0000
#> 14014        0.0000
#> 14015        0.0000
#> 14016        0.0000
#> 14017        0.0000
#> 14018        0.0000
#> 14019        0.0000
#> 14020        0.0000
#> 14021        0.0000
#> 14022        0.0000
#> 14023        0.0000
#> 14024        0.0000
#> 14025        0.0000
#> 14026        0.0000
#> 14027        0.0000
#> 14028        0.0000
#> 14029        0.0000
#> 14030        0.0000
#> 14031        0.0000
#> 14032        0.0000
#> 14033        0.0000
#> 14034        0.0000
#> 14035        0.0000
#> 14036        0.0000
#> 14037        0.0000
#> 14038        0.0000
#> 14039        0.0000
#> 14040        0.0000
#> 14041        0.0000
#> 14042        0.0000
#> 14043        0.0000
#> 14044        0.0000
#> 14045        0.0000
#> 14046        0.0000
#> 14047        0.0000
#> 14048        0.0000
#> 14049        0.0000
#> 14050        0.0000
#> 14051        0.0000
#> 14052        0.0000
#> 14053        0.0000
#> 14054        0.0000
#> 14055      307.0000
#> 14056        0.0000
#> 14057        0.0000
#> 14058        0.0000
#> 14059        0.0000
#> 14060        0.0000
#> 14061        0.0000
#> 14062        0.0000
#> 14063        0.0000
#> 14064        0.0000
#> 14065    13010.0000
#> 14066     1101.0000
#> 14067        0.0000
#> 14068        0.0000
#> 14069        0.0000
#> 14070        0.0000
#> 14071        0.0000
#> 14072        0.0000
#> 14073        0.0000
#> 14074        0.0000
#> 14075   207837.0000
#> 14076     1408.0000
#> 14077        0.0000
#> 14078        0.0000
#> 14079        0.0000
#> 14080        0.0000
#> 14081   183413.0000
#> 14082        0.0000
#> 14083        0.0000
#> 14084        0.0000
#> 14085        0.0000
#> 14086        0.0000
#> 14087        0.0000
#> 14088        0.0000
#> 14089        0.0000
#> 14090        0.0000
#> 14091        0.0000
#> 14092        0.0000
#> 14093        0.0000
#> 14094        0.0000
#> 14095        0.0000
#> 14096        0.0000
#> 14097        0.0000
#> 14098        0.0000
#> 14099        0.0000
#> 14100        0.0000
#> 14101        0.0000
#> 14102        0.0000
#> 14103        0.0000
#> 14104        0.0000
#> 14105        0.0000
#> 14106        0.0000
#> 14107        0.0000
#> 14108        0.0000
#> 14109        0.0000
#> 14110        0.0000
#> 14111        0.0000
#> 14112        0.0000
#> 14113        0.0000
#> 14114        0.0000
#> 14115        0.0000
#> 14116        0.0000
#> 14117        0.0000
#> 14118        0.0000
#> 14119        0.0000
#> 14120        0.0000
#> 14121        0.0000
#> 14122        0.0000
#> 14123        0.0000
#> 14124        0.0000
#> 14125        0.0000
#> 14126        0.0000
#> 14127        0.0000
#> 14128        0.0000
#> 14129        0.0000
#> 14130        0.0000
#> 14131        0.0000
#> 14132        0.0000
#> 14133    13010.0000
#> 14134     1101.0000
#> 14135        0.0000
#> 14136        0.0000
#> 14137        0.0000
#> 14138        0.0000
#> 14139        0.0000
#> 14140        0.0000
#> 14141        0.0000
#> 14142        0.0000
#> 14143   197524.0000
#> 14144     1101.0000
#> 14145        0.0000
#> 14146        0.0000
#> 14147        0.0000
#> 14148        0.0000
#> 14149    10006.0000
#> 14150        0.0000
#> 14151        0.0000
#> 14152        0.0000
#> 14153        0.0000
#> 14154        0.0000
#> 14155        0.0000
#> 14156        0.0000
#> 14157        0.0000
#> 14158        0.0000
#> 14159        0.0000
#> 14160        0.0000
#> 14161        0.0000
#> 14162        0.0000
#> 14163        0.0000
#> 14164        0.0000
#> 14165        0.0000
#> 14166        0.0000
#> 14167        0.0000
#> 14168        0.0000
#> 14169        0.0000
#> 14170        0.0000
#> 14171        0.0000
#> 14172        0.0000
#> 14173        0.0000
#> 14174        0.0000
#> 14175        0.0000
#> 14176        0.0000
#> 14177        0.0000
#> 14178        0.0000
#> 14179        0.0000
#> 14180        0.0000
#> 14181        0.0000
#> 14182        0.0000
#> 14183        0.0000
#> 14184        0.0000
#> 14185        0.0000
#> 14186        0.0000
#> 14187        0.0000
#> 14188        0.0000
#> 14189        0.0000
#> 14190        0.0000
#> 14191      307.0000
#> 14192        0.0000
#> 14193        0.0000
#> 14194        0.0000
#> 14195        0.0000
#> 14196        0.0000
#> 14197        0.0000
#> 14198        0.0000
#> 14199        0.0000
#> 14200        0.0000
#> 14201        0.0000
#> 14202        0.0000
#> 14203        0.0000
#> 14204        0.0000
#> 14205        0.0000
#> 14206        0.0000
#> 14207        0.0000
#> 14208        0.0000
#> 14209        0.0000
#> 14210        0.0000
#> 14211    10313.0000
#> 14212      307.0000
#> 14213        0.0000
#> 14214        0.0000
#> 14215        0.0000
#> 14216        0.0000
#> 14217        0.0000
#> 14218        0.0000
#> 14219        0.0000
#> 14220        0.0000
#> 14221        0.0000
#> 14222        0.0000
#> 14223        0.0000
#> 14224        0.0000
#> 14225        0.0000
#> 14226        0.0000
#> 14227        0.0000
#> 14228        0.0000
#> 14229        0.0000
#> 14230        0.0000
#> 14231        0.0000
#> 14232        0.0000
#> 14233        0.0000
#> 14234        0.0000
#> 14235        0.0000
#> 14236        0.0000
#> 14237        0.0000
#> 14238        0.0000
#> 14239        0.0000
#> 14240        0.0000
#> 14241        0.0000
#> 14242        0.0000
#> 14243        0.0000
#> 14244        0.0000
#> 14245        0.0000
#> 14246        0.0000
#> 14247        0.0000
#> 14248        0.0000
#> 14249        0.0000
#> 14250        0.0000
#> 14251        0.0000
#> 14252        0.0000
#> 14253        0.0000
#> 14254        0.0000
#> 14255        0.0000
#> 14256        0.0000
#> 14257        0.0000
#> 14258        0.0000
#> 14259        0.0000
#> 14260        0.0000
#> 14261        0.0000
#> 14262        0.0000
#> 14263        0.0000
#> 14264        0.0000
#> 14265        0.0000
#> 14266        0.0000
#> 14267        0.0000
#> 14268        0.0000
#> 14269        0.0000
#> 14270        0.0000
#> 14271        0.0000
#> 14272        0.0000
#> 14273        0.0000
#> 14274        0.0000
#> 14275        0.0000
#> 14276        0.0000
#> 14277        0.0000
#> 14278        0.0000
#> 14279        0.0000
#> 14280        0.0000
#> 14281        0.0000
#> 14282        0.0000
#> 14283        0.0000
#> 14284        0.0000
#> 14285        0.0000
#> 14286        0.0000
#> 14287        0.0000
#> 14288        0.0000
#> 14289        0.0000
#> 14290        0.0000
#> 14291        0.0000
#> 14292        0.0000
#> 14293        0.0000
#> 14294        0.0000
#> 14295        0.0000
#> 14296        0.0000
#> 14297        0.0000
#> 14298        0.0000
#> 14299        0.0000
#> 14300        0.0000
#> 14301        0.0000
#> 14302        0.0000
#> 14303        0.0000
#> 14304        0.0000
#> 14305        0.0000
#> 14306        0.0000
#> 14307        0.0000
#> 14308        0.0000
#> 14309        0.0000
#> 14310        0.0000
#> 14311        0.0000
#> 14312        0.0000
#> 14313        0.0000
#> 14314        0.0000
#> 14315        0.0000
#> 14316        0.0000
#> 14317        0.0000
#> 14318        0.0000
#> 14319        0.0000
#> 14320        0.0000
#> 14321        0.0000
#> 14322        0.0000
#> 14323        0.0000
#> 14324        0.0000
#> 14325        0.0000
#> 14326        0.0000
#> 14327        0.0000
#> 14328        0.0000
#> 14329        0.0000
#> 14330        0.0000
#> 14331        0.0000
#> 14332        0.0000
#> 14333        0.0000
#> 14334        0.0000
#> 14335        0.0000
#> 14336        0.0000
#> 14337        0.0000
#> 14338        0.0000
#> 14339        0.0000
#> 14340        0.0000
#> 14341        0.0000
#> 14342        0.0000
#> 14343        0.0000
#> 14344        0.0000
#> 14345        0.0000
#> 14346        0.0000
#> 14347        0.0000
#> 14348        0.0000
#> 14349        0.0000
#> 14350        0.0000
#> 14351        0.0000
#> 14352        0.0000
#> 14353        0.0000
#> 14354        0.0000
#> 14355        0.0000
#> 14356        0.0000
#> 14357        0.0000
#> 14358        0.0000
#> 14359        0.0000
#> 14360        0.0000
#> 14361        0.0000
#> 14362        0.0000
#> 14363        0.0000
#> 14364        0.0000
#> 14365        0.0000
#> 14366        0.0000
#> 14367        0.0000
#> 14368        0.0000
#> 14369        0.0000
#> 14370        0.0000
#> 14371        0.0000
#> 14372        0.0000
#> 14373        0.0000
#> 14374        0.0000
#> 14375        0.0000
#> 14376        0.0000
#> 14377        0.0000
#> 14378        0.0000
#> 14379        0.0000
#> 14380        0.0000
#> 14381        0.0000
#> 14382        0.0000
#> 14383        0.0000
#> 14384        0.0000
#> 14385        0.0000
#> 14386        0.0000
#> 14387        0.0000
#> 14388        0.0000
#> 14389        0.0000
#> 14390        0.0000
#> 14391        0.0000
#> 14392        0.0000
#> 14393        0.0000
#> 14394        0.0000
#> 14395        0.0000
#> 14396        0.0000
#> 14397        0.0000
#> 14398        0.0000
#> 14399        0.0000
#> 14400        0.0000
#> 14401        0.0000
#> 14402        0.0000
#> 14403        0.0000
#> 14404        0.0000
#> 14405        0.0000
#> 14406        0.0000
#> 14407        0.0000
#> 14408        0.0000
#> 14409        0.0000
#> 14410        0.0000
#> 14411        0.0000
#> 14412        0.0000
#> 14413        0.0000
#> 14414        0.0000
#> 14415        0.0000
#> 14416        0.0000
#> 14417        0.0000
#> 14418        0.0000
#> 14419        0.0000
#> 14420        0.0000
#> 14421        0.0000
#> 14422        0.0000
#> 14423        0.0000
#> 14424        0.0000
#> 14425        0.0000
#> 14426        0.0000
#> 14427        0.0000
#> 14428        0.0000
#> 14429        0.0000
#> 14430        0.0000
#> 14431        0.0000
#> 14432        0.0000
#> 14433        0.0000
#> 14434        0.0000
#> 14435        0.0000
#> 14436        0.0000
#> 14437        0.0000
#> 14438        0.0000
#> 14439        0.0000
#> 14440        0.0000
#> 14441        0.0000
#> 14442        0.0000
#> 14443        0.0000
#> 14444        0.0000
#> 14445        0.0000
#> 14446        0.0000
#> 14447        0.0000
#> 14448        0.0000
#> 14449        0.0000
#> 14450        0.0000
#> 14451        0.0000
#> 14452        0.0000
#> 14453        0.0000
#> 14454        0.0000
#> 14455        0.0000
#> 14456        0.0000
#> 14457        0.0000
#> 14458        0.0000
#> 14459        0.0000
#> 14460        0.0000
#> 14461        0.0000
#> 14462        0.0000
#> 14463        0.0000
#> 14464        0.0000
#> 14465        0.0000
#> 14466        0.0000
#> 14467        0.0000
#> 14468        0.0000
#> 14469        0.0000
#> 14470        0.0000
#> 14471        0.0000
#> 14472        0.0000
#> 14473        0.0000
#> 14474        0.0000
#> 14475        0.0000
#> 14476        0.0000
#> 14477        0.0000
#> 14478        0.0000
#> 14479        0.0000
#> 14480        0.0000
#> 14481        0.0000
#> 14482        0.0000
#> 14483        0.0000
#> 14484        0.0000
#> 14485        0.0000
#> 14486        0.0000
#> 14487        0.0000
#> 14488        0.0000
#> 14489        0.0000
#> 14490        0.0000
#> 14491        0.0000
#> 14492        0.0000
#> 14493        0.0000
#> 14494        0.0000
#> 14495        0.0000
#> 14496        0.0000
#> 14497        0.0000
#> 14498        0.0000
#> 14499        0.0000
#> 14500        0.0000
#> 14501        0.0000
#> 14502        0.0000
#> 14503        0.0000
#> 14504        0.0000
#> 14505        0.0000
#> 14506        0.0000
#> 14507        0.0000
#> 14508        0.0000
#> 14509        0.0000
#> 14510        0.0000
#> 14511        0.0000
#> 14512        0.0000
#> 14513        0.0000
#> 14514        0.0000
#> 14515        0.0000
#> 14516        0.0000
#> 14517        0.0000
#> 14518        0.0000
#> 14519        0.0000
#> 14520        0.0000
#> 14521        0.0000
#> 14522        0.0000
#> 14523        0.0000
#> 14524        0.0000
#> 14525        0.0000
#> 14526        0.0000
#> 14527        0.0000
#> 14528        0.0000
#> 14529        0.0000
#> 14530        0.0000
#> 14531        0.0000
#> 14532        0.0000
#> 14533        0.0000
#> 14534        0.0000
#> 14535        0.0000
#> 14536        0.0000
#> 14537        0.0000
#> 14538        0.0000
#> 14539        0.0000
#> 14540        0.0000
#> 14541        0.0000
#> 14542        0.0000
#> 14543        0.0000
#> 14544        0.0000
#> 14545        0.0000
#> 14546        0.0000
#> 14547        0.0000
#> 14548        0.0000
#> 14549        0.0000
#> 14550        0.0000
#> 14551        0.0000
#> 14552        0.0000
#> 14553        0.0000
#> 14554        0.0000
#> 14555        0.0000
#> 14556        0.0000
#> 14557        0.0000
#> 14558        0.0000
#> 14559        0.0000
#> 14560        0.0000
#> 14561        0.0000
#> 14562        0.0000
#> 14563        0.0000
#> 14564        0.0000
#> 14565        0.0000
#> 14566        0.0000
#> 14567        0.0000
#> 14568        0.0000
#> 14569        0.0000
#> 14570        0.0000
#> 14571        0.0000
#> 14572        0.0000
#> 14573        0.0000
#> 14574        0.0000
#> 14575        0.0000
#> 14576        0.0000
#> 14577        0.0000
#> 14578        0.0000
#> 14579        0.0000
#> 14580        0.0000
#> 14581        0.0000
#> 14582        0.0000
#> 14583        0.0000
#> 14584        0.0000
#> 14585        0.0000
#> 14586        0.0000
#> 14587        0.0000
#> 14588        0.0000
#> 14589        0.0000
#> 14590        0.0000
#> 14591        0.0000
#> 14592        0.0000
#> 14593        0.0000
#> 14594        0.0000
#> 14595        0.0000
#> 14596        0.0000
#> 14597        0.0000
#> 14598        0.0000
#> 14599        0.0000
#> 14600        0.0000
#> 14601        0.0000
#> 14602        0.0000
#> 14603        0.0000
#> 14604        0.0000
#> 14605        0.0000
#> 14606        0.0000
#> 14607        0.0000
#> 14608        0.0000
#> 14609        0.0000
#> 14610        0.0000
#> 14611        0.0000
#> 14612        0.0000
#> 14613        0.0000
#> 14614        0.0000
#> 14615        0.0000
#> 14616        0.0000
#> 14617        0.0000
#> 14618        0.0000
#> 14619        0.0000
#> 14620        0.0000
#> 14621        0.0000
#> 14622        0.0000
#> 14623        0.0000
#> 14624        0.0000
#> 14625        0.0000
#> 14626        0.0000
#> 14627        0.0000
#> 14628        0.0000
#> 14629        0.0000
#> 14630        0.0000
#> 14631        0.0000
#> 14632        0.0000
#> 14633        0.0000
#> 14634        0.0000
#> 14635        0.0000
#> 14636        0.0000
#> 14637        0.0000
#> 14638        0.0000
#> 14639        0.0000
#> 14640        0.0000
#> 14641        0.0000
#> 14642        0.0000
#> 14643        0.0000
#> 14644        0.0000
#> 14645        0.0000
#> 14646        0.0000
#> 14647        0.0000
#> 14648        0.0000
#> 14649        0.0000
#> 14650        0.0000
#> 14651        0.0000
#> 14652        0.0000
#> 14653        0.0000
#> 14654        0.0000
#> 14655        0.0000
#> 14656        0.0000
#> 14657        0.0000
#> 14658        0.0000
#> 14659        0.0000
#> 14660        0.0000
#> 14661        0.0000
#> 14662        0.0000
#> 14663        0.0000
#> 14664        0.0000
#> 14665        0.0000
#> 14666        0.0000
#> 14667        0.0000
#> 14668        0.0000
#> 14669        0.0000
#> 14670        0.0000
#> 14671        0.0000
#> 14672        0.0000
#> 14673        0.0000
#> 14674        0.0000
#> 14675        0.0000
#> 14676        0.0000
#> 14677        0.0000
#> 14678        0.0000
#> 14679        0.0000
#> 14680        0.0000
#> 14681        0.0000
#> 14682        0.0000
#> 14683        0.0000
#> 14684        0.0000
#> 14685        0.0000
#> 14686        0.0000
#> 14687        0.0000
#> 14688        0.0000